summaryrefslogtreecommitdiffstats
path: root/views/widget
Commit message (Expand)AuthorAgeFilesLines
* 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
* views: Change WidgetDelegate::GetWindowName() to use std::string.tfarina@chromium.org2011-09-162-5/+5
* views: Fix unnamed namespace comments.tfarina@chromium.org2011-09-161-2/+2
* Adds some features to the shell:ben@chromium.org2011-09-162-0/+8
* * Call TooltipManager::Init onceyosin@chromium.org2011-09-161-7/+9
* External textures outlive layers.backer@chromium.org2011-09-152-0/+6
* Adds code for a new Aura shell.ben@chromium.org2011-09-152-5/+0
* Build fix.evan@chromium.org2011-09-151-1/+1
* wstring: remove wstrings from all tooltip-related codeevan@chromium.org2011-09-156-13/+14
* Updated Wayland API in Chromiumdnicoara@chromium.org2011-09-152-9/+20
* Move Aura to UI subdir.ben@chromium.org2011-09-142-3/+6
* fix build breakageoshima@google.com2011-09-141-1/+1
* Revert "Relanding 100792"oshima@google.com2011-09-1410-120/+70
* Delete a bunch of redundant code for trimming tooltips.evan@chromium.org2011-09-145-55/+20
* touchui: Fix the maximization of a NativeWidgetGtk.sadrul@chromium.org2011-09-141-2/+2
* 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: Factor WidgetFocusManager out of FocusManager class.tfarina@chromium.org2011-09-141-10/+12
* Rework View Layer Draw() to use the Layer::DrawTree() method and the LayerDel...ben@chromium.org2011-09-1317-109/+50
* Force clear when root view is animating.vollick@chromium.org2011-09-131-1/+27
* Up to now the only touch UI was running Pure Views. However, we want to impro...saintlou@chromium.org2011-09-131-1/+1
* views desktop wm: Activate a window when it is touched.sadrul@chromium.org2011-09-132-1/+13
* Relanding 100792oshima@google.com2011-09-1310-70/+120
* Revert 100792 "Use TabContentsViewViews for RenderWidgetHostViweViews."oshima@google.com2011-09-1310-117/+69