summaryrefslogtreecommitdiff
path: root/gdk/x11
Commit message (Expand)AuthorAgeFilesLines
...
* x11: Store drag start coordinatesMatthias Clasen2015-12-131-0/+5
* gdk: Allow passing the start coordinates in drag_beginMatthias Clasen2015-12-132-2/+6
* Trivial code restructuringMatthias Clasen2015-12-071-6/+7
* x11: Implement gdk_drag_context_set_hotspotMatthias Clasen2015-12-071-1/+21
* Add gdk_drag_context_get_drag_windowMatthias Clasen2015-12-011-0/+37
* x11: Add "pointer" to the is-not-a-touchscreen device name checksCarlos Garnacho2015-11-171-0/+1
* x11: Try harder to find a core pointerMatthias Clasen2015-11-161-11/+18
* x11: Do not misdetect mice with abs axes as touchscreensCarlos Garnacho2015-11-141-1/+2
* x11: Detect single-touch touchscreens as GDK_SOURCE_TOUCHSCREENCarlos Garnacho2015-11-031-0/+35
* gdk: Deprecate gdk_display_get_screenRobert Ancell2015-10-272-2/+2
* Don't use g_slist_next in the x11 backendMatthias Clasen2015-10-204-8/+8
* Minor cleanupMatthias Clasen2015-10-171-2/+1
* GdkAppLaunchContext: Use the display name for X11Olivier Fourdan2015-10-131-3/+2
* Control legacy GL context via environment variableEmmanuele Bassi2015-10-071-1/+2
* x11: Create legacy GLX contextsEmmanuele Bassi2015-10-071-17/+83
* GdkAppLaunchContext: Set DISPLAY variable for X11Olivier Fourdan2015-10-051-0/+7
* gdk: Finish conversion to in-struct GdkWindow list nodesAlexander Larsson2015-09-211-1/+1
* x11: Declare variable for the inner loopCarlos Garnacho2015-09-091-2/+3
* settings: Avoid a redundant checkMatthias Clasen2015-09-091-3/+1
* Code cleanupMatthias Clasen2015-07-312-4/+2
* x11: Make selection handling work across screensMatthias Clasen2015-07-272-2/+28
* gdk: fix crash if visual is NULLIgnacio Casal Quinteiro2015-07-171-0/+3
* Revert "x11: Query pointer devices' scroll valuators on toplevel enter events"Carlos Garnacho2015-07-153-30/+26
* GdkDisplayX11: Properly translate server timestamps from _NET_WM_FRAME_* mess...Owen W. Taylor2015-07-152-1/+48
* GtkApplication: avoid using stale timestampsRyan Lortie2015-07-141-23/+34
* Simplify Xft setting fallbackMatthias Clasen2015-07-071-3/+2
* gdkdisplay-x11: The leader window should be an input-only windowJasper St. Pierre2015-07-051-1/+1
* x11: Query pointer devices' scroll valuators on toplevel enter eventsCarlos Garnacho2015-07-013-26/+30
* x11: Avoid X error traps within server grabsCarlos Garnacho2015-07-011-30/+43
* Remove unused variablesMatthias Clasen2015-06-131-90/+3
* x11: Fix compiler warningsMatthias Clasen2015-06-027-36/+18
* gdk: Fix a typoKrzesimir Nowak2015-05-221-1/+1
* Fix primary monitor determination with XRANDR 1.5Matthias Clasen2015-05-221-3/+14
* gtk3: add randr 1.5 monitor supportDave Airlie2015-05-213-0/+64
* X11: Make css cursor names workMatthias Clasen2015-05-081-1/+54
* xi2: Don't set button mask 4 and 5Matthias Clasen2015-05-021-9/+3
* gdkkeys: Add support to _get_scroll_lock_state()Fabiano FidĂȘncio2015-04-271-5/+33
* x11: Relax requirements for setting ParentRelativeEvangelos Foutras2015-04-131-4/+4
* x11/gl: Fix use after freeOlivier Fourdan2015-04-051-3/+4
* x11/gl: Do not use GLX_EXT_texture_from_pixmap if not availableEmmanuele Bassi2015-03-261-0/+5
* x11/gl: Do not try to call MakeCurrent with a NULL contextEmmanuele Bassi2015-03-251-0/+6
* x11/gl: Trap GL context creationEmmanuele Bassi2015-03-251-5/+13
* x11/gl: Removing some more legacy GL callsNiels Nesse2015-03-231-7/+0
* x11/gl: Do not call glEnable/glDisable with GL_TEXTURE_2DEmmanuele Bassi2015-03-231-2/+7
* Fix undefined reference to get_xkb()Eric Le Bihan2015-03-071-0/+2
* x11: Store last axes from deviceCarlos Garnacho2015-03-023-2/+42
* Remove GdkGLProfileEmmanuele Bassi2015-02-122-45/+21
* gl: Drop profile for gdk_window_create_gl_context()Emmanuele Bassi2015-02-122-11/+7
* x11/gl: Ensure we use the 3.2 core profileEmmanuele Bassi2015-02-091-19/+4
* gl: Drop OpenGL legacy profileEmmanuele Bassi2015-02-091-5/+1