summaryrefslogtreecommitdiff
path: root/demos/gtk-demo/assistant.c
Commit message (Expand)AuthorAgeFilesLines
* gtk-demo: Small a11y fixMatthias Clasen2021-01-051-0/+3
* gtk-demo: Add keywords to demosMatthias Clasen2020-09-131-3/+3
* Replace "gdouble" with "double"Benjamin Otte2020-07-251-1/+1
* Replace "gchar" with "char"Benjamin Otte2020-07-251-2/+2
* Replace "gint" with "int"Benjamin Otte2020-07-251-2/+2
* Replace most remaining uses of container apiMatthias Clasen2020-05-111-3/+3
* Use gtk_window_destroyMatthias Clasen2020-05-111-3/+3
* Stop using gtk_widget_destroyedMatthias Clasen2020-05-111-2/+1
* gtk-demo: Fix a crashMatthias Clasen2020-04-041-1/+1
* Merge branch 'matthiasc/for-master' into 'master'Matthias Clasen2020-04-041-11/+6
* demos/gtk-demo: Add common_cflags to buildTimm Bäder2020-03-071-4/+5
* Drop the margin propertyMatthias Clasen2020-02-251-2/+8
* gtk-demo: Cosmetic fixes to the assistant demoMatthias Clasen2019-12-231-1/+4
* entry, spin button: Drop redundant APIMatthias Clasen2019-02-281-1/+1
* box: Remove gtk_box_pack_startTimm Bäder2019-01-231-3/+3
* window: Turn gtk_window_set_screen() into gtk_window_set_display()Benjamin Otte2017-10-311-2/+2
* gtk-demo: Fix the assistant demoMatthias Clasen2017-10-061-1/+4
* box: Remove fill child propertyTimm Bäder2017-04-251-3/+3
* box: Remove expand child propertyTimm Bäder2017-04-251-3/+3
* Remove gtk_widget_show_allTimm Bäder2017-01-201-2/+0
* API: container: Remove gtk_container_set_border_width()Benjamin Otte2016-10-161-2/+0
* box: Remove 'padding' child propertyTimm Bäder2016-10-161-3/+3
* gtk-demo: Fix the assistant exampleMatthias Clasen2015-11-171-0/+1
* gtk-demo: Cosmetic changesMatthias Clasen2015-06-281-1/+1
* gtk-demo: Remove demo_find_file() functionBenjamin Otte2013-02-011-1/+0
* Use G_SOURCE_CONTINUE/REMOVEMatthias Clasen2012-01-301-2/+2
* gtk-demo: Drop uses of GtkAlignmentMatthias Clasen2011-09-011-10/+7
* gtk-demo: trivial improvementMatthias Clasen2011-08-311-0/+1
* gtk3-demo: assistant demo simplicationsMatthias Clasen2011-05-061-25/+11
* gtk-demo: Don't leave a dangling pointer to a destroyed widgetMatthias Clasen2011-05-061-0/+1
* gtk-demo: gtk_widget_render_icon() => gtk_widget_render_icon_pixbuf()Benjamin Otte2010-12-151-3/+3
* gtk: remove "gboolean homogeneous" from gtk_box_new()Michael Natterer2010-10-311-2/+2
* Use gtk_box_new() instead gtk_[v|h]box_new()Javier Jardón2010-10-301-2/+2
* Bug 596428 - GtkAssistant: Support ending with a progress pageMatthew Barnes2010-06-031-2/+53
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-1/+1
* More work on GtkAssistant by Carlos Garnacho:Matthias Clasen2006-01-281-0/+165