summaryrefslogtreecommitdiff
path: root/gtk/gtkdnd.c
Commit message (Expand)AuthorAgeFilesLines
* Document that the drag icon window will be modifiedMatthias Clasen2014-07-111-6/+11
* gesture: Replace gtk_gesture_attach/detach with event controller APICarlos Garnacho2014-05-271-2/+0
* dnd: Check on the right gesture sequence when starting the drag opCarlos Garnacho2014-05-231-2/+2
* gesture: Simplify gesture/widget interaction public APICarlos Garnacho2014-05-231-5/+2
* dnd: Update to gesture widget-level API changesCarlos Garnacho2014-05-231-2/+5
* dnd: Use GtkGestureDrag to initiate DnDCarlos Garnacho2014-05-231-58/+44
* DND: go back to a timeout for cancel animationMatthias Clasen2014-04-221-7/+5
* Get rid of a stray characterJason Ekstrand2014-04-221-1/+1
* csd: Fix drag hightlight drawingMatthias Clasen2014-04-221-5/+19
* all: Name more idles and timeoutsBastien Nocera2014-03-261-4/+7
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-8/+8
* Docs: Remove all entities and turn off sgml modeMatthias Clasen2014-02-091-4/+4
* docs: use apostrophe in *'veWilliam Jon McCann2014-02-071-1/+1
* docs: use apostrophes in *n'tWilliam Jon McCann2014-02-071-1/+1
* docs: use proper apostropheWilliam Jon McCann2014-02-071-14/+14
* docs: Use markup for linksWilliam Jon McCann2014-02-071-1/+1
* docs: use proper quotesWilliam Jon McCann2014-02-051-4/+4
* docs: Identify examples that are C codeWilliam Jon McCann2014-01-291-1/+1
* Drop internal uses of gtk_widget_get_root_windowMatthias Clasen2014-01-241-2/+2
* docs: don't reference nonexisting type in docsWilliam Jon McCann2014-01-211-6/+6
* docs: fix selections documentation linkWilliam Jon McCann2014-01-211-1/+1
* docs: Add a missing Since: tagMatthias Clasen2013-12-051-0/+2
* all: Add names to timeoutsBastien Nocera2013-10-231-0/+1
* gtkdnd: Introduce a new API for more accurate drag origin dataJasper St. Pierre2013-08-141-17/+68
* gtkdnd: Use a more modern spring back animation for cancelled dragsJasper St. Pierre2013-08-141-51/+47
* dnd: Motif DnD is no longer supported, update docs.Christian Hergert2013-08-081-4/+1
* gtkdnd: Clean up the doc comment of gtk_drag_beginJasper St. Pierre2013-08-071-5/+4
* gtkdnd: Use surface based cursor APIsAlexander Larsson2013-08-071-42/+59
* gtkdnd: Use RGBA windows when dragging if possibleAlexander Larsson2013-08-051-1/+11
* Drop some unnecessary includesMatthias Clasen2013-07-191-2/+0
* Move wholly deprecated classes to gtk/deprecated/Matthias Clasen2013-07-191-2/+2
* Start deprecating some GtkStock APIWilliam Jon McCann2013-06-251-2/+6
* Start migrating internals away from GtkStockWilliam Jon McCann2013-06-241-3/+3
* fix mem leak in gtk_drag_set_icon_surface, destroy patternammonkey2013-04-131-0/+1
* Fix DNDMatthias Clasen2013-03-211-1/+1
* Drop the Motif DND protocolMatthias Clasen2013-03-121-31/+1
* Fix DND with frame syncMatthias Clasen2013-02-281-1/+1
* Fix DND keyboard control with XI2Matthias Clasen2012-08-061-0/+12
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* gtkdnd: Use symbolic names for button numbersCarlos Garcia Campos2012-01-271-1/+1
* Move fallback dnd cursors to resourcesAlexander Larsson2012-01-161-13/+29
* gtk/*: Use g_list_free_full() convenience functionJavier Jardón2012-01-051-2/+1
* dnd: port to GtkIconHelperCosimo Cecchi2011-11-301-193/+109
* gtk: Fix XIGrabKeycode usageBastien Nocera2011-10-281-14/+4
* DND: Work better with XI2Matthias Clasen2011-10-201-17/+113
* [gi] add more annotations to force drag and drop api to be methodsJohn (J5) Palmieri2011-06-291-14/+14
* [gi] make sure gtk_drag_dest_unset is annotated as a methodJohn (J5) Palmieri2011-06-291-1/+1
* gtkdnd: Don't bind/unbind keycodes that couldn't be determinedDaniel Drake2011-06-121-0/+4
* gtkdnd: Add API that takes GIconColin Walters2011-05-031-4/+82
* Move documentation to inline comments: GtkDndJavier Jardón2011-04-181-55/+93