History for piccolo2d.java / extras / src / test / java / edu / umd / cs / piccolox / pswing
2010-02-03
@Allain Lalonde
Fixed Issue # 160 ...
Allain Lalonde committed on 3 Feb 2010
2010-01-29
@Allain Lalonde
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
@Allain Lalonde
Unit Test demonstrating Issue 158
Allain Lalonde committed on 28 Jan 2010
2010-01-19
@Michael L Heuer
updating copyright years to include 2010
Michael L Heuer committed on 19 Jan 2010
2009-10-30
@Allain Lalonde
Making PSwing nodes automagically disable double buffering on all children of the underlying JComponent. ...
Allain Lalonde committed on 30 Oct 2009
@Allain Lalonde
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-24
@Allain Lalonde
Adding Tests to PSwing Event Handlers
Allain Lalonde committed on 24 Oct 2009
@Allain Lalonde
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
@Michael L Heuer
adding license headers for extras and swt unit tests
Michael L Heuer committed on 23 Oct 2009
2009-10-21
@Allain Lalonde
Making swing related asserts allow for swing thread to be run first.
Allain Lalonde committed on 21 Oct 2009
2009-10-20
@Allain Lalonde
Adding clone tests to allow for later refactoring.
Allain Lalonde committed on 20 Oct 2009
@Allain Lalonde
Fixing brittle test.
Allain Lalonde committed on 20 Oct 2009
@Allain Lalonde
Increasing code coverage of PSwing.
Allain Lalonde committed on 20 Oct 2009
2009-08-07
@Allain Lalonde
Resolved Issue 32 using steveonjava's code. ...
Allain Lalonde committed on 7 Aug 2009
2009-08-03
@Michael L Heuer
minor API improvements to PSwing, javadoc improvements, and formatting changes
Michael L Heuer committed on 3 Aug 2009
2009-07-31
@Allain Lalonde
FingBugs Hunting.
Allain Lalonde committed on 31 Jul 2009
2009-07-29
@Marcus Rohrmoser
issue#110 - only whitespace and syntax. No semantic changes.
Marcus Rohrmoser committed on 29 Jul 2009
2009-07-18
@Allain Lalonde
Commenting out assert since it doesn't work on all environments
Allain Lalonde committed on 18 Jul 2009
@Michael L Heuer
Issue 74 ; minor style and javadoc fixes
Michael L Heuer committed on 18 Jul 2009
@Allain Lalonde
Trying to get test to pass. Seems to get GC to run
Allain Lalonde committed on 18 Jul 2009
@Allain Lalonde
Changed test name since it was incorrectly referring to PCanvas
Allain Lalonde committed on 18 Jul 2009
@Allain Lalonde
Added PSwingCanvas Test for Memory Leak
Allain Lalonde committed on 18 Jul 2009
2009-07-17
@Michael L Heuer
Issue 74 ; some assertions fail when test case is run as part of a test suite
Michael L Heuer committed on 17 Jul 2009
@Michael L Heuer
Issue 74 ; adding unit test for PSwingRepaintManager
Michael L Heuer committed on 17 Jul 2009
@Allain Lalonde
Issue 53. Removing Test Code that can't be run in Headless mode
Allain Lalonde committed on 17 Jul 2009
2009-07-16
@Allain Lalonde
Fixes Issue 97 and possibly Issue 53 as a result. ...
Allain Lalonde committed on 16 Jul 2009
2009-07-14
@Allain Lalonde
Issue 82; Fixed ; Made PSwing register itself as a ComponentListener to the component. When the component's visibility changes, so does the PSwing node. Also, I've overridden setVisible so that it calls setVisible on the underlying component.
Allain Lalonde committed on 14 Jul 2009
@Allain Lalonde
Added some tests to PSwing
Allain Lalonde committed on 14 Jul 2009
@Allain Lalonde
Added some tests for PComboBox and added getters for canvas and pSwing
Allain Lalonde committed on 14 Jul 2009
2009-03-31
@Michael L Heuer
minor style fixes
Michael L Heuer committed on 31 Mar 2009