2009-07-24
@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
Very strange slider behaviour in mac. Trying a fix.
Allain Lalonde committed on 24 Jul 2009
@Allain Lalonde
reverting r524 zooming on mac broke... weird.
Allain Lalonde committed on 24 Jul 2009
@Allain Lalonde
Fixed Issue 83; Transforming graphics context was introducing slight rounding errors in the font metrics measurements. Calculating string widths using compnent.getGraphics() would yield slightly smaller widths than calculating them using the active Graphics object. ...
Allain Lalonde committed on 24 Jul 2009
2009-07-22
@Allain Lalonde
made XYArray implement Cloneable since it had a clone method
Allain Lalonde committed on 22 Jul 2009
@Michael L Heuer
updating developer information
Michael L Heuer committed on 22 Jul 2009
@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
removed static from before what amounted to instance variables.
Allain Lalonde committed on 21 Jul 2009
@Allain Lalonde
Removing unused imports
Allain Lalonde committed on 21 Jul 2009
@Allain Lalonde
Made PNotificationCenter matchingKeys use NotificationKey.equals as opposed to reproducing the logic.
Allain Lalonde committed on 21 Jul 2009
@Allain Lalonde
Fixing NotificationTarget and NotificationKey equals methods so that they conform to the equals contract.
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
Fixed Issue 71; made resulting PStyledText take the camera's scale into account. Also, made right click call stopEditing, so that the input field was always the same size as the resulting text would be, was weird otherwise
Allain Lalonde committed on 21 Jul 2009
@Allain Lalonde
Cleaned up PNavigationEventhandler. Removed nested ifs, refactored common code out into its own private method.
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
Removing unnecessary dependency to the findbugs plugin since it was already defined in the reports element.
Allain Lalonde committed on 21 Jul 2009
@Allain Lalonde
Adding Coverage Ignore Rules for Examples Module
Allain Lalonde committed on 21 Jul 2009
@Allain Lalonde
Added FindBugs as a plugin.
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
Just updated my contact info in the Maven Config File.
Allain Lalonde committed on 20 Jul 2009
@Marcus Rohrmoser
#84 added developers.
Marcus Rohrmoser committed on 20 Jul 2009
@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