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
e5b0e0b5e3568a70e543bb5632b50fb02a825738
haiku-beta6
/
headers
/
private
/
servers
/
app
T
History
Michael Lotz
7d5778defa
Added support for GetEscapements() too. Still unfinished. Maybe this should be moved elsewhere?
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12216 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-04-01 09:18:25 +00:00
..
BitmapManager.h
…
ColorSet.h
…
CursorHandler.h
step 3, exracted code from DisplayDriver into DisplayDriverImpl, adjusted the existing implementations to derive from the new class, got rid of some "friend" stuff along the way, essentially I made room for the new Painter based DisplayDriver implementation.
2005-03-25 17:29:45 +00:00
Decorator.h
…
DisplayDriver.h
fixed some font related problems, Painter should now rely on the app_server font manager. maybe I fixed some compile problems too. Sorry if that was the case.
2005-03-29 22:58:09 +00:00
DisplaySupport.h
…
FontFamily.h
FT_New_Face is a quite heavy function and shouldn't be called for every StringWidth, StringHeight and DrawString call. We now keep it open in FontStyle and destroy it there too.
2005-03-25 21:02:40 +00:00
FontServer.h
More API fixes and tweaks, mostly to get BFont::GetHeight working
2005-01-17 20:05:36 +00:00
GraphicsBuffer.h
…
IPoint.h
…
LayerData.h
…
Painter.h
massive performance improvements. On my ancient 2xPII 350, the DisplayDriverPainter with the ViewHWInteface is pretty much usable now. It could be even better if app_server culmulated update requests more.
2005-03-31 10:46:02 +00:00
PatternHandler.h
declared some functions "inline"
2005-03-26 22:02:19 +00:00
PixelRenderer.h
…
RectUtils.h
…
RenderingBuffer.h
on the way of integrating Painter into build system, suppose this is where this file belongs
2005-01-20 12:45:26 +00:00
RGBColor.h
…
ServerBitmap.h
…
ServerConfig.h
No longer defines ENABLE_INPUT_SERVER_EMULATION if DISPLAYDRIVER is set to HWDRIVER.
2005-03-31 19:29:57 +00:00
ServerCursor.h
…
ServerFont.h
Added support for GetEscapements() too. Still unfinished. Maybe this should be moved elsewhere?
2005-04-01 09:18:25 +00:00
SharedObject.h
…
SystemPalette.h
…
TokenHandler.h
…