summaryrefslogtreecommitdiffstats
path: root/views
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename SchedulePaint(gfx::Rect..) to SchedulePaintInRectben@chromium.org2011-02-1513-25/+24
* NOTREACHED() was hit due to not handling WM_CHAR in EventTypeFromNative(). WM...ben@chromium.org2011-02-151-0/+1
* Remove obsolete dependencies that create needless recompiling.jeanluc@chromium.org2011-02-151-2/+0
* Begin implementing a new widget.ben@chromium.org2011-02-1511-124/+1563
* fix bustage'ben@chromium.org2011-02-143-0/+2099
* Revert 74693. Changing approach.ben@chromium.org2011-02-1416-2184/+74
* Removing the experimental Chrome extension popup API. This API will not be ad...twiz@chromium.org2011-02-141-1/+1
* Fix small incompatibility issues with Visual Studio 2010.jeanluc@chromium.org2011-02-141-9/+27
* Carnitas: Delete stub src/gfx/* headerssail@chromium.org2011-02-132-2/+1
* Add input method support for views and integrate ibus input frameworkoshima@google.com2011-02-124-0/+739
* Add stub WidgetImpl class. This will become the cross platform replacement fo...ben@chromium.org2011-02-125-0/+457
* Add --debug-views-paint switch that shows damaged rectangles in redoshima@google.com2011-02-123-0/+31
* Rename Widgetwin->NativeWidgetWinben@chromium.org2011-02-1116-282/+291
* Fix MenuClosed on views+gtkpiman@google.com2011-02-111-0/+2