summaryrefslogtreecommitdiffstats
path: root/ui/views/widget/root_view.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 158635 - views: Reset the capture-view at the end of a gesture.sadrul@chromium.org2012-09-281-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
* Rid the world of the last of views::Event types: TouchEvent, GestureEvent, Mo...ben@chromium.org2012-08-141-9/+13
* Replace views::MouseEvent with ui::MouseEventben@chromium.org2012-08-141-17/+26
* Replace views::LocatedEvent with ui::LocatedEventben@chromium.org2012-08-131-37/+28
* Remove views::KeyEvent, replacing uses of it with ui::KeyEvent.ben@chromium.org2012-08-091-1/+2
* gestures: Generate only either scroll-end or fling-start events at the end of...sadrul@chromium.org2012-08-091-3/+5
* views: Allow having a different event handler for scroll-gestures from the de...sadrul@chromium.org2012-07-161-12/+48
* Wire ScrollEvent to views and handle it in app list.xiyuan@chromium.org2012-06-221-0/+9
* Show context menu on long press.flackr@chromium.org2012-06-151-2/+2
* Fix TAP_DOWN gesture event:varunjain@chromium.org2012-06-071-1/+1
* It broke win aura botloislo@chromium.org2012-06-071-1/+1
* Fix TAP_DOWN gesture event:varunjain@chromium.org2012-06-071-1/+1
* Gesture related changes for views:sky@chromium.org2012-06-051-16/+42
* Makes the tabstrip switch between stacked and shrink modes based onsky@chromium.org2012-05-231-10/+10
* ui: Move compositor/ directory out of gfx/, up to ui/.tfarina@chromium.org2012-05-051-1/+1
* Ash: Fix hit testing for the bottom pixels of tabsjamescook@chromium.org2012-04-161-1/+5
* Replaced sk_canvas()->drawPath() with DrawPath()pkotwicz@chromium.org2012-04-101-1/+1
* ui/gfx: Get rid of CanvasSkia::GetSkCanvas() function.tfarina@chromium.org2012-03-131-1/+1
* Fix test issues seen when using WebContentsViewWin by default on Chrome.jam@chromium.org2012-03-091-1/+3
* ui/gfx: Make gfx::Canvas inherit from gfx::CanvasSkia.tfarina@chromium.org2012-03-091-1/+1
* Changes RootView not to update cursor while mouse is down. Doing sosky@chromium.org2012-03-061-3/+1
* views: Allow a View to be notified of mouse-enter/leave events even if the mo...sadrul@chromium.org2012-03-051-2/+42
* Aura: Update window frames, allow resize from outside windowjamescook@chromium.org2012-03-021-1/+5
* aura: Move GestureRecognizer from views into aura.sadrul@chromium.org2012-01-191-45/+2
* aura: Gesture event plumbing (skeleton).sadrul@chromium.org2012-01-171-5/+5
* Initial views touchui Gesture Recognizer supportvollick@google.com2012-01-171-2/+73
* Revert 117869 - Initial views touchui Gesture Recognizer supportvollick@google.com2012-01-171-73/+2
* Initial views touchui Gesture Recognizer supportvollick@chromium.org2012-01-171-2/+73
* Fix bug where layers weren't getting reordered correctly in asky@chromium.org2012-01-131-0/+4
* Resets drag_info_ when mouse handler is reset.sky@chromium.org2012-01-031-6/+8
* views: Rename IsVisibleInRootView() to IsDrawn().tfarina@chromium.org2011-12-141-1/+1
* views: Convert IsVisible() to just visible() since it's just a simple accessor.tfarina@chromium.org2011-12-141-1/+1
* views: Convert IsEnabled() to just enabled() since it's just a simple accessor.tfarina@chromium.org2011-12-121-4/+4
* views: Move widget/ directory to ui/views.tfarina@chromium.org2011-11-221-0/+455
* Revert 110949 - views: Move widget/ directory to ui/views.wez@chromium.org2011-11-211-455/+0
* views: Move widget/ directory to ui/views.tfarina@chromium.org2011-11-211-0/+455
* Remove src/ui/views.tfarina@chromium.org2011-10-261-167/+0
* ui/views: Fix the signature of View::OnViewAdded/Removed overridden methods.tfarina@chromium.org2011-06-081-3/+3
* Complete the Focus Manager hookup.ben@chromium.org2011-02-031-5/+21
* Verify that:ben@chromium.org2011-02-031-0/+6
* Reorder methods in class View to better isolate methods that shouldn't be pub...ben@chromium.org2011-02-011-2/+2
* sFirst cut at an experiment with what a simplified View/Widget API would look...ben@chromium.org2011-02-011-0/+145