summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkdnd-x11.c
Commit message (Expand)AuthorAgeFilesLines
* GdkWindow -> GdkSurface initial type renameAlexander Larsson2018-03-201-157/+157
* Remove gdk_window_add_filterMatthias Clasen2018-02-071-51/+43
* x11: Don't use gdk_window_add_filterMatthias Clasen2018-02-071-8/+12
* Replace gdk_threads_add_timeout* with g_timeout_add()Emmanuele Bassi2018-02-031-3/+3
* dnd: Move GdkDragProtocol to X11Benjamin Otte2018-01-311-35/+34
* dnd: Remove 2 vfuncs that aren't neededBenjamin Otte2018-01-311-9/+7
* Make gdk logging per-displayMatthias Clasen2018-01-141-48/+48
* x11: Try getting ipc_window vs source_window rightBenjamin Otte2017-12-161-9/+10
* x11: Use gdk_drag_context_get_display()Benjamin Otte2017-12-161-24/+30
* x11: Create IPC window outselvesBenjamin Otte2017-12-161-4/+10
* gdk: Remove DRAG_STATUS and DROP_FINISHED eventsBenjamin Otte2017-12-151-93/+26
* x11: Remove GdkAtom usage from dnd codeBenjamin Otte2017-12-141-31/+10
* Drop gdk_atom_internMatthias Clasen2017-12-131-1/+1
* dnd: Remove gdk_drag_get_selection()Benjamin Otte2017-12-141-13/+2
* gdk/x11: s/gdk_event_free/g_object_unref/Carlos Garnacho2017-12-141-4/+4
* gdk: Remove GdkEventType argument from GdkEvent unionCarlos Garnacho2017-12-141-2/+2
* gdk: Refurbish GdkEvent struct hierarchyCarlos Garnacho2017-12-141-14/+14
* dnd: Only send DELETE request on X11Benjamin Otte2017-12-131-0/+11
* x11: Move selection handling to GDKBenjamin Otte2017-12-131-9/+159
* dnd: Pass content to gdk_drag_begin()Benjamin Otte2017-12-131-7/+7
* x11: Constify XEvent usageBenjamin Otte2017-12-131-13/+11
* gdk: Remove gdk_event_put(), peek() etcBenjamin Otte2017-12-131-4/+4
* gdk: Remove gdk_drag_manage_dnd()Benjamin Otte2017-12-111-59/+40
* dnd: Pass dx/dy instead of x_root/y_rootBenjamin Otte2017-12-111-2/+6
* dnd: Introduce gdk_drop_read_async() and use itBenjamin Otte2017-12-101-5/+139
* dnd: Add gdk_drag_context_get_display()Benjamin Otte2017-12-101-17/+6
* gdk: Sanitize GdkContentFormats APIBenjamin Otte2017-11-201-15/+12
* gdkdnd: Make GdkDragContext->formats a GdkContentFormatsBenjamin Otte2017-11-201-63/+43
* x11: Stop using GdkScreen altogetherMatthias Clasen2017-11-171-1/+1
* Stop including gdkmain.hMatthias Clasen2017-11-171-1/+0
* x11: Fix error traps in the dnd codeMatthias Clasen2017-11-161-1/+3
* gdk: Replace GDK_NONE with NULLBenjamin Otte2017-11-151-1/+1
* gdkwindow: Remove event_mask arguments from constructorsBenjamin Otte2017-11-131-1/+1
* x11: Store toplevel list in GdkDisplayMatthias Clasen2017-11-131-1/+0
* x11: Reduce uses of the root windowMatthias Clasen2017-11-091-35/+26
* x11: Stop using gdk_display_get_root_windowMatthias Clasen2017-11-051-6/+6
* x11: Drop use of gdk_display_get_toplevel_windowsMatthias Clasen2017-11-051-1/+1
* x11: Stop using gdk_display_get_default_screenMatthias Clasen2017-11-011-2/+2
* Port to gdk_display_get_root_windowMatthias Clasen2017-10-311-6/+6
* Use gdk_display_get_toplevel_windowsMatthias Clasen2017-10-311-4/+4
* Drop gdk_window_get_screenMatthias Clasen2017-10-311-3/+3
* Drop GdkScreen from GdkDevice apisMatthias Clasen2017-10-311-3/+1
* dnd: Drop GdkScreen from apisMatthias Clasen2017-10-311-44/+29
* build: Enable -Wswitch-enum and -Wswitch-defaultBenjamin Otte2017-10-061-2/+26
* x11: Fix managed dndMatthias Clasen2017-08-271-0/+1
* Remove an unused fieldMatthias Clasen2017-08-261-2/+0
* x11: Fix initial drag cursorsMatthias Clasen2017-08-261-0/+4
* Add names to more sourcesMatthias Clasen2017-08-131-3/+5
* gdk: Make more private functions staticEmmanuele Bassi2017-04-281-1/+1
* gdk: Ensure GdkDragContext instantly updates drag window positionCarlos Garnacho2017-02-171-6/+23