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
2021-03-21
Remove unnecessary system includes from public headers
Albrecht Schlosser
2020-07-06
Remove $Id$ tags, update URL's, and more
Albrecht Schlosser
2019-02-02
Fl_Help_Dialog::load() now returns an error code (STR #3429)
Matthias Melcher
2018-05-01
Update fluid (.fl) files.
Albrecht Schlosser
2016-01-30
Bump version numbers for next minor release: FLTK 1.4.0.
Albrecht Schlosser
2015-07-09
Update fluid .fl files and generated code - remove trailing white space.
Albrecht Schlosser
2015-03-10
[Version 1.3.4] Update version numbers - hopefully complete.
Albrecht Schlosser
2014-10-05
More 1.3.3 version updates and changes in src/*.fl.
Albrecht Schlosser
2011-07-19
Modifications to all LGPL headers for STR #2685.
Greg Ercolano
2010-11-29
More copyright 2010 mods.
Greg Ercolano
2009-01-01
Changed Copyright in 'src' directory
Matthias Melcher
2008-09-19
Updating fl_utf8.h references. Fixing copyright date in .fl files.
Matthias Melcher
2008-08-15
Rename type Fl_Font_Size into Fl_Fontsize to comply with other naming in FLTK.
Matthias Melcher
2008-04-23
First attempt at consistently using Fl_Font as a type for the font index and ...
Matthias Melcher
2007-01-28
Fix indentation of elements (STR #1549)
Michael R Sweet
2006-11-16
Merge all of the scrollbar sizes into a single API call
Michael R Sweet
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