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
/
FL
/
Fl_File_Chooser.H
Age
Commit message (
Expand
)
Author
2008-08-15
Rename type Fl_Font_Size into Fl_Fontsize to comply with other naming in FLTK.
Matthias Melcher
2008-05-01
fix Fl_Font and Fl_Font_Size types in Fl_File_Chooser.fl file
yuri
2008-04-23
First attempt at consistently using Fl_Font as a type for the font index and ...
Matthias Melcher
2007-01-28
Hide window before doing callback for OK button (STR #1565)
Michael R Sweet
2006-03-28
ST 1148: a preselected filename will also be selected in the file chooser whe...
Matthias Melcher
2005-08-08
Fl_File_Chooser did not implement the user_data() methods (STR
Michael R Sweet
2005-04-15
Don't make non-inline methods from FLUID inline (that is, remove the
Michael R Sweet
2005-03-25
Pressing Enter in the file chooser when selecting a directory
Michael R Sweet
2005-03-25
The Fl_File_Chooser window now properly resizes its controls (STR
Michael R Sweet
2005-02-05
Fl_File_Chooser was slow with large directories (STR #654)
Michael R Sweet
2004-04-06
Added a new_directory_tooltip string pointer to allow
Michael R Sweet
2003-09-08
Leave more space for filename label in file chooser.
Michael R Sweet
2003-01-28
Support type qualifiers before a class name; this allows for things like
Michael R Sweet
2002-11-19
Fix fl_dir_chooser()/Fl_File_Chooser:value() bug - cancel didn't return
Michael R Sweet
2002-07-23
Make newButton and previewButton public, so that you can hide/disable them
Michael R Sweet
2002-07-14
Boy, aren't WIN32 compilers *so* much fun.
Michael R Sweet
2002-07-01
File chooser updates - ../ and ./ map properly, now show ".." in the
Michael R Sweet
2002-06-07
New file chooser.
Michael R Sweet
2002-05-24
Fix cancel bug in file chooser with multiple-selection mode.
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-04-30
New Fl_File_Input widget, courtesy of Curtis Edwards old Fl_Input_File
Michael R Sweet
2002-04-18
Add missing docos for Fl_Progress.
Michael R Sweet
2001-12-15
Add "shown()" method to Fl_File_Chooser.
Michael R Sweet
2001-09-30
Fl_File_Chooser.H and fl_file_chooser.H need to be the same...
Michael R Sweet
2001-09-29
Fl_FileXYZ -> Fl_File_XYZ
Michael R Sweet