2010-03-03 |
updating version to 1.3rc4
Michael L Heuer
committed
on 3 Mar 2010
|
---|---|
2010-02-27 |
Issue 166 ; improved javadoc comments for moveToFront and related. Fixes issue 166.
Michael L Heuer
committed
on 27 Feb 2010
|
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-10 |
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 |
updating version to 1.3-rc2
Michael L Heuer
committed
on 5 Feb 2010
|
2010-02-03 |
|
2010-02-02 |
Applied formatting changes. Eclipse, I love you but...
Allain Lalonde
committed
on 2 Feb 2010
|
Fixing error with rounding error bug when calculating inverseTransform repeatedly during globalToLocal.
...
Allain Lalonde
committed
on 2 Feb 2010
|
|
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
|
updating version to 1.3-rc1
Michael L Heuer
committed
on 19 Jan 2010
|
|
adding verified issue 155 to ReleaseNotes.txt
Michael L Heuer
committed
on 19 Jan 2010
|
|
2010-01-15 |
Fixing Issue #155 by removing check for "isEmpty" on passed bounds to add.
...
Allain Lalonde
committed
on 15 Jan 2010
|
2009-12-19 |
updating version to 1.3-beta
Michael L Heuer
committed
on 19 Dec 2009
|
Issue 146 ; additional maven plugin configuration
Michael L Heuer
committed
on 19 Dec 2009
|
|
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-28 |
Issue 126 ; improving mac osx profile doc slightly
Michael L Heuer
committed
on 28 Nov 2009
|
Issue 43 ; improving release notes and readme
Michael L Heuer
committed
on 28 Nov 2009
|
|
Issue 146 ; adding explicit plugin versions, cleaning up maven 3.0-alpha warnings
Michael L Heuer
committed
on 28 Nov 2009
|
|
Issue 43 ; updating release notes and readme for upcoming 1.3 release
Michael L Heuer
committed
on 28 Nov 2009
|
|
2009-11-13 |
Changed the Canvases to have preferred size rather than the Container.
Allain Lalonde
committed
on 13 Nov 2009
|
2009-11-06 |
Adding PSwing example to verify that Issue 25 has been fixed.
Allain Lalonde
committed
on 6 Nov 2009
|