History for piccolo2d.java / extras / src
2019-01-08
@Michael L Heuer
Update copyright year to include 2019
Michael L Heuer committed on 8 Jan 2019
2017-03-15
@Michael L Heuer
Fix JDK8 javadoc lint errors
Michael L Heuer committed on 15 Mar 2017
2014-12-30
@Michael L Heuer
Issue 261 ; applying patch from jlessner@
Michael L Heuer committed on 30 Dec 2014
@Michael L Heuer
Issue 260 ; applying patch from jlessner@
Michael L Heuer committed on 30 Dec 2014
2013-04-11
@Michael L Heuer
remove fullscreen test which interferes with window focus when running builds
Michael L Heuer committed on 11 Apr 2013
@Michael L Heuer
updating maven plugin dependency versions and re-arranging reporting sections
Michael L Heuer committed on 11 Apr 2013
2012-09-05
@Michael L Heuer
refactoring jdk16 and jdk16-modules back into core and examples respectfully, additional fixes to extras package, enable OSX intel profile by default
Michael L Heuer committed on 5 Sep 2012
2012-01-08
@Aaron Dixon
Issue 235 - PSwingEventHandler now uses Point2D.Double in call to cameraToLocal to avoid under/overflow
Aaron Dixon committed on 8 Jan 2012
2011-04-15
@Aaron Dixon
- small javadoc change to fix javadoc warnings
Aaron Dixon committed on 15 Apr 2011
2011-04-04
@Aaron Dixon
Issue 217; adding/replacing license headers
Aaron Dixon committed on 4 Apr 2011
2011-03-29
@Aaron Dixon
Converting tabs to spaces in PSwingTest.
Aaron Dixon committed on 29 Mar 2011
@Aaron Dixon
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
@Aaron Dixon
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
@Michael L Heuer
Issue 195 ; mock painting methods were missing logic in PSwing.paint(PPaintContext)
Michael L Heuer committed on 16 Mar 2011
@Michael L Heuer
Issue 205 ; updating copyright year in license header to 2011
Michael L Heuer committed on 16 Mar 2011
2011-03-15
@Michael L Heuer
updating maven plugin and maven report plugin versions
Michael L Heuer committed on 15 Mar 2011
2011-03-08
@Sam Reid
Applied fixes from the piccolo 1.3 branch to trunk, see issue 163
Sam Reid committed on 8 Mar 2011
2010-05-11
@Michael L Heuer
Issue 37 ; refactoring package edu.umd.cs.piccolox to org.piccolo2d.extras in extras
Michael L Heuer committed on 11 May 2010
@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-29
@Allain Lalonde
Commenting out test that doesn't work under XVnc
Allain Lalonde committed on 29 Apr 2010
@Allain Lalonde
Adding tests to ensure PSwing plays well with FEST. ...
Allain Lalonde committed on 29 Apr 2010
@Michael L Heuer
Issue 177 ; adding additional unit tests and applying patch
Michael L Heuer committed on 29 Apr 2010
2010-04-28
@Michael L Heuer
Issue 177 ; adding unit test for selection notification on delete key event
Michael L Heuer committed on 28 Apr 2010
2010-04-17
@Allain Lalonde
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
@Allain Lalonde
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
@Allain Lalonde
Removing Deprecated code
Allain Lalonde committed on 16 Apr 2010
@Allain Lalonde
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
@Allain Lalonde
Changing constants to final as per Issue #135
Allain Lalonde committed on 16 Apr 2010
2010-03-09
@Chris Malley
Issue 163: restore component.revalidate call in constructor to get us back to state of PSwing r965
Chris Malley committed on 9 Mar 2010
@Chris Malley
Issue 163: Removed infinite loop introduced in r978 by calling component.revalidate in PSwing.updateBounds. With the removal of HeirarchyBoundsListener in r978, this should put PSwing back to r965, the state it was in before we started working on this issue.
Chris Malley committed on 9 Mar 2010