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_Chooser2.cxx
Age
Commit message (
Expand
)
Author
2002-07-14
Fix a bug in the filename completion.
Michael R Sweet
2002-07-14
Fl_File_Chooser::value("foo") now checks if the pathname is a directory
Michael R Sweet
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-06-13
Bug fixes from Sebastien.
Michael R Sweet
2002-06-07
New file chooser.
Michael R Sweet
2002-06-06
Cancel button fix for the current file chooser (same fix will have to
Michael R Sweet
2002-05-16
Massive update to use strlcpy() and strlcat() instead of strncpy()
Michael R Sweet
2002-05-02
Add sort function to file chooser.
Michael R Sweet
2002-05-01
Fix backspace "bug" in file chooser - now treat delete and backspace the
Michael R Sweet
2002-05-01
Fix FLUID so that open_cb() and open_history_cb() set the filename
Michael R Sweet
2002-05-01
Fix file chooser bug - show() was calling deselect() when it shouldn't
Michael R Sweet
2002-04-30
New Fl_File_Input widget, courtesy of Curtis Edwards old Fl_Input_File
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-12-05
Segfault fixes...
Michael R Sweet
2001-11-25
Add flstring.h header file to include string functions, strcasecmp
Michael R Sweet
2001-10-29
Cygwin fixes...
Michael R Sweet
2001-09-29
Tooltips, and more tooltips.
Michael R Sweet
2001-09-29
Fl_FileXYZ -> Fl_File_XYZ
Michael R Sweet