summaryrefslogtreecommitdiffstats
path: root/views
Commit message (Expand)AuthorAgeFilesLines
* 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
* Safer KeyEvent construction using synthetic MSGs.ben@chromium.org2011-02-112-17/+31
* Fix views_unittests. It turns out it wasn't safe to register the observer fro...ben@chromium.org2011-02-112-34/+5
* touch: Fix build after NativeEvent2 change.sadrul@chromium.org2011-02-112-4/+6
* Adds the ability to construct a KeyEvent from a NativeEvent[2], and converts ...ben@chromium.org2011-02-1123-167/+430
* Use DispatchX for dispatching X events.sadrul@chromium.org2011-02-116-11/+11
* Refactor TOUCH_UI to match other refactor.backer@chromium.org2011-02-114-18/+21
* views: Move more layout constants to the views namespace. Part 3.tfarina@chromium.org2011-02-102-12/+12
* Revert 74518 - Refactor TOUCH_UI to match other refactor.backer@chromium.org2011-02-104-21/+18
* Refactor TOUCH_UI to match other refactor.backer@chromium.org2011-02-104-18/+21
* Migrate Event API methods to Google Style.ben@chromium.org2011-02-1042-377/+321
* Revert 74377 - Migrate Event API methods to Google Style.ben@chromium.org2011-02-0920-136/+153
* Migrate Event API methods to Google Style.ben@chromium.org2011-02-0920-153/+136
* views: Move more layout constants to the views namespace. Part 2.tfarina@chromium.org2011-02-092-15/+15
* Fix submenu arrow position for RTLoshima@google.com2011-02-094-17/+44
* Move Event files into views/eventsben@chromium.org2011-02-0920-25/+25
* touch: Fix compile after views API changes, and remove some dead code.sadrul@chromium.org2011-02-092-13/+0
* fix bustageben@chromium.org2011-02-091-2/+2