| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix TAP_DOWN gesture event: | varunjain@chromium.org | 2012-06-07 | 1 | -2/+3 |
* | Add two finger tap gesture to gesture recognizer. | varunjain@chromium.org | 2012-06-05 | 1 | -0/+1 |
* | Revert 140553 - Add two finger tap gesture to gesture recognizer. | cbentzel@chromium.org | 2012-06-05 | 1 | -1/+0 |
* | Add two finger tap gesture to gesture recognizer. | varunjain@chromium.org | 2012-06-05 | 1 | -0/+1 |
* | Adds switch to disable generating mouse events from touch events and | sky@chromium.org | 2012-05-31 | 1 | -2/+2 |
* | Revert 139473 - Revert 139398 - gesture recognizer: Allow multi-finger pinch/... | kinuko@chromium.org | 2012-05-30 | 1 | -1/+4 |
* | Revert 139398 - gesture recognizer: Allow multi-finger pinch/scroll gestures. | kinuko@chromium.org | 2012-05-30 | 1 | -4/+1 |
* | gesture recognizer: Allow multi-finger pinch/scroll gestures. | sadrul@chromium.org | 2012-05-29 | 1 | -1/+4 |
* | ui: Export GetModifiersFromACCEL() function to fix win shared build. | tfarina@chromium.org | 2012-05-18 | 1 | -1/+1 |
* | Pass event bitmask (shift, control, alt) to ui::Accelerator instead of booleans. | tfarina@chromium.org | 2012-05-18 | 1 | -0/+8 |
* | Gets touch semantics working on windows. Specifically the following: | sky@chromium.org | 2012-05-17 | 1 | -0/+2 |
* | Take 2 at: Changes RootWindow capture code so that we only have one capture | sky@chromium.org | 2012-05-15 | 1 | -5/+0 |
* | Revert 136877 - Changes RootWindow capture code so that we only have one capture | sky@chromium.org | 2012-05-14 | 1 | -0/+5 |
* | Changes RootWindow capture code so that we only have one capture | sky@chromium.org | 2012-05-14 | 1 | -5/+0 |
* | Respect WindowOpenDisposition in launcher as is in app-list. | mukai@chromium.org | 2012-05-06 | 1 | -0/+1 |
* | ash: Go back/forward in response to buttons 8 and 9. | derat@chromium.org | 2012-04-18 | 1 | -0/+8 |
* | Three Finger Swipe | tdresser@chromium.org | 2012-04-17 | 1 | -0/+1 |
* | Mouse events, touch events, or both can be locked to a target. | tdresser@chromium.org | 2012-04-11 | 1 | -0/+5 |
* | Revert 131761 - Mouse events, touch events, or both can be locked to a target. | rsesek@chromium.org | 2012-04-11 | 1 | -5/+0 |
* | Mouse events, touch events, or both can be locked to a target. | tdresser@chromium.org | 2012-04-11 | 1 | -0/+5 |
* | A preventDefaulted touch release is treated as a touch cancel. | sadrul@chromium.org | 2012-04-05 | 1 | -2/+0 |
* | Support for natural scrolling. | achuith@chromium.org | 2012-03-24 | 1 | -0/+3 |
* | Send GestureFlingStart and GestureFlingCancel when cmt sends them | davemoore@chromium.org | 2012-03-20 | 1 | -1/+13 |
* | Revert 127606 - Send GestureFlingStart and GestureFlingCancel when cmt sends ... | davemoore@chromium.org | 2012-03-20 | 1 | -13/+1 |
* | Send GestureFlingStart and GestureFlingCancel when cmt sends them | davemoore@chromium.org | 2012-03-20 | 1 | -1/+13 |
* | Coverity: Fix a pass-by-value. | jhawkins@chromium.org | 2012-03-06 | 1 | -1/+1 |
* | Hide the mouse cursor when it boots in ChromeOS. | mukai@chromium.org | 2012-02-29 | 1 | -1/+2 |
* | When locking the screen via Ctrl-Shift-L from wrench menu, | pkotwicz@chromium.org | 2012-02-29 | 1 | -0/+3 |
* | Revert 123984 for check_deps failure - When locking the screen via Ctrl-Shift-L | mattm@chromium.org | 2012-02-28 | 1 | -3/+0 |
* | When locking the screen via Ctrl-Shift-L from wrench menu, | pkotwicz@chromium.org | 2012-02-28 | 1 | -0/+3 |
* | Revert 123669 because it broke builds: | sadrul@chromium.org | 2012-02-25 | 1 | -3/+0 |
* | When locking the screen via Ctrl-Shift-L from wrench menu, | pkotwicz@chromium.org | 2012-02-25 | 1 | -0/+3 |
* | Revert 123500 - When locking the screen via Ctrl-Shift-L from wrench menu, | pkotwicz@chromium.org | 2012-02-24 | 1 | -3/+0 |
* | When locking the screen via Ctrl-Shift-L from wrench menu, | pkotwicz@chromium.org | 2012-02-24 | 1 | -0/+3 |
* | Gesture Recognizer fires Long Press Event | tdresser@chromium.org | 2012-02-21 | 1 | -0/+1 |
* | 1) Invoke RootWindow::SetCapture(NULL) as a result from OS level mouse captur... | pkotwicz@chromium.org | 2012-02-11 | 1 | -0/+1 |
* | Revert 121338 - 1) Adds support for OS level mouse capture lost (eg from a po... | pkotwicz@chromium.org | 2012-02-10 | 1 | -1/+0 |
* | aura: Fix setting touch-handler and gesture-handler for asynchronous gestures. | sadrul@chromium.org | 2012-02-09 | 1 | -1/+7 |
* | 1) Adds support for OS level mouse capture lost (eg from a popup) | pkotwicz@chromium.org | 2012-02-09 | 1 | -0/+1 |
* | Update aura gesture recognizer to recognizer pinch and two-finger scrolling. | sadrul@chromium.org | 2012-02-08 | 1 | -0/+3 |
* | aura: Add event queues in the GestureRecognizer. | sadrul@chromium.org | 2012-01-26 | 1 | -1/+3 |
* | Use times from the initiation of events to determine whether two | davemoore@chromium.org | 2012-01-17 | 1 | -1/+13 |
* | Initial views touchui Gesture Recognizer support | vollick@google.com | 2012-01-17 | 1 | -1/+19 |
* | Revert 117869 - Initial views touchui Gesture Recognizer support | vollick@google.com | 2012-01-17 | 1 | -19/+1 |
* | Initial views touchui Gesture Recognizer support | vollick@chromium.org | 2012-01-17 | 1 | -1/+19 |
* | IME (input method editor) support for Aura, part 3 of 3: Use ui::InputMethod ... | yusukes@chromium.org | 2011-12-26 | 1 | -0/+2 |
* | Rename ui::EventFlags mouse flags to be more sensible | dhollowa@chromium.org | 2011-12-20 | 1 | -9/+9 |
* | Aura needs event translation for Mac | dhollowa@chromium.org | 2011-12-20 | 1 | -1/+4 |
* | CMT can now generate motion events w/ valuators instead of a sequence of butt... | davemoore@chromium.org | 2011-12-15 | 1 | -0/+10 |
* | aura-x11: Add support for xmodmap'ed pointer buttons. | sadrul@chromium.org | 2011-12-07 | 1 | -0/+8 |