summaryrefslogtreecommitdiffstats
path: root/views/widget
Commit message (Expand)AuthorAgeFilesLines
* Rename ProcessPaint to Paint()ben@chromium.org2011-02-165-12/+12
* views transformation: First cut.sadrul@chromium.org2011-02-151-2/+3
* 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-154-5/+5
* Begin implementing a new widget.ben@chromium.org2011-02-1510-123/+1553
* fix bustage'ben@chromium.org2011-02-143-0/+2099
* Revert 74693. Changing approach.ben@chromium.org2011-02-144-2110/+2
* Add stub WidgetImpl class. This will become the cross platform replacement fo...ben@chromium.org2011-02-124-0/+453
* Add --debug-views-paint switch that shows damaged rectangles in redoshima@google.com2011-02-123-0/+31
* Rename Widgetwin->NativeWidgetWinben@chromium.org2011-02-114-210/+219
* 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
* Adds the ability to construct a KeyEvent from a NativeEvent[2], and converts ...ben@chromium.org2011-02-114-11/+42
* Migrate Event API methods to Google Style.ben@chromium.org2011-02-103-43/+43
* Revert 74377 - Migrate Event API methods to Google Style.ben@chromium.org2011-02-092-16/+16
* Migrate Event API methods to Google Style.ben@chromium.org2011-02-092-16/+16
* Move Event files into views/eventsben@chromium.org2011-02-091-1/+1
* Rework tree APIs to reflect Google style and more const-correctness.Also, mov...ben@chromium.org2011-02-093-17/+20
* It turns out I had the sense of the GetLocalBounds bool wrong everywhere, so ...ben@chromium.org2011-02-091-1/+1
* Make linux MouseWheelEvent consistent with win.xiyuan@chromium.org2011-02-081-4/+4
* Rework basic bounds methods on View to match new V2 API: ben@chromium.org2011-02-081-1/+1
* Build fix.evan@chromium.org2011-02-071-1/+1
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-0514-18/+18
* Fixing a build breakmsw@chromium.org2011-02-032-0/+0
* Cross-platform CL to remove app/win/win_util.h&cc and related work.msw@chromium.org2011-02-034-6/+64
* views: Make ShouldUseVistaFrame a static method of WidgetWin.tfarina@chromium.org2011-01-283-3/+21
* widget-gtk: Make it possible to grab focus.sadrul@chromium.org2011-01-271-1/+2
* touch: Hide the X cursor when not in use.sadrul@chromium.org2011-01-261-0/+15
* views: Forward declare "class View;" in layout_manager.htfarina@chromium.org2011-01-261-0/+1
* views: Move layout_manager.[cc,h] into layout directory.tfarina@chromium.org2011-01-251-2/+2
* views: Move fill_layout.[cc,h] into layout directory.tfarina@chromium.org2011-01-251-2/+2
* Move l10n_util to ui/baseben@chromium.org2011-01-213-3/+3
* Move ResourceBundle, DataPack to ui/baseben@chromium.org2011-01-202-1/+5
* Fix bustageben@chromium.org2011-01-201-2/+3
* Move a bunch of random other files to src/ui/baseben@chromium.org2011-01-2010-21/+25
* Move UI-relevant Windows files to ui/base.ben@chromium.org2011-01-193-7/+7
* Move more dnd related files to ui/baseben@chromium.org2011-01-197-48/+39
* touch: Gesture manager receives the touch-sequence status.sadrul@chromium.org2011-01-191-8/+4
* Move SystemMonitor to src/ui/base/system_monitor. Move HiResTimerManager to s...ben@chromium.org2011-01-191-2/+2
* Make the code for unmaximizing the window during SetBounds much simpler.levin@chromium.org2011-01-192-4/+4
* touch: Return an enum from OnTouchEvent.sadrul@chromium.org2011-01-182-7/+18
* Disable the check for the window being active after SetBounds because it fail...levin@chromium.org2011-01-151-1/+3
* Removed executable bit from two files where it should not have been set.levin@chromium.org2011-01-142-0/+0
* WidgetWin::SetBound on a maximized window leaves the window in the 'maximized...levin@chromium.org2011-01-142-1/+84
* Revert 71487 - Move SystemMonitor to src/ui/base/system_monitor.ben@chromium.org2011-01-141-2/+2
* Move SystemMonitor to src/ui/base/system_monitor.ben@chromium.org2011-01-141-2/+2
* Move models from app to ui/base/modelsben@chromium.org2011-01-145-7/+6
* Move app/key* to ui/base/keycodes/*ben@chromium.org2011-01-133-11/+11
* Move OSExchangeData from src/app to src/ui/base/dragdropben@chromium.org2011-01-127-13/+35
* Remove wstring from views. Part 1: Switch member variables to string16.avi@chromium.org2011-01-102-3/+4