mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-16 07:31:28 +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