2009-07-27
@Marcus Rohrmoser
issue#108 shut up hudson, part 2 - source encoding and another overview.html.
Marcus Rohrmoser committed on 27 Jul 2009
@Marcus Rohrmoser
shut up hudson, part 1 - add an overview.html.
Marcus Rohrmoser committed on 27 Jul 2009
@Marcus Rohrmoser
issue#108 set up hudson build
Marcus Rohrmoser committed on 27 Jul 2009
@Allain Lalonde
Commenting out developer activity plugin in reports. Could not autogenerate report from hudson
Allain Lalonde committed on 27 Jul 2009
@Allain Lalonde
Making developer activity use the public url for svn as opposed to the developer one
Allain Lalonde committed on 27 Jul 2009
@Allain Lalonde
Moving cobetura report to be constructed in the site stage, not in the clean one
Allain Lalonde 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
Removing unnecessary import
Allain Lalonde committed on 24 Jul 2009
@Allain Lalonde
Fixed Issue 13; Added the clipping for the paint region as suggested by Sam
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
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