summaryrefslogtreecommitdiff
path: root/gtk/gtkdnd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove update_idle here. Might fix #383003.Matthias Clasen2007-09-101-1/+4
* Add GTK_TARGET_OTHER_{APP,WIDGET} to restrict drags within anMatthias Clasen2007-04-281-1/+3
* gtk/gtkcheckbutton.c gtk/gtkdnd.c gtk/gtkentry.c gtk/gtkmenu.cMichael Natterer2007-01-181-1/+1
* Make GtkNotebook able to drop detached tabs anywhere. Bug #360225.Carlos Garnacho2006-12-281-15/+23
* Replace a lot of idle and timeout calls by the new gdk_threads api.Matthias Clasen2006-12-221-15/+3
* Fix problems with drag cancellation. (#376535, Michael Natterer)Matthias Clasen2006-11-181-13/+15
* Cancel drag when the grab is shadowed. (#122688)Alexander Larsson2006-11-061-0/+29
* Apply a cleanup patch by Kjartan Maraas (#341812)Matthias Clasen2006-10-081-1/+1
* Commit a patch by Behdad to fix typos, omissions and other errors in theMatthias Clasen2006-09-101-2/+1
* fix 347277Matthias Clasen2006-07-181-16/+35
* Improve consistency of signal and property namesMatthias Clasen2006-07-061-1/+1
* fix late setting of dnd iconsMatthias Clasen2006-04-271-0/+7
* Create 'composited' label.Søren Sandmann2006-04-251-0/+2
* Fix UMR in gtk_drag_dest_motion. Bug #338725.Christian Persch2006-04-171-0/+2
* Make sure to get an icon window when constructing the fallback_icon. ThisMatthias Clasen2006-03-301-2/+18
* make sure that gdk_drag_event() is called when track_motion is TRUE toCarlos Garnacho2006-03-231-1/+1
* Improved DND support for GtkNotebook (#332991, Carlos Garnacho)Matthias Clasen2006-03-221-10/+69
* Remove an unused variable.Matthias Clasen2006-03-211-1/+1
* Cancel drags when the grabs get broken. Fixes bug #333056:Federico Mena Quintero2006-03-071-14/+45
* slight cleanupMatthias Clasen2006-02-271-5/+6
* Comment out some unused code, and fix the reference point of compositedMatthias Clasen2006-02-271-47/+60