2014-12-30 |
Issue 262 ; adding getPropertyChangeListeners and getPropertyChangeListeners(String) methods
Michael L Heuer
committed
on 30 Dec 2014
|
---|---|
Issue 263 ; adding PPath.createPolyline methods
Michael L Heuer
committed
on 30 Dec 2014
|
|
2013-11-27 |
Issue 166 ; refactor PNode moveToBack and related
Michael L Heuer
committed
on 27 Nov 2013
|
2012-09-05 |
refactoring jdk16 and jdk16-modules back into core and examples respectfully
Michael L Heuer
committed
on 5 Sep 2012
|
2012-09-01 |
Issue 207 ; ignore mouse pressed and released events with button MouseEvent.NOBUTTON instead of throwing an exception
Michael L Heuer
committed
on 1 Sep 2012
|
2012-02-24 |
Issue 236 ; adding zoom event handler that responds to mouse wheel events
Michael L Heuer
committed
on 24 Feb 2012
|
2011-11-14 |
Issue 227; (trunk) fixed bounds issue when replacing PCamera on a PCanvas; added relevant tests
Aaron Dixon
committed
on 14 Nov 2011
|
2011-03-16 |
Issue 205 ; updating copyright year in license header to 2011
Michael L Heuer
committed
on 16 Mar 2011
|
2010-05-11 |
Issue 37 ; refactoring package edu.umd.cs.piccolo to org.piccolo2d in core
Michael L Heuer
committed
on 11 May 2010
|
2010-04-19 |
Issue 172 ; increasing test coverage, javadoc improvements, checkstyle fixes
Michael L Heuer
committed
on 19 Apr 2010
|
2010-04-17 |
Adding Deep Copy Test to PNode.clone()
Allain Lalonde
committed
on 17 Apr 2010
|
2010-04-16 |
Removing Deprecated code
Allain Lalonde
committed
on 16 Apr 2010
|
Deleting PUtilTest since it no longer had any tests
Allain Lalonde
committed
on 16 Apr 2010
|
|
Changing constants to final as per Issue #135
Allain Lalonde
committed
on 16 Apr 2010
|
|
2010-02-10 |
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 |
updating copyright years to include 2010
Michael L Heuer
committed
on 19 Jan 2010
|
2010-01-15 |
Fixing Issue #155 by removing check for "isEmpty" on passed bounds to add.
...
Allain Lalonde
committed
on 15 Jan 2010
|
2009-10-28 |
adding additional constructor PInterpolatingActivity(long duration)
Michael L Heuer
committed
on 28 Oct 2009
|
2009-10-24 |
increasing test coverage
Michael L Heuer
committed
on 24 Oct 2009
|
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
|
|
adding license headers for core unit tests
Michael L Heuer
committed
on 24 Oct 2009
|
|
2009-10-21 |
style and javadoc fixes
Michael L Heuer
committed
on 21 Oct 2009
|
2009-10-20 |
Adding clone tests to allow for later refactoring.
Allain Lalonde
committed
on 20 Oct 2009
|
2009-10-15 |
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 |
Tedious CheckStyle blitz on core.
Allain Lalonde
committed
on 13 Oct 2009
|
2009-10-10 |
Hunting FindBugs in Core.
Allain Lalonde
committed
on 10 Oct 2009
|
2009-10-09 |
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 |
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 |
Issue 69 ; moving POffscreenCanvas to core
Michael L Heuer
committed
on 21 Aug 2009
|
2009-08-08 |
Made test use actual height of html node instead of a hard coded value.
Allain Lalonde
committed
on 8 Aug 2009
|