summaryrefslogtreecommitdiffstats
path: root/ash/wm/dock
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in ash/.avi2015-12-203-2/+2
* Gives 1px preference to docking on the right side of screenvarkha2015-10-071-3/+7
* Cleanup: IWYU for base/gtest_prod_util.h.thestig2015-09-251-1/+0
* Rename DisplayController to WindowTreeHostManageroshima2015-07-282-5/+8
* Change PaintRecorder to Use Bounds from View or Layer Instead of PaintContextweiliangc2015-07-131-7/+10
* Considers hidden docked windows to be minimizedvarkha2015-06-231-1/+7
* Ignores programmatic bounds changes for docked windows. This prevents a windo...varkha2015-06-072-8/+27
* Added an ActivationReason parameter to ActivationChangeObserver::OnWindowActi...bruthig2015-06-052-4/+8
* Doesn't save restore size for dragged docked windowsvarkha2015-06-042-15/+13
* Replace more ObserverList with base::ObserverList.brettw2015-06-031-1/+1
* [Docking] Persists docked state for chrome app and extension windows on Chrom...varkha2015-05-051-1/+3
* Remove unnessecary includes of ui/compositor/paint_context.hdanakj2015-04-081-1/+0
* ash: Access the Canvas for painting through PaintRecorder.danakj2015-04-071-24/+12
* Pass a ui::PaintContext from ui::Layer to layer delegates.danakj2015-04-041-1/+3
* aura: Remove layerless windows.danakj2015-04-031-1/+1
* Fix references to ui/gfx headers in a*/.Avi Drissman2014-12-222-2/+2
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-285-45/+39
* Change behaviour of the Alt-] and Alt-[ keys so that it cycles through SnapLe...dtapuska2014-10-033-7/+35
* Add window states docked; and docked minimized. Add wm window event to set do...dtapuska2014-10-035-26/+82
* replace OVERRIDE and FINAL with override and final in ash/mostynb2014-10-035-26/+26
* Moving coordinate conversion methods from ash/wm to ui/wm.mfomitchev@chromium.org2014-08-083-6/+7
* Revert of Moving coordinate conversion methods from ash/wm to ui/wm. (https:/...robliao@chromium.org2014-08-053-7/+6
* Moving coordinate conversion methods from ash/wm to ui/wm.mfomitchev@chromium.org2014-08-053-6/+7
* Cleanups for aura/test/event_generator.h (resolve TODOs)tapted@chromium.org2014-07-281-2/+2
* Revert 285209 "Cleanups for aura/test/event_generator.h (resolve..."markusheintz@chromium.org2014-07-241-2/+2
* Cleanups for aura/test/event_generator.h (resolve TODOs)tapted@chromium.org2014-07-241-2/+2
* Snap widgets to pixel boundary on ashoshima@chromium.org2014-07-182-8/+10
* Removes --ash_disable-docked-windows flagvarkha@chromium.org2014-05-291-3/+0
* Revert 271468 "Revert of [Refactor] Consolidate the logic for wh..."erg@chromium.org2014-05-191-1/+0
* Revert of [Refactor] Consolidate the logic for whether a widget can be activa...pkotwicz@chromium.org2014-05-191-0/+1
* [Refactor] Consolidate the logic for whether a widget can be activated.pkotwicz@chromium.org2014-05-151-1/+0
* Remove the "Alternate frame caption button style" command line flag. The flag...pkotwicz@chromium.org2014-05-062-9/+12
* Ignoring minimum size requirements for maximized windows, full screen windows...skuhne@chromium.org2014-05-011-1/+10
* ash: Rename AURA_LAUNCHER to ASH_SHELF.tfarina@chromium.org2014-04-081-2/+2
* Eliminate ash::internal namespaceoshima@chromium.org2014-04-038-168/+138
* Move some code from aura/client to wm/publicben@chromium.org2014-03-212-2/+2
* Move wm/core to wm namespace.ben@chromium.org2014-03-142-10/+10
* Revert "Move wm/core to wm namespace."dmichael@chromium.org2014-03-132-10/+10
* Move wm/core to wm namespace.ben@chromium.org2014-03-132-10/+10
* Revert "Move wm/core to wm namespace."dmichael@chromium.org2014-03-122-10/+10
* Move wm/core to wm namespace.ben@chromium.org2014-03-122-10/+10
* Move files from ui/views/corewm to ui/wm/coreben@chromium.org2014-03-112-2/+2
* Introduce WMEvent classoshima@chromium.org2014-03-051-2/+5
* Rename WindowShowType to WindowStateType to be less confusing name.oshima@chromium.org2014-02-275-11/+12
* Remove continue_drag_after_reparentoshima@chromium.org2014-02-261-3/+0
* Refactor SnapSizer now that the --ash-multiple-snap-window-widths flag no lon...pkotwicz@chromium.org2014-02-261-5/+2
* Remove WindowState::IsNormalShowState()pkotwicz@chromium.org2014-02-253-8/+4
* Move root_window.* to window_event_dispatcher.*ben@chromium.org2014-02-214-4/+4
* Avoids minimizing docked window in a unit test.varkha@chromium.org2014-02-201-0/+6
* Prevents crash when docking a detached panel while fullscreen window is activevarkha@chromium.org2014-02-201-4/+9