summaryrefslogtreecommitdiff
path: root/gtk/gtkdialog.c
Commit message (Expand)AuthorAgeFilesLines
* dialog: Remove priv pointerTimm Bäder2018-07-081-24/+34
* dialog: Remove some GtkVBox referencesTimm Bäder2018-07-081-2/+2
* widget: Allow adding event controllers in ui filesBenjamin Otte2018-04-261-1/+1
* The big versioning cleanupMatthias Clasen2018-02-061-10/+0
* Drop the Big GDK LockEmmanuele Bassi2018-02-031-4/+0
* Replace GtkWidget::delete-event by GtkWindow::close-requestMatthias Clasen2018-01-161-7/+8
* dialog: Stop using the ::delete-event signalMatthias Clasen2018-01-161-37/+16
* Make a few more code samples compileTimm Bäder2018-01-031-3/+7
* Rename GtkHeaderBar::show-close-buttonMatthias Clasen2017-12-071-1/+1
* gtk: Intern css namesMatthias Clasen2017-11-171-1/+1
* widget: Remove show-all propertyTimm Bäder2017-01-201-2/+0
* Remove gtk_widget_show_allTimm Bäder2017-01-201-1/+1
* Drop deprecated gtk_dialog_get_action_areaMatthias Clasen2016-11-191-17/+0
* dialog: Let GtkButton manage its style classesTimm Bäder2016-10-311-1/+0
* Remove GtkStockTimm Bäder2016-10-181-1/+0
* gtkdialog: Remove style propertiesTimm Bäder2016-10-181-62/+0
* API: container: Remove gtk_container_set_border_width()Benjamin Otte2016-10-161-51/+0
* dialog: Remove alternative button order APITimm Bäder2016-10-161-215/+0
* Use NULL for generic marshallers in g_signal_new()Benjamin Otte2016-08-291-2/+2
* dialog: Avoid a memory leak in an error caseMatthias Clasen2016-02-261-4/+10
* dialog: Stop exporting action_boxMatthias Clasen2016-01-281-1/+1
* introspection: This patch fixes nullable return values fixes for the followin...Alberto Ruiz2016-01-081-1/+1
* dialog: Use an element nameMatthias Clasen2015-11-241-0/+2
* Don't use g_list_next in gtkdialog.cMatthias Clasen2015-10-201-3/+3
* GtkButtonBox: remove spacing when buttons are linkedLars Uebernickel2015-07-141-2/+3
* GtkDialog: Use _gtk_builder_lookup_objectMatthias Clasen2015-04-271-7/+9
* GtkDialog: Use the new helpersMatthias Clasen2015-04-271-83/+111
* GtkDialog: Fix up docsMatthias Clasen2015-04-261-1/+3
* GtkDialog: Connect to activate signals only onceTimm Bäder2014-11-171-1/+1
* Fix various compiler warningsMatthias Clasen2014-09-051-0/+1
* GtkDialog: Keep special-casing help buttonsMatthias Clasen2014-08-281-4/+6
* GtkDialog: Manage action area visibility more carefullyMatthias Clasen2014-07-201-1/+3
* GtkDialog: Be more careful in handling the headerbarMatthias Clasen2014-07-171-2/+7
* GtkDialog: rejigger headerbar handlingMatthias Clasen2014-07-171-12/+9
* Try harder to fix dialog titlesMatthias Clasen2014-07-151-1/+4
* GtkDialog: Set window titles in header barsMatthias Clasen2014-07-131-0/+1
* GtkDialog: Fix setting of default actionMatthias Clasen2014-07-091-46/+29
* GtkDialog: fix invisible action areaMatthias Clasen2014-07-021-1/+1
* GtkDialog: Don't use csd when use-header-bar is FALSEMatthias Clasen2014-06-301-36/+16
* gtk: Don't use GObjectClass.constructorJasper St. Pierre2014-06-261-16/+6
* GtkDialog: Be a little more careful about button placementMatthias Clasen2014-06-061-4/+16
* GtkDialog: avoid a crashMatthias Clasen2014-06-061-8/+7
* Remove unintentional additionMatthias Clasen2014-06-051-2/+0
* GtkDialog: Improve the buildable implementationMatthias Clasen2014-06-051-19/+44
* gtk: add missing type annotations ported from Vala bindingsEvan Nemerson2014-05-271-1/+1
* GtkDialog: Reduce a g_warning to a g_messageMatthias Clasen2014-05-021-1/+1
* GtkDialog: Warn about lack of transient parentsMatthias Clasen2014-05-021-0/+3
* GtkDialog: Update suggested-action more carefullyMatthias Clasen2014-04-251-11/+40
* GtkDialog: Support adding action widgets in ui filesMatthias Clasen2014-04-251-18/+49
* dialog: add a box around the action area to use for stylingWilliam Jon McCann2014-04-221-1/+3