summaryrefslogtreecommitdiffstats
path: root/ui/aura
Commit message (Expand)AuthorAgeFilesLines
* Use persistent ID/names for displays.mukai@chromium.org2012-08-214-3/+30
* gesture: Include velocity in scroll-update gestures.sadrul@chromium.org2012-08-201-0/+30
* aura: Use the default high-dpi cursor for unsupported cursors.sadrul@chromium.org2012-08-201-6/+11
* Desktop Aura: Allow tab drags out of window.erg@chromium.org2012-08-1711-10/+69
* Prepare a bunch of ash tests for workspace2. With Workspace2 you can'tsky@chromium.org2012-08-161-0/+2
* Allow closing root window, or pressing the power button to shutdown ash_shell...harrym@chromium.org2012-08-164-5/+5
* Move cursor when it's hidden so that UX can update correctlydavemoore@chromium.org2012-08-154-2/+70
* Fixes bug where Env/RootWindow would cache the wrong buttonsky@chromium.org2012-08-141-1/+2
* Attempt 2 at: Makes Window not change focus and send out notificationssky@chromium.org2012-08-143-24/+87
* gesture recognizer: Change the way a processed touch-release event is handled.sadrul@chromium.org2012-08-131-0/+84
* gesture recognizer: Make sure a combination of sync/async touch-events work c...sadrul@chromium.org2012-08-132-2/+56
* aura: Dispatch touch-events targetted to the root-window properly.sadrul@chromium.org2012-08-132-1/+31
* gesture recognizer: Some cleanup and workaround for a crash.sadrul@chromium.org2012-08-131-1/+28
* Revert 151293 - Makes Window not change focus and send out notifications when...sky@chromium.org2012-08-133-84/+23
* Makes Window not change focus and send out notifications when movingsky@chromium.org2012-08-133-23/+84
* Partial revert of 146621piman@chromium.org2012-08-111-4/+0
* Changes aura::Window::observers_ to not notify observers that aresky@chromium.org2012-08-101-1/+5
* gestures: Some more event cleanup.sadrul@chromium.org2012-08-102-33/+2
* Remove GestureEvent interface, and rename GestureEventImpl to GestureEvent.sadrul@chromium.org2012-08-1017-30/+30
* Over the last week (or so) a couple of CLs had to be reverted because develop...saintlou@chromium.org2012-08-101-1/+1
* Remove TouchEvent interface, and rename TouchEventImpl to TouchEvent.sadrul@chromium.org2012-08-0921-187/+187
* ash: Use different hit-test outer-region for mouse and touch events.sadrul@chromium.org2012-08-093-9/+26
* gestures: Generate only either scroll-end or fling-start events at the end of...sadrul@chromium.org2012-08-091-8/+13
* Improve WorkspaceWindowResizer::CompleteDrag() so that the function moves the...yusukes@chromium.org2012-08-093-4/+13
* Remove --load-2x-resources flag.flackr@chromium.org2012-08-091-7/+0
* Convert Aura to use ui::Event.ben@chromium.org2012-08-0843-1639/+676
* Reland new cursor resources.flackr@chromium.org2012-08-081-17/+17
* ash: Add some test coverage for WM swipe-gestures.sadrul@chromium.org2012-08-082-0/+53
* Handful of tweaks for tab dragging with touch:sky@chromium.org2012-08-082-6/+17
* Add ui/aura/gestures/OWNERSsadrul@chromium.org2012-08-071-0/+3
* gesture recognizer: Make sure the pinch/scroll only when the finger is moved ...sadrul@chromium.org2012-08-071-0/+50
* Pass tap count (1 or 2) with tap gesture eventsrbyers@chromium.org2012-08-031-1/+142
* aura: Fix hiding the cursor on touch events.sadrul@chromium.org2012-08-033-8/+20
* aura: Fix a couple of drag drop issues:varunjain@chromium.org2012-08-022-0/+11
* Use EXPECT_FALSE instead to avoid compiler errorhongbo.min@intel.com2012-08-011-2/+2
* Initialize aura::LocatedEvent::root_location_ correctly.yusukes@chromium.org2012-07-312-2/+2
* aura: Rename OnWindowVisisbilityChanged() to OnWindowTargetVisibilityChanged().tfarina@chromium.org2012-07-306-10/+9
* Introduce RootWindowHostDelegate. The RootWindowHost performs most of its com...ben@chromium.org2012-07-2916-372/+455
* Use correct coordinates for last moust location in SynthesizeMouseMoveEventoshima@chromium.org2012-07-271-1/+1
* gesture recognizer: Fix computing the bounding box of the rectangles.sadrul@chromium.org2012-07-271-0/+78
* ui: No need to typedef testing::Test in unittests.tfarina@chromium.org2012-07-272-3/+3
* aura: Fix "not-allowed" cursor and hot-points of some other cursors.varunjain@chromium.org2012-07-261-6/+7
* Aura desktop: Show resize cursors again.erg@chromium.org2012-07-2613-174/+193
* Make Window::ContainsPoint and Window::ContainsPointInRoot const.yusukes@chromium.org2012-07-252-5/+5
* Remove ui_resources_default_100_percent.rc and theme_resources_default_100_pe...benrg@chromium.org2012-07-251-3/+0
* Don't warp mouse if the cursor is locked, for now.oshima@chromium.org2012-07-251-1/+2
* Renamed resource files to be more verbose, specifically:benrg@chromium.org2012-07-241-4/+4
* Move last_mouse_location_ from aura::RootWindow to aura::Env to support multi...yusukes@chromium.org2012-07-2414-55/+123
* Set CaptureClient instance for aura_demo and aura_benchhongbo.min@intel.com2012-07-244-0/+16
* Revert "chromeos: Add a bool flag to catch crash cause of http://crbug.com/13...xiyuan@chromium.org2012-07-242-14/+1