summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* checkbutton: Make the child expandbox-layout-child-expandMatthias Clasen2020-05-051-0/+25
* spinbutton: Use the layout expand flagMatthias Clasen2020-05-051-2/+6
* boxlayout: Add GtkBoxLayoutChildMatthias Clasen2020-05-053-10/+174
* Merge branch 'misc-cleanups' into 'master'Matthias Clasen2020-05-056-837/+594
|\
| * widget-factory: Use symboli icons in the toolbarMatthias Clasen2020-05-051-0/+4
| * widget-factory: Remove unused cssMatthias Clasen2020-05-051-22/+0
| * window: Lower the visible focus timeoutMatthias Clasen2020-05-051-2/+5
| * assistant: Drop the Private structMatthias Clasen2020-05-051-316/+247
| * placesview: Drop the Private structMatthias Clasen2020-05-052-383/+254
| * searchbar: Drop the Private structMatthias Clasen2020-05-051-116/+86
* | Merge branch 'wip/exalm/controls-dispose' into 'master'Matthias Clasen2020-05-051-1/+10
|\ \ | |/ |/|
| * windowcontrols: Unparent children in dispose rather than finalizeAlexander Mikhaylenko2020-05-051-1/+10
* | Merge branch 'wip/jimmac/notebook-tab-focus' into 'master'Jakub Steiner2020-05-051-1/+1
|\ \
| * | Adwaita: notebook tab focus ringJakub Steiner2020-05-051-1/+1
| |/
* | Merge branch 'bin-removal' into 'master'Matthias Clasen2020-05-05326-2747/+3289
|\ \ | |/ |/|
| * docs: Fixup for an uninitialized variableMatthias Clasen2020-05-041-1/+1
| * testsuite: Update a testcaseMatthias Clasen2020-05-042-40/+0
| * Drop GtkBinMatthias Clasen2020-05-0410-315/+1
| * testtooltips: Derive demo from GtkWidgetMatthias Clasen2020-05-041-4/+5
| * inspector: Derive recorder from GtkWidgetMatthias Clasen2020-05-043-6/+9
| * gtk-demo: Port blur demo from GtkBinMatthias Clasen2020-05-043-47/+32
| * Add a test for bin child conversionMatthias Clasen2020-05-042-0/+28
| * builder-tool: Convert former bin childrenMatthias Clasen2020-05-045-8/+75
| * tooltipwindow: Derive from GtkWidgetMatthias Clasen2020-05-043-29/+21
| * combobox: Derive from GtkWidgetMatthias Clasen2020-05-044-90/+53
| * Use gtk_combo_box_set_child throughoutMatthias Clasen2020-05-047-17/+16
| * combobox: Add a child propertyMatthias Clasen2020-05-044-1/+69
| * testkineticscrolling: Make this work againMatthias Clasen2020-05-041-12/+1
| * testgtk: Fix g_object_new useMatthias Clasen2020-05-041-1/+1
| * Add gtk_overlay_remove_overlayMatthias Clasen2020-05-043-0/+24
| * overlay: Derive from GtkWidgetMatthias Clasen2020-05-042-67/+56
| * Use gtk_overlay_set_child throughoutMatthias Clasen2020-05-0414-22/+22
| * overlay: Add a child propertyMatthias Clasen2020-05-043-3/+104
| * searchbar: Derive from GtkWidgetMatthias Clasen2020-05-042-79/+81
| * Use gtk_search_bar_set_child throughoutMatthias Clasen2020-05-043-3/+4
| * searchbar: Add a child propertyMatthias Clasen2020-05-043-0/+55
| * listboxrow: Derive from GtkWidgetMatthias Clasen2020-05-0420-40/+124
| * flowboxchild: Derive from GtkWidgetMatthias Clasen2020-05-047-21/+187
| * revealer: Derive from GtkWidgetMatthias Clasen2020-05-042-52/+130
| * Use gtk_revealer_set_child throughoutMatthias Clasen2020-05-049-22/+21
| * revealer: Add a child propertyMatthias Clasen2020-05-043-1/+55
| * window: Derive from GtkWidgetMatthias Clasen2020-05-047-325/+152
| * Use gtk_window_set_child throughoutMatthias Clasen2020-05-04195-279/+272
| * window: Add a child propertyMatthias Clasen2020-05-043-0/+57
| * button: Derive from GtkWidgetMatthias Clasen2020-05-042-67/+88
| * css testsuite: Remove an obsolete testMatthias Clasen2020-05-043-57/+0
| * css tests: Update expected resultsMatthias Clasen2020-05-041-2/+2
| * checkbutton: ModernizeMatthias Clasen2020-05-041-144/+3
| * Use gtk_button_set_child throughoutMatthias Clasen2020-05-0423-70/+50
| * button: Add a child propertyMatthias Clasen2020-05-043-6/+61