summaryrefslogtreecommitdiff
path: root/gtk/gtkdnd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Ref and sink the column. (gtk_combo_box_menu_destroy): Unref the column.Matthias Clasen2004-08-091-2/+8
* take targets into account again to allow dnd of other things than textHans Breuer2004-08-081-4/+1
* Really fix the initialization of the target list.Matthias Clasen2004-08-061-2/+8
* Create the change to initialize target_list to an empty list instead ofMatthias Clasen2004-07-231-1/+5
* Create an empty target list if targets is NULL.Soeren Sandmann2004-07-181-9/+2
* Support text/plain selection target (#55117, Owen Taylor)Matthias Clasen2004-07-171-0/+37
* For GTK_IS_PLUG toplevels, call gdk_window_get_origin() notOwen Taylor2004-03-131-1/+13
* some more settings from system, also reflect some name changes done aHans Breuer2004-03-071-0/+4
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Add gtk_drag_source_set/get_target_list(). (#127499, based on patch fromOwen Taylor2004-03-021-2/+58
* Add GDK_THREADS_ENTER()/GDK_THREADS_LEAVE() pairs around idle functions.Soeren Sandmann2003-12-291-0/+4
* brooooooooken pipe.Kristian Rietveld2003-09-031-1/+1
* Rename parameter target_list back to targets, to pacify gtk-doc.Matthias Clasen2003-07-131-4/+4
* gtk/gtkdnd.c (_gtk_drag_source_handle_event) Remove use ofOwen Taylor2003-07-061-55/+79
* Move default icon creation here, so that we have an icon at the start ofOwen Taylor2003-07-061-59/+80
* Move the grabs up earlier, so we don't get a big pile of uncompressedOwen Taylor2003-07-051-25/+33