2009-07-17
@Allain Lalonde
Fixed Issue 94; made removeLayer(PLayer) "fail" silently. Also added some additional tests and refactoring. Sorry for such a large commit, I'd try to split it up, but it's hard to tell what's safe to leave out and what's not. I know that the whole together unit tests fine. I have to remember to checkin more frequently.
Allain Lalonde committed on 17 Jul 2009
@Allain Lalonde

Allain Lalonde committed on 17 Jul 2009
@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
@Michael L Heuer
Issue 69 ; adding render quality parameter
Michael L Heuer committed on 17 Jul 2009
@Allain Lalonde
Simplifying getInverseTransform and making it not call printStackTrace() since it was handling that case anyway. Issue #96 may make this a non-issue anyway.
Allain Lalonde 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
@Allain Lalonde
Made cobertura plugin output xml format as well as generating an html report
Allain Lalonde committed on 16 Jul 2009
@Allain Lalonde
Some tests for PDragEventHandler
Allain Lalonde committed on 16 Jul 2009
@Allain Lalonde
Adding some preliminary tests for PInputEvent
Allain Lalonde committed on 16 Jul 2009
@Allain Lalonde
Added some trivial tests for PPanEventHandler and added come accesors to it for maxAutoPanSpeed and minAutoPanSpeed. ...
Allain Lalonde committed on 16 Jul 2009
@Allain Lalonde
Removing local private members which are no longer needed since Buffering has been removed. ...
Allain Lalonde committed on 16 Jul 2009
@Allain Lalonde
Folding nested if statements into themselves. Makes PMD stop complaining so loudly.
Allain Lalonde committed on 16 Jul 2009
@Allain Lalonde
Refactored PDebug code so that PMD didn't complain about two ifs that could be joined. In the process making it slightly clearer.
Allain Lalonde committed on 16 Jul 2009
@Allain Lalonde
Replaced complex xor logic with Java's xor operator.
Allain Lalonde committed on 16 Jul 2009
@Allain Lalonde
Part of a solution to Issue #53; made toImage not use GraphicsEnvironment in the case of running in Headless mode.
Allain Lalonde committed on 16 Jul 2009
@Allain Lalonde
Added some tests for PAffineTransform
Allain Lalonde committed on 16 Jul 2009
2009-07-15
@Allain Lalonde
Fixed Issue 83; Guessed that the ellipses were caused my Mac's ability to do subpixel font rendering and MS's inability to do so. MS was probably rounding down to the next pixel and macs were not, allowing the text to be a couple pixels longer. Disabling it seems to do the trick.
Allain Lalonde committed on 15 Jul 2009
@Allain Lalonde
Moved mockListener out of methods and into the setUp. it's common enough to warrant it.
Allain Lalonde committed on 15 Jul 2009
@Allain Lalonde
Slight modification to MockPCamera for extensibility.
Allain Lalonde committed on 15 Jul 2009
@Allain Lalonde
Tests for PRoot
Allain Lalonde committed on 15 Jul 2009
@Allain Lalonde
Added more tests for PCameraTest and removed an errant ImageIO.write in PNode
Allain Lalonde committed on 15 Jul 2009
@Allain Lalonde
Added test for PDebug.debugBounds enabled
Allain Lalonde committed on 15 Jul 2009
2009-07-14
@Marcus Rohrmoser
relates to issue#45 - work right on a mac and easy dropbox publishing.
Marcus Rohrmoser committed on 14 Jul 2009
@Marcus Rohrmoser
fix issue#95
Marcus Rohrmoser committed on 14 Jul 2009
@Marcus Rohrmoser
ignores
Marcus Rohrmoser committed on 14 Jul 2009
@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