summaryrefslogtreecommitdiffstats
path: root/views/desktop
Commit message (Expand)AuthorAgeFilesLines
* rename Run in MessageLoopForUI to RunWithDispatcheroshima@google.com2011-10-241-1/+1
* views: Change ViewsDelegate::NotifyMenuItemFocused() to string16.tfarina@chromium.org2011-10-082-13/+11
* aura: Build aura_builder on linux.sadrul@chromium.org2011-10-051-1/+8
* Allow CanvasSkia to bind to an existing SkCanvas.piman@chromium.org2011-10-051-2/+2
* Adds the ability to set an Animation on Layer so that future changes to the l...sky@chromium.org2011-09-291-2/+0
* Change std::wstring to string16 on WidgetDelegate::GetWindowTitleyosin@chromium.org2011-09-283-14/+18
* Revert 103095 - Change std::wstring to string16 on WidgetDelegate::GetWindowT...yosin@chromium.org2011-09-283-18/+14
* Change std::wstring to string16 on WidgetDelegate::GetWindowTitle.yosin@chromium.org2011-09-283-14/+18
* Remove base/scoped_ptr.hakalin@chromium.org2011-09-181-1/+1
* views: Change WidgetDelegate::GetWindowName() to use std::string.tfarina@chromium.org2011-09-162-4/+4
* views: Remove duplicated includes of widget.htfarina@chromium.org2011-09-152-5/+7
* Update the keyboard's bounds when the views desktop's bounds are changed.vollick@chromium.org2011-09-142-0/+31
* views-desktop: Update the size of the maximized windows when the screen dimen...sadrul@chromium.org2011-09-134-0/+21
* views desktop wm: Activate a window when it is touched.sadrul@chromium.org2011-09-133-18/+56
* views desktop: Maintain a list of toplevel windows.sadrul@chromium.org2011-09-122-0/+20
* Restoring a session should restore window minimization state on Windowsdhollowa@chromium.org2011-08-313-14/+10
* Revert 98679 - Restoring a session should restore window minimization state o...dhollowa@chromium.org2011-08-293-10/+14
* Restoring a session should restore window minimization state on Windowsdhollowa@chromium.org2011-08-293-14/+10
* Don't activate POPUP windowoshima@google.com2011-08-266-171/+85
* Wayland support for views. views_desktop on Wayland.backer@chromium.org2011-08-262-0/+22
* Add Aura support to views:ben@chromium.org2011-08-251-2/+6
* Simple WindowManager that can move/resize window.oshima@google.com2011-08-193-1/+267
* widget: Look at the 'maximize' initialization param on creation.sadrul@chromium.org2011-08-181-2/+2
* views-desktop: Fix sending mousewheel events to the correct view.sadrul@chromium.org2011-08-111-2/+12
* views-desktop: Add the desktop-window as an observer for a widget when it get...sadrul@chromium.org2011-08-101-1/+7
* NativeWidgetViews: Implement widget activation/deactivation.sadrul@chromium.org2011-08-081-6/+9
* Fix a few issues with touch-events and views-desktop.sadrul@chromium.org2011-07-292-2/+19
* Reset active_native_widget_ when active widget is removed.oshima@google.com2011-07-152-0/+10
* Removes Widget from two of ViewsDelegate methods. I would have likedsky@chromium.org2011-07-142-7/+3
* Move SetInitialFocus to Widgetoshima@google.com2011-07-142-9/+18
* Allow different kinds of 'desktops'.sadrul@chromium.org2011-07-133-8/+58
* Add Widget::Observer for observing Widgets.sadrul@chromium.org2011-07-132-1/+24
* Rename DesktopWindow to DesktopWindowView.ben@chromium.org2011-06-296-54/+58
* Adds the ability to animate transforms/bounds to View.sky@chromium.org2011-06-231-0/+3
* Add an option to run Chrome in the views desktop.ben@chromium.org2011-06-233-38/+35
* views: Remove the dependency on app_base.tfarina@chromium.org2011-06-221-3/+0
* Adds Layer as a class between View and the Texture.sky@chromium.org2011-06-211-0/+11
* Change NativeWidgetViews' constructor to not take a parent View. The embeddin...ben@chromium.org2011-06-214-15/+24
* Fix even more crashes. To help identify remaining crashes now and in the futu...ben@chromium.org2011-06-162-4/+2
* Add View::ReorderChildView and Widget::MoveToTop.sadrul@chromium.org2011-06-161-1/+2
* Eliminate Window completely.ben@chromium.org2011-06-136-36/+39
* Move more from Window onto Widget.ben@chromium.org2011-06-081-1/+1
* Rough cut at window activation.ben@chromium.org2011-05-264-2/+116
* views: Run desktop on linux.sadrul@chromium.org2011-05-262-1/+6
* Add a desktop test harness.ben@chromium.org2011-05-267-0/+467