summaryrefslogtreecommitdiffstats
path: root/ui/views/widget/root_view.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* views: Dispatch mouse events using EventDispatch interface too.sadrul@chromium.org2013-02-171-48/+61
* Revert 182804isherman@chromium.org2013-02-151-58/+42
* views: Dispatch mouse events using EventDispatch interface too.sadrul@chromium.org2013-02-151-42/+58
* views: Dispatch key, touch, scroll and gesture events using the EventDispatch...sadrul@chromium.org2013-02-151-15/+23
* Move the panel to the root window where the mouse click occurred.oshima@chromium.org2013-02-011-0/+6
* views: Stop dispatching scroll-gesture events if the scroll-begin event wasn'...sadrul@chromium.org2013-01-091-0/+11
* views: Target the synthetic wheel events to the view under the mouse cursor.sadrul@chromium.org2013-01-081-0/+24
* events: Update key-event handlers to not return EventResult.sadrul@chromium.org2012-12-141-7/+9
* events: Update scroll and touch handlers to not return EventResult.sadrul@chromium.org2012-12-141-14/+20
* events: Change gesture-event handler in EventHandler to not return any values.sadrul@chromium.org2012-12-041-21/+27
* ui: Use Vector2d in the View::CalculateOffsetToAncestorWithLayer APIdanakj@chromium.org2012-11-131-4/+5
* views: Fix key-event regression.sadrul@chromium.org2012-11-051-1/+1
* views: Start converting View into an EventTarget.sadrul@chromium.org2012-11-011-160/+159
* Add non-member non-mutating methods for common gfx::Rect operations.danakj@chromium.org2012-10-291-2/+1
* Make gfx::Rect class operations consistently mutate the class they are called...danakj@chromium.org2012-10-231-1/+2
* views: Reset the capture-view at the end of a gesture.sadrul@chromium.org2012-09-251-2/+8
* events: Move some files into ui/base/events/sadrul@chromium.org2012-09-041-1/+1
* events: Get rid of GestureStatus in favour of EventResult.sadrul@chromium.org2012-09-041-11/+11
* views: null check for focus-manager.sadrul@chromium.org2012-08-301-1/+1
* Fixing problem with not showing bubbleskuhne@chromium.org2012-08-151-0/+1