#
4ddea1f8 |
| 22-Aug-2014 |
Adrien Destugues <pulkomandy@pulkomandy.tk> |
ScreenSaver: rework some of the fixes
* Use a BTextView for the "no preview" text again, as Skipp_OSX pointed this allows it to word wrap as needed with any font bigger than 10pt. * Show a black scr
ScreenSaver: rework some of the fixes
* Use a BTextView for the "no preview" text again, as Skipp_OSX pointed this allows it to word wrap as needed with any font bigger than 10pt. * Show a black screen rather than the "no preview" text for Darkness and when a screensaver fails to load. This matches what screen_blanker will do.
show more ...
|
#
61346881 |
| 14-Aug-2014 |
Adrien Destugues <pulkomandy@pulkomandy.tk> |
Convert PreviewView to layout kit
* Use a BGroupLayout with insets to make space for the monitor drawing * Don't put the "no preview available" inside the view passed to screensavers, this could con
Convert PreviewView to layout kit
* Use a BGroupLayout with insets to make space for the monitor drawing * Don't put the "no preview available" inside the view passed to screensavers, this could confuse them * Have the actual preview area (not including borders) be 160x120
show more ...
|
#
58b592b3 |
| 26-Feb-2014 |
John Scipione <jscipione@gmail.com> |
ScreenSaver: Add "No preview available" text
... when a screensaver doesn't provide a preview.
Also do a bit of refactoring in PreviewView, remove unneeded includes
|
#
ada2a0a1 |
| 23-Feb-2014 |
John Scipione <jscipione@gmail.com> |
Screensaver: Small style fixes to PreviewView
|
#
be888b3a |
| 14-Nov-2013 |
John Scipione <jscipione@gmail.com> |
PreviewView: Add SaverView() method
|
#
c14bca29 |
| 13-Sep-2013 |
François Revol <revol@free.fr> |
Merge branch 'master' into sam460ex
|
#
cf70d345 |
| 12-Sep-2013 |
Ingo Weinhold <ingo_weinhold@gmx.de> |
Merge remote-tracking branch 'haiku/master' into package-management
This reverts 8f7f28a7c3db28711920ad5d15df401fae90bcf1 (OpenGL: Upgrade to Mesa 9.2).
Conflicts: build/jam/BuildFeatures build/j
Merge remote-tracking branch 'haiku/master' into package-management
This reverts 8f7f28a7c3db28711920ad5d15df401fae90bcf1 (OpenGL: Upgrade to Mesa 9.2).
Conflicts: build/jam/BuildFeatures build/jam/HaikuImage build/jam/OptionalPackages build/scripts/build_cross_tools_gcc4 src/add-ons/opengl/swpipe/Jamfile src/apps/diskusage/Jamfile src/kits/tracker/ContainerWindow.cpp src/kits/tracker/DeskWindow.cpp src/kits/tracker/Jamfile
show more ...
|
#
58aaae82 |
| 02-Sep-2013 |
John Scipione <jscipione@gmail.com> |
ScreenSaver: Correct typo
Should be Copyright 2013 not 20013
|
#
23ca081a |
| 02-Sep-2013 |
John Scipione <jscipione@gmail.com> |
ScreenSaver: Style fixes
Update Copyright year and fix authors adding myself. Mostly spacing and indentation fixes.
|
#
41158aaf |
| 07-Jun-2006 |
Axel Dörfler <axeld@pinc-software.de> |
* Renamed the ScreenSaverPrefs class to the more Be-like ScreenSaverSettings. * Minor cleanup.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17755 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
7cae4a1e |
| 06-Jun-2006 |
Axel Dörfler <axeld@pinc-software.de> |
* Big time cleanup of the screen saver stuff, not yet finished yet, though. Renamed lots of things, like ScreenSaverThread to ScreenSaverRunner, refactored code, etc. Much cleaner interfaces and
* Big time cleanup of the screen saver stuff, not yet finished yet, though. Renamed lots of things, like ScreenSaverThread to ScreenSaverRunner, refactored code, etc. Much cleaner interfaces and code. * Fixed a couple of bugs and in the add-on handling, especially some settings related bugs (ie. testing a screen saver will now use its latest settings, etc.). * Correctly implemented DPMS support in ScreenSaverPrefs and the ScreenSaver preferences application - screen_blanker still ignores them, though. * It's not yet font sensitive either. * Changed the input_server add-on to not switch to the screen blanker immediately when it's in the "blank corner" - doesn't seem to work yet, though (only tested under Qemu). * Correctly implemented the "preview" function (before, a screen saver would never know it rendered a preview). * Evaluates the return value of BScreenSaver::StartSaver(). * The screen saver thread is no longer killed without notice - it's now always shut down properly. * Made the code more robust against failure. * Introduced some new bugs as well (the screen saver list view doesn't jump to the selection anymore, for some reason), those will be fixed later (as the remaining issues). * Probably some more I forgot about.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17731 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
12e1daa3 |
| 24-Aug-2005 |
Jérôme Duval <korli@users.berlios.de> |
copyright update
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14059 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
66dee31a |
| 26-Jul-2005 |
Jérôme Duval <korli@users.berlios.de> |
clean up, style change, unused files are removed added ScreenSaver.cpp to ScreenSaver preferences to have Matrix working
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13828 a95241bf-73f2-0310
clean up, style change, unused files are removed added ScreenSaver.cpp to ScreenSaver preferences to have Matrix working
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13828 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
a10cf76e |
| 24-Jun-2005 |
Axel Dörfler <axeld@pinc-software.de> |
Renamed src/prefs to "preferences", as the directory is usually called in BeOS.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13263 a95241bf-73f2-0310-859d-f6bbb57e9c96
|