index
:
fltk.git
master
FLTK fork - X11-only C++ widget toolkit with hand-written Makefile
nobody
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Fl_File_Browser.cxx
Age
Commit message (
Expand
)
Author
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