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
|
2009-10-30 |
Making PSwing nodes automagically disable double buffering on all children of the underlying JComponent.
...
Allain Lalonde
committed
on 30 Oct 2009
|
Applying PSwing file provided by sreid. Javadocs have been re-added. And some Refactoring has taken place.
Allain Lalonde
committed
on 30 Oct 2009
|
|
2009-10-25 |
Testcase for issue#142, followup to r816
Marcus Rohrmoser
committed
on 25 Oct 2009
|
cleaning up checkstyle warnings introduced by latest refactorings.
Allain Lalonde
committed
on 25 Oct 2009
|
|
Fixing new PMD warnings.
Allain Lalonde
committed
on 25 Oct 2009
|
|
2009-10-24 |
issue#142 fixed IMO
Marcus Rohrmoser
committed
on 24 Oct 2009
|
see issue#142
Marcus Rohrmoser
committed
on 24 Oct 2009
|
|
Adding Tests to PSwing Event Handlers
Allain Lalonde
committed
on 24 Oct 2009
|
|
Rolling Back All paint changes to PSwing. It was working acceptably for clients and the changes were breaking changes. A rollback is the simplest thing to do to get this into a "working" state again.
...
Allain Lalonde
committed
on 24 Oct 2009
|
|
2009-10-23 |
adding license headers for extras and swt unit tests
Michael L Heuer
committed
on 23 Oct 2009
|
adding license headers for extras unit tests
Michael L Heuer
committed
on 23 Oct 2009
|
|
Rolling back deprecation from r765. Users shouldn't need to know that PFixedWidthFont is an adapter to an underlying BasicStroke.
Allain Lalonde
committed
on 23 Oct 2009
|