summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserbutton.c
Commit message (Expand)AuthorAgeFilesLines
* Code cleanupMatthias Clasen2015-07-311-7/+4
* GtkFileChooserButton: Don't update icon/label so oftenTimm Bäder2015-07-171-2/+10
* Clean up some unfortunate formattingMatthias Clasen2015-03-221-3/+4
* file chooser button: Make dnd work as expectedMatthias Clasen2015-01-291-4/+2
* Avoid picking up long description as translator commentMatthias Clasen2014-08-221-1/+1
* gtk: Don't use GObjectClass.constructorJasper St. Pierre2014-06-261-18/+7
* Trivial formatting fixMatthias Clasen2014-06-131-4/+2
* gtk: add missing type annotations ported from Vala bindingsEvan Nemerson2014-05-271-1/+1
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-1/+1
* Docs: Remove all entities and turn off sgml modeMatthias Clasen2014-02-091-1/+1
* docs: use apostrophes in *n'tWilliam Jon McCann2014-02-071-2/+2
* docs: use proper apostropheWilliam Jon McCann2014-02-071-3/+3
* docs: don't use <important>William Jon McCann2014-02-061-7/+6
* docs: use proper quotesWilliam Jon McCann2014-02-051-1/+1
* docs: replace all <examples> with markdown headingsWilliam Jon McCann2014-02-041-3/+2
* docs: Identify examples that are C codeWilliam Jon McCann2014-01-291-1/+1
* docs: use |[ ]| instead of <programlisting></programlisting>William Jon McCann2014-01-291-2/+2
* Merge GtkFileChooserWidget and GtkFileChooserDefaultWilliam Jon McCann2014-01-281-1/+1
* docs: don't use <emphasis>William Jon McCann2014-01-281-1/+1
* resources: move resources into a subdirectoryWilliam Jon McCann2014-01-231-1/+1
* Update all internal users of alternative button orderMatthias Clasen2014-01-171-0/+2
* 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