summaryrefslogtreecommitdiffstats
path: root/athena/wm
Commit message (Expand)AuthorAgeFilesLines
* Delete athena/pkotwicz2015-01-2223-4562/+0
* Use template specialization to generate WindowProperty code.oshima2015-01-071-2/+0
* Revert of Use template specialization to generate WindowProperty code (patchs...chirantan2014-12-191-0/+2
* Use template specialization to generate WindowProperty code.oshima2014-12-191-2/+0
* Convert usage of banned std::to_string() to base::IntToString().dbeam2014-12-121-1/+2
* Introduce system_info as an independent container.mukai2014-11-131-1/+3
* Do not allow split view to be engaged by a bezel gesturetdanderson2014-11-037-473/+50
* [Athena] Show the next window after the current window is closedyoshiki2014-10-305-1/+247
* Athena AppActivities should open maximized unless they specify otherwise.afakhry2014-10-272-6/+95
* Revert the if -> DCHECK changeMitsuru Oshima2014-10-251-2/+1
* Fix WindowListProvider::IsWindowInListoshima2014-10-249-43/+82
* C++11 override style change for athenaMitsuru Oshima2014-10-2412-99/+87
* NULL -> nullptr under athena/oshima2014-10-2310-69/+74
* Support modal windowsoshima2014-10-204-23/+18
* Revert of Support modal windows (patchset #4 id:80001 of https://codereview.c...pkotwicz2014-10-204-18/+23
* Support modal windowsoshima2014-10-184-23/+18
* ESC accelerator and consistent overview mode for Athena homecardglevin2014-10-163-0/+29
* Fix a crash when a mouse is clicked on background in overview mode.oshima2014-10-152-6/+20
* [Athena] Allow flinging the drag handle to disengage split viewtdanderson2014-10-145-24/+187
* Refactor SetInOverviewglevin2014-10-134-47/+53
* Consolidate content fling implementationsjdduke2014-10-101-6/+7
* Handle transient children as a part of transient parentoshima2014-10-098-149/+332
* replace OVERRIDE and FINAL with override and final in athena/mostynb2014-10-0311-63/+63
* Moving athena/test to athena/test/baseskuhne2014-09-303-3/+3
* Add athena_strings.grd with athena specific stringspkotwicz2014-09-252-6/+12
* [Athena] Fix switching activities by swiping from the right bezelpkotwicz2014-09-2411-153/+197
* Adding split view divider widget.mfomitchev2014-09-247-99/+422
* rename WidnowManager::GetInstance -> ::Getoshima2014-09-244-13/+13
* Revert of Adding split view divider widget. (patchset #15 id:280001 of https:...thakis2014-09-247-422/+99
* Revert of [Athena, Cleanup] rename WidnowManager::GetInstance -> ::Get (patch...phoglund2014-09-244-13/+13
* Adding split view divider widget.mfomitchev2014-09-247-99/+422
* rename WidnowManager::GetInstance -> ::Getoshima2014-09-244-13/+13
* athena: Maintain the list of windows in window-list provider.Sadrul Habib Chowdhury2014-09-1810-82/+180
* Ensure that an activity is activated when overview mode is exitedpkotwicz2014-09-175-97/+114
* Prevent split view also from hotkey or overview while in portrait.flackr2014-09-175-13/+13
* Hide windows which were visible in SplitView when new left/right windows arepkotwicz2014-09-163-7/+42
* Run athena on deviceoshima2014-09-131-1/+3
* Keep the split view activities topmost in z-order in Athenapkotwicz2014-09-123-19/+35
* athena: Change the scrolling behaviour of the windows in overview mode.Sadrul Habib Chowdhury2014-09-101-46/+66
* Adding functions to the window_list_provider for accessing the activitiesskuhne2014-09-1010-13/+330
* Fix crash during shutdownoshima2014-09-101-3/+0
* [Athena] Fix potential crash when overview window is deletedpkotwicz2014-09-101-5/+4
* Rename athena/common to athena/utiloshima2014-09-092-2/+2
* Decoupling visibility states from webcontent, adding visibility management in...skuhne2014-09-054-13/+20
* Set windows to be fully opaque upon leaving overview mode in Athenapkotwicz2014-09-051-0/+4
* athena: Improve the overview mode support for split-view mode.Sadrul Habib Chowdhury2014-09-033-10/+119
* athena: Move windows in the stack backwards if the back-most window is closed.Sadrul Habib Chowdhury2014-09-031-36/+67
* Disable screen rotation when splitview is engaged and only allow splitview in...flackr2014-09-033-12/+102
* Fix crash when using title drag on a window opened while split view is active.pkotwicz2014-09-024-73/+81
* athena: Hide the windows when exiting from overview mode.Sadrul Habib Chowdhury2014-08-292-23/+77