| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'wip/filechooser-non-default-display-gtk4' into 'master' | Matthias Clasen | 2018-03-15 | 1 | -2/+2 |
|\ |
|
| * | entrycompletion: Realize popup after setting screen | Jonas Ådahl | 2018-03-14 | 1 | -2/+2 |
* | | spinbutton: Remove an unnecessary queue_draw call | Timm Bäder | 2018-03-15 | 1 | -2/+0 |
* | | fixed: Remove snapshot implementation | Timm Bäder | 2018-03-14 | 1 | -25/+0 |
* | | snapshot: Ignore 0 sized clip nodes | Timm Bäder | 2018-03-14 | 1 | -0/+4 |
* | | gtkmenu: Remove unused constant | Carlos Soriano | 2018-03-14 | 1 | -1/+0 |
|/ |
|
* | snapshot: Add missing (nullable) annotation | Timm Bäder | 2018-03-13 | 1 | -1/+1 |
* | widget: Simplify setting a default direction | Timm Bäder | 2018-03-13 | 1 | -5/+4 |
* | label: Remove dead NULL check | Timm Bäder | 2018-03-13 | 1 | -6/+0 |
* | Initialise variables | Emmanuele Bassi | 2018-03-13 | 1 | -1/+1 |
* | Merge branch 'query-wayland-registry' into 'master' | Matthias Clasen | 2018-03-13 | 1 | -1/+7 |
|\ |
|
| * | gtkimmodule: make match_backend() query | Peter Bloomfield | 2018-03-12 | 1 | -1/+7 |
* | | FileChooserWidget: Fix leaks in .get_subtitle() | Daniel Boles | 2018-03-13 | 1 | -7/+4 |
* | | FileChooserWidget: Avoid crash freeing static str | Daniel Boles | 2018-03-12 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'wip/dboles/frame-yalign-byealign' into 'master' | Daniel Boles | 2018-03-12 | 2 | -63/+14 |
|\ |
|
| * | Frame: Erase the now-useless property label-yalign | Daniel Boles | 2018-03-12 | 2 | -63/+14 |
* | | ListBox: Avoid ::row-activated/Row::activate ambig | Daniel Boles | 2018-03-12 | 1 | -0/+8 |
|/ |
|
* | Exit cleanly if no display is found | Matthias Clasen | 2018-03-11 | 1 | -1/+1 |
* | Fixed typo in script name Kjohki -> Khojki | Marek Černocký | 2018-03-11 | 1 | -1/+1 |
* | Use GtkSnapshot getters | Matthias Clasen | 2018-03-11 | 12 | -18/+18 |
* | GtkSnapshot: Add getters | Matthias Clasen | 2018-03-11 | 3 | -3/+21 |
* | Document new snapshot api | Matthias Clasen | 2018-03-11 | 1 | -2/+51 |
* | GtkSnapshot: Drop init/finish | Matthias Clasen | 2018-03-11 | 2 | -61/+11 |
* | Stop using stack-allocated snapshots | Matthias Clasen | 2018-03-11 | 7 | -57/+53 |
* | GtkSnapshot: Implement the builder pattern | Matthias Clasen | 2018-03-11 | 3 | -11/+125 |
* | spinbutton: Remove priv pointer | Timm Bäder | 2018-03-09 | 2 | -84/+67 |
* | Avoid warnings | Matthias Clasen | 2018-03-09 | 8 | -10/+34 |
* | separator: Remove priv pointer | Timm Bäder | 2018-03-07 | 2 | -11/+10 |
* | menubutton: Remove priv pointer | Timm Bäder | 2018-03-07 | 2 | -43/+45 |
* | widget: Add a translate_coordinates version for doubles | Timm Bäder | 2018-03-07 | 1 | -5/+69 |
* | linkbutton: Remove priv pointer | Timm Bäder | 2018-03-07 | 2 | -27/+33 |
* | expander: Remove label-fill property | Timm Bäder | 2018-03-07 | 2 | -72/+0 |
* | Merge branch 'expander-add-like-bin' into 'master' | Timm Bäder | 2018-03-07 | 1 | -1/+13 |
|\ |
|
| * | expander: Check for an existing child when adding | Peter Bloomfield | 2018-03-06 | 1 | -1/+13 |
* | | overlay: Add GtkOverlay::measure child property | Benjamin Otte | 2018-03-07 | 2 | -1/+128 |
* | | eventcontroller: Remove unused evmask member variable | Benjamin Otte | 2018-03-07 | 1 | -1/+0 |
* | | eventcontroller: Get rid of constructed vfunc | Benjamin Otte | 2018-03-07 | 1 | -22/+9 |
* | | gdk: Split out GL texture | Benjamin Otte | 2018-03-07 | 1 | -6/+6 |
* | | imwayland: Fix parent type | Carlos Garnacho | 2018-03-07 | 1 | -1/+1 |
* | | Make debug messages work earlier | Matthias Clasen | 2018-03-06 | 1 | -1/+1 |
* | | entry: Fix invisible cursors | Timm Bäder | 2018-03-06 | 1 | -14/+5 |
|/ |
|
* | expander: fix sizes in resize_toplevel | Timm Bäder | 2018-03-06 | 1 | -18/+11 |
* | viewport: Remove priv pointer | Timm Bäder | 2018-03-06 | 2 | -25/+22 |
* | expander: Attach the gesture to the title widget | Timm Bäder | 2018-03-05 | 1 | -31/+2 |
* | overlay: Make forall() remove-safe | Timm Bäder | 2018-03-04 | 1 | -3/+6 |
* | overlay: Fix GSlide/g_free mixup | Timm Bäder | 2018-03-04 | 1 | -1/+1 |
* | overlay: Fix remove implementation | Timm Bäder | 2018-03-04 | 1 | -1/+1 |
* | imcontextxim: Move initialisation into _init function | Timm Bäder | 2018-03-04 | 2 | -19/+7 |
* | Merge branch 'set-client-widget-nullable' into 'master' | Benjamin Otte | 2018-03-04 | 1 | -2/+5 |
|\ |
|
| * | gtkimcontextxim: fix gtk_im_context_xim_set_client_widget not handling widget... | Christoph Reiter | 2018-03-04 | 1 | -2/+5 |