Searched hist:cb6a084f200d116677acdc7535f476626f09ccaa (Results 1 – 5 of 5) sorted by relevance
/haiku/src/add-ons/input_server/filters/screen_saver/ |
H A D | ScreenSaverFilter.h | cb6a084f200d116677acdc7535f476626f09ccaa Fri Mar 13 04:51:52 UTC 2009 Ryan Leavengood <leavengood@gmail.com> Fixed a bug in the screen saver code that could cause someone to get locked out of their machine: if the password check is turned on, and the password window is shown but times out (when the screen saver starts again after the standard delay), the input filter never knew about this and would never try to end the screen saver again.
The solution is to take the logic for turning off the screen saver out of the input filter and put it in the screen blanker itself.
Also while working in the input filter I removed some debugging and a TODO that I think cannot be fixed.
In the screen_blanker the exit after loading the settings file was removed since the default settings now work for the screen_blanker.
Plus obviously code was added to handle exit upon user input as well as the timing out of the password window.
If anyone has a better solution for the 250ms timeout to ignore initial mouse moves, let me know.
Also I think the new calls should be nothrow, but I am not sure what the rule is for that.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29488 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
H A D | ScreenSaverFilter.cpp | cb6a084f200d116677acdc7535f476626f09ccaa Fri Mar 13 04:51:52 UTC 2009 Ryan Leavengood <leavengood@gmail.com> Fixed a bug in the screen saver code that could cause someone to get locked out of their machine: if the password check is turned on, and the password window is shown but times out (when the screen saver starts again after the standard delay), the input filter never knew about this and would never try to end the screen saver again.
The solution is to take the logic for turning off the screen saver out of the input filter and put it in the screen blanker itself.
Also while working in the input filter I removed some debugging and a TODO that I think cannot be fixed.
In the screen_blanker the exit after loading the settings file was removed since the default settings now work for the screen_blanker.
Plus obviously code was added to handle exit upon user input as well as the timing out of the password window.
If anyone has a better solution for the 250ms timeout to ignore initial mouse moves, let me know.
Also I think the new calls should be nothrow, but I am not sure what the rule is for that.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29488 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
/haiku/src/bin/screen_blanker/ |
H A D | ScreenSaverWindow.h | cb6a084f200d116677acdc7535f476626f09ccaa Fri Mar 13 04:51:52 UTC 2009 Ryan Leavengood <leavengood@gmail.com> Fixed a bug in the screen saver code that could cause someone to get locked out of their machine: if the password check is turned on, and the password window is shown but times out (when the screen saver starts again after the standard delay), the input filter never knew about this and would never try to end the screen saver again.
The solution is to take the logic for turning off the screen saver out of the input filter and put it in the screen blanker itself.
Also while working in the input filter I removed some debugging and a TODO that I think cannot be fixed.
In the screen_blanker the exit after loading the settings file was removed since the default settings now work for the screen_blanker.
Plus obviously code was added to handle exit upon user input as well as the timing out of the password window.
If anyone has a better solution for the 250ms timeout to ignore initial mouse moves, let me know.
Also I think the new calls should be nothrow, but I am not sure what the rule is for that.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29488 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
H A D | ScreenBlanker.cpp | cb6a084f200d116677acdc7535f476626f09ccaa Fri Mar 13 04:51:52 UTC 2009 Ryan Leavengood <leavengood@gmail.com> Fixed a bug in the screen saver code that could cause someone to get locked out of their machine: if the password check is turned on, and the password window is shown but times out (when the screen saver starts again after the standard delay), the input filter never knew about this and would never try to end the screen saver again.
The solution is to take the logic for turning off the screen saver out of the input filter and put it in the screen blanker itself.
Also while working in the input filter I removed some debugging and a TODO that I think cannot be fixed.
In the screen_blanker the exit after loading the settings file was removed since the default settings now work for the screen_blanker.
Plus obviously code was added to handle exit upon user input as well as the timing out of the password window.
If anyone has a better solution for the 250ms timeout to ignore initial mouse moves, let me know.
Also I think the new calls should be nothrow, but I am not sure what the rule is for that.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29488 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
H A D | ScreenSaverWindow.cpp | cb6a084f200d116677acdc7535f476626f09ccaa Fri Mar 13 04:51:52 UTC 2009 Ryan Leavengood <leavengood@gmail.com> Fixed a bug in the screen saver code that could cause someone to get locked out of their machine: if the password check is turned on, and the password window is shown but times out (when the screen saver starts again after the standard delay), the input filter never knew about this and would never try to end the screen saver again.
The solution is to take the logic for turning off the screen saver out of the input filter and put it in the screen blanker itself.
Also while working in the input filter I removed some debugging and a TODO that I think cannot be fixed.
In the screen_blanker the exit after loading the settings file was removed since the default settings now work for the screen_blanker.
Plus obviously code was added to handle exit upon user input as well as the timing out of the password window.
If anyone has a better solution for the 250ms timeout to ignore initial mouse moves, let me know.
Also I think the new calls should be nothrow, but I am not sure what the rule is for that.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29488 a95241bf-73f2-0310-859d-f6bbb57e9c96
|