summaryrefslogtreecommitdiffstats
path: root/views/window
Commit message (Expand)AuthorAgeFilesLines
* Consolidate window showing into Window base class.ben@chromium.org2011-03-099-305/+313
* Consolidate some more stuff in Window. PreferredSize obtaining.ben@chromium.org2011-03-086-23/+31
* Add new MouseEvent ctors; update WidgetWin & WindowWin usage.msw@chromium.org2011-03-082-132/+125
* Move WindowDelegate and NonClientView creation and management to Window.ben@chromium.org2011-03-0714-184/+182
* Make Window class concrete (mostly).ben@chromium.org2011-03-058-40/+258
* Do all OOLing in the views code. linux_views now builds clean with the clang ...erg@google.com2011-03-0414-75/+181
* Two things:ben@chromium.org2011-03-042-22/+1
* Rename Window::SetBounds to SetWindowBounds, to uncofuse overrides.thakis@chromium.org2011-03-045-13/+13
* Remove WindowGtk::Init() to InitWindow().thakis@chromium.org2011-03-042-3/+3
* Revert 76825 - Refactor Views accessibility.jcivelli@chromium.org2011-03-047-48/+30
* Refactor Views accessibility.dmazzoni@chromium.org2011-03-037-30/+48
* Replace Widget::GetBounds with Widget::GetClientScreenBounds and GetWindowScr...ben@chromium.org2011-03-032-6/+2
* Convert some windows code to use the new Widget methods.ben@chromium.org2011-03-031-9/+5
* Get rid of most of the old method uses from WidgetGtk. I think this is safe.ben@chromium.org2011-03-031-1/+2
* 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-022-7/+10
* Remove/replace RootView/Widget getters with new NativeWidget getters.ben@chromium.org2011-03-022-10/+7
* Use GetEventHandlerForPoint instead of GetViewForPoint.sadrul@chromium.org2011-02-252-4/+4
* Move some more direct uses of RootView to Widget.ben@chromium.org2011-02-242-2/+2
* Dramatically simplify view painting by getting rid of RootView's redundant kn...ben@chromium.org2011-02-231-116/+5
* 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
* Rename ProcessPaint to Paint()ben@chromium.org2011-02-161-1/+1
* Rename Paint* -> OnPaint*ben@chromium.org2011-02-164-4/+4
* Rename SchedulePaint(gfx::Rect..) to SchedulePaintInRectben@chromium.org2011-02-151-1/+1
* Revert 74693. Changing approach.ben@chromium.org2011-02-142-33/+34
* Rename Widgetwin->NativeWidgetWinben@chromium.org2011-02-112-34/+33
* Migrate Event API methods to Google Style.ben@chromium.org2011-02-101-1/+1
* 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-092-5/+5
* It turns out I had the sense of the GetLocalBounds bool wrong everywhere, so ...ben@chromium.org2011-02-091-1/+1
* Fixes possible crash in confirm dialog. If you press and hold space,sky@chromium.org2011-02-085-21/+27
* Clean up RTL methods.ben@chromium.org2011-02-081-11/+7
* Rework basic bounds methods on View to match new V2 API: ben@chromium.org2011-02-086-17/+13
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-059-21/+21
* Store the user's profile as a property of a window in order to access it when...mirandac@chromium.org2011-02-046-3/+29
* Cross-platform CL to remove app/win/win_util.h&cc and related work.msw@chromium.org2011-02-034-53/+194
* views: Make ShouldUseVistaFrame a static method of WidgetWin.tfarina@chromium.org2011-01-281-2/+2
* views: Move standard_layout.h into the layout directory.tfarina@chromium.org2011-01-261-2/+2
* Move l10n_util to ui/baseben@chromium.org2011-01-212-2/+2
* Move ResourceBundle, DataPack to ui/baseben@chromium.org2011-01-203-3/+3
* Move a bunch of random other files to src/ui/baseben@chromium.org2011-01-204-18/+24
* Move UI-relevant Windows files to ui/base.ben@chromium.org2011-01-191-6/+6
* Remove wstring from views. Part 3: Switch accessibility strings to string16.avi@chromium.org2011-01-141-4/+4
* Move app/key* to ui/base/keycodes/*ben@chromium.org2011-01-132-7/+7
* Revert 71169 - Revert 71167 - Remove wstring from gfx.avi@chromium.org2011-01-121-3/+4
* Revert 71167 - Remove wstring from gfx.joi@chromium.org2011-01-121-4/+3
* Remove wstring from gfx.avi@chromium.org2011-01-121-3/+4
* Change Font.GetStringWidth() to take string16 instead of wstring.estade@chromium.org2011-01-041-1/+2