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
2008-10-05
STR#2052 fixed. Also added documentation to FL_File_Input explaining what eve...
Fabien Costantini
2008-10-01
doxygen comments for undocumented features of Fl_File_Init
engelsman
2008-09-16
Doxygen documentation : took the opportunity to update copyright info as we m...
Fabien Costantini
2008-09-15
Doxygen documentation WP9 Done.
Fabien Costantini
2005-12-30
STR #1133: if the FIle_input did not have focus and have no text inside and h...
Matthias Melcher
2005-07-28
Fix redraw problem with Fl_File_Input (STR #958)
Michael R Sweet
2005-04-16
Update source file headers with STR web page.
Michael R Sweet
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