summaryrefslogtreecommitdiffstats
path: root/views/widget/widget.cc
Commit message (Expand)AuthorAgeFilesLines
* views: Move widget/ directory to ui/views.tfarina@chromium.org2011-11-221-1218/+0
* Revert "views: Move widget/ directory to ui/views." properly.wez@chromium.org2011-11-211-0/+1218
* views: Move widget/ directory to ui/views.tfarina@chromium.org2011-11-211-1218/+0
* views: Delete bubble, events, focus, layout directories and its stubbed files.tfarina@chromium.org2011-11-181-4/+4
* [Aura] Fix HtmlDialogBrowserTest.SizeWindow.xiyuan@chromium.org2011-11-181-2/+1
* views: Move ime and test directories to ui/views.tfarina@chromium.org2011-11-171-1/+1
* views: Remove the old views/window/ directory and its stubbed files.tfarina@chromium.org2011-11-141-1/+1
* IsPureViews() is always true under USE_AURA and TOUCH_UI at compile time (as ...saintlou@chromium.org2011-11-111-1/+1
* Aura: Resize cursors show properly when hovering over window framejamescook@chromium.org2011-11-091-1/+4
* Adds Window::MoveChildToFront, with surrounding changes.sky@chromium.org2011-11-081-4/+12
* Fixes painting regression. The problem was I optimized to only send tosky@chromium.org2011-11-031-3/+3
* Gets disable inactive frame rendering to work correctly for aura. Thissky@chromium.org2011-11-011-6/+12
* Convert View::HasFocus() to be const. Required adding const versions of some...pkasting@chromium.org2011-10-261-4/+7
* Changes Window::Init to take whether the layer has a texture. Andsky@chromium.org2011-10-261-2/+4
* Adds transient children to Window. A transient child is owned by thesky@chromium.org2011-10-261-0/+4
* ui::TestCompositor::TestCompositor() constructor has been changed to take a a...backer@chromium.org2011-10-251-3/+0
* Minimum size for aura windowoshima@google.com2011-10-171-5/+6
* views: Some more layer change, and add/update some tests for layers.sadrul@chromium.org2011-10-111-1/+4
* Reorder Layers with NativeWidgetViews.backer@chromium.org2011-10-081-0/+4
* Reland the layer creation change since the touchui issues will be resolved in...sadrul@chromium.org2011-10-031-1/+0
* Revert the layer creation change r103338 due to some issues with the keyboard...ben@chromium.org2011-09-301-0/+1
* Construct a View's layer immediately when SetPaintToLayer(true) is called or ...ben@chromium.org2011-09-291-1/+0
* Change std::wstring to string16 on WidgetDelegate::GetWindowTitleyosin@chromium.org2011-09-281-3/+3
* Revert 103095 - Change std::wstring to string16 on WidgetDelegate::GetWindowT...yosin@chromium.org2011-09-281-3/+3
* Change std::wstring to string16 on WidgetDelegate::GetWindowTitle.yosin@chromium.org2011-09-281-3/+3
* Allow layers to be created without a compositor, creating this association wh...ben@chromium.org2011-09-271-1/+1
* Do not allocate a texture if hole covers entire layer.pkotwicz@chromium.org2011-09-271-4/+2
* Fix for black-hole on views desktop with compositor.oshima@google.com2011-09-221-1/+5
* Fix infinite loop in GetInputMethod.oshima@google.com2011-09-221-1/+6
* wstring: convert all SetPageTitle APIs to use string16evan@chromium.org2011-09-211-1/+1
* views: Make mouse state member variables private to Widget.tfarina@chromium.org2011-09-211-4/+4
* Relanding 100792oshima@google.com2011-09-201-3/+9
* Fixes regression in menu painting on windows. The regression happenedsky@chromium.org2011-09-201-2/+6
* re-checkin http://codereview.chromium.org/7720001/ to add bubble views.saintlou@chromium.org2011-09-191-2/+3
* views: Remove unused Widget::WindowInitParams() function.tfarina@chromium.org2011-09-161-5/+0
* Revert "Relanding 100792"oshima@google.com2011-09-141-5/+1
* The Compositor should own drawing the root layer.ben@chromium.org2011-09-141-6/+5
* views: Factor WidgetFocusManager out of FocusManager class.tfarina@chromium.org2011-09-141-10/+12
* Rework View Layer Draw() to use the Layer::DrawTree() method and the LayerDel...ben@chromium.org2011-09-131-8/+3
* Force clear when root view is animating.vollick@chromium.org2011-09-131-1/+27
* Up to now the only touch UI was running Pure Views. However, we want to impro...saintlou@chromium.org2011-09-131-1/+1
* Relanding 100792oshima@google.com2011-09-131-1/+5
* Revert 100792 "Use TabContentsViewViews for RenderWidgetHostViweViews."oshima@google.com2011-09-131-5/+1
* Use TabContentsViewViews for RenderWidgetHostViweViews.oshima@google.com2011-09-121-1/+5
* Revert 100231 - memory bot failuresestade@chromium.org2011-09-091-3/+2
* add bubble views files.alicet@chromium.org2011-09-081-2/+3
* Restoring a session should restore window minimization state on Windowsdhollowa@chromium.org2011-08-311-29/+40
* Revert 98679 - Restoring a session should restore window minimization state o...dhollowa@chromium.org2011-08-291-41/+29
* Restoring a session should restore window minimization state on Windowsdhollowa@chromium.org2011-08-291-29/+41
* Don't activate POPUP windowoshima@google.com2011-08-261-3/+11