haiku/src/servers/app/server
DarkWyrm dae7413e8a OBOS-only system colors are loaded and used
Added _SetColors() hook function to Decorator API


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3889 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-07-07 13:09:42 +00:00
..
AccelerantDriver.cpp gcc3 fixes & other minor tweaks 2003-06-23 02:54:52 +00:00
AccelerantDriver.h Add some of the hardware acceleration 2003-04-18 00:40:26 +00:00
Angle.cpp gcc3 fixes & other minor tweaks 2003-06-23 02:54:52 +00:00
Angle.h Finished FontServer documentation, added Angle class 2003-01-20 17:31:44 +00:00
app_server.rsrc Tweaked AccelerantDriver to utilize recent DisplayDriver changes 2003-01-20 20:38:49 +00:00
AppServer.cpp Server now loads (and uses) the GUI system colors and can save 'em, too 2003-07-05 17:40:42 +00:00
AppServer.h The mother of all commits. :P 2003-03-30 00:17:50 +00:00
areafunc.c Added license to a number of files 2003-02-15 15:28:22 +00:00
bget.c gcc3 fixes & other minor tweaks 2003-06-23 02:54:52 +00:00
bget.h Imported BitmapManager code. Not documented yet. 2003-02-13 00:03:31 +00:00
BitmapDriver.cpp gcc3 fixes & other minor tweaks 2003-06-23 02:54:52 +00:00
BitmapDriver.h Added BitmapDriver for drawing on BBitmaps with BViews 2003-03-11 23:17:56 +00:00
BitmapManager.cpp gcc3 fixes & other minor tweaks 2003-06-23 02:54:52 +00:00
BitmapManager.h add newline to end of file 2003-04-14 01:56:41 +00:00
ColorSet.cpp OBOS-only system colors are loaded and used 2003-07-07 13:09:42 +00:00
ColorSet.h Server now loads (and uses) the GUI system colors and can save 'em, too 2003-07-05 17:40:42 +00:00
ColorUtils.cc Tweaked AccelerantDriver to utilize recent DisplayDriver changes 2003-01-20 20:38:49 +00:00
CursorData.cpp Debugged cursor handling code. AFAICT it works properly 2003-02-22 20:23:22 +00:00
CursorManager.cpp gcc3 fixes & other minor tweaks 2003-06-23 02:54:52 +00:00
CursorManager.h Modified ColorSet to match new color_which defs in InterfaceDefs.h 2003-02-07 17:30:17 +00:00
Decorator.cpp OBOS-only system colors are loaded and used 2003-07-07 13:09:42 +00:00
Decorator.h OBOS-only system colors are loaded and used 2003-07-07 13:09:42 +00:00
DefaultDecorator.cpp OBOS-only system colors are loaded and used 2003-07-07 13:09:42 +00:00
DefaultDecorator.h OBOS-only system colors are loaded and used 2003-07-07 13:09:42 +00:00
Desktop.cpp Added code to read R5 workspace config data 2003-07-06 19:48:17 +00:00
Desktop.h Added code to read R5 workspace config data 2003-07-06 19:48:17 +00:00
DesktopClasses.cpp Added code to read R5 workspace config data 2003-07-06 19:48:17 +00:00
DesktopClasses.h Added code to read R5 workspace config data 2003-07-06 19:48:17 +00:00
DisplayDriver.cpp Added Stroke/FillRegion to DisplayDriver for convenience 2003-06-28 20:07:36 +00:00
DisplayDriver.h Added Stroke/FillRegion to DisplayDriver for convenience 2003-06-28 20:07:36 +00:00
FontFamily.cpp gcc3 fixes & other minor tweaks 2003-06-23 02:54:52 +00:00
FontFamily.h gcc3 fixes & other minor tweaks 2003-06-23 02:54:52 +00:00
FontServer.cpp Finished FontServer documentation, added Angle class 2003-01-20 17:31:44 +00:00
FontServer.h Modified ColorSet to match new color_which defs in InterfaceDefs.h 2003-02-07 17:30:17 +00:00
Jamfile The mother of all commits. :P 2003-03-30 00:17:50 +00:00
Layer.cpp Implemented and documented MakeTopChild and MakeBottomChild 2003-07-05 16:03:54 +00:00
Layer.h Added a *serious* speedup to window move code 2003-06-24 13:55:18 +00:00
LayerData.h Add handling for view specific data in graphics messages. 2003-07-04 21:13:48 +00:00
PatternHandler.cpp Added class for easily adding pattern support to DisplayDriver subclasses. 2003-02-06 01:04:14 +00:00
PatternHandler.h Added PicturePlayer class based on Marc Flerackers' TPicture class 2003-03-08 21:07:10 +00:00
PicturePlayer.cpp Tweaks for adding Picture.cpp 2003-03-18 21:57:34 +00:00
PicturePlayer.h Added PicturePlayer class based on Marc Flerackers' TPicture class 2003-03-08 21:07:10 +00:00
PNGDump.cpp Tweaks to make screenshots work right. They work *perfectly* on Ctrl+Break. :) 2003-07-05 16:48:04 +00:00
PNGDump.h add newline to end of file 2003-04-14 01:56:41 +00:00
PortLink.cpp Added ServerApp, fully documented and 99% implemented 2003-01-24 14:36:15 +00:00
RectUtils.cpp Tweaked AccelerantDriver to utilize recent DisplayDriver changes 2003-01-20 20:38:49 +00:00
RectUtils.h Modified ColorSet to match new color_which defs in InterfaceDefs.h 2003-02-07 17:30:17 +00:00
RGBColor.cpp Server now loads (and uses) the GUI system colors and can save 'em, too 2003-07-05 17:40:42 +00:00
RGBColor.h Server now loads (and uses) the GUI system colors and can save 'em, too 2003-07-05 17:40:42 +00:00
RootLayer.cpp Added a *serious* speedup to window move code 2003-06-24 13:55:18 +00:00
RootLayer.h Documented some more files 2003-02-17 16:24:27 +00:00
ScreenDriver.cpp Add handling for view specific data in graphics messages. 2003-07-04 21:13:48 +00:00
ScreenDriver.h gcc3 fixes & other minor tweaks 2003-06-23 02:54:52 +00:00
ServerApp.cpp Lots of minor tweaks here and there 2003-04-05 01:51:35 +00:00
ServerApp.h gcc3 fixes & other minor tweaks 2003-06-23 02:54:52 +00:00
ServerBitmap.cpp gcc3 fixes & other minor tweaks 2003-06-23 02:54:52 +00:00
ServerBitmap.h gcc3 fixes & other minor tweaks 2003-06-23 02:54:52 +00:00
ServerConfig.h Added code to read R5 workspace config data 2003-07-06 19:48:17 +00:00
ServerCursor.cpp gcc3 fixes & other minor tweaks 2003-06-23 02:54:52 +00:00
ServerCursor.h gcc3 fixes & other minor tweaks 2003-06-23 02:54:52 +00:00
ServerFont.cpp More documentation tweaks 2003-01-19 23:04:58 +00:00
ServerFont.h gcc3 fixes & other minor tweaks 2003-06-23 02:54:52 +00:00
ServerPicture.cpp Set up sources to begin work on added BPicture support 2003-03-21 15:49:28 +00:00
ServerPicture.h add newline to end of file 2003-04-14 01:56:41 +00:00
ServerWindow.cpp Add handling for view specific data in graphics messages. 2003-07-04 21:13:48 +00:00
ServerWindow.h gcc3 fixes & other minor tweaks 2003-06-23 02:54:52 +00:00
SharedObject.h Modified ColorSet to match new color_which defs in InterfaceDefs.h 2003-02-07 17:30:17 +00:00
SystemPalette.cpp More documentation tweaks 2003-01-19 23:04:58 +00:00
SystemPalette.h Modified ColorSet to match new color_which defs in InterfaceDefs.h 2003-02-07 17:30:17 +00:00
TokenHandler.cpp Added license to a number of files 2003-02-15 15:28:22 +00:00
TokenHandler.h Added license to a number of files 2003-02-15 15:28:22 +00:00
Utils.cpp Added a *serious* speedup to window move code 2003-06-24 13:55:18 +00:00
Utils.h Added a *serious* speedup to window move code 2003-06-24 13:55:18 +00:00
ViewDriver.cpp Add handling for view specific data in graphics messages. 2003-07-04 21:13:48 +00:00
ViewDriver.h Added a *serious* speedup to window move code 2003-06-24 13:55:18 +00:00
WinBorder.cpp Added Stroke/FillRegion to DisplayDriver for convenience 2003-06-28 20:07:36 +00:00
WinBorder.h Window border movement fixes 2003-06-28 19:06:30 +00:00