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_Input.cxx
Age
Commit message (
Expand
)
Author
2005-02-24
Copyright updates.
Michael R Sweet
2004-07-27
More doco updates.
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-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-11-14
Add const char * add methods to Fl_Check_Browser.
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-30
Send FL_LEAVE events before FL_ENTER events.
Michael R Sweet
2002-07-30
Don't paste if there is no data to paste.
Michael R Sweet
2002-05-24
Always redraw the directory buttons if the base class handled the
Michael R Sweet
2002-05-16
Massive update to use strlcpy() and strlcat() instead of strncpy()
Michael R Sweet
2002-04-30
New Fl_File_Input widget, courtesy of Curtis Edwards old Fl_Input_File
Michael R Sweet