summaryrefslogtreecommitdiffstats
path: root/ui/views/widget/root_view.cc
Commit message (Expand)AuthorAgeFilesLines
* Call into ViewTargeter from View::HitTestRect()tdanderson@chromium.org2014-07-031-1/+1
* View should store a ViewTargeter instead of an EventTargetertdanderson@chromium.org2014-06-281-1/+1
* Make PostEventDispatchHandler::OnGestureEvent() only show thepkotwicz@chromium.org2014-05-271-0/+51
* Dispatch scroll events in views using EventProcessor and EventTargetertdanderson@google.com2014-05-091-20/+1
* Handle key events in views using EventProcessor and ViewTargetertdanderson@chromium.org2014-04-041-19/+3
* Remove all handling of touch events from viewstdanderson@chromium.org2014-04-011-74/+1
* Use a pre-target handler in RootView to open keyboard-generated context menustdanderson@chromium.org2014-03-311-16/+45
* fix typos in RootViewestade@chromium.org2014-03-131-2/+4
* NativeViewHost should query its native view for the current cursortdanderson@chromium.org2014-03-131-0/+3
* Do not set RootView's gesture handler on last ET_GESTURE_ENDmohsen@chromium.org2014-03-111-0/+5
* Make Widget an EventSource and RootView an EventProcessortdanderson@chromium.org2014-03-111-245/+271
* Override PreDispatchEvent() and PostDispatchEvent() in RootViewtdanderson@chromium.org2014-03-101-30/+47
* Nukes USE_AURA ifdefs from viewssky@chromium.org2014-03-101-4/+1
* Fix crash which occurs when a widget destroys itself as a result of ET_GESTUR...pkotwicz@chromium.org2014-02-271-32/+81
* Clamp keyboard context menu locations to visible ancestor areas.msw@chromium.org2014-02-261-12/+10
* Move ui/base/accessibility to ui/accessibility.dmazzoni@chromium.org2014-02-251-2/+2
* Revert of Fix crash which occurs when a widget destroys itself as a result of...dslomov@chromium.org2014-02-201-80/+32
* Fix crash which occurs when a widget destroys itself as a result of ET_GESTUR...pkotwicz@chromium.org2014-02-201-32/+80
* Changes MouseEvent constructor to take changed_button_flags.sky@chromium.org2013-12-171-1/+2
* Enable rect-based targeting in views by defaulttdanderson@chromium.org2013-11-211-1/+2
* events: Introduce EventDispatchDetails.sadrul@chromium.org2013-11-081-1/+2
* Add support for rect-based event targeting in viewstdanderson@google.com2013-11-051-3/+16
* Not moving a docked window when restoring a previously maximized window. When...varkha@chromium.org2013-10-301-0/+1
* Constrains keyboard context menu origin to the visible bounds of viewsky@chromium.org2013-10-231-2/+10
* Moves ui/base/events to ui/eventssky@chromium.org2013-09-181-1/+1
* Moves most files from ui/base/keycodes to ui/events/keycodessky@chromium.org2013-09-171-1/+1
* Makes native_widget_types forward declare ui::Cursor.sky@chromium.org2013-09-161-0/+4
* linux_aura: Enforce minimum/maximum window size.erg@chromium.org2013-09-101-0/+5
* Nukes outdated commentsky@chromium.org2013-09-061-4/+0
* Fixes use after free during KeyEvent dispatchingsky@chromium.org2013-08-291-2/+14
* - Remove redundant views::View::accelerator_registration_delayed_pkotwicz@chromium.org2013-08-231-3/+2
* views: Reset event handlers in RootView when it is hiddenmohsen@chromium.org2013-07-311-0/+14
* Use a direct include of the message_loop header in ui/, part 2.avi@chromium.org2013-07-181-1/+1
* Add ContextMenuSourceType to views::ContextMenuController::ShowContextMenuFor...varunjain@chromium.org2013-06-181-1/+2
* views: Store only the name of the class in kViewClassName constants.tfarina@chromium.org2013-05-261-1/+1
* Renames Rename CalculateOffsetToAncestorWithLayer() to GetLayer().pkotwicz@chromium.org2013-05-261-4/+5
* modify View::ViewHierarchyChanged signaturekuan@chromium.org2013-05-131-9/+10
* views: Convert View::GetClassName() to return const char*.tfarina@chromium.org2013-05-091-1/+1
* views: Send mouse wheel events to the hovered view, rather than the focused viewestade@chromium.org2013-05-021-20/+3
* ui: Remove usage of ALLOW_THIS_IN_INITIALIZER_LIST macro.tfarina@chromium.org2013-04-241-1/+1
* Context menu on views must show on mouse down for non-WIN.varunjain@chromium.org2013-04-061-1/+7
* Implement Windows accessibility for Aura.dmazzoni@chromium.org2013-03-061-1/+3
* views: Dispatch mouse-drag events using EventDispatcher.sadrul@chromium.org2013-02-191-1/+1
* Revert 183171 because it breaks interactive_ui_tests on some win dbg bots.sadrul@chromium.org2013-02-191-1/+1
* views: Use EventDispatcher for dispatching mouse-move events.sadrul@chromium.org2013-02-191-1/+1
* views: Part 3 of using EventDispatcher for dispatching mouse events.sadrul@chromium.org2013-02-181-12/+5
* views: Part 2 of using EventDispatcher for dispatching mouse events in views.sadrul@chromium.org2013-02-181-32/+51
* views: Start sending mouse events using the EventDispatch interface.sadrul@chromium.org2013-02-181-5/+7
* Revert revisions 183059, 183047 and 183039.sadrul@chromium.org2013-02-181-63/+48
* views: Make sure the mouse-enter event has the correct location.sadrul@chromium.org2013-02-171-1/+3