haiku/src/servers
Stephan Aßmus fb2c7f9394 bonefish + stippi:
Reworked the glyph caching:
* It is now glyph index based (a font file has an internal glyph code to
  index mapping, so that for example the same fallback glyph is used for
  all unsupported codes).
* We do not truncate to uint16 anymore at various places, but support
  the full 32 bit char codes.
* This made it necessary to switch to an OpenHashTable based cache lookup.
* In CharacterMap, you can now see that the second Unicode plane does not
  wrap around anymore.
TODO: Remove old entries from the hash table after a while to free up memory.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31780 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-07-26 18:04:01 +00:00
..
app bonefish + stippi: 2009-07-26 18:04:01 +00:00
bluetooth - Patch by Michael Weirauch, Finally a deskbar addon for bluetooth 2009-07-10 15:12:51 +00:00
cddb_daemon Fixing random GCC4 warnings. Mostly missing consts, some parentheses, some braces... Should all be harmless and not change anything. 2009-07-16 02:42:03 +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 Fixing random GCC4 warnings. Mostly missing consts, some parentheses, some braces... Should all be harmless and not change anything. 2009-07-16 02:42:03 +00:00
media * Made the NotificationManager.h header self contained. 2009-04-09 19:13:07 +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 * Minor cleanup. 2009-06-01 20:44:59 +00:00
power * merged 32bit-wchar_t branches of buildtools and haiku back into 2009-07-07 10:30:09 +00:00
print * merged 32bit-wchar_t branches of buildtools and haiku back into 2009-07-07 10:30:09 +00:00
registrar Fixing random GCC4 warnings. Mostly missing consts, some parentheses, some braces... Should all be harmless and not change anything. 2009-07-16 02:42:03 +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