.. |
fonts
|
Changed temporary font scan directories to home/config/psfonts and ttfonts
|
2003-08-02 00:13:30 +00:00 |
AccelerantDriver.cpp
|
Convert to LayerData independent drawing API
|
2003-12-07 03:22:15 +00:00 |
AccelerantDriver.h
|
Convert to LayerData independent drawing API
|
2003-12-07 03:22:15 +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.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
|
Tweaks to handle the changes in messaging protocol formats
|
2003-10-13 23:34:54 +00:00 |
AppServer.h
|
Added system color, system font, and decorator update notification
|
2003-10-19 00:03:06 +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
|
Convert to LayerData independent drawing API
|
2003-12-07 03:22:15 +00:00 |
BitmapDriver.h
|
Convert to LayerData independent drawing API
|
2003-12-07 03:22:15 +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
|
Added handler code for AppServer::PollerThread to handle messages to get/set UI colors and decorators
|
2003-10-08 23:18:30 +00:00 |
CursorData.cpp
|
Added move cursor data.
|
2003-07-16 00:43:10 +00:00 |
CursorData.h
|
Added move cursor data.
|
2003-07-16 00:43:10 +00:00 |
CursorManager.cpp
|
Added message queuing (sp?) to ServerApp
|
2003-10-04 19:10:11 +00:00 |
CursorManager.h
|
Windows receive focus when shown
|
2003-07-24 19:38:24 +00:00 |
Decorator.cpp
|
Changed the names for some constants in Decorator.h so... here too
|
2003-11-15 00:27:26 +00:00 |
DefaultDecorator.cpp
|
Convert to LayerData independent drawing API
|
2003-12-07 03:22:15 +00:00 |
DefaultDecorator.h
|
Un-kludged Decorator::GetFootprint. Much more elegant now. :)
|
2003-09-17 17:14:22 +00:00 |
Desktop.cpp
|
Convert to LayerData independent drawing API
|
2003-12-07 03:22:15 +00:00 |
Desktop.h
|
Modified some classes to succesfully comunicate with BWindow/BView. the default decorator has been impoved. From now borders are build ARROUND the window area.
|
2003-08-31 17:38:34 +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 |
DisplayDriver.cpp
|
Minor API tweak - RGBColor &color -> const RGBColor &color
|
2004-01-10 13:39:22 +00:00 |
FontFamily.cpp
|
Windows receive focus when shown
|
2003-07-24 19:38:24 +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 |
Jamfile
|
Keep moving from binary resource format to source resource (.rdef) files.
|
2003-11-20 01:40:54 +00:00 |
Layer.cpp
|
Minor cleanup of erroneous comments
|
2003-12-30 22:41:50 +00:00 |
Layer.h
|
new optinized clipping code
|
2003-11-14 00:15:29 +00:00 |
PatternHandler.cpp
|
Retooled pattern passing - much neater now. :)
|
2003-07-28 19:13:24 +00:00 |
PicturePlayer.cpp
|
Convert to LayerData independent drawing API
|
2003-12-07 03:22:15 +00:00 |
PicturePlayer.h
|
Convert to LayerData independent drawing API
|
2003-12-07 03:22:15 +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
|
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 |
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
|
Reduce redundant code in drivers (we can unvirtualize stuff as speed requires after implementation is complete)
|
2003-11-03 01:51:50 +00:00 |
RootLayer.cpp
|
Convert to LayerData independent drawing API
|
2003-12-07 03:22:15 +00:00 |
RootLayer.h
|
Convert to LayerData independent drawing API
|
2003-12-07 03:22:15 +00:00 |
ScreenDriver.cpp
|
Removed some dependencies from old pattern-passing method
|
2003-10-04 22:12:18 +00:00 |
ScreenDriver.h
|
Retooled pattern passing - much neater now. :)
|
2003-07-28 19:13:24 +00:00 |
ServerApp.cpp
|
Messaging fixes - removed inappropriate BSession use and converted to PortMessage and PortLink as necessary.
|
2003-12-07 05:40:51 +00:00 |
ServerApp.h
|
Added message queuing (sp?) to ServerApp
|
2003-10-04 19:10:11 +00:00 |
ServerBitmap.cpp
|
gcc3 fixes & other minor tweaks
|
2003-06-23 02:54:52 +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
|
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
|
Messaging fixes - removed inappropriate BSession use and converted to PortMessage and PortLink as necessary.
|
2003-12-07 05:40:51 +00:00 |
ServerWindow.h
|
Messaging fixes - removed inappropriate BSession use and converted to PortMessage and PortLink as necessary.
|
2003-12-07 05:40:51 +00:00 |
SessionStreamReader.cpp
|
Added reader class for BSession message streams
|
2003-11-12 23:57:14 +00:00 |
SessionStreamReader.h
|
Added reader class for BSession message streams
|
2003-11-12 23:57:14 +00:00 |
SysCursor.cpp
|
API tweaks
|
2003-10-10 02:33:38 +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
|
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
|
Convert to LayerData independent drawing API
|
2003-12-07 03:22:15 +00:00 |
ViewDriver.h
|
Convert to LayerData independent drawing API
|
2003-12-07 03:22:15 +00:00 |
WinBorder.cpp
|
Minor cleanup of comments and duplicate includes
|
2003-12-30 22:43:46 +00:00 |
WinBorder.h
|
changed code for mouse input funtions.
|
2003-11-15 00:29:14 +00:00 |