summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/tab_contents_drag_source.cc
Commit message (Expand)AuthorAgeFilesLines
* [GTK] disable drag image for non-compositing WMs.estade@chromium.org2010-09-101-1/+3
* Clean up download code:phajdan.jr@chromium.org2010-08-051-6/+6
* Fix debug build GTK assert in TabContentsDragSource::OnDragBegin().dcheng@chromium.org2010-08-041-4/+7
* Fixes a couple of leaks in use of gdk_get_property.sky@chromium.org2010-05-251-0/+1
* GTK: make more use of gtk_signal convenience macros/signal registrar.estade@chromium.org2010-04-281-29/+16
* GTK: Support transparent web image drags.estade@chromium.org2010-04-231-7/+32
* GTK: slightly change how we display drag images.estade@chromium.org2010-04-081-10/+24
* GTK plumbing for dragend.dcheng@chromium.org2010-04-051-2/+3
* Fix HTML5 effectAllowed and dragEffect on Chrome Linux.tony@chromium.org2010-03-231-1/+3
* Retry r41799:estade@chromium.org2010-03-181-1/+13
* Revert r41803 and r41799estade@chromium.org2010-03-171-13/+1
* fixing bustage... file was movedben@chromium.org2010-03-171-1/+1
* Basic DragImage implementation.estade@chromium.org2010-03-171-1/+14
* Final removal of the bad dependency of chrome/common on chrome/browserphajdan.jr@chromium.org2010-03-101-30/+30
* chrome 3: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-081-1/+3
* Next part of bad dependency removal (chrome/common -> chrome/browser)phajdan.jr@chromium.org2010-03-021-1/+1
* Support dragging a virtual file out of the browser on Linux. This is based on...jianli@chromium.org2010-02-191-1/+111
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2010-02-091-0/+1
* GTK: don't get stuck in render view drag.estade@chromium.org2010-01-211-5/+16
* Allow link drags from the star, bookmarks bar, and bookmark bar menustony@chromium.org2010-01-201-16/+5
* Allow link drags from Chrome to create a shortcut on the desktop.tony@chromium.org2010-01-151-1/+15
* Header dependency cleanup in chrome/phajdan.jr@chromium.org2009-10-121-0/+1
* Remove code doing a no-op due to float -> int rounding.phajdan.jr@chromium.org2009-09-141-1/+3
* Plumb the DragOperation through all the layers between the platform Drag-n-dr...snej@chromium.org2009-09-081-4/+8
* GTK: Make the toolbar star button a drag source.estade@chromium.org2009-09-011-18/+3
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-281-3/+1
* Fix a ton of compiler warnings.estade@chromium.org2009-08-281-1/+3
* Moves GtkDndUtil into app.sky@chromium.org2009-08-181-1/+1
* Cleaning up lines longer than 80 chars under src/chrome/browser. mark@chromium.org2009-08-171-1/+2
* Refactors drag support from TabContentsViewGtk intosky@chromium.org2009-08-121-0/+216