summaryrefslogtreecommitdiff
path: root/src/Fl_Help_Dialog.fl
AgeCommit message (Expand)Author
2024-12-09Update Fluid (.fl) files for release 1.4.1Albrecht Schlosser
2021-12-20GitHub #328: removed stray ';' in Fluid code generation.Matthias Melcher
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
2018-05-01Update fluid (.fl) files.Albrecht Schlosser
2016-01-30Bump version numbers for next minor release: FLTK 1.4.0.Albrecht Schlosser
2015-07-09Update 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-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-11-29More copyright 2010 mods.Greg Ercolano
2009-01-01Changed Copyright in 'src' directoryMatthias Melcher
2008-09-19Updating fl_utf8.h references. Fixing copyright date in .fl files.Matthias Melcher
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-12-19Flipped spyglass symbol for all apps.Matthias Melcher
2005-12-14Rotate search icon to avoid confusing it with the letter Q.Michael R Sweet
2005-09-25STR #1035: Fl_Help_View now accepts direct buffer loading and reading via 'va...Matthias Melcher
2005-09-24STR #1028" set size ranges for filechooser 'favorites' dialog and for help di...Matthias Melcher
2005-09-19STR 1026: Text input filed had NO_BOX as its background, so the moving cursor...Matthias Melcher
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-09-16Move Fl_Help_Dialog to fltk_images library.Michael R Sweet
2002-08-30Make sure all strings can be localized in the dialogs.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-29Tooltips, and more tooltips.Michael R Sweet
2001-09-29Fl_FileXYZ -> Fl_File_XYZMichael R Sweet