summaryrefslogtreecommitdiff
path: root/gtk/gtkdnd.c
Commit message (Expand)AuthorAgeFilesLines
* Drop method annotation for gtk_drag_cancel()Emmanuele Bassi2018-02-121-1/+1
* Fix overzalous method annotations for drag and dropAlban Browaeys2018-02-121-8/+8
* pointerfocus: Don't include gtk.hBenjamin Otte2018-02-081-13/+10
* The big versioning cleanupMatthias Clasen2018-02-061-8/+0
* Replace gdk_threads_add_timeout* with g_timeout_add()Emmanuele Bassi2018-02-031-3/+1
* dnd: Drop docs that are no longer relevantMatthias Clasen2017-12-301-22/+0
* dnd: Get rid of IPC widgetsBenjamin Otte2017-12-161-103/+9
* dnd: Remove unused functionBenjamin Otte2017-12-161-72/+0
* x11: Use gdk_drag_context_get_display()Benjamin Otte2017-12-161-1/+1
* dnd: Remove handler for nonexisting signalBenjamin Otte2017-12-151-40/+0
* Drop gdk_atom_internMatthias Clasen2017-12-131-4/+4
* dnd: Remove gdk_drag_get_selection()Benjamin Otte2017-12-141-2/+0
* gtk: Avoid some event copiesCarlos Garnacho2017-12-141-1/+1
* gtk: s/gdk_event_free/g_object_unref/Carlos Garnacho2017-12-141-1/+1
* gdk: Remove gdk_selection_convert()Benjamin Otte2017-12-141-1/+0
* dnd: Only send DELETE request on X11Benjamin Otte2017-12-131-20/+1
* xxx: don't claim dnd selectionBenjamin Otte2017-12-131-18/+0
* x11: Move selection handling to GDKBenjamin Otte2017-12-131-18/+0
* dnd: Pass content to gdk_drag_begin()Benjamin Otte2017-12-131-1/+155
* dnd: Pass device, not eventBenjamin Otte2017-12-121-31/+25
* dnd: No longer allow passing -1Benjamin Otte2017-12-121-38/+12
* dnd: Remove button argument from drag_begin()Benjamin Otte2017-12-121-88/+1
* Set a style class for drag iconsMatthias Clasen2017-12-101-3/+1
* gdk: Remove gdk_drag_manage_dnd()Benjamin Otte2017-12-111-4/+2
* dnd: No point in determining the keyboardBenjamin Otte2017-12-111-9/+2
* dnd: Pass dx/dy instead of x_root/y_rootBenjamin Otte2017-12-111-9/+25
* dnd: Make gdk_drag_context_set_device() privateBenjamin Otte2017-12-111-2/+0
* gdk: Remove outdated gdk_drag_begin() alternativesBenjamin Otte2017-12-111-1/+1
* dnd: Remove "delete" argument from gtk_drag_finish()Benjamin Otte2017-12-101-19/+8
* dnd: Introduce gdk_drop_read_async() and use itBenjamin Otte2017-12-101-15/+122
* dnd: Remove x/y coordinates from drag-data-receivedBenjamin Otte2017-12-051-8/+2
* dnd: Remove unused variablesBenjamin Otte2017-12-031-61/+24
* dnd: Handle rootwin drop in gdkMatthias Clasen2017-12-031-40/+6
* dnd: Remove much of the unmanaged dndMatthias Clasen2017-12-031-667/+18
* dnd: Add gtk_drag_set_icon_texture()Benjamin Otte2017-12-021-0/+32
* W32: Massive W32 DnD fixРуслан Ижбулатов2017-12-021-0/+7
* dnd: Stop using gdk_cursor_new_from_pixbufMatthias Clasen2017-11-291-11/+6
* doc: Replace uses of #NULL with %NULLDaniel Boles2017-11-221-1/+1
* gdk: Sanitize GdkContentFormats APIBenjamin Otte2017-11-201-5/+5
* gdkdnd: Make GdkDragContext->formats a GdkContentFormatsBenjamin Otte2017-11-201-12/+1
* contentformats: Rename GtkTargetListBenjamin Otte2017-11-201-18/+19
* selection: Make GtkTargetList members privateBenjamin Otte2017-11-201-34/+29
* dnd: Remove GtkTargetEntry and GtkTargetFlagsBenjamin Otte2017-11-201-10/+4
* selection: Remove the info uintBenjamin Otte2017-11-161-35/+14
* image: Don't take icon size in set_from_definition()Benjamin Otte2017-11-151-1/+1
* gdk: Replace GDK_NONE with NULLBenjamin Otte2017-11-151-5/+5
* Fix up managed dndMatthias Clasen2017-11-111-2/+5
* gdk: Cursors no longer have a displayBenjamin Otte2017-11-041-13/+2
* dnd: Remove remnants of screen trackingMatthias Clasen2017-10-311-11/+2
* Drop GdkScreen from GdkDevice apisMatthias Clasen2017-10-311-5/+2