| Commit message (Expand) | Author | Age | Files | Lines |
* | Disable broken reposting of gesture events | rbyers@chromium.org | 2013-10-30 | 1 | -3/+7 |
* | Make GetRootWindow() return a Window instead of a RootWindow. | ben@chromium.org | 2013-10-25 | 1 | -1/+1 |
* | Makes ~RootWindow delete child windows | sky@chromium.org | 2013-10-19 | 1 | -0/+46 |
* | Attempt to re-land FocusManager removal from Aura. | ben@chromium.org | 2013-10-18 | 1 | -1/+1 |
* | Revert 229437 "Remove old FocusManager code from Aura." | ben@chromium.org | 2013-10-18 | 1 | -1/+1 |
* | Remove old FocusManager code from Aura. | ben@chromium.org | 2013-10-18 | 1 | -1/+1 |
* | Makes Env::is_mouse_button_down() query the native OS when appropriate. | sky@chromium.org | 2013-10-14 | 1 | -9/+9 |
* | Makes RootWindow::RepostEvent() target capture window | sky@chromium.org | 2013-10-10 | 1 | -0/+22 |
* | Do not send mouse-move when target is destroyed due to synthesized mouse-exit... | mohsen@chromium.org | 2013-10-09 | 1 | -0/+65 |
* | events: Move gestures out of ui/base/ into ui/events/. | sadrul@chromium.org | 2013-09-25 | 1 | -1/+1 |
* | Dispatch a ui::ET_MOUSE_EXITED event when the cursor becomes invisible | tdanderson@google.com | 2013-09-20 | 1 | -0/+41 |
* | Moves ui/base/events to ui/events | sky@chromium.org | 2013-09-18 | 1 | -3/+3 |
* | Moves most files from ui/base/keycodes to ui/events/keycodes | sky@chromium.org | 2013-09-17 | 1 | -1/+1 |
* | Addressing sadruls comments from the previous CL https://codereview.chromium.... | ananta@chromium.org | 2013-08-30 | 1 | -0/+98 |
* | Add support for reposting the ET_GESTURE_TAP_DOWN gesture event to the RootWi... | ananta@chromium.org | 2013-08-23 | 1 | -0/+26 |
* | Do not dispatch synthetic mousemove events when mouse events are disabled | tdanderson@google.com | 2013-06-24 | 1 | -0/+35 |
* | Cause touch events to be held like mouse events during window resizing | rharrison@chromium.org | 2013-06-11 | 1 | -9/+64 |
* | Translate 1 pixel not 1 dip when rotating the display. | oshima@chromium.org | 2013-04-11 | 1 | -41/+0 |
* | Short term workaround to deal with calculation error caused by inverted matrix. | oshima@chromium.org | 2013-03-23 | 1 | -0/+42 |
* | Replace ET_GESTURE_DOUBLE_TAP with ET_GESTURE_TAP | miletus@chromium.org | 2013-03-20 | 1 | -3/+0 |
* | Revert 188901 "Replace ET_GESTURE_DOUBLE_TAP with ET_GESTURE_TAP" | wjia@chromium.org | 2013-03-19 | 1 | -0/+3 |
* | Replace ET_GESTURE_DOUBLE_TAP with ET_GESTURE_TAP | miletus@chromium.org | 2013-03-19 | 1 | -3/+0 |
* | Improve mouse/trackpad handling when closing a context menu | sschmitz@chromium.org | 2013-03-15 | 1 | -0/+11 |
* | Desktop Aura: Reset the mouse pressed handler when capture changes. | erg@chromium.org | 2013-03-14 | 1 | -28/+9 |
* | Add support for ordinal scroll amounts | davemoore@chromium.org | 2013-02-12 | 1 | -2/+14 |
* | ash: Save gesture targets in case of nested message loop. | xiyuan@chromium.org | 2013-01-30 | 1 | -0/+61 |
* | Add ability for EventGenerator to generate Scroll events asynchronously | davemoore@chromium.org | 2013-01-29 | 1 | -5/+7 |
* | Fixes for FocusController to make it pass interactive_ui_tests. | ben@chromium.org | 2013-01-11 | 1 | -1/+1 |
* | Make the cursor have separate mode for disabled mouse events and invisible. | mazda@chromium.org | 2012-12-19 | 1 | -41/+0 |
* | events: Update mouse-event handlers to not return EventResult. | sadrul@chromium.org | 2012-12-18 | 1 | -8/+5 |
* | events: Update key-event handlers to not return EventResult. | sadrul@chromium.org | 2012-12-14 | 1 | -8/+5 |
* | events: Update scroll and touch handlers to not return EventResult. | sadrul@chromium.org | 2012-12-14 | 1 | -4/+2 |
* | Get some of the ash_unittests to run without crashing. | ben@chromium.org | 2012-12-06 | 1 | -1/+3 |
* | events: Change gesture-event handler in EventHandler to not return any values. | sadrul@chromium.org | 2012-12-04 | 1 | -7/+7 |
* | Desktop aura: Break aura::Window::SetParent in two. | erg@chromium.org | 2012-11-28 | 1 | -6/+6 |
* | Rework FocusManager as FocusClient. | ben@chromium.org | 2012-11-28 | 1 | -5/+9 |
* | ui: Add default implementations for EventHandler interface. | sadrul@chromium.org | 2012-11-20 | 1 | -12/+0 |
* | aura: Remove aura::EventFilter. | sadrul@chromium.org | 2012-11-14 | 1 | -86/+52 |
* | aura: Make sure ScrollEvents are dispatched correctly. | sadrul@chromium.org | 2012-11-14 | 1 | -1/+33 |
* | ui: Remove TouchStatus in favour of EventResult. | sadrul@chromium.org | 2012-11-04 | 1 | -4/+4 |
* | Ensure that keyboard input works in Chrome AURA on Windows 8 in metro. cpu: p... | ananta@chromium.org | 2012-11-01 | 1 | -2/+2 |
* | Relanding the EventTarget fixes for Aura (Ash) as the previous attempt was re... | ananta@chromium.org | 2012-10-30 | 1 | -0/+4 |
* | Revert 164703 - it broke BookmarkBarViewTest8.DNDBackToOriginatingMenu on Chr... | sergeyu@chromium.org | 2012-10-29 | 1 | -4/+0 |
* | Register a separate default ui::EventTarget for Aura (Ash) to ensure that it ... | ananta@chromium.org | 2012-10-29 | 1 | -0/+4 |
* | Enable CursorManager::LockCursor to lock cursor visibility. | mazda@chromium.org | 2012-10-12 | 1 | -3/+3 |
* | Revert 161454 - Enable CursorManager::LockCursor to lock cursor visibility. | mazda@chromium.org | 2012-10-12 | 1 | -3/+3 |
* | Enable CursorManager::LockCursor to lock cursor visibility. | mazda@chromium.org | 2012-10-12 | 1 | -3/+3 |
* | Revert 160993 - Revert 160976 - The center of a rect is x+width/2, y+height/2 | cpu@chromium.org | 2012-10-10 | 1 | -1/+1 |
* | Revert 160976 - The center of a rect is x+width/2, y+height/2 | cpu@chromium.org | 2012-10-10 | 1 | -1/+1 |
* | The center of a rect is x+width/2, y+height/2 | danakj@chromium.org | 2012-10-09 | 1 | -1/+1 |