summaryrefslogtreecommitdiffstats
path: root/views/widget/native_widget_views.cc
Commit message (Expand)AuthorAgeFilesLines
* fix build breakageoshima@google.com2011-09-141-1/+1
* Revert "Relanding 100792"oshima@google.com2011-09-141-73/+10
* Rework View Layer Draw() to use the Layer::DrawTree() method and the LayerDel...ben@chromium.org2011-09-131-7/+4
* Relanding 100792oshima@google.com2011-09-131-10/+73
* Revert 100792 "Use TabContentsViewViews for RenderWidgetHostViweViews."oshima@google.com2011-09-131-70/+9
* Use TabContentsViewViews for RenderWidgetHostViweViews.oshima@google.com2011-09-121-9/+70
* Allow Chrome-in-Aura to start.ben@chromium.org2011-09-121-0/+3
* views: Partial implementation of always-on-top for NativeWidgetViews.sadrul@chromium.org2011-09-121-0/+8
* Restoring a session should restore window minimization state on Windowsdhollowa@chromium.org2011-08-311-4/+4
* Revert 98679 - Restoring a session should restore window minimization state o...dhollowa@chromium.org2011-08-291-4/+4
* Restoring a session should restore window minimization state on Windowsdhollowa@chromium.org2011-08-291-4/+4
* Possible fix for the issue that keyboard doesn't show up.oshima@google.com2011-08-251-5/+3
* More input focus fixoshima@google.com2011-08-251-3/+5
* Focus fix. InputMethod needs to be initialized before calling OnFocusoshima@google.com2011-08-251-2/+4
* Move input_method to widgetoshima@google.com2011-08-231-27/+19
* Simple WindowManager that can move/resize window.oshima@google.com2011-08-191-16/+27
* Implement NativeWidgetViews::CenterWindow().rhashimoto@chromium.org2011-08-171-2/+4
* views-desktop: Fix updating the cursor for windows.sadrul@chromium.org2011-08-151-0/+1
* NativeWidgetViews: Implement widget activation/deactivation.sadrul@chromium.org2011-08-081-2/+3
* Fix method call on potentially deleted object in NativeWidgetViews.rhashimoto@chromium.org2011-07-271-4/+3
* Remove menu keyboard grab and close menu on window manager activation change.rhashimoto@chromium.org2011-07-271-12/+0
* NativeWidgetViews: Add support for window properties.sadrul@chromium.org2011-07-261-8/+18
* Rework NativeWidgetViews/NativeWidgetView lifetime management.rhashimoto@chromium.org2011-07-251-13/+26
* views capture: Fix mouse-event location and reset capture view.sadrul@chromium.org2011-07-191-1/+8
* Makes sure widget is created at right size before showingsky@chromium.org2011-07-191-1/+7
* Add const to HasKeyboardCaptureoshima@google.com2011-07-141-1/+1
* views-desktop: Fix a couple of crashes.sadrul@chromium.org2011-07-141-4/+5
* Fix typo in header file name.oshima@google.com2011-07-141-1/+1
* Clean up FocusManageroshima@google.com2011-07-141-0/+4
* Move SetInitialFocus to Widgetoshima@google.com2011-07-141-2/+48
* Allow different kinds of 'desktops'.sadrul@chromium.org2011-07-131-2/+2
* Add Widget::Observer for observing Widgets.sadrul@chromium.org2011-07-131-1/+2
* Attempt 2 at:sky@chromium.org2011-07-131-0/+19
* Remove unused ContainsNativeView methods.ben@chromium.org2011-07-131-5/+0
* ClearNativeFocus: Do it from widget, with appropriate native-widget implement...sadrul@chromium.org2011-07-131-0/+4
* Revert 92252 - Gets mouse capture to work for menus with pure views. As part ...sky@chromium.org2011-07-121-18/+0
* Gets mouse capture to work for menus with pure views. As part of thissky@chromium.org2011-07-121-0/+18
* Correct issues with NativeWidgetViews ownership.ben@chromium.org2011-07-121-21/+27
* 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