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
|
---|---|
formatting changes only, replacing tab characters with spaces
Michael L Heuer
committed
on 9 Oct 2009
|
|
Trying again with ignores rules.
Allain Lalonde
committed
on 9 Oct 2009
|
|
Adding findbugs exclude rules to other projects.
Allain Lalonde
committed
on 9 Oct 2009
|
|
Making checks for examples far less restrictive than the core library. Snippets don't always need to conform to SOLID principles.
Allain Lalonde
committed
on 9 Oct 2009
|
|
Killing more CheckStyle and a Couple PMD complaints.
Allain Lalonde
committed
on 9 Oct 2009
|
|
Making CheckStyle more permissive of things the Piccolo2D code base doesn't agree with.
Allain Lalonde
committed
on 9 Oct 2009
|
|
2009-08-21 |
Issue 69 ; moving POffscreenCanvas to core
Michael L Heuer
committed
on 21 Aug 2009
|
Issue 64 ; minor checkstyle fixes
Michael L Heuer
committed
on 21 Aug 2009
|
|
Issue 64 ; adding ShadowUtils, PShadow to extras, ShadowExample to examples
Michael L Heuer
committed
on 21 Aug 2009
|
|
2009-08-07 |
Issue 111 ; adding example to demonstrate text offset bounds problem with PHtmlView
Michael L Heuer
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
|
|
2009-08-04 |
Fixed reference to invalid getClickedAddress method in HtmlViewExample.
Allain Lalonde
committed
on 4 Aug 2009
|
issue#111: merged phtml branch to trunk
Allain Lalonde
committed
on 4 Aug 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 |
Cleaning up examples a little
Allain Lalonde
committed
on 28 Jul 2009
|
Refactoring the ExampleRunner for clarity.
Allain Lalonde
committed
on 28 Jul 2009
|
|
2009-07-27 |
issue#108 found the reason why hudson tries to pull the changelog from https://...
Marcus Rohrmoser
committed
on 27 Jul 2009
|
issue#108 shut up hudson, part 2 - source encoding and another overview.html.
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 |
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-21 |
removed static from before what amounted to instance variables.
Allain Lalonde
committed
on 21 Jul 2009
|
2009-07-19 |
Removing buried PrintException, replacing it with a JOptionPane.showMessageDialog call
Allain Lalonde
committed
on 19 Jul 2009
|
2009-07-18 |
Issue 74 ; additional minor improvements for better UI responsiveness
Michael L Heuer
committed
on 18 Jul 2009
|
Issue 74 ; minor style and javadoc fixes
Michael L Heuer
committed
on 18 Jul 2009
|
|
Adding # of times finalizers are called.
Allain Lalonde
committed
on 18 Jul 2009
|
|
Issue 74 ; adding PSwingMemoryLeakExample to examples
Michael L Heuer
committed
on 18 Jul 2009
|