| Commit message (Expand) | Author | Age | Files | Lines |
* | bookmarks: GetNameForURL() function is only used by gtk. | tfarina@chromium.org | 2013-01-16 | 2 | -1/+4 |
* | some fixes and warning disables in ui/ for building on win x64 | scottmg@chromium.org | 2013-01-15 | 1 | -4/+2 |
* | Get drag and drop working on Win Ash. | jam@chromium.org | 2013-01-08 | 7 | -15/+74 |
* | Get drag and drop working for win aura. | jam@chromium.org | 2012-12-08 | 3 | -13/+30 |
* | aura: Add flag to indicate if a drag session is started with touch or mouse. | varunjain@chromium.org | 2012-11-06 | 1 | -0/+5 |
* | Add Vector2d classes that represent offsets, instead of using Point. | danakj@chromium.org | 2012-10-31 | 8 | -23/+23 |
* | Rewrite DragDownloadFile | benjhayden@chromium.org | 2012-10-30 | 2 | -5/+12 |
* | Revert 160089 - Fix OneClickSigninHelperTest.CanOffer failures due to not hav... | kalman@chromium.org | 2012-10-04 | 1 | -7/+1 |
* | Fix OneClickSigninHelperTest.CanOffer failures due to not having OLE initiali... | pkasting@chromium.org | 2012-10-04 | 1 | -1/+7 |
* | ui: Fix clang warnings about missing virtual and OVERRIDE annotations. | tfarina@chromium.org | 2012-09-01 | 1 | -1/+1 |
* | Allow "DownloadURL" to be used with other drag data types on Windows. | dcheng@chromium.org | 2012-08-25 | 2 | -29/+0 |
* | Coverity: Initialize member variables. | jhawkins@chromium.org | 2012-07-26 | 1 | -1/+1 |
* | Cleanup gfx::Canvas now that 10562027 has landed | pkotwicz@chromium.org | 2012-07-24 | 1 | -1/+1 |
* | Revert 147915 - Cleanup gfx::Canvas now that 10562027 has landed | acolwell@chromium.org | 2012-07-23 | 1 | -1/+1 |
* | Cleanup gfx::Canvas now that 10562027 has landed | pkotwicz@chromium.org | 2012-07-23 | 1 | -1/+1 |
* | Makes dragging download item HiDPI. | pkotwicz@chromium.org | 2012-07-18 | 1 | -30/+65 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 11 | -11/+0 |
* | Fix a couple ImageSkia implicit conversion bugs. | pkotwicz@chromium.org | 2012-07-09 | 1 | -1/+1 |
* | Only paste the fragment of text which was copied to the clipboard. | raymes@chromium.org | 2012-06-29 | 1 | -4/+4 |
* | Make chrome compile with the win8 sdk | cpu@chromium.org | 2012-06-27 | 2 | -2/+1 |
* | Upwards compatibility for Win8 SDK IDataObjectAsyncCapability/IAsyncOperation | scottmg@chromium.org | 2012-06-15 | 2 | -8/+19 |
* | Update the types that WebContents supports when dragging in. | dcheng@chromium.org | 2012-06-08 | 2 | -2/+10 |
* | Rename DrawBitmapInt to DrawImageInt | pkotwicz@chromium.org | 2012-06-07 | 1 | -1/+1 |
* | Revert 140877 - Rename DrawBitmapInt to DrawImageInt | pkotwicz@chromium.org | 2012-06-06 | 1 | -1/+1 |
* | Rename DrawBitmapInt to DrawImageInt | pkotwicz@chromium.org | 2012-06-06 | 1 | -1/+1 |
* | Converts remainder of ui (except for ui/app_list) and chrome/browser/ui/views... | pkotwicz@chromium.org | 2012-05-31 | 6 | -21/+25 |
* | Draw dragged file text with NO_SUBPIXEL_RENDERING flag. | asvitkine@chromium.org | 2012-05-25 | 1 | -3/+5 |
* | Add plumbing for file display names for drag and drop | satorux@chromium.org | 2012-05-09 | 6 | -22/+54 |
* | Add a few missing "typename"s. | thakis@chromium.org | 2012-04-25 | 1 | -2/+3 |
* | Properly set drag image offset in aura's drag drop controller. Currently the | varunjain@chromium.org | 2012-04-10 | 2 | -3/+10 |
* | Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTK | oshima@chromium.org | 2012-04-05 | 1 | -2/+2 |
* | aura: Add support for html5 file drag and drop. | varunjain@chromium.org | 2012-03-23 | 6 | -5/+50 |
* | Add drag and drop support for custom and html data types on Aura | rbyers@chromium.org | 2012-03-21 | 4 | -39/+75 |
* | Don't clobber the clipboard when doing DnD on Aura | rbyers@chromium.org | 2012-03-20 | 2 | -19/+0 |
* | Revert 127706 - Add drag and drop support for custom and html data types on Aura | rbyers@chromium.org | 2012-03-20 | 4 | -74/+39 |
* | Add drag and drop support for custom and html data types on Aura | rbyers@chromium.org | 2012-03-20 | 4 | -39/+74 |
* | ui/gfx: Update includes to point to canvas.h instead of canvas_skia.h | tfarina@chromium.org | 2012-03-14 | 1 | -2/+2 |
* | ui/gfx: Make gfx::Canvas inherit from gfx::CanvasSkia. | tfarina@chromium.org | 2012-03-09 | 1 | -5/+5 |
* | Refactor Pickle Read methods to use higher performance PickleIterator. | jbates@chromium.org | 2012-03-07 | 2 | -5/+5 |
* | Move most of ui/views/drag_utils to ui/base/dragdrop so it can be used outsid... | jam@chromium.org | 2012-03-05 | 5 | -0/+272 |
* | Have ScopedClipboardWriter and Clipboard::WriteObjects take a buffer parameter. | peter@pcc.me.uk | 2012-02-22 | 1 | -1/+1 |
* | Support custom data formats for dragging on Windows. | dcheng@chromium.org | 2012-01-14 | 1 | -6/+4 |
* | GTK: Seal up GSEALs, focusing on GtkSelectionData. | erg@chromium.org | 2012-01-10 | 1 | -8/+12 |
* | Revert 116956 - GTK: Seal up GSEALs, focusing on GtkSelectionData. | erg@google.com | 2012-01-10 | 1 | -12/+8 |
* | GTK: Seal up GSEALs, focusing on GtkSelectionData. | erg@chromium.org | 2012-01-09 | 1 | -8/+12 |
* | Beginning of drag/drop should copy the drag data to clipboard. | varunjain@chromium.org | 2012-01-04 | 2 | -2/+23 |
* | Support custom MIME type data in web drag/drop for Mac and GTK. | dcheng@chromium.org | 2011-12-18 | 2 | -28/+42 |
* | Add OVERRIDE to ui/. | avi@chromium.org | 2011-11-23 | 1 | -12/+14 |
* | clang fails compile on aura drag and drop code | dhollowa@chromium.org | 2011-11-19 | 2 | -2/+3 |
* | First shot at implementing drag&drop for Aura | varunjain@chromium.org | 2011-11-17 | 2 | -32/+213 |