2009-07-16
@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
@Allain Lalonde
Added accessors for render quality on PCanvas (Issue 93) , and also wrote more tests to confirm that Issue 87 is fixed.
Allain Lalonde committed on 14 Jul 2009
@Allain Lalonde
Added some move tests to PCanvas
Allain Lalonde committed on 14 Jul 2009
@Allain Lalonde
made toImage(int, int, Paint) return an image of the size requested. Since it seems that the resizing is already done in PNode.paint it was just a matter of deleting the resize code. ...
Allain Lalonde committed on 14 Jul 2009
@Allain Lalonde
Added some tests for PInputManagerTest. Difficult to create a mock PickPath so the mouse specific code is largely untested.
Allain Lalonde committed on 14 Jul 2009
@Allain Lalonde
Added some more tests for PCamera and broke MockPropertyChangeListener out into its own top level class. Also, cleared up some wording in comments.
Allain Lalonde committed on 14 Jul 2009
2009-07-13
@Allain Lalonde
Marked position as @deprecated, and make animateToRelativePosition public (from package private).
Allain Lalonde committed on 13 Jul 2009
@Allain Lalonde
Adding some unit test to PLayer, 98.7% instruction coverage booya.
Allain Lalonde committed on 13 Jul 2009
@Allain Lalonde
Modified PNode so that it retained public interface clirr. I'll run that from now on. Thanks, and sorry heuermh
Allain Lalonde committed on 13 Jul 2009
@Allain Lalonde
Pushed up UnitTest Instruction Coverate of PNode up to 90.1% and reorganized PNode slightly so that it was easier to test position.
Allain Lalonde committed on 13 Jul 2009
2009-05-16
@Michael L Heuer
Issue 66 ; adding PrintExample to examples to replicate issue
Michael L Heuer committed on 16 May 2009
2009-05-05
@Michael L Heuer
Issue 69 ; adding POffscreenCanvas to extras, with unit test and example
Michael L Heuer committed on 5 May 2009
2009-03-31
@Michael L Heuer
minor style fixes
Michael L Heuer committed on 31 Mar 2009
2009-03-28
@Michael L Heuer
Issue 79 : removing testReferences method which incorrectly depends on certian behaviour from the garbage collector
Michael L Heuer committed on 28 Mar 2009
2009-03-17
@Michael L Heuer
Issue 67 ; fixed issue with example, it was incorrectly adding the scroll pane to the canvas
Michael L Heuer committed on 17 Mar 2009