summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserdialog.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH 2/7] bgo543308 - Remove obsolete sizing code in GtkFileChooserDialogFederico Mena Quintero2008-08-201-51/+0
* [PATCH 1/7] bgo543308 - Let the file chooser widget be in charge of its defau...Federico Mena Quintero2008-08-201-1/+0
* Deprecate gtk_file_chooser_*_new_with_backend(), since GIO is already usedCarlos Garnacho2008-08-041-1/+1
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* bgo322298 - Make the file chooser dialog always resizableFederico Mena Quintero2008-05-191-12/+1
* bgo505857 - GtkFileChooserDialog ensures its default responseFederico Mena Quintero2008-03-071-14/+36
* change fix for #347883 to not obfuscate the code.Michael Natterer2007-06-011-8/+5
* Reset the internal response_requested flag, once the response triggered by fi...Mathias Hasselmann2007-05-311-8/+11
* Refactor GtkFileChooserDialog sizing.Carlos Garnacho2007-05-181-129/+33
* Apply a patch by Carlos Garnacho to fix several problems with filechooserMatthias Clasen2007-02-261-5/+7
* Set the HIG spacings directly instead of using style-set handlers. Fix theChristian Persch2006-12-251-27/+7
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-50/+11
* Merge of the GTK+ asynchronous file chooser branch. Please see theAFTER_KRIS_ASYNC_BRANCH_MERGEKristian Rietveld2006-05-011-2/+41
* Call ::initial_focus() on the child before calling ::map() on our parentFederico Mena Quintero2006-02-161-2/+2
* Start a set of automated tests for the file chooser. The only test inFederico Mena Quintero2005-09-151-13/+1
* Intern some more strings.Matthias Clasen2005-09-011-1/+2
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* *** empty log message ***Matthias Clasen2005-05-031-1/+1
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* Fix argument order in docs.Matthias Clasen2005-01-171-1/+1
* Merged from gtk-2-4:Federico Mena Quintero2004-12-151-2/+37
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Clamp the new size to the screen. Part of bug 129020.Soeren Sandmann2004-03-121-4/+29
* Don't ignore the return value of gtk_widget_activate().Federico Mena Quintero2004-03-121-9/+34
* revert earlier change to insert_path so that we test that the directoryJonathan Blandford2004-03-111-2/+3
* Fixes #136105.Federico Mena Quintero2004-03-081-0/+2
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* New handler. Ask the GtkFileChooser widget if it wants to do somethingFederico Mena Quintero2004-03-051-0/+34
* Split function into realized and unrealized variants, and consolidate theJonathan Blandford2004-03-031-47/+106
* get the logic correct. This will fix sizing on save dialogs.Jonathan Blandford2004-03-021-0/+1
* only store the size if we can resize in that direction.Jonathan Blandford2004-03-011-2/+11
* Handle shrinking/growing.Jonathan Blandford2004-03-011-0/+28
* Add g_return_if_fail() (_gtk_file_chooser_embed_get_resizable_hints): AddJonathan Blandford2004-02-291-7/+11
* Whoops. Didn't mean to commit the size change.Jonathan Blandford2004-02-271-1/+1
* New private interface to help negotiate the default size of the widget.Jonathan Blandford2004-02-271-28/+57
* Chain to the parent's ::finalize() handler. Fixes #134885; caught by JanFederico Mena Quintero2004-02-191-0/+2
* Remove old file-system property. Add new file-system-backend stringAlexander Larsson2004-02-191-31/+86
* Use HIG-compliant spacings. This sucks a lot.Federico Mena Quintero2004-02-181-0/+15
* Fix #129020.Federico Mena Quintero2004-02-141-8/+100
* Fix #129872, based on a patch by Jan Arne Petersen <jpetersen@uni-bonn.de>Federico Mena Quintero2004-01-301-1/+1
* Turn off the dialog's separator (thanks to Iain Holmes).Federico Mena Quintero2003-11-191-0/+2
* Mark as 2.4 additions.Matthias Clasen2003-11-081-0/+2
* Fixed docs. (gtk_file_chooser_remove_filter): Likewise.Federico Mena Quintero2003-10-231-0/+13
* gtk/gtkfilechooserutils.c gtk/gtkfilechooserprivate.[ch]: Basic frameworkOwen Taylor2003-10-231-1/+1
* Added an API point about needing a way to fetch the hpaned position so weFederico Mena Quintero2003-09-111-0/+11
* auto-ize.Owen Taylor2003-07-161-1/+1
* Add gtk_file_chooser_set_current_name() to set the current entry contents.Owen Taylor2003-07-111-1/+1