2009-07-18 |
Fixed a memory leak with PCanvas instances registering themselves with KeyboardFocus and never unregistering themselves.
...
Allain Lalonde
committed
on 18 Jul 2009
|
---|---|
Allain Lalonde
committed
on 18 Jul 2009
|
|
Added Memory Leak Test for PCanvas, should demonstrate the memory leak installInputSources has
Allain Lalonde
committed
on 18 Jul 2009
|
|
Fixed Issue 100; Plastered PInputEventFilter with Unit Tests and then made it consider the masks conditionally.
...
Allain Lalonde
committed
on 18 Jul 2009
|
|
Adding # of times finalizers are called.
Allain Lalonde
committed
on 18 Jul 2009
|
|
Issue 74 ; adding PSwingMemoryLeakExample to examples
Michael L Heuer
committed
on 18 Jul 2009
|
|
Adding some PInputEventFilter tests.
Allain Lalonde
committed
on 18 Jul 2009
|
|
Removed unnecessary call to getFullBounds in test. Probably just a hangover from a past test.
Allain Lalonde
committed
on 18 Jul 2009
|
|
Fixed Issue 91; deprecated repaintFromlayer(PBounds, PNode) in favor of the more specific repaintFromlayer(PBounds, PLayer) making it impossible to accidentally pass a camera say to this method.
Allain Lalonde
committed
on 18 Jul 2009
|
|
Fixed Issue 96; Made PAffineTransform throw PAffineTransformException (a subclass of RuntimeException) whenever a non-invertible transform is encountered.
...
Allain Lalonde
committed
on 18 Jul 2009
|
|
2009-07-17 |
Fixed Issue 92; make it check for empty stack before popping the cursor
Allain Lalonde
committed
on 17 Jul 2009
|
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
committed
on 17 Jul 2009
|
|
Issue 74 ; some assertions fail when test case is run as part of a test suite
Michael L Heuer
committed
on 17 Jul 2009
|
|
Issue 74 ; adding unit test for PSwingRepaintManager
Michael L Heuer
committed
on 17 Jul 2009
|
|
Issue 69 ; adding render quality parameter
Michael L Heuer
committed
on 17 Jul 2009
|
|
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
|
|
Issue 53. Removing Test Code that can't be run in Headless mode
Allain Lalonde
committed
on 17 Jul 2009
|
|
2009-07-16 |
|
Made cobertura plugin output xml format as well as generating an html report
Allain Lalonde
committed
on 16 Jul 2009
|
|
Some tests for PDragEventHandler
Allain Lalonde
committed
on 16 Jul 2009
|
|
Adding some preliminary tests for PInputEvent
Allain Lalonde
committed
on 16 Jul 2009
|
|
Added some trivial tests for PPanEventHandler and added come accesors to it for maxAutoPanSpeed and minAutoPanSpeed.
...
Allain Lalonde
committed
on 16 Jul 2009
|
|
Removing local private members which are no longer needed since Buffering has been removed.
...
Allain Lalonde
committed
on 16 Jul 2009
|
|
Folding nested if statements into themselves. Makes PMD stop complaining so loudly.
Allain Lalonde
committed
on 16 Jul 2009
|
|
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
|
|
Replaced complex xor logic with Java's xor operator.
Allain Lalonde
committed
on 16 Jul 2009
|
|
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
|
|
Added some tests for PAffineTransform
Allain Lalonde
committed
on 16 Jul 2009
|
|
2009-07-15 |
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
|