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
/
FL
/
Fl_Help_Dialog.H
Age
Commit message (
Expand
)
Author
2025-03-06
Update version numbers to 1.5.0
Albrecht Schlosser
2025-02-21
Bump version numbers to 1.4.2
Albrecht Schlosser
2024-12-09
Update Fluid (.fl) files for release 1.4.1
Albrecht Schlosser
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
2016-01-30
Bump version numbers for next minor release: FLTK 1.4.0.
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-12-19
Changed all fixed filename buffers (that I could find) to use FL_PATH_MX inst...
Matthias Melcher
2010-11-28
Fixed Copyright to 2010.
Matthias Melcher
2009-01-01
Changed the copyright to 2009 for header files. Still todo: src and test dire...
Matthias Melcher
2008-10-15
Doxygen pdf documentation: Changed pdf mime type to application/pdf. Removed ...
Fabien Costantini
2008-09-16
Doxygen documentation : took the opportunity to update copyright info as we m...
Fabien Costantini
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-09-25
STR #1035: Fl_Help_View now accepts direct buffer loading and reading via 'va...
Matthias Melcher
2005-04-15
Don't make non-inline methods from FLUID inline (that is, remove the
Michael R Sweet
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-07-14
More FL_EXPORT stuff for WIN32.
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
Fl_FileXYZ -> Fl_File_XYZ
Michael R Sweet