summaryrefslogtreecommitdiffstats
path: root/views/controls
Commit message (Expand)AuthorAgeFilesLines
* Revert 76825 - Refactor Views accessibility.jcivelli@chromium.org2011-03-0450-325/+274
* Refactor Views accessibility.dmazzoni@chromium.org2011-03-0350-274/+325
* Revert 76808 - Fix Clang errors in profile_menu_model and menu_2.mirandac@chromium.org2011-03-032-4/+1
* Fix Clang errors in profile_menu_model and menu_2.mirandac@chromium.org2011-03-032-1/+4
* Clean up more of Widget.ben@chromium.org2011-03-031-1/+1
* Replace Widget::GetBounds with Widget::GetClientScreenBounds and GetWindowScr...ben@chromium.org2011-03-031-2/+1
* Add the ability to have shadowed text to the TextButton, in preparation for t...mirandac@chromium.org2011-03-032-1/+41
* Convert a few more methods to new Widget methods.ben@chromium.org2011-03-032-20/+21
* Get rid of most of the old method uses from WidgetGtk. I think this is safe.ben@chromium.org2011-03-031-2/+4
* Reverting to fix builder redness. Please fix and reland.ananta@chromium.org2011-03-023-25/+22
* Remove/replace RootView/Widget getters with new NativeWidget getters.ben@chromium.org2011-03-023-22/+25
* Use GetEventHandlerForPoint instead of GetViewForPoint.sadrul@chromium.org2011-02-251-4/+5
* Update LocatedEvent and MouseWheelEvent.msw@chromium.org2011-02-252-10/+9
* These files were meant to go with my change here http://codereview.chromium.o...ben@chromium.org2011-02-241-1/+1
* Move some more direct uses of RootView to Widget.ben@chromium.org2011-02-241-1/+2
* views: Factor out from View class some metric functions and constants into it...tfarina@chromium.org2011-02-242-1/+3
* Rename WillGain/Lose/DidGainFocus, Focus methods. Now there are only two noti...ben@chromium.org2011-02-2438-272/+238
* More RootView cleanup:ben@chromium.org2011-02-232-13/+0
* Fix glitch in menu painting due to incorrect override.ben@chromium.org2011-02-231-1/+1
* Dramatically simplify view painting by getting rid of RootView's redundant kn...ben@chromium.org2011-02-233-4/+4
* views: Remove Controller interface.tfarina@chromium.org2011-02-233-73/+8
* Remove usages of RootView from View by moving relevant RootView API methods t...ben@chromium.org2011-02-181-2/+1
* Remove "visible bounds in root changed" functions from RootView, move them to...ben@chromium.org2011-02-162-6/+10
* Rename ProcessPaint to Paint()ben@chromium.org2011-02-162-0/+6
* Rename Paint* -> OnPaint*ben@chromium.org2011-02-1643-67/+67
* Rename SchedulePaint(gfx::Rect..) to SchedulePaintInRectben@chromium.org2011-02-153-4/+4
* Revert 74693. Changing approach.ben@chromium.org2011-02-144-11/+11
* Rename Widgetwin->NativeWidgetWinben@chromium.org2011-02-114-11/+11
* Fix MenuClosed on views+gtkpiman@google.com2011-02-111-0/+2
* Adds the ability to construct a KeyEvent from a NativeEvent[2], and converts ...ben@chromium.org2011-02-116-39/+18
* Use DispatchX for dispatching X events.sadrul@chromium.org2011-02-114-8/+8
* views: Move more layout constants to the views namespace. Part 3.tfarina@chromium.org2011-02-101-3/+3
* Migrate Event API methods to Google Style.ben@chromium.org2011-02-1023-77/+81
* Revert 74377 - Migrate Event API methods to Google Style.ben@chromium.org2011-02-0913-45/+41
* Migrate Event API methods to Google Style.ben@chromium.org2011-02-0913-41/+45
* views: Move more layout constants to the views namespace. Part 2.tfarina@chromium.org2011-02-091-5/+5
* Fix submenu arrow position for RTLoshima@google.com2011-02-093-15/+42
* Move Event files into views/eventsben@chromium.org2011-02-097-7/+7
* touch: Fix compile after views API changes, and remove some dead code.sadrul@chromium.org2011-02-092-13/+0
* Rework tree APIs to reflect Google style and more const-correctness.Also, mov...ben@chromium.org2011-02-0916-76/+70
* It turns out I had the sense of the GetLocalBounds bool wrong everywhere, so ...ben@chromium.org2011-02-0911-14/+14
* Make linux MouseWheelEvent consistent with win.xiyuan@chromium.org2011-02-082-2/+2
* Revert "Fix submenu arrow position for RTL"oshima@google.com2011-02-083-41/+14
* Fix submenu arrow position for RTLoshima@google.com2011-02-083-14/+41
* Clean up RTL methods.ben@chromium.org2011-02-085-9/+9
* Rework basic bounds methods on View to match new V2 API: ben@chromium.org2011-02-0829-63/+46
* Make mouse wheel scrolling in views menu smoother.xiyuan@chromium.org2011-02-075-3/+17
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-0572-119/+119
* Added battery status update in drop-down when power is changed.oshima@google.com2011-02-031-0/+2
* Cross-platform CL to remove app/win/win_util.h&cc and related work.msw@chromium.org2011-02-033-5/+46