summaryrefslogtreecommitdiff
path: root/gtk/gtkdnd.c
Commit message (Expand)AuthorAgeFilesLines
* Stop using gtk_widget_get_surfaceMatthias Clasen2019-05-281-5/+6
* Review and replace uses of get_toplevelMatthias Clasen2019-05-281-22/+18
* gdk: Change some async dnd apiMatthias Clasen2019-04-021-1/+1
* gtk: Stop using gdk_surface_get_device_positionMatthias Clasen2019-03-261-7/+7
* gtk: Don't include gtkstylecontext.h from gtkcsstypesprivate.hBenjamin Otte2019-03-191-0/+1
* gtk: Drop the "plus"Emmanuele Bassi2019-02-051-1/+1
* Remove GDestroyNotify casts in g_clear_pointer() usesg-clear-pointer-propagateErnestas Kulik2018-07-251-1/+1
* dnd: Rename gtk_drag_begin_with_coordinatesMatthias Clasen2018-07-121-18/+14
* gdk: Rename GdkDragContext to GdkDragMatthias Clasen2018-07-021-108/+97
* dnd: Use a GtkPicture in gtk_dnd_set_icon_paintable()Benjamin Otte2018-06-191-3/+5
* widget: Remove time argument from drag_data_get() vfuncBenjamin Otte2018-06-181-9/+1
* dnd: Remove unused time argumentsBenjamin Otte2018-06-181-20/+11
* dnd: Implement gtk_drag_get_source_widget() differentlyBenjamin Otte2018-06-181-17/+5
* dnd: Add gdk_event_get_drop()Benjamin Otte2018-06-181-64/+53
* dnd: Make drag-motion and drag-drop signals use GdkDropBenjamin Otte2018-06-181-22/+29
* dnd: Make drag-data-received use a GdkDropBenjamin Otte2018-06-181-4/+2
* dnd: Get rid of gtk_drag_finish()Benjamin Otte2018-06-181-21/+2
* dnd: Rename gdk_drop_finish() => gdk_drag_finish()Benjamin Otte2018-06-181-1/+1
* drop: Move gdk_drop_read_async() to GdkDrop classBenjamin Otte2018-06-181-2/+2
* dnd: Fix up a commentTimm Bäder2018-06-181-1/+1
* dnd: Ref the GdkDrop during the DND operationBenjamin Otte2018-06-101-1/+2
* dnd: Remove gdk_drop_reply()Benjamin Otte2018-05-031-9/+2
* dnd: Remove gtk_drag_set_icon_surface()Benjamin Otte2018-03-261-36/+0
* Continue renaming window to surfaceAlexander Larsson2018-03-211-4/+4
* GtkWidget: Start renaming widget->windowAlexander Larsson2018-03-201-5/+5
* GdkSurface: Rename various functions and variablesAlexander Larsson2018-03-201-2/+2
* GdkWindow -> GdkSurface initial type renameAlexander Larsson2018-03-201-4/+4
* image: Remove gtk_image_set_texture()Benjamin Otte2018-03-161-1/+1
* image: Don't handle surfaces anymoreBenjamin Otte2018-03-161-1/+5
* dnd: Make dnd icon API take a paintableBenjamin Otte2018-03-161-8/+8
* 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