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 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
|
|
2010-03-11 |
updating version to 2.0-SNAPSHOT
Michael L Heuer
committed
on 11 Mar 2010
|
updating version to 1.3
Michael L Heuer
committed
on 11 Mar 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-03-03 |
updating version to 1.3rc4
Michael L Heuer
committed
on 3 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-18 |
updating version to 1.3-rc3
Michael L Heuer
committed
on 18 Feb 2010
|
2010-02-05 |
updating version to 1.3-rc2
Michael L Heuer
committed
on 5 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
|