History for piccolo2d.java / core / src
2010-02-02
@Allain Lalonde
Fixing error with rounding error bug when calculating inverseTransform repeatedly during globalToLocal. ...
Allain Lalonde committed on 2 Feb 2010
2010-01-19
@Michael L Heuer
updating copyright years to include 2010
Michael L Heuer committed on 19 Jan 2010
2010-01-15
@Allain Lalonde
Fixing Issue #155 by removing check for "isEmpty" on passed bounds to add. ...
Allain Lalonde committed on 15 Jan 2010
2009-11-01
@Michael L Heuer
adding @since 1.3 tags in core where clirr report identified new items
Michael L Heuer committed on 1 Nov 2009
2009-10-28
@Michael L Heuer
adding additional constructor PInterpolatingActivity(long duration)
Michael L Heuer committed on 28 Oct 2009
2009-10-25
@Allain Lalonde
cleaning up checkstyle warnings introduced by latest refactorings.
Allain Lalonde committed on 25 Oct 2009
@Allain Lalonde
Fixing new PMD warnings.
Allain Lalonde committed on 25 Oct 2009
2009-10-24
@Michael L Heuer
increasing test coverage
Michael L Heuer committed on 24 Oct 2009
@Allain Lalonde
As per Issue # 27, I'm making the repainting of the canvas lazier. ...
Allain Lalonde committed on 24 Oct 2009
@Michael L Heuer
making PCamera internally consistent with regards to layer references, best we can do without making related methods final
Michael L Heuer committed on 24 Oct 2009
@Michael L Heuer
adding license headers for core unit tests
Michael L Heuer committed on 24 Oct 2009
2009-10-23
@Michael L Heuer
rolling back to r799, did not intend to commit
Michael L Heuer committed on 23 Oct 2009
@Michael L Heuer
fixing javadoc warnings in core
Michael L Heuer committed on 23 Oct 2009
@Michael L Heuer
replacing e accute accent characters with HTML entities in javadoc
Michael L Heuer committed on 23 Oct 2009
@Allain Lalonde
Fixing some FindBugs. Everything still seems to pass tests fine, so I'm checking in.
Allain Lalonde committed on 23 Oct 2009
2009-10-22
@Allain Lalonde
Removed the translation from Aspect Cover. It was not logical in the way it behaved. It now just places the node at the top left of the image.
Allain Lalonde committed on 22 Oct 2009
@Allain Lalonde
Fixed bug found in r88. Translation was being computed incorrectly for Aspect Cover. It now lines up the center of the PNode and the center of the image.
Allain Lalonde committed on 22 Oct 2009
2009-10-21
@Michael L Heuer
style and javadoc fixes
Michael L Heuer committed on 21 Oct 2009
2009-10-20
@Allain Lalonde
Adding clone tests to allow for later refactoring.
Allain Lalonde committed on 20 Oct 2009
@Michael L Heuer
minor javadoc fixes . . . I really should stop now. :)
Michael L Heuer committed on 20 Oct 2009
@Michael L Heuer
minor javadoc fixes
Michael L Heuer committed on 20 Oct 2009
@Michael L Heuer
more style and javadoc fixes
Michael L Heuer committed on 20 Oct 2009
@Michael L Heuer
more style and javadoc fixes
Michael L Heuer committed on 20 Oct 2009
@Michael L Heuer
style and javadoc fixes
Michael L Heuer committed on 20 Oct 2009
@Allain Lalonde
Fixing core CheckStyle warnings. All magic number warnings were on constant definitions. Cleaning them up would not have increased code clarity greatly enough to warrant it.
Allain Lalonde committed on 20 Oct 2009
@Allain Lalonde
Fixing some checkstyle bugs and fixing an infinite recursion bug introduced by r727 by me :(
Allain Lalonde committed on 20 Oct 2009
2009-10-15
@Allain Lalonde
Fixing Issue #137, replaced getWidth() and getHeight() with getFullBounds().getWidth() and getFullBounds().getHeight() in PNode.toImage. Thank you Sam for pointing this out.
Allain Lalonde committed on 15 Oct 2009
2009-10-14
@Allain Lalonde
More CheckStyle blitzing on core. Javadocs are all there now. To drop the number much further I'll need to expand expressions for defining Property change codes, or break binary compatability by making constants final. I'm 100% for doing that, but I understand some people have reservations.
Allain Lalonde committed on 14 Oct 2009
2009-10-13
@Allain Lalonde
Tedious CheckStyle blitz on core.
Allain Lalonde committed on 13 Oct 2009
2009-10-10
@Allain Lalonde
Fixing bug with setTransparency not sending new or old value when property change was fired. Also, some formatting
Allain Lalonde committed on 10 Oct 2009