2010-04-17
@Allain Lalonde
Removing dead class since all methods that invoked it were deprecated and so have been deleted.
Allain Lalonde committed on 17 Apr 2010
@Allain Lalonde
Removing unnecessary local variables from validateFullBounds.
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
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-03-31
@Michael L Heuer
Issue 146 ; committing patch to trunk
Michael L Heuer committed on 31 Mar 2010
2010-03-11
@Michael L Heuer
updating version to 2.0-SNAPSHOT
Michael L Heuer committed on 11 Mar 2010
@Michael L Heuer
updating version to 1.3
Michael L Heuer committed on 11 Mar 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
@Chris Malley
Fixes issue 163. ...
Chris Malley committed on 9 Mar 2010
2010-03-03
@Michael L Heuer
updating version to 1.3rc4
Michael L Heuer committed on 3 Mar 2010
2010-02-27
@Michael L Heuer
Issue 166 ; improved javadoc comments for moveToFront and related. Fixes issue 166.
Michael L Heuer committed on 27 Feb 2010
@Allain Lalonde
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-18
@Michael L Heuer
updating version to 1.3-rc3
Michael L Heuer committed on 18 Feb 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-02-05
@Michael L Heuer
updating version to 1.3-rc2
Michael L Heuer committed on 5 Feb 2010
2010-02-03
@Allain Lalonde
Fixed Issue # 160 ...
Allain Lalonde committed on 3 Feb 2010
2010-02-02
@Allain Lalonde
Applied formatting changes. Eclipse, I love you but...
Allain Lalonde committed on 2 Feb 2010
@Allain Lalonde
Fixing error with rounding error bug when calculating inverseTransform repeatedly during globalToLocal. ...
Allain Lalonde committed on 2 Feb 2010
2010-01-29
@Allain Lalonde
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
@Allain Lalonde
Unit Test demonstrating Issue 158
Allain Lalonde committed on 28 Jan 2010
@Allain Lalonde
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
@Michael L Heuer
updating copyright years to include 2010
Michael L Heuer committed on 19 Jan 2010
@Michael L Heuer
updating version to 1.3-rc1
Michael L Heuer committed on 19 Jan 2010
@Michael L Heuer
adding verified issue 155 to ReleaseNotes.txt
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-12-19
@Michael L Heuer
updating version to 1.3-beta
Michael L Heuer committed on 19 Dec 2009