summaryrefslogtreecommitdiff
path: root/gtk/gtkdnd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* DND keynav support:Matthias Clasen2006-02-171-28/+76
* Fix the buildMatthias Clasen2006-01-031-1/+1
* Remove pointless castMatthias Clasen2006-01-031-1/+1
* Call gtk_drag_update for non-motion events. (#325443, Peter Harvey)Matthias Clasen2006-01-031-2/+8
* Warn if the icon cannot be loaded. (#323504, Kjartan Maraas)Matthias Clasen2005-12-141-1/+4
* Fix the anchor of the default drag cursors. (#319200, Federico MenaMatthias Clasen2005-10-281-1/+1
* Various cleanups. (#315360, Kjartan Maraas)Matthias Clasen2005-09-131-5/+3
* Fix a copy-and-paste mistake in the docs. (#315993, Guillaume Cottenceau)Matthias Clasen2005-09-131-1/+1
* Use gdk_atom_intern_static_string() where appropriate.Matthias Clasen2005-09-111-14/+13
* Intern some more strings.Matthias Clasen2005-09-011-12/+13
* Also intern static strings passed to g_object_set_data()Matthias Clasen2005-08-311-12/+12
* Create the icon window with the correct dimensions. (#312256, MikeMatthias Clasen2005-08-011-1/+1
* Don't fail if we can't get a keyboard grab. (#168351)Matthias Clasen2005-07-201-9/+4
* Pass a GdkDragAction to gtk_drag_get_cursor. (#309784, Sebastian Bacher)Matthias Clasen2005-07-081-1/+1
* Connect to button-release-event as well, to handle touchscreen scenariosMatthias Clasen2005-06-211-3/+3
* remove unused variable.Manish Singh2005-06-161-2/+2
* Update the RGBA cursor if an icon is set after the cursor has beenMatthias Clasen2005-06-161-5/+53
* Use named cursors for the DND cursors, the names are "dnd-none",Matthias Clasen2005-06-141-131/+289
* New functions to support themed drag icons. (#116577, Christian Neumair)Matthias Clasen2005-05-181-0/+89
* Use a GtkAlignment rather than a GtkDrawingArea to draw the swatch in toOwen Taylor2005-05-111-5/+11
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* Fix many instances of "the the" in docs and comments. (#165815, MasaoMatthias Clasen2005-02-011-2/+2
* Fix many sparse warnings.Matthias Clasen2004-10-281-1/+1
* Use the new file DND api.Matthias Clasen2004-10-221-3/+57
* Document how to use info with text/image targets.Matthias Clasen2004-10-221-8/+20
* Add convenience api for image dnd (#150165):Matthias Clasen2004-10-211-0/+48