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
2005-02-24
Copyright updates.
Michael R Sweet
2005-02-05
The file chooser didn't always deactivate the OK button when
Michael R Sweet
2005-02-05
Fl_File_Chooser was slow with large directories (STR #654)
Michael R Sweet
2004-09-07
Documentation updates (STR #505, STR #513)
Michael R Sweet
2004-07-26
More documentation updates...
Michael R Sweet
2004-04-11
Copyright updates and prep for 1.1.5rc1.
Michael R Sweet
2004-04-10
Fix drive letter entry for file chooser (STR #339)
Michael R Sweet
2004-04-06
Added a new_directory_tooltip string pointer to allow
Michael R Sweet
2003-11-01
The keypad Enter key works as the normal Enter/Return key in
Michael R Sweet
2003-09-03
Fix performance issues with large file chooser selections. (STR #140)
Michael R Sweet
2003-05-26
Fix STR 27 - double-click in file chooser followed by single click was
Michael R Sweet
2003-01-30
Copyright update for 1.1.3 release (not quite yet, but soon...)
Michael R Sweet
2003-01-28
Bug fixes from Howard.
Michael R Sweet
2002-11-20
Fl_File_Input::value("") didn't work.
Michael R Sweet
2002-11-19
Get rid of some valid compiler warnings with CodeWarrior that were reported
Michael R Sweet
2002-10-29
Fix OK button when doing directory selection.
Michael R Sweet
2002-10-29
Fix file chooser absolute path bug.
Michael R Sweet
2002-10-28
Fix handling of directories with \ in them.
Michael R Sweet
2002-08-09
Move the rest of the image file formats (except for XBM and XPM) to
Michael R Sweet
2002-08-05
Range check Fl_Text_Buffer::search_forward().
Michael R Sweet
2002-07-30
Fix some problems with the filename field and handling selections in the
Michael R Sweet
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