index
:
fltk.git
master
FLTK fork - X11-only C++ widget toolkit with hand-written Makefile
nobody
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Fl_Help_Dialog.fl
Age
Commit message (
Expand
)
Author
2005-12-19
Flipped spyglass symbol for all apps.
Matthias Melcher
2005-12-14
Rotate search icon to avoid confusing it with the letter Q.
Michael R Sweet
2005-09-25
STR #1035: Fl_Help_View now accepts direct buffer loading and reading via 'va...
Matthias Melcher
2005-09-24
STR #1028" set size ranges for filechooser 'favorites' dialog and for help di...
Matthias Melcher
2005-09-19
STR 1026: Text input filed had NO_BOX as its background, so the moving cursor...
Matthias Melcher
2005-03-25
The Fl_File_Chooser window now properly resizes its controls (STR
Michael R Sweet
2004-07-04
In order to make the whitte text field at the bottom left of the
Matthias Melcher
2004-03-11
Fl_Value_Slider::draw_bg() didn't always apply the clipping
Michael R Sweet
2003-05-21
Add find() method to help widget and search box to help dialog.
Michael R Sweet
2003-02-25
Fix help dialog link color.
Michael R Sweet
2003-01-28
Support type qualifiers before a class name; this allows for things like
Michael R Sweet
2002-10-11
Use memmove() instead of memcpy() in several key places.
Michael R Sweet
2002-09-16
Move Fl_Help_Dialog to fltk_images library.
Michael R Sweet
2002-08-30
Make sure all strings can be localized in the dialogs.
Michael R Sweet
2002-05-16
Massive update to use strlcpy() and strlcat() instead of strncpy()
Michael R Sweet
2001-12-23
Demo updates (so they all will use the default scheme)
Michael R Sweet
2001-09-29
Tooltips, and more tooltips.
Michael R Sweet
2001-09-29
Fl_FileXYZ -> Fl_File_XYZ
Michael R Sweet