summaryrefslogtreecommitdiffstats
path: root/views/widget
Commit message (Expand)AuthorAgeFilesLines
* Windows compile fix.backer@chromium.org2011-10-081-0/+1
* Reorder Layers with NativeWidgetViews.backer@chromium.org2011-10-0814-0/+42
* Don't send mouse event to invisible windowoshima@google.com2011-10-071-0/+2
* Changes the way windows are parented when their parent is set to NULL.. Adds ...ben@chromium.org2011-10-071-2/+29
* Wires up the active methods in NativeWidgetAura.sky@chromium.org2011-10-071-6/+9
* Preliminary InputMethod support for NativeWidgetAuraoshima@chromium.org2011-10-071-3/+31
* Change std::wstring to string16 for views::Label and views::Labelyosin@chromium.org2011-10-071-1/+1
* Don't reapply offset in NativeWidgetView::UpdateChildLayerBounds.vollick@chromium.org2011-10-071-3/+5
* Quick fix for NativeTextfieldViewsTest on win aura.msw@chromium.org2011-10-061-1/+1
* Unregister signal handlers when "gtkwidget" is destroyed.oshima@google.com2011-10-062-61/+81
* Maximize/Fullscreen for auraoshima@google.com2011-10-061-12/+21
* views: Migrate widget/* to base::Bind.tfarina@chromium.org2011-10-0613-44/+66
* Gets the test Ownership_PlatformNativeWidgetOwnsWidget_NativeDestroysky@chromium.org2011-10-061-10/+3
* Fix bubble rendering.ben@chromium.org2011-10-051-0/+2
* Allow CanvasSkia to bind to an existing SkCanvas.piman@chromium.org2011-10-052-5/+5
* Marks a number of tests as FAILS for aura. I filed bugs on the two keysky@chromium.org2011-10-051-1/+9
* 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