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
/
WindowManagerService.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Preserve flags field of event passed to injectKeyEvent()
Mike Playle
2010-12-02
1
-1
/
+2
*
Corrected visibility reporting error in WindowManager
Ulf Rosdahl
2010-09-29
1
-1
/
+2
*
Allow two SurfaceViews inbetween the app and the wallpaper.
Pal Szasz
2010-09-03
1
-0
/
+1
*
Remove the window from being a target for motion events when it is destroyed.
Maciej Białka
2010-07-19
1
-0
/
+7
*
merge from open-source master
The Android Open Source Project
2010-06-15
1
-0
/
+1
|
\
|
*
Fix that InputDeviceReaderThread that got killed during startup
Christian Petersson
2010-06-06
1
-0
/
+1
|
*
Corrected debug message in WindowManager
Johan Alfven
2010-05-12
1
-1
/
+1
*
|
am 75b6a6b9: Merge "Fix 2737842: Disable KeguardManager API if device policy ...
Jim Miller
2010-06-08
1
-37
/
+61
|
\
\
|
*
|
Fix 2737842: Disable KeguardManager API if device policy is enabled
Jim Miller
2010-06-08
1
-37
/
+61
*
|
|
am bde25c20: Merge "Fix 2737842: disable keyguard API when device policy is e...
Jim Miller
2010-06-07
1
-18
/
+43
|
\
\
\
|
|
/
/
|
*
|
Fix 2737842: disable keyguard API when device policy is enabled.
Jim Miller
2010-06-07
1
-18
/
+43
*
|
|
merge from open-source master
The Android Open Source Project
2010-05-12
1
-9
/
+26
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Corrected repeat count for key repeat in input device.
Kristian Dreher
2010-05-10
1
-9
/
+26
*
|
|
merge from open-source master
The Android Open Source Project
2010-05-05
1
-0
/
+1
|
\
\
\
|
|
/
/
|
*
|
Set alpha value for newly created dim surface.
Maciej Białka
2010-04-27
1
-0
/
+1
*
|
|
am 9bc0a572: Merge "Fix issue #2608292: Fails to launch the video camera prev...
Dianne Hackborn
2010-04-22
1
-8
/
+10
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Fix issue #2608292: Fails to launch the video camera preview
Dianne Hackborn
2010-04-22
1
-8
/
+10
*
|
|
am ce73c1e5: Framework change for #2583442: Navigation dies when night mode c...
Dianne Hackborn
2010-04-13
1
-17
/
+27
|
\
\
\
|
|
/
/
|
*
|
Framework change for #2583442: Navigation dies when night mode changes
Dianne Hackborn
2010-04-13
1
-17
/
+27
*
|
|
am ae8c2c71: Merge "Fix issue #2420340: if FLAG_SHOW_WHEN_LOCKED, do not show...
Dianne Hackborn
2010-04-13
1
-4
/
+13
|
\
\
\
|
|
/
/
|
*
|
Fix issue #2420340: if FLAG_SHOW_WHEN_LOCKED, do not show keyguard...
Dianne Hackborn
2010-04-12
1
-4
/
+13
*
|
|
merge from open-source master
The Android Open Source Project
2010-04-08
1
-1
/
+2
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Fix reporting of window visibility in WindowManagerService.
Maciej Białka
2010-03-24
1
-1
/
+2
*
|
Fix "incall in landscape sometimes" bug #2523942
Christopher Tate
2010-04-02
1
-3
/
+29
*
|
Fix issue #2561067: Screen Display half faded...
Dianne Hackborn
2010-03-31
1
-0
/
+8
*
|
Dumb late-night typo.
Dianne Hackborn
2010-03-25
1
-1
/
+1
*
|
Fix issue #2543231: chat invitation dialog does show all the time
Dianne Hackborn
2010-03-25
1
-25
/
+71
*
|
Add new method call back in MountService.
Suchi Amalapurapu
2010-03-22
1
-1
/
+1
*
|
Fix issue #2519590: Lock screen stuck in landscape mode
Dianne Hackborn
2010-03-18
1
-17
/
+39
*
|
Fix issue #2461567: Home screen redraw messed up
Dianne Hackborn
2010-03-11
1
-4
/
+31
*
|
Further improvements to window management!
Dianne Hackborn
2010-03-10
1
-191
/
+251
*
|
Don't let hidden keyguard interfere with button and screen brightness overrides
Mike Lockwood
2010-03-09
1
-3
/
+4
*
|
Fix some bugs.
Dianne Hackborn
2010-03-04
1
-10
/
+25
*
|
Maybe fix issue #2482201: Paired bluetooth device looks like a qwerty keyboard
Dianne Hackborn
2010-03-02
1
-1
/
+5
*
|
Fix issue #2468687: back and home keys don't work on InCallScreen
Dianne Hackborn
2010-03-02
1
-14
/
+40
*
|
Added a name to Surface created by SurfaceFlinger
Mathias Agopian
2010-03-01
1
-1
/
+6
*
|
Switch the services library to using the new Slog
Joe Onorato
2010-03-01
1
-434
/
+434
*
|
Work on issue #2263557: PMF3000 showing hybrid of portrait and landscape modes
Dianne Hackborn
2010-02-18
1
-169
/
+226
*
|
Add Pointer Location to the window manager.
Dianne Hackborn
2010-02-12
1
-23
/
+31
*
|
Fix spurious ANRs involving window shuffling and non-fullscreen activities
Christopher Tate
2010-02-11
1
-12
/
+8
*
|
am 1e90ab54: merge from open-source master
The Android Open Source Project
2010-02-11
1
-3
/
+3
|
\
\
|
|
/
|
*
merge from open-source master
The Android Open Source Project
2010-02-11
1
-3
/
+3
|
|
\
|
|
*
Fixs the incorrect message for SecurityException
Chander S Pechetty
2010-02-10
1
-3
/
+3
|
|
*
eclair snapshot
Jean-Baptiste Queru
2009-11-13
1
-317
/
+1991
|
|
*
donut snapshot
Jean-Baptiste Queru
2009-08-11
1
-2
/
+13
|
|
*
donut snapshot
Jean-Baptiste Queru
2009-07-31
1
-1
/
+7
|
|
*
donut snapshot
Jean-Baptiste Queru
2009-07-29
1
-188
/
+408
|
|
*
donut snapshot
Jean-Baptiste Queru
2009-07-21
1
-588
/
+704
|
|
*
donut snapshot
Jean-Baptiste Queru
2009-05-20
1
-184
/
+364
|
|
*
AI 143896: Fix issue #1748954 and #1737952:
Dianne Hackborn
2009-03-31
1
-6
/
+21
[next]