summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserbutton.c
Commit message (Expand)AuthorAgeFilesLines
* gtkfilechooserbutton: unseal private pointerJavier Jardón2010-07-131-3/+3
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+0
* Remove deprecated GtkFileChooser functionsChristian Dywan2010-05-031-32/+0
* Fix file chooser refcounting issuesMatthias Clasen2010-03-081-8/+13
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-1/+1
* Deprecate flag macros for toplevel, state, no window and composite childChristian Dywan2010-01-041-1/+1
* Handle reading the create-folders propertyMatthias Clasen2009-12-201-0/+1
* bgo#563010 - Fix clearing the selection in GtkFileChooserButtonFederico Mena Quintero2009-10-211-6/+6
* Allow disabling New Folder button in File ChoserPascal Terjan2009-07-301-0/+1
* Fix emission of file-set signalMatthias Clasen2009-02-111-1/+6
* Remove GTK_SIGNAL_ACTION from the file-set signal, that wasn't supposed toMatthias Clasen2009-02-111-1/+1
* Privately export this method. It classifies directories and mountables theMatthias Clasen2008-12-141-2/+2
* Bug 563991 – gtk_file_chooser_button_new_with_backend is deprecated --Matthias Clasen2008-12-101-1/+1
* Don't leak a GFileMatthias Clasen2008-09-211-0/+1
* gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkentry.cMichael Natterer2008-08-121-5/+3
* consistently chain up using GTK_FOO_CLASS(parent_class)->bar(instance)Michael Natterer2008-08-121-16/+16
* gtk/gtkaboutdialog.c gtk/gtkcellrendereraccel.c gtk/gtkcellrenderercombo.cSven Neumann2008-08-111-1/+1
* gtk/gtkactiongroup.c gtk/gtkcellrendererspin.c gtk/gtkfilechooserbutton.cMichael Natterer2008-08-071-2/+1
* gtk/gtkclist.c gtk/gtkcontainer.c gtk/gtkfilechooserbutton.cMichael Natterer2008-08-071-2/+1
* Fix "/* within comment" warning.Carlos Garnacho2008-08-041-1/+1
* Deprecate gtk_file_chooser_*_new_with_backend(), since GIO is already usedCarlos Garnacho2008-08-041-24/+9
* Make GFile-oriented API public. Fixes #545978.Carlos Garnacho2008-08-041-15/+15
* Unset the image when the label is set to "(None)". Reported by NeilMatthias Clasen2008-07-151-2/+5
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Use standard icon names.Matthias Clasen2008-06-181-5/+5
* Really make GtkFileSystem private by _-prefixing all functions.Matthias Clasen2008-06-131-60/+60
* fix local prototype of _gtk_file_chooser_label_for_file() (takes a GFile,Michael Natterer2008-06-111-1/+1
* Bug 520874 - Should use gio directly.Carlos Garnacho2008-06-101-303/+284
* fixed a typo in the documentation of the GtkFileChooserButtons::file-setSven Neumann2008-03-031-4/+4
* Don't use guint8 for bitfields, since some compilers choke on that.Matthias Clasen2007-11-261-7/+7
* remove useless member "has_title" from the private struct and simply setMichael Natterer2007-09-111-21/+24
* Plug a memleak. (#455721, Christian Persch)Matthias Clasen2007-07-161-1/+2
* Remove extra braces.Xan Lopez2007-06-171-5/+1
* Update changelogXan Lopez2007-06-171-4/+12
* Use g_get_user_special_dir() to obtain the path for the DESKTOP directory.Matthias Clasen2007-06-071-11/+9
* Handle the row reference path being NULL. (#410565, Joe Markus Clarke,Matthias Clasen2007-03-121-9/+12
* Add a file-set signal to the filechooser button. Bug 353196.Mariano Suárez-Alvarez2006-12-261-0/+31
* Allow any GtkDialog that implements GtkFileChooser as dialog. (#335473,Matthias Clasen2006-12-201-5/+6
* Apply a cleanup patch by Kjartan Maraas (#341812)Matthias Clasen2006-10-081-4/+4
* Protect against base_path being NULL. (#358405, many reporters)Matthias Clasen2006-09-301-4/+7
* make it buildMatthias Clasen2006-09-221-1/+1
* Make remote bookmarks work better (#354887)Matthias Clasen2006-09-221-45/+157
* Use bookmark labels in the combobox.Matthias Clasen2006-09-171-1/+8
* Don't add remote volumes and bookmarks to the model in local-only mode, toMatthias Clasen2006-09-171-48/+91
* Request the display name too, otherwise "Desktop" does not appear in theMatthias Clasen2006-09-111-1/+1
* First part of file chooser fixes.Kristian Rietveld2006-09-021-0/+1
* Handle the case where the filechooser button is destroyed quickly.Matthias Clasen2006-08-171-0/+8
* Fix some memory handling issues. (#347043, Chris Wilson)Matthias Clasen2006-07-101-4/+3
* Fix a small leakMatthias Clasen2006-07-091-4/+3
* Get the display name for the home directory. (#346498, Dennis Cranston,Matthias Clasen2006-07-061-1/+1