summaryrefslogtreecommitdiffstats
path: root/views/widget/widget.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix NativeWidgetViews enough to run views_examples without segfaulting.rhashimoto@google.com2011-07-111-0/+4
* Fixes crash in views desktop. The problem wassky@chromium.org2011-07-081-0/+4
* Fix crashes in EnterpriseEnrollmentScreenTest.TestCancel. This is independent...ben@chromium.org2011-07-071-3/+1
* Change the meaning of "Widget::GetTopLevelWidget()" to mean the logical top l...ben@chromium.org2011-07-071-4/+4
* Gets compositor working for embedded widgets.sky@chromium.org2011-07-011-19/+22
* Reverted 7285007 now that r91197 has landedsaintlou@chromium.org2011-06-301-2/+4
* Fixed for touch buildsaintlou@chromium.org2011-06-301-4/+2
* As per oshima:saintlou@chromium.org2011-06-301-0/+4
* Implement SetTooltipText in RWHVVvarunjain@chromium.org2011-06-281-0/+7
* Menus in the views desktop. Adds MenuHostViews. This is buggy due to renderin...ben@chromium.org2011-06-281-2/+4
* Remove ifdef's for touchui stuff from events code.sadrul@chromium.org2011-06-281-2/+0
* Adds Layer as a class between View and the Texture.sky@chromium.org2011-06-211-3/+9
* Fix even more crashes. To help identify remaining crashes now and in the futu...ben@chromium.org2011-06-161-2/+10
* Add View::ReorderChildView and Widget::MoveToTop.sadrul@chromium.org2011-06-161-0/+4
* Re-land:ben@chromium.org2011-06-161-12/+66
* Revert 89216 - Move private NativeWidget methods to new internal interface Na...ben@chromium.org2011-06-151-66/+12
* Move private NativeWidget methods to new internal interface NativeWidgetPrivate.ben@chromium.org2011-06-151-12/+66
* Add NativeWidgetDelegate::OnTouchEvent and move views::View::TouchStatus to u...sadrul@chromium.org2011-06-141-0/+7
* Widget::GetCurrentEvent() to get hold of the current input event being proces...sadrul@chromium.org2011-06-141-0/+42
* Eliminate Window completely.ben@chromium.org2011-06-131-16/+32
* Remove COMPOSITOR_2 flag, old compositor code.wjmaclean@chromium.org2011-06-101-11/+0
* Move last of event handlers down to NativeWidgetWin/Gtk.ben@chromium.org2011-06-091-7/+103
* First draft to enable turning off compositor for unit tests.wjmaclean@chromium.org2011-06-091-1/+2
* Last views_unittests fix.ben@chromium.org2011-06-081-4/+6
* Move more from Window onto Widget.ben@chromium.org2011-06-081-6/+143
* 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