summaryrefslogtreecommitdiffstats
path: root/ui/views/drag_utils.cc
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to build a canvas with a target scale factor.pkotwicz@chromium.org2012-06-271-8/+7
| | | | | | | | | | | | | | This allows ExtractBitmap() to return an ImageSkiaRep. This simplifies code around using intermediate bitmaps a lot. BUG=131475 TEST=Compiles R=oshima,sky TBR=sadrul Review URL: https://chromiumcodereview.appspot.com/10562027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@144489 0039d316-1c4b-4281-b951-d872f2087c98
* views: Account for device scale factor when drawing drag images for views.varunjain@chromium.org2012-06-191-0/+30
| | | | | | | | | | BUG=128820 TEST=manual Review URL: https://chromiumcodereview.appspot.com/10574014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@143052 0039d316-1c4b-4281-b951-d872f2087c98
* Fix drag&drop not working in the bookmark manager after the ↵jam@chromium.org2012-04-031-0/+43
| | | | | | | | | TabContentsViewWin switchover. BUG=118715 Review URL: https://chromiumcodereview.appspot.com/9963114 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130503 0039d316-1c4b-4281-b951-d872f2087c98
* Move most of ui/views/drag_utils to ui/base/dragdrop so it can be used ↵jam@chromium.org2012-03-051-101/+0
| | | | | | | | | outside of views. I tried to move SetURLAndDragImage as well, but that would cause a lot of code duplication from Views' TextButton class that would make us worse off (things like mirroring and limiting size). BUG=98716 Review URL: https://chromiumcodereview.appspot.com/9582041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124923 0039d316-1c4b-4281-b951-d872f2087c98
* Make CanvasSkia take a gfx::Size as the first parameter.tfarina@chromium.org2011-12-201-2/+2
| | | | | | | | | | BUG=100898 R=pkasting@chromium.org TBR=ben@chromium.org,stevenjb@chromium.org Review URL: http://codereview.chromium.org/8990003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115046 0039d316-1c4b-4281-b951-d872f2087c98
* views: Move some random files from views/ to ui/views/.tfarina@chromium.org2011-11-301-0/+101
BUG=104039 R=ben@chromium.org Review URL: http://codereview.chromium.org/8735009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112208 0039d316-1c4b-4281-b951-d872f2087c98