summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gdk: Drop GdkEventConfigurewip/matthiasc/kill-configure-eventMatthias Clasen2018-07-156-41/+0
* xim: Stop listening for configure eventsMatthias Clasen2018-07-151-0/+2
* tests: Stop using configure eventsMatthias Clasen2018-07-151-14/+13
* x11: Stop sending configure eventsMatthias Clasen2018-07-151-13/+17
* wayland: Stop sending configure eventsMatthias Clasen2018-07-151-12/+0
* Stop using configure eventsMatthias Clasen2018-07-152-8/+17
* gdk: Make surface width and height propertiesMatthias Clasen2018-07-155-21/+74
* text display: correct a commentMatthias Clasen2018-07-141-1/+1
* textview: Only create cairo context in gtktextdisplay.cBenjamin Otte2018-07-147-116/+99
* x11: Set BackPixmap = None unconditionallyBenjamin Otte2018-07-141-10/+2
* Update POTFILES.inPiotr Drąg2018-07-132-2/+2
* window: Update opaque region if background-color changesBenjamin Otte2018-07-131-2/+15
* gtk-demo: Update aspect-ratio when selecting new puzzleBenjamin Otte2018-07-131-0/+1
* textview: Use snapshot on the sidebarsBenjamin Otte2018-07-131-11/+7
* widgetpaintable: Add a hack to make recursion not infloopBenjamin Otte2018-07-133-2/+62
* widgetpaintable: Redo implementationBenjamin Otte2018-07-133-91/+93
* paintable: Fix return_if_fail() statementsBenjamin Otte2018-07-131-2/+2
* gl: Don't accidentally use ints for float variablesBenjamin Otte2018-07-131-3/+3
* docs: Small updatesMatthias Clasen2018-07-132-20/+3
* Merge branch 'dnd-cleanups' into 'master'Matthias Clasen2018-07-1322-411/+252
|\
| * dnd: Drop gdk_drag_abortMatthias Clasen2018-07-126-73/+0
| * dnd: Some documentation updatesMatthias Clasen2018-07-121-6/+9
| * win32: Build fixesMatthias Clasen2018-07-121-18/+5
| * wayland: Rename a source fileMatthias Clasen2018-07-122-1/+1
| * wayland: Drop an unused fieldMatthias Clasen2018-07-121-11/+0
| * dnd: Drop suggested_actionMatthias Clasen2018-07-124-37/+8
| * drag: Split a setterMatthias Clasen2018-07-123-7/+13
| * win32: Stop using gdk_drag_get_suggested_actionMatthias Clasen2018-07-121-4/+2
| * GdkDrop: drop the priv structMatthias Clasen2018-07-122-77/+48
| * Add a GdkDrag::actions propertyMatthias Clasen2018-07-121-1/+27
| * Rename a propertyMatthias Clasen2018-07-125-19/+20
| * GdkDrag: Drop the priv structMatthias Clasen2018-07-122-53/+33
| * wayland: set a cursor when starting a dragMatthias Clasen2018-07-121-0/+4
| * dnd: Add a GdkDrag::action propertyMatthias Clasen2018-07-125-74/+55
| * wayland: Remove an unused fieldMatthias Clasen2018-07-121-1/+0
| * dnd: Rename gtk_drag_begin_with_coordinatesMatthias Clasen2018-07-1211-69/+67
* | Merge branch 'fix-wayland' into 'master'Matthias Clasen2018-07-120-0/+0
|\ \ | |/ |/|
| * GtkIMContextSimple: Fix Wayland build when X11 support is disabled.Emmanuel Gil Peyrot2018-07-081-1/+1
* | Merge branch 'master' into 'master'Daniel Boles2018-07-097-12/+35
|\ \
| * | HighContrast: Restore expander sizeSamuel Thibault2018-06-213-8/+8
| * | TreeView: Get expander size from CSS min-width|heightDaniel Boles2018-06-217-8/+31
* | | widget factory: Use GtkPicture for background selectionTimm Bäder2018-07-081-4/+3
* | | gl renderer: Cache blurred outset shadow nodesTimm Bäder2018-07-084-66/+237
* | | aboutdialog: Remove priv pointerTimm Bäder2018-07-082-102/+83
* | | layout: Remove priv pointerTimm Bäder2018-07-082-37/+21
* | | rendernodes: Fix unconditionally impossible diffsTimm Bäder2018-07-081-8/+14
* | | GskRenderer: Add missing nullable annotationTimm Bäder2018-07-081-2/+2
* | | Revert "snapshot: merge container nodes"Timm Bäder2018-07-081-16/+2
* | | Update Hungarian translationBalázs Meskó2018-07-081-1961/+2233
* | | Implement GtkInspectorLayoutOverlayTimm Bäder2018-07-085-97/+270