summaryrefslogtreecommitdiff
path: root/src/Fl_File_Chooser.fl
AgeCommit message (Expand)Author
2010-11-29More copyright 2010 mods.Greg Ercolano
2009-03-13Removed unused member variable ext_managed from Fl_File_ChooserAlbrecht Schlosser
2009-01-01Changed Copyright in 'src' directoryMatthias Melcher
2008-09-30doxygen comments for undocumented features of Fl_File_Chooserengelsman
2008-09-19Updating fl_utf8.h references. Fixing copyright date in .fl files.Matthias Melcher
2008-08-15Rename type Fl_Font_Size into Fl_Fontsize to comply with other naming in FLTK.Matthias Melcher
2008-05-01fix Fl_Font and Fl_Font_Size types in Fl_File_Chooser.fl fileyuri
2008-05-01STR #1908 add Fl_Widget* add_extra(Fl_Widget*) function to Fl_File_Chooser classyuri
2008-04-12Updated 1.3 with changes from 1.1.9Matthias Melcher
2007-02-21Fixed file chooser to behave transparently to the current group settingMatthias Melcher
2007-02-21Flushing file chooser preferences after every change to avoid data loss due t...Matthias Melcher
2007-01-28Hide window before doing callback for OK button (STR #1565)Michael R Sweet
2006-03-28ST 1148: a preselected filename will also be selected in the file chooser whe...Matthias Melcher
2005-12-30Fixed a few memory faults found by Valgrind (yes, I finally got my Linux Matthias Melcher
2005-11-07STR #1062: updated code to resize the preview panel of the file chooser and h...Matthias Melcher
2005-11-01STR #1056: fixed a slight offset in the Fl_File_Chooser that kept resizing fr...Matthias Melcher
2005-09-24STR #1028" set size ranges for filechooser 'favorites' dialog and for help di...Matthias Melcher
2005-08-29Re-Fixed STR 884. I did put the change into the FLUID file, but accidentally ...Matthias Melcher
2005-08-08Fl_File_Chooser did not implement the user_data() methods (STRMichael R Sweet
2005-07-25Fix bad include file in file chooser.Michael R Sweet
2005-07-23In order to make the rescan effect of Fl_File_Chooser::show() more intuitive,...Matthias Melcher
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-05Fl_File_Chooser was slow with large directories (STR #654)Michael R Sweet
2004-04-06Added a new_directory_tooltip string pointer to allowMichael R Sweet
2003-09-08Leave more space for filename label in file chooser.Michael R Sweet
2003-01-28Support type qualifiers before a class name; this allows for things likeMichael R Sweet
2002-11-20Fl_File_Input::value("") didn't work.Michael R Sweet
2002-11-19Fix fl_dir_chooser()/Fl_File_Chooser:value() bug - cancel didn't returnMichael R Sweet
2002-10-03Fix "create" handling of new-directory button.Michael R Sweet
2002-08-30Fix corrupted Fl_File_Chooser sources...Michael R Sweet
2002-08-30Missing chars...Michael R Sweet
2002-08-30Make sure all strings can be localized in the dialogs.Michael R Sweet
2002-08-05Range check Fl_Text_Buffer::search_forward().Michael R Sweet
2002-07-23Make newButton and previewButton public, so that you can hide/disable themMichael R Sweet
2002-07-01File chooser updates - ../ and ./ map properly, now show ".." in theMichael R Sweet
2002-06-07New file chooser.Michael R Sweet
2002-05-24Fix cancel bug in file chooser with multiple-selection mode.Michael R Sweet
2002-05-02Add sort function to file chooser.Michael R Sweet
2002-05-01Fix backspace "bug" in file chooser - now treat delete and backspace theMichael R Sweet
2002-05-01Fix FLUID so that open_cb() and open_history_cb() set the filenameMichael R Sweet
2002-05-01Fix file chooser bug - show() was calling deselect() when it shouldn'tMichael R Sweet
2002-04-30New Fl_File_Input widget, courtesy of Curtis Edwards old Fl_Input_FileMichael R Sweet
2002-04-18Add missing docos for Fl_Progress.Michael R Sweet
2001-12-17Fl_File_Chooser wasn't calling Fl_Window::hotspot() prior to showing, soMichael R Sweet
2001-12-15Add "shown()" method to Fl_File_Chooser.Michael R Sweet
2001-12-11Multiple fixes from Sebastien.Michael R Sweet
2001-12-03Bug fixes and doco updates care of Sebastian.Michael R Sweet
2001-09-30Fl_File_Chooser.H and fl_file_chooser.H need to be the same...Michael R Sweet
2001-09-29Tooltips, and more tooltips.Michael R Sweet