summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkdnd-x11.c
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
* 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
* Add and use GDK_CHECK_DEBUG macroMatthias Clasen2016-02-281-2/+2
* x11: Strip newlines from g_warning and g_errorMatthias Clasen2016-02-281-5/+3
* gdk: Add GdkDragCancelReason enum as argument to GdkDragContext::cancelCarlos Garnacho2016-02-151-6/+8
* Use actual drop statusMatthias Clasen2016-01-191-1/+3
* x11: Implement gdk_drag_context_manage_dnd()Carlos Garnacho2016-01-191-0/+538
* x11: Initialize GdkWindowAttr struct memoryCarlos Garnacho2016-01-081-1/+1
* x11: Simplify drag cancel animation setupMatthias Clasen2016-01-081-7/+13
* x11: Keep the drag window alive longerMatthias Clasen2016-01-081-0/+6
* x11: Avoid gdk_device_manager_get_client_pointer()Carlos Garnacho2015-12-161-3/+3
* x11: Implement drag cancel animationMatthias Clasen2015-12-131-0/+94
* x11: Store drag start coordinatesMatthias Clasen2015-12-131-0/+5
* gdk: Allow passing the start coordinates in drag_beginMatthias Clasen2015-12-131-1/+3
* 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: Fix possible leak of GdkEventsCarlos Garnacho2014-08-221-4/+3
* docs: use apostrophes in *n'tWilliam Jon McCann2014-02-071-1/+1
* docs/comments: Fix spelling of 'explicitly'Volker Sobek2014-01-181-1/+1
* x11: Initial cut at supporting window scaling for X11Alexander Larsson2013-07-031-10/+25
* Drop the Motif DND protocolMatthias Clasen2013-03-121-1440/+4
* GDK X11 DND: Fix infinite loopEdward Sheldrake2012-05-141-4/+2
* x11: Add suggested braces around empty body in 'if' statementsBenjamin Otte2012-04-071-27/+45
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* Fix problems with DND on some X serversMatthias Clasen2012-01-031-4/+9
* GdkX11DragContext: Struct packing improvementsMatthias Clasen2011-04-121-4/+3
* x11: Use Window isntead of GdkNativeWindowBenjamin Otte2011-02-011-7/+7
* x11: Use gdk_x11_window_foreign_new_for_display() unconditionallyBenjamin Otte2011-02-011-27/+9
* x11: Do dnd event handling via gdk_window_add_filter()Benjamin Otte2011-02-011-6/+20
* x11: Use macros for byte order to set byte orderBenjamin Otte2011-02-011-9/+5
* x11: Handle motif client message filter just like xdnd filtersBenjamin Otte2011-02-011-11/+8
* Decouple GdkWindowCache life-cycle from GdkX11DragContextMatthias Clasen2011-01-041-4/+52
* gdkdnd-x11.c: fix building without HAVE_XCOMPOSITENguyễn Thái Ngọc Duy2011-01-021-0/+4
* Rename GdkDragContextX11 to GdkX11DragContextMatthias Clasen2010-12-211-1064/+1066
* x11: Rename GdkScreenX11 to GdkX11ScreenBenjamin Otte2010-12-211-1/+1
* x11: Rename GdkDisplayX11 to GdkX11DisplayBenjamin Otte2010-12-211-25/+25
* x11: Rename GdkDisplayX11 to GdkX11DisplayBenjamin Otte2010-12-211-22/+22
* Reinstate the correct field valueMatthias Clasen2010-12-211-1/+1
* Drop g[dt]k_set_localeMatthias Clasen2010-12-211-4/+1
* Clean up gdkx.h a bitMatthias Clasen2010-12-211-2/+1
* Rename _gdk_send_xevent to _gdk_x11_display_send_xeventMatthias Clasen2010-12-211-33/+33
* Multiple changes to reduce the amount of unprefixed symbolsMatthias Clasen2010-12-211-4/+4
* Consistently use per-display error traps in the X11 backendMatthias Clasen2010-12-211-77/+80
* Make gdk_window_{lookup,foreign_new}_for_display backend specificMatthias Clasen2010-12-211-9/+9
* Explode gdkinternals.h into per-class private headersMatthias Clasen2010-12-211-1/+1
* Fully initialize the ClientMessage structMatthias Clasen2010-12-211-0/+1
* Rename _gdk_dnd_initMatthias Clasen2010-12-211-2/+2