index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
services
/
java
/
com
/
android
/
server
/
wm
/
WindowManagerService.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Detect whether overflow button should be shown based on menu key state
Ethan Chen
2013-06-06
1
-0
/
+5
*
Pie controls: Fix flickering nav bar in full screen
Jens Doll
2013-06-05
1
-33
/
+0
*
Pie controls: Introducing a pie delivery service
Jens Doll
2013-05-15
1
-0
/
+33
*
Send out a configuration change when screen size changes due to expanded
Danny Baumann
2013-05-10
1
-7
/
+24
*
Correct executable bit for source files
Kenny Root
2013-04-13
1
-0
/
+0
*
Fix potential deadlock between LockScreen and WindowManagerService
Sangkyu Lee
2013-04-07
1
-3
/
+25
*
Fix divisions by zero on boot.
Danny Baumann
2013-03-27
1
-4
/
+9
*
Fix up expanded desktop behaviour.
Danny Baumann
2013-03-24
1
-25
/
+62
*
Merge commit 'android-4.2.2_r1' into mr1.1-staging
Ricardo Cerqueira
2013-02-15
1
-65
/
+116
|
\
|
*
Fade recents thumbnail to transparent earlier.
Craig Mautner
2012-12-17
1
-3
/
+17
|
*
Call setSize to sync Surface to SurfaceFlinger. DO NOT MERGE
Craig Mautner
2012-12-07
1
-38
/
+52
|
*
Fix issue #7649590: Background windows sometimes not being hidden for seconda...
Dianne Hackborn
2012-12-03
1
-14
/
+14
|
*
Include child windows when looking for insertion point.
Craig Mautner
2012-11-30
1
-3
/
+25
|
*
Merge "Fix math errors causing black screen. DO NOT MERGE" into jb-mr1.1-dev
Craig Mautner
2012-11-29
1
-1
/
+1
|
|
\
|
|
*
Fix math errors causing black screen. DO NOT MERGE
Craig Mautner
2012-11-29
1
-1
/
+1
|
*
|
Retain configuration change info and sync access.
Craig Mautner
2012-11-27
1
-6
/
+7
|
|
/
*
|
SystemUI: Add dock battery icon styles
Jorge Ruesga
2013-02-08
1
-4
/
+6
*
|
framework: fix screenshot and rotation animation for devices with abnormal hw...
Tom Giordano
2012-12-04
1
-0
/
+3
*
|
input: Fix workaround for broken hardware keyboard support
Alexander Hofbauer
2012-11-26
1
-1
/
+1
*
|
input: Add workaround for broken hardware keyboard support
Steve Kondik
2012-11-24
1
-1
/
+9
*
|
Squashed commit of the theme engine support.
Ricardo Cerqueira
2012-11-24
1
-3
/
+22
*
|
Framework: Port CM9 features to CM10
DvTonder
2012-11-21
1
-0
/
+6
|
/
*
Merge "Remove extraneous logs." into jb-mr1-dev
Dianne Hackborn
2012-11-08
1
-7
/
+2
|
\
|
*
Remove extraneous logs.
Dianne Hackborn
2012-11-08
1
-7
/
+2
*
|
Add mechanism to kick keyguard to show the assistant
Jim Miller
2012-11-08
1
-0
/
+9
|
/
*
Add isSafeModeEnabled() API to WindowManagerService
Jim Miller
2012-11-05
1
-0
/
+4
*
Fix issue #7457380: IME leaves a mark after user switching
Dianne Hackborn
2012-11-02
1
-4
/
+19
*
Fix issue #7343200: Fails to show wallpaper in the background for...
Dianne Hackborn
2012-11-02
1
-7
/
+16
*
More debugging for issue #7343200 Fails to show wallpaper in the...
Dianne Hackborn
2012-11-01
1
-3
/
+43
*
Fix for regression in WindowManager orientation changes
Chet Haase
2012-10-31
1
-2
/
+9
*
Merge "WindowManager shouldn't layout non-visible windows" into jb-mr1-dev
Chet Haase
2012-10-30
1
-1
/
+1
|
\
|
*
WindowManager shouldn't layout non-visible windows
Chet Haase
2012-10-30
1
-1
/
+1
*
|
Work on issue #7343200: Fails to show wallpaper in the background...
Dianne Hackborn
2012-10-29
1
-26
/
+30
|
/
*
Fix issue #7342364: JellyBean broke Toddler Lock, again
Dianne Hackborn
2012-10-23
1
-1
/
+2
*
Fix issue #7353900: Brief flash of home screen while dream starts on lock scr...
Dianne Hackborn
2012-10-19
1
-1
/
+24
*
Merge "Allow getDisplayContentLocked to return null..." into jb-mr1-dev
Craig Mautner
2012-10-19
1
-58
/
+111
|
\
|
*
Allow getDisplayContentLocked to return null...
Craig Mautner
2012-10-18
1
-58
/
+111
*
|
Fixing wallpaper flash when going in/out of Recents
Michael Jurka
2012-10-19
1
-2
/
+9
*
|
When removing windows remove from resize list.
Craig Mautner
2012-10-18
1
-0
/
+1
|
/
*
Merge "Occasionally triple tap on the keyboard toggles screen magnification."...
Svetoslav Ganov
2012-10-16
1
-4
/
+49
|
\
|
*
Occasionally triple tap on the keyboard toggles screen magnification.
Svetoslav Ganov
2012-10-16
1
-4
/
+49
*
|
Merge "Perform all layouts within first loop." into jb-mr1-dev
Craig Mautner
2012-10-16
1
-1
/
+9
|
\
\
|
*
|
Perform all layouts within first loop.
Craig Mautner
2012-10-16
1
-1
/
+9
*
|
|
Revert app freeze timeout delay.
Craig Mautner
2012-10-16
1
-1
/
+1
|
/
/
*
|
Always layout Keyguard on config change.
Craig Mautner
2012-10-15
1
-12
/
+5
|
/
*
Check for apps closing and restore mExiting test.
Craig Mautner
2012-10-11
1
-0
/
+1
*
Merge "Revert "Remove debugging statements before final ROM."" into jb-mr1-dev
Craig Mautner
2012-10-10
1
-2
/
+7
|
\
|
*
Revert "Remove debugging statements before final ROM."
Craig Mautner
2012-10-10
1
-2
/
+7
*
|
Merge "Use the original caller pid for computing visibility" into jb-mr1-dev
Chris Craik
2012-10-10
1
-4
/
+4
|
\
\
|
*
|
Use the original caller pid for computing visibility
Chris Craik
2012-10-10
1
-4
/
+4
[next]