summaryrefslogtreecommitdiffstats
path: root/views/view.cc
Commit message (Expand)AuthorAgeFilesLines
* views: Make |accessibility_focusable_| a private data member instead of a pro...tfarina@chromium.org2011-05-271-5/+1
* views: Move some protected data member variables to the private section instead.tfarina@chromium.org2011-05-261-2/+2
* views: Cleanup parent_owned getter/setter accessors.tfarina@chromium.org2011-05-261-4/+5
* views: Get rid of View::SetParent() method.tfarina@chromium.org2011-05-261-8/+3
* views: Rename child_widget() to GetChildWidget().tfarina@chromium.org2011-05-211-1/+1
* Two tweaks for accelerated painting:sky@chromium.org2011-05-201-5/+29
* Move RootView to the internal namespace.ben@chromium.org2011-05-201-8/+2
* Compositor GL + basic views support.wjmaclean@chromium.org2011-05-191-0/+5
* Fix transform concatenation order in GetTransformRelativeTo, improve/add tests.wjmaclean@chromium.org2011-05-191-12/+11
* Rename WidgetWin/Gtk -> NativeWidgetWin/Gtk.ben@chromium.org2011-05-191-3/+4
* Makes Transform concrete. Fixes bug in coordinate conversion and makes all co...sky@chromium.org2011-05-171-104/+35
* views: Convert while loop to for loop on View::Contains().tfarina@chromium.org2011-05-171-4/+2
* Re-land:ben@chromium.org2011-05-131-1/+1
* Revert 85269 - Split the hierarchy. ben@chromium.org2011-05-131-1/+1
* Split the hierarchy. ben@chromium.org2011-05-131-1/+1
* Tweaks Compositor API. To make it possible to land this I've ifdef'dsky@chromium.org2011-05-101-3/+128
* Delete Obsolete PaintNow methodoshima@google.com2011-05-091-10/+0
* Reverse arrow direction so graphViz draws root node at top.wjmaclean@chromium.org2011-05-061-2/+2
* Add method to print view tree in graphViz format.wjmaclean@chromium.org2011-05-061-0/+57
* Rename View::GetCursor and simplify arguments.msw@chromium.org2011-05-031-2/+1
* Scrap WNDCLASSEX.hCursor, update GetCursorForPoint.msw@chromium.org2011-04-271-1/+6
* Removes code added to track down crash. The crash seems to havesky@chromium.org2011-04-151-1/+1
* Call OnVisibleBoundsChanged on the view itself as well as child views.oshima@google.com2011-04-141-0/+5
* Fixes bug in View::OnBoundsChange painting the old/new. The codesky@chromium.org2011-04-061-7/+18
* Integrate the new input method API for Views into Chromium.suzhe@google.com2011-04-011-2/+2
* New InputMethod api for Views.suzhe@google.com2011-03-311-0/+9
* Disambiguate OnMouseCaptureLost from OnMouseReleased.msw@chromium.org2011-03-291-5/+8
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Refactor: Move gfx/compositor* to gfx/compositor/backer@chromium.org2011-03-231-1/+1
* Have a helper class to automatically save and restore the canvas transformati...sadrul@chromium.org2011-03-151-18/+41
* Start working on compositor tree painting.sadrul@chromium.org2011-03-151-28/+81
* Clean up some event code:msw@chromium.org2011-03-141-74/+75
* Re-land: Refactor Views accessibility.dmazzoni@chromium.org2011-03-141-43/+6
* This will help minimize the area we paint various views, including BrowserVie...davemoore@chromium.org2011-03-091-15/+22
* Fixed spelling and typos.wyck@chromium.org2011-03-091-3/+3
* Do all OOLing in the views code. linux_views now builds clean with the clang ...erg@google.com2011-03-041-0/+53
* Change other usages of .size() to .empty() when applicable.erg@google.com2011-03-041-4/+1
* Rename ContextMenuController::ShowContextMenu() to ShowContextMenuForView().thakis@chromium.org2011-03-041-1/+1
* Rename the methods in DragController.thakis@chromium.org2011-03-041-3/+4
* Revert 76825 - Refactor Views accessibility.jcivelli@chromium.org2011-03-041-6/+27
* Refactor Views accessibility.dmazzoni@chromium.org2011-03-031-27/+6
* Clean up more of Widget.ben@chromium.org2011-03-031-6/+10
* Replace Widget::GetBounds with Widget::GetClientScreenBounds and GetWindowScr...ben@chromium.org2011-03-031-4/+2
* Use GetEventHandlerForPoint instead of GetViewForPoint.sadrul@chromium.org2011-02-251-9/+2
* Transformable views: Use the transformation for points and events.sadrul@chromium.org2011-02-241-63/+117
* views: Factor out from View class some metric functions and constants into it...tfarina@chromium.org2011-02-241-3/+0
* Rename WillGain/Lose/DidGainFocus, Focus methods. Now there are only two noti...ben@chromium.org2011-02-241-10/+18
* Dramatically simplify view painting by getting rid of RootView's redundant kn...ben@chromium.org2011-02-231-15/+4
* Remove usages of RootView from View by moving relevant RootView API methods t...ben@chromium.org2011-02-181-29/+16
* Remove "visible bounds in root changed" functions from RootView, move them to...ben@chromium.org2011-02-161-43/+52