summaryrefslogtreecommitdiffstats
path: root/ash/drag_drop
Commit message (Expand)AuthorAgeFilesLines
* ash: Do not use MessageLoopForUI when not needed.sadrul2016-01-281-5/+5
* Convert Pass()→std::move() in //ashdcheng2015-12-271-1/+3
* Add a GestureConsumer callback to dispatching gesture eventsdtapuska2015-12-221-1/+0
* Switch to standard integer types in ash/.avi2015-12-203-1/+3
* Prevent DragImageView from resizing during paintenne2015-12-122-18/+42
* gfx: Make conversions from gfx::Point to PointF explicit.danakj2015-11-021-12/+19
* Don't drop the floating point part of events when converting types.danakj2015-10-231-12/+8
* Don't use base::MessageLoop::{Quit,QuitClosure} in ash/, chromeos/, device/ki.stfu2015-10-121-1/+1
* ui: Get rid of OSExchangeData::CustomFormat typedef.tfarina2015-10-052-2/+2
* gfx: Make conversions from Size to SizeF be explicit.danakj2015-09-252-3/+3
* ash: Add a base-class for interactive-ui-tests in ash.sadrul2015-08-101-33/+2
* aura: Sanitize the lifetime of aura::Env instance.sadrul2015-08-071-0/+7
* gl/test: Move some initialization code used in tests to a separate component.sadrul2015-07-201-2/+2
* Removes the useless GetFocusedTextInputClient().shuchen2015-07-021-1/+0
* Refactor ViewsDelegate singletonmohsen2015-06-102-2/+0
* Cleanup: Simplify some checks in tests.thestig2015-05-111-3/+3
* Replace drag and drop ownerabodenha2015-04-231-1/+1
* Pass a ui::PaintContext from ui::Layer to layer delegates.danakj2015-04-041-1/+1
* aura: Remove layerless windows.danakj2015-04-031-1/+1
* Pass location in screen coordinates to DragDropClient::StartDragAndDrop()pkotwicz2015-02-242-4/+3
* Add time_stamp parameter to MouseEvent constructorrobert.bradford2015-02-183-48/+29
* text input focus: Supports Window::GetFocusedTextInputClient.yukishiino2015-01-281-0/+1
* Adding UMA stats for ash.dragdrop events for both touch and mouse.caelyn2015-01-231-2/+14
* Fix references to ui/gfx headers in a*/.Avi Drissman2014-12-223-5/+5
* Fixing drag-and-drop for the case when the scroll ends with a fling.mfomitchev2014-11-242-1/+49
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-297-110/+81
* Prefix CommandLine usage with base namespace (Part 4: ash/)pgal.u-szeged2014-10-291-3/+3
* replace OVERRIDE and FINAL with override and final in ash/mostynb2014-10-037-60/+60
* Store the result of Pass() in a local variable.danakj2014-09-291-3/+3
* Clean up GestureEventDetails constructors and fix unit tests.lanwei2014-09-192-7/+6
* Remove USE_X11 check in DragDropTracker unittestsdnicoara2014-09-181-17/+8
* Revert "Clean up GestureEventDetails constructors and fix unit tests."Dirk Pranke2014-09-172-6/+7
* Remove clipboard argument from ScopedClipboardWriter constructor.dcheng2014-09-171-1/+1
* Clean up GestureEventDetails constructors and fix unit tests.lanwei2014-09-172-7/+6
* Revert of Clean up GestureEventDetails constructors and fix unit tests (patch...horo2014-09-172-6/+7
* Clean up GestureEventDetails constructors and fix unit tests.lanwei2014-09-162-7/+6
* Revert of Clean up GestureEventDetails constructors (patchset #4 id:100001 of...nhiroki2014-09-152-6/+7
* Clean up GestureEventDetails' constructors.lanwei2014-09-142-7/+6
* Change type of drag-drop window to popupmohsen@chromium.org2014-08-201-1/+3
* Use a qualified path for ui_resources.h grit includes.tfarina@chromium.org2014-08-171-1/+1
* Merge ResourceBundle's InitSharedInstanceLocaleOnly with InitSharedInstanceWi...tfarina@chromium.org2014-08-141-1/+2
* Moving coordinate conversion methods from ash/wm to ui/wm.mfomitchev@chromium.org2014-08-082-8/+8
* Revert of Moving coordinate conversion methods from ash/wm to ui/wm. (https:/...robliao@chromium.org2014-08-052-8/+8
* Moving coordinate conversion methods from ash/wm to ui/wm.mfomitchev@chromium.org2014-08-052-8/+8
* Cleanups for aura/test/event_generator.h (resolve TODOs)tapted@chromium.org2014-07-281-25/+25
* Revert 285209 "Cleanups for aura/test/event_generator.h (resolve..."markusheintz@chromium.org2014-07-241-25/+25
* Cleanups for aura/test/event_generator.h (resolve TODOs)tapted@chromium.org2014-07-241-25/+25
* Fixes for re-enabling more MSVC level 4 warnings: misc edition #2pkasting@chromium.org2014-07-181-6/+12
* Replace touch_ids_bitfield_ with first_touch_id_.tdresser@chromium.org2014-07-142-10/+4
* Ensure that size passed into drag_utils_win.cc's SetDragImageOnDataObject fun...ananta@chromium.org2014-06-121-2/+1