2009-07-14
@Marcus Rohrmoser
relates to issue#45 - work right on a mac and easy dropbox publishing.
Marcus Rohrmoser committed on 14 Jul 2009
@Marcus Rohrmoser
fix issue#95
Marcus Rohrmoser committed on 14 Jul 2009
@Marcus Rohrmoser
ignores
Marcus Rohrmoser committed on 14 Jul 2009
@Allain Lalonde
Issue 82; Fixed ; Made PSwing register itself as a ComponentListener to the component. When the component's visibility changes, so does the PSwing node. Also, I've overridden setVisible so that it calls setVisible on the underlying component.
Allain Lalonde committed on 14 Jul 2009
@Allain Lalonde
Added some tests to PSwing
Allain Lalonde committed on 14 Jul 2009
@Allain Lalonde
Added some tests for PComboBox and added getters for canvas and pSwing
Allain Lalonde committed on 14 Jul 2009
@Allain Lalonde
Added accessors for render quality on PCanvas (Issue 93) , and also wrote more tests to confirm that Issue 87 is fixed.
Allain Lalonde committed on 14 Jul 2009
@Allain Lalonde
Added some move tests to PCanvas
Allain Lalonde committed on 14 Jul 2009
@Allain Lalonde
made toImage(int, int, Paint) return an image of the size requested. Since it seems that the resizing is already done in PNode.paint it was just a matter of deleting the resize code. ...
Allain Lalonde committed on 14 Jul 2009
@Allain Lalonde
Added some tests for PInputManagerTest. Difficult to create a mock PickPath so the mouse specific code is largely untested.
Allain Lalonde committed on 14 Jul 2009
@Allain Lalonde
Added some more tests for PCamera and broke MockPropertyChangeListener out into its own top level class. Also, cleared up some wording in comments.
Allain Lalonde committed on 14 Jul 2009
2009-07-13
@Allain Lalonde
Marked position as @deprecated, and make animateToRelativePosition public (from package private).
Allain Lalonde committed on 13 Jul 2009
@Allain Lalonde
Adding some unit test to PLayer, 98.7% instruction coverage booya.
Allain Lalonde committed on 13 Jul 2009
@Allain Lalonde
Modified PNode so that it retained public interface clirr. I'll run that from now on. Thanks, and sorry heuermh
Allain Lalonde committed on 13 Jul 2009
@Allain Lalonde
Pushed up UnitTest Instruction Coverate of PNode up to 90.1% and reorganized PNode slightly so that it was easier to test position.
Allain Lalonde committed on 13 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-31
@Michael L Heuer
minor style fixes
Michael L Heuer committed on 31 Mar 2009
2009-03-28
@Michael L Heuer
Issue 79 : removing testReferences method which incorrectly depends on certian behaviour from the garbage collector
Michael L Heuer committed on 28 Mar 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
@Michael L Heuer
Issue 59 ; updating license date range to include 2009
Michael L Heuer committed on 24 Jan 2009
@Michael L Heuer
Issue 59 ; updating license date range to include 2009
Michael L Heuer committed on 24 Jan 2009
@Michael L Heuer
Issue 59 ; updating license date range to include 2009
Michael L Heuer committed on 24 Jan 2009
@Michael L Heuer
Issue 59 ; updating license date range to include 2009
Michael L Heuer committed on 24 Jan 2009
2008-11-09
@Stephen Chin
Fix for Issue 9: PComboBox does not work when nested in a Panel ...
Stephen Chin committed on 9 Nov 2008
@Stephen Chin
Added missing copyright.
Stephen Chin committed on 9 Nov 2008
@Stephen Chin
Fix for issue 8: PSwing nodes prevent proper garbage collection ...
Stephen Chin committed on 9 Nov 2008
2008-11-05
@Marcus Rohrmoser
issue#68 javadocs + scm pom entries.
Marcus Rohrmoser committed on 5 Nov 2008
@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
@Marcus Rohrmoser
issue#49 issue#48 done for the first. Is it still compatible?
Marcus Rohrmoser committed on 5 Nov 2008
@Marcus Rohrmoser
issue#49 issue#48 - much more elegant plus delegates but also less robust (sic\!). Maybe we'll keep the previous version...
Marcus Rohrmoser committed on 5 Nov 2008
@Marcus Rohrmoser
issue#49 issue#48 - comments and minor improvements.
Marcus Rohrmoser committed on 5 Nov 2008
@Marcus Rohrmoser
issue#49 issue#48 - pull out an extension point.
Marcus Rohrmoser committed on 5 Nov 2008
@Marcus Rohrmoser
issue#49 issue#48 - possible solution.
Marcus Rohrmoser committed on 5 Nov 2008
2008-10-15
@Sam Reid
set opacity to be true by default, to make sure changes are compatible with new support for transparent pcanvas (see PCanvas.paintComponent)
Sam Reid committed on 15 Oct 2008
2008-10-08
@Michael L Heuer
Issue 25 ; refactor getpSwingCanvas() --> getPSwingCanvas()
Michael L Heuer committed on 8 Oct 2008
@Michael L Heuer
Issue 25 ; use the current PSwing repaint manager if one has been set, or create a new one if it is not of the right type
Michael L Heuer committed on 8 Oct 2008
@Michael L Heuer
Issue 23 ; check for existence of a node before removal to prevent NullPointerExceptions
Michael L Heuer committed on 8 Oct 2008
@Michael L Heuer
Issue 20 ; adding ContainerAdapter to disable double-buffering in children added to a container after the container has been added to a PSwing component
Michael L Heuer committed on 8 Oct 2008
@Michael L Heuer
Issue 19 ; added reference to PCamera as PInputEvent input source in cases where path is null
Michael L Heuer committed on 8 Oct 2008
@Michael L Heuer
Issue 17 ; refactoring PCanvas KeyListener to KeyEventPostProcessor
Michael L Heuer committed on 8 Oct 2008
@Michael L Heuer
Issue 15 ; properly consume mouse events in PSwing components
Michael L Heuer committed on 8 Oct 2008
@Michael L Heuer
Issue 14 ; removing unnecessary invalidate/revalidate and repaint of PSwingCanvas
Michael L Heuer committed on 8 Oct 2008
2008-10-02
@Sam Reid
added support for non-opaque canvas, see http://groups.google.com/group/piccolo2d-dev/browse_thread/thread/134e2792d3a54cf
Sam Reid committed on 2 Oct 2008
2008-08-22
@Michael L Heuer
Issue 59 ; re-assigning copyright, per Sam Reid: 'I wrote the code that is copyrighted by University of Colorado, and I don't see any problems with reassigning copyright/license.'
Michael L Heuer committed on 22 Aug 2008
@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 ; copyright start year should be 1998 to match oldest files
Michael L Heuer committed on 22 Aug 2008
@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 ; copyright start year should be 1998 to match oldest files
Michael L Heuer committed on 22 Aug 2008
@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-21
@Michael L Heuer
Issue 59 ; improving wording of the third condition clause
Michael L Heuer committed on 21 Aug 2008
2008-08-18
@Marcus Rohrmoser
issue#42 adjust svn path
Marcus Rohrmoser committed on 18 Aug 2008
@Marcus Rohrmoser
issue#6 issue#42 remove obsolete/redundant material
Marcus Rohrmoser committed on 18 Aug 2008
2008-08-14
@Marcus Rohrmoser
issue#6 change report added
Marcus Rohrmoser committed on 14 Aug 2008
2008-08-13
@Michael L Heuer
Issue 59 ; clarifying copyright and license statements
Michael L Heuer committed on 13 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
@Michael L Heuer
Issue 29 ; Tweaked checkstyle configuration and ran eclipse formatter on the java source in extras. Reduced checkstyle errors from 15693 to 3520. Note this commit contains formatting-related changes only, no code changes.
Michael L Heuer committed on 2 Aug 2008
2008-08-01
@Michael L Heuer
Issue 29 ; Added eclipse formatter configuration, tweaked checkstyle configuration to match, and ran eclipse formatter on the java source in core. Reduced checkstyle errors from 14037 to 2502. Note this commit contains formatting-related changes only, no code changes.
Michael L Heuer committed on 1 Aug 2008
2008-07-31
@Marcus Rohrmoser
issue#45 pom and upload tweaks
Marcus Rohrmoser committed on 31 Jul 2008
@Marcus Rohrmoser
issue#45 add a site navigation
Marcus Rohrmoser committed on 31 Jul 2008
@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
@Marcus Rohrmoser
issue#45 upload shell script
Marcus Rohrmoser 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#48 Reduced visibility of several members. Please review and vote, as this change ...
Marcus Rohrmoser committed on 30 Jul 2008
@Marcus Rohrmoser
issue#48 started a unit test
Marcus Rohrmoser committed on 30 Jul 2008
@Marcus Rohrmoser
issue#51 aligned package and class names of the tests with the classes under test.
Marcus Rohrmoser committed on 30 Jul 2008
@Marcus Rohrmoser
issue#52 use jdk >= 1.4
Marcus Rohrmoser committed on 30 Jul 2008
@Stephen Chin
Fix for issue 46: PFrameTest unit test fails on linux
Stephen Chin committed on 30 Jul 2008
@Michael L Heuer
Issue 47; replaced println to stdout/stderr in unit tests with assertNotNull
Michael L Heuer 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 re-added the reactor pom.
Marcus Rohrmoser committed on 22 Jul 2008
@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-21
@Marcus Rohrmoser
issue#38 relocate svn base
Marcus Rohrmoser committed on 21 Jul 2008
2008-07-20
@Stephen Chin
Removed old ChangeLog.txt and changed ReleaseNote.txt to be in wiki format.
Stephen Chin committed on 20 Jul 2008
2008-07-17
@Stephen Chin
Added a release notes file for the 1.2.1 Piccolo.java release.
Stephen Chin committed on 17 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
2008-07-09
@Marcus Rohrmoser
change CRLF to LF issue#36
Marcus Rohrmoser committed on 9 Jul 2008
@Stephen Chin
Updated Fix for issue #7: PFrame sets canvas size too large for the window ...
Stephen Chin committed on 9 Jul 2008
2008-07-08
@Stephen Chin
Fix issue #7: PFrame sets canvas size too large for the window ...
Stephen Chin committed on 8 Jul 2008
2008-07-02
@Stephen Chin
Modified the build script in preparation for a 1.2.1 release. This includes the following fixes: ...
Stephen Chin committed on 2 Jul 2008
@Michael L Heuer
Issue 34; adding package-level javadoc to extras packages (piccolox.*)
Michael L Heuer committed on 2 Jul 2008
2007-09-06
@Ben Bederson
Fixed broken comment
Ben Bederson committed on 6 Sep 2007
2007-05-02
@Ben Bederson
Fixed bug in PFrame where canvas size didn't follow containing PFrame size
Ben Bederson committed on 2 May 2007
2007-04-28
@Sam Reid
removed bogus copyright information
Sam Reid committed on 28 Apr 2007
@Sam Reid
removed bogus copyright information
Sam Reid committed on 28 Apr 2007
@Ben Bederson

Ben Bederson committed on 28 Apr 2007
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
2007-02-14
@Ben Bederson
Removing broken fix
Ben Bederson committed on 14 Feb 2007
@Ben Bederson
Finished the fix to PText wrapping
Ben Bederson committed on 14 Feb 2007
@Ben Bederson
Clarified PText word wrap and bounds computation by deprecating ...
Ben Bederson committed on 14 Feb 2007
2007-02-03
@Ben Bederson
Applied patch from Maarten Billemont (lhunath@pandora.be) ...
Ben Bederson committed on 3 Feb 2007
2006-12-21
@Ben Bederson
Made PNavigationEventHandler.directCameraViewToFocus set the focus to the specified focus node
Ben Bederson committed on 21 Dec 2006
@Ben Bederson
Removed unused parameter in PNavigationEventHandler.directCameraViewToFocus()
Ben Bederson committed on 21 Dec 2006
@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-29
@Ben Bederson
Fixed bug in intersects - accessed X instead of Y. Contributed by Sebastian Graca [titmus@poczta.onet.pl]
Ben Bederson committed on 29 Oct 2006
2006-10-05
@Jesse Grosjean
piccolo java
Jesse Grosjean committed on 5 Oct 2006