summaryrefslogtreecommitdiffstats
path: root/ui/base/dragdrop
Commit message (Expand)AuthorAgeFilesLines
* linux_aura: Make chrome windows drag sources on X11.erg@chromium.org2013-06-193-80/+85
* Move message_pump to base/message_loop.brettw@chromium.org2013-06-182-2/+2
* Revert 206507 "Move message_pump to base/message_loop."brettw@chromium.org2013-06-142-2/+2
* Move message_pump to base/message_loop.brettw@chromium.org2013-06-142-2/+2
* Make OSExchangeDataProviderWin::SetFilename() use CFSTR_SHELLIDLIST.koz@chromium.org2013-06-141-0/+85
* Use a direct include of strings headers in ui/, part 1.avi@chromium.org2013-06-113-3/+3
* Use a direct include of utf_string_conversions.h in ui/.avi@chromium.org2013-06-077-7/+7
* Refactor OSExchangeData::CustomFormat to use Clipboard::FormatType.dcheng@chromium.org2013-05-159-121/+73
* Code cleanup in OSExchangeDataProviderWin.dcheng@chromium.org2013-05-152-52/+23
* Expose os_exchange_data_provider_chromeos to aura buildsdavemoore@chromium.org2013-05-062-32/+32
* Fix deadlock between UI thread and drag and drop thread on Windows.dcheng@chromium.org2013-04-274-32/+33
* linux_aura: Implement dropping in chrome.erg@chromium.org2013-04-176-67/+505
* Fix dropping images into content editable divs.avi@chromium.org2013-04-082-0/+9
* gtk: Remove unused ViewsGtk drag and drop code.erg@chromium.org2013-03-294-458/+0
* Update sys_string_conversions includes in chrome_frame, content, net, and ui.brettw@chromium.org2013-03-281-1/+1
* Rename {drag_source,drop_target}.{cc,h} to {drag_source,drop_target}_win.{cc,h}.erg@chromium.org2013-03-194-59/+60
* Roll Skia DEPS to r7869robertphillips@google.com2013-02-271-1/+1
* Move file_path.h to base/files.brettw@chromium.org2013-02-246-6/+6
* Replace FilePath with base::FilePath in some more top level directories.brettw@chromium.org2013-02-1012-61/+63
* 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