summaryrefslogtreecommitdiff
path: root/src/Fl_File_Browser.cxx
AgeCommit message (Expand)Author
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
2002-05-02Add sort function as optional argument to Fl_File_Browser::load().Michael R Sweet
2002-05-01WIN32 fixes for BC++.Michael R Sweet
2002-04-30Fix new file browser code for fast directory checks.Michael R Sweet
2002-04-29Modify WIN32 scandir() function so that directories get a trailingMichael R Sweet
2002-04-16Implement file system list for file chooser on OS X.Michael R Sweet
2002-04-14Add Cygwin drive code.Michael R Sweet
2002-03-29Fix handling of filename matching - wasn't checking the basename ofMichael R Sweet
2002-03-25Rename all remaining functions that don't start with fl_ toMichael R Sweet
2002-01-01Copyright updates...Michael R Sweet
2001-11-25Add flstring.h header file to include string functions, strcasecmpMichael R Sweet
2001-11-03Add Fl::visible_focus() method.Michael R Sweet
2001-10-29Cygwin fixes...Michael R Sweet
2001-10-2932-bit color (RGB0 or 000I), a la FLTK 2.0, including fl_rgb_color()Michael R Sweet
2001-09-29Fl_FileXYZ -> Fl_File_XYZMichael R Sweet