summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* examples: Remove requires from ui filesMatthias Clasen2020-11-101-1/+0
* Use GtkApplication in the examplesEmmanuele Bassi2020-10-211-26/+26
* Clean up uses of gtk_toggle_button_get/set_activeMatthias Clasen2020-08-301-2/+2
* examples: Fix multiple small problemsMatthias Clasen2020-08-136-6/+17
* grid layout: Rename some propertiesMatthias Clasen2020-08-025-38/+38
* Replace "gdouble" with "double"Benjamin Otte2020-07-251-2/+2
* Replace "gchar" with "char"Benjamin Otte2020-07-2522-76/+76
* Replace "gint" with "int"Benjamin Otte2020-07-2513-22/+22
* headerbar: Show title buttons by defaultAlexander Mikhaylenko2020-07-028-8/+0
* scrolledwindow: Don't take adjustments in new()Matthias Clasen2020-06-2411-11/+11
* examples: Stop using appmenu apisMatthias Clasen2020-05-222-38/+43
* bloatpad: Pass common_cflags to the buildTimm Bäder2020-05-192-1/+2
* bloatpad: Avoid a few theoretical compiler warningsTimm Bäder2020-05-181-7/+6
* examples: Add common_cflags to executablesTimm Bäder2020-05-189-9/+18
* Replace most remaining uses of container apiMatthias Clasen2020-05-116-23/+312
* Use gtk_window_destroyMatthias Clasen2020-05-116-7/+7
* Refresh the tutorial examplesMatthias Clasen2020-05-1161-1035/+263
* examples: Use GtkDrawingArea::resizeMatthias Clasen2020-05-061-6/+5
* Use gtk_overlay_set_child throughoutMatthias Clasen2020-05-041-1/+1
* Use gtk_search_bar_set_child throughoutMatthias Clasen2020-05-041-1/+1
* Use gtk_window_set_child throughoutMatthias Clasen2020-05-048-8/+8
* Use gtk_scrolled_window_set_child throughoutMatthias Clasen2020-05-0411-20/+20
* Use gtk_frame_set_child throughoutMatthias Clasen2020-05-041-1/+1
* headerbar: Remove user-settable titleAlexander Mikhaylenko2020-05-011-2/+0
* frame: Drop shadow-typeMatthias Clasen2020-04-171-1/+0
* Replace most uses of <Primary> with <Control>Matthias Clasen2020-04-061-8/+8
* examples: Add common_cflags to buildTimm Bäder2020-03-063-5/+7
* Drop the margin propertyMatthias Clasen2020-02-255-5/+20
* Stop using gtk_main_quitMatthias Clasen2020-02-091-3/+17
* bloatpad: Use a box, not a toolbarBenjamin Otte2020-02-071-19/+13
* Rename GtkGestureMultiPress to GtkGestureClickMatthias Clasen2019-05-291-6/+6
* Stop using gtk_widget_get_surfaceMatthias Clasen2019-05-281-2/+2
* Remove a few stray <packing/> elementsMatthias Clasen2019-04-054-7/+4
* examples: Update GtkGrid definitions in UI filesEmmanuele Bassi2019-04-056-98/+109
* Convert all ui filesMatthias Clasen2019-03-274-28/+14
* entry, spin button: Drop redundant APIMatthias Clasen2019-02-285-9/+9
* Fix the search bar exampleMatthias Clasen2019-02-191-1/+1
* Update ui files to new stack syntaxMatthias Clasen2019-02-0824-78/+20
* Merge branch 'kill-buttonbox' into 'master'Matthias Clasen2019-02-051-4/+4
|\
| * Drop GtkButtonBoxMatthias Clasen2019-02-041-4/+4
* | examples: Rename the pkg-config file for GTK 4Emmanuele Bassi2019-02-0511-22/+22
|/
* box: Remove gtk_box_pack_startTimm Bäder2019-01-231-2/+2
* examples: Use appliction id as desktop file base nameGuido Günther2018-08-022-2/+2
* search bar example: remove unused functionTimm Bäder2018-06-161-11/+0
* examples: Simplify handling events in search-barMohammed Sadiq2018-06-141-7/+1
* examples: Fix alignment of search-bar exampleMohammed Sadiq2018-06-141-0/+1
* examples: Remove unused variablesMohammed Sadiq2018-05-122-2/+0
* examples: Use icon-name property to set button iconsMohammed Sadiq2018-05-094-32/+4
* examples: Simplify counting buffer linesMohammed Sadiq2018-05-092-20/+2
* examples: Remove explicit gtk_widget_show()Mohammed Sadiq2018-05-098-19/+0