summaryrefslogtreecommitdiff
path: root/FL/Fl_Help_Dialog.H
AgeCommit message (Expand)Author
2025-03-06Update version numbers to 1.5.0Albrecht Schlosser
2025-02-21Bump version numbers to 1.4.2Albrecht Schlosser
2024-12-09Update Fluid (.fl) files for release 1.4.1Albrecht Schlosser
2021-03-21Remove unnecessary system includes from public headersAlbrecht Schlosser
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2019-02-02Fl_Help_Dialog::load() now returns an error code (STR #3429)Matthias Melcher
2016-01-30Bump 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-05More 1.3.3 version updates and changes in src/*.fl.Albrecht Schlosser
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
2010-12-19Changed all fixed filename buffers (that I could find) to use FL_PATH_MX inst...Matthias Melcher
2010-11-28Fixed Copyright to 2010.Matthias Melcher
2009-01-01Changed the copyright to 2009 for header files. Still todo: src and test dire...Matthias Melcher
2008-10-15Doxygen pdf documentation: Changed pdf mime type to application/pdf. Removed ...Fabien Costantini
2008-09-16Doxygen documentation : took the opportunity to update copyright info as we m...Fabien Costantini
2008-08-15Rename type Fl_Font_Size into Fl_Fontsize to comply with other naming in FLTK.Matthias Melcher
2008-04-23First attempt at consistently using Fl_Font as a type for the font index and ...Matthias Melcher
2007-01-28Fix indentation of elements (STR #1549)Michael R Sweet
2006-11-16Merge all of the scrollbar sizes into a single API callMichael R Sweet
2005-09-25STR #1035: Fl_Help_View now accepts direct buffer loading and reading via 'va...Matthias Melcher
2005-04-15Don't make non-inline methods from FLUID inline (that is, remove theMichael R Sweet
2005-03-25The Fl_File_Chooser window now properly resizes its controls (STRMichael R Sweet
2004-07-04In order to make the whitte text field at the bottom left of theMatthias Melcher
2004-03-11Fl_Value_Slider::draw_bg() didn't always apply the clippingMichael R Sweet
2003-05-21Add find() method to help widget and search box to help dialog.Michael R Sweet
2003-02-25Fix help dialog link color.Michael R Sweet
2003-01-28Support type qualifiers before a class name; this allows for things likeMichael R Sweet
2002-10-11Use memmove() instead of memcpy() in several key places.Michael R Sweet
2002-07-14More FL_EXPORT stuff for WIN32.Michael R Sweet
2002-05-16Massive update to use strlcpy() and strlcat() instead of strncpy()Michael R Sweet
2001-12-23Demo updates (so they all will use the default scheme)Michael R Sweet
2001-09-29Fl_FileXYZ -> Fl_File_XYZMichael R Sweet