History for piccolo2d.java / core
2009-07-27
@Marcus Rohrmoser
issue#108 shut up hudson, part 3 - minor javadoc complaints.
Marcus Rohrmoser committed on 27 Jul 2009
2009-07-26
@Allain Lalonde
Broke apart the name tests so that 1 test method tested 1 obvious behaviour
Allain Lalonde committed on 26 Jul 2009
2009-07-25
@Marcus Rohrmoser
fix issue#99.
Marcus Rohrmoser committed on 25 Jul 2009
@Marcus Rohrmoser
fix issue#101 by throwing RuntimeExceptions.
Marcus Rohrmoser committed on 25 Jul 2009
@Marcus Rohrmoser
proposal to fix issue#22
Marcus Rohrmoser committed on 25 Jul 2009
2009-07-24
@Allain Lalonde
Moving helper method to bottom of MouseListener to be consistent.
Allain Lalonde committed on 24 Jul 2009
@Allain Lalonde
Fixed bug with refactoring. copy and paste. dang.
Allain Lalonde committed on 24 Jul 2009
@Allain Lalonde
Removing unnecessary null checks in removeInputListeners. ...
Allain Lalonde committed on 24 Jul 2009
@Allain Lalonde
Removed unnecessary check since all possible values of getButton() were covered there was no need to check for newButton == 0.
Allain Lalonde committed on 24 Jul 2009
@Allain Lalonde
Refactored PCanvas code into more manageable private methods. Hooray for cleaner code.
Allain Lalonde committed on 24 Jul 2009
@Allain Lalonde
Implemented Issue 21; added a new Property Constant (since the old one was incorrect) and deprecated the old one
Allain Lalonde committed on 24 Jul 2009
@Allain Lalonde
reverting r524 zooming on mac broke... weird.
Allain Lalonde committed on 24 Jul 2009
2009-07-22
@Allain Lalonde
Accidentally introduced a 1.5 feature dependency in r539 (Arrays.toString(double[] ...))
Allain Lalonde committed on 22 Jul 2009
2009-07-21
@Allain Lalonde
Removing unused imports
Allain Lalonde committed on 21 Jul 2009
@Allain Lalonde
fixed possible bug with double[].toString() preferred way of doing this is to use the Arrays.toString() method
Allain Lalonde committed on 21 Jul 2009
@Allain Lalonde
Marked the static instances as final
Allain Lalonde committed on 21 Jul 2009
@Allain Lalonde
Marked ALL_MODIFIERS_MASK as final
Allain Lalonde committed on 21 Jul 2009
@Allain Lalonde
Added back in check for modifiers applying to input events. Turns out some of the examples expect this behaviour (NavigationExample being one).
Allain Lalonde committed on 21 Jul 2009
@Allain Lalonde
Change path back to private scope. Accident caused while trying to figure out a way of unit testing the generated path.
Allain Lalonde committed on 21 Jul 2009
@Allain Lalonde
Removed some unnecessary imports from PCanvas
Allain Lalonde committed on 21 Jul 2009
@Allain Lalonde
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
@Allain Lalonde
Adding more tests and adding tests for PDebug
Allain Lalonde committed on 20 Jul 2009
@Allain Lalonde
Unit tests
Allain Lalonde committed on 20 Jul 2009
@Allain Lalonde
Added tests for PBasicInputEventHandler
Allain Lalonde committed on 20 Jul 2009
2009-07-19
@Allain Lalonde
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
@Allain Lalonde
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
@Allain Lalonde
Removing some calls to printStackTrace(), replacing them with appropriate responses Issue 101
Allain Lalonde committed on 19 Jul 2009
2009-07-18
@Allain Lalonde
Fixing bug with PImage being run in Headless Mode
Allain Lalonde committed on 18 Jul 2009
@Allain Lalonde
Unit Testing for PImage and removed a little cruft
Allain Lalonde committed on 18 Jul 2009
@Allain Lalonde
Some Unit Tests for PInputEvent
Allain Lalonde committed on 18 Jul 2009