2009-10-10 |
Fixing PMD Bug in setText of PText
Allain Lalonde
committed
on 10 Oct 2009
|
---|---|
Hunting FindBugs in Core.
Allain Lalonde
committed
on 10 Oct 2009
|
|
2009-10-09 |
Removing FindBugs Excludes, since all they did was remove tests from the examples modules. Instead I removed the unnecessary reporting from examples.
...
Allain Lalonde
committed
on 9 Oct 2009
|
Removing accidental System.out.printlns woops.
Allain Lalonde
committed
on 9 Oct 2009
|
|
Added messages for IOException throws in javadocs on PObjectOutputStream
Allain Lalonde
committed
on 9 Oct 2009
|
|
Removing lots of javadoc findbugs in the core
Allain Lalonde
committed
on 9 Oct 2009
|
|
formatting changes only, replacing tab characters with spaces
Michael L Heuer
committed
on 9 Oct 2009
|
|
Issue 128 ; applying patch from akurtakov, adding maven-bundle-plugin configuration and changing packaging from jar to bundle
Michael L Heuer
committed
on 9 Oct 2009
|
|
Trying again with ignores rules.
Allain Lalonde
committed
on 9 Oct 2009
|
|
Makind FindBugs ignore any Test classes and example classes.
Allain Lalonde
committed
on 9 Oct 2009
|
|
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
|
|
Attacking some checkstyle complaints.
Allain Lalonde
committed
on 9 Oct 2009
|
|
Removed unnecessary imports.
Allain Lalonde
committed
on 9 Oct 2009
|
|
2009-09-26 |
Issue 127 ; tolerances for unit test assertions were too strict for OpenJDK IcedTea6 1.4.1 implementation on linux
Michael L Heuer
committed
on 26 Sep 2009
|
2009-08-21 |
Issue 69 ; moving POffscreenCanvas to core
Michael L Heuer
committed
on 21 Aug 2009
|
2009-08-08 |
PHtmlView: Making it only attempt to fitHeight when width > 0. Otherwise bad mojo.
Allain Lalonde
committed
on 8 Aug 2009
|
Made test use actual height of html node instead of a hard coded value.
Allain Lalonde
committed
on 8 Aug 2009
|
|
PHtmlView - removed the JFrame.pack() hack. I feel better now.
Allain Lalonde
committed
on 8 Aug 2009
|
|
2009-08-07 |
Broke apart tests of PHtmlView so that 1 test = 1 behaviour.
Allain Lalonde
committed
on 7 Aug 2009
|
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
|
|
Made PHtmlView text follow node bounds. Became apparent when setting a background paint color.
Allain Lalonde
committed
on 7 Aug 2009
|
|
Accidental IO remnant during testing.
Allain Lalonde
committed
on 7 Aug 2009
|
|
Added test for PHtmlViewTest that checks for paint covering the entire bounds.
Allain Lalonde
committed
on 7 Aug 2009
|
|
Issue 111 ; API and javadoc improvements to PHtmlView, html --> text, htmlColor --> textColor, clickedAddress --> linkAddressAt, etc.
Michael L Heuer
committed
on 7 Aug 2009
|
|
Issue 111 ; adding correct license header text
Michael L Heuer
committed
on 7 Aug 2009
|
|
Issue 111 ; adding correct license header text
Michael L Heuer
committed
on 7 Aug 2009
|
|
2009-08-06 |
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
|
Fixed Issue 66; made printing the canvas print the entire scene, regardless of what's visible.
Allain Lalonde
committed
on 6 Aug 2009
|
|
2009-08-05 |
Unused imports. Damn.
Allain Lalonde
committed
on 5 Aug 2009
|
Fixed issue 106. Added fillStrategy to the toImage method.
...
Allain Lalonde
committed
on 5 Aug 2009
|