diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index ff2b2b0..83c79ad 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -100,6 +100,9 @@ 145 build broken (pom, swt) 150 Prepare SwingLayoutNode for distribution 155 If width or height is zero, the rest of bounds are reset. +158 Component doesn't receive events after PSwing is added, removed and re-added to scenegraph +159 events not delivered to PSwing Components for some transforms +160 endless calls to PSwing's ComponentListener API changes to core: diff --git a/core/pom.xml b/core/pom.xml index d0fbfba..a7a4a47 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -34,7 +34,7 @@ piccolo2d-parent org.piccolo2d - 1.3-rc1 + 1.3-rc2 ../parent/pom.xml piccolo2d-core diff --git a/examples/pom.xml b/examples/pom.xml index a3074c6..03bccf4 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -34,7 +34,7 @@ piccolo2d-parent org.piccolo2d - 1.3-rc1 + 1.3-rc2 ../parent/pom.xml piccolo2d-examples diff --git a/extras/pom.xml b/extras/pom.xml index 91c6aac..34a6096 100644 --- a/extras/pom.xml +++ b/extras/pom.xml @@ -34,7 +34,7 @@ piccolo2d-parent org.piccolo2d - 1.3-rc1 + 1.3-rc2 ../parent/pom.xml piccolo2d-extras diff --git a/parent/pom.xml b/parent/pom.xml index a5e1a3d..19d6be5 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -33,7 +33,7 @@ 4.0.0 org.piccolo2d piccolo2d-parent - 1.3-rc1 + 1.3-rc2 pom Piccolo2D Parent A revolutionary way to create robust, full-featured graphical applications in Java and C#, with striking visual effects such as zooming, animation and multiple representations. diff --git a/pom.xml b/pom.xml index ec0ce25..96f173b 100644 --- a/pom.xml +++ b/pom.xml @@ -34,7 +34,7 @@ piccolo2d-parent org.piccolo2d - 1.3-rc1 + 1.3-rc2 ./parent/pom.xml piccolo2d-complete diff --git a/swt-examples/pom.xml b/swt-examples/pom.xml index 87612be..51da08a 100644 --- a/swt-examples/pom.xml +++ b/swt-examples/pom.xml @@ -34,7 +34,7 @@ piccolo2d-parent org.piccolo2d - 1.3-rc1 + 1.3-rc2 ../parent/pom.xml piccolo2d-swt-examples diff --git a/swt/pom.xml b/swt/pom.xml index 3f3f1cd..b5fcb3b 100644 --- a/swt/pom.xml +++ b/swt/pom.xml @@ -34,7 +34,7 @@ piccolo2d-parent org.piccolo2d - 1.3-rc1 + 1.3-rc2 ../parent/pom.xml piccolo2d-swt