summaryrefslogtreecommitdiffstats
path: root/ui/base/dragdrop
Commit message (Expand)AuthorAgeFilesLines
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-0/+2
* Fix regression from https://chromiumcodereview.appspot.com/11827058 .sky@chromium.org2013-01-301-4/+4
* ui: Convert scoped_arrays to the new scoped_ptr style.tfarina@chromium.org2013-01-161-3/+3
* bookmarks: GetNameForURL() function is only used by gtk.tfarina@chromium.org2013-01-162-1/+4
* some fixes and warning disables in ui/ for building on win x64scottmg@chromium.org2013-01-151-4/+2
* Get drag and drop working on Win Ash.jam@chromium.org2013-01-087-15/+74
* Get drag and drop working for win aura.jam@chromium.org2012-12-083-13/+30
* aura: Add flag to indicate if a drag session is started with touch or mouse.varunjain@chromium.org2012-11-061-0/+5
* Add Vector2d classes that represent offsets, instead of using Point.danakj@chromium.org2012-10-318-23/+23
* Rewrite DragDownloadFilebenjhayden@chromium.org2012-10-302-5/+12
* Revert 160089 - Fix OneClickSigninHelperTest.CanOffer failures due to not hav...kalman@chromium.org2012-10-041-7/+1
* Fix OneClickSigninHelperTest.CanOffer failures due to not having OLE initiali...pkasting@chromium.org2012-10-041-1/+7
* ui: Fix clang warnings about missing virtual and OVERRIDE annotations.tfarina@chromium.org2012-09-011-1/+1
* Allow "DownloadURL" to be used with other drag data types on Windows.dcheng@chromium.org2012-08-252-29/+0
* Coverity: Initialize member variables.jhawkins@chromium.org2012-07-261-1/+1
* Cleanup gfx::Canvas now that 10562027 has landedpkotwicz@chromium.org2012-07-241-1/+1
* Revert 147915 - Cleanup gfx::Canvas now that 10562027 has landedacolwell@chromium.org2012-07-231-1/+1
* Cleanup gfx::Canvas now that 10562027 has landedpkotwicz@chromium.org2012-07-231-1/+1
* Makes dragging download item HiDPI.pkotwicz@chromium.org2012-07-181-30/+65
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-1111-11/+0
* Fix a couple ImageSkia implicit conversion bugs.pkotwicz@chromium.org2012-07-091-1/+1
* Only paste the fragment of text which was copied to the clipboard.raymes@chromium.org2012-06-291-4/+4
* Make chrome compile with the win8 sdk cpu@chromium.org2012-06-272-2/+1
* Upwards compatibility for Win8 SDK IDataObjectAsyncCapability/IAsyncOperationscottmg@chromium.org2012-06-152-8/+19
* Update the types that WebContents supports when dragging in.dcheng@chromium.org2012-06-082-2/+10
* Rename DrawBitmapInt to DrawImageIntpkotwicz@chromium.org2012-06-071-1/+1
* Revert 140877 - Rename DrawBitmapInt to DrawImageIntpkotwicz@chromium.org2012-06-061-1/+1
* Rename DrawBitmapInt to DrawImageIntpkotwicz@chromium.org2012-06-061-1/+1
* Converts remainder of ui (except for ui/app_list) and chrome/browser/ui/views...pkotwicz@chromium.org2012-05-316-21/+25
* Draw dragged file text with NO_SUBPIXEL_RENDERING flag.asvitkine@chromium.org2012-05-251-3/+5
* Add plumbing for file display names for drag and dropsatorux@chromium.org2012-05-096-22/+54
* Add a few missing "typename"s.thakis@chromium.org2012-04-251-2/+3
* Properly set drag image offset in aura's drag drop controller. Currently thevarunjain@chromium.org2012-04-102-3/+10
* Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTKoshima@chromium.org2012-04-051-2/+2
* aura: Add support for html5 file drag and drop.varunjain@chromium.org2012-03-236-5/+50
* Add drag and drop support for custom and html data types on Aurarbyers@chromium.org2012-03-214-39/+75
* Don't clobber the clipboard when doing DnD on Aurarbyers@chromium.org2012-03-202-19/+0
* Revert 127706 - Add drag and drop support for custom and html data types on Aurarbyers@chromium.org2012-03-204-74/+39
* Add drag and drop support for custom and html data types on Aurarbyers@chromium.org2012-03-204-39/+74
* ui/gfx: Update includes to point to canvas.h instead of canvas_skia.htfarina@chromium.org2012-03-141-2/+2
* ui/gfx: Make gfx::Canvas inherit from gfx::CanvasSkia.tfarina@chromium.org2012-03-091-5/+5
* Refactor Pickle Read methods to use higher performance PickleIterator.jbates@chromium.org2012-03-072-5/+5
* Move most of ui/views/drag_utils to ui/base/dragdrop so it can be used outsid...jam@chromium.org2012-03-055-0/+272
* Have ScopedClipboardWriter and Clipboard::WriteObjects take a buffer parameter.peter@pcc.me.uk2012-02-221-1/+1
* Support custom data formats for dragging on Windows.dcheng@chromium.org2012-01-141-6/+4
* GTK: Seal up GSEALs, focusing on GtkSelectionData.erg@chromium.org2012-01-101-8/+12
* Revert 116956 - GTK: Seal up GSEALs, focusing on GtkSelectionData.erg@google.com2012-01-101-12/+8
* GTK: Seal up GSEALs, focusing on GtkSelectionData.erg@chromium.org2012-01-091-8/+12
* Beginning of drag/drop should copy the drag data to clipboard.varunjain@chromium.org2012-01-042-2/+23
* Support custom MIME type data in web drag/drop for Mac and GTK.dcheng@chromium.org2011-12-182-28/+42