summaryrefslogtreecommitdiff
path: root/src/Fl_File_Browser.cxx
AgeCommit message (Expand)Author
2023-11-25Adds `linespacing()` to `Fl_Browser_` and all derived widgetsMatthias Melcher
2022-01-16Rename FL/fl_string.h to FL/fl_string_functions.hAlbrecht Schlosser
2020-08-01Implement + deploy fl_strdup()Greg Ercolano
2020-07-14First pass at fixing issue 99Greg Ercolano
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2018-06-26Move Fl_System_Driver.H from FL/ to src/Manolo Gouy
2016-10-19Add one more argument to virtual Fl_System_Driver::file_browser_load_filesyst...Manolo Gouy
2016-04-10Fix error in WIN32 code when rewriting Fl_File_Browser.cxx for the driver model.Manolo Gouy
2016-04-10Rewrite Fl_File_Browser.cxx under the driver model.Manolo Gouy
2016-04-08Rewrite filename_isdir.cxx for the driver model.Manolo Gouy
2016-02-13Details on PORTME items. Move fl_parse_color() to screen drivers.Matthias Melcher
2016-02-11Mark places that need to be refactored with // PORTME:Matthias Melcher
2016-01-04Fix typos in #pragma FL_PORTING.Albrecht Schlosser
2016-01-03Updated platform specific #if's to report unimplemented code when compiling w...Matthias Melcher
2014-11-27Improve code formatting according to CMP.Albrecht Schlosser
2014-05-04Removed compilation warnings.Manolo Gouy
2013-04-16Apply the *nix file-chooser patches from STR #2935.Ian MacArthur
2012-04-05Fixed build error in msvs because Fl ref to FULLSCREEN enum was not accessibl...Fabien Costantini
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
2010-03-29Removed Metrowerks support for Apple builds.Matthias Melcher
2009-09-09Added warnings re: duplicate definition of Fl_Browser.cxx's private FL_BLINEGreg Ercolano
2009-09-07 Small mod to FL_BLINE to follow similar mod in Fl_Browser's FL_BLINEGreg Ercolano
2009-01-01Changed Copyright in 'src' directoryMatthias Melcher
2008-09-10Merging the UTF8 patch, consisting of O'ksi'd s original 1.1.6 patch and addi...Matthias Melcher
2007-01-23Rename fl_filename_isdir_quick to _fl_filename_isdir_quick, do notMichael R Sweet
2007-01-22Removed 'optimization' for fl_filename_isdir which would break the original p...Matthias Melcher
2006-10-29Fl_File_Browser did not calculate the width of directory itemsMichael R Sweet
2006-03-28ST 1148: a preselected filename will also be selected in the file chooser whe...Matthias Melcher
2005-08-18Fix new trailing slash usage, and restore correct OSX filesystem listingMichael R Sweet
2005-08-17This change is controversial. It changes the behavior of fl_filename_listMatthias Melcher
2005-04-16Update source file headers with STR web page.Michael R Sweet
2005-02-24Copyright updates.Michael R Sweet
2005-02-06Check for no icon, and if so manually check for a directory...Michael R Sweet
2005-02-05Fl_File_Chooser was slow with large directories (STR #654)Michael R Sweet
2004-04-11Copyright updates and prep for 1.1.5rc1.Michael R Sweet
2004-02-26WIN32's scandir() emulation did not allocate enough memory forMichael R Sweet
2003-05-04Fl_File_Browser incorrectly included "." on WIN32 (STR #9)Michael R Sweet
2003-01-30Copyright update for 1.1.3 release (not quite yet, but soon...)Michael R Sweet
2002-11-19Get rid of some valid compiler warnings with CodeWarrior that were reportedMichael R Sweet
2002-08-13Use box function to redraw Fl_Browser_, Fl_Input_, and Fl_Slider.Michael R Sweet
2002-08-09Remove unnecessary void cast.Michael R Sweet
2002-08-09Move the rest of the image file formats (except for XBM and XPM) toMichael R Sweet
2002-07-17Use parenthesis for "#if defined foo" -> "#if defined(foo)" - portability.Michael R Sweet
2002-07-17First steps in CodeWarrior on OS_X support.Matthias Melcher
2002-07-01File chooser updates - ../ and ./ map properly, now show ".." in theMichael R Sweet
2002-06-13Make sure DIRECTORY is undef'd for BC++.Michael R Sweet
2002-05-16Massive update to use strlcpy() and strlcat() instead of strncpy()Michael R Sweet
2002-05-06Clip text in file list properly.Michael R Sweet