summaryrefslogtreecommitdiff
path: root/gtk/gtkdnd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* API: Remove the ability to set the dnd icon from a pixmapBenjamin Otte2010-09-261-131/+0
* API: Add gtk_drag_set_icon_surface()Benjamin Otte2010-09-261-0/+125
* widget: shape_combine_mask => shape_cobine_regionBenjamin Otte2010-09-261-3/+22
* DND: don't use uninitialized memoryMatthias Clasen2010-09-241-60/+55
* Tons of transfer annotationsMatthias Clasen2010-09-211-24/+23
* GDK: Prefix key names with KEY_Colin Walters2010-09-081-14/+14
* Use gtk_window_has_group() to know if the window has an explicit window group.Javier Jardón2010-08-241-8/+5
* gtk/gtkdnd.c: Use accessor functions to access GtkWindowJavier Jardón2010-08-231-4/+8
* gtk/gtkdnd.c: Use accessor functions to access GtkWidgetJavier Jardón2010-08-221-33/+49
* dnd: Remove default_icon_pixmap variable and friendsBenjamin Otte2010-08-111-37/+5
* Clarify what the @event is used for when calling gtk_drag_begin()Federico Mena Quintero2010-07-231-0/+23
* Fix stuck pointer grab due to passing GDK_CURRENT_TIME to gtk_drag_begin()Stanislav Brabec2010-07-221-0/+7
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+0
* GtkDnD: Use client pointer if no event is available.Carlos Garnacho2010-06-241-1/+4
* Bug 607628 - DnD operation doesn't work when using offscreenMichael Natterer2010-05-291-160/+105
* Merge the xi2-for-master branchMatthias Clasen2010-05-251-48/+107
* Remove deprecated gtk_drag_set_default_iconChristian Dywan2010-05-031-47/+0
* Add some more annotation to the DND apiMatthias Clasen2010-03-091-4/+4
* Add missing colonsMatthias Clasen2010-03-081-2/+2
* Add introspection annotations to gtk_drag_(source|dest)_setMatthias Clasen2010-03-081-15/+16
* Deprecate widget flag: GTK_WIDGET_REALIZEDJavier Jardón2010-03-031-3/+3
* Deprecate widget flag: GTK_WIDGET_MAPPEDJavier Jardón2010-03-031-1/+1
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-1/+1
* Deprecate widget flag: GTK_WIDGET_SENSITIVEJavier Jardón2010-03-011-1/+1
* Deprecate widget flag: GTK_WIDGET_DRAWABLEJavier Jardón2010-03-011-2/+2
* [annotations] Add allow-noneJohan Dahlin2010-02-191-4/+4
* Remove existing signal connections in gtk_drag_dest_unset().Cody Russell2010-01-291-0/+14
* Deprecate flag macros for toplevel, state, no window and composite childChristian Dywan2010-01-041-4/+4
* [introspection] Merge in Gtk-custom.c annotationsColin Walters2009-12-161-3/+3
* Example for setting default action in gtk_drag_dest_setRobin Stocker2009-11-081-0/+22
* fix compile warningsBenjamin Otte2009-06-171-2/+2
* Don't export a private functionMatthias Clasen2009-06-151-1/+1
* Don't grab the keyboard during DNDMatthias Clasen2009-06-071-3/+143
* improve deprecation annotationMatthias Clasen2008-11-291-2/+3
* gtk/gtkaccellabel.c gtk/gtkaction.c gtk/gtkclist.c gtk/gtkcolorbutton.cSven Neumann2008-08-121-8/+8
* gtk/gtkdnd-quartz.c gtk/gtkdnd.c gtk/gtkentry.c gtk/gtkfilesel.cSven Neumann2008-08-111-12/+11
* gtk/gtkaboutdialog.c gtk/gtkcellrendereraccel.c gtk/gtkcellrenderercombo.cSven Neumann2008-08-111-15/+15
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Fix the docs, the mask param of gtk_drag_set_icon_pixmap can accept NULL for ...Gian Mario Tagliaretti2008-05-201-1/+1
* Unify the handling of various "Enter" keysyms all over the place.Matthias Clasen2008-02-121-0/+1
* Another attempt to improve gtk_drag_dest_set docs.Mathias Hasselmann2007-12-121-10/+14
* Mention impact of GtkDestDefaults on "drag-motion" handlers. ClearifyMathias Hasselmann2007-12-111-18/+29
* Use g_object_ref() instead of gtk_widget_ref(). (#483563)Hiroyuki Ikezoe2007-10-051-3/+3