haiku/src/servers/app
Stephan Aßmus a4365bfe01 support drawing invalid rects
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12422 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-04-15 17:45:10 +00:00
..
drawing support drawing invalid rects 2005-04-15 17:45:10 +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 fall back fonts are actually used now if you didn't install the Vera fonts on R5 2005-04-14 00:11:33 +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 The DisplayDriverPainter is now also the default on Haiku. The DisplayDriverImpl stuff is left out for now. 2005-04-12 08:22:16 +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 Added support for BFont::GetGlyphShapes. Not finished yet and untested, delivery method as to be changed. 2005-04-01 07:00:32 +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 DisplayDriverPainter is now also the default on Haiku. The DisplayDriverImpl stuff is left out for now. 2005-04-12 08:22:16 +00:00
Layer.cpp Update requests are sent only after the last one has been received an processsed 2005-04-06 20:56:46 +00:00
Layer.h Removed a friend, a printf and a blank line. :-) 2005-04-10 11:26:59 +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 All keyboard messages now go to BWindow's preferred handler. Also, mouse wheel messages go to the BView under mouse. 2005-04-14 21:42:32 +00:00
RootLayer.h Made BWindow::WorkspaceActivated() and BWindow::WorkspacesChanged() work. 2005-04-13 21:32:23 +00:00
ServerApp.cpp Added support for GetEscapements() too. Still unfinished. Maybe this should be moved elsewhere? 2005-04-01 09:18:25 +00:00
ServerApp.h Moved app_server files to app/. 2005-03-24 14:45:52 +00:00
ServerBitmap.cpp really implement BitsLength() inline, I have no idea why it compiled for me... 2005-04-15 15:31:57 +00:00
ServerCursor.cpp 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.cpp 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
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 Adi told me a quick fix to get BView::Invalidate() working, it doesn't work correctly yet (invalidates child views as well), but it is a start. 2005-04-15 16:03:16 +00:00
ServerWindow.h This may be a quick and dirty fix to the problems we've been having with the update code. However this requires something from DisplayDriver. I'll write about this in a moment on app_server list. 2005-03-30 20:06:50 +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 Aren't these supposed to be chars? 2005-04-01 04:03:11 +00:00
Utils.h Moved app_server files to app/. 2005-03-24 14:45:52 +00:00
WinBorder.cpp All keyboard messages now go to BWindow's preferred handler. Also, mouse wheel messages go to the BView under mouse. 2005-04-14 21:42:32 +00:00
WinBorder.h Added a member to know when an update request has been sent 2005-04-06 20:52:58 +00:00
Workspace.cpp Fixed a bug where a modal subset on some occasions did not change workspaces when its main window did. Initializing workspaces is a bit different now, they are initialized when are needed. Some work on adding support for BWindow::WorkspaceActived() 2005-04-11 22:46:48 +00:00
Workspace.h Moved app_server files to app/. 2005-03-24 14:45:52 +00:00