summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserwidget.c
Commit message (Expand)AuthorAgeFilesLines
* Move GtkFileChooserWidgetPrivate to gtkfilechooserwidget.cFederico Mena Quintero2013-04-111-13/+4
* Deprecate gtk_widget_push_composite_child & friendsTristan Van Berkom2013-04-081-4/+0
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* GtkFileChooserWidget: derive from GtkBox, not GtkVBoxMatthias Clasen2011-06-071-1/+4
* Move documentation to inline comments: GtkFileChooserWidgetJavier Jardón2011-04-111-0/+19
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+0
* Remove deprecated GtkFileChooser functionsChristian Dywan2010-05-031-29/+0
* Use "Deprecated:" gtk-doc symbol correntlyJavier Jardón2009-11-061-1/+1
* Deprecate gtk_file_chooser_*_new_with_backend(), since GIO is already usedCarlos Garnacho2008-08-041-2/+2
* 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
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-57/+10
* Don't reload the current folder unnecessarily on ::map().Federico Mena Quintero2005-09-271-5/+0
* Start a set of automated tests for the file chooser. The only test inFederico Mena Quintero2005-09-151-7/+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
* Add overwrite confirmation for SAVE mode. Fixes bug #152850:Federico Mena Quintero2005-07-151-1/+1
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Fix a typo in the docs.Matthias Clasen2004-03-161-1/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Don't unref an old model; there isn't one. This was a leftover from whenFederico Mena Quintero2004-03-021-2/+2
* new function. Long name.Jonathan Blandford2004-03-011-0/+25
* New private interface to help negotiate the default size of the widget.Jonathan Blandford2004-02-271-0/+15
* Add two more folder modes to the enum.Jonathan Blandford2004-02-261-1/+0
* Add chains to the parent's ::finalize() handler (#134901, Morten Welinder,Matthias Clasen2004-02-221-0/+2
* Desktop directory is not translated. (set_tree_model): There might not beAlexander Larsson2004-02-201-6/+1
* Remove old file-system property. Add new file-system-backend stringAlexander Larsson2004-02-191-28/+15
* fix preprocessor conditional confusion. (G_OS_UNIX/G_OS_WIN32 stuff)Manish Singh2003-12-161-5/+6
* handle GTK_DATADIR similar as the other filesystem placement 'constants'Hans Breuer2003-12-141-3/+8
* updated added all the new testsHans Breuer2003-11-151-0/+3
* 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/+10
* gtk/gtkfilechooserutils.c gtk/gtkfilechooserprivate.[ch]: Basic frameworkOwen Taylor2003-10-231-2/+4
* Renamed from GtkFileChooserImplDefault to GtkFileChooserDefault.Federico Mena Quintero2003-10-231-1/+1
* auto-ize.Owen Taylor2003-07-161-2/+2
* Add a construct-only 'file_system' property, split test case into testfilecho...Owen Taylor2003-03-261-16/+62
* - Add GnomeVFS backendOwen Taylor2003-03-261-1/+2
* Add some documentation comments, fix some missing staticsOwen Taylor2003-03-211-1/+1
* Initial revisionOwen Taylor2003-03-211-0/+155