summaryrefslogtreecommitdiffstats
path: root/views/widget
Commit message (Expand)AuthorAgeFilesLines
* Adds Window::MoveChildToFront, with surrounding changes.sky@chromium.org2011-11-0814-210/+20
* Fix constrained window on aruaoshima@google.com2011-11-071-1/+1
* Fix Win dbg shared build; export Widget::Observer.msw@chromium.org2011-11-071-1/+1
* Close new bubbles on deactivate; disable rendering Chrome inactive.msw@chromium.org2011-11-072-21/+13
* Makes launcher handle overflow.sky@chromium.org2011-11-041-1/+1
* Limit WidgetTest.Visibility to OS_WIN && !USE_AURA.asanka@chromium.org2011-11-031-3/+25
* Fixes painting regression. The problem was I optimized to only send tosky@chromium.org2011-11-031-3/+3
* Adds bugs to NOTIMPLEMENTED()s in NativeWidgetAuraben@chromium.org2011-11-021-4/+23
* Add WorkspaceObserver to observe changes in workspace stateoshima@chromium.org2011-11-021-0/+1
* Move maximize/fullscreen/restore to shelloshima@google.com2011-11-011-16/+18
* Gets disable inactive frame rendering to work correctly for aura. Thissky@chromium.org2011-11-0111-10/+73
* Create constrained windows in a hidden state.asanka@chromium.org2011-11-012-1/+20
* Tweaks whether Show activates the window or not. I'm pretty sure thissky@chromium.org2011-11-012-4/+8
* aura: Add fullscreen/popups to RenderWidgetHostViewAura.derat@chromium.org2011-10-312-9/+28
* Makes DefaultContainerLayoutManager ignore windows with transientsky@chromium.org2011-10-311-1/+3
* Support IMM32 reconversion on Windows.penghuang@chromium.org2011-10-311-0/+1
* aura: Update how the tooltip manager works.sadrul@chromium.org2011-10-285-60/+53
* Destroy tooltip manager if the native window is destroyed.varunjain@chromium.org2011-10-283-19/+5
* Aura: Support non-global keyboard shortcuts.mazda@chromium.org2011-10-281-3/+8
* Reland r107720 - Enable the new layer animation framework.vollick@chromium.org2011-10-281-0/+8
* aura: Comment noisy NOTIMPLEMENTEDs in NativeWidgetAura.derat@chromium.org2011-10-281-13/+10
* Revert 107715 - Enable the new layer animation framework.vollick@chromium.org2011-10-281-8/+0
* Enable the new layer animation framework.vollick@chromium.org2011-10-281-0/+8
* Aura build fix: Make TooltipManagerViews an observer of parent Widget andvarunjain@chromium.org2011-10-282-2/+19
* Enable tooltips for aura.varunjain@chromium.org2011-10-274-30/+59
* touchui: Update a couple of command-line flags.sadrul@chromium.org2011-10-271-3/+1
* ui/gfx: Convert Canvas::TranslateInt() to use gfx::Point.tfarina@chromium.org2011-10-271-1/+1
* Move view property implmentation from NativeWidgetAura to window.oshima@chromium.org2011-10-272-27/+3
* Convert View::HasFocus() to be const. Required adding const versions of some...pkasting@chromium.org2011-10-264-8/+12
* Changes Window::Init to take whether the layer has a texture. Andsky@chromium.org2011-10-263-3/+9
* Refactors some 'Clear to transparent code'pkotwicz@chromium.org2011-10-261-3/+2
* Adds transient children to Window. A transient child is owned by thesky@chromium.org2011-10-264-5/+13
* ui/gfx: Convert Canvas::ClipRectInt() to use gfx::Rect.tfarina@chromium.org2011-10-261-4/+1
* [Aura] Turns on Window opacity support.xiyuan@chromium.org2011-10-251-1/+1
* ui::TestCompositor::TestCompositor() constructor has been changed to take a a...backer@chromium.org2011-10-255-19/+6
* rename Run in MessageLoopForUI to RunWithDispatcheroshima@google.com2011-10-241-1/+1
* Implement NativeWidgetAura::GetScreenBoundsoshima@chromium.org2011-10-221-3/+4
* LayoutManager controls child bounds. Added SetChildBounds and several listene...oshima@google.com2011-10-212-26/+10
* Set NULL as the parent for non-TYPE_CONTROL windows. We should set a transien...ben@chromium.org2011-10-201-2/+6
* Get KeyEvents to limp in Aura. This assumes the desktop host is going to send...ben@chromium.org2011-10-191-0/+5
* aura: Make key and mouse events for renderers work correctly in X11 with RWHV...sadrul@chromium.org2011-10-191-2/+2
* Views Bubble API adjustments and cleanupmsw@chromium.org2011-10-182-5/+0
* Minimum size for aura windowoshima@google.com2011-10-173-6/+8
* aura: Add support for touch events.sadrul@chromium.org2011-10-172-2/+10
* Wires keeping the launcher up to date with the browser. I also needed GetBrow...sky@chromium.org2011-10-152-12/+27
* Support dynamic switching between integrated and discrete GPUs on Mac OS X.kbr@chromium.org2011-10-131-1/+4
* Enable VSync on TOUCH_UIbacker@chromium.org2011-10-131-1/+2
* Flash white instead of black when the URL is changed in the omnibox for the s...pkotwicz@chromium.org2011-10-131-0/+6
* views: Remove includes to deprecated base/task.h.tfarina@chromium.org2011-10-131-1/+0
* touchui: Fix child toplevel widget positioning in touchui.sadrul@chromium.org2011-10-132-4/+26