summaryrefslogtreecommitdiffstats
path: root/ash/touch
Commit message (Expand)AuthorAgeFilesLines
* Add unit tests for projection touch HUDmohsen@chromium.org2013-10-283-66/+246
* Make GetRootWindow() return a Window instead of a RootWindow.ben@chromium.org2013-10-252-9/+9
* Fix crash when turning off projection touch HUD while touching screenmohsen@chromium.org2013-10-241-1/+4
* events: Make platform specific events code into ui/events/.sadrul@chromium.org2013-09-251-1/+1
* Rename WindowSettings to WindowStateoshima@chromium.org2013-09-201-1/+0
* Moves ui/base/events to ui/eventssky@chromium.org2013-09-184-5/+5
* ui/base/animation -> ui/gfx/animationsky@chromium.org2013-09-152-10/+10
* Move GetRootWindowController to root_window_controller.hoshima@chromium.org2013-09-063-3/+0
* Introduce RootWindowProperty for RootWindow's propertiesoshima@chromium.org2013-08-301-2/+2
* chromeos: Include mode details in OutputSnapshot.derat@chromium.org2013-08-162-2/+5
* c++11 ud suffix fixes for ash/views/ui filesthakis@chromium.org2013-07-291-1/+1
* [Cleanup]oshima@chromium.org2013-07-181-3/+4
* Fix projection touch HUD in RTLmohsen@chromium.org2013-07-171-1/+2
* [Cleanup]oshima@chromium.org2013-07-122-1/+2
* Separate projection mode from rest of touch HUDmohsen@chromium.org2013-07-017-660/+846
* Add UMA metrics to measure the effectiveness of views fuzzingtdanderson@chromium.org2013-06-292-104/+127
* ExternalTabContainerWin's widgets should be opaque and not fade-in.grt@chromium.org2013-06-271-1/+1
* Merge CMTEventData and ValuatorTrackersheckylin@chromium.org2013-06-171-5/+5
* Revert "Merge CMTEventData and ValuatorTracker"pdr@chromium.org2013-06-141-5/+5
* Merge CMTEventData and ValuatorTrackersheckylin@chromium.org2013-06-141-5/+5
* Skip mulitple-display tests on win8oshima@chromium.org2013-06-121-0/+21
* Use a direct include of strings headers in ash/.avi@chromium.org2013-06-103-3/+3
* Use a direct include of utf_string_conversions.h in android_webview/, apps/, ...avi@chromium.org2013-06-071-1/+1
* Generate tap gesture with tap_count = 3 for triple-tapmiletus@chromium.org2013-05-291-1/+4
* Use double precision for touch event valuatormiletus@chromium.org2013-05-231-1/+1
* Improved touch HUD performance in projection modemohsen@chromium.org2013-05-022-89/+153
* Added projection mode to touch HUDmohsen@chromium.org2013-04-272-101/+300
* Reland "Swap touch HUD when switching primary display"mohsen@chromium.org2013-04-253-23/+502
* Revert 196235 "Swap touch HUD when switching primary display"brianderson@chromium.org2013-04-243-501/+23
* Swap touch HUD when switching primary displaymohsen@chromium.org2013-04-243-23/+501
* Make sure bucket_size_x/y is not 0miletus@chromium.org2013-04-041-2/+4
* Added touch HUD for all displaysmohsen@chromium.org2013-04-012-20/+74
* Replace ET_GESTURE_DOUBLE_TAP with ET_GESTURE_TAPmiletus@chromium.org2013-03-201-4/+11
* Revert 188901 "Replace ET_GESTURE_DOUBLE_TAP with ET_GESTURE_TAP"wjia@chromium.org2013-03-191-11/+4
* Replace ET_GESTURE_DOUBLE_TAP with ET_GESTURE_TAPmiletus@chromium.org2013-03-191-4/+11
* ash: Ignore touch-cancel events in the HUD, and improve HUD logging.sadrul@chromium.org2013-02-112-27/+38
* Add synchronous Widget closing eventwittman@chromium.org2013-02-052-3/+3
* ash: Include the HUD log in the feedback reports.sadrul@chromium.org2013-02-022-9/+142
* ash: Add an accelerator to clear the HUD.sadrul@chromium.org2013-01-312-0/+19
* ash: Add a UMA entry for long-duration stationary touches.sadrul@chromium.org2013-01-251-1/+19
* ash: Make the touch HUD fullscreen.sadrul@chromium.org2013-01-182-37/+73
* events: Update scroll and touch handlers to not return EventResult.sadrul@chromium.org2012-12-142-5/+3
* touch: Add a new metric.sadrul@chromium.org2012-11-282-1/+36
* ui: Add default implementations for EventHandler interface.sadrul@chromium.org2012-11-202-20/+0
* aura: Remove aura::EventFilter.sadrul@chromium.org2012-11-141-1/+0
* ash: Convert some aura::EventFilters into ui::EventHandlers.sadrul@chromium.org2012-11-122-25/+18
* ui: Make gfx::Point::Scale() mutate the class, similar to gfx::Rect.danakj@chromium.org2012-11-091-1/+1
* ui: Split some bits out of event_constants into event_utils.sadrul@chromium.org2012-11-051-0/+1
* ui: Remove TouchStatus in favour of EventResult.sadrul@chromium.org2012-11-042-4/+4
* aura: Create new gesture LongTap that is dispatched if the user completes avarunjain@chromium.org2012-11-021-0/+3