History for piccolo2d.java / examples
2012-01-08
@Aaron Dixon
Issue 235 - PSwingEventHandler now uses Point2D.Double in call to cameraToLocal to avoid under/overflow
Aaron Dixon committed on 8 Jan 2012
2011-04-15
@Aaron Dixon
- small javadoc change to fix javadoc warnings
Aaron Dixon committed on 15 Apr 2011
2011-04-04
@Aaron Dixon
Issue 217; adding/replacing license headers
Aaron Dixon committed on 4 Apr 2011
2011-03-29
@Aaron Dixon
Issue 173; (merge from branch) Introduced useBufferedPainting option to PSwing. Used much of the original buffered painting implementation details from Piccolo2D 1.2. Also added PSwingExample4 which extends PSwingExample1 but turns on buffered painting for all of the PSwing nodes.
Aaron Dixon committed on 29 Mar 2011
2011-03-16
@Michael L Heuer
Issue 205 ; updating copyright year in license header to 2011
Michael L Heuer committed on 16 Mar 2011
2011-03-03
@Michael L Heuer
applying doc & style patch from Issue 204
Michael L Heuer committed on 3 Mar 2011
2011-01-11
@Michael L Heuer
adding full bounds event example
Michael L Heuer committed on 11 Jan 2011
2010-12-22
@Michael L Heuer
Issue 185 ; applying patch issue185fix.patch
Michael L Heuer committed on 22 Dec 2010
2010-12-08
@Michael L Heuer
adding reset bounds action
Michael L Heuer committed on 8 Dec 2010
2010-12-07
@Michael L Heuer
adding text wrapping example
Michael L Heuer committed on 7 Dec 2010
2010-10-01
@Michael L Heuer
adding animate path example
Michael L Heuer committed on 1 Oct 2010
2010-08-07
@Michael L Heuer
Issue 185 ; applying patch from atdixon with minor changes, list of activities is cleared after activities are processed
Michael L Heuer committed on 7 Aug 2010
2010-05-11
@Michael L Heuer
Issue 37 ; various cleanup related to org.piccolo2d package refactoring
Michael L Heuer committed on 11 May 2010
@Michael L Heuer
Issue 37 ; refactoring example packages to org.piccolo2d.examples and org.piccolo2d.extras.swt.examples for examples and swt-examples respectively
Michael L Heuer committed on 11 May 2010
@Michael L Heuer
Issue 37 ; refactoring package edu.umd.cs.piccolox to org.piccolo2d.extras in extras
Michael L Heuer committed on 11 May 2010
@Michael L Heuer
Issue 37 ; refactoring package edu.umd.cs.piccolo to org.piccolo2d in core
Michael L Heuer committed on 11 May 2010
2010-03-11
@Michael L Heuer
updating version to 2.0-SNAPSHOT
Michael L Heuer committed on 11 Mar 2010
@Michael L Heuer
updating version to 1.3
Michael L Heuer committed on 11 Mar 2010
2010-03-03
@Michael L Heuer
updating version to 1.3rc4
Michael L Heuer committed on 3 Mar 2010
2010-02-18
@Michael L Heuer
updating version to 1.3-rc3
Michael L Heuer committed on 18 Feb 2010
2010-02-05
@Michael L Heuer
updating version to 1.3-rc2
Michael L Heuer committed on 5 Feb 2010
2010-01-19
@Michael L Heuer
updating copyright years to include 2010
Michael L Heuer committed on 19 Jan 2010
@Michael L Heuer
updating version to 1.3-rc1
Michael L Heuer committed on 19 Jan 2010
2009-12-19
@Michael L Heuer
updating version to 1.3-beta
Michael L Heuer committed on 19 Dec 2009
2009-12-03
@Allain Lalonde
Modifying SwingLayoutNode so that it accepts a Container during construction. Otherwise, creating a node that uses BoxLayout is impossible without making the node's layout mutable.
Allain Lalonde committed on 3 Dec 2009
2009-12-02
@Allain Lalonde
Initial import of code for Issue #150.
Allain Lalonde committed on 2 Dec 2009
2009-11-28
@Michael L Heuer
Issue 146 ; adding explicit plugin versions, cleaning up maven 3.0-alpha warnings
Michael L Heuer committed on 28 Nov 2009
2009-11-13
@Allain Lalonde
Changed the Canvases to have preferred size rather than the Container.
Allain Lalonde committed on 13 Nov 2009
2009-11-06
@Allain Lalonde
Adding PSwing example to verify that Issue 25 has been fixed.
Allain Lalonde committed on 6 Nov 2009
2009-10-31
@Allain Lalonde
Cleaned up ExampleRunner a little. Seriously though, there's not much that can be done without abstracting the examples so much that they are too complicated to demonstrate what they are trying to show.
Allain Lalonde committed on 31 Oct 2009
2009-10-30
@Michael L Heuer
Issues 88, 106 ; adding texture-based examples to ToImageExample
Michael L Heuer committed on 30 Oct 2009
2009-10-29
@Michael L Heuer
adding license text to pom files
Michael L Heuer committed on 29 Oct 2009
@Michael L Heuer
general pom cleanup, readying for moving additional configuration to parent
Michael L Heuer committed on 29 Oct 2009
2009-10-28
@Allain Lalonde
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
@Allain Lalonde
Expanding new PSwing example.
Allain Lalonde committed on 28 Oct 2009
2009-10-24
@Allain Lalonde
Thanks to Nigel for pointing out: ...
Allain Lalonde committed on 24 Oct 2009
@Allain Lalonde
Making PSwing examples zoom to contain entire scene on startup.
Allain Lalonde committed on 24 Oct 2009
@Allain Lalonde
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
@Michael L Heuer
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
@Michael L Heuer
Issue 141 ; adding an example that demonstrates the bug
Michael L Heuer committed on 21 Oct 2009
@Allain Lalonde
Added License Information to files. I'll never get used to that.
Allain Lalonde committed on 21 Oct 2009
@Allain Lalonde
Adding fisheye Frame and Calendar.
Allain Lalonde committed on 21 Oct 2009
@Michael L Heuer
adding scales and rotation to the transform for each node
Michael L Heuer committed on 21 Oct 2009
@Michael L Heuer
adding offset vs. translate example
Michael L Heuer committed on 21 Oct 2009
2009-10-20
@Michael L Heuer
Issue 109 ; adding configuration for maven assembly plugin to examples and swt-examples
Michael L Heuer committed on 20 Oct 2009
2009-10-15
@Michael L Heuer
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
@Michael L Heuer
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
@Michael L Heuer
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
@Michael L Heuer
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
@Michael L Heuer
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
@Michael L Heuer
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
@Michael L Heuer
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
@Allain Lalonde
Adding P3DRectExample to examples
Allain Lalonde committed on 14 Oct 2009
2009-10-10
@Allain Lalonde
More CheckStyle Stuff
Allain Lalonde committed on 10 Oct 2009
2009-10-09
@Allain Lalonde
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
@Michael L Heuer
formatting changes only, replacing tab characters with spaces
Michael L Heuer committed on 9 Oct 2009
@Allain Lalonde
Trying again with ignores rules.
Allain Lalonde committed on 9 Oct 2009
@Allain Lalonde
Adding findbugs exclude rules to other projects.
Allain Lalonde committed on 9 Oct 2009
@Allain Lalonde
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
@Allain Lalonde
Killing more CheckStyle and a Couple PMD complaints.
Allain Lalonde committed on 9 Oct 2009
@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
@Michael L Heuer
Issue 111 ; adding example to demonstrate text offset bounds problem with PHtmlView
Michael L Heuer 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-04
@Allain Lalonde
Fixed reference to invalid getClickedAddress method in HtmlViewExample.
Allain Lalonde committed on 4 Aug 2009
@Allain Lalonde
issue#111: merged phtml branch to trunk
Allain Lalonde committed on 4 Aug 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
Cleaning up examples a little
Allain Lalonde committed on 28 Jul 2009
@Allain Lalonde
Refactoring the ExampleRunner for clarity.
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 2 - source encoding and another overview.html.
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
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
@Allain Lalonde
removed static from before what amounted to instance variables.
Allain Lalonde committed on 21 Jul 2009
2009-07-19
@Allain Lalonde
Removing buried PrintException, replacing it with a JOptionPane.showMessageDialog call
Allain Lalonde committed on 19 Jul 2009
2009-07-18
@Michael L Heuer
Issue 74 ; additional minor improvements for better UI responsiveness
Michael L Heuer committed on 18 Jul 2009
@Michael L Heuer
Issue 74 ; minor style and javadoc fixes
Michael L Heuer committed on 18 Jul 2009
@Allain Lalonde
Adding # of times finalizers are called.
Allain Lalonde committed on 18 Jul 2009
@Michael L Heuer
Issue 74 ; adding PSwingMemoryLeakExample to examples
Michael L Heuer committed on 18 Jul 2009
2009-07-17
@Allain Lalonde

Allain Lalonde committed on 17 Jul 2009
2009-07-16
@Allain Lalonde
Fixes Issue 97 and possibly Issue 53 as a result. ...
Allain Lalonde committed on 16 Jul 2009
2009-05-16
@Michael L Heuer
Issue 66 ; adding PrintExample to examples to replicate issue
Michael L Heuer committed on 16 May 2009
2009-05-05
@Michael L Heuer
Issue 69 ; adding POffscreenCanvas to extras, with unit test and example
Michael L Heuer committed on 5 May 2009
2009-03-17
@Michael L Heuer
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
@Michael L Heuer
Issue 59 ; updating license date range to include 2009
Michael L Heuer committed on 24 Jan 2009
2008-11-05
@Marcus Rohrmoser
issue#68 works.
Marcus Rohrmoser committed on 5 Nov 2008
@Michael L Heuer
Issue 49 ; adding a stroke example
Michael L Heuer committed on 5 Nov 2008
2008-08-22
@Michael L Heuer
Issue 59 ; copyright start year should be 1998 to match oldest files
Michael L Heuer committed on 22 Aug 2008
@Michael L Heuer
Issue 59 ; updating license header and adding one where missing
Michael L Heuer committed on 22 Aug 2008
2008-08-14
@Marcus Rohrmoser
issue#6 change report added
Marcus Rohrmoser committed on 14 Aug 2008
2008-08-02
@Michael L Heuer
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
@Michael L Heuer
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
@Marcus Rohrmoser
issue#45 revert r153
Marcus Rohrmoser committed on 30 Jul 2008
@Marcus Rohrmoser
issue#45 try via org.apache.maven.wagon:wagon-webdav
Marcus Rohrmoser committed on 30 Jul 2008
@Marcus Rohrmoser
issue#52 use jdk >= 1.4
Marcus Rohrmoser committed on 30 Jul 2008
2008-07-27
@Marcus Rohrmoser
issue#6 add overview.html to javadocs
Marcus Rohrmoser committed on 27 Jul 2008
@Marcus Rohrmoser
issue#44 subdirectory and artifact rename
Marcus Rohrmoser committed on 27 Jul 2008
2008-07-22
@Marcus Rohrmoser
issue#6 fixed some urls
Marcus Rohrmoser committed on 22 Jul 2008
@Marcus Rohrmoser
issue#44 ...
Marcus Rohrmoser committed on 22 Jul 2008
@Marcus Rohrmoser
issue#6 ...
Marcus Rohrmoser committed on 22 Jul 2008
2008-07-10
@Michael L Heuer
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
@Ben Bederson
Improvements to PSwing ...
Ben Bederson committed on 14 Apr 2007
@Ben Bederson
Got rid of a bunch of warnings - mostly from unused code
Ben Bederson committed on 14 Apr 2007
2006-12-21
@Ben Bederson
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
@Jesse Grosjean
piccolo java
Jesse Grosjean committed on 5 Oct 2006