#
0248bb3e |
| 16-Jun-2006 |
Axel Dörfler <axeld@pinc-software.de> |
* Screen savers are now sorted case insensitive (forgot to commit this before). * ScreenSavers is now completely font sensitive (but not the screen savers themselves, they are on their own there -
* Screen savers are now sorted case insensitive (forgot to commit this before). * ScreenSavers is now completely font sensitive (but not the screen savers themselves, they are on their own there - note, however, that a screen saver can enlarge its view under Haiku (like it's already the case for Translators, even under BeOS)).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17862 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
f7a09629 |
| 13-Jun-2006 |
Axel Dörfler <axeld@pinc-software.de> |
I don't know why this didn't happen under R5, but now the slider background is no longer just white...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17816 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
642090fd |
| 09-Jun-2006 |
Axel Dörfler <axeld@pinc-software.de> |
* ScreenCornerSelector is now a BControl and fully keyboard navigable. * simplified drawing a bit, and got rid of those scary scale*() stuff (which also results in better looks). The monitor now lo
* ScreenCornerSelector is now a BControl and fully keyboard navigable. * simplified drawing a bit, and got rid of those scary scale*() stuff (which also results in better looks). The monitor now looks like the one in Screen; I think it should either be a very reduced form or a very detailed form, but anything in between often looks just odd. * It now also listens to B_MOUSE_DOWN incl. mouse tracking, not only to B_MOUSE_UP. * Less flickering on state changes (and focus change). * Loading settings no longer overwrites defaults missing from the settings. * Renamed ScreenSaverSettings::GetBlankCorner() to BlankCorner(), LoadSettings() to Load(), GetState() to GetModuleState(), .... * Some more cleanup.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17783 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
7c434cc5 |
| 07-Jun-2006 |
Axel Dörfler <axeld@pinc-software.de> |
Some more work on the font sensitivity - not yet complete by any means, though, but it's shaping up.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17758 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
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
|
#
af55bae2 |
| 07-Jun-2006 |
Axel Dörfler <axeld@pinc-software.de> |
* Implemented DPMS support. * Cleanup.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17754 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
5d74f3c1 |
| 07-Jun-2006 |
Axel Dörfler <axeld@pinc-software.de> |
Renamed MouseAreaView to ScreenCornerSelector.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17752 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
4da6b5c3 |
| 07-Jun-2006 |
Axel Dörfler <axeld@pinc-software.de> |
* The screen corner selection view now follow the window bottom. * Some more cleanup.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17751 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
3c2793fc |
| 06-Jun-2006 |
Axel Dörfler <axeld@pinc-software.de> |
Seconds were not shown correctly.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17744 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
9bf8dbc8 |
| 06-Jun-2006 |
Axel Dörfler <axeld@pinc-software.de> |
* First baby steps to a font sensitive GUI. The window now adapts its size to the demands of the screen saver settings. * At least temporarily, the window is also resizable; we'll see how well th
* First baby steps to a font sensitive GUI. The window now adapts its size to the demands of the screen saver settings. * At least temporarily, the window is also resizable; we'll see how well that turns out. * The PreviewView did not have a black border around the preview. * You can now switch again from Blackness to another saver directly... * The turn off screen timeout is stored relative to the blanking time. * The list now scrolls to the selection whenever the tab is shown.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17743 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
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 ...
|
#
ef9c8e38 |
| 23-Apr-2006 |
Jérôme Duval <korli@users.berlios.de> |
fixes some font sensitiveness issues
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17207 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
b221cf05 |
| 21-Feb-2006 |
Jérôme Duval <korli@users.berlios.de> |
fixed window title
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16494 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
758b1d0e |
| 12-Nov-2005 |
Ingo Weinhold <ingo_weinhold@gmx.de> |
Fixes that make Haiku build with gcc 4. Mainly out of the following categories: * Missing includes (like <stdlib.h> and <string.h>). * Linking against $(TARGET_LIBSTDC++) instead of libstdc++.r4.so.
Fixes that make Haiku build with gcc 4. Mainly out of the following categories: * Missing includes (like <stdlib.h> and <string.h>). * Linking against $(TARGET_LIBSTDC++) instead of libstdc++.r4.so. * Local variables shadowing parameters. * Default parameters in function definitions (as opposed to function declarations). * All C++ stuff (nothrow, map, set, vector, min, max,...) must be imported explicitly from the std:: namespace now. * "new (sometype)[...]" must read "new sometype[...]", even if sometype is something like "const char *". * __FUNCTION__ is no longer a string literal (but a string expression), i.e. 'printf(__FUNCTION__ ": ...\n")' is invalid code. * A type cast results in a non-lvalue. E.g. "(char *)buffer += bytes" is an invalid expression. * "friend class SomeClass" only works when SomeClass is known before. Otherwise the an inner class with that name is considered as friend. gcc 4 is much pickier about scopes. * gcc 4 is generally stricter with respect to type conversions in C.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14878 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
09bae796 |
| 10-Oct-2005 |
Jérôme Duval <korli@users.berlios.de> |
improved visuals
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14339 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
f13c45ad |
| 06-Sep-2005 |
Jérôme Duval <korli@users.berlios.de> |
visual improvement
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14124 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
ae4f2186 |
| 02-Sep-2005 |
Jérôme Duval <korli@users.berlios.de> |
we now save the settings when test button is clicked tabs are reworked to avoid data loss
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14105 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
5e7558d8 |
| 31-Aug-2005 |
Jérôme Duval <korli@users.berlios.de> |
fixed password behaviour for screensaver kit
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14096 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
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
|
#
bc40c86c |
| 23-Aug-2005 |
Jérôme Duval <korli@users.berlios.de> |
clean up
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14053 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
1437c09c |
| 01-Aug-2005 |
Jérôme Duval <korli@users.berlios.de> |
screen_blanker signature is at one place modules tab selection makes the right module selected
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13863 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
4835f2d2 |
| 29-Jul-2005 |
Jérôme Duval <korli@users.berlios.de> |
removed debug password button is enabled when needed
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13860 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
f058feb7 |
| 29-Jul-2005 |
Jérôme Duval <korli@users.berlios.de> |
module states are now saved correctly
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13851 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
e3d946e5 |
| 29-Jul-2005 |
Jérôme Duval <korli@users.berlios.de> |
cleanup
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13850 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
c566b092 |
| 29-Jul-2005 |
Jérôme Duval <korli@users.berlios.de> |
added license headers changed the way prefs is stored, so that we have default settings general cleanup time sliders are now linked together as on R5 password window is centered onscreen
git-svn-id
added license headers changed the way prefs is stored, so that we have default settings general cleanup time sliders are now linked together as on R5 password window is centered onscreen
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13849 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|