2009-07-21 |
Added FindBugs as a plugin.
Allain Lalonde
committed
on 21 Jul 2009
|
---|---|
Removed some unnecessary imports from PCanvas
Allain Lalonde
committed
on 21 Jul 2009
|
|
Refactored mousePressed and mouseReleased so that code common to each is now in a helper method. Net result is a much lower cyclomatic complexity for each.
Allain Lalonde
committed
on 21 Jul 2009
|
|
2009-07-20 |
Just updated my contact info in the Maven Config File.
Allain Lalonde
committed
on 20 Jul 2009
|
#84 added developers.
Marcus Rohrmoser
committed
on 20 Jul 2009
|
|
Adding more tests and adding tests for PDebug
Allain Lalonde
committed
on 20 Jul 2009
|
|
Unit tests
Allain Lalonde
committed
on 20 Jul 2009
|
|
Added tests for PBasicInputEventHandler
Allain Lalonde
committed
on 20 Jul 2009
|
|
2009-07-19 |
Added getInputEventListeners to PCanvas and PNode making them return an array of PInputEventListener objects. This makes it fall inline with the other listeners inherited from JComponent and it also makes listener methods testable.
Allain Lalonde
committed
on 19 Jul 2009
|
Reverted override of createInverse in PAffineTransform since the fact that it didn't throw anything was being overlooked in Hudson, but honoured in Eclipse
Allain Lalonde
committed
on 19 Jul 2009
|
|
Removing some calls to printStackTrace(), replacing them with appropriate responses Issue 101
Allain Lalonde
committed
on 19 Jul 2009
|
|
removed printStackTrace call by making addListner return false if it was not able to add the listener
Allain Lalonde
committed
on 19 Jul 2009
|
|
Removing buried PrintException, replacing it with a JOptionPane.showMessageDialog call
Allain Lalonde
committed
on 19 Jul 2009
|
|
2009-07-18 |
Fixing bug with PImage being run in Headless Mode
Allain Lalonde
committed
on 18 Jul 2009
|
Unit Testing for PImage and removed a little cruft
Allain Lalonde
committed
on 18 Jul 2009
|
|
Some Unit Tests for PInputEvent
Allain Lalonde
committed
on 18 Jul 2009
|
|
Some refactoring to make PSwingRepaintManager clearer, nothing too fancy
Allain Lalonde
committed
on 18 Jul 2009
|
|
Issue 74 ; additional minor improvements for better UI responsiveness
Michael L Heuer
committed
on 18 Jul 2009
|
|
Commenting out assert since it doesn't work on all environments
Allain Lalonde
committed
on 18 Jul 2009
|
|
Issue 74 ; minor style and javadoc fixes
Michael L Heuer
committed
on 18 Jul 2009
|
|
Issue 74 ; minor style and javadoc fixes
Michael L Heuer
committed
on 18 Jul 2009
|
|
Trying to get test to pass. Seems to get GC to run
Allain Lalonde
committed
on 18 Jul 2009
|
|
Adding tests for PText
Allain Lalonde
committed
on 18 Jul 2009
|
|
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
|
|
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
|
|
Changed test name since it was incorrectly referring to PCanvas
Allain Lalonde
committed
on 18 Jul 2009
|
|
Added PSwingCanvas Test for Memory Leak
Allain Lalonde
committed
on 18 Jul 2009
|
|
renamed test since PCanvas was redundant
Allain Lalonde
committed
on 18 Jul 2009
|
|
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
|