haiku/src/servers/app
Axel Dörfler d19337ad86 The previous change overwrote the $defines variable, although both defines should
be there at the same time.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12133 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-03-29 20:37:30 +00:00
..
drawing fixed app_server build, though I don't exactly know why that fixes it 2005-03-29 18:32:43 +00:00
fonts Forgot to update fonts Jamfiles - ideally, these should be moved somewhere else, 2005-03-24 14:51:25 +00:00
Angle.cpp Moved app_server files to app/. 2005-03-24 14:45:52 +00:00
Angle.h Moved app_server files to app/. 2005-03-24 14:45:52 +00:00
app_server.rdef app_server.rsrc is no longer used (we already have the .rdef file). 2005-03-29 16:38:17 +00:00
AppServer.cpp TEST_MODE is now disabled on Haiku too. So app_server is not a BApplication anymore and doesn't depend on itself. 2005-03-29 19:49:55 +00:00
AppServer.h TEST_MODE is now disabled on Haiku too. So app_server is not a BApplication anymore and doesn't depend on itself. 2005-03-29 19:49:55 +00:00
BGet++.cpp Moved app_server files to app/. 2005-03-24 14:45:52 +00:00
BGet++.h Moved app_server files to app/. 2005-03-24 14:45:52 +00:00
BitmapManager.cpp Moved app_server files to app/. 2005-03-24 14:45:52 +00:00
Clipper.cpp Moved app_server files to app/. 2005-03-24 14:45:52 +00:00
Clipper.h Moved app_server files to app/. 2005-03-24 14:45:52 +00:00
ColorSet.cpp Moved app_server files to app/. 2005-03-24 14:45:52 +00:00
CursorData.cpp Moved app_server files to app/. 2005-03-24 14:45:52 +00:00
CursorData.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:20 +00:00
CursorHandler.cpp 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:20 +00:00
CursorManager.cpp Moved app_server files to app/. 2005-03-24 14:45:52 +00:00
CursorManager.h Moved app_server files to app/. 2005-03-24 14:45:52 +00:00
Decorator.cpp Moved app_server files to app/. 2005-03-24 14:45:52 +00:00
DefaultDecorator.cpp Moved app_server files to app/. 2005-03-24 14:45:52 +00:00
DefaultDecorator.h Moved app_server files to app/. 2005-03-24 14:45:52 +00:00
Desktop.cpp fixed app_server build, though I don't exactly know why that fixes it 2005-03-29 18:32:43 +00:00
Desktop.h Moved app_server files to app/. 2005-03-24 14:45:52 +00:00
FMWList.cpp Moved app_server files to app/. 2005-03-24 14:45:52 +00:00
FMWList.h Moved app_server files to app/. 2005-03-24 14:45:52 +00:00
FontFamily.cpp 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.cpp 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
Globals.h Moved app_server files to app/. 2005-03-24 14:45:52 +00:00
GraphicsBuffer.cpp Moved app_server files to app/. 2005-03-24 14:45:52 +00:00
IPoint.cpp Moved app_server files to app/. 2005-03-24 14:45:52 +00:00
Jamfile The previous change overwrote the $defines variable, although both defines should 2005-03-29 20:37:30 +00:00
Layer.cpp Moved app_server files to app/. 2005-03-24 14:45:52 +00:00
Layer.h Moved app_server files to app/. 2005-03-24 14:45:52 +00:00
LayerData.cpp Moved app_server files to app/. 2005-03-24 14:45:52 +00:00
PicturePlayer.cpp as a first step, all appearently unused calls are commented outfrom DisplayDriver and derived classes, I moved many implementations arround to match the order of the declaration in the header, makes it easier to find stuff 2005-03-25 13:14:59 +00:00
PicturePlayer.h Moved app_server files to app/. 2005-03-24 14:45:52 +00:00
PNGDump.cpp Moved app_server files to app/. 2005-03-24 14:45:52 +00:00
PNGDump.h Moved app_server files to app/. 2005-03-24 14:45:52 +00:00
RAMLinkMsgReader.cpp Moved app_server files to app/. 2005-03-24 14:45:52 +00:00
RAMLinkMsgReader.h Moved app_server files to app/. 2005-03-24 14:45:52 +00:00
RectUtils.cpp Moved app_server files to app/. 2005-03-24 14:45:52 +00:00
RGBColor.cpp Moved app_server files to app/. 2005-03-24 14:45:52 +00:00
RootLayer.cpp Made DISPLAYDRIVER a true compile time option. 2005-03-29 15:39:08 +00:00
RootLayer.h 2 new methods 2005-03-27 13:48:30 +00:00
ServerApp.cpp Made DISPLAYDRIVER a true compile time option. 2005-03-29 15:39:08 +00:00
ServerApp.h Moved app_server files to app/. 2005-03-24 14:45:52 +00:00
ServerBitmap.cpp Moved app_server files to app/. 2005-03-24 14:45:52 +00:00
ServerCursor.cpp Moved app_server files to app/. 2005-03-24 14:45:52 +00:00
ServerFont.cpp Moved app_server files to app/. 2005-03-24 14:45:52 +00:00
ServerPicture.cpp Moved app_server files to app/. 2005-03-24 14:45:52 +00:00
ServerPicture.h Moved app_server files to app/. 2005-03-24 14:45:52 +00:00
ServerScreen.cpp Moved app_server files to app/. 2005-03-24 14:45:52 +00:00
ServerScreen.h Moved app_server files to app/. 2005-03-24 14:45:52 +00:00
ServerWindow.cpp Implement AS_LAYER_COPY_BITS. 2005-03-27 05:25:59 +00:00
ServerWindow.h Moved app_server files to app/. 2005-03-24 14:45:52 +00:00
SysCursor.cpp Moved app_server files to app/. 2005-03-24 14:45:52 +00:00
SystemPalette.cpp Moved app_server files to app/. 2005-03-24 14:45:52 +00:00
TokenHandler.cpp Moved app_server files to app/. 2005-03-24 14:45:52 +00:00
Utils.cpp Moved app_server files to app/. 2005-03-24 14:45:52 +00:00
Utils.h Moved app_server files to app/. 2005-03-24 14:45:52 +00:00
WinBorder.cpp Moved app_server files to app/. 2005-03-24 14:45:52 +00:00
WinBorder.h Moved app_server files to app/. 2005-03-24 14:45:52 +00:00
Workspace.cpp Sending windows into background works now. 2005-03-27 10:00:37 +00:00
Workspace.h Moved app_server files to app/. 2005-03-24 14:45:52 +00:00