summaryrefslogtreecommitdiff
path: root/src/Fl_File_Chooser.fl
AgeCommit message (Expand)Author
2023-09-26FLUID: Fixes regression #777Matthias Melcher
2022-02-12expose position(int, int), x(), y(), w() and h() from Fl_File_Chooser (#80)silverduner
2021-12-20GitHub #328: removed stray ';' in Fluid code generation.Matthias Melcher
2021-03-21Remove unnecessary system includes from public headersAlbrecht Schlosser
2020-08-03Update dependencies + fluid/generated filesAlbrecht Schlosser
2020-07-14First pass at fixing issue 99Greg Ercolano
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2019-12-31Limiting file access for Fl_Preferences.Matthias Melcher
2016-01-30Bump version numbers for next minor release: FLTK 1.4.0.Albrecht Schlosser
2015-12-19Trying to find how to best write the // "$Id$" lines in src/Fl_File_Chooser.flManolo Gouy
2015-12-18Running FLTK in static initializers (cont'd):Manolo Gouy
2015-07-09Update fluid .fl files and generated code - remove trailing white space.Albrecht Schlosser
2015-03-10[Version 1.3.4] Update version numbers - hopefully complete.Albrecht Schlosser
2014-10-05More 1.3.3 version updates and changes in src/*.fl.Albrecht Schlosser
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
2011-06-07Fix STR #2657: repaired indentation error in fluid-output code.Manolo Gouy
2011-06-06Added "Show hidden files" check button to the file chooser panel.Manolo Gouy
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