This website requires JavaScript.
Explore
Register
Sign In
i2p
/
haiku-beta6
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
2762b0cecda645270a573d97b168a49dcea3a8c9
haiku-beta6
/
headers
T
History
Stephan Aßmus
2762b0cecd
Work in progress... improvements on font stuff, reverted to using Painter to get the string width. Since it actually uses glyph caching, it is about 20 times faster than the implementation in ServerFont (and a about twice the time as R5). I added a StringWidth method to Painter and AGGTextRenderer which works as correct as ServerFont::StringWidth, which btw was broken, because I mixed up glyph count and byte count...
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12745 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-05-20 19:52:38 +00:00
..
cpp
commented out hypot prototype : it conflicts with glibc signature when building libstdc++ which uses glibc headers
2005-03-10 19:56:11 +00:00
gnu
adding gnu/termcap.h : is a copy of src/libs/termcap/termcap.h
2004-06-01 12:38:47 +00:00
libs
incorporated fix from AGG mailing list, the problem only showed on Sun hardware though...
2005-05-10 11:34:26 +00:00
os
Renamed the "blkman" module to "block_io".
2005-05-12 15:43:02 +00:00
posix
Added missing wctype.h header - R5 does not include this header, but its
2005-05-18 15:02:09 +00:00
private
Work in progress... improvements on font stuff, reverted to using Painter to get the string width. Since it actually uses glyph caching, it is about 20 times faster than the implementation in ServerFont (and a about twice the time as R5). I added a StringWidth method to Painter and AGGTextRenderer which works as correct as ServerFont::StringWidth, which btw was broken, because I mixed up glyph count and byte count...
2005-05-20 19:52:38 +00:00
tools
Fixed the build of the cppunit stuff; if you are using IMPORT/EXPORT you should
2004-05-05 16:19:03 +00:00