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_dir.cxx
Age
Commit message (
Expand
)
Author
2009-01-01
Changed Copyright in 'src' directory
Matthias Melcher
2008-12-07
Fixed typos and amended doxygen docs.
Albrecht Schlosser
2008-10-15
Doxygen PDF Documentation: Added image latex tags, added missing eps correspo...
Fabien Costantini
2008-10-03
Added systematically missing in out modifiers to all param doxygen statements...
Fabien Costantini
2008-10-03
Fixed bad comments in fl_color_chooser, r g b param are in/out params and not...
Fabien Costantini
2008-09-18
Doxygen documentation
Fabien Costantini
2008-09-16
Doxygen documentation : took the opportunity to update copyright info as we m...
Fabien Costantini
2006-09-05
STR #1410: fl_file_chooser could crash after a previously canceled dialog
Matthias Melcher
2006-08-24
Fixed filechooser to behave as documented when file pattern changes (STR #135s9)
Matthias Melcher
2005-04-16
Update source file headers with STR web page.
Michael R Sweet
2005-03-25
Pressing Enter in the file chooser when selecting a directory
Michael R Sweet
2005-02-24
Copyright updates.
Michael R Sweet
2004-07-23
Fl_Counter didn't use a thin down box for the text field if the
Michael R Sweet
2004-04-11
Copyright updates and prep for 1.1.5rc1.
Michael R Sweet
2003-01-30
Copyright update for 1.1.3 release (not quite yet, but soon...)
Michael R Sweet
2002-06-13
Bug fixes from Sebastien.
Michael R Sweet
2002-05-16
Massive update to use strlcpy() and strlcat() instead of strncpy()
Michael R Sweet
2002-05-01
Ooops, missing casts..
Michael R Sweet
2002-05-01
Fix backspace "bug" in file chooser - now treat delete and backspace the
Michael R Sweet
2002-04-28
Fix which icon is shown in FLUID (had it backwards)
Michael R Sweet
2002-04-24
Add -g option to fltk-config.
Michael R Sweet
2002-03-25
Rename all remaining functions that don't start with fl_ to
Michael R Sweet
2002-02-13
File chooser fix from Kurt Konolige.
Michael R Sweet
2002-01-01
Copyright updates...
Michael R Sweet
2001-12-15
Add "shown()" method to Fl_File_Chooser.
Michael R Sweet
2001-11-26
New filename_relative() function, and use it from fl_file_chooser() and
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-30
Windows doesn't have case-sensitive filenames, so we can't have two
Michael R Sweet