summaryrefslogtreecommitdiffstats
path: root/views/view_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adds the ability to construct a KeyEvent from a NativeEvent[2], and converts ...ben@chromium.org2011-02-111-1/+1
* Refactor TOUCH_UI to match other refactor.backer@chromium.org2011-02-111-4/+4
* Revert 74518 - Refactor TOUCH_UI to match other refactor.backer@chromium.org2011-02-101-4/+4
* Refactor TOUCH_UI to match other refactor.backer@chromium.org2011-02-101-4/+4
* Migrate Event API methods to Google Style.ben@chromium.org2011-02-101-22/+22
* Revert 74377 - Migrate Event API methods to Google Style.ben@chromium.org2011-02-091-3/+3
* Migrate Event API methods to Google Style.ben@chromium.org2011-02-091-3/+3
* Move Event files into views/eventsben@chromium.org2011-02-091-1/+1
* Rework basic bounds methods on View to match new V2 API: ben@chromium.org2011-02-081-15/+10
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-2/+2
* Only keep accelerators registered while the window is visibleasanka@chromium.org2011-02-021-0/+31
* touch: Gesture manager receives the touch-sequence status.sadrul@chromium.org2011-01-191-4/+17
* touch: Return an enum from OnTouchEvent.sadrul@chromium.org2011-01-181-3/+4
* Clang: enable -Wbool-conversions and -Wunused-variables on Linux.hans@chromium.org2011-01-141-4/+4
* Move app/key* to ui/base/keycodes/*ben@chromium.org2011-01-131-4/+4
* Compile and test TextfieldViews on win as well.oshima@google.com2011-01-121-22/+3
* Implement clipboard features in views textfield.varunjain@chromium.org2011-01-121-38/+1