haiku/src/servers/app/proto4
ejakowatz 52a3801208 It is accomplished ...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-07-09 12:24:59 +00:00
..
obhey It is accomplished ... 2002-07-09 12:24:59 +00:00
obtestapp It is accomplished ... 2002-07-09 12:24:59 +00:00
AppServer.cpp It is accomplished ... 2002-07-09 12:24:59 +00:00
AppServer.h It is accomplished ... 2002-07-09 12:24:59 +00:00
BUGS It is accomplished ... 2002-07-09 12:24:59 +00:00
CHANGES It is accomplished ... 2002-07-09 12:24:59 +00:00
DebugTools.cpp It is accomplished ... 2002-07-09 12:24:59 +00:00
DebugTools.h It is accomplished ... 2002-07-09 12:24:59 +00:00
Desktop.cpp It is accomplished ... 2002-07-09 12:24:59 +00:00
Desktop.h It is accomplished ... 2002-07-09 12:24:59 +00:00
DirectDriver.cpp It is accomplished ... 2002-07-09 12:24:59 +00:00
DirectDriver.h It is accomplished ... 2002-07-09 12:24:59 +00:00
DisplayDriver.cpp It is accomplished ... 2002-07-09 12:24:59 +00:00
DisplayDriver.h It is accomplished ... 2002-07-09 12:24:59 +00:00
Globals.h It is accomplished ... 2002-07-09 12:24:59 +00:00
Layer.cpp It is accomplished ... 2002-07-09 12:24:59 +00:00
Layer.h It is accomplished ... 2002-07-09 12:24:59 +00:00
main.cpp It is accomplished ... 2002-07-09 12:24:59 +00:00
PortLink.cpp It is accomplished ... 2002-07-09 12:24:59 +00:00
PortLink.h It is accomplished ... 2002-07-09 12:24:59 +00:00
README It is accomplished ... 2002-07-09 12:24:59 +00:00
ServerApp.cpp It is accomplished ... 2002-07-09 12:24:59 +00:00
ServerApp.h It is accomplished ... 2002-07-09 12:24:59 +00:00
ServerBitmap.cpp It is accomplished ... 2002-07-09 12:24:59 +00:00
ServerBitmap.h It is accomplished ... 2002-07-09 12:24:59 +00:00
ServerCursor.cpp It is accomplished ... 2002-07-09 12:24:59 +00:00
ServerCursor.h It is accomplished ... 2002-07-09 12:24:59 +00:00
ServerProtocol.h It is accomplished ... 2002-07-09 12:24:59 +00:00
ServerSprite.cpp It is accomplished ... 2002-07-09 12:24:59 +00:00
ServerWindow.cpp It is accomplished ... 2002-07-09 12:24:59 +00:00
ServerWindow.h It is accomplished ... 2002-07-09 12:24:59 +00:00
SystemPalette.cpp It is accomplished ... 2002-07-09 12:24:59 +00:00
SystemPalette.h It is accomplished ... 2002-07-09 12:24:59 +00:00
ViewDriver.cpp It is accomplished ... 2002-07-09 12:24:59 +00:00
ViewDriver.h It is accomplished ... 2002-07-09 12:24:59 +00:00

OpenBeOS App Server Test Prototype #4

This prototype is an extension of the third one, where the TestApp has become a test bed for graphics functions. The graphics-access object used, ViewDriver, has most of the useful BView calls implemented and tested. Such was necessary to proceed to the next steps. The functions not implemented were not done either because it was way too much work or simply not possible to do with the current test application. They will have to wait until BView is done. In any event, not bad for 2 weeks' work.

This is an example of both a work in progress and a lot of research at the same time. Many of the concepts used in this prototype will be used in the real server. It doesn't do much, but the fact that it exists and does what it does is the result of a *lot* of work.

The code is reasonably (IMHO) well-commented and should be easy to understand at first glance. Also included are some extra files which I didn't feel like throwing out or are in place for future development. ;D Enjoy.

--DarkWyrm