haiku/headers/os
Axel Dörfler 7cae4a1ee0 * 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
2006-06-06 08:16:46 +00:00
..
add-ons * Big time cleanup of the screen saver stuff, not yet finished yet, though. 2006-06-06 08:16:46 +00:00
app * Implemented support for node monitoring - you can now be notified when new 2006-04-29 18:02:46 +00:00
arch Added empty arch_debugger.h header file. 2005-03-03 06:07:59 +00:00
be_apps Added missing R5 headers. 2004-02-26 19:35:02 +00:00
device More headers for the new modules and PnP/device system - note, this 2004-06-06 23:52:08 +00:00
drivers Add an ioctl B_GET_PATH_FOR_DEVICE, 2006-05-30 19:52:19 +00:00
game renamed class members to fit our guidelines (more or less) 2006-05-20 22:10:00 +00:00
interface an eventually opened menu is now quit in BWindow::DispatchMessage() 2006-05-27 09:57:14 +00:00
kernel B_SYSTEM_TEAM is now 1 under Haiku which refers to the real kernel. 2006-05-30 00:18:50 +00:00
mail restore prior values for utf8 and null, for the sake of default send mail encoding settings 2004-11-17 01:56:18 +00:00
media Reworked media_format meta data handling. 2006-05-14 22:51:14 +00:00
midi Fixed gcc 4 build. 2005-11-17 22:53:30 +00:00
midi2 Put private classes into the BPrivate namespace. 2004-05-13 10:55:10 +00:00
net Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
opengl Ooops, I forgot this little change. Sorry guys to break libGL.so build in the previous 2006-05-09 21:57:42 +00:00
storage Added BPositionIO::GetSize() and implemented it by means of Seek() and 2006-05-26 13:27:53 +00:00
support Added BPositionIO::GetSize() and implemented it by means of Seek() and 2006-05-26 13:27:53 +00:00
translation Some more GCC 4 and PPC fixes. 2006-05-19 15:52:21 +00:00
AppKit.h
Be.h
BeBuild.h Fixes that make Haiku build with gcc 4. Mainly out of the following 2005-11-12 23:27:14 +00:00
DeviceKit.h
GameKit.h
InterfaceKit.h
KernelKit.h
MailKit.h
MediaKit.h
MidiKit.h
NetKit.h
NetworkKit.h
OpenGLKit.h Removed GLX headers: was never there anyway! 2005-06-26 21:48:15 +00:00
StorageKit.h
SupportKit.h
TranslationKit.h