History for piccolo2d.java / core
2009-07-14
@Allain Lalonde
Added accessors for render quality on PCanvas (Issue 93) , and also wrote more tests to confirm that Issue 87 is fixed.
Allain Lalonde committed on 14 Jul 2009
@Allain Lalonde
Added some move tests to PCanvas
Allain Lalonde committed on 14 Jul 2009
@Allain Lalonde
made toImage(int, int, Paint) return an image of the size requested. Since it seems that the resizing is already done in PNode.paint it was just a matter of deleting the resize code. ...
Allain Lalonde committed on 14 Jul 2009
@Allain Lalonde
Added some tests for PInputManagerTest. Difficult to create a mock PickPath so the mouse specific code is largely untested.
Allain Lalonde committed on 14 Jul 2009
@Allain Lalonde
Added some more tests for PCamera and broke MockPropertyChangeListener out into its own top level class. Also, cleared up some wording in comments.
Allain Lalonde committed on 14 Jul 2009
2009-07-13
@Allain Lalonde
Marked position as @deprecated, and make animateToRelativePosition public (from package private).
Allain Lalonde committed on 13 Jul 2009
@Allain Lalonde
Adding some unit test to PLayer, 98.7% instruction coverage booya.
Allain Lalonde committed on 13 Jul 2009
@Allain Lalonde
Modified PNode so that it retained public interface clirr. I'll run that from now on. Thanks, and sorry heuermh
Allain Lalonde committed on 13 Jul 2009
@Allain Lalonde
Pushed up UnitTest Instruction Coverate of PNode up to 90.1% and reorganized PNode slightly so that it was easier to test position.
Allain Lalonde committed on 13 Jul 2009
2009-01-24
@Michael L Heuer
Issue 59 ; updating license date range to include 2009
Michael L Heuer committed on 24 Jan 2009
2008-10-15
@Sam Reid
set opacity to be true by default, to make sure changes are compatible with new support for transparent pcanvas (see PCanvas.paintComponent)
Sam Reid committed on 15 Oct 2008
2008-10-08
@Michael L Heuer
Issue 23 ; check for existence of a node before removal to prevent NullPointerExceptions
Michael L Heuer committed on 8 Oct 2008
@Michael L Heuer
Issue 19 ; added reference to PCamera as PInputEvent input source in cases where path is null
Michael L Heuer committed on 8 Oct 2008
@Michael L Heuer
Issue 17 ; refactoring PCanvas KeyListener to KeyEventPostProcessor
Michael L Heuer committed on 8 Oct 2008
@Michael L Heuer
Issue 15 ; properly consume mouse events in PSwing components
Michael L Heuer committed on 8 Oct 2008
2008-10-02
@Sam Reid
added support for non-opaque canvas, see http://groups.google.com/group/piccolo2d-dev/browse_thread/thread/134e2792d3a54cf
Sam Reid committed on 2 Oct 2008
2008-08-22
@Michael L Heuer
Issue 59 ; copyright start year should be 1998 to match oldest files
Michael L Heuer committed on 22 Aug 2008
@Michael L Heuer
Issue 59 ; updating license header and adding one where missing
Michael L Heuer committed on 22 Aug 2008
2008-08-14
@Marcus Rohrmoser
issue#6 change report added
Marcus Rohrmoser committed on 14 Aug 2008
2008-08-01
@Michael L Heuer
Issue 29 ; Added eclipse formatter configuration, tweaked checkstyle configuration to match, and ran eclipse formatter on the java source in core. Reduced checkstyle errors from 14037 to 2502. Note this commit contains formatting-related changes only, no code changes.
Michael L Heuer committed on 1 Aug 2008
2008-07-31
@Michael L Heuer
Issue 28; re-adding checkstyle plugin configuration to core, extras, and examples poms, adding sun_checks.xml to src/build/conf in each to enable check configuration
Michael L Heuer committed on 31 Jul 2008
2008-07-30
@Marcus Rohrmoser
issue#45 revert r153
Marcus Rohrmoser committed on 30 Jul 2008
@Marcus Rohrmoser
issue#45 try via org.apache.maven.wagon:wagon-webdav
Marcus Rohrmoser committed on 30 Jul 2008
@Marcus Rohrmoser
issue#51 aligned package and class names of the tests with the classes under test.
Marcus Rohrmoser committed on 30 Jul 2008
@Marcus Rohrmoser
issue#52 use jdk >= 1.4
Marcus Rohrmoser committed on 30 Jul 2008
@Michael L Heuer
Issue 47; replaced println to stdout/stderr in unit tests with assertNotNull
Michael L Heuer committed on 30 Jul 2008
2008-07-27
@Marcus Rohrmoser
issue#6 add overview.html to javadocs
Marcus Rohrmoser committed on 27 Jul 2008
@Marcus Rohrmoser
issue#44 subdirectory and artifact rename
Marcus Rohrmoser committed on 27 Jul 2008