summaryrefslogtreecommitdiffstats
path: root/views/controls
Commit message (Expand)AuthorAgeFilesLines
* 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
* views textfield: Show the correct cursor.sadrul@chromium.org2011-02-012-16/+44
* Fix crash in BookmarkMenuController::GetTooltipText that occurredsky@chromium.org2011-02-011-0/+5
* Lands http://codereview.chromium.org/6305001/ for Simon:sky@chromium.org2011-01-282-1/+16
* Hitting Tab should always move cursor to end of omnibox text.suzhe@google.com2011-01-281-0/+1
* Fix printing PDFs through right click on Mac and Linux. Looks like they both...jam@chromium.org2011-01-271-16/+2
* views: Move grid_layout files into layout directory. Final Part.tfarina@chromium.org2011-01-271-1/+1
* Implement double/triple click functionality in views textfield. Also changed ...varunjain@chromium.org2011-01-276-9/+191
* views: Move standard_layout.h into the layout directory.tfarina@chromium.org2011-01-261-1/+2
* views: Move fill_layout.[cc,h] into layout directory.tfarina@chromium.org2011-01-253-6/+6
* Removes debugging code as cause of crash was found. I'm TBRing as thissky@chromium.org2011-01-241-2/+2
* Move l10n_util to ui/baseben@chromium.org2011-01-2117-22/+22