haiku/headers/private
Axel Dörfler 9b1ad6f45e Fixed a bunch of bugs in the font sub-system:
* BFont::Face() was almost always wrong - also on the server side,
  _TranslateStyleToFace() was broken.
* a clean font was not correctly initialized to be_plain_font
* BFont::GetFamilyAndStyle() did not work correctly if either family
  or style was NULL - which is allowed, and shouldn't have let it abort
  its task.
* FontServer::GetStyle() by ID did not work reliably under certain
  circumstances (but those were not reached with the current server)
* BFont::SetFamilyAndStyle() did not work when family was NULL, and
  it also never set fFace correctly.
* Introduced a FontFamily::GetStyleWithFace()
* Renamed some FontFamily/FontStyle methods from ie. GetID() to ID()
  to match the style used everywhere else in BeOS.
* Removed AS_SET_FAMILY_NAME as its no longer in use.
* Lots of cleanup and simplification.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14602 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-10-31 23:21:36 +00:00
..
app Added an alternate ReadString() in case you know how large the string can get. 2005-10-31 20:04:59 +00:00
debug
disk_scanner
drivers
graphics added mode.flag 'TV_PRIMARY (1<<13)'. On dualhead cards you need to issue this flag to setup a TVout mode on the primary head: such a mode can be single- or dualhead. Note BTW that (most of) these custom flags will disappear somewhere in the future: when Haiku supports multiple graphics cards. 2005-10-27 20:08:44 +00:00
input
interface
kernel Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
libroot
mail
media cleanup of DEBUG and NDEBUG usage in media kit 2005-08-20 23:49:39 +00:00
midi
net Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
opengl/GL/internal
print
runtime_loader
screen_saver fix for network password 2005-09-01 15:04:18 +00:00
servers/app Fixed a bunch of bugs in the font sub-system: 2005-10-31 23:21:36 +00:00
shared
storage fs_mount_volume() now returns a dev_t as well - changed mount/mountvolume to take 2005-10-20 13:03:50 +00:00
syslog_daemon
textencoding
tracker
translation