summaryrefslogtreecommitdiff
path: root/gdk/gdkdnd.h
Commit message (Expand)AuthorAgeFilesLines
* dnd: Rename headersMatthias Clasen2018-07-021-98/+0
* gdk: Rename GdkDragContext to GdkDragMatthias Clasen2018-07-021-26/+24
* Remove a lot of Since annotationsMatthias Clasen2018-06-251-2/+0
* dnd: gdk_drag_action_is_unique() should return a booleanBenjamin Otte2018-06-191-1/+1
* dnd: Remove gdk_drag_status() and gdk_drag_finish()Benjamin Otte2018-06-181-10/+0
* dnd: Remove gdk_drag_context_get_dest_surface()Benjamin Otte2018-06-181-5/+0
* dnd: Move GdkDragAction to gdktypes.hBenjamin Otte2018-06-181-29/+0
* dnd: Rename gdk_drop_finish() => gdk_drag_finish()Benjamin Otte2018-06-181-1/+1
* dnd: Add gdk_drop_get_actions()Benjamin Otte2018-06-181-0/+9
* dnd: Add gdk_drag_action_is_unique()Benjamin Otte2018-06-181-0/+3
* dnd: Remove GDK_ACTION_DEFAULT and GDK_ACTION_PRIVATEBenjamin Otte2018-06-181-9/+4
* drop: Move gdk_drop_read_async() to GdkDrop classBenjamin Otte2018-06-181-13/+0
* dnd: Remove gdk_drop_reply()Benjamin Otte2018-05-031-4/+0
* gdk: Remove gdk_drag_grop_succeeded()Benjamin Otte2018-05-031-3/+0
* GdkSurface: Rename lots of stuff from window->surfaceAlexander Larsson2018-03-201-1/+1
* GdkSurface: Rename various functions and variablesAlexander Larsson2018-03-201-3/+3
* GdkWindow -> GdkSurface initial type renameAlexander Larsson2018-03-201-4/+4
* The big versioning cleanupMatthias Clasen2018-02-061-7/+7
* dnd: Remove gdk_drag_get_selection()Benjamin Otte2017-12-141-2/+0
* dnd: Pass content to gdk_drag_begin()Benjamin Otte2017-12-131-1/+1
* gdk: Remove gdk_drag_manage_dnd()Benjamin Otte2017-12-111-4/+1
* dnd: Pass dx/dy instead of x_root/y_rootBenjamin Otte2017-12-111-2/+2
* dnd: Make gdk_drag_context_set_device() privateBenjamin Otte2017-12-111-3/+0
* gdk: Remove outdated gdk_drag_begin() alternativesBenjamin Otte2017-12-111-8/+0
* dnd: Introduce gdk_drop_read_async() and use itBenjamin Otte2017-12-101-0/+13
* dnd: Add gdk_drag_context_get_display()Benjamin Otte2017-12-101-0/+2
* Remove GdkDragProtocol from the apiMatthias Clasen2017-12-031-38/+0
* Drop api that is only for unmanaged dndMatthias Clasen2017-12-031-16/+0
* gdkdnd: Make GdkDragContext->formats a GdkContentFormatsBenjamin Otte2017-11-201-12/+12
* dnd: Drop GdkScreen from apisMatthias Clasen2017-10-311-7/+6
* gdk: Add GdkDragCancelReason enum as argument to GdkDragContext::cancelCarlos Garnacho2016-02-151-0/+16
* gdk: Allow internal management of source-side DnDCarlos Garnacho2016-01-191-0/+4
* gdk: Add gdk_drag_drop_doneMatthias Clasen2015-12-131-0/+4
* gdk: Allow passing the start coordinates in drag_beginMatthias Clasen2015-12-131-0/+7
* gdk: Add api to set drag window hotspotMatthias Clasen2015-12-071-0/+5
* Add gdk_drag_context_get_drag_windowMatthias Clasen2015-12-011-0/+3
* gdk: Add GDK_DRAG_PROTO_WAYLANDCarlos Garnacho2014-09-011-1/+3
* docs: use apostrophes in *n'tWilliam Jon McCann2014-02-071-1/+1
* Add GDK_AVAILABLE_IN_ALL annotations in gdkMatthias Clasen2013-05-051-0/+21
* Drop the Motif DND protocolMatthias Clasen2013-03-121-1/+1
* Move single-include guards inside include guardsMatthias Clasen2012-12-281-3/+3
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* API: gdk: Change get_drag_window() APIBenjamin Otte2011-02-011-4/+0
* API: gdk: Make GDK_DRAG_PROTOCOL_NONE equal to 0Benjamin Otte2011-02-011-2/+2
* Consistently hide class structsMatthias Clasen2010-12-241-36/+26
* Match parameters between headers and doc commentMatthias Clasen2010-12-211-1/+1
* Add vtables for DNDMatthias Clasen2010-12-211-57/+16
* Add some forgotten accessors for GdkDragContextMatthias Clasen2010-12-101-0/+2
* Add a missing accessor for GdkDragContext->source_window.Cosimo Cecchi2010-06-101-0/+2
* [docs] Added some missing documentation to GdkDndJavier Jardón2010-06-091-0/+29