summaryrefslogtreecommitdiff
path: root/gdk/gdkdrop.c
Commit message (Expand)AuthorAgeFilesLines
* drop: Don't leak the surface and formatsMatthias Clasen2020-08-061-0/+2
* docs: Clean up dangling links in gdk docsMatthias Clasen2020-08-051-1/+1
* docs: Fix several missing references in the documentationCorentin Noël2020-05-111-2/+2
* Restructure the GdkEvent type hierarchyEmmanuele Bassi2020-04-161-24/+24
* drop: Don't use g_object_get()Benjamin Otte2020-03-021-6/+3
* drop: Remove unused convenience APIsBenjamin Otte2020-03-021-91/+0
* gdk: Make gdk_drop_status() take preferred actionBenjamin Otte2020-03-021-3/+12
* drop: Guard variable with correct compiler flagsBenjamin Otte2020-02-221-0/+2
* gdk: Make DRAG_ENTER event take x/y coordinatesBenjamin Otte2020-02-211-0/+2
* Stop using g_object_ref/unref on eventsMatthias Clasen2020-02-211-1/+1
* gdk: Use event constructors for dndMatthias Clasen2020-02-211-24/+24
* Remove root coords from the GdkDrop apiMatthias Clasen2020-02-211-18/+8
* drop: Add a state machine for tracking eventsBenjamin Otte2020-02-161-1/+42
* drop: Ensure all relevant formats are availableBenjamin Otte2020-02-151-1/+19
* Fix docstring errors with drag and drop codeRobert Ancell2020-01-131-3/+3
* drop: Add a convenience apiMatthias Clasen2020-01-081-0/+27
* docs: Small clarifications to DND docsMatthias Clasen2020-01-041-1/+4
* gdk: Populate dnd event coordsMatthias Clasen2019-12-301-0/+10
* gdk: Change some async dnd apiMatthias Clasen2019-04-021-6/+6
* Use Unicode apostrophes in new stringsPiotr Drąg2018-09-201-1/+1
* 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