| Age | Commit message (Expand) | Author |
| 2014-05-04 | Removed compilation warnings. | Manolo Gouy |
| 2013-04-16 | Apply the *nix file-chooser patches from STR #2935. | Ian MacArthur |
| 2012-04-05 | Fixed build error in msvs because Fl ref to FULLSCREEN enum was not accessibl... | Fabien Costantini |
| 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 |
| 2010-03-29 | Removed Metrowerks support for Apple builds. | Matthias Melcher |
| 2009-09-09 | Added warnings re: duplicate definition of Fl_Browser.cxx's private FL_BLINE | Greg Ercolano |
| 2009-09-07 | Small mod to FL_BLINE to follow similar mod in Fl_Browser's FL_BLINE | Greg Ercolano |
| 2009-01-01 | Changed Copyright in 'src' directory | Matthias Melcher |
| 2008-09-10 | Merging the UTF8 patch, consisting of O'ksi'd s original 1.1.6 patch and addi... | Matthias Melcher |
| 2007-01-23 | Rename fl_filename_isdir_quick to _fl_filename_isdir_quick, do not | Michael R Sweet |
| 2007-01-22 | Removed 'optimization' for fl_filename_isdir which would break the original p... | Matthias Melcher |
| 2006-10-29 | Fl_File_Browser did not calculate the width of directory items | Michael R Sweet |
| 2006-03-28 | ST 1148: a preselected filename will also be selected in the file chooser whe... | Matthias Melcher |
| 2005-08-18 | Fix new trailing slash usage, and restore correct OSX filesystem listing | Michael R Sweet |
| 2005-08-17 | This change is controversial. It changes the behavior of fl_filename_list | Matthias Melcher |
| 2005-04-16 | Update source file headers with STR web page. | Michael R Sweet |
| 2005-02-24 | Copyright updates. | Michael R Sweet |
| 2005-02-06 | Check for no icon, and if so manually check for a directory... | Michael R Sweet |
| 2005-02-05 | Fl_File_Chooser was slow with large directories (STR #654) | Michael R Sweet |
| 2004-04-11 | Copyright updates and prep for 1.1.5rc1. | Michael R Sweet |
| 2004-02-26 | WIN32's scandir() emulation did not allocate enough memory for | Michael R Sweet |
| 2003-05-04 | Fl_File_Browser incorrectly included "." on WIN32 (STR #9) | Michael R Sweet |
| 2003-01-30 | Copyright update for 1.1.3 release (not quite yet, but soon...) | Michael R Sweet |
| 2002-11-19 | Get rid of some valid compiler warnings with CodeWarrior that were reported | Michael R Sweet |
| 2002-08-13 | Use box function to redraw Fl_Browser_, Fl_Input_, and Fl_Slider. | Michael R Sweet |
| 2002-08-09 | Remove unnecessary void cast. | Michael R Sweet |
| 2002-08-09 | Move the rest of the image file formats (except for XBM and XPM) to | Michael R Sweet |
| 2002-07-17 | Use parenthesis for "#if defined foo" -> "#if defined(foo)" - portability. | Michael R Sweet |
| 2002-07-17 | First steps in CodeWarrior on OS_X support. | Matthias Melcher |
| 2002-07-01 | File chooser updates - ../ and ./ map properly, now show ".." in the | Michael R Sweet |
| 2002-06-13 | Make sure DIRECTORY is undef'd for BC++. | Michael R Sweet |
| 2002-05-16 | Massive update to use strlcpy() and strlcat() instead of strncpy() | Michael R Sweet |
| 2002-05-06 | Clip text in file list properly. | Michael R Sweet |
| 2002-05-02 | Add sort function as optional argument to Fl_File_Browser::load(). | Michael R Sweet |
| 2002-05-01 | WIN32 fixes for BC++. | Michael R Sweet |
| 2002-04-30 | Fix new file browser code for fast directory checks. | Michael R Sweet |
| 2002-04-29 | Modify WIN32 scandir() function so that directories get a trailing | Michael R Sweet |
| 2002-04-16 | Implement file system list for file chooser on OS X. | Michael R Sweet |
| 2002-04-14 | Add Cygwin drive code. | Michael R Sweet |
| 2002-03-29 | Fix handling of filename matching - wasn't checking the basename of | Michael R Sweet |
| 2002-03-25 | Rename all remaining functions that don't start with fl_ to | Michael R Sweet |
| 2002-01-01 | Copyright updates... | Michael R Sweet |
| 2001-11-25 | Add flstring.h header file to include string functions, strcasecmp | Michael R Sweet |
| 2001-11-03 | Add Fl::visible_focus() method. | Michael R Sweet |
| 2001-10-29 | Cygwin fixes... | Michael R Sweet |
| 2001-10-29 | 32-bit color (RGB0 or 000I), a la FLTK 2.0, including fl_rgb_color() | Michael R Sweet |
| 2001-09-29 | Fl_FileXYZ -> Fl_File_XYZ | Michael R Sweet |