summaryrefslogtreecommitdiffstats
path: root/views/view.cc
Commit message (Expand)AuthorAgeFilesLines
* Enable browser compositor on all TOUCH_UI builds.backer@chromium.org2011-07-191-1/+1
* Don't schedule paint if one of view in parent chain is invisibleoshima@google.com2011-07-151-1/+1
* Convert some more view methods to the ui/views style.ben@chromium.org2011-07-151-37/+22
* Fix context sharing in CompositorGL.backer@chromium.org2011-07-151-1/+1
* views: Add unittests for View::GetViewsWithGroup() method.tfarina@chromium.org2011-07-131-6/+6
* Disable compositor on non-touch buildoshima@google.com2011-07-131-1/+1
* Remove unused ContainsNativeView methods.ben@chromium.org2011-07-131-9/+0
* Use SkMatrix44 for the underlying implementation of ui::Transformbacker@chromium.org2011-07-081-2/+7
* Fixed issue with layers being deleted upon SetVisible with an argument of truebacker@chromium.org2011-07-061-2/+6
* Fixes bug where transform wasn't reset on layer correctly.sky@chromium.org2011-07-011-0/+1
* Gets compositor working for embedded widgets.sky@chromium.org2011-07-011-72/+79
* Convert the rect to the widget's coordinates correctly.sadrul@chromium.org2011-06-291-7/+11
* Remove ifdef's for touchui stuff from events code.sadrul@chromium.org2011-06-281-4/+0
* Makes it so that if the size of a view with a layer changes or on creatingsky@chromium.org2011-06-281-1/+11
* Moves acclerated painting related fields from View to LayerHelper.sky@chromium.org2011-06-271-85/+95
* Allow View to have a layer whose texture is updated externally.backer@chromium.org2011-06-241-0/+28
* Fixes bug where layer bounds weren't correctly set when views was setsky@chromium.org2011-06-241-11/+18
* Adds the ability to animate transforms/bounds to View.sky@chromium.org2011-06-231-7/+29
* views: Pull out ContextMenuController class into its own header file.tfarina@chromium.org2011-06-231-4/+1
* views: Pull out DragController class into its own header file.tfarina@chromium.org2011-06-211-8/+1
* Adds Layer as a class between View and the Texture.sky@chromium.org2011-06-211-98/+202
* Take transforms into consideration when deciding the dirty region for child v...sadrul@chromium.org2011-06-171-2/+7
* views: Change the check in View::AddChildViewAt() to CHECK_NE.tfarina@chromium.org2011-06-161-1/+1
* Mark the parent texture dirty when a child view starts using its own texture.sadrul@chromium.org2011-06-161-0/+5
* Add View::ReorderChildView and Widget::MoveToTop.sadrul@chromium.org2011-06-161-0/+26
* Re-land:ben@chromium.org2011-06-161-5/+7
* Revert 89216 - Move private NativeWidget methods to new internal interface Na...ben@chromium.org2011-06-151-7/+5
* Move private NativeWidget methods to new internal interface NativeWidgetPrivate.ben@chromium.org2011-06-151-5/+7
* Add NativeWidgetDelegate::OnTouchEvent and move views::View::TouchStatus to u...sadrul@chromium.org2011-06-141-3/+3
* views: Use data member View::parent_ where possible instead of calling View::...tfarina@chromium.org2011-06-141-27/+23
* Make the web content accessibility tree a descendant of the main window'sdmazzoni@chromium.org2011-06-131-6/+0
* Eliminate Window completely.ben@chromium.org2011-06-131-1/+0
* Disables tooltips if we can't create the tooltip window. I still don'tsky@chromium.org2011-06-131-1/+2
* Turn browser off by default on ChromeOS.wjmaclean@chromium.org2011-06-131-0/+4
* views: Drop the prefix "is_" from View::is_visible_ member variable.tfarina@chromium.org2011-06-111-7/+7
* Remove COMPOSITOR_2 flag, old compositor code.wjmaclean@chromium.org2011-06-101-70/+3
* views: Simplify View::RemoveAllChildViews() function implementation.tfarina@chromium.org2011-06-091-3/+2
* views: STL iterator cleanups in View class.tfarina@chromium.org2011-06-091-18/+20
* views: Fix r88539 by renaming the variable from child_count to just count.tfarina@chromium.org2011-06-091-3/+3
* views: Use child_count() instead of static_cast<int>(...).tfarina@chromium.org2011-06-091-1/+1
* First draft to enable turning off compositor for unit tests.wjmaclean@chromium.org2011-06-091-0/+5
* Move more from Window onto Widget.ben@chromium.org2011-06-081-11/+0
* ui/base/models: Simplify TreeNode::GetIndexOf() member function.tfarina@chromium.org2011-06-071-1/+1
* views: Use for() loop instead of while() in View dtor.tfarina@chromium.org2011-06-061-5/+4
* Adds View::OnWillCompositeTexture that is invoked before a texture issky@chromium.org2011-06-061-0/+5
* views: Take transforms into account when computing visible bounds.sadrul@chromium.org2011-06-061-6/+10
* views: Don't include the container type "vector" in the typedef ViewVector.tfarina@chromium.org2011-06-061-14/+12
* First draft of patch for setting texture_needs_updating_.wjmaclean@chromium.org2011-06-031-2/+32
* views: Use ViewVector typedef instead of std::vector<View*> in view.*tfarina@chromium.org2011-06-031-4/+4
* views: Convert View::GetID/SetID functions to unix_hacker style.tfarina@chromium.org2011-06-031-8/+0