summaryrefslogtreecommitdiff
path: root/src/Fl_File_Browser.cxx
AgeCommit message (Expand)Author
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
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