2009-07-27 |
issue#108 set up hudson build
Marcus Rohrmoser
committed
on 27 Jul 2009
|
---|---|
Commenting out developer activity plugin in reports. Could not autogenerate report from hudson
Allain Lalonde
committed
on 27 Jul 2009
|
|
Making developer activity use the public url for svn as opposed to the developer one
Allain Lalonde
committed
on 27 Jul 2009
|
|
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 |
Broke apart the name tests so that 1 test method tested 1 obvious behaviour
Allain Lalonde
committed
on 26 Jul 2009
|
2009-07-25 |
fix issue#99.
Marcus Rohrmoser
committed
on 25 Jul 2009
|
fix issue#101 by throwing RuntimeExceptions.
Marcus Rohrmoser
committed
on 25 Jul 2009
|
|
proposal to fix issue#22
Marcus Rohrmoser
committed
on 25 Jul 2009
|
|
2009-07-24 |
Moving helper method to bottom of MouseListener to be consistent.
Allain Lalonde
committed
on 24 Jul 2009
|
Fixed bug with refactoring. copy and paste. dang.
Allain Lalonde
committed
on 24 Jul 2009
|
|
Removing unnecessary null checks in removeInputListeners.
...
Allain Lalonde
committed
on 24 Jul 2009
|
|
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
|
|
Refactored PCanvas code into more manageable private methods. Hooray for cleaner code.
Allain Lalonde
committed
on 24 Jul 2009
|
|
Removing unnecessary import
Allain Lalonde
committed
on 24 Jul 2009
|
|
Fixed Issue 13; Added the clipping for the paint region as suggested by Sam
Allain Lalonde
committed
on 24 Jul 2009
|
|
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
|
|
Very strange slider behaviour in mac. Trying a fix.
Allain Lalonde
committed
on 24 Jul 2009
|
|
reverting r524 zooming on mac broke... weird.
Allain Lalonde
committed
on 24 Jul 2009
|
|
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 |
made XYArray implement Cloneable since it had a clone method
Allain Lalonde
committed
on 22 Jul 2009
|
updating developer information
Michael L Heuer
committed
on 22 Jul 2009
|
|
Accidentally introduced a 1.5 feature dependency in r539 (Arrays.toString(double[] ...))
Allain Lalonde
committed
on 22 Jul 2009
|
|
2009-07-21 |
removed static from before what amounted to instance variables.
Allain Lalonde
committed
on 21 Jul 2009
|
Removing unused imports
Allain Lalonde
committed
on 21 Jul 2009
|
|
Made PNotificationCenter matchingKeys use NotificationKey.equals as opposed to reproducing the logic.
Allain Lalonde
committed
on 21 Jul 2009
|
|
Fixing NotificationTarget and NotificationKey equals methods so that they conform to the equals contract.
Allain Lalonde
committed
on 21 Jul 2009
|
|
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
|
|
Marked the static instances as final
Allain Lalonde
committed
on 21 Jul 2009
|
|
Marked ALL_MODIFIERS_MASK as final
Allain Lalonde
committed
on 21 Jul 2009
|
|
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
|