| Commit message (Expand) | Author | Age | Files | Lines |
* | Call into ViewTargeter from View::HitTestRect() | tdanderson@chromium.org | 2014-07-03 | 1 | -1/+1 |
* | View should store a ViewTargeter instead of an EventTargeter | tdanderson@chromium.org | 2014-06-28 | 1 | -1/+1 |
* | Make PostEventDispatchHandler::OnGestureEvent() only show the | pkotwicz@chromium.org | 2014-05-27 | 1 | -0/+51 |
* | Dispatch scroll events in views using EventProcessor and EventTargeter | tdanderson@google.com | 2014-05-09 | 1 | -20/+1 |
* | Handle key events in views using EventProcessor and ViewTargeter | tdanderson@chromium.org | 2014-04-04 | 1 | -19/+3 |
* | Remove all handling of touch events from views | tdanderson@chromium.org | 2014-04-01 | 1 | -74/+1 |
* | Use a pre-target handler in RootView to open keyboard-generated context menus | tdanderson@chromium.org | 2014-03-31 | 1 | -16/+45 |
* | fix typos in RootView | estade@chromium.org | 2014-03-13 | 1 | -2/+4 |
* | NativeViewHost should query its native view for the current cursor | tdanderson@chromium.org | 2014-03-13 | 1 | -0/+3 |
* | Do not set RootView's gesture handler on last ET_GESTURE_END | mohsen@chromium.org | 2014-03-11 | 1 | -0/+5 |
* | Make Widget an EventSource and RootView an EventProcessor | tdanderson@chromium.org | 2014-03-11 | 1 | -245/+271 |
* | Override PreDispatchEvent() and PostDispatchEvent() in RootView | tdanderson@chromium.org | 2014-03-10 | 1 | -30/+47 |
* | Nukes USE_AURA ifdefs from views | sky@chromium.org | 2014-03-10 | 1 | -4/+1 |
* | Fix crash which occurs when a widget destroys itself as a result of ET_GESTUR... | pkotwicz@chromium.org | 2014-02-27 | 1 | -32/+81 |
* | Clamp keyboard context menu locations to visible ancestor areas. | msw@chromium.org | 2014-02-26 | 1 | -12/+10 |
* | Move ui/base/accessibility to ui/accessibility. | dmazzoni@chromium.org | 2014-02-25 | 1 | -2/+2 |
* | Revert of Fix crash which occurs when a widget destroys itself as a result of... | dslomov@chromium.org | 2014-02-20 | 1 | -80/+32 |
* | Fix crash which occurs when a widget destroys itself as a result of ET_GESTUR... | pkotwicz@chromium.org | 2014-02-20 | 1 | -32/+80 |
* | Changes MouseEvent constructor to take changed_button_flags. | sky@chromium.org | 2013-12-17 | 1 | -1/+2 |
* | Enable rect-based targeting in views by default | tdanderson@chromium.org | 2013-11-21 | 1 | -1/+2 |
* | events: Introduce EventDispatchDetails. | sadrul@chromium.org | 2013-11-08 | 1 | -1/+2 |
* | Add support for rect-based event targeting in views | tdanderson@google.com | 2013-11-05 | 1 | -3/+16 |
* | Not moving a docked window when restoring a previously maximized window. When... | varkha@chromium.org | 2013-10-30 | 1 | -0/+1 |
* | Constrains keyboard context menu origin to the visible bounds of view | sky@chromium.org | 2013-10-23 | 1 | -2/+10 |
* | Moves ui/base/events to ui/events | sky@chromium.org | 2013-09-18 | 1 | -1/+1 |
* | Moves most files from ui/base/keycodes to ui/events/keycodes | sky@chromium.org | 2013-09-17 | 1 | -1/+1 |
* | Makes native_widget_types forward declare ui::Cursor. | sky@chromium.org | 2013-09-16 | 1 | -0/+4 |
* | linux_aura: Enforce minimum/maximum window size. | erg@chromium.org | 2013-09-10 | 1 | -0/+5 |
* | Nukes outdated comment | sky@chromium.org | 2013-09-06 | 1 | -4/+0 |
* | Fixes use after free during KeyEvent dispatching | sky@chromium.org | 2013-08-29 | 1 | -2/+14 |
* | - Remove redundant views::View::accelerator_registration_delayed_ | pkotwicz@chromium.org | 2013-08-23 | 1 | -3/+2 |
* | views: Reset event handlers in RootView when it is hidden | mohsen@chromium.org | 2013-07-31 | 1 | -0/+14 |
* | Use a direct include of the message_loop header in ui/, part 2. | avi@chromium.org | 2013-07-18 | 1 | -1/+1 |
* | Add ContextMenuSourceType to views::ContextMenuController::ShowContextMenuFor... | varunjain@chromium.org | 2013-06-18 | 1 | -1/+2 |
* | views: Store only the name of the class in kViewClassName constants. | tfarina@chromium.org | 2013-05-26 | 1 | -1/+1 |
* | Renames Rename CalculateOffsetToAncestorWithLayer() to GetLayer(). | pkotwicz@chromium.org | 2013-05-26 | 1 | -4/+5 |
* | modify View::ViewHierarchyChanged signature | kuan@chromium.org | 2013-05-13 | 1 | -9/+10 |
* | views: Convert View::GetClassName() to return const char*. | tfarina@chromium.org | 2013-05-09 | 1 | -1/+1 |
* | views: Send mouse wheel events to the hovered view, rather than the focused view | estade@chromium.org | 2013-05-02 | 1 | -20/+3 |
* | ui: Remove usage of ALLOW_THIS_IN_INITIALIZER_LIST macro. | tfarina@chromium.org | 2013-04-24 | 1 | -1/+1 |
* | Context menu on views must show on mouse down for non-WIN. | varunjain@chromium.org | 2013-04-06 | 1 | -1/+7 |
* | Implement Windows accessibility for Aura. | dmazzoni@chromium.org | 2013-03-06 | 1 | -1/+3 |
* | views: Dispatch mouse-drag events using EventDispatcher. | sadrul@chromium.org | 2013-02-19 | 1 | -1/+1 |
* | Revert 183171 because it breaks interactive_ui_tests on some win dbg bots. | sadrul@chromium.org | 2013-02-19 | 1 | -1/+1 |
* | views: Use EventDispatcher for dispatching mouse-move events. | sadrul@chromium.org | 2013-02-19 | 1 | -1/+1 |
* | views: Part 3 of using EventDispatcher for dispatching mouse events. | sadrul@chromium.org | 2013-02-18 | 1 | -12/+5 |
* | views: Part 2 of using EventDispatcher for dispatching mouse events in views. | sadrul@chromium.org | 2013-02-18 | 1 | -32/+51 |
* | views: Start sending mouse events using the EventDispatch interface. | sadrul@chromium.org | 2013-02-18 | 1 | -5/+7 |
* | Revert revisions 183059, 183047 and 183039. | sadrul@chromium.org | 2013-02-18 | 1 | -63/+48 |
* | views: Make sure the mouse-enter event has the correct location. | sadrul@chromium.org | 2013-02-17 | 1 | -1/+3 |