summaryrefslogtreecommitdiff
path: root/src/Fl_File_Input.cxx
AgeCommit message (Expand)Author
2010-11-28Fixed Copyright to 2010.Matthias Melcher
2010-02-20Added Fl_Widget_Tracker in handle() methods etc. to avoid accessing widgetsAlbrecht Schlosser
2009-04-13Little rearrangement for readibilityMatthias Melcher
2009-04-12Avoiding crashes for recrsive common dialogs (this does not fix the issue at ...Matthias Melcher
2009-01-01Changed Copyright in 'src' directoryMatthias Melcher
2008-10-05STR#2052 fixed. Also added documentation to FL_File_Input explaining what eve...Fabien Costantini
2008-10-01doxygen comments for undocumented features of Fl_File_Initengelsman
2008-09-16Doxygen documentation : took the opportunity to update copyright info as we m...Fabien Costantini
2008-09-15Doxygen documentation WP9 Done.Fabien Costantini
2005-12-30STR #1133: if the FIle_input did not have focus and have no text inside and h...Matthias Melcher
2005-07-28Fix redraw problem with Fl_File_Input (STR #958)Michael R Sweet
2005-04-16Update source file headers with STR web page.Michael R Sweet
2005-02-24Copyright updates.Michael R Sweet
2004-07-27More doco updates.Michael R Sweet
2004-04-11Copyright updates and prep for 1.1.5rc1.Michael R Sweet
2003-01-30Copyright update for 1.1.3 release (not quite yet, but soon...)Michael R Sweet
2002-11-20Fl_File_Input::value("") didn't work.Michael R Sweet
2002-11-19Get rid of some valid compiler warnings with CodeWarrior that were reportedMichael R Sweet
2002-11-14Add const char * add methods to Fl_Check_Browser.Michael R Sweet
2002-08-09Move the rest of the image file formats (except for XBM and XPM) toMichael R Sweet
2002-07-30Send FL_LEAVE events before FL_ENTER events.Michael R Sweet
2002-07-30Don't paste if there is no data to paste.Michael R Sweet
2002-05-24Always redraw the directory buttons if the base class handled theMichael R Sweet
2002-05-16Massive update to use strlcpy() and strlcat() instead of strncpy()Michael R Sweet
2002-04-30New Fl_File_Input widget, courtesy of Curtis Edwards old Fl_Input_FileMichael R Sweet