summaryrefslogtreecommitdiffstats
path: root/views
Commit message (Expand)AuthorAgeFilesLines
* De-wstringify OSExchangeData.evan@chromium.org2011-03-022-5/+5
* Dont update title window for chromeososhima@google.com2011-03-021-1/+5
* Reverting to fix builder redness. Please fix and reland.ananta@chromium.org2011-03-0223-451/+338
* Reverting to fix builder redness. Please reland with the fixes.ananta@chromium.org2011-03-021-2/+1
* Move typedef per review comment. oops!ben@chromium.org2011-03-021-1/+2
* Remove/replace RootView/Widget getters with new NativeWidget getters.ben@chromium.org2011-03-0223-338/+451
* Parse ui::ET_MOUSEWHEEL on XEvent ButtonRelease and XI_ButtonRelease too.msw@chromium.org2011-03-011-1/+5
* Fix build errors with latest ibusyusukes@google.com2011-02-281-5/+5
* Fix setting cursor for WidgetGtk.sadrul@chromium.org2011-02-281-2/+4
* Fix various layered window updating bugs.ben@chromium.org2011-02-272-34/+52
* Reorder functions.ben@chromium.org2011-02-262-248/+231
* Fix a paintstorm that was starving input events and causing things like freezes.ben@chromium.org2011-02-251-31/+27
* Use GetEventHandlerForPoint instead of GetViewForPoint.sadrul@chromium.org2011-02-2511-39/+28
* Hook up empty interfaces for NativeWidget/NativeWidgetDelegate.ben@chromium.org2011-02-259-11/+93
* Move RootView construction, DefaultThemeProvider construction, and FocusTrave...ben@chromium.org2011-02-256-246/+139
* Fix layered windows. use_layered_buffer_ was not being correctly intialized b...ben@chromium.org2011-02-252-10/+1
* touchui: Fix building on a buildbot.sadrul@chromium.org2011-02-251-2/+4
* Attempt at fixing memory increase from earlier painting changes. Default valu...ben@chromium.org2011-02-251-1/+1
* views: Move the implementation of MenuExample to the source file.tfarina@chromium.org2011-02-253-181/+229
* Make Widget non-abstract.ben@chromium.org2011-02-253-52/+214
* views: Remove unused View::IsPushed() method.tfarina@chromium.org2011-02-252-6/+0
* Update LocatedEvent and MouseWheelEvent.msw@chromium.org2011-02-2513-147/+255
* Remove NativeWidgetWin/WidgetImpl again. I'm going to take a different approa...ben@chromium.org2011-02-2411-1950/+0
* These files were meant to go with my change here http://codereview.chromium.o...ben@chromium.org2011-02-242-5/+5
* Fix dragged tab visiblity bug by making the Widget invalidate everything for ...ben@chromium.org2011-02-241-0/+6
* Fix compile on windows.sadrul@chromium.org2011-02-241-2/+2
* Transformable views: Use the transformation for points and events.sadrul@chromium.org2011-02-248-94/+358
* Change tabs to spaces in views/views.gypwyck@chromium.org2011-02-241-2/+2
* Move some more direct uses of RootView to Widget.ben@chromium.org2011-02-2416-42/+81
* views: Factor out from View class some metric functions and constants into it...tfarina@chromium.org2011-02-2411-43/+88
* Rename WillGain/Lose/DidGainFocus, Focus methods. Now there are only two noti...ben@chromium.org2011-02-2443-344/+283
* Fix ViewTest.MouseEvent by NULL checking widget_ in WidgetGtk::SetCursor.ben@chromium.org2011-02-232-2/+3
* 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-2315-143/+88
* 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-2324-677/+186
* Use ResourceBundle::BaseFont for GTK tooltips.falken@chromium.org2011-02-231-1/+1
* views: Remove Controller interface.tfarina@chromium.org2011-02-233-73/+8
* views: Move the remaining layout constants to the views namespace. Final Part.tfarina@chromium.org2011-02-231-5/+2
* Remove usages of RootView from View by moving relevant RootView API methods t...ben@chromium.org2011-02-1817-191/+201
* Revert 75347 - Revert 75306 - Force native frames to repaint when OnNCActivat...mirandac@chromium.org2011-02-181-12/+11
* Revert 75306 - Force native frames to repaint when OnNCActivate is called. Wi...mattm@chromium.org2011-02-181-11/+12
* Force native frames to repaint when OnNCActivate is called. With a profile me...mirandac@chromium.org2011-02-171-12/+11
* Remove "visible bounds in root changed" functions from RootView, move them to...ben@chromium.org2011-02-167-119/+160
* Fix SkRectToRect.sadrul@chromium.org2011-02-161-5/+1
* Rename ProcessPaint to Paint()ben@chromium.org2011-02-1611-80/+88
* Rename Paint* -> OnPaint*ben@chromium.org2011-02-1650-102/+96
* views transformation: First cut.sadrul@chromium.org2011-02-154-6/+179
* Sort methods in RootView cc/h. Add better documentation and outline future pl...ben@chromium.org2011-02-152-556/+529