1. d1c3791 Switched WindowToken/AppWindowToken to use WindowContainer by Wale Ogunwale · 8 years ago
  2. 32cbdcc resolve merge conflicts of c5bafe2 to master by Jorim Jaggi · 8 years ago
  3. 83ff4b5 resolve merge conflicts of d33f893 to master by Jorim Jaggi · 8 years ago
  4. 6626f54 Add animation when unoccluding windows (1/2) by Jorim Jaggi · 8 years ago
  5. 160a3c5 Fix invalid divider state while rotating by Jorim Jaggi · 8 years ago
  6. 4825b68 Fix WM missing stack/task when activity is force stopped and restarted am: d9d35bdfcf am: c35df3de2f by Chong Zhang · 8 years ago
  7. d9d35bd Fix WM missing stack/task when activity is force stopped and restarted by Chong Zhang · 8 years ago
  8. 4ce896c Merge "Added foundation for supporting unit tests in WindowManager" by TreeHugger Robot · 8 years ago
  9. b699ce0 Added foundation for supporting unit tests in WindowManager by Wale Ogunwale · 8 years ago
  10. 2e2c81a Remove two-finger scroll specific code by Chong Zhang · 8 years ago
  11. e4dd964 Fixed logic error when calculating window touch exclude region. by Wale Ogunwale · 8 years ago
  12. 31f7170 Add dump information for divider by Jorim Jaggi · 8 years ago
  13. 9e76d32 Touch region fixes for dialogs and overlapping tasks. by Robert Carr · 8 years ago
  14. b72c9ad No input for windows in minimized docked stack by Jorim Jaggi · 8 years ago
  15. 7f19cb8 Fix touch exclude region for divider handle by Jorim Jaggi · 8 years ago
  16. d47e7e1 Add ability to swap docked/fullscreen stack by Jorim Jaggi · 8 years ago
  17. 42625d1b New behavior for docked stack when going home by Jorim Jaggi · 8 years ago
  18. 5d6bdeb Move more drag-related code to DragState by Vladislav Kaznacheev · 8 years ago
  19. f66db43 Several fixes for docking non-resizeable tasks by Chong Zhang · 9 years ago
  20. 2a88fc3 Apply scroll to windows added to a non-resizeble task that's docked by Chong Zhang · 9 years ago
  21. b429e68 Improved output for 'dumpsys window displays' by Wale Ogunwale · 9 years ago
  22. ecf6722 Exclude status and nav bar from focus monitor. by Filip Gruszczynski · 9 years ago
  23. 0bd180d Improve debugging setup for window manager package. by Filip Gruszczynski · 9 years ago
  24. 114d5ca Put PIP windows above transition animations. by Filip Gruszczynski · 9 years ago
  25. 912d919 Add input method to the tap detection exclude area. by Filip Gruszczynski · 9 years ago
  26. b15758a Support scrolling for non-resizeable tasks in side-by-side mode by Chong Zhang · 9 years ago
  27. f52dd20 Don't animate move triggered by resizing using dock divider. by Filip Gruszczynski · 9 years ago
  28. 608797e Remove unnecessary DisplayContent.mDisplaySizeLock synchronization. by Filip Gruszczynski · 9 years ago
  29. d8ceb85 Fixes for touch exclusion region by Chong Zhang · 9 years ago
  30. 4c9ba52a Fixes for dim bounds and touch bounds by Chong Zhang · 9 years ago
  31. 61f39a7 Migrate docked divider drawing to SysUI by Jorim Jaggi · 9 years ago
  32. 73c3fcf Exclude system decor area from tap detection. by Chong Zhang · 9 years ago
  33. 112eb8c Save window when an app died while it's visible by Chong Zhang · 9 years ago
  34. 3797c22 Added StackId object for checking what features a stack supports by Wale Ogunwale · 9 years ago
  35. 1e60e0c Support for pinned stack to always be on-top of visible stacks by Wale Ogunwale · 9 years ago
  36. 58fa9de Update dock divider display info. whenever it changes. by Wale Ogunwale · 9 years ago
  37. 12cbd92 Use visible window bounds to determine if a point is within a task by Wale Ogunwale · 9 years ago
  38. 0689ae9 Fix lack of dim layer behind "Power off" window. by Filip Gruszczynski · 9 years ago
  39. e45899a Create non-docked stack with right bounds if docked stack exist by Wale Ogunwale · 9 years ago
  40. fd04d8c Initialize DisplayContent base info when object is constructed by Wale Ogunwale · 9 years ago
  41. 54eb12c Allow non-freeform tasks to gain focus when docked stack is up by Wale Ogunwale · 9 years ago
  42. 3ddc5d6 Resizing docked stack by dragging dock divider. by Filip Gruszczynski · 9 years ago
  43. 9184ec6 Use visible frame instead of task bounds for detecting resize start by Chong Zhang · 9 years ago
  44. 466f321 Showing docked stack divider window. by Filip Gruszczynski · 9 years ago
  45. 9474421 Fixed issue with stack size when rotating screen. by Wale Ogunwale · 9 years ago
  46. 5a2f2cb Fixed issue with relaying-out sysui when resizing a freeform task. by Wale Ogunwale · 9 years ago
  47. 231b06e Increased window resize handle to 30dp. by Wale Ogunwale · 9 years ago
  48. 09b21ef Use fullscreen sized buffer for drag resizing by Chong Zhang · 9 years ago
  49. 8e89b31 Move window moving and resizing handling to WindowManager by Chong Zhang · 9 years ago
  50. b34a7ad Added support for docked stack by Wale Ogunwale · 9 years ago
  51. f0d15a7 am d994c254: am d200aa4c: am a546e5be: am ba1e3915: am 59123b9b: Merge "When closing task stack remove reference to display content." into mnc-dev by Filip Gruszczynski · 9 years ago
  52. 26ed265 When closing task stack remove reference to display content. by Filip Gruszczynski · 9 years ago
  53. ddc1cb2 Added support for static vs. dynamic stacks by Wale Ogunwale · 9 years ago
  54. e4a0c57 Allow stacks to hold tasks on various sizes. by Wale Ogunwale · 9 years ago
  55. 06d582d Fix calls to Rect.intersect(Rect) in package com.android.server.wm by Doris Liu · 9 years ago
  56. d46747a Add support for disabling display scaling for development. by Jeff Brown · 9 years ago
  57. 1bef389 Fix NPE in DisplayContent.setTouchExcludeRegion. by Craig Mautner · 9 years ago
  58. b1193ad Merge "Apply stack dim layer to entire screen for system windows." by Wale Ogunwale · 9 years ago
  59. 498e8c9 Apply stack dim layer to entire screen for system windows. by Wale Ogunwale · 9 years ago
  60. 4a02d81 Don't move multi-window stacks on orientation change. by Wale Ogunwale · 9 years ago
  61. 83162a9 Eliminate groupId and add task to AppWindowToken by Craig Mautner · 9 years ago
  62. e3119b7 Refactor removeApp and removeTask for last removals. by Craig Mautner · 9 years ago
  63. 799bc1d Refactor moveStackWindowsLocked() by Craig Mautner · 10 years ago
  64. 9d82182 am 31ae1730: Merge "Add debug for ANR" into lmp-mr1-dev automerge: 0f6da47 by Craig Mautner · 10 years ago
  65. bcb6eb9 Add debug for ANR by Craig Mautner · 10 years ago
  66. 2f5e606 am c14a4b10: Merge "Fix racing condition of mTouchExcludeRegion" automerge: 6007d9a by Craig Mautner · 10 years ago
  67. 33d8e73 Fix racing condition of mTouchExcludeRegion by tingna_sung · 10 years ago
  68. e8b85fd Fix dumpsys display apptoken ordering. by Craig Mautner · 10 years ago
  69. 333c2ec Remove misleading error log. by Craig Mautner · 10 years ago
  70. fabab90 Eliminate misleading warning. by Craig Mautner · 10 years ago
  71. 95da108 Clean up activities and displays when done by Craig Mautner · 10 years ago
  72. b660b9d Update DimLayer sizes on rotation. by Craig Mautner · 10 years ago
  73. 1bf2b87 Defer detach until animations are complete. by Craig Mautner · 10 years ago
  74. dc54848 Move activities from DisplayContent to TaskStack by Craig Mautner · 10 years ago
  75. df88d73 Add IIntentSender to ActivityContainer.startActivity by Craig Mautner · 10 years ago
  76. e0a3884 Extend stack management to other displays. by Craig Mautner · 11 years ago
  77. 9158825 Move some system services to separate directories by Amith Yamasani · 11 years ago[Renamed from services/java/com/android/server/wm/DisplayContent.java]
  78. 4a1cb22 Pair ActivityStacks with Displays by Craig Mautner · 11 years ago
  79. bdc748af DO NOT MERGE: Eliminate StackBox. by Craig Mautner · 11 years ago
  80. 2c2549c Add event logging for tasks and stacks. by Craig Mautner · 11 years ago
  81. 77df2ee Track window position with task position. by Craig Mautner · 11 years ago
  82. e2dd83a Yet more debugging for 10858941. by Craig Mautner · 11 years ago
  83. 5ee6d19 Ensure correct window ordering. by Craig Mautner · 11 years ago
  84. 2eb1534 Destroy surfaces when display is removed. by Craig Mautner · 11 years ago
  85. 9d808b1 Add home StackBox to all DisplayContent. by Craig Mautner · 11 years ago
  86. 46ac6fa Add force default orientation. by Craig Mautner · 11 years ago
  87. ac6f843 Fix home activity and user switch interactions. by Craig Mautner · 11 years ago
  88. a446bf0 add TYPE_PRIVATE_PRESENTATION window type by keunyoung · 11 years ago
  89. a506a6e Add an API to allow for creating private virtual displays. by Jeff Brown · 11 years ago
  90. 037aa8d Centralize all system InputEventReceiver monitors. by Craig Mautner · 11 years ago
  91. d76dcdc Make WindowState mUnderStatusBar reflect position. by Craig Mautner · 11 years ago
  92. 5a44915 Convert API refs to StackBox from ActivityStack. by Craig Mautner · 11 years ago
  93. 5ff1210 Add retrieval of StackBox info for more flexibility by Craig Mautner · 11 years ago
  94. b3b36ba Resize all changed windows and fix moveTaskToStack by Craig Mautner · 11 years ago
  95. 05d2903 Fix layering and launching issues. by Craig Mautner · 11 years ago
  96. 6601b7b Exclude regions from the tap detector. by Craig Mautner · 11 years ago
  97. 858d8a6 Fix user switching. by Craig Mautner · 11 years ago
  98. cf910b0 Add tap detector for switching stack focus. by Craig Mautner · 11 years ago
  99. 4cd0c13f Incremental repairs to side by side stacks. by Craig Mautner · 11 years ago
  100. 967212c Implement stack splitting and task movement. by Craig Mautner · 11 years ago