2009-10-29 |
general pom cleanup, readying for moving additional configuration to parent
Michael L Heuer
committed
on 29 Oct 2009
|
---|---|
2009-10-28 |
Rolling back removal of parent module. Seems that it's needed for correct generation of correct reports navigation system. Marcus has wisely suggested that the poms for central should be hand crafted, rather than trying to shoe horn the current, working, poms into their format.
Allain Lalonde
committed
on 28 Oct 2009
|
Expanding new PSwing example.
Allain Lalonde
committed
on 28 Oct 2009
|
|
2009-10-24 |
|
Making PSwing examples zoom to contain entire scene on startup.
Allain Lalonde
committed
on 24 Oct 2009
|
|
Rolling Back All paint changes to PSwing. It was working acceptably for clients and the changes were breaking changes. A rollback is the simplest thing to do to get this into a "working" state again.
...
Allain Lalonde
committed
on 24 Oct 2009
|
|
2009-10-21 |
Issue 88 ; adding example that demonstrates the different toImage fill strategies, uncovered a possible bug with aspect cover fill strategy
Michael L Heuer
committed
on 21 Oct 2009
|
Issue 141 ; adding an example that demonstrates the bug
Michael L Heuer
committed
on 21 Oct 2009
|
|
Added License Information to files. I'll never get used to that.
Allain Lalonde
committed
on 21 Oct 2009
|
|
Adding fisheye Frame and Calendar.
Allain Lalonde
committed
on 21 Oct 2009
|
|
adding scales and rotation to the transform for each node
Michael L Heuer
committed
on 21 Oct 2009
|
|
adding offset vs. translate example
Michael L Heuer
committed
on 21 Oct 2009
|
|
2009-10-20 |
Issue 109 ; adding configuration for maven assembly plugin to examples and swt-examples
Michael L Heuer
committed
on 20 Oct 2009
|
2009-10-15 |
Issue 132 ; refactoring SWT examples from examples module to new swt-examples module, commit 10 of 10
Michael L Heuer
committed
on 15 Oct 2009
|
Issue 132 ; refactoring SWT examples from examples module to new swt-examples module, commit 8 of several
Michael L Heuer
committed
on 15 Oct 2009
|
|
Issue 132 ; refactoring SWT examples from examples module to new swt-examples module, commit 7 of several
Michael L Heuer
committed
on 15 Oct 2009
|
|
Issue 132 ; refactoring SWT examples from examples module to new swt-examples module, commit 6 of several
Michael L Heuer
committed
on 15 Oct 2009
|
|
Issue 132 ; refactoring SWT examples from examples module to new swt-examples module, commit 4 of several
Michael L Heuer
committed
on 15 Oct 2009
|
|
Issue 132 ; refactoring SWT examples from examples module to new swt-examples module, commit 3 of several
Michael L Heuer
committed
on 15 Oct 2009
|
|
Issue 132 ; refactoring SWT examples from examples module to new swt-examples module, commit 2 of several
Michael L Heuer
committed
on 15 Oct 2009
|
|
2009-10-14 |
Adding P3DRectExample to examples
Allain Lalonde
committed
on 14 Oct 2009
|
2009-10-10 |
More CheckStyle Stuff
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
|
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
|
|
2009-07-17 |
Allain Lalonde
committed
on 17 Jul 2009
|
2009-07-16 |
|
2009-05-16 |
Issue 66 ; adding PrintExample to examples to replicate issue
Michael L Heuer
committed
on 16 May 2009
|
2009-05-05 |
Issue 69 ; adding POffscreenCanvas to extras, with unit test and example
Michael L Heuer
committed
on 5 May 2009
|
2009-03-17 |
Issue 67 ; fixed issue with example, it was incorrectly adding the scroll pane to the canvas
Michael L Heuer
committed
on 17 Mar 2009
|
2009-01-24 |
Issue 59 ; updating license date range to include 2009
Michael L Heuer
committed
on 24 Jan 2009
|
2008-11-05 |
issue#68 works.
Marcus Rohrmoser
committed
on 5 Nov 2008
|
Issue 49 ; adding a stroke example
Michael L Heuer
committed
on 5 Nov 2008
|
|
2008-08-22 |
Issue 59 ; copyright start year should be 1998 to match oldest files
Michael L Heuer
committed
on 22 Aug 2008
|
Issue 59 ; updating license header and adding one where missing
Michael L Heuer
committed
on 22 Aug 2008
|
|
2008-08-14 |
issue#6 change report added
Marcus Rohrmoser
committed
on 14 Aug 2008
|
2008-08-02 |
Issue 29 ; Tweaked checkstyle configuration and ran eclipse formatter on the java source in examples. Reduced checkstyle errors from 5877 to 1352. Note this commit contains formatting-related changes only, no code changes.
Michael L Heuer
committed
on 2 Aug 2008
|
2008-07-31 |
Issue 28; re-adding checkstyle plugin configuration to core, extras, and examples poms, adding sun_checks.xml to src/build/conf in each to enable check configuration
Michael L Heuer
committed
on 31 Jul 2008
|
2008-07-30 |
issue#45 revert r153
Marcus Rohrmoser
committed
on 30 Jul 2008
|
issue#45 try via org.apache.maven.wagon:wagon-webdav
Marcus Rohrmoser
committed
on 30 Jul 2008
|
|
issue#52 use jdk >= 1.4
Marcus Rohrmoser
committed
on 30 Jul 2008
|
|
2008-07-27 |
issue#6 add overview.html to javadocs
Marcus Rohrmoser
committed
on 27 Jul 2008
|
issue#44 subdirectory and artifact rename
Marcus Rohrmoser
committed
on 27 Jul 2008
|
|
2008-07-22 |
issue#6 fixed some urls
Marcus Rohrmoser
committed
on 22 Jul 2008
|
|
|
|
|
2008-07-10 |
Issue 40; rolling back PText to revision 11 and replacing setWrapMode call in LensExample with setConstrain... calls.
Michael L Heuer
committed
on 10 Jul 2008
|
2007-04-14 |
|
Got rid of a bunch of warnings - mostly from unused code
Ben Bederson
committed
on 14 Apr 2007
|
|
2006-12-21 |
Added fix to PFixedWidthStroke to make dashes also fixed to go along with the width.
...
Ben Bederson
committed
on 21 Dec 2006
|
2006-10-05 |
piccolo java
Jesse Grosjean
committed
on 5 Oct 2006
|