summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: Keep GdkDrop alive on "ask" actionwip/carlosg/dnd-gestures-2Carlos Garnacho2020-01-051-0/+4
* gdk/x11: Forward suggested action (if any) to XdndStatusCarlos Garnacho2020-01-051-2/+13
* popover: Use g_signal_connect_object on parent widget signalCarlos Garnacho2020-01-051-1/+2
* testdnd2: Add a test for ASK handlingMatthias Clasen2020-01-041-10/+52
* Remove gtkdnd.hMatthias Clasen2020-01-0425-82/+3
* Remove gdk_drag_get_dataMatthias Clasen2020-01-044-218/+3
* treeview: Stop using ::drag-data-receivedMatthias Clasen2020-01-041-9/+13
* iconview: Avoid drag-data-receivedMatthias Clasen2020-01-041-14/+23
* testtreednd: Use the new asyn selection readMatthias Clasen2020-01-041-5/+20
* testlist3: Use async read api for selectionMatthias Clasen2020-01-041-5/+20
* filechooser: Convert to GtkDropTargetMatthias Clasen2020-01-042-37/+30
* placessidebar: Port to GtkDropTargetMatthias Clasen2020-01-041-60/+63
* iconview: Port to GtkDropTargetMatthias Clasen2020-01-043-55/+58
* Add an async read function for selectionMatthias Clasen2020-01-042-0/+154
* Remove old drag dest apiMatthias Clasen2020-01-044-599/+3
* Move some remaining api overMatthias Clasen2020-01-044-36/+37
* listbox: Remove unhighlightingMatthias Clasen2020-01-041-11/+1
* notebook: Convert to GtkDropTargetMatthias Clasen2020-01-041-101/+76
* testtreednd: Convert to GtkDropTargetMatthias Clasen2020-01-041-4/+6
* testnotebookdnd: Fix, partiallyMatthias Clasen2020-01-041-15/+49
* testtoolbar: Convert to GtkDropTargetMatthias Clasen2020-01-041-18/+13
* testlist3: Convert to GtkDropTargetMatthias Clasen2020-01-041-8/+6
* testdnd: Convert to GtkDropTargetMatthias Clasen2020-01-041-88/+81
* testdnd2: Port to GtkDropTargetMatthias Clasen2020-01-041-36/+39
* treeview: Port to GtkDropTargetMatthias Clasen2020-01-042-68/+66
* textview: Port to GtkDropTargetMatthias Clasen2020-01-041-177/+92
* filechoserbutton: Convert to GtkDropTargetMatthias Clasen2020-01-041-52/+82
* stackswitcher: Port to GtkDropTargetMatthias Clasen2020-01-041-14/+23
* expander: Port to GtkDropTargetMatthias Clasen2020-01-041-18/+21
* window: Port to GtkDragDestMatthias Clasen2020-01-041-4/+3
* text: Port to GtkDropTargetMatthias Clasen2020-01-041-101/+100
* colorswatch: Port to GtkDropTargetMatthias Clasen2020-01-041-36/+56
* colorbutton: Port to GtkDropTargetMatthias Clasen2020-01-041-45/+31
* calendar: Port to GtkDropTargetMatthias Clasen2020-01-041-91/+77
* gtk-demo: Convert clipboard demo to GtkDropTargetMatthias Clasen2020-01-041-24/+50
* drop: Add a convenience apiMatthias Clasen2020-01-042-0/+30
* Add a GtkDropTarget objectMatthias Clasen2020-01-046-79/+838
* Hook up the GtkDragSource docsMatthias Clasen2020-01-043-0/+34
* Move the rest of the drag-source api overMatthias Clasen2020-01-045-45/+40
* docs: Mention DND in the migration guideMatthias Clasen2020-01-041-0/+16
* Remove traditional drag source APIMatthias Clasen2020-01-046-1342/+0
* tests: Convert to GtkDragSourceMatthias Clasen2020-01-048-465/+162
* notebook: Port to GtkDragSourceMatthias Clasen2020-01-041-62/+89
* filechooser: Port to GtkDragSourceMatthias Clasen2020-01-042-20/+19
* treeview: Port to GtkDragSourceMatthias Clasen2020-01-042-63/+70
* placessidebar: Port to GtkDragSourceMatthias Clasen2020-01-041-35/+32
* iconview: Port to GtkDragSourceMatthias Clasen2020-01-043-69/+72
* Add another callback-based providerMatthias Clasen2020-01-042-3/+155
* iconbrowser: Port to GtkDragSourceMatthias Clasen2020-01-041-67/+70
* gtk-demo: Convert the clipboard demo to GtkDragSourceMatthias Clasen2020-01-041-25/+22