summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* wayland: fall back to shm_open if memfd unavailableRay Strode2016-06-161-3/+38
* wayland: fix error handling for memfd_createRay Strode2016-06-161-10/+21
* gdk: Unset the DrawingContext <-> cairo_t link on disposeEmmanuele Bassi2016-06-121-0/+6
* gdk: Try harder at tracking drawing contextsEmmanuele Bassi2016-06-123-11/+10
* Avoid a deprecation warningEmmanuele Bassi2016-06-091-0/+4
* gdk: Deprecate gdk_cairo_create()Emmanuele Bassi2016-06-092-1/+12
* gdk: Explicitly create a cairo context inside GdkDrawingContextEmmanuele Bassi2016-06-093-2/+39
* Deprecate the gdk_window_begin/end_paint family of functionsEmmanuele Bassi2016-06-092-6/+8
* Associate the drawing context to the Cairo contextEmmanuele Bassi2016-06-093-31/+35
* Add GdkDrawingContextEmmanuele Bassi2016-06-099-19/+449
* Add frame drawing API to GdkWindowEmmanuele Bassi2016-06-093-162/+298
* wayland: Make sure window titles fit into a wl_bufferTimm Bäder2016-06-081-1/+8
* wayland: add extended state for tiledOlivier Fourdan2016-06-081-2/+14
* GDK W32: Fix dragging AeroSnap applicationРуслан Ижбулатов2016-06-051-5/+5
* gdktypes: Update docs for GDK_GRAB_FAILEDPavel Grunt2016-06-031-1/+1
* wayland: Provide information about scroll devicesMatthias Clasen2016-06-011-15/+139
* x11: Mark trackpoints as GDK_SOURCE_TRACKPOINTMatthias Clasen2016-06-011-0/+3
* gdk: Add GDK_SOURCE_TRACKPOINTMatthias Clasen2016-06-011-1/+4
* wayland: Better debug info for scroll axesMatthias Clasen2016-05-311-7/+45
* x11: Replace RROutput with XID as used in GdkX11MonitorRico Tzschichholz2016-05-271-1/+1
* Silence a compiler warningEmmanuele Bassi2016-05-261-1/+1
* Remove an unused variableMatthias Clasen2016-05-231-1/+0
* gdk: Provide safe fallback for creating GL contextsEmmanuele Bassi2016-05-231-4/+13
* gl: Add a realize() fallbackEmmanuele Bassi2016-05-231-0/+12
* wayland: Survive lack of settingsMatthias Clasen2016-05-191-0/+2
* wayland: Make gdk_wayland_window_get_wl_output() privateOlivier Fourdan2016-05-193-13/+2
* wayland: Add get_monitor_at_window to Wayland backendOlivier Fourdan2016-05-181-0/+27
* wayland: Add API to retrieve the Wayland outputOlivier Fourdan2016-05-182-0/+29
* display: Add vfunc for get_monitor_at_windowOlivier Fourdan2016-05-182-0/+13
* x11/dnd: Ignore grab broken events from other devices than our DnD device.Carlos Garnacho2016-05-181-0/+4
* wayland: Avoid spurious crossing events from master touch deviceCarlos Garnacho2016-05-181-17/+29
* gdk/wayland: use the multi-thread safe wayland APIMatthew Waters2016-05-171-12/+44
* Update cursor docsMatthias Clasen2016-05-171-2/+2
* gdkwindow: Use GList lessTimm Bäder2016-05-121-18/+14
* wayland: Avoid unitialized memory readsMatthias Clasen2016-05-121-0/+2
* x11: Trap possible X errorMatthias Clasen2016-05-101-3/+7
* Forgotten renameMatthias Clasen2016-05-101-2/+2
* Document new apiMatthias Clasen2016-05-101-0/+11
* Make gdk_event_get_pointer_emulated publicMatthias Clasen2016-05-1012-41/+42
* gdkevent: make _gdk_event_get_pointer_emulated() privateOlivier Fourdan2016-05-102-1/+2
* gdk/Makefile.am: Dist gdkmonitorprivate.hChun-wei Fan2016-05-091-0/+1
* gdk/win32/gdkmonitor-win32.c: Fix build on non-GCCChun-wei Fan2016-05-091-16/+16
* gdk: Fix parameter name mismatchTimm Bäder2016-05-082-2/+2
* wayland: use g_signal_handler_disconnect()Christian Hergert2016-05-061-9/+15
* x11: Rely on passive keyboard grabs with XI2 for DnDCarlos Garnacho2016-05-051-1/+9
* wayland: Small improvements to update_directionMatthias Clasen2016-05-031-10/+9
* wayland: Don't emit direction-changed unless it didMatthias Clasen2016-05-031-1/+6
* trivial formatting fixesMatthias Clasen2016-05-031-4/+3
* wayland: fix up/down mix up in discrete eventsOlivier Fourdan2016-05-031-2/+2
* GdkMonitor: Fix refresh-rate propertyMatthias Clasen2016-05-021-1/+1