haiku/src/servers/app/server
DarkWyrm 4a10a4f0ea Fixed a quit bug in ViewDriver
Slightly improved ServerScreen::SupportsResolution
Implemented a DPMS hack for ViewDriver and DirectDriver
Moved various supporting classes from DisplayDriver.cpp to DisplaySupport.cpp
Added server-side support for BWindow::SetSizeLimits


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8541 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-08-07 20:30:58 +00:00
..
fonts Changed temporary font scan directories to home/config/psfonts and ttfonts 2003-08-02 00:13:30 +00:00
AccelerantDriver.cpp Begin transfering implementations to the new API functions 2004-03-01 02:21:14 +00:00
AccelerantDriver.h Begin transfering implementations to the new API functions 2004-03-01 02:21:14 +00:00
Angle.cpp Removed a couple of warnings from Accelerant, Screen, and BitmapDrivers 2004-01-14 00:54:45 +00:00
Angle.h Removed a couple of warnings from Accelerant, Screen, and BitmapDrivers 2004-01-14 00:54:45 +00:00
app_server.rdef Simplified app_flags. 2003-12-22 17:51:32 +00:00
app_server.rsrc Tweaked AccelerantDriver to utilize recent DisplayDriver changes 2003-01-20 20:38:49 +00:00
AppServer.cpp Pahtz's changes to use BPortLink systemwide, with a few minor other changes 2004-07-30 15:16:59 +00:00
AppServer.h Minor header tweak 2004-07-30 15:38:38 +00:00
areafunc.c clean up some warnings 2003-10-27 00:47:01 +00:00
bget.c clean up some warnings 2003-10-27 00:47:01 +00:00
bget.h Imported BitmapManager code. Not documented yet. 2003-02-13 00:03:31 +00:00
BitmapDriver.cpp Quick fix to conform BitmapDirver to the new DisplayDriver function prototypes 2004-07-20 15:31:39 +00:00
BitmapDriver.h Rename clippReg to clipReg 2004-05-20 01:31:28 +00:00
BitmapManager.cpp BitmapManager sets the _initialized flag to true when allocation is successful 2003-10-04 21:53:09 +00:00
Clipper.cpp Convert to LayerData independent drawing API 2003-12-07 03:22:15 +00:00
Clipper.h Convert to LayerData independent drawing API 2003-12-07 03:22:15 +00:00
ColorSet.cpp small fix 2004-03-28 15:04:01 +00:00
CursorData.cpp Janitorial work, mostly 2004-06-11 02:46:48 +00:00
CursorData.h Added move cursor data. 2003-07-16 00:43:10 +00:00
CursorManager.cpp AppServer.cpp: removed a memory leak from new_decorator 2004-06-26 02:15:48 +00:00
CursorManager.h AppServer.cpp: removed a memory leak from new_decorator 2004-06-26 02:15:48 +00:00
Decorator.cpp AppServer.cpp: removed a memory leak from new_decorator 2004-06-26 02:15:48 +00:00
DefaultDecorator.cpp Fixed an errant line draw that occurred with titled and floating windows 2004-07-21 16:52:55 +00:00
DefaultDecorator.h modified resize methods 2004-05-16 19:17:34 +00:00
Desktop.cpp Pahtz's changes to use BPortLink systemwide, with a few minor other changes 2004-07-30 15:16:59 +00:00
Desktop.h Pahtz's changes to use BPortLink systemwide, with a few minor other changes 2004-07-30 15:16:59 +00:00
DesktopClasses.cpp Convert to LayerData independent drawing API 2003-12-07 03:22:15 +00:00
DesktopClasses.h Convert to LayerData independent drawing API 2003-12-07 03:22:15 +00:00
DirectDriver.cpp Fixed a quit bug in ViewDriver 2004-08-07 20:30:58 +00:00
DirectDriver.h Pahtz's changes to use BPortLink systemwide, with a few minor other changes 2004-07-30 15:16:59 +00:00
DisplayDriver.cpp Fixed a quit bug in ViewDriver 2004-08-07 20:30:58 +00:00
DisplaySupport.cpp Fixed a quit bug in ViewDriver 2004-08-07 20:30:58 +00:00
FMWList.cpp Added header and credits to some files 2004-01-17 18:37:57 +00:00
FMWList.h Removed a couple of warnings from Accelerant, Screen, and BitmapDrivers 2004-01-14 00:54:45 +00:00
FontFamily.cpp Disabled some code until I can figure out the changes in FT2's font cache subsys 2004-06-22 14:43:34 +00:00
FontServer.cpp Cruft removal and a tweak to prevent crashes when LayerData is used by things other than the server 2003-10-05 17:39:12 +00:00
Globals.h Integrated Adi's new desktop code into the server 2004-01-11 22:12:55 +00:00
Jamfile Fixed a quit bug in ViewDriver 2004-08-07 20:30:58 +00:00
Layer.cpp Pahtz's changes to use BPortLink systemwide, with a few minor other changes 2004-07-30 15:16:59 +00:00
Layer.h Some of the recent improvements Adi made were inadvertantly removed by the BPortLink patch 2004-08-03 15:17:44 +00:00
LayerData.cpp Rename clippReg to clipReg 2004-05-20 01:31:28 +00:00
PatternHandler.cpp Retooled pattern passing - much neater now. :) 2003-07-28 19:13:24 +00:00
PicturePlayer.cpp AppServer.cpp: removed a memory leak from new_decorator 2004-06-26 02:15:48 +00:00
PicturePlayer.h Convert to LayerData independent drawing API 2003-12-07 03:22:15 +00:00
PNGDump.cpp Removed a couple of warnings from Accelerant, Screen, and BitmapDrivers 2004-01-14 00:54:45 +00:00
PNGDump.h Removed a couple of warnings from Accelerant, Screen, and BitmapDrivers 2004-01-14 00:54:45 +00:00
RectUtils.cpp Massive reconfiguring to fix link problems with all things needing app_server so 2003-07-13 20:56:00 +00:00
RGBColor.cpp Integrated Adi's new desktop code into the server 2004-01-11 22:12:55 +00:00
RootLayer.cpp Removed locking from Workspace class. Rootlayer should be the only one who uses this class. Also changed Workspace::AddLayerPtr() into AddWinBorder. 2004-07-11 10:01:01 +00:00
RootLayer.h Cleanp continues. Removed 2 methods from Workspace class because were related to rebuild/redraw stuff. Workspace should only care about corect window placement and order. 2004-07-10 10:54:20 +00:00
ScreenDriver.cpp Removed a couple of warnings from Accelerant, Screen, and BitmapDrivers 2004-01-14 00:54:45 +00:00
ScreenDriver.h Pahtz's changes to use BPortLink systemwide, with a few minor other changes 2004-07-30 15:16:59 +00:00
ServerApp.cpp Pahtz's changes to use BPortLink systemwide, with a few minor other changes 2004-07-30 15:16:59 +00:00
ServerApp.h Pahtz's changes to use BPortLink systemwide, with a few minor other changes 2004-07-30 15:16:59 +00:00
ServerBitmap.cpp One of the ServerBitmap constructors was ignoring the flags parameter 2004-08-03 15:25:03 +00:00
ServerCursor.cpp Added message queuing (sp?) to ServerApp 2003-10-04 19:10:11 +00:00
ServerFont.cpp Another LayerData-related crash fix 2003-10-05 17:51:13 +00:00
ServerPicture.cpp Added header and credits to some files 2004-01-17 18:37:57 +00:00
ServerPicture.h Added header and credits to some files 2004-01-17 18:37:57 +00:00
ServerScreen.cpp Fixed a quit bug in ViewDriver 2004-08-07 20:30:58 +00:00
ServerScreen.h Fixed a quit bug in ViewDriver 2004-08-07 20:30:58 +00:00
ServerWindow.cpp Fixed a quit bug in ViewDriver 2004-08-07 20:30:58 +00:00
ServerWindow.h Pahtz's changes to use BPortLink systemwide, with a few minor other changes 2004-07-30 15:16:59 +00:00
SysCursor.cpp Pahtz's changes to use BPortLink systemwide, with a few minor other changes 2004-07-30 15:16:59 +00:00
SystemPalette.cpp More documentation tweaks 2003-01-19 23:04:58 +00:00
TokenHandler.cpp Added license to a number of files 2003-02-15 15:28:22 +00:00
Utils.cpp ViewDriver functions won't do anything if not initialized 2004-01-19 22:18:37 +00:00
Utils.h ViewDriver functions won't do anything if not initialized 2004-01-19 22:18:37 +00:00
ViewDriver.cpp Fixed a quit bug in ViewDriver 2004-08-07 20:30:58 +00:00
ViewDriver.h Pahtz's changes to use BPortLink systemwide, with a few minor other changes 2004-07-30 15:16:59 +00:00
WinBorder.cpp Fixed a quit bug in ViewDriver 2004-08-07 20:30:58 +00:00
WinBorder.h Fixed a quit bug in ViewDriver 2004-08-07 20:30:58 +00:00
Workspace.cpp Removed locking from Workspace class. Rootlayer should be the only one who uses this class. Also changed Workspace::AddLayerPtr() into AddWinBorder. 2004-07-11 10:01:01 +00:00
Workspace.h Removed locking from Workspace class. Rootlayer should be the only one who uses this class. Also changed Workspace::AddLayerPtr() into AddWinBorder. 2004-07-11 10:01:01 +00:00