History for piccolo2d.java / core / src / test / java
2010-05-11
@Michael L Heuer
Issue 37 ; refactoring package edu.umd.cs.piccolo to org.piccolo2d in core
Michael L Heuer committed on 11 May 2010
2010-04-19
@Michael L Heuer
Issue 172 ; increasing test coverage, javadoc improvements, checkstyle fixes
Michael L Heuer committed on 19 Apr 2010
2010-04-17
@Allain Lalonde
Adding Deep Copy Test to PNode.clone()
Allain Lalonde committed on 17 Apr 2010
2010-04-16
@Allain Lalonde
Removing Deprecated code
Allain Lalonde committed on 16 Apr 2010
@Allain Lalonde
Deleting PUtilTest since it no longer had any tests
Allain Lalonde committed on 16 Apr 2010
@Allain Lalonde
Changing constants to final as per Issue #135
Allain Lalonde committed on 16 Apr 2010
2010-02-10
@Allain Lalonde
Reverting r923 since it was a breaking change. It will need to be redone in 2.0. Seems that some apps were making use of this behaviour.
Allain Lalonde committed on 10 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-10-28
@Michael L Heuer
adding additional constructor PInterpolatingActivity(long duration)
Michael L Heuer committed on 28 Oct 2009
2009-10-24
@Michael L Heuer
increasing test coverage
Michael L Heuer 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-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
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-13
@Allain Lalonde
Tedious CheckStyle blitz on core.
Allain Lalonde committed on 13 Oct 2009
2009-10-10
@Allain Lalonde
Hunting FindBugs in Core.
Allain Lalonde committed on 10 Oct 2009
2009-10-09
@Allain Lalonde
Stabbing at some more CheckStyle complaints and making FileLength max=4000. We have PNode to thank for that.
Allain Lalonde committed on 9 Oct 2009
2009-09-26
@Michael L Heuer
Issue 127 ; tolerances for unit test assertions were too strict for OpenJDK IcedTea6 1.4.1 implementation on linux
Michael L Heuer committed on 26 Sep 2009
2009-08-21
@Michael L Heuer
Issue 69 ; moving POffscreenCanvas to core
Michael L Heuer committed on 21 Aug 2009
2009-08-08
@Allain Lalonde
Made test use actual height of html node instead of a hard coded value.
Allain Lalonde committed on 8 Aug 2009
2009-08-07
@Allain Lalonde
Broke apart tests of PHtmlView so that 1 test = 1 behaviour.
Allain Lalonde committed on 7 Aug 2009
@Allain Lalonde
Major reworking to PHtmlView so that it calculates its bounds correctly based on a fixed width and a variable height. Will make it more generic later.
Allain Lalonde committed on 7 Aug 2009
@Allain Lalonde
Accidental IO remnant during testing.
Allain Lalonde committed on 7 Aug 2009
@Allain Lalonde
Added test for PHtmlViewTest that checks for paint covering the entire bounds.
Allain Lalonde committed on 7 Aug 2009
@Michael L Heuer
Issue 111 ; API and javadoc improvements to PHtmlView, html --> text, htmlColor --> textColor, clickedAddress --> linkAddressAt, etc.
Michael L Heuer committed on 7 Aug 2009
@Michael L Heuer
Issue 111 ; adding correct license header text
Michael L Heuer committed on 7 Aug 2009
2009-08-05
@Allain Lalonde
Fixed issue 106. Added fillStrategy to the toImage method. ...
Allain Lalonde committed on 5 Aug 2009
2009-08-04
@Allain Lalonde
issue#111: merged phtml branch to trunk
Allain Lalonde committed on 4 Aug 2009