summaryrefslogtreecommitdiffstats
path: root/views/widget/native_widget_views.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Fix NativeWidgetViews enough to run views_examples without segfaulting.rhashimoto@google.com2011-07-111-9/+10
* Correct implementation of View::ConvertPointToScreen for the views-desktop en...ben@chromium.org2011-07-081-0/+2
* Change the meaning of "Widget::GetTopLevelWidget()" to mean the logical top l...ben@chromium.org2011-07-071-3/+28
* Gets compositor working for embedded widgets.sky@chromium.org2011-07-011-7/+22
* Fix bug where NativeWidgetViews wasn't setting bounds ofsky@chromium.org2011-06-291-0/+1
* Menus in the views desktop. Adds MenuHostViews. This is buggy due to renderin...ben@chromium.org2011-06-281-4/+0
* Adds the ability to animate transforms/bounds to View.sky@chromium.org2011-06-231-2/+2
* Adds Layer as a class between View and the Texture.sky@chromium.org2011-06-211-5/+35
* Change NativeWidgetViews' constructor to not take a parent View. The embeddin...ben@chromium.org2011-06-211-5/+5
* Make NativeWidgetViews::SchedulePaintInRect usesky@chromium.org2011-06-171-1/+1
* Add View::ReorderChildView and Widget::MoveToTop.sadrul@chromium.org2011-06-161-0/+5
* Re-land:ben@chromium.org2011-06-161-4/+7
* Revert 89216 - Move private NativeWidget methods to new internal interface Na...ben@chromium.org2011-06-151-7/+4
* Move private NativeWidget methods to new internal interface NativeWidgetPrivate.ben@chromium.org2011-06-151-4/+7
* Eliminate Window completely.ben@chromium.org2011-06-131-9/+1
* Move last of event handlers down to NativeWidgetWin/Gtk.ben@chromium.org2011-06-091-0/+4
* Move more from Window onto Widget.ben@chromium.org2011-06-081-2/+12
* Re-land: Move NonClientView and FrameType logic from Window to Widget.ben@chromium.org2011-06-031-0/+15
* Revert 87702 - Move NonClientView and FrameType logic from Window to Widget.ben@chromium.org2011-06-021-15/+0
* Move NonClientView and FrameType logic from Window to Widget.ben@chromium.org2011-06-021-0/+15
* Move the last of the easy stuff from Window onto Widget.ben@chromium.org2011-06-011-0/+33
* Move Fullscreen API onto Widget.ben@chromium.org2011-06-011-0/+9
* Move SetWindowBounds onto Widget.ben@chromium.org2011-05-271-0/+6
* Move a bunch of functions from Window onto Widget.ben@chromium.org2011-05-271-5/+35
* Revert 86914 - Move a bunch of functions from Window onto Widget.wtc@chromium.org2011-05-271-35/+5
* Move a bunch of functions from Window onto Widget.ben@chromium.org2011-05-261-5/+35
* Rough cut at window activation.ben@chromium.org2011-05-261-1/+7
* Adds a basic NativeWindowViews.ben@chromium.org2011-05-251-0/+4
* Hook up more of the NativeWidgetViews.ben@chromium.org2011-05-241-20/+6
* Add NativeWidgetViews. This is a stub implementation that mostly just defers ...ben@chromium.org2011-05-241-0/+236