summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserbutton.c
Commit message (Expand)AuthorAgeFilesLines
* types: Clean up gtkwidget.h includesBenjamin Otte2012-03-031-0/+1
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* GtkFileChooserButton: Expand like other 'pickers'Matthias Clasen2011-09-121-6/+7
* gtk: Use const instead G_CONST_RETURNJavier Jardón2011-06-101-1/+1
* gtk: Clean some includesJavier Jardón2011-06-081-0/+1
* Clean up more includesMatthias Clasen2011-06-071-1/+0
* GtkFileChooserButton: derive from GtkBox, not GtkHBoxMatthias Clasen2011-06-071-1/+3
* gtk/gtkfilechooserbutton: gtk_misc_set_alignmentDiego Celix2011-05-311-1/+2
* Move documentation to inline comments: GtkFileChooserButtonJavier Jardón2011-04-141-0/+41
* [filechooser] Free things which got duplicated or reffed by gtk_tree_model_get()Federico Mena Quintero2011-04-011-1/+4
* [filechooser] Unref cancellables we got from the model, not the ones that com...Federico Mena Quintero2011-04-011-4/+6
* Silence new gcc warningsMatthias Clasen2011-01-231-66/+64
* Fix case (s/A/a) in translatable string (Select A Folder)Luca Ferretti2011-01-171-1/+1
* Remove gtktypeutils altogetherMatthias Clasen2011-01-041-0/+1
* Make GtkFileChooserButton use ::style-updatedCarlos Garnacho2011-01-041-7/+4
* gtk/gtkfilechooserbutton.c: Use accessor functions to access GtkSelectionDataJavier Jardón2010-12-151-1/+1
* Make GtkFileChooserButton behave as expected when expandingMatthias Clasen2010-11-071-1/+2
* Only show Desktop in file chooser button if there is oneChristian Dywan2010-11-031-1/+4
* gtk: remove "gboolean homogeneous" from gtk_box_new()Michael Natterer2010-10-311-1/+1
* Use gtk_box_new() instead gtk_[v|h]box_new()Javier Jardón2010-10-301-1/+1
* Use gtk_separator_new() instead gtk_[v|h]separator_new()Javier Jardón2010-10-301-1/+1
* Remove gtk_widget_hide_all()Matthias Clasen2010-10-191-8/+0
* Move destroy signal to GtkWidgetJavier Jardón2010-09-261-16/+6
* gtk/gtkfilechooserbutton.c: Use accessor functions to access GtkWindowJavier Jardón2010-08-231-1/+1
* 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