summaryrefslogtreecommitdiffstats
path: root/ash
Commit message (Expand)AuthorAgeFilesLines
* Revert patch to invoke cursor-hiding logic on touch for Windowstdanderson@google.com2014-01-151-8/+5
* Enables the voice search in the app-list without showing start page.mukai@chromium.org2014-01-151-0/+8
* Remembering the order of running applications for different users in multi pr...skuhne@chromium.org2014-01-153-0/+82
* Moves IME's views specific code out from chrome/browser/chromeos.mukai@chromium.org2014-01-1513-0/+1808
* Remove deprecated STYLE_NATIVE_TEXTBUTTON.msw@chromium.org2014-01-153-18/+18
* Implement the phantom window style when --ash-enable-alternate-caption-button...pkotwicz@chromium.org2014-01-156-55/+146
* Added flag that enables system sounds whether ChromeVox is enabled or not.ygorshenin@chromium.org2014-01-155-0/+65
* Use a single ToplevelWindowEventHandler for the ash::Shell. This is part 1 in...pkotwicz@chromium.org2014-01-1515-104/+72
* ash: Make sure the cursor is locked when shutdown is requested.sadrul@chromium.org2014-01-152-0/+20
* Image assets for phantom windows when using --ash-enable-alternate-caption-bu...pkotwicz@chromium.org2014-01-1418-0/+0
* This is part 1 of implemeting phantom windows for the window controls when us...pkotwicz@chromium.org2014-01-149-269/+266
* Unbreak two finger scrolling on touch screenpkotwicz@chromium.org2014-01-142-70/+71
* Lock down DEPS a bit more.ben@chromium.org2014-01-147-5/+12
* Begin to split ash into two libs - one with and one without a content depende...ben@chromium.org2014-01-146-20/+89
* Refactor: Makes menus use gfx::FontList instead of gfx::Font.yukishiino@chromium.org2014-01-141-4/+5
* Use a bitfield to store animatable properties.vollick@chromium.org2014-01-146-26/+8
* Move LauncherItemDetails into shelf_item_types.htfarina@chromium.org2014-01-1412-63/+91
* This CL uses the same animation code path for showing and hiding the dock bac...pkotwicz@chromium.org2014-01-141-24/+54
* aura/ash: Misc nits.sadrul@chromium.org2014-01-132-43/+47
* Move the guts of user_metrics to a new static lib in //base/metrics.ben@chromium.org2014-01-134-213/+212
* Cleanup: Remove an unused ash string.thestig@chromium.org2014-01-131-3/+0
* Don't allow windowed but not pinned applications to mix with shortcuts in the...skuhne@chromium.org2014-01-121-2/+2
* Always paint the header edges for non-maximized windowspkotwicz@chromium.org2014-01-112-70/+4
* Resizes all docked windows that are flush with the docked edge in syncvarkha@chromium.org2014-01-112-4/+23
* Fix minor style issues for sticky keys.tengs@chromium.org2014-01-112-4/+3
* Replace OutputSnapshot |is_internal| with check against 'type == OUTPUT_TYPE_...dnicoara@chromium.org2014-01-111-3/+3
* ash: Fix use of uninitialized member in initializer listhans@chromium.org2014-01-111-1/+1
* Adding a menu item to take a screenshot under "More Tools" submenu in the Wre...mfomitchev@chromium.org2014-01-101-0/+3
* Removes individual instances of Details structure in WindowResizer subclasses...varkha@chromium.org2014-01-1020-579/+547
* Remove SetHostSize/Bounds from RootWindow in favor of just calling SetBounds(...ben@chromium.org2014-01-104-7/+7
* Moves transient window observer methods out of WindowObserversky@chromium.org2014-01-102-10/+14
* Fix AdjustBoundsToEnsureWindowVisibility to work with non primary display boundsoshima@chromium.org2014-01-108-28/+103
* Revert 244050 "This is part 1 of implemeting phantom windows for..."dcheng@chromium.org2014-01-109-265/+268
* This is part 1 of implemeting phantom windows for the window controls when us...pkotwicz@chromium.org2014-01-109-268/+265
* Revert 244005 "Remove SetHostSize/Bounds from RootWindow in favo..."noamsml@google.com2014-01-104-7/+7
* Revert 243986 "Fix AdjustBoundsToEnsureWindowVisibility to work ..."oshima@chromium.org2014-01-098-105/+28
* Remove SetHostSize/Bounds from RootWindow in favor of just calling SetBounds(...ben@chromium.org2014-01-094-7/+7
* Fix AdjustBoundsToEnsureWindowVisibility to work with non primary display boundsoshima@chromium.org2014-01-098-28/+105
* [ash] Don't remove an item when associated window is draggedsimonhong@chromium.org2014-01-093-10/+228
* [ash] Add TYPE_DIALOG and its item's LauncherContextMenusimonhong@chromium.org2014-01-0919-18/+77
* Do not show auto-hidden shelf when dragging a windowvarkha@chromium.org2014-01-092-1/+45
* ash: Add test for wallpaper-switching bug.derat@chromium.org2014-01-091-3/+31
* Fix regression where the active window header was not used for v2 apps on CrOSpkotwicz@chromium.org2014-01-081-12/+5
* Makes Window::Init take a WindowLayerType instead of LayerType.sky@chromium.org2014-01-0819-32/+461
* Use the tall header for restored browser popups. The new header design uses s...pkotwicz@chromium.org2014-01-081-1/+1
* Update the selected resolution to the resolution that is actually selected.oshima@chromium.org2014-01-084-2/+64
* Rename RootWindowHost to WindowTreeHostben@chromium.org2014-01-0830-99/+99
* Implements the dialog view for logout confirmation dialog in public sessions.binjin@chromium.org2014-01-0810-13/+705
* The new design of the window headers does not use a super transparent window ...pkotwicz@chromium.org2014-01-0811-904/+3
* ToplevelWindowEventHandler::HandleMousePressed() has some comments about only...pkotwicz@chromium.org2014-01-082-9/+1