summaryrefslogtreecommitdiff
path: root/gdk/gdkdnd.c
Commit message (Expand)AuthorAgeFilesLines
* dnd: Remove GdkDragContext.is_sourceBenjamin Otte2018-06-181-3/+0
* dnd: Make the base Drag/Drop types abstractBenjamin Otte2018-06-181-1/+1
* dnd: GdkDragContext is no longer a GdkDrop subclassBenjamin Otte2018-06-181-34/+1
* dnd: Remove gdk_drag_status() and gdk_drag_finish()Benjamin Otte2018-06-181-43/+0
* dnd: Remove gdk_drag_context_get_dest_surface()Benjamin Otte2018-06-181-32/+0
* dnd: Remove GdkDragContext::commit_drag_status() vfuncBenjamin Otte2018-06-181-36/+0
* dnd: Add gdk_drop_finish()Benjamin Otte2018-06-181-1/+4
* dnd: Rename gdk_drop_finish() => gdk_drag_finish()Benjamin Otte2018-06-181-2/+2
* dnd: Move the gdk_drag_status() functionBenjamin Otte2018-06-181-3/+1
* dnd: Add gdk_drop_get_actions()Benjamin Otte2018-06-181-0/+5
* dnd: Make actions a private member variableBenjamin Otte2018-06-181-3/+19
* dnd: Add gdk_drag_action_is_unique()Benjamin Otte2018-06-181-0/+19
* dnd: Remove GDK_ACTION_DEFAULT and GDK_ACTION_PRIVATEBenjamin Otte2018-06-181-2/+1
* drop: Move gdk_drop_read_async() to GdkDrop classBenjamin Otte2018-06-181-103/+0
* dnd: Add GdkDrop base class for GdkDragContextBenjamin Otte2018-06-181-1/+29
* dnd: Make "formats" a construct-only propertyBenjamin Otte2018-05-071-5/+30
* Document gdk_drop_read_asyncMatthias Clasen2018-05-031-8/+13
* dnd: Add a private structBenjamin Otte2018-05-031-9/+25
* dnd: Remove gdk_drop_reply()Benjamin Otte2018-05-031-21/+0
* gdk: Remove gdk_drag_grop_succeeded()Benjamin Otte2018-05-031-19/+0
* Fix some g-i annotation warningsRico Tzschichholz2018-05-011-1/+1
* dnd: Make GdkDragContext::device a (construct-only) propertyBenjamin Otte2018-04-271-30/+26
* GdkSurface: Rename lots of stuff from window->surfaceAlexander Larsson2018-03-201-10/+10
* GdkSurface: Rename various functions and variablesAlexander Larsson2018-03-201-14/+14
* GdkWindow -> GdkSurface: File renamesAlexander Larsson2018-03-201-1/+1
* GdkWindow -> GdkSurface initial type renameAlexander Larsson2018-03-201-6/+6
* The big versioning cleanupMatthias Clasen2018-02-061-38/+0
* dnd: Remove 2 vfuncs that aren't neededBenjamin Otte2018-01-311-74/+0
* dnd: Add g-i annotations for gdk_drop_read_async/finishRico Tzschichholz2018-01-031-0/+22
* Document more structsMatthias Clasen2017-12-261-0/+7
* dnd: Remove gdk_drag_get_selection()Benjamin Otte2017-12-141-16/+0
* gdk: Remove GdkEventType argument from GdkEvent unionCarlos Garnacho2017-12-141-1/+1
* gdk: Remove gdk_selection_convert()Benjamin Otte2017-12-141-14/+0
* dnd: Pass content to gdk_drag_begin()Benjamin Otte2017-12-131-0/+173
* gdk: Remove unused functionBenjamin Otte2017-12-131-6/+0
* gdk: Remove gdk_drag_manage_dnd()Benjamin Otte2017-12-111-57/+0
* dnd: Introduce gdk_drop_read_async() and use itBenjamin Otte2017-12-101-0/+80
* dnd: Add gdk_drag_context_get_display()Benjamin Otte2017-12-101-0/+83
* Remove GdkDragProtocol from the apiMatthias Clasen2017-12-031-19/+1
* Drop api that is only for unmanaged dndMatthias Clasen2017-12-031-12/+3
* gdkdnd: Make GdkDragContext->formats a GdkContentFormatsBenjamin Otte2017-11-201-9/+10
* gdk: Intern signal namesMatthias Clasen2017-11-171-4/+4
* gdk: Replace GDK_NONE with NULLBenjamin Otte2017-11-151-2/+2
* gdk: Cursors no longer have a displayBenjamin Otte2017-11-041-2/+2
* dnd: Drop GdkScreen from apisMatthias Clasen2017-10-311-10/+8
* build: Enable -Wswitch-enum and -Wswitch-defaultBenjamin Otte2017-10-061-1/+1
* gdk: Make GdkEvent structs/union opaqueCarlos Garnacho2017-09-191-0/+1
* gdk: Fix docs typoBenjamin Otte2016-10-161-1/+1
* Add some missing (nullable) annotationsRico Tzschichholz2016-09-221-1/+1
* gdk/dnd: Don't use default display when getting cursorJonas Ã…dahl2016-04-261-2/+3