mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 13:07:02 +00:00
- The default box background color is now clear, that is what Cocoa does. - Bezel drawing uses CPDrawTiledRects, obeys border width. - CPDrawTiledRects/CPDrawColorTiledRects explicitly sets the line width and saves/restores the graphics state. - Whitespace cleanup in CPBox.
Requires objj be installed, as well as ojunit, located at http://github.com/280north/ojunit
Run individual tests using a command similar to the following:
objj ojunit/OJTestRunnerText.j cappuccino/Tests/Foundation/CPDateTest.j