summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserbutton.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid overlong file chooser buttonsMatthias Clasen2013-08-131-0/+2
* Another round of template binding api changesMatthias Clasen2013-07-261-7/+7
* Rename the widget template APIEmmanuele Bassi2013-07-261-11/+11
* widget: Use a real offset in gtk_widget_class_automate_childAlexander Larsson2013-07-261-7/+7
* Move wholly deprecated classes to gtk/deprecated/Matthias Clasen2013-07-191-2/+2
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-8/+5
* File chooser: Convert icons to using cairo_surface_twip/window-scales2Alexander Larsson2013-07-031-77/+97
* Deprecate GtkIconFactory, GtkIconSet, GtkIconSourceWilliam Jon McCann2013-06-261-5/+1
* Start migrating internals away from GtkStockWilliam Jon McCann2013-06-241-15/+3
* GtkFileChooserButton: Also emit 'file-set' when changing the selection throug...Federico Mena Quintero2013-06-211-3/+13
* gtkfilechooserbutton: fix documentation typoClaudio Saavedra2013-06-201-1/+1
* Merge branch 'places-sidebar' into masterFederico Mena Quintero2013-04-111-16/+19
|\
| * Merge branch 'origin/master' into places-sidebarFederico Mena Quintero2013-02-271-26/+13
| |\
| * \ Merge branch 'master' into places-sidebarFederico Mena Quintero2013-02-131-65/+219
| |\ \
| * | | Make GtkFileChooserButton use GtkBookmarksManagerFederico Mena Quintero2012-09-031-16/+20
* | | | GtkFileChooserButton: Define children with a GtkBuilder templateTristan Van Berkom2013-04-081-78/+27
* | | | Deprecate gtk_widget_push_composite_child & friendsTristan Van Berkom2013-04-081-4/+0
* | | | filechooserbutton: Do not propagate state from the dialog unless it is activeFederico Mena Quintero2013-03-121-178/+63
* | | | filechooserbutton: whitespace fixesFederico Mena Quintero2013-03-121-38/+38
* | | | filechooserbutton: Update the button's state only on programmatic changes to ...Federico Mena Quintero2013-03-121-35/+65
* | | | filechooserbutton: Emit 'selection-changed' when changing the selection progr...Federico Mena Quintero2013-03-121-0/+37
* | | | filechooserbutton: During unselect_all(), update the widgets in all situationsFederico Mena Quintero2013-03-111-3/+3
* | | | filechooserbutton: When the combo box changes, set the *file*, not the curren...Federico Mena Quintero2013-03-111-2/+2
* | | | filechooserbutton: Update the combo box even after the dialog is cancelledFederico Mena Quintero2013-03-081-3/+3
* | | | filechooserbutton: Don't show the (None) item when the combo box is popped upFederico Mena Quintero2013-03-071-19/+101
* | | | filechooserbutton: In SELECT_FOLDER, when the selection is empty, show (None)...Federico Mena Quintero2013-03-071-19/+57
* | | | filechooserbutton: Update the button/combo at construction timeFederico Mena Quintero2013-03-071-0/+3
* | | | filechooserbutton: Update the button/combo whenever the selection is changed ...Federico Mena Quintero2013-03-071-23/+35
* | | | filechooserbutton: Test that the expected filename is shownFederico Mena Quintero2013-03-071-1/+1
* | | | filechooser: Use _gtk_file_has_native_path() throughout when testing for loca...Federico Mena Quintero2013-03-051-5/+5
| |_|/ |/| |
* | | filechooserbutton: Don't ever use gtk_file_chooser_get_files()Federico Mena Quintero2013-02-211-20/+13
* | | filechooserbutton: Don't emit file-set signal when the change is not the resu...Federico Mena Quintero2013-02-201-6/+0
| |/ |/|
* | filechooserbutton: In SELECT_FOLDER mode, consider an empty selection to mean...Federico Mena Quintero2013-02-131-2/+10
* | filechooserbutton: Keep track of the current_folder while the dialog is inactiveFederico Mena Quintero2013-02-131-7/+80
* | filechooserbutton: Restore to an empty previous selection properlyFederico Mena Quintero2013-02-131-5/+14
* | filechooserbutton: Fix preserving the selection after cancelling the dialogFederico Mena Quintero2013-02-131-14/+127
* | filechooserbutton: Simplify the code to preserve the selection while the dial...Federico Mena Quintero2013-02-131-27/+3
* | filechooserbutton: Don't set a starting folder in the underlying dialogFederico Mena Quintero2013-02-131-25/+0
* | Bug 595615 — Use proper ellipsesPhilip Withnall2012-11-261-1/+1
|/
* [GtkFileChooserButton] bgo#645065 - Restore the previously-selected file when...Sebastian Geiger2012-08-311-6/+6
* 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