.. |
fonts
|
|
|
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
|
|
|
AppServer.cpp
|
Janitorial work, mostly
|
2004-06-11 02:46:48 +00:00 |
AppServer.h
|
Moved keyboard message handling from AppServer to Desktop class
|
2004-01-22 00:32:07 +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
|
|
|
BitmapDriver.cpp
|
Rename clippReg to clipReg
|
2004-05-20 01:31:28 +00:00 |
BitmapDriver.h
|
Rename clippReg to clipReg
|
2004-05-20 01:31:28 +00:00 |
BitmapManager.cpp
|
|
|
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
|
|
|
CursorManager.cpp
|
Removed a couple of warnings from Accelerant, Screen, and BitmapDrivers
|
2004-01-14 00:54:45 +00:00 |
CursorManager.h
|
|
|
Decorator.cpp
|
Removed the crash in ViewDriver when moving the cursor off the bottom edge of the screen
|
2004-02-15 20:27:26 +00:00 |
DefaultDecorator.cpp
|
Commented a line because it made app_server crash on window resize. DefaultDecorator needs to be rewriten.
|
2004-06-18 17:16:41 +00:00 |
DefaultDecorator.h
|
modified resize methods
|
2004-05-16 19:17:34 +00:00 |
Desktop.cpp
|
semaphore related work. ServerWindow has a few methods guarded by a semaphore. Same for WinBorder.
|
2004-06-19 13:04:50 +00:00 |
Desktop.h
|
gcc3 warning and error fixes
|
2004-05-26 16:38:58 +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
|
Rename clippReg to clipReg
|
2004-05-20 01:31:28 +00:00 |
DirectDriver.h
|
Rename clippReg to clipReg
|
2004-05-20 01:31:28 +00:00 |
DisplayDriver.cpp
|
Janitorial work, mostly
|
2004-06-11 02:46:48 +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
|
FontStyle::Name() was returning the path, not the name. It looked like an unfinished cut-n-paste from Path().
|
2004-05-26 16:41:29 +00:00 |
FontServer.cpp
|
|
|
Globals.h
|
Integrated Adi's new desktop code into the server
|
2004-01-11 22:12:55 +00:00 |
Jamfile
|
I'm baaaaaack! :P
|
2004-05-12 10:55:47 +00:00 |
Layer.cpp
|
Some imprudence for me. All decorators got (re)drawn instead of the one in question. Fixed that.
|
2004-06-18 19:13:06 +00:00 |
Layer.h
|
Windows properly displayed. I mean, both, its border and top_layer are
|
2004-06-18 11:50:17 +00:00 |
LayerData.cpp
|
Rename clippReg to clipReg
|
2004-05-20 01:31:28 +00:00 |
PatternHandler.cpp
|
|
|
PicturePlayer.cpp
|
Updated sources to remove Pattern parameter from DisplayDriver function calls
|
2004-01-28 02:07:28 +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
|
|
|
RGBColor.cpp
|
Integrated Adi's new desktop code into the server
|
2004-01-11 22:12:55 +00:00 |
RootLayer.cpp
|
Fixed window focus state drawing in ServerWindow::Show(). Changing focus with the mouse does not work, yet. Tomorrow, I'll fix that.
|
2004-06-18 22:27:46 +00:00 |
RootLayer.h
|
Janitorial work and minor ServerWindow tweaks
|
2004-06-11 14:47:36 +00:00 |
ScreenDriver.cpp
|
Removed a couple of warnings from Accelerant, Screen, and BitmapDrivers
|
2004-01-14 00:54:45 +00:00 |
ScreenDriver.h
|
Removed a couple of warnings from Accelerant, Screen, and BitmapDrivers
|
2004-01-14 00:54:45 +00:00 |
ServerApp.cpp
|
semaphore related work. ServerWindow has a few methods guarded by a semaphore. Same for WinBorder.
|
2004-06-19 13:04:50 +00:00 |
ServerApp.h
|
semaphore related work. ServerWindow has a few methods guarded by a semaphore. Same for WinBorder.
|
2004-06-19 13:04:50 +00:00 |
ServerBitmap.cpp
|
added a small but important comment
|
2004-04-04 20:32:23 +00:00 |
ServerCursor.cpp
|
|
|
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
|
Removed unnecessary methods in ServerScreen and DisplayDriver
|
2004-02-12 01:25:41 +00:00 |
ServerScreen.h
|
Removed unnecessary methods in ServerScreen and DisplayDriver
|
2004-02-12 01:25:41 +00:00 |
ServerWindow.cpp
|
semaphore related work. ServerWindow has a few methods guarded by a semaphore. Same for WinBorder.
|
2004-06-19 13:04:50 +00:00 |
ServerWindow.h
|
Cleanup for ServerWindow object
|
2004-06-19 10:23:14 +00:00 |
SessionStreamReader.cpp
|
Removed a couple of warnings from Accelerant, Screen, and BitmapDrivers
|
2004-01-14 00:54:45 +00:00 |
SessionStreamReader.h
|
Removed a couple of warnings from Accelerant, Screen, and BitmapDrivers
|
2004-01-14 00:54:45 +00:00 |
SysCursor.cpp
|
API tweaks
|
2003-10-10 02:33:38 +00:00 |
SystemPalette.cpp
|
|
|
TokenHandler.cpp
|
|
|
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
|
Rename clippReg to clipReg
|
2004-05-20 01:31:28 +00:00 |
ViewDriver.h
|
Rename clippReg to clipReg
|
2004-05-20 01:31:28 +00:00 |
WinBorder.cpp
|
semaphore related work. ServerWindow has a few methods guarded by a semaphore. Same for WinBorder.
|
2004-06-19 13:04:50 +00:00 |
WinBorder.h
|
Decorator-resize redrawing fixed.
|
2004-06-18 15:24:36 +00:00 |
Workspace.cpp
|
Fixed window focus state drawing in ServerWindow::Show(). Changing focus with the mouse does not work, yet. Tomorrow, I'll fix that.
|
2004-06-18 22:27:46 +00:00 |
Workspace.h
|
small fixes because of the new redrawing code
|
2004-02-24 11:56:43 +00:00 |