summaryrefslogtreecommitdiffstats
path: root/views
Commit message (Expand)AuthorAgeFilesLines
* Revert r101033 in preparation for a better patch.msw@chromium.org2011-09-172-50/+23
* views/examples: Change the return type of BoolToOnOff() function to char.tfarina@chromium.org2011-09-173-7/+8
* views: Remove unused Widget::WindowInitParams() function.tfarina@chromium.org2011-09-162-6/+0
* views: Change WidgetDelegate::GetWindowName() to use std::string.tfarina@chromium.org2011-09-167-15/+15
* Fix views_aura_desktop build on Linux.tfarina@chromium.org2011-09-162-3/+8
* Speculative fix for a crash and tweak tosky@chromium.org2011-09-162-5/+7
* views: Fix unnamed namespace comments.tfarina@chromium.org2011-09-164-5/+5
* Adds some features to the shell:ben@chromium.org2011-09-164-1/+11
* Re-land 98434 (http://codereview.chromium.org/7669028) which was reverted due...oshima@google.com2011-09-1616-591/+1539
* * Call TooltipManager::Init onceyosin@chromium.org2011-09-161-7/+9
* External textures outlive layers.backer@chromium.org2011-09-155-14/+35
* Adds code for a new Aura shell.ben@chromium.org2011-09-152-5/+0
* Clang fix.evan@chromium.org2011-09-151-2/+1
* Build fix.evan@chromium.org2011-09-151-1/+1
* wstring: remove wstrings from all tooltip-related codeevan@chromium.org2011-09-1527-79/+76
* views: Remove duplicated includes of widget.htfarina@chromium.org2011-09-153-7/+9
* Fixed crash when a SinglesplitView gets embedded inside SingleSplitView.tfarina@chromium.org2011-09-155-1/+135
* Updated Wayland API in Chromiumdnicoara@chromium.org2011-09-152-9/+20
* views/examples: Simplify the process of adding a new example.tfarina@chromium.org2011-09-153-64/+61
* Fix Checkdeps.ben@chromium.org2011-09-141-1/+0
* Move Aura to UI subdir.ben@chromium.org2011-09-145-11/+14
* fix build breakageoshima@google.com2011-09-141-1/+1
* Revert "Relanding 100792"oshima@google.com2011-09-1411-121/+73
* Delete a bunch of redundant code for trimming tooltips.evan@chromium.org2011-09-145-55/+20
* Update the keyboard's bounds when the views desktop's bounds are changed.vollick@chromium.org2011-09-142-0/+31
* touchui: Fix the maximization of a NativeWidgetGtk.sadrul@chromium.org2011-09-141-2/+2
* views: Make use of ObserverList API to add/remove MenuListeners from NativeMenu.tfarina@chromium.org2011-09-144-32/+13
* Fix for SetExternalTexture.backer@chromium.org2011-09-143-19/+4
* Revise caption button workaround and add crash debugging code.msw@chromium.org2011-09-142-23/+50
* The Compositor should own drawing the root layer.ben@chromium.org2011-09-143-6/+15
* views: Export AutoNativeNotificationDisabler to fix the win builder.tfarina@chromium.org2011-09-141-1/+1
* views: Factor WidgetFocusManager out of FocusManager class.tfarina@chromium.org2011-09-146-119/+147
* Rework View Layer Draw() to use the Layer::DrawTree() method and the LayerDel...ben@chromium.org2011-09-1322-337/+151
* Force clear when root view is animating.vollick@chromium.org2011-09-131-1/+27
* views-desktop: Update the size of the maximized windows when the screen dimen...sadrul@chromium.org2011-09-134-0/+21
* touchui: Activate the menu window after displaying.sadrul@chromium.org2011-09-131-0/+3
* Up to now the only touch UI was running Pure Views. However, we want to impro...saintlou@chromium.org2011-09-131-1/+1
* views: Remove unused include of gtk/gtk.h from focus_manager.cctfarina@chromium.org2011-09-131-6/+1
* views desktop wm: Activate a window when it is touched.sadrul@chromium.org2011-09-135-19/+69
* Relanding 100792oshima@google.com2011-09-1311-73/+121
* Revert 100792 "Use TabContentsViewViews for RenderWidgetHostViweViews."oshima@google.com2011-09-1311-118/+72
* Use TabContentsViewViews for RenderWidgetHostViweViews.oshima@google.com2011-09-1211-72/+118
* Allow Chrome-in-Aura to start.ben@chromium.org2011-09-123-4/+9
* touchui: In the absence of a real window manager, move/resize the window as n...sadrul@chromium.org2011-09-121-0/+9
* views desktop: Maintain a list of toplevel windows.sadrul@chromium.org2011-09-122-0/+20
* login: Use the login Widget as the parent widget for the status-area widget.sadrul@chromium.org2011-09-121-2/+1
* views: Partial implementation of always-on-top for NativeWidgetViews.sadrul@chromium.org2011-09-122-0/+11
* views/examples: Switch usages of wchar_t in ExampleComboboxModel to char type.tfarina@chromium.org2011-09-121-21/+15
* Make touch selection context menu look less ugly.varunjain@chromium.org2011-09-101-5/+76
* Implement Menu Delegate for RWHVV, also fine tune the selection controller ho...varunjain@chromium.org2011-09-103-3/+3