summaryrefslogtreecommitdiffstats
path: root/views/view.h
Commit message (Expand)AuthorAgeFilesLines
* views: Make |focusable_| a private data member instead of a protected one.tfarina@chromium.org2011-06-021-3/+3
* views: Make View::SetFocusable() a simple setter accessor.tfarina@chromium.org2011-06-011-1/+1
* views: Make View::GetVisibleBounds() a const method.tfarina@chromium.org2011-05-311-2/+1
* views: Make View::GetBaseline() a const method.tfarina@chromium.org2011-05-271-1/+1
* views: Add OnEnabledChanged() method to View class.tfarina@chromium.org2011-05-271-6/+9
* views: Make |accessibility_focusable_| a private data member instead of a pro...tfarina@chromium.org2011-05-271-11/+11
* views: Move some protected data member variables to the private section instead.tfarina@chromium.org2011-05-261-12/+10
* views: Cleanup parent_owned getter/setter accessors.tfarina@chromium.org2011-05-261-13/+7
* views: Get rid of View::SetParent() method.tfarina@chromium.org2011-05-261-4/+0
* views: Rename child_widget() to GetChildWidget().tfarina@chromium.org2011-05-211-3/+1
* Move RootView to the internal namespace.ben@chromium.org2011-05-201-8/+8
* Makes Transform concrete. Fixes bug in coordinate conversion and makes all co...sky@chromium.org2011-05-171-24/+7
* Tweaks Compositor API. To make it possible to land this I've ifdef'dsky@chromium.org2011-05-101-1/+43
* Add a status-type for a mouse-event triggered by a touch event.sadrul@chromium.org2011-05-091-1/+4
* Delete Obsolete PaintNow methodoshima@google.com2011-05-091-3/+0
* Add method to print view tree in graphViz format.wjmaclean@chromium.org2011-05-061-0/+10
* Rename View::GetCursor and simplify arguments.msw@chromium.org2011-05-031-3/+2
* Scrap WNDCLASSEX.hCursor, update GetCursorForPoint.msw@chromium.org2011-04-271-6/+5
* Fix some infobar drawing glitches:pkasting@chromium.org2011-04-161-0/+1
* Some style changes (for readability).sadrul@chromium.org2011-04-141-0/+3
* New InputMethod api for Views.suzhe@google.com2011-03-311-0/+11
* Disambiguate OnMouseCaptureLost from OnMouseReleased.msw@chromium.org2011-03-291-5/+6
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Start working on compositor tree painting.sadrul@chromium.org2011-03-151-0/+23
* Clean up some event code:msw@chromium.org2011-03-141-10/+10
* Remove NativeViewAccessibilityWin from the views namespace becausedmazzoni@chromium.org2011-03-141-4/+4
* Re-land: Refactor Views accessibility.dmazzoni@chromium.org2011-03-141-51/+15
* This will help minimize the area we paint various views, including BrowserVie...davemoore@chromium.org2011-03-091-4/+4
* Make Window class concrete (mostly).ben@chromium.org2011-03-051-0/+1
* Do all OOLing in the views code. linux_views now builds clean with the clang ...erg@google.com2011-03-041-23/+13
* Rename ContextMenuController::ShowContextMenu() to ShowContextMenuForView().thakis@chromium.org2011-03-041-3/+3
* Rename the methods in DragController.thakis@chromium.org2011-03-041-7/+8
* Revert 76825 - Refactor Views accessibility.jcivelli@chromium.org2011-03-041-15/+55
* Refactor Views accessibility.dmazzoni@chromium.org2011-03-031-55/+15
* Use GetEventHandlerForPoint instead of GetViewForPoint.sadrul@chromium.org2011-02-251-8/+2
* views: Remove unused View::IsPushed() method.tfarina@chromium.org2011-02-251-4/+0
* Transformable views: Use the transformation for points and events.sadrul@chromium.org2011-02-241-20/+45
* Move some more direct uses of RootView to Widget.ben@chromium.org2011-02-241-4/+2
* views: Factor out from View class some metric functions and constants into it...tfarina@chromium.org2011-02-241-14/+0
* Rename WillGain/Lose/DidGainFocus, Focus methods. Now there are only two noti...ben@chromium.org2011-02-241-17/+7
* Dramatically simplify view painting by getting rid of RootView's redundant kn...ben@chromium.org2011-02-231-9/+2
* Remove usages of RootView from View by moving relevant RootView API methods t...ben@chromium.org2011-02-181-4/+4
* Remove "visible bounds in root changed" functions from RootView, move them to...ben@chromium.org2011-02-161-21/+22
* Rename ProcessPaint to Paint()ben@chromium.org2011-02-161-27/+27
* Rename Paint* -> OnPaint*ben@chromium.org2011-02-161-22/+16
* views transformation: First cut.sadrul@chromium.org2011-02-151-1/+56
* Rename SchedulePaint(gfx::Rect..) to SchedulePaintInRectben@chromium.org2011-02-151-6/+5
* Migrate Event API methods to Google Style.ben@chromium.org2011-02-101-1/+1
* Rework tree APIs to reflect Google style and more const-correctness.Also, mov...ben@chromium.org2011-02-091-43/+36
* Clean up RTL methods.ben@chromium.org2011-02-081-56/+15