summaryrefslogtreecommitdiff
path: root/gdk/x11
Commit message (Expand)AuthorAgeFilesLines
* Convert fallthrough comments to G_GNUC_FALLTHROUGHBenjamin Otte2019-04-151-1/+1
* gdk: Change some async dnd apiMatthias Clasen2019-04-021-1/+1
* gdk: Change some async clipboard apiMatthias Clasen2019-04-021-1/+1
* gdk: Stop implementing set_roleMatthias Clasen2019-03-271-22/+0
* Rename gdk_device_get_position_doubleMatthias Clasen2019-03-261-1/+1
* gdk: Stop using gdk_device_get_positionMatthias Clasen2019-03-261-3/+4
* Rename gdk_surface_get_device_position_doubleMatthias Clasen2019-03-261-1/+1
* Avoid root coordinates in begin_drag/move apisMatthias Clasen2019-03-261-17/+24
* Remove gdk_device_warpMatthias Clasen2019-03-243-47/+15
* x11: Don't emit GDK_NOTHING eventsMatthias Clasen2019-03-061-0/+6
* Drop some dead codeMatthias Clasen2019-02-231-8/+0
* docs: Fix references to pkg-config filesEmmanuele Bassi2019-02-061-2/+1
* Rename more GSources to use `gtk`Emmanuele Bassi2019-02-063-5/+5
* gdk: Stop using deprecated pango apiMatthias Clasen2019-02-041-1/+2
* build: Reintroduce warning flags from autotoolsBenjamin Otte2019-01-224-10/+11
* Fix XChangeProperty callsMatthias Clasen2019-01-022-2/+2
* x11: make the tool lookup dependent on the hw id as wellPeter Hutterer2018-12-181-1/+1
* x11: don't add unknown tools to our listPeter Hutterer2018-12-181-2/+5
* x11: get the tool type from the wacom driver propertiesPeter Hutterer2018-12-181-2/+81
* GdkGLContext: Fix damage computation with buffer_ageTimm Bäder2018-12-021-16/+26
* g-i: Add some nullable annotationsChristoph Reiter2018-11-182-3/+3
* gdkselectioninputstream-x11: Fix memory leakMohammed Sadiq2018-09-161-1/+1
* gdk: Remove key_event->string and key_event->lengthBenjamin Otte2018-07-303-74/+0
* Merge branch 'xfixes-timestamp' into 'master'Matthias Clasen2018-07-251-0/+8
|\
| * x11: Ignore old XFixesSelectionNotify eventsJason Crain2018-07-211-0/+8
* | meson: libgdk-broadway.a depends on broadwayjs.hNirbheek Chauhan2018-07-231-1/+1
|/
* Avoid a g_object_get pathTimm Bäder2018-07-171-2/+1
* Revert "gdk: Drop configure events"Matthias Clasen2018-07-151-19/+13
* x11: Set actions on dragMatthias Clasen2018-07-151-1/+2
* x11: Rename a fileMatthias Clasen2018-07-152-1/+1
* x11: Stop using GdkDrag fieldsMatthias Clasen2018-07-151-10/+16
* dnd: Drop gdk_drag_dropMatthias Clasen2018-07-151-5/+4
* Drop gdk_surface_withdrawMatthias Clasen2018-07-151-18/+18
* gdk: Drop map eventsMatthias Clasen2018-07-151-6/+4
* gdk: Drop configure eventsMatthias Clasen2018-07-151-13/+19
* x11: Set BackPixmap = None unconditionallyBenjamin Otte2018-07-141-10/+2
* dnd: Drop gdk_drag_abortMatthias Clasen2018-07-121-10/+0
* dnd: Drop suggested_actionMatthias Clasen2018-07-121-7/+7
* drag: Split a setterMatthias Clasen2018-07-121-1/+2
* Rename a propertyMatthias Clasen2018-07-121-5/+5
* dnd: Add a GdkDrag::action propertyMatthias Clasen2018-07-121-39/+9
* dnd: Rename headersMatthias Clasen2018-07-022-2/+2
* gdk: Rename GdkDragContext to GdkDragMatthias Clasen2018-07-025-463/+463
* gdk: Remove GDK_SURFACE_FOREIGNBenjamin Otte2018-06-265-67/+47
* x11: Fix dnd action handlingMatthias Clasen2018-06-201-2/+2
* Merge branch 'master' into 'issue1084'Matthias Clasen2018-06-2015-1230/+1019
|\
| * x11: Set background as transparent as possibleBenjamin Otte2018-06-181-2/+11
| * dnd: Remove unused time argumentsBenjamin Otte2018-06-181-4/+2
| * dnd: Remove GdkDragContext.is_sourceBenjamin Otte2018-06-181-6/+1
| * x11: Remove gdk_x11_surface_foreign_new_for_display()Benjamin Otte2018-06-182-98/+0