summaryrefslogtreecommitdiff
path: root/gdk/gdkdrop.c
Commit message (Expand)AuthorAgeFilesLines
* drop: stop accessing GdkDrag fieldsMatthias Clasen2018-07-151-2/+13
* Revert "GdkDrop: drop the priv struct"Matthias Clasen2018-07-151-42/+77
* GdkDrop: drop the priv structMatthias Clasen2018-07-121-77/+42
* gdk: Rename GdkDragContext to GdkDragMatthias Clasen2018-07-021-5/+5
* dnd: Make the base Drag/Drop types abstractBenjamin Otte2018-06-181-1/+1
* dnd: GdkDragContext is no longer a GdkDrop subclassBenjamin Otte2018-06-181-5/+1
* dnd: Add read_value() and read_text() functions to GdkDropBenjamin Otte2018-06-181-0/+242
* drop: Implement shortcut for local DNDBenjamin Otte2018-06-181-8/+87
* events: Make GdkEventDND have a GdkDrop memberBenjamin Otte2018-06-181-4/+4
* drop: Add private API for event emissionBenjamin Otte2018-06-181-3/+95
* drop: Add GdkDrop:surface propertyBenjamin Otte2018-06-181-0/+51
* drop: Add gdk_drop_get_drag()Benjamin Otte2018-06-181-0/+47
* dnd: Add gdk_drop_finish()Benjamin Otte2018-06-181-0/+21
* dnd: Rename gdk_drop_finish() => gdk_drag_finish()Benjamin Otte2018-06-181-2/+2
* dnd: Move the gdk_drag_status() functionBenjamin Otte2018-06-181-0/+34
* dnd: Add gdk_drop_get_actions()Benjamin Otte2018-06-181-0/+69
* drop: Move gdk_drop_read_async() to GdkDrop classBenjamin Otte2018-06-181-1/+107
* dnd: Add GdkDrop base class for GdkDragContextBenjamin Otte2018-06-181-0/+242