[piccolo2d-dev] [piccolo2d] r1026 committed - creating ppath refactoring branch from trunk

2010-07-23 Thread piccolo2d
Revision: 1026 Author: heuermh Date: Fri Jul 23 08:41:36 2010 Log: creating ppath refactoring branch from trunk http://code.google.com/p/piccolo2d/source/detail?r=1026 Added: /piccolo2d.java/branches/ppath-refactoring -- Piccolo2D Developers Group:

[piccolo2d-dev] Re: Issue 152 in piccolo2d: Refactor PPath to use Path2D on JDK 1.6+

2010-07-23 Thread piccolo2d
Comment #7 on issue 152 by heue...@gmail.com: Refactor PPath to use Path2D on JDK 1.6+ http://code.google.com/p/piccolo2d/issues/detail?id=152 I don't see how that would work, since Path2D needs to be part of the public API for the new PPath class. PPath(Path2D path) void

[piccolo2d-dev] [piccolo2d] r1029 committed - refactoring PNodeTest, moving methods that do not refer to node field ...

2010-07-23 Thread piccolo2d
Revision: 1029 Author: heuermh Date: Fri Jul 23 12:24:02 2010 Log: refactoring PNodeTest, moving methods that do not refer to node field to PNodeTest http://code.google.com/p/piccolo2d/source/detail?r=1029 Modified:

[piccolo2d-dev] [piccolo2d] r1030 committed - adding unit tests for PArea, PPath.Float, and PPath.Double; lots of te...

2010-07-23 Thread piccolo2d
Revision: 1030 Author: heuermh Date: Fri Jul 23 12:41:40 2010 Log: adding unit tests for PArea, PPath.Float, and PPath.Double; lots of test failures http://code.google.com/p/piccolo2d/source/detail?r=1030 Added:

[piccolo2d-dev] [piccolo2d] r1031 committed - increasing test coverage for PArea, back to only expected test failure...

2010-07-23 Thread piccolo2d
Revision: 1031 Author: heuermh Date: Fri Jul 23 13:43:12 2010 Log: increasing test coverage for PArea, back to only expected test failures http://code.google.com/p/piccolo2d/source/detail?r=1031 Modified: