| 2010-04-16 | 
            
             
                Removing Deprecated code
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 16 Apr 2010
    
  
                  
                 
               | 
          
|---|---|
| 
            
             
                Changing constants to final as per Issue #135
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 16 Apr 2010
    
  
                  
                 
               | 
          |
| 2010-01-19 | 
            
             
                updating copyright years to include 2010
                
                 
            
                  
                  Michael L Heuer
                  committed 
  
    
      on 19 Jan 2010
    
  
                  
                 
               | 
          
| 2009-11-04 | 
            
             
                adding @since 1.3 tags
                
                 
            
                  
                  Michael L Heuer
                  committed 
  
    
      on 4 Nov 2009
    
  
                  
                 
               | 
          
| 2009-10-24 | 
            
             
                issue#142 fixed IMO
                
                 
            
                  
                  Marcus Rohrmoser
                  committed 
  
    
      on 24 Oct 2009
    
  
                  
                 
               | 
          
| 2009-10-23 | 
            
             
                fixing javadoc warnings in extras
                
                 
            
                  
                  Michael L Heuer
                  committed 
  
    
      on 23 Oct 2009
    
  
                  
                 
               | 
          
| 
            
             
                Fixing some FindBugs. Everything still seems to pass tests fine, so I'm checking in.
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 23 Oct 2009
    
  
                  
                 
               | 
          |
| 2009-10-14 | 
            
             
                More checkstyle goodness
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 14 Oct 2009
    
  
                  
                 
               | 
          
| 
            
             
                Attacking CheckStyle warnings in extras package.
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 14 Oct 2009
    
  
                  
                 
               | 
          |
| 2009-10-10 | 
            
             
                Fixing FindBugs transient field warnings.
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 10 Oct 2009
    
  
                  
                 
               | 
          
| 2009-10-09 | 
            
             
                Formatting to conform with CheckStyle and some removal of inline conditionals.
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 9 Oct 2009
    
  
                  
                 
               | 
          
| 2009-08-21 | 
            
             
                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-05 | 
            
             
                More CheckStyles and some stack usage cleanup on PNode
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 5 Aug 2009
    
  
                  
                 
               | 
          
| 
            
             | 
          |
| 2009-07-31 | 
            
             
                PMD bugs attack.
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 31 Jul 2009
    
  
                  
                 
               | 
          
| 
            
             
                FingBugs Hunting.
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 31 Jul 2009
    
  
                  
                 
               | 
          |
| 
            
             
                Refactored PCacheCamera to cleanup and made it work in Headless mode.
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 31 Jul 2009
    
  
                  
                 
               | 
          |
| 2009-07-29 | 
            
             
                issue#110 - only whitespace and syntax. No semantic changes.
                
                 
            
                  
                  Marcus Rohrmoser
                  committed 
  
    
      on 29 Jul 2009
    
  
                  
                 
               | 
          
| 2009-07-28 | 
            
             
                Starting to refactor PStyledText. It's a beast. Too bad we don't have any code that really puts it through its paces.
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 28 Jul 2009
    
  
                  
                 
               | 
          
| 
            
             
                Making findbugs a little happier.
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 28 Jul 2009
    
  
                  
                 
               | 
          |
| 2009-07-19 | 
            
             
                Removing some calls to printStackTrace(), replacing them with appropriate responses Issue 101
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 19 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-02 | 
            
             
                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-07-27 | 
            
             
                issue#44 subdirectory and artifact rename
                
                 
            
                  
                  Marcus Rohrmoser
                  committed 
  
    
      on 27 Jul 2008
    
  
                  
                 
               |