summaryrefslogtreecommitdiffstats
path: root/views/widget/native_widget_views.h
Commit message (Expand)AuthorAgeFilesLines
* views: Partial implementation of always-on-top for NativeWidgetViews.sadrul@chromium.org2011-09-121-0/+3
* Restoring a session should restore window minimization state on Windowsdhollowa@chromium.org2011-08-311-3/+4
* Revert 98679 - Restoring a session should restore window minimization state o...dhollowa@chromium.org2011-08-291-4/+3
* Restoring a session should restore window minimization state on Windowsdhollowa@chromium.org2011-08-291-3/+4
* Don't activate POPUP windowoshima@google.com2011-08-261-1/+2
* Move input_method to widgetoshima@google.com2011-08-231-7/+2
* Simple WindowManager that can move/resize window.oshima@google.com2011-08-191-0/+4
* NativeWidgetViews: Implement widget activation/deactivation.sadrul@chromium.org2011-08-081-0/+6
* Rename VIEWS_API to VIEWS_EXPORT.darin@chromium.org2011-08-051-2/+2
* Create views.dll / libviews.sodarin@chromium.org2011-07-281-2/+2
* Remove menu keyboard grab and close menu on window manager activation change.rhashimoto@chromium.org2011-07-271-3/+0
* NativeWidgetViews: Add support for window properties.sadrul@chromium.org2011-07-261-0/+4
* Rework NativeWidgetViews/NativeWidgetView lifetime management.rhashimoto@chromium.org2011-07-251-1/+1
* Makes sure widget is created at right size before showingsky@chromium.org2011-07-191-1/+3
* Add const to HasKeyboardCaptureoshima@google.com2011-07-141-1/+1
* Clean up FocusManageroshima@google.com2011-07-141-0/+1
* Move SetInitialFocus to Widgetoshima@google.com2011-07-141-4/+10
* Attempt 2 at:sky@chromium.org2011-07-131-0/+3
* Remove unused ContainsNativeView methods.ben@chromium.org2011-07-131-1/+0
* ClearNativeFocus: Do it from widget, with appropriate native-widget implement...sadrul@chromium.org2011-07-131-0/+1
* Revert 92252 - Gets mouse capture to work for menus with pure views. As part ...sky@chromium.org2011-07-121-3/+0
* Gets mouse capture to work for menus with pure views. As part of thissky@chromium.org2011-07-121-0/+3
* Correct issues with NativeWidgetViews ownership.ben@chromium.org2011-07-121-1/+2
* Change the meaning of "Widget::GetTopLevelWidget()" to mean the logical top l...ben@chromium.org2011-07-071-1/+14
* Gets compositor working for embedded widgets.sky@chromium.org2011-07-011-1/+7
* Menus in the views desktop. Adds MenuHostViews. This is buggy due to renderin...ben@chromium.org2011-06-281-1/+0
* Adds the ability to animate transforms/bounds to View.sky@chromium.org2011-06-231-0/+2
* Adds Layer as a class between View and the Texture.sky@chromium.org2011-06-211-0/+4
* Change NativeWidgetViews' constructor to not take a parent View. The embeddin...ben@chromium.org2011-06-211-3/+1
* Add View::ReorderChildView and Widget::MoveToTop.sadrul@chromium.org2011-06-161-0/+1
* Re-land:ben@chromium.org2011-06-161-5/+5
* Revert 89216 - Move private NativeWidget methods to new internal interface Na...ben@chromium.org2011-06-151-5/+5
* Move private NativeWidget methods to new internal interface NativeWidgetPrivate.ben@chromium.org2011-06-151-5/+5
* Eliminate Window completely.ben@chromium.org2011-06-131-3/+1
* Move last of event handlers down to NativeWidgetWin/Gtk.ben@chromium.org2011-06-091-0/+1
* Move more from Window onto Widget.ben@chromium.org2011-06-081-0/+3
* Re-land: Move NonClientView and FrameType logic from Window to Widget.ben@chromium.org2011-06-031-0/+4
* Revert 87702 - Move NonClientView and FrameType logic from Window to Widget.ben@chromium.org2011-06-021-4/+0
* Move NonClientView and FrameType logic from Window to Widget.ben@chromium.org2011-06-021-0/+4
* Move the last of the easy stuff from Window onto Widget.ben@chromium.org2011-06-011-0/+10
* Move Fullscreen API onto Widget.ben@chromium.org2011-06-011-0/+2
* Move SetWindowBounds onto Widget.ben@chromium.org2011-05-271-0/+2
* Move a bunch of functions from Window onto Widget.ben@chromium.org2011-05-271-2/+9
* Revert 86914 - Move a bunch of functions from Window onto Widget.wtc@chromium.org2011-05-271-9/+2
* Move a bunch of functions from Window onto Widget.ben@chromium.org2011-05-261-2/+9
* Rough cut at window activation.ben@chromium.org2011-05-261-1/+6
* Adds a basic NativeWindowViews.ben@chromium.org2011-05-251-0/+1
* Hook up more of the NativeWidgetViews.ben@chromium.org2011-05-241-7/+17
* Add NativeWidgetViews. This is a stub implementation that mostly just defers ...ben@chromium.org2011-05-241-0/+86