summaryrefslogtreecommitdiffstats
path: root/views/widget/root_view.h
Commit message (Expand)AuthorAgeFilesLines
* Disambiguate OnMouseCaptureLost from OnMouseReleased.msw@chromium.org2011-03-291-5/+2
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Fix for issue =76919 and added --keep-mouse-cursor (76976)saintlou@chromium.org2011-03-231-0/+5
* Reorder some views::View overrides & other functions.msw@chromium.org2011-03-161-6/+6
* Start working on compositor tree painting.sadrul@chromium.org2011-03-151-0/+1
* Clean up some event code:msw@chromium.org2011-03-141-12/+9
* Re-land: Refactor Views accessibility.dmazzoni@chromium.org2011-03-141-1/+1
* Revert 76825 - Refactor Views accessibility.jcivelli@chromium.org2011-03-041-1/+1
* Refactor Views accessibility.dmazzoni@chromium.org2011-03-031-1/+1
* Update LocatedEvent and MouseWheelEvent.msw@chromium.org2011-02-251-6/+2
* Transformable views: Use the transformation for points and events.sadrul@chromium.org2011-02-241-2/+6
* Move some more direct uses of RootView to Widget.ben@chromium.org2011-02-241-2/+2
* More RootView cleanup:ben@chromium.org2011-02-231-48/+20
* Dramatically simplify view painting by getting rid of RootView's redundant kn...ben@chromium.org2011-02-231-68/+2
* Remove usages of RootView from View by moving relevant RootView API methods t...ben@chromium.org2011-02-181-24/+0
* Remove "visible bounds in root changed" functions from RootView, move them to...ben@chromium.org2011-02-161-11/+0
* Rename ProcessPaint to Paint()ben@chromium.org2011-02-161-1/+1
* Sort methods in RootView cc/h. Add better documentation and outline future pl...ben@chromium.org2011-02-151-178/+157
* Rename SchedulePaint(gfx::Rect..) to SchedulePaintInRectben@chromium.org2011-02-151-1/+1
* Add --debug-views-paint switch that shows damaged rectangles in redoshima@google.com2011-02-121-0/+8
* Rework tree APIs to reflect Google style and more const-correctness.Also, mov...ben@chromium.org2011-02-091-1/+2
* touch: Return an enum from OnTouchEvent.sadrul@chromium.org2011-01-181-1/+1
* Fix style nit.sky@chromium.org2010-11-171-1/+1
* Make accessible getters return values instead of accepting an output paramete...ctguil@chromium.org2010-09-281-1/+1
* Added entry points to view/View to dispatch and process TouchEvents.rjkroege@google.com2010-09-081-2/+27
* Make theme change notifications auto-propagate through the view hierarchy, in...pkasting@chromium.org2010-07-271-2/+2
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Bye bye tab close dot, we hardly knew you.sky@chromium.org2010-07-071-24/+0
* Improve toolbar keyboard accessibility.dmazzoni@chromium.org2010-06-181-10/+5
* Attempt 2 at:sky@chromium.org2010-06-151-0/+24
* Revert 49795 - Changes the tab close button to a dot, unless you're near the ...sky@chromium.org2010-06-151-24/+0
* Changes the tab close button to a dot, unless you're near the buttonsky@chromium.org2010-06-151-0/+24
* Remove unused local variables now that subclasses don't need to track their o...pkasting@chromium.org2010-04-231-3/+0
* UI Language switch implemented by propagating LocaleChanged()glotov@google.com2010-04-201-0/+4
* Eliminate a lot of duplicated implementations of Get/SetAccessibleName() by j...pkasting@chromium.org2010-04-031-2/+0
* Replace lots of "int x, int y" with gfx::Point. Also use gfx::Size and gfx::...pkasting@chromium.org2010-03-081-4/+1
* Addded notification when ancestor gets changed. So windows that lack focus ma...georgey@chromium.org2010-01-071-0/+4
* Lands http://codereview.chromium.org/449003/show for Thiago:sky@chromium.org2009-12-011-2/+3
* Adds support for initiating drags from bookmark menus.sky@chromium.org2009-08-281-9/+8
* Refactors RootViewDropTarget into a platform independent part,sky@chromium.org2009-08-111-14/+0
* Status bubble limping in TOOLKIT_VIEWS.ben@chromium.org2009-08-011-0/+4
* Fix reversed focus traversal order issue.yutak@chromium.org2009-06-121-6/+10
* Removing some unused FocusManager related code from RootView.jcampan@chromium.org2009-06-081-17/+0
* Replace HCURSOR usage in views::View with a new gfx::NativeCursor type that a...ben@chromium.org2009-06-041-3/+4
* ChromeCanvas->gfx::Canvasben@chromium.org2009-05-151-1/+1
* Resurrect Scott's WindowGtk changes.ben@chromium.org2009-05-081-8/+5
* Move src/chrome/views to src/views. RS=darin http://crbug.com/11387ben@chromium.org2009-05-081-0/+363