2019-01-08 |
Update copyright year to include 2019
Michael L Heuer
committed
on 8 Jan 2019
|
---|---|
2017-03-15 |
Fix JDK8 javadoc lint errors
Michael L Heuer
committed
on 15 Mar 2017
|
2014-12-30 |
Issue 261 ; applying patch from jlessner@
Michael L Heuer
committed
on 30 Dec 2014
|
Issue 260 ; applying patch from jlessner@
Michael L Heuer
committed
on 30 Dec 2014
|
|
2012-09-05 |
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 |
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 |
- 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 |
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 205 ; updating copyright year in license header to 2011
Michael L Heuer
committed
on 16 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 ; 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 |
Issue 177 ; adding additional unit tests and applying patch
Michael L Heuer
committed
on 29 Apr 2010
|
2010-04-17 |
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
|
|
2010-03-09 |
Issue 163: restore component.revalidate call in constructor to get us back to state of PSwing r965
Chris Malley
committed
on 9 Mar 2010
|
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
|
|
|
|
2010-02-27 |
Fix for Issue 163 changes in size of node itself were being detected, but not changes in the size of its progeny.
...
Allain Lalonde
committed
on 27 Feb 2010
|
2010-02-03 |
|
2010-01-29 |
Made PSwing.setVisible lazily call its component's setVisible method depending on its current visibility. This should stop the stack overflow being experienced by Chris Malley. Since I have been unable to reproduce it, I can't test it.
Allain Lalonde
committed
on 29 Jan 2010
|
2010-01-28 |
Fixing Issue 158 - With event handlers not being installed properly for nodes after they get removed and then re added to a Scene.
Allain Lalonde
committed
on 28 Jan 2010
|
2010-01-19 |
updating copyright years to include 2010
Michael L Heuer
committed
on 19 Jan 2010
|
2009-12-03 |
Unnecessary import.
Allain Lalonde
committed
on 3 Dec 2009
|
Modifying SwingLayoutNode so that it accepts a Container during construction. Otherwise, creating a node that uses BoxLayout is impossible without making the node's layout mutable.
Allain Lalonde
committed
on 3 Dec 2009
|
|
Removing setLayout method. Effectively making the layout final.
Allain Lalonde
committed
on 3 Dec 2009
|