| 2011-03-16 | 
            
             
                Issue 205 ; updating copyright year in license header to 2011
                
                 
            
                  
                  Michael L Heuer
                  committed 
  
    
      on 16 Mar 2011
    
  
                  
                 
               | 
          
|---|---|
| 2010-05-11 | 
            
             
                Issue 37 ; refactoring package edu.umd.cs.piccolo to org.piccolo2d in core
                
                 
            
                  
                  Michael L Heuer
                  committed 
  
    
      on 11 May 2010
    
  
                  
                 
               | 
          
| 2010-04-19 | 
            
             
                Issue 172 ; increasing test coverage, javadoc improvements, checkstyle fixes
                
                 
            
                  
                  Michael L Heuer
                  committed 
  
    
      on 19 Apr 2010
    
  
                  
                 
               | 
          
| 2010-04-17 | 
            
             
                Adding Deep Copy Test to PNode.clone()
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 17 Apr 2010
    
  
                  
                 
               | 
          
| 2010-04-16 | 
            
             
                Removing Deprecated code
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 16 Apr 2010
    
  
                  
                 
               | 
          
| 
            
             
                Deleting PUtilTest since it no longer had any tests
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 16 Apr 2010
    
  
                  
                 
               | 
          |
| 
            
             
                Changing constants to final as per Issue #135
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 16 Apr 2010
    
  
                  
                 
               | 
          |
| 2010-02-10 | 
            
             
                Reverting r923 since it was a breaking change. It will need to be redone in 2.0. Seems that some apps were making use of this behaviour.
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 10 Feb 2010
    
  
                  
                 
               | 
          
| 2010-01-19 | 
            
             
                updating copyright years to include 2010
                
                 
            
                  
                  Michael L Heuer
                  committed 
  
    
      on 19 Jan 2010
    
  
                  
                 
               | 
          
| 2010-01-15 | 
            
             
                Fixing Issue #155 by removing check for "isEmpty" on passed bounds to add.
                
                  ...
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 15 Jan 2010
    
  
                  
                 
               | 
          
| 2009-10-28 | 
            
             
                adding additional constructor PInterpolatingActivity(long duration)
                
                 
            
                  
                  Michael L Heuer
                  committed 
  
    
      on 28 Oct 2009
    
  
                  
                 
               | 
          
| 2009-10-24 | 
            
             
                increasing test coverage
                
                 
            
                  
                  Michael L Heuer
                  committed 
  
    
      on 24 Oct 2009
    
  
                  
                 
               | 
          
| 
            
             
                making PCamera internally consistent with regards to layer references, best we can do without making related methods final
                
                 
            
                  
                  Michael L Heuer
                  committed 
  
    
      on 24 Oct 2009
    
  
                  
                 
               | 
          |
| 
            
             
                adding license headers for core unit tests
                
                 
            
                  
                  Michael L Heuer
                  committed 
  
    
      on 24 Oct 2009
    
  
                  
                 
               | 
          |
| 2009-10-21 | 
            
             
                style and javadoc fixes
                
                 
            
                  
                  Michael L Heuer
                  committed 
  
    
      on 21 Oct 2009
    
  
                  
                 
               | 
          
| 2009-10-20 | 
            
             
                Adding clone tests to allow for later refactoring.
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 20 Oct 2009
    
  
                  
                 
               | 
          
| 2009-10-15 | 
            
             
                Fixing Issue #137, replaced getWidth() and getHeight() with getFullBounds().getWidth() and getFullBounds().getHeight() in PNode.toImage. Thank you Sam for pointing this out.
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 15 Oct 2009
    
  
                  
                 
               | 
          
| 2009-10-13 | 
            
             
                Tedious CheckStyle blitz on core.
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 13 Oct 2009
    
  
                  
                 
               | 
          
| 2009-10-10 | 
            
             
                Hunting FindBugs in Core. 
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 10 Oct 2009
    
  
                  
                 
               | 
          
| 2009-10-09 | 
            
             
                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
    
  
                  
                 
               | 
          
| 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 | 
            
             
                Made test use actual height of html node instead of a hard coded value.
                
                 
            
                  
                  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
    
  
                  
                 
               | 
          |
| 
            
             
                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
    
  
                  
                 
               | 
          |
| 2009-08-05 | 
            
             
                Fixed issue 106. Added fillStrategy to the toImage method.
                
                  ...
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 5 Aug 2009
    
  
                  
                 
               | 
          
| 2009-08-04 | 
            
             
                issue#111: merged phtml branch to trunk
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 4 Aug 2009
    
  
                  
                 
               | 
          
| 2009-08-01 | 
            
             
                Attacking checkstyle complaints.
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 1 Aug 2009
    
  
                  
                 
               | 
          
| 2009-07-31 | 
            
             
                FingBugs Hunting.
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 31 Jul 2009
    
  
                  
                 
               | 
          
| 2009-07-30 | 
            
             
                issue#116 - tests accessing non-final fields to prevent code-clean finalization. Code Clean.
                
                 
            
                  
                  Marcus Rohrmoser
                  committed 
  
    
      on 30 Jul 2009
    
  
                  
                 
               | 
          
| 
            
             
                Issue 114 ; minor API improvements to PText
                
                 
            
                  
                  Michael L Heuer
                  committed 
  
    
      on 30 Jul 2009
    
  
                  
                 
               | 
          |
| 
            
             
                Fixed Issue 113; made fullPick ignore a node and its children if that node is invisible.
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 30 Jul 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#22 undo r561 to repeat later in the agreed on style.
                
                 
            
                  
                  Marcus Rohrmoser
                  committed 
  
    
      on 29 Jul 2009
    
  
                  
                 
               | 
          |
| 2009-07-28 | 
            
             
                Issue 19, Issue 90 ; rolling back changes made in r395
                
                 
            
                  
                  Michael L Heuer
                  committed 
  
    
      on 28 Jul 2009
    
  
                  
                 
               | 
          
| 
            
             
                Killing some FindBugs involving serialization.
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 28 Jul 2009
    
  
                  
                 
               | 
          |
| 2009-07-26 | 
            
             
                Broke apart the name tests so that 1 test method tested 1 obvious behaviour
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 26 Jul 2009
    
  
                  
                 
               | 
          
| 2009-07-25 | 
            
             
                proposal to fix issue#22
                
                 
            
                  
                  Marcus Rohrmoser
                  committed 
  
    
      on 25 Jul 2009
    
  
                  
                 
               | 
          
| 2009-07-24 | 
            
             
                Implemented Issue 21; added a new Property Constant (since the old one was incorrect) and deprecated the old one
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 24 Jul 2009
    
  
                  
                 
               | 
          
| 2009-07-21 | 
            
             
                Removing unused imports
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 21 Jul 2009
    
  
                  
                 
               | 
          
| 
            
             
                Added back in check for modifiers applying to input events.  Turns out some of the examples expect this behaviour (NavigationExample being one).
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 21 Jul 2009
    
  
                  
                 
               | 
          |
| 2009-07-20 | 
            
             
                Adding more tests and adding tests for PDebug
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 20 Jul 2009
    
  
                  
                 
               | 
          
| 
            
             
                Unit tests
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 20 Jul 2009
    
  
                  
                 
               | 
          |
| 
            
             
                Added tests for PBasicInputEventHandler
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 20 Jul 2009
    
  
                  
                 
               | 
          |
| 2009-07-19 | 
            
             
                Added getInputEventListeners to PCanvas and PNode making them return an array of PInputEventListener objects. This makes it fall inline with the other listeners inherited from JComponent and it also makes listener methods testable.
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 19 Jul 2009
    
  
                  
                 
               | 
          
| 
            
             
                Reverted override of createInverse in PAffineTransform since the fact that it didn't throw anything was being overlooked in Hudson, but honoured in Eclipse
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 19 Jul 2009
    
  
                  
                 
               | 
          |
| 
            
             
                Removing some calls to printStackTrace(), replacing them with appropriate responses Issue 101
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 19 Jul 2009
    
  
                  
                 
               | 
          |
| 2009-07-18 | 
            
             
                Unit Testing for PImage and removed a little cruft
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 18 Jul 2009
    
  
                  
                 
               | 
          
| 
            
             
                Some Unit Tests for PInputEvent
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 18 Jul 2009
    
  
                  
                 
               | 
          |
| 
            
             
                Adding tests for PText
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 18 Jul 2009
    
  
                  
                 
               | 
          |
| 
            
             
                Adding tests for PText and making it return empty string by default rather than null. More inline with JTextField
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 18 Jul 2009
    
  
                  
                 
               | 
          |
| 
            
             
                renamed test since PCanvas was redundant
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 18 Jul 2009
    
  
                  
                 
               | 
          |
| 
            
             
                  
                  Allain Lalonde
                  committed 
  
    
      on 18 Jul 2009
    
  
                  
                 
               | 
          |
| 
            
             
                Added Memory Leak Test for PCanvas, should demonstrate the memory leak installInputSources has
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 18 Jul 2009
    
  
                  
                 
               | 
          |
| 
            
             
                Fixed Issue 100; Plastered PInputEventFilter with Unit Tests and then made it consider the masks conditionally.
                
                  ...
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 18 Jul 2009
    
  
                  
                 
               | 
          |
| 
            
             
                Adding some PInputEventFilter tests.
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 18 Jul 2009
    
  
                  
                 
               | 
          |
| 
            
             
                Removed unnecessary call to getFullBounds in test. Probably just a hangover from a past test.
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 18 Jul 2009
    
  
                  
                 
               | 
          |
| 
            
             
                Fixed Issue 91; deprecated repaintFromlayer(PBounds, PNode) in favor of the more specific repaintFromlayer(PBounds, PLayer) making it impossible to accidentally pass a camera say to this method.
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 18 Jul 2009
    
  
                  
                 
               | 
          |
| 
            
             
                Fixed Issue 96; Made PAffineTransform throw PAffineTransformException (a subclass of RuntimeException) whenever a non-invertible transform is encountered.
                
                  ...
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 18 Jul 2009
    
  
                  
                 
               | 
          |
| 2009-07-17 | 
            
             
                Fixed Issue 92; make it check for empty stack before popping the cursor
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 17 Jul 2009
    
  
                  
                 
               | 
          
| 
            
             
                Fixed Issue 94; made removeLayer(PLayer) "fail" silently.  Also added some additional tests and refactoring.  Sorry for such a large commit, I'd try to split it up, but it's hard to tell what's safe to leave out and what's not. I know that the whole together unit tests fine. I have to remember to checkin more frequently.
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 17 Jul 2009
    
  
                  
                 
               | 
          |
| 2009-07-16 | 
            
             
                Some tests for PDragEventHandler
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 16 Jul 2009
    
  
                  
                 
               | 
          
| 
            
             
                Adding some preliminary tests for PInputEvent
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 16 Jul 2009
    
  
                  
                 
               | 
          |
| 
            
             
                Added some trivial tests for PPanEventHandler and added come accesors to it for maxAutoPanSpeed and minAutoPanSpeed.
                
                  ...
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 16 Jul 2009
    
  
                  
                 
               | 
          |
| 
            
             
                Added some tests for PAffineTransform
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 16 Jul 2009
    
  
                  
                 
               | 
          |
| 2009-07-15 | 
            
             
                Moved mockListener out of methods and into the setUp.  it's common enough to warrant it.
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 15 Jul 2009
    
  
                  
                 
               | 
          
| 
            
             
                Slight modification to MockPCamera for extensibility.
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 15 Jul 2009
    
  
                  
                 
               | 
          |
| 
            
             
                Tests for PRoot
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 15 Jul 2009
    
  
                  
                 
               | 
          |
| 
            
             
                Added more tests for PCameraTest and removed an errant ImageIO.write in PNode
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 15 Jul 2009
    
  
                  
                 
               | 
          |
| 
            
             
                Added test for PDebug.debugBounds enabled
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 15 Jul 2009
    
  
                  
                 
               | 
          |
| 2009-07-14 | 
            
             
                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
    
  
                  
                 
               | 
          
| 
            
             
                Added some move tests to PCanvas
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 14 Jul 2009
    
  
                  
                 
               | 
          |
| 
            
             
                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
    
  
                  
                 
               | 
          |
| 
            
             
                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
    
  
                  
                 
               | 
          |
| 
            
             
                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 | 
            
             
                Adding some unit test to PLayer, 98.7% instruction coverage booya.
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 13 Jul 2009
    
  
                  
                 
               | 
          
| 
            
             
                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
    
  
                  
                 
               | 
          |
| 
            
             
                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-01-24 | 
            
             
                Issue 59 ; updating license date range to include 2009
                
                 
            
                  
                  Michael L Heuer
                  committed 
  
    
      on 24 Jan 2009
    
  
                  
                 
               | 
          
| 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-01 | 
            
             
                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-30 | 
            
             
                issue#51 aligned package and class names of the tests with the classes under test.
                
                 
            
                  
                  Marcus Rohrmoser
                  committed 
  
    
      on 30 Jul 2008
    
  
                  
                 
               | 
          
| 
            
             
                Issue 47; replaced println to stdout/stderr in unit tests with assertNotNull
                
                 
            
                  
                  Michael L Heuer
                  committed 
  
    
      on 30 Jul 2008
    
  
                  
                 
               | 
          |
| 2008-07-27 | 
            
             
                issue#44 subdirectory and artifact rename
                
                 
            
                  
                  Marcus Rohrmoser
                  committed 
  
    
      on 27 Jul 2008
    
  
                  
                 
               |