summaryrefslogtreecommitdiffstats
path: root/views/view_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Shell of implementation for embedded windows. At this point this issky@chromium.org2011-07-291-2/+2
* First pass for eliminating double paintingpkotwicz@chromium.org2011-07-291-1/+107
* Create views.dll / libviews.sodarin@chromium.org2011-07-281-1/+1
* Update Texture/Layer SetCanvas, callsites, and comments.msw@chromium.org2011-07-271-5/+6
* Removing unused NativeButton codesaintlou@chromium.org2011-07-261-40/+2
* views: Add unittests for View::GetViewsWithGroup() method.tfarina@chromium.org2011-07-131-0/+14
* views: Some views tests should use EXPECT_* rather than ASSERT_*.tfarina@chromium.org2011-07-081-32/+32
* Fixes crash in views desktop. The problem wassky@chromium.org2011-07-081-4/+4
* Use SkMatrix44 for the underlying implementation of ui::Transformbacker@chromium.org2011-07-081-22/+40
* Push (not pull) window geometry for the compositor.backer@chromium.org2011-07-061-0/+1
* Fixed issue with layers being deleted upon SetVisible with an argument of truebacker@chromium.org2011-07-061-0/+19
* Fixes bug where transform wasn't reset on layer correctly.sky@chromium.org2011-07-011-0/+20
* Gets compositor working for embedded widgets.sky@chromium.org2011-07-011-0/+49
* Views views_unittests Views and NativeTextFields tests leakdhollowa@chromium.org2011-06-301-25/+25
* Convert the rect to the widget's coordinates correctly.sadrul@chromium.org2011-06-291-0/+48
* views: Allocate View on the stack in the OnBoundsChanged unittest.tfarina@chromium.org2011-06-281-27/+18
* Remove ifdef's for touchui stuff from events code.sadrul@chromium.org2011-06-281-18/+7
* Makes it so that if the size of a view with a layer changes or on creatingsky@chromium.org2011-06-281-1/+28
* views: Add unittests for View::GetViewByID() method.tfarina@chromium.org2011-06-271-0/+38
* Moves acclerated painting related fields from View to LayerHelper.sky@chromium.org2011-06-271-0/+16
* Fixes bug where layer bounds weren't correctly set when views was setsky@chromium.org2011-06-241-0/+24
* Adds the ability to animate transforms/bounds to View.sky@chromium.org2011-06-231-1/+73
* Updated remaining button to text button. Reverted the interposedsaintlou@chromium.org2011-06-231-10/+10
* Fix building views_unittests.sadrul@chromium.org2011-06-221-0/+1
* Reland "views: Refactor AddRemoveNotifications unittest."tfarina@chromium.org2011-06-221-102/+145
* Revert 89910 - views: Refactor AddRemoveNotifications unittest.rvargas@google.com2011-06-211-271/+102
* views: Refactor AddRemoveNotifications unittest.tfarina@chromium.org2011-06-211-102/+271
* Adds Layer as a class between View and the Texture.sky@chromium.org2011-06-211-11/+187
* Fix even more crashes. To help identify remaining crashes now and in the futu...ben@chromium.org2011-06-161-0/+3
* Add pressure information to touch event.miletus@chromium.org2011-06-161-4/+4
* Add View::ReorderChildView and Widget::MoveToTop.sadrul@chromium.org2011-06-161-0/+54
* Re-land:ben@chromium.org2011-06-161-4/+4
* Revert 89216 - Move private NativeWidget methods to new internal interface Na...ben@chromium.org2011-06-151-4/+4
* Move private NativeWidget methods to new internal interface NativeWidgetPrivate.ben@chromium.org2011-06-151-4/+4
* Add NativeWidgetDelegate::OnTouchEvent and move views::View::TouchStatus to u...sadrul@chromium.org2011-06-141-14/+14
* Eliminate Window completely.ben@chromium.org2011-06-131-20/+29
* Remove COMPOSITOR_2 flag, old compositor code.wjmaclean@chromium.org2011-06-101-1/+1
* views: Simplify View::RemoveAllChildViews() function implementation.tfarina@chromium.org2011-06-091-7/+12
* views: Add unittests for View::RemoveAllChildViews() method.tfarina@chromium.org2011-06-091-0/+33
* Fix remaining views_unittestsben@chromium.org2011-06-081-12/+12
* Fix views_unittests bustage.ben@chromium.org2011-06-081-1/+1
* Move more from Window onto Widget.ben@chromium.org2011-06-081-1/+1
* ui/base/models: Simplify TreeNode::GetIndexOf() member function.tfarina@chromium.org2011-06-071-0/+3
* views: Add unittests for View::GetIndexOf() member function.tfarina@chromium.org2011-06-061-3/+40
* views: Take transforms into account when computing visible bounds.sadrul@chromium.org2011-06-061-4/+32
* Replace ButtonDropDown menu implementation (Menu2) with MenuItemView.rhashimoto@chromium.org2011-06-011-16/+0
* Changing Checkbox class to use NativeTheme class for rendering instead ofrogerta@chromium.org2011-06-011-3/+3
* Make Widget ownership a little clearer by expressing it in terms of an enum.ben@chromium.org2011-05-251-5/+5
* Fixes rounding bug in transform. This is needed to avoid roundingsky@chromium.org2011-05-241-0/+9
* Move RootView to the internal namespace.ben@chromium.org2011-05-201-23/+23