summaryrefslogtreecommitdiff
path: root/src/Fl_File_Chooser2.cxx
AgeCommit message (Expand)Author
2009-03-13Removed unused member variable ext_managed from Fl_File_ChooserAlbrecht Schlosser
2009-01-01Changed Copyright in 'src' directoryMatthias Melcher
2008-10-15Doxygen PDF Documentation: Added image latex tags, added missing eps correspo...Fabien Costantini
2008-10-03Fixed bad comments in fl_color_chooser, r g b param are in/out params and not...Fabien Costantini
2008-09-30converted more html markup in src/Fl_File_Chooser2.cxx to doxygenengelsman
2008-09-30doxygen comments for undocumented features of Fl_File_Chooserengelsman
2008-09-17Doxygen documentation: fixed all ambiguous methods signatures, fixed erroneou...Fabien Costantini
2008-09-17Doxygen documentation: replace all occurences in comments of " by a quot...Fabien Costantini
2008-09-17Fixed bad '\' escape sequences (removed "unknown command" warnings).Albrecht Schlosser
2008-09-15Doxygen documentation. Completed Fl class, added a todo related to recent Fl ...Fabien Costantini
2008-09-14Doxygen Documentation WP2 done.Fabien Costantini
2008-05-01STR #1908 add Fl_Widget* add_extra(Fl_Widget*) function to Fl_File_Chooser classyuri
2008-04-23First attempt at consistently using Fl_Font as a type for the font index and ...Matthias Melcher
2008-04-12Updated 1.3 with changes from 1.1.9Matthias Melcher
2007-02-21Flushing file chooser preferences after every change to avoid data loss due t...Matthias Melcher
2007-01-23Rename fl_filename_isdir_quick to _fl_filename_isdir_quick, do notMichael R Sweet
2007-01-22Removed 'optimization' for fl_filename_isdir which would break the original p...Matthias Melcher
2006-03-28ST 1148: a preselected filename will also be selected in the file chooser whe...Matthias Melcher
2005-11-27VC++ 2005 Support, drop old files, add icons for SudokuMichael R Sweet
2005-11-07STR #1062: updated code to resize the preview panel of the file chooser and h...Matthias Melcher
2005-09-24Don't try to generate a preview image of a directory.Michael R Sweet
2005-05-13Fix WIN32 compile errors.Michael R Sweet
2005-05-13Fl_File_Chooser::value() and ::directory() now handle paths withMichael R Sweet
2005-05-12Fixed some BMP images loading bugs (STR #825)Michael R Sweet
2005-05-12Fl_File_Chooser now returns directory names with a trailing slashMichael R Sweet
2005-05-09Remove an extra, bogus strlcpy() from the Fl_File_Chooser::value(int)Michael R Sweet
2005-04-10Check for proper directory handling with FL_Enter (STR #787)Michael R Sweet
2005-03-25Updated Fl_File_Chooser to correctly deselect other items whenMichael R Sweet
2005-03-25Fl_File_Chooser no longer resets the type() when choosing aMichael R Sweet
2005-03-25Pressing Enter in the file chooser when selecting a directoryMichael R Sweet
2005-03-25The Fl_File_Chooser window now properly resizes its controls (STRMichael R Sweet
2005-02-24Copyright updates.Michael R Sweet
2005-02-05The file chooser didn't always deactivate the OK button whenMichael R Sweet
2005-02-05Fl_File_Chooser was slow with large directories (STR #654)Michael R Sweet
2004-09-07Documentation updates (STR #505, STR #513)Michael R Sweet
2004-07-26More documentation updates...Michael R Sweet
2004-04-11Copyright updates and prep for 1.1.5rc1.Michael R Sweet
2004-04-10Fix drive letter entry for file chooser (STR #339)Michael R Sweet
2004-04-06Added a new_directory_tooltip string pointer to allowMichael R Sweet
2003-11-01The keypad Enter key works as the normal Enter/Return key inMichael R Sweet
2003-09-03Fix performance issues with large file chooser selections. (STR #140)Michael R Sweet
2003-05-26Fix STR 27 - double-click in file chooser followed by single click wasMichael R Sweet
2003-01-30Copyright update for 1.1.3 release (not quite yet, but soon...)Michael R Sweet
2003-01-28Bug fixes from Howard.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-10-29Fix OK button when doing directory selection.Michael R Sweet
2002-10-29Fix file chooser absolute path bug.Michael R Sweet
2002-10-28Fix handling of directories with \ in them.Michael R Sweet
2002-08-09Move the rest of the image file formats (except for XBM and XPM) toMichael R Sweet