haiku/src/servers/app
2005-03-27 22:02:19 +00:00
..
drawing moved the place of implementation of locking in DisplayDriver, because the Painter version has it elsewhere. the DisplayDriver locking API is now abstract, the same locking is now in DisplayDriverImpl, Painter version uses HWInterface for locking 2005-03-27 22:02:19 +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 Moved app_server files to app/. 2005-03-24 14:45:52 +00:00
app_server.rsrc Moved app_server files to app/. 2005-03-24 14:45:52 +00:00
AppServer.cpp The monitoring thread should be called "picasso" (lower case) as in BeOS R5. 2005-03-25 20:39:43 +00:00
AppServer.h The monitoring thread should be called "picasso" (lower case) as in BeOS R5. 2005-03-25 20:39:43 +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 use a DisplayDriverPainter version if config says so 2005-03-26 22:13:23 +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 include my new stuff in the build 2005-03-26 22:12:37 +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 When the active window (the one who has both, focus and front states) changes, messages are sent to the client side. This makes BWindow::WindowActivated to be called on such am event. 2005-03-27 13:52:26 +00:00
RootLayer.h 2 new methods 2005-03-27 13:48:30 +00:00
ServerApp.cpp Moved app_server files to app/. 2005-03-24 14:45:52 +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