summaryrefslogtreecommitdiffstats
path: root/views/widget
Commit message (Expand)AuthorAgeFilesLines
...
* Makes visbility inherited. That is, in order for a window to besky@chromium.org2011-10-051-1/+1
* Revert 104076 - Change std::wstring to string16 for views::Linkhbono@chromium.org2011-10-051-1/+1
* Change std::wstring to string16 for views::Linkyosin@chromium.org2011-10-051-1/+1
* Avoid DefWindowProc non-client rendering over our custom frame.msw@chromium.org2011-10-051-3/+9
* Couple of tweaks to get more views tests passing:sky@chromium.org2011-10-041-2/+16
* Make the CROS browser size itself to the MonitorWorkAreaNearestWindow again,danakj@chromium.org2011-10-042-4/+8
* Fixes the cursor to update reliably when moving from window to window.ben@chromium.org2011-10-042-2/+12
* Fixes aura/windows build.sky@chromium.org2011-10-041-2/+2
* Consolidate message observer API for MessagePumpX and MessagePumWinoshima@google.com2011-10-045-17/+32
* Makes views unit test runnable again and addssky@chromium.org2011-10-031-0/+2
* Reland the layer creation change since the touchui issues will be resolved in...sadrul@chromium.org2011-10-038-50/+35
* views: Clean up PropsMap implementation in NativeWidgetViews.tfarina@chromium.org2011-10-032-6/+8
* Revert the layer creation change r103338 due to some issues with the keyboard...ben@chromium.org2011-09-308-35/+50
* views: Change NativeWidget's SetAccessibleName() to string16.tfarina@chromium.org2011-09-3011-11/+12
* Change Window visibility to a simple boolean for now.ben@chromium.org2011-09-301-5/+5
* Add a new method to Layer that schedules a redraw in the compositor.Rename Co...ben@chromium.org2011-09-306-6/+6
* Implements NativeWidgetAura::Set/GetNativeWidgetProperty.sky@chromium.org2011-09-302-3/+13
* Construct a View's layer immediately when SetPaintToLayer(true) is called or ...ben@chromium.org2011-09-298-50/+35
* views: Make NativeWidgetView invisible by default, since a widget is invisibl...sadrul@chromium.org2011-09-293-2/+69
* Setting fills bounds opaquely as the default.pkotwicz@chromium.org2011-09-292-0/+4
* Adds the ability to set an Animation on Layer so that future changes to the l...sky@chromium.org2011-09-291-3/+3
* Remove obsolete HAVE_XINPUT2 checks.sadrul@chromium.org2011-09-281-1/+1
* Change std::wstring to string16 on WidgetDelegate::GetWindowTitleyosin@chromium.org2011-09-283-8/+9
* Revert 103095 - Change std::wstring to string16 on WidgetDelegate::GetWindowT...yosin@chromium.org2011-09-283-9/+8
* Change std::wstring to string16 on WidgetDelegate::GetWindowTitle.yosin@chromium.org2011-09-283-8/+9
* 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-273-7/+3
* Adds support for activation to aura.sky@chromium.org2011-09-272-1/+24
* Consolidate/cleanup event cracking code; single out GdkEvents; saves ~850 lines.msw@chromium.org2011-09-261-9/+9
* NativeWidgetViews: Send unprocessed keyevents to the focus-manager.sadrul@chromium.org2011-09-261-1/+4
* Skip DefWindowProcWithRedrawLock on WM_SETCURSOR.msw@chromium.org2011-09-261-2/+6
* Fix for black-hole on views desktop with compositor.oshima@google.com2011-09-223-33/+56
* These are the changes necessary for views to be able to build w/ use_aura imp...davemoore@chromium.org2011-09-221-3/+3
* NativeWidgetViews: Implement Maximize.sadrul@chromium.org2011-09-222-11/+23
* Don't call OnNativeWidgetVisibilityChange in NativeWidgetGtkoshima@chromium.org2011-09-221-2/+11
* Fix infinite loop in GetInputMethod.oshima@google.com2011-09-221-1/+6
* wstring: convert all SetPageTitle APIs to use string16evan@chromium.org2011-09-2112-12/+12
* Fix for bug with pages loading in a background tab.mmocny@chromium.org2011-09-211-2/+4
* Fix aura shell linx build.oshima@google.com2011-09-211-2/+3
* Wires up mouse capture code for aura.sky@chromium.org2011-09-212-4/+8
* views: Make mouse state member variables private to Widget.tfarina@chromium.org2011-09-212-20/+18
* Improvements to debugging code which prints the views hierarchy.vollick@chromium.org2011-09-202-0/+10
* A bunch of changes related to window z-index:ben@chromium.org2011-09-201-1/+1
* Relanding 100792oshima@google.com2011-09-2012-72/+132
* Fixes regression in menu painting on windows. The regression happenedsky@chromium.org2011-09-204-4/+19
* re-checkin http://codereview.chromium.org/7720001/ to add bubble views.saintlou@chromium.org2011-09-196-7/+18
* More shell hookup:ben@chromium.org2011-09-172-4/+19
* Revise ScopedRedrawLock and the caption button workaround.msw@chromium.org2011-09-172-46/+84
* Revert r101033 in preparation for a better patch.msw@chromium.org2011-09-172-50/+23
* views: Remove unused Widget::WindowInitParams() function.tfarina@chromium.org2011-09-162-6/+0