History for piccolo2d.java / core / src / main / java
2009-10-20
@Michael L Heuer
minor javadoc fixes . . . I really should stop now. :)
Michael L Heuer committed on 20 Oct 2009
@Michael L Heuer
minor javadoc fixes
Michael L Heuer committed on 20 Oct 2009
@Michael L Heuer
more style and javadoc fixes
Michael L Heuer committed on 20 Oct 2009
@Michael L Heuer
more style and javadoc fixes
Michael L Heuer committed on 20 Oct 2009
@Michael L Heuer
style and javadoc fixes
Michael L Heuer committed on 20 Oct 2009
@Allain Lalonde
Fixing core CheckStyle warnings. All magic number warnings were on constant definitions. Cleaning them up would not have increased code clarity greatly enough to warrant it.
Allain Lalonde committed on 20 Oct 2009
@Allain Lalonde
Fixing some checkstyle bugs and fixing an infinite recursion bug introduced by r727 by me :(
Allain Lalonde committed on 20 Oct 2009
2009-10-15
@Allain Lalonde
Fixing Issue #137, replaced getWidth() and getHeight() with getFullBounds().getWidth() and getFullBounds().getHeight() in PNode.toImage. Thank you Sam for pointing this out.
Allain Lalonde committed on 15 Oct 2009
2009-10-14
@Allain Lalonde
More CheckStyle blitzing on core. Javadocs are all there now. To drop the number much further I'll need to expand expressions for defining Property change codes, or break binary compatability by making constants final. I'm 100% for doing that, but I understand some people have reservations.
Allain Lalonde committed on 14 Oct 2009
2009-10-13
@Allain Lalonde
Tedious CheckStyle blitz on core.
Allain Lalonde committed on 13 Oct 2009
2009-10-10
@Allain Lalonde
Fixing bug with setTransparency not sending new or old value when property change was fired. Also, some formatting
Allain Lalonde committed on 10 Oct 2009
@Allain Lalonde
More CheckStyle Stuff
Allain Lalonde committed on 10 Oct 2009
@Allain Lalonde
Fixing PMD Bug in setText of PText
Allain Lalonde committed on 10 Oct 2009
@Allain Lalonde
Hunting FindBugs in Core.
Allain Lalonde committed on 10 Oct 2009
2009-10-09
@Allain Lalonde
Removing accidental System.out.printlns woops.
Allain Lalonde committed on 9 Oct 2009
@Allain Lalonde
Added messages for IOException throws in javadocs on PObjectOutputStream
Allain Lalonde committed on 9 Oct 2009
@Allain Lalonde
Removing lots of javadoc findbugs in the core
Allain Lalonde committed on 9 Oct 2009
@Allain Lalonde
Stabbing at some more CheckStyle complaints and making FileLength max=4000. We have PNode to thank for that.
Allain Lalonde committed on 9 Oct 2009
@Allain Lalonde
Attacking some checkstyle complaints.
Allain Lalonde committed on 9 Oct 2009
@Allain Lalonde
Removed unnecessary imports.
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
2009-08-08
@Allain Lalonde
PHtmlView: Making it only attempt to fitHeight when width > 0. Otherwise bad mojo.
Allain Lalonde committed on 8 Aug 2009
@Allain Lalonde
PHtmlView - removed the JFrame.pack() hack. I feel better now.
Allain Lalonde committed on 8 Aug 2009
2009-08-07
@Allain Lalonde
Broke apart tests of PHtmlView so that 1 test = 1 behaviour.
Allain Lalonde committed on 7 Aug 2009
@Allain Lalonde
Major reworking to PHtmlView so that it calculates its bounds correctly based on a fixed width and a variable height. Will make it more generic later.
Allain Lalonde committed on 7 Aug 2009
@Allain Lalonde
Made PHtmlView text follow node bounds. Became apparent when setting a background paint color.
Allain Lalonde committed on 7 Aug 2009
@Michael L Heuer
Issue 111 ; API and javadoc improvements to PHtmlView, html --> text, htmlColor --> textColor, clickedAddress --> linkAddressAt, etc.
Michael L Heuer committed on 7 Aug 2009
@Michael L Heuer
Issue 111 ; adding correct license header text
Michael L Heuer committed on 7 Aug 2009
2009-08-06
@Allain Lalonde
undid stack clean up in r647 since it caused a pretty major break in ScrollExample and others. That's what I get for thinking I'm being clever.
Allain Lalonde committed on 6 Aug 2009
@Allain Lalonde
Fixed Issue 66; made printing the canvas print the entire scene, regardless of what's visible.
Allain Lalonde committed on 6 Aug 2009