2010-04-29 |
|
---|---|
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
|
|
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 |
Unit Test demonstrating Issue 158
Allain Lalonde
committed
on 28 Jan 2010
|
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
|
|
2009-12-02 |
Stab 2, easy redundant public modifiers.
Allain Lalonde
committed
on 2 Dec 2009
|
First attack on checkstyle.
Allain Lalonde
committed
on 2 Dec 2009
|
|
Initial import of code for Issue #150.
Allain Lalonde
committed
on 2 Dec 2009
|
|
2009-11-04 |
adding @since 1.3 tags
Michael L Heuer
committed
on 4 Nov 2009
|
2009-11-03 |
I agree completely. Comments of that kind are pretty useless, but instead of just mentioning it, why not fix it?
...
Allain Lalonde
committed
on 3 Nov 2009
|
|
|
More checkstyles on PSwing.
Allain Lalonde
committed
on 3 Nov 2009
|
|
CheckStyle and final fixes.
Allain Lalonde
committed
on 3 Nov 2009
|
|
Fixing CheckStyle warnings on PScrollpane. Including tabs, finals and missing javadocs.
Allain Lalonde
committed
on 3 Nov 2009
|
|
2009-10-31 |
Fixed Issue 131
Allain Lalonde
committed
on 31 Oct 2009
|