haiku/src/servers
Axel Dörfler 0eed918306 * Rewrote screen configuration management: VirtualScreen doesn't have anything
to do with the configurations now, instead, there is a separated
  ScreenConfigurations class that maintains all known screen_configurations
  per workspace (and the Workspace::Private class has two of them, one for the
  current modes, one for the stored modes).
* Added Desktop::{Get|Set}ScreenMode() methods, ServerApp now only calls those.
* Getting and setting of anything else than the current screen is now supported.
* This change also fixes that a temporarily set screen mode was not being
  restored on workspace switch.
* Also, the Deskbar now seems to have the wrong location a lot, which is
  something that should be easily fixable therefore. I will look into this next.
* Got rid of the unhandy screen_id structure server side, and in BPrivateScreen;
  we now just use an int32 - the next API break should definitely replace the
  screen_id with a simple typedef.
* Some cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32541 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-08-20 17:52:32 +00:00
..
app * Rewrote screen configuration management: VirtualScreen doesn't have anything 2009-08-20 17:52:32 +00:00
bluetooth - Patch by Michael Weirauch, Finally a deskbar addon for bluetooth 2009-07-10 15:12:51 +00:00
cddb_daemon - Revert excessive debugging. 2009-08-16 22:13:28 +00:00
debug * debug_create_symbol_lookup_context() gets a team ID instead of a 2009-04-11 22:59:31 +00:00
input * Minor cleanup. 2009-07-03 12:59:56 +00:00
mail * Build fix 2009-08-12 12:21:13 +00:00
media * The media server now clones each buffer area only once - before, you could 2009-08-06 10:01:20 +00:00
media_addon * merged 32bit-wchar_t branches of buildtools and haiku back into 2009-07-07 10:30:09 +00:00
midi New midi_server icon roughly based on this: 2009-07-15 22:56:55 +00:00
net * Made defines out of the kNetServerSignature and kMsgConfigureInterface 2009-08-13 16:30:21 +00:00
power * merged 32bit-wchar_t branches of buildtools and haiku back into 2009-07-07 10:30:09 +00:00
print * Print server is not BeOS compatible since layout manager is used. 2009-08-10 18:13:36 +00:00
registrar Registrar Shutdown window: Make Font Size sensitive 2009-08-19 01:30:56 +00:00
services_daemon * merged 32bit-wchar_t branches of buildtools and haiku back into 2009-07-07 10:30:09 +00:00
syslog_daemon * merged 32bit-wchar_t branches of buildtools and haiku back into 2009-07-07 10:30:09 +00:00
Jamfile - Added skeleton for new cddb_server. 2008-08-21 02:33:19 +00:00