2009-07-18
@Allain Lalonde
Some refactoring to make PSwingRepaintManager clearer, nothing too fancy
Allain Lalonde committed on 18 Jul 2009
@Michael L Heuer
Issue 74 ; additional minor improvements for better UI responsiveness
Michael L Heuer committed on 18 Jul 2009
@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
@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
Adding tests for PText
Allain Lalonde committed on 18 Jul 2009
@Allain Lalonde
Fixed Issue 74; removed the need to track PSwingCanvas.SwingWrapper instances in the PSwingRepaintManager, making the memory leak a non-issue
Allain Lalonde committed on 18 Jul 2009
@Allain Lalonde
Adding tests for PText and making it return empty string by default rather than null. More inline with JTextField
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
@Allain Lalonde
renamed test since PCanvas was redundant
Allain Lalonde committed on 18 Jul 2009
@Allain Lalonde
Fixed a memory leak with PCanvas instances registering themselves with KeyboardFocus and never unregistering themselves. ...
Allain Lalonde committed on 18 Jul 2009
@Allain Lalonde

Allain Lalonde committed on 18 Jul 2009
@Allain Lalonde
Added Memory Leak Test for PCanvas, should demonstrate the memory leak installInputSources has
Allain Lalonde committed on 18 Jul 2009
@Allain Lalonde
Fixed Issue 100; Plastered PInputEventFilter with Unit Tests and then made it consider the masks conditionally. ...
Allain Lalonde committed on 18 Jul 2009
@Allain Lalonde
Adding # of times finalizers are called.
Allain Lalonde committed on 18 Jul 2009
@Michael L Heuer
Issue 74 ; adding PSwingMemoryLeakExample to examples
Michael L Heuer committed on 18 Jul 2009
@Allain Lalonde
Adding some PInputEventFilter tests.
Allain Lalonde committed on 18 Jul 2009
@Allain Lalonde
Removed unnecessary call to getFullBounds in test. Probably just a hangover from a past test.
Allain Lalonde committed on 18 Jul 2009
@Allain Lalonde
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
@Allain Lalonde
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
@Allain Lalonde
Fixed Issue 92; make it check for empty stack before popping the cursor
Allain Lalonde committed on 17 Jul 2009
@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