History for piccolo2d.java / extras
2009-10-09
@Allain Lalonde
Making CheckStyle more permissive of things the Piccolo2D code base doesn't agree with.
Allain Lalonde committed on 9 Oct 2009
2009-08-21
@Michael L Heuer
Issue 69 ; moving POffscreenCanvas to core
Michael L Heuer committed on 21 Aug 2009
@Michael L Heuer
Issue 64 ; minor checkstyle fixes
Michael L Heuer committed on 21 Aug 2009
@Michael L Heuer
Issue 64 ; adding ShadowUtils, PShadow to extras, ShadowExample to examples
Michael L Heuer committed on 21 Aug 2009
2009-08-07
@Allain Lalonde
Resolved Issue 32 using steveonjava's code. ...
Allain Lalonde committed on 7 Aug 2009
2009-08-06
@Allain Lalonde
Issue 71; Made clicked on PStyledText nodes retain their scale if they were not new when clicked.
Allain Lalonde committed on 6 Aug 2009
@Allain Lalonde
Fixed bug causing PFrame not to display by default.
Allain Lalonde committed on 6 Aug 2009
2009-08-05
@Allain Lalonde
More CheckStyles and some stack usage cleanup on PNode
Allain Lalonde committed on 5 Aug 2009
@Allain Lalonde
1. Some more checkstyle hunting. ...
Allain Lalonde committed on 5 Aug 2009
2009-08-03
@Michael L Heuer
minor API improvements to PSwing, javadoc improvements, and formatting changes
Michael L Heuer committed on 3 Aug 2009
@Michael L Heuer
minor API improvements to PSwing, javadoc improvements, and formatting changes
Michael L Heuer committed on 3 Aug 2009
2009-07-31
@Allain Lalonde
Who knew. An overload that does nothing but call its parent that has a reason to exist.
Allain Lalonde committed on 31 Jul 2009
@Allain Lalonde
PMD bugs attack.
Allain Lalonde committed on 31 Jul 2009
@Allain Lalonde
FingBugs Hunting.
Allain Lalonde committed on 31 Jul 2009
@Allain Lalonde
Refactored PCacheCamera to cleanup and made it work in Headless mode.
Allain Lalonde committed on 31 Jul 2009
2009-07-29
@Marcus Rohrmoser
issue#101 - throw a RTE wrappping the original EX.
Marcus Rohrmoser committed on 29 Jul 2009
@Marcus Rohrmoser
issue#110 - only whitespace and syntax. No semantic changes.
Marcus Rohrmoser committed on 29 Jul 2009
@Marcus Rohrmoser
issue#101 - undo r562.
Marcus Rohrmoser committed on 29 Jul 2009
2009-07-28
@Allain Lalonde
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
@Allain Lalonde
Making findbugs a little happier.
Allain Lalonde committed on 28 Jul 2009
2009-07-27
@Marcus Rohrmoser
issue#108 found the reason why hudson tries to pull the changelog from https://...
Marcus Rohrmoser committed on 27 Jul 2009
@Marcus Rohrmoser
issue#108 shut up hudson, part 3 - minor javadoc complaints.
Marcus Rohrmoser committed on 27 Jul 2009
2009-07-25
@Marcus Rohrmoser
fix issue#101 by throwing RuntimeExceptions.
Marcus Rohrmoser committed on 25 Jul 2009
2009-07-24
@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
Very strange slider behaviour in mac. Trying a fix.
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
2009-07-21
@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