summaryrefslogtreecommitdiffstats
path: root/views/widget/widget.cc
Commit message (Expand)AuthorAgeFilesLines
* Re-land: Move NonClientView and FrameType logic from Window to Widget.ben@chromium.org2011-06-031-2/+65
* Revert 87702 - Move NonClientView and FrameType logic from Window to Widget.ben@chromium.org2011-06-021-65/+2
* Move NonClientView and FrameType logic from Window to Widget.ben@chromium.org2011-06-021-2/+65
* WidgetDelegate is now always created. Specified through InitParams, if NULL W...ben@chromium.org2011-06-021-0/+4
* Move the last of the easy stuff from Window onto Widget.ben@chromium.org2011-06-011-0/+4
* Move Fullscreen API onto Widget.ben@chromium.org2011-06-011-0/+8
* Move SetWindowBounds onto Widget.ben@chromium.org2011-05-271-0/+12
* Move a bunch of functions from Window onto Widget.ben@chromium.org2011-05-271-4/+32
* Revert 86914 - Move a bunch of functions from Window onto Widget.wtc@chromium.org2011-05-271-32/+4
* Move a bunch of functions from Window onto Widget.ben@chromium.org2011-05-261-4/+32
* Rough cut at window activation.ben@chromium.org2011-05-261-4/+4
* Fixes bug in NativeWidgetWin::GetAcceleratedWidget. I had the ifdefsky@chromium.org2011-05-261-1/+0
* Make Widget ownership a little clearer by expressing it in terms of an enum.ben@chromium.org2011-05-251-5/+5
* Address TBR review comments from sky.ben@chromium.org2011-05-201-1/+3
* Move RootView to the internal namespace.ben@chromium.org2011-05-201-5/+19
* Rename WidgetWin/Gtk -> NativeWidgetWin/Gtk.ben@chromium.org2011-05-191-5/+5
* Re-land:ben@chromium.org2011-05-131-11/+48
* Revert 85269 - Split the hierarchy. ben@chromium.org2011-05-131-48/+11
* Split the hierarchy. ben@chromium.org2011-05-131-11/+48
* Tweaks Compositor API. To make it possible to land this I've ifdef'dsky@chromium.org2011-05-101-15/+25
* Migrates NotificationPanel code to using Widget API instead ofsky@chromium.org2011-04-271-0/+2
* Converts background_view from using WidgetGtk.sky@chromium.org2011-04-261-0/+4
* Rename CreateParams to InitParams.ben@chromium.org2011-04-261-6/+6
* Rework the way Widget::Init works:ben@chromium.org2011-04-261-9/+12
* Add NativeWidgetDelegate/Widget::OnKeyEvent post-IME handling.msw@chromium.org2011-04-261-0/+4
* Revert 82751 - Add NativeWidgetDelegate/Widget::OnKeyEvent post-IME handling....msw@chromium.org2011-04-221-4/+0
* Add NativeWidgetDelegate/Widget::OnKeyEvent post-IME handling.msw@chromium.org2011-04-221-0/+4
* Reverting since caused compile failures on Linux.amit@chromium.org2011-04-221-4/+0
* Add NativeWidgetDelegate/Widget::OnKeyEvent post-IME handling.msw@chromium.org2011-04-221-0/+4
* Removes code added to track down crash. The crash seems to havesky@chromium.org2011-04-151-11/+1
* Pull content from TabContentsViewViews into NativeTabContentsViewWin.ben@chromium.org2011-04-121-0/+4
* Adds more debugging code in hopes of figuring out a crash. Sorry forsky@chromium.org2011-04-081-1/+11
* RTL window styles was being set on too many HWNDs. This inverts the default. ...ben@chromium.org2011-04-061-2/+2
* Transform GdkEvents for simpler MouseEvent construction.msw@chromium.org2011-04-051-1/+3
* Consolidate cross platform logic into MenuHost.ben@chromium.org2011-04-011-0/+4
* Integrate the new input method API for Views into Chromium.suzhe@google.com2011-04-011-0/+7
* Fix clang failure; out-of-line a virtual.msw@chromium.org2011-03-311-0/+4
* Consolidate Widget Event code, other cleanup.msw@chromium.org2011-03-311-1/+53
* Convert more WidgetWin/WidgetGtk creations to use a new cross-platform static...ben@chromium.org2011-03-281-1/+5
* Convert some WidgetWin construction to use CreateParams.ben@chromium.org2011-03-241-2/+8
* Revert 79211 - Convert some WidgetWin construction to use CreateParams.ben@chromium.org2011-03-231-8/+2
* Convert some WidgetWin construction to use CreateParams.ben@chromium.org2011-03-231-2/+8
* Refactor: Move gfx/compositor* to gfx/compositor/backer@chromium.org2011-03-231-1/+1
* Add CreateParams to Widget, and replace CreatePopupWidget with CreateParams.ben@chromium.org2011-03-211-0/+23
* Fix clang build, failure caused by r78149.sadrul@chromium.org2011-03-151-1/+1
* Start working on compositor tree painting.sadrul@chromium.org2011-03-151-0/+31
* Avoid dangling references to Views from FocusManager.asanka@chromium.org2011-03-121-5/+14
* Make more methods on Widget non-virtual and move to NativeWidgetben@chromium.org2011-03-041-37/+50
* Two things:ben@chromium.org2011-03-041-4/+65
* Clean up more of Widget.ben@chromium.org2011-03-031-38/+50