summaryrefslogtreecommitdiff
path: root/gtk/gtkdnd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* dnd: Use G_N_ELEMENTS()Benjamin Otte2011-03-261-7/+5
* gtk: Fix warnings for dnd code without XInputBenjamin Otte2011-02-111-2/+2
* gtk: don't send BUTTON_RELEASE to unrealized widgetsMichael Natterer2011-02-111-22/+25
* Rename time to time_ to avoid a scanner warningJohan Dahlin2011-02-081-5/+5
* API: image: Move private struct definitions into private headerBenjamin Otte2011-02-081-1/+1
* [GI] Add method annotations to remaining gtk_drag_* functions.Laszlo Pandy2011-02-031-48/+38
* [GI] Annotate gtk_drag_{dest,source}* as methodsMartin Pitt2011-02-021-30/+28
* [GI] Add missing (transfer) annotationsPavel Holejsovsky2011-01-201-5/+5
* Make DnD code use GtkStyleContext for the highlight rectangle.Carlos Garnacho2011-01-041-4/+9
* API: gdk: gdk_display_get_device_state() => gdk_device_get_position()Benjamin Otte2010-12-271-6/+2
* Better fix for keynav dndMatthias Clasen2010-12-221-4/+6
* Abort a drag when a keynav drop has not destinationMatthias Clasen2010-12-221-34/+42
* API: gdk: gdk_display_warp_device() => gdk_device_warp()Benjamin Otte2010-12-211-3/+3
* gtk: Use g_object_unref instead of gdk_cursor_unrefBenjamin Otte2010-12-211-4/+4
* Merge libgdk and libgtkMatthias Clasen2010-12-211-3/+1
* Move GtkSelectionData to a private headerJavier Jardón2010-12-191-0/+1
* gtk/gtkdnd.c: Use accessor functions to access GtkSelectionDataJavier Jardón2010-12-151-13/+15
* Don't access GdkDragContext fields directlyMatthias Clasen2010-12-101-40/+34
* dnd: Use gtk_widget_render_icon_pixbuf()Carlos Garcia Campos2010-12-081-2/+2
* Move all GdkDevice members to private and add one missing accessorMichael Natterer2010-11-231-1/+1
* Don't g_free gslice-allocated structuresMatthias Clasen2010-10-271-1/+1
* Fix typo in docsKristian Rietveld2010-10-171-6/+6
* dnd: Fix gtk_drag_set_icon_surface() with translucent surfacesBenjamin Otte2010-09-301-1/+3
* docs: Add note about hot_x/y in gtk_drag_set_icon_surface()Benjamin Otte2010-09-301-0/+5
* API: Rename gtk_cairo_paint_*() to gtk_paint_*()Benjamin Otte2010-09-261-1/+1
* dnd: Connect to raw func for drag hilightBenjamin Otte2010-09-261-49/+19
* gtk: gdk_drawable_get_display() => gdk_window_get_display()Benjamin Otte2010-09-261-1/+1
* gtk: gdk_drawable_get_screen/visual => gdk_window_get_screen/visualBenjamin Otte2010-09-261-6/+6
* dnd: Remove unused colormap codeBenjamin Otte2010-09-261-6/+0
* API: Remove gtk_widget_push_colormap()Benjamin Otte2010-09-261-6/+0
* dnd: Replace last pixmap usage with cairo surfaces.Benjamin Otte2010-09-261-14/+34