summaryrefslogtreecommitdiffstats
path: root/views/view_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix transform concatenation order in GetTransformRelativeTo, improve/add tests.wjmaclean@chromium.org2011-05-191-13/+46
* Rename WidgetWin/Gtk -> NativeWidgetWin/Gtk.ben@chromium.org2011-05-191-5/+2
* Makes Transform concrete. Fixes bug in coordinate conversion and makes all co...sky@chromium.org2011-05-171-18/+94
* views: Convert while loop to for loop on View::Contains().tfarina@chromium.org2011-05-171-0/+22
* Fix touch build for unit tests.sky@chromium.org2011-05-141-1/+1
* Re-land:ben@chromium.org2011-05-131-137/+81
* Revert 85269 - Split the hierarchy. ben@chromium.org2011-05-131-81/+137
* Split the hierarchy. ben@chromium.org2011-05-131-137/+81
* Enable TestViewsDelegates for views unittests and views_examples by defaultoshima@google.com2011-05-101-5/+0
* touch: Fix compile (after r83037).sadrul@chromium.org2011-04-261-1/+1
* Rename CreateParams to InitParams.ben@chromium.org2011-04-261-11/+11
* Rework the way Widget::Init works:ben@chromium.org2011-04-261-62/+58
* Get rid of the set_delete_on_destroy setter now that we have CreateParams.ben@chromium.org2011-04-211-27/+27
* Add extra touch information and related API to views::TouchEvent.miletus@chromium.org2011-04-181-4/+8
* touch: Fix compile (regressed in r80024).sadrul@chromium.org2011-04-011-2/+2
* TextButton inside NativeButton for the touch casesaintlou@chromium.org2011-03-311-10/+10
* Revert 79762 - This CL wraps TextButton inside NativeButton for the touch case. dhollowa@chromium.org2011-03-301-10/+10
* This CL wraps TextButton inside NativeButton for the touch case. saintlou@chromium.org2011-03-291-10/+10
* Disambiguate OnMouseCaptureLost from OnMouseReleased.msw@chromium.org2011-03-291-8/+8
* Convert more WidgetWin/WidgetGtk creations to use a new cross-platform static...ben@chromium.org2011-03-281-5/+2
* Lands http://codereview.chromium.org/2928005/ for Dill:sky@chromium.org2011-03-221-1/+2
* Tuned the MouseRelease handler in the Dropdown Button to not un-depress the b...stevet@google.com2011-03-141-10/+117
* touch: Fix touch events bubbling up the hierarchy.sadrul@chromium.org2011-03-141-0/+21
* This will help minimize the area we paint various views, including BrowserVie...davemoore@chromium.org2011-03-091-9/+42
* Move WindowDelegate and NonClientView creation and management to Window.ben@chromium.org2011-03-071-1/+1
* Final conversion step. Convert FocusManager, WidgetWin, SpeechInputBubble, an...ben@chromium.org2011-03-031-22/+11
* Reverting to fix builder redness. Please fix and reland.ananta@chromium.org2011-03-021-11/+22
* Remove/replace RootView/Widget getters with new NativeWidget getters.ben@chromium.org2011-03-021-22/+11
* Use GetEventHandlerForPoint instead of GetViewForPoint.sadrul@chromium.org2011-02-251-5/+5
* Fix compile on windows.sadrul@chromium.org2011-02-241-2/+2
* Transformable views: Use the transformation for points and events.sadrul@chromium.org2011-02-241-0/+127
* Fix ViewTest.MouseEvent by NULL checking widget_ in WidgetGtk::SetCursor.ben@chromium.org2011-02-231-1/+1
* temporarily disable ViewTest.MouseEvent while I fix.ben@chromium.org2011-02-231-1/+1
* Remove depricated arg |urgent| from SchedulePaintInRect calls.msw@chromium.org2011-02-231-1/+1
* More RootView cleanup:ben@chromium.org2011-02-231-1/+6
* Dramatically simplify view painting by getting rid of RootView's redundant kn...ben@chromium.org2011-02-231-8/+32
* Remove "visible bounds in root changed" functions from RootView, move them to...ben@chromium.org2011-02-161-0/+76
* Rename ProcessPaint to Paint()ben@chromium.org2011-02-161-1/+1
* views transformation: First cut.sadrul@chromium.org2011-02-151-0/+43
* Rename SchedulePaint(gfx::Rect..) to SchedulePaintInRectben@chromium.org2011-02-151-1/+1
* Revert 74693. Changing approach.ben@chromium.org2011-02-141-8/+8
* Rename Widgetwin->NativeWidgetWinben@chromium.org2011-02-111-8/+8