2013-12-04 |
[maven-release-plugin] prepare for next development iteration
Michael L Heuer
committed
on 4 Dec 2013
|
---|---|
[maven-release-plugin] prepare release piccolo2d-complete-2.0
Michael L Heuer
committed
on 4 Dec 2013
|
|
2013-11-27 |
[maven-release-plugin] prepare for next development iteration
Michael L Heuer
committed
on 27 Nov 2013
|
[maven-release-plugin] prepare release piccolo2d-complete-2.0-rc1
Michael L Heuer
committed
on 27 Nov 2013
|
|
Issue 251 ; merge build-related changes from release-1.3 branch to trunk
Michael L Heuer
committed
on 27 Nov 2013
|
|
2012-09-25 |
updating maven javadoc plugin dependency version to 2.9
Michael L Heuer
committed
on 25 Sep 2012
|
2012-09-01 |
Issue 229 ; update maven-checkstyle-plugin dependency version to 2.9
Michael L Heuer
committed
on 1 Sep 2012
|
2012-01-08 |
Issue 235 - PSwingEventHandler now uses Point2D.Double in call to cameraToLocal to avoid under/overflow
Aaron Dixon
committed
on 8 Jan 2012
|
2011-05-10 |
updating maven javadoc plugin version to 2.8
Michael L Heuer
committed
on 10 May 2011
|
2011-04-15 |
- small javadoc change to fix javadoc warnings
Aaron Dixon
committed
on 15 Apr 2011
|
2011-04-04 |
Issue 217; adding/replacing license headers
Aaron Dixon
committed
on 4 Apr 2011
|
2011-03-29 |
Converting tabs to spaces in PSwingTest.
Aaron Dixon
committed
on 29 Mar 2011
|
Issue 173; merged from branch; added @param and @since to PSwing.setUseBufferedPainting; added unit test to cover buffered painting branch in PSwing.
Aaron Dixon
committed
on 29 Mar 2011
|
|
Issue 173; (merge from branch) Introduced useBufferedPainting option to PSwing. Used much of the original buffered painting implementation details from Piccolo2D 1.2. Also added PSwingExample4 which extends PSwingExample1 but turns on buffered painting for all of the PSwing nodes.
Aaron Dixon
committed
on 29 Mar 2011
|
|
2011-03-16 |
Issue 195 ; mock painting methods were missing logic in PSwing.paint(PPaintContext)
Michael L Heuer
committed
on 16 Mar 2011
|
Issue 205 ; updating copyright year in license header to 2011
Michael L Heuer
committed
on 16 Mar 2011
|
|
2011-03-15 |
updating maven plugin and maven report plugin versions
Michael L Heuer
committed
on 15 Mar 2011
|
2011-03-08 |
Applied fixes from the piccolo 1.3 branch to trunk, see issue 163
Sam Reid
committed
on 8 Mar 2011
|
2010-05-11 |
Issue 37 ; various cleanup related to org.piccolo2d package refactoring
Michael L Heuer
committed
on 11 May 2010
|
Issue 37 ; refactoring package edu.umd.cs.piccolox to org.piccolo2d.extras in extras
Michael L Heuer
committed
on 11 May 2010
|
|
Issue 37 ; refactoring package edu.umd.cs.piccolo to org.piccolo2d in core
Michael L Heuer
committed
on 11 May 2010
|
|
2010-04-29 |
Commenting out test that doesn't work under XVnc
Allain Lalonde
committed
on 29 Apr 2010
|
|
|
Issue 177 ; adding additional unit tests and applying patch
Michael L Heuer
committed
on 29 Apr 2010
|
|
2010-04-28 |
Issue 177 ; adding unit test for selection notification on delete key event
Michael L Heuer
committed
on 28 Apr 2010
|
2010-04-17 |
Making checkstyle allow missing javadocs on getters. Leaving it up to the developer to decide if a javadoc is nessary.
Allain Lalonde
committed
on 17 Apr 2010
|
Marking accessor for PNotificationCenter Singleton as synchronized. This one was caught by poster in http://code.google.com/p/piccolo2d/issues/detail?id=136#c4
Allain Lalonde
committed
on 17 Apr 2010
|
|
2010-04-16 |
Removing Deprecated code
Allain Lalonde
committed
on 16 Apr 2010
|
Fixing Issue 136. PNotificationCenter is being made final so that subclasses can't create multiple instances of it
Allain Lalonde
committed
on 16 Apr 2010
|
|
Changing constants to final as per Issue #135
Allain Lalonde
committed
on 16 Apr 2010
|