summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'wip/filechooser-non-default-display-gtk4' into 'master'Matthias Clasen2018-03-151-2/+2
|\
| * entrycompletion: Realize popup after setting screenJonas Ådahl2018-03-141-2/+2
* | spinbutton: Remove an unnecessary queue_draw callTimm Bäder2018-03-151-2/+0
* | fixed: Remove snapshot implementationTimm Bäder2018-03-141-25/+0
* | snapshot: Ignore 0 sized clip nodesTimm Bäder2018-03-141-0/+4
* | gtkmenu: Remove unused constantCarlos Soriano2018-03-141-1/+0
|/
* snapshot: Add missing (nullable) annotationTimm Bäder2018-03-131-1/+1
* widget: Simplify setting a default directionTimm Bäder2018-03-131-5/+4
* label: Remove dead NULL checkTimm Bäder2018-03-131-6/+0
* Initialise variablesEmmanuele Bassi2018-03-131-1/+1
* Merge branch 'query-wayland-registry' into 'master'Matthias Clasen2018-03-131-1/+7
|\
| * gtkimmodule: make match_backend() queryPeter Bloomfield2018-03-121-1/+7
* | FileChooserWidget: Fix leaks in .get_subtitle()Daniel Boles2018-03-131-7/+4
* | FileChooserWidget: Avoid crash freeing static strDaniel Boles2018-03-121-1/+1
|/
* Merge branch 'wip/dboles/frame-yalign-byealign' into 'master'Daniel Boles2018-03-122-63/+14
|\
| * Frame: Erase the now-useless property label-yalignDaniel Boles2018-03-122-63/+14
* | ListBox: Avoid ::row-activated/Row::activate ambigDaniel Boles2018-03-121-0/+8
|/
* Exit cleanly if no display is foundMatthias Clasen2018-03-111-1/+1
* Fixed typo in script name Kjohki -> KhojkiMarek Černocký2018-03-111-1/+1
* Use GtkSnapshot gettersMatthias Clasen2018-03-1112-18/+18
* GtkSnapshot: Add gettersMatthias Clasen2018-03-113-3/+21
* Document new snapshot apiMatthias Clasen2018-03-111-2/+51
* GtkSnapshot: Drop init/finishMatthias Clasen2018-03-112-61/+11
* Stop using stack-allocated snapshotsMatthias Clasen2018-03-117-57/+53
* GtkSnapshot: Implement the builder patternMatthias Clasen2018-03-113-11/+125
* spinbutton: Remove priv pointerTimm Bäder2018-03-092-84/+67
* Avoid warningsMatthias Clasen2018-03-098-10/+34
* separator: Remove priv pointerTimm Bäder2018-03-072-11/+10
* menubutton: Remove priv pointerTimm Bäder2018-03-072-43/+45
* widget: Add a translate_coordinates version for doublesTimm Bäder2018-03-071-5/+69
* linkbutton: Remove priv pointerTimm Bäder2018-03-072-27/+33
* expander: Remove label-fill propertyTimm Bäder2018-03-072-72/+0
* Merge branch 'expander-add-like-bin' into 'master'Timm Bäder2018-03-071-1/+13
|\
| * expander: Check for an existing child when addingPeter Bloomfield2018-03-061-1/+13
* | overlay: Add GtkOverlay::measure child propertyBenjamin Otte2018-03-072-1/+128
* | eventcontroller: Remove unused evmask member variableBenjamin Otte2018-03-071-1/+0
* | eventcontroller: Get rid of constructed vfuncBenjamin Otte2018-03-071-22/+9
* | gdk: Split out GL textureBenjamin Otte2018-03-071-6/+6
* | imwayland: Fix parent typeCarlos Garnacho2018-03-071-1/+1
* | Make debug messages work earlierMatthias Clasen2018-03-061-1/+1
* | entry: Fix invisible cursorsTimm Bäder2018-03-061-14/+5
|/
* expander: fix sizes in resize_toplevelTimm Bäder2018-03-061-18/+11
* viewport: Remove priv pointerTimm Bäder2018-03-062-25/+22
* expander: Attach the gesture to the title widgetTimm Bäder2018-03-051-31/+2
* overlay: Make forall() remove-safeTimm Bäder2018-03-041-3/+6
* overlay: Fix GSlide/g_free mixupTimm Bäder2018-03-041-1/+1
* overlay: Fix remove implementationTimm Bäder2018-03-041-1/+1
* imcontextxim: Move initialisation into _init functionTimm Bäder2018-03-042-19/+7
* Merge branch 'set-client-widget-nullable' into 'master'Benjamin Otte2018-03-041-2/+5
|\
| * gtkimcontextxim: fix gtk_im_context_xim_set_client_widget not handling widget...Christoph Reiter2018-03-041-2/+5