| Commit message (Expand) | Author | Age | Files | Lines |
* | drop: stop accessing GdkDrag fields | Matthias Clasen | 2018-07-15 | 1 | -2/+13 |
* | Revert "GdkDrop: drop the priv struct" | Matthias Clasen | 2018-07-15 | 1 | -42/+77 |
* | GdkDrop: drop the priv struct | Matthias Clasen | 2018-07-12 | 1 | -77/+42 |
* | gdk: Rename GdkDragContext to GdkDrag | Matthias Clasen | 2018-07-02 | 1 | -5/+5 |
* | dnd: Make the base Drag/Drop types abstract | Benjamin Otte | 2018-06-18 | 1 | -1/+1 |
* | dnd: GdkDragContext is no longer a GdkDrop subclass | Benjamin Otte | 2018-06-18 | 1 | -5/+1 |
* | dnd: Add read_value() and read_text() functions to GdkDrop | Benjamin Otte | 2018-06-18 | 1 | -0/+242 |
* | drop: Implement shortcut for local DND | Benjamin Otte | 2018-06-18 | 1 | -8/+87 |
* | events: Make GdkEventDND have a GdkDrop member | Benjamin Otte | 2018-06-18 | 1 | -4/+4 |
* | drop: Add private API for event emission | Benjamin Otte | 2018-06-18 | 1 | -3/+95 |
* | drop: Add GdkDrop:surface property | Benjamin Otte | 2018-06-18 | 1 | -0/+51 |
* | drop: Add gdk_drop_get_drag() | Benjamin Otte | 2018-06-18 | 1 | -0/+47 |
* | dnd: Add gdk_drop_finish() | Benjamin Otte | 2018-06-18 | 1 | -0/+21 |
* | dnd: Rename gdk_drop_finish() => gdk_drag_finish() | Benjamin Otte | 2018-06-18 | 1 | -2/+2 |
* | dnd: Move the gdk_drag_status() function | Benjamin Otte | 2018-06-18 | 1 | -0/+34 |
* | dnd: Add gdk_drop_get_actions() | Benjamin Otte | 2018-06-18 | 1 | -0/+69 |
* | drop: Move gdk_drop_read_async() to GdkDrop class | Benjamin Otte | 2018-06-18 | 1 | -1/+107 |
* | dnd: Add GdkDrop base class for GdkDragContext | Benjamin Otte | 2018-06-18 | 1 | -0/+242 |