| 2010-04-17 | 
            
             
                Marking accessor for PNotificationCenter Singleton as synchronized. This one was caught by poster in http://code.google.com/p/piccolo2d/issues/detail?id=136#c4
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 17 Apr 2010
    
  
                  
                 
               | 
          
|---|---|
| 2010-04-16 | 
            
             
                Removing Deprecated code
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 16 Apr 2010
    
  
                  
                 
               | 
          
| 
            
             
                Fixing Issue 136. PNotificationCenter is being made final so that subclasses can't create multiple instances of it
                
                 
            
                  
                  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-10-25 | 
            
             
                cleaning up checkstyle warnings introduced by latest refactorings.
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 25 Oct 2009
    
  
                  
                 
               | 
          
| 2009-10-23 | 
            
             
                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 | 
            
             
                Pushing on CheckStyle for extras.
                
                 
            
                  
                  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-06 | 
            
             
                Issue 71; Made clicked on PStyledText nodes retain their scale if they were not new when clicked.
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 6 Aug 2009
    
  
                  
                 
               | 
          
| 2009-08-05 | 
            
             | 
          
| 2009-07-31 | 
            
             
                FingBugs Hunting.
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 31 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#101 - undo r562.
                
                 
            
                  
                  Marcus Rohrmoser
                  committed 
  
    
      on 29 Jul 2009
    
  
                  
                 
               | 
          |
| 2009-07-28 | 
            
             
                Making findbugs a little happier.
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 28 Jul 2009
    
  
                  
                 
               | 
          
| 2009-07-25 | 
            
             
                fix issue#101 by throwing RuntimeExceptions.
                
                 
            
                  
                  Marcus Rohrmoser
                  committed 
  
    
      on 25 Jul 2009
    
  
                  
                 
               | 
          
| 2009-07-21 | 
            
             
                Removing unused imports
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 21 Jul 2009
    
  
                  
                 
               | 
          
| 
            
             
                Made PNotificationCenter matchingKeys use NotificationKey.equals as opposed to reproducing the logic.
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 21 Jul 2009
    
  
                  
                 
               | 
          |
| 
            
             
                Fixing NotificationTarget and NotificationKey equals methods so that they conform to the equals contract.
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 21 Jul 2009
    
  
                  
                 
               | 
          |
| 
            
             
                Fixed Issue 71; made resulting PStyledText take the camera's scale into account. Also, made right click call stopEditing, so that the input field was always the same size as the resulting text would be, was weird otherwise
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 21 Jul 2009
    
  
                  
                 
               | 
          |
| 
            
             
                Cleaned up PNavigationEventhandler.  Removed nested ifs, refactored common code out into its own private method.
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 21 Jul 2009
    
  
                  
                 
               | 
          |
| 2009-07-19 | 
            
             
                Removing some calls to printStackTrace(), replacing them with appropriate responses Issue 101
                
                 
            
                  
                  Allain Lalonde
                  committed 
  
    
      on 19 Jul 2009
    
  
                  
                 
               | 
          
| 
            
             
                removed printStackTrace call by making addListner return false if it was not able to add the listener
                
                 
            
                  
                  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
    
  
                  
                 
               |