]> Pileus Git - ~andy/gtk/history - gtk/gtkfilechooserdialog.c
Revert name change
[~andy/gtk] / gtk / gtkfilechooserdialog.c
2008-07-01 Cody RussellRevert name change
2008-06-30 Cody RussellPractically everything changed.
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2008-05-19 Federico Mena Quinterobgo322298 - Make the file chooser dialog always resizable
2008-03-07 Federico Mena Quinterobgo505857 - GtkFileChooserDialog ensures its default...
2007-06-01 Michael Nattererchange fix for #347883 to not obfuscate the code.
2007-05-31 Mathias HasselmannReset the internal response_requested flag, once the...
2007-05-18 Carlos GarnachoRefactor GtkFileChooserDialog sizing.
2007-02-26 Matthias ClasenApply a patch by Carlos Garnacho to fix several problem...
2006-12-25 Christian PerschSet the HIG spacings directly instead of using style...
2006-05-14 Matthias ClasenMore of the same
2006-05-02 Matthias ClasenBoilerplate reduction
2006-05-01 Kristian RietveldMerge of the GTK+ asynchronous file chooser branch...
2006-02-16 Federico Mena QuinteroCall ::initial_focus() on the child before calling...
2005-09-15 Federico Mena QuinteroStart a set of automated tests for the file chooser...
2005-09-01 Matthias ClasenIntern some more strings.
2005-08-31 Matthias ClasenIntern type names in code generated by glib-mkenums...
2005-05-03 Matthias Clasen*** empty log message ***
2005-03-20 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-01-17 Matthias ClasenFix argument order in docs.
2004-12-15 Federico Mena QuinteroMerged from gtk-2-4:
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-03-12 Soeren SandmannClamp the new size to the screen. Part of bug 129020.
2004-03-12 Federico Mena QuinteroDon't ignore the return value of gtk_widget_activate().
2004-03-11 Jonathan Blandfordrevert earlier change to insert_path so that we test...
2004-03-08 Federico Mena QuinteroFixes #136105.
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2004-03-05 Federico Mena QuinteroNew handler. Ask the GtkFileChooser widget if it wants...
2004-03-03 Jonathan BlandfordSplit function into realized and unrealized variants...
2004-03-02 Jonathan Blandfordget the logic correct. This will fix sizing on save...
2004-03-01 Jonathan Blandfordonly store the size if we can resize in that direction.
2004-03-01 Jonathan BlandfordHandle shrinking/growing.
2004-02-29 Jonathan BlandfordAdd g_return_if_fail() (_gtk_file_chooser_embed_get_res...
2004-02-27 Jonathan BlandfordWhoops. Didn't mean to commit the size change.
2004-02-27 Jonathan BlandfordNew private interface to help negotiate the default...
2004-02-19 Federico Mena QuinteroChain to the parent's ::finalize() handler. Fixes ...
2004-02-19 Alexander LarssonRemove old file-system property. Add new file-system...
2004-02-18 Federico Mena QuinteroUse HIG-compliant spacings. This sucks a lot.
2004-02-14 Federico Mena QuinteroFix #129020.
2004-01-30 Federico Mena QuinteroFix #129872, based on a patch by Jan Arne Petersen...
2003-11-19 Federico Mena QuinteroTurn off the dialog's separator (thanks to Iain Holmes).
2003-11-08 Matthias ClasenMark as 2.4 additions.
2003-10-23 Federico Mena QuinteroFixed docs. (gtk_file_chooser_remove_filter): Likewise.
2003-10-23 Owen Taylorgtk/gtkfilechooserutils.c gtk/gtkfilechooserprivate...
2003-09-11 Federico Mena QuinteroAdded an API point about needing a way to fetch the...
2003-07-16 Owen Taylorauto-ize.
2003-07-11 Owen TaylorAdd gtk_file_chooser_set_current_name() to set the...
2003-03-26 Owen TaylorAdd a construct-only 'file_system' property, split...
2003-03-21 Owen TaylorInitial revision