| 2014-01-01 | 
                Fixed issue where local variable width and height were in global scope
                
                 
                  
                  Mat Groves
                  committed 
  
    
      on 1 Jan 2014
    
  
                  
                 | 
|---|---|
| 2013-12-31 | 
                fixed bug where addChildAt, not actually adding the child
                
                 
                  
                  Mat Groves
                  committed 
  
    
      on 31 Dec 2013
    
  
                  
                 | 
| 
                fixed bug where sprites where always visible
                
                 
                  
                  Mat Groves
                  committed 
  
    
      on 31 Dec 2013
    
  
                  
                 | |
|  | |
| 2013-12-30 | 
                Added ability to use trimmed sprite sheets
                
                 
                  
                  Mat Groves
                  committed 
  
    
      on 30 Dec 2013
    
  
                  
                 | 
| 2013-12-29 | 
                Added projection and offset to renderSessionData
                
                 
                  
                  Mat Groves
                  committed 
  
    
      on 29 Dec 2013
    
  
                  
                 | 
| 
                Added texture caches for canvas tints
                
                 
                  
                  Mat Groves
                  committed 
  
    
      on 29 Dec 2013
    
  
                  
                 | |
| 
                cached canvas when tinitnting in canvas renderer
                
                 
                  
                  Mat Groves
                  committed 
  
    
      on 29 Dec 2013
    
  
                  
                 | |
|  | |
| 2013-12-28 |  | 
|  | |
| 2013-12-27 | 
                Tidied up displayObject removing linked list bits
                
                 
                  
                  Mat Groves
                  committed 
  
    
      on 27 Dec 2013
    
  
                  
                 | 
| 
                added width and height properties to displayObjectContainer
                
                 
                  
                  Mat Groves
                  committed 
  
    
      on 27 Dec 2013
    
  
                  
                 | |
|  | |
| 
                Restructured canvas renderer
                
                 
                  
                  Mat Groves
                  committed 
  
    
      on 27 Dec 2013
    
  
                  
                 | |
| 
                refactored webGL renderer
                
                 
                  
                  Mat Groves
                  committed 
  
    
      on 27 Dec 2013
    
  
                  
                 | |
| 2013-12-23 | 
                Added getBounds function to DisplayObjects
                
                 
                  
                  Mat Groves
                  committed 
  
    
      on 23 Dec 2013
    
  
                  
                 | 
| 2013-12-22 | 
                Previously addChild was checking this: `if(child.parent != undefined)` but testing just for 'undefined' isn't enough, as the parent is set to 'null' in DisplayObject.js, so this condition fails and throws an error as it tries to removeChild from null.
                
                 
                  
                  photonstorm
                  committed 
  
    
      on 22 Dec 2013
    
  
                  
                 | 
| 2013-12-08 | 
                a million and one jshint fixes
                
                 
                  
                  Chad Engler
                  committed 
  
    
      on 8 Dec 2013
    
  
                  
                 | 
| 
                Merge #304 from @drkibitz, and fix conflicts
                
                 
                  
                  Chad Engler
                  committed 
  
    
      on 8 Dec 2013
    
  
                  
                 | |
| 2013-12-05 | 
                style consistency
                
                 
                  
                  Louis Acresti
                  committed 
  
    
      on 5 Dec 2013
    
  
                  
                 | 
| 
                check for invalid children
                
                 
                  
                  Louis Acresti
                  committed 
  
    
      on 5 Dec 2013
    
  
                  
                 | |
| 
                early-out for self-swap
                
                 
                  
                  Louis Acresti
                  committed 
  
    
      on 5 Dec 2013
    
  
                  
                 | |
| 
                swapChildren basic implementation
                
                 
                  
                  Louis Acresti
                  committed 
  
    
      on 5 Dec 2013
    
  
                  
                 | |
| 2013-12-03 | 
                Fixed issue with removing children with filters
                
                 
                  
                  Mat Groves
                  committed 
  
    
      on 3 Dec 2013
    
  
                  
                 | 
|  | |
|  | |
| 2013-11-20 | 
                Updated PixiShader to use standard uniform naming conventions (1f, 2f, 2fv, etc). Added support for multiple sampler2D calls, allowing multi-texture shaders. Added support for Linear, Repeat, Nearest, Audio and Keyboard textures. Updated all the examples to use the new uniform naming convention. Updated Gruntfile to use the renamed GrayFilter and fixed indexAll in Example 15 to use the GrayFilter as well.
                
                 
                  
                  photonstorm
                  committed 
  
    
      on 20 Nov 2013
    
  
                  
                 | 
| 2013-11-02 | 
                Docs updated
                
                 
                  
                  Mat Groves
                  committed 
  
    
      on 2 Nov 2013
    
  
                  
                 | 
| 2013-10-29 |  |