summaryrefslogtreecommitdiffstats
path: root/views
Commit message (Expand)AuthorAgeFilesLines
* Move view property implmentation from NativeWidgetAura to window.oshima@chromium.org2011-10-272-27/+3
* This patch lets the browser window punch a hole in the DesktopBackgroundView,pkotwicz@chromium.org2011-10-261-0/+11
* [Aura] Fix NativeViewHostAura::RemovedFromWidget crash.xiyuan@chromium.org2011-10-262-14/+30
* Convert View::HasFocus() to be const. Required adding const versions of some...pkasting@chromium.org2011-10-2624-92/+114
* Support keyboard navigation in avatar menusail@chromium.org2011-10-261-2/+3
* Changes Window::Init to take whether the layer has a texture. Andsky@chromium.org2011-10-264-6/+12
* Refactors some 'Clear to transparent code'pkotwicz@chromium.org2011-10-262-4/+4
* Adds transient children to Window. A transient child is owned by thesky@chromium.org2011-10-264-5/+13
* Use LockScreen container for login screen.ivankr@chromium.org2011-10-261-1/+1
* Make GetAnchorPoint non const.alicet@chromium.org2011-10-262-2/+2
* ui/gfx: Convert Canvas::ClipRectInt() to use gfx::Rect.tfarina@chromium.org2011-10-263-10/+6
* Makes the new browser button and show apps buttons animate transitionsky@chromium.org2011-10-252-0/+10
* views: Factor out SingleSplitView Observer into SingleSplitViewListener.tfarina@chromium.org2011-10-255-26/+47
* aura: Fix shift/ctrl/alt keyevents with RWHVA and X11.sadrul@chromium.org2011-10-251-14/+4
* [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-257-38/+7
* ui/gfx: Convert Canvas::DrawFocusRect() to use gfx::Rect.tfarina@chromium.org2011-10-254-7/+5
* Fixes to build chrome under chroot:saintlou@chromium.org2011-10-242-0/+4
* [Aura] Fix invisible DOMView.xiyuan@chromium.org2011-10-241-1/+1
* Changes launcher animations to fade before moving.sky@chromium.org2011-10-242-5/+4
* views: Change the remaining std::wstring entries to string16.tfarina@chromium.org2011-10-244-19/+20
* rename Run in MessageLoopForUI to RunWithDispatcheroshima@google.com2011-10-246-13/+13
* Implement NativeWidgetAura::GetScreenBoundsoshima@chromium.org2011-10-221-3/+4
* Use WebKit compositor in ui::Layerpiman@chromium.org2011-10-223-0/+29
* views: Change from wstring to string16 in controls/ directory.tfarina@chromium.org2011-10-217-28/+28
* LayoutManager controls child bounds. Added SetChildBounds and several listene...oshima@google.com2011-10-212-26/+10
* Revert r106696 - Fix for a memory leak in views/controls/native/native_view_h...timurrrr@chromium.org2011-10-211-1/+1
* Fix for a memory leak in views/controls/native/native_view_host_gtk.cctimurrrr@chromium.org2011-10-211-1/+1
* Animate desktop rotations.ben@chromium.org2011-10-212-0/+4
* Set NULL as the parent for non-TYPE_CONTROL windows. We should set a transien...ben@chromium.org2011-10-201-2/+6
* Revert 106606 - Use WebKit compositor in ui::Layerlipalani@chromium.org2011-10-203-29/+0
* Use WebKit compositor in ui::Layerpiman@chromium.org2011-10-203-0/+29
* Move BubbleView logic into BubbleDelegateView.msw@chromium.org2011-10-206-152/+121
* views: Change Menu API to string16.tfarina@chromium.org2011-10-208-89/+92
* Turns on RWHVA.ben@chromium.org2011-10-201-0/+5
* views: Change MenuItemView API to string16.tfarina@chromium.org2011-10-204-43/+66
* 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: Change TextButton API to string16.tfarina@chromium.org2011-10-1919-75/+81
* Fix Chrome OS Clang build.msw@chromium.org2011-10-184-8/+28
* Views Bubble API adjustments and cleanupmsw@chromium.org2011-10-1818-524/+250
* Aura: Use same views menu setup on win_aura and linux_aurajamescook@chromium.org2011-10-1811-99/+203
* WriteInto handles length_with_null values of 1 better.cbentzel@chromium.org2011-10-181-2/+4
* Fix native view host accessibility. We should have been passing a pointer to ...dmazzoni@chromium.org2011-10-181-3/+4
* views: Change TextButtonBase API to string16.tfarina@chromium.org2011-10-186-25/+26
* Revert 105998 - views: Change TextButtonBase API to string16.sail@chromium.org2011-10-186-26/+25
* views: Change TextButtonBase API to string16.tfarina@chromium.org2011-10-186-25/+26
* Remove some unused temps.pkasting@chromium.org2011-10-172-2/+0
* Minimum size for aura windowoshima@google.com2011-10-173-6/+8
* Aura: Combine cursor support for Linux and Windowsjamescook@chromium.org2011-10-176-19/+31