2009-07-31 |
FingBugs Hunting.
Allain Lalonde
committed
on 31 Jul 2009
|
---|---|
Refactored PCacheCamera to cleanup and made it work in Headless mode.
Allain Lalonde
committed
on 31 Jul 2009
|
|
2009-07-29 |
issue#101 - throw a RTE wrappping the original EX.
Marcus Rohrmoser
committed
on 29 Jul 2009
|
issue#110 - only whitespace and syntax. No semantic changes.
Marcus Rohrmoser
committed
on 29 Jul 2009
|
|
issue#101 - undo r562.
Marcus Rohrmoser
committed
on 29 Jul 2009
|
|
2009-07-28 |
Starting to refactor PStyledText. It's a beast. Too bad we don't have any code that really puts it through its paces.
Allain Lalonde
committed
on 28 Jul 2009
|
Making findbugs a little happier.
Allain Lalonde
committed
on 28 Jul 2009
|
|
2009-07-27 |
issue#108 shut up hudson, part 3 - minor javadoc complaints.
Marcus Rohrmoser
committed
on 27 Jul 2009
|
2009-07-25 |
fix issue#101 by throwing RuntimeExceptions.
Marcus Rohrmoser
committed
on 25 Jul 2009
|
2009-07-24 |
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
|
|
Very strange slider behaviour in mac. Trying a fix.
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
|
2009-07-21 |
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 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
|
|
Cleaned up PNavigationEventhandler. Removed nested ifs, refactored common code out into its own private method.
Allain Lalonde
committed
on 21 Jul 2009
|
|
2009-07-20 |
Unit tests
Allain Lalonde
committed
on 20 Jul 2009
|
2009-07-19 |
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
|
|
2009-07-18 |
Some refactoring to make PSwingRepaintManager clearer, nothing too fancy
Allain Lalonde
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
|
|
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
|
|
Changed test name since it was incorrectly referring to PCanvas
Allain Lalonde
committed
on 18 Jul 2009
|