This website requires JavaScript.
Explore
Help
Sign In
Aren
/
haiku
Watch
1
Star
0
Fork
0
You've already forked haiku
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
haiku
/
headers
/
private
/
servers
/
app
History
Stephan Aßmus
8877eb5444
sorry
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12419 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-04-15 15:32:21 +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
Added a big TODO comment, StrokeLine takes now non-const DrawData.
2005-04-12 08:28:25 +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
reuse DrawingMode instances
2005-04-15 12:25:25 +00:00
PatternHandler.h
even more convenience functions
2005-04-15 12:26:10 +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
sorry
2005-04-15 15:32:21 +00:00
ServerConfig.h
just a slightly more robust default font handling... should now work on Haiku even if you didn't install fonts from BeOS.
2005-04-12 13:15:38 +00:00
ServerCursor.h
cosmetical changes and some bug fixes along the way, added another constructor to take on bitmap data from somewhere else
2005-04-14 00:04:26 +00:00
ServerFont.h
added a comment about how it would be nice if ServerFont could be guaranteed to be valid (ie it doesn't crash if you call one of it's functions from outside code, I like it when a C++ class is an encapsulated object, maintaining a valid internal state, and whatever client code does, it should just never crash)
2005-04-14 00:22:01 +00:00
SharedObject.h
…
SystemPalette.h
…
TokenHandler.h
…