summaryrefslogtreecommitdiff
path: root/demos/gtk-demo/builder.c
Commit message (Expand)AuthorAgeFilesLines
* gtk-demo: Add more keywordsMatthias Clasen2020-11-181-1/+1
* gtk4-demo: Remove connection to removed signalTimm Bäder2020-10-141-1/+0
* gtk-demo: Add some keywordsMatthias Clasen2020-09-141-0/+1
* gtk-demo: Improve the builder demoMatthias Clasen2020-09-141-0/+36
* gtk-demo: Add some detailsMatthias Clasen2020-09-141-1/+2
* gtk-demo: Fix the builder demoMatthias Clasen2020-08-131-9/+53
* gtk-demo: Plug a leakMatthias Clasen2020-05-211-1/+1
* demos: Remove gtk_dialog_run()Emmanuele Bassi2020-05-121-2/+4
* Use gtk_window_destroyMatthias Clasen2020-05-111-2/+2
* Stop using gtk_widget_destroyedMatthias Clasen2020-05-111-2/+1
* gtk-demo: Get rid of toolbarsBenjamin Otte2020-02-071-4/+0
* gtk-demo: Convert the builder demo to a menu modelMatthias Clasen2019-12-291-40/+15
* builder: Connect signals automaticallyBenjamin Otte2019-11-221-1/+0
* builder: Remove user_data argument from gtk_builder_connect_signals()Benjamin Otte2019-11-221-1/+1
* window: Turn gtk_window_set_screen() into gtk_window_set_display()Benjamin Otte2017-10-311-2/+2
* Remove gtk_widget_show_allTimm Bäder2017-01-201-1/+1
* gtk-demo: Cosmetic changesMatthias Clasen2015-06-281-13/+11
* gtk-demo: Many cosmetic fixesMatthias Clasen2015-06-191-8/+2
* gtk-demo: Port builder example away from GtkUIManagerMatthias Clasen2015-05-101-7/+65
* gtk3-demo: set primary-toolbar style class on primary toolbarsMatthias Clasen2014-02-171-0/+4
* gtk-demo/builder: Re-enable deprecated symbolsEmmanuele Bassi2013-07-201-1/+1
* gtk-demo: Remove file lists from demo dataBenjamin Otte2013-02-011-1/+1
* gtk-demo: Remove demo_find_file() functionBenjamin Otte2013-02-011-1/+0
* gtk-demo: Port builder example to resourcesBenjamin Otte2013-02-011-4/+1
* gtk-demo: Add a help stock menuitemMatthias Clasen2012-05-261-0/+6
* gtk-demo: Show data files as wellMatthias Clasen2012-05-181-1/+1
* Formatting cleanupsMatthias Clasen2011-09-011-8/+8
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-1/+1
* Mark these functions with G_MODULE_EXPORT.Tor Lillqvist2008-04-081-2/+2
* Move the about dialog to the glade file, add accessible tags examples toJohan Dahlin2008-01-291-5/+8
* use gtk_about_dialog_set_program_name() instead of the deprecatedMichael Natterer2008-01-281-1/+2
* Connect the destroy signal in the example instead of the ui file. Also setJohan Dahlin2007-06-271-0/+4
* Add GtkBuilder, fixes #172535Johan Dahlin2007-06-151-0/+60