summaryrefslogtreecommitdiffstats
path: root/ash/wm/overview
Commit message (Expand)AuthorAgeFilesLines
* Remove uses of std::unary_function and std::binary_function.vmpstr2016-03-092-8/+4
* Make DislpayLayout classoshima2016-02-171-2/+2
* Don't fire a FOCUS accessibility event on a View that doesn't have focus.dmazzoni2016-02-173-7/+9
* Build ash_shell_with_content and run ash_unittests on Win bots.msw2016-02-161-1/+7
* Add explicit display ids in DisplayPlacementoshima2016-02-121-1/+2
* Factor out DisplayPlacement from DisplayLayoutoshima2016-02-101-1/+1
* ash: Do not use MessageLoopForUI when not needed.sadrul2016-01-281-4/+6
* Remove now-unnecessary wrappers around gfx::Screen::GetScreen()scottmg2016-01-271-2/+2
* Remove ui/gfx/screen_type_delegate.hscottmg2016-01-271-2/+2
* Convert Pass()→std::move() in //ashdcheng2015-12-273-5/+6
* Switch to standard integer types in ash/.avi2015-12-207-6/+15
* Make operators on scoped_ptr match the ones defined for std::unique_ptrdanakj2015-11-171-4/+2
* Avoid divisions by 0 on small display sizes or with lots of windows.flackr2015-10-134-6/+24
* Only include normal type windows in the bounding box of an overview item.flackr2015-10-071-0/+6
* Avoid implicit conversion from Rect to RectF in BrowserView and ash testdanakj2015-09-111-1/+1
* Update Overview search bar position and size on screen rotate.rfrappier2015-07-133-0/+54
* Added an ActivationReason parameter to ActivationChangeObserver::OnWindowActi...bruthig2015-06-052-5/+11
* Added wm::IsWindowUserPositionable(...) method in window_util.h.bruthig2015-06-041-2/+2
* Reorder windows in overview to present a consistent window order.flackr2015-06-022-101/+302
* Sort overview root windows by position and use logical relative order for sel...flackr2015-05-272-6/+109
* Substituting pattern push_back(ptr.release()) with push_back(ptr.Pass()) in s...d.samantaray2015-05-271-1/+1
* Add user action for changing the active window in Ash overview modetdanderson2015-05-146-7/+143
* Draw a 2pt white stroke around selection rectangle in overview.flackr2015-04-241-5/+9
* Allow Alt-Tab to move the focus to docked windows.oshima2015-04-074-84/+67
* Removed the "Swipe to close in overview" feature.bruthig2015-03-027-414/+5
* gfx::ShadowValue: offset is a Vector2d, not Point.mgiuca2015-02-261-1/+1
* Pass location in screen coordinates to DragDropClient::StartDragAndDrop()pkotwicz2015-02-243-11/+11
* Changed default value for swipe-to-close feature flag.bruthig2015-02-204-21/+22
* Add time_stamp parameter to MouseEvent constructorrobert.bradford2015-02-181-2/+3
* Implemented swipe to close in overview mode.bruthig2015-02-139-60/+458
* Initialize top_padding_oshima2015-02-101-1/+2
* Modified OverviewMode's LabelButton bounds to cover the entire item.nsatragno2015-02-107-331/+140
* Removed kAshDisableTextFilteringInOverviewMode flag.nsatragno2015-01-292-15/+3
* Remove TransparentActivateWindowButton from Overview Modensatragno2015-01-2314-413/+352
* Change overview mode to so that docked panel windows are not grouped together.bruthig2015-01-2014-747/+220
* Standardize usage of virtual/override/final specifiers in ash/.dcheng2014-12-222-5/+3
* Fix references to ui/gfx headers in a*/.Avi Drissman2014-12-224-4/+4
* Consolidated WindowSelector(Window|Panel) into WindowSelectorItem.bruthig2014-12-1917-848/+999
* Do not forward input events to Widget during Widget destructiontdanderson2014-12-081-0/+39
* Introduced an animation settings provider into the overview space.bruthig2014-11-1310-95/+187
* Make chrome/browser/chromeos/accessibility compile on Athena with use_ash=0pkotwicz2014-10-312-3/+3
* Prefix CommandLine usage with base namespace (Part 4: ash/)pgal.u-szeged2014-10-292-2/+2
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-2814-84/+72
* Set capture while touching a window in Ash overview modetdanderson2014-10-222-1/+57
* replace OVERRIDE and FINAL with override and final in ash/mostynb2014-10-0312-44/+44
* Defer maximize mode bounds updates until after exiting overview.flackr2014-09-301-0/+41
* Enable ash shell and unit tests in GN build.brettw2014-09-091-1/+1
* Split Shell::ToggleAppList() into ShowAppList and DismissAppList.calamity@chromium.org2014-08-151-1/+1
* ash: Remove a few unused includes.thakis@chromium.org2014-08-141-2/+0
* Adds test for cancelling overview mode on click/tap.rsadam@chromium.org2014-08-111-0/+57