summaryrefslogtreecommitdiff
path: root/gdk/x11
Commit message (Expand)AuthorAgeFilesLines
* x11/dnd: Ignore grab broken events from other devices than our DnD device.Carlos Garnacho2016-05-181-0/+4
* x11: Rely on passive keyboard grabs with XI2 for DnDCarlos Garnacho2016-05-051-1/+9
* x11: drop a useless listMatthias Clasen2016-05-051-6/+0
* gdk/dnd: Don't use default display when getting cursorJonas Ådahl2016-05-051-1/+3
* dnd: Hide the drag window when we're doneMatthias Clasen2016-03-211-1/+4
* x11: Use g_error_matches()Benjamin Otte2016-03-201-2/+1
* x11: Remove duplicate variable settingBenjamin Otte2016-03-201-2/+1
* Set VirtualBox USB Tablet to GDK_SOURCE_MOUSETakao Fujiwara2016-03-081-0/+1
* gdk: Add an X setting for gtk-keynav-use-caretMatthias Clasen2016-03-041-0/+1
* x11: Trap errors around an XRandr callMatthias Clasen2016-03-041-2/+6
* Check if XRRGetOutputInfo returned a null pointer.fiddlerwoaroof2016-03-031-0/+3
* gdk: remove the display->list_devices vfuncPaolo Borelli2016-02-292-56/+0
* gdk: remove the core_pointer field from GdkDisplayPaolo Borelli2016-02-291-2/+1
* Add and use GDK_CHECK_DEBUG macroMatthias Clasen2016-02-288-10/+10
* x11: Don't use g_print for debug outputMatthias Clasen2016-02-283-37/+37
* x11: Strip newlines from g_warning and g_errorMatthias Clasen2016-02-282-6/+4
* gdk: calculate pixel color shift and precision lazilyPaolo Borelli2016-02-272-28/+11
* gdk: factor out utility shared among backendsPaolo Borelli2016-02-271-30/+0
* xi2: Add some more debug spewMatthias Clasen2016-02-251-0/+1
* xi2: Set ::num-touches for touch devicesMatthias Clasen2016-02-251-0/+1
* x11: More fake tablet blacklistingMatthias Clasen2016-02-241-0/+1
* x11: Some cleanups to the multihead initializationMatthias Clasen2016-02-201-86/+79
* X11, GdkScreen: properly implement init_randr15 including output nameMarco Trevisan (Treviño)2016-02-201-3/+53
* gdk: Add GdkDragCancelReason enum as argument to GdkDragContext::cancelCarlos Garnacho2016-02-151-6/+8
* x11: Avoid setting has_pointer_focus if a EWMH compliant WM is presentCarlos Garnacho2016-02-122-1/+10
* x11: don't apply scaling factor twiceWilliam Hua2016-02-041-2/+2
* gdkwindow-x11: always set _GTK_THEME_VARIANT propertyAlberts Muktupāvels2016-02-041-1/+2
* Tweak startup-notification after the first windowAllison Ryan Lortie2016-01-271-1/+9
* Add an XSetting for primary button warps sliderOlav Vitters2016-01-261-0/+1
* Use actual drop statusMatthias Clasen2016-01-191-1/+3
* x11: Implement gdk_drag_context_manage_dnd()Carlos Garnacho2016-01-191-0/+538
* x11: Set event->scroll.is_stopCarlos Garnacho2016-01-181-0/+3
* gdkdisplay-x11: Plug memory leakTimm Bäder2016-01-181-1/+6
* QEMU USB Tablet is not really a tablet - it's a trickDominique Leuenberger2016-01-121-0/+1
* x11: Ensure we have a dnd-ask cursorMatthias Clasen2016-01-081-0/+1
* x11: Initialize GdkWindowAttr struct memoryCarlos Garnacho2016-01-081-1/+1
* Avoid an X errorMatthias Clasen2016-01-081-0/+2
* x11: Fix damage tracking hackMatthias Clasen2016-01-082-11/+20
* x11: Simplify drag cancel animation setupMatthias Clasen2016-01-081-7/+13
* x11: Keep the drag window alive longerMatthias Clasen2016-01-081-0/+6
* gdkwindow-x11: Ensure that extended update counter is freedBen Gamari2016-01-071-0/+3
* x11: Only do cursor name fallback for standard namesMatthias Clasen2016-01-061-4/+20
* x11: create GdkSeat also in GdkX11DeviceManagerCoreAlberts Muktupāvels2015-12-211-0/+13
* x11: Make fallback window dragging use seat grabsCarlos Garnacho2015-12-161-9/+6
* x11: Add some ignore deprecation statementsCarlos Garnacho2015-12-163-0/+13
* x11: Avoid gdk_device_manager_get_client_pointer()Carlos Garnacho2015-12-162-4/+4
* x11: Use GdkSeatDefault to implement GdkSeatCarlos Garnacho2015-12-152-2/+113
* x11: Use gdk_event_set_device() consistentlyCarlos Garnacho2015-12-151-14/+13
* x11: Use client pointer as default core pointer for gtk+2 APICarlos Garnacho2015-12-151-28/+3
* x11: Implement drag cancel animationMatthias Clasen2015-12-131-0/+94