History for pixi.js / src / pixi / display
2013-12-27
@Mat Groves
Removed Linked lists ...
Mat Groves committed on 27 Dec 2013
@Mat Groves
Restructured canvas renderer
Mat Groves committed on 27 Dec 2013
@Mat Groves
refactored webGL renderer
Mat Groves committed on 27 Dec 2013
2013-12-23
@Mat Groves
Added getBounds function to DisplayObjects
Mat Groves committed on 23 Dec 2013
2013-12-22
@photonstorm
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
@Chad Engler
a million and one jshint fixes
Chad Engler committed on 8 Dec 2013
@Chad Engler
Merge #304 from @drkibitz, and fix conflicts
Chad Engler committed on 8 Dec 2013
2013-12-05
@Louis Acresti
style consistency
Louis Acresti committed on 5 Dec 2013
@Louis Acresti
check for invalid children
Louis Acresti committed on 5 Dec 2013
@Louis Acresti
early-out for self-swap
Louis Acresti committed on 5 Dec 2013
@Louis Acresti
swapChildren basic implementation
Louis Acresti committed on 5 Dec 2013
2013-12-03
@Mat Groves
Fixed issue with removing children with filters
Mat Groves committed on 3 Dec 2013
@Mat Groves
Merge branch 'pr/406' into dev ...
Mat Groves committed on 3 Dec 2013
@Mat Groves
Tweaking filters ...
Mat Groves committed on 3 Dec 2013
2013-11-20
@photonstorm
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
@Mat Groves
Docs updated
Mat Groves committed on 2 Nov 2013
2013-10-29
@Mat Groves
Filters updates ...
Mat Groves committed on 29 Oct 2013
@Mat Groves
New Filter Structure ...
Mat Groves committed on 29 Oct 2013
2013-10-19
@Mat Groves
Canvas Tweaks
Mat Groves committed on 19 Oct 2013
2013-10-01
@Dr. Kibitz
Squashed commit of the following (jshint): ...
Dr. Kibitz committed on 1 Oct 2013
2013-09-29
@Mat Groves
FIlters Added.. again! ...
Mat Groves committed on 29 Sep 2013
@Mat Groves
Merge branch 'dev' of https://github.com/GoodBoyDigital/pixi.js into dev ...
Mat Groves committed on 29 Sep 2013
2013-09-28
@Chad Engler
Merge pull request #315 from Jam3/totalFrames ...
Chad Engler committed on 28 Sep 2013
2013-09-24
@Dr. Kibitz
Remove trailing whitespace
Dr. Kibitz committed on 24 Sep 2013
2013-09-14
@Mat Groves
Merge branch 'dev' of https://github.com/GoodBoyDigital/pixi.js into dev
Mat Groves committed on 14 Sep 2013
2013-09-10
@Mikko Haapoja
Made it so that you can change which dom element receives mouse/touch events
Mikko Haapoja committed on 10 Sep 2013
2013-09-06
@Mikko Haapoja
Added totalframes to MovieClip
Mikko Haapoja committed on 6 Sep 2013
2013-08-28
@Mat Groves
Merge branch 'dev' of https://github.com/GoodBoyDigital/pixi.js into dev
Mat Groves committed on 28 Aug 2013
2013-08-27
@Mat Groves
Fixed issue where stage object was not calling interactive functions
Mat Groves authored on 27 Aug 2013 Chad Engler committed on 27 Aug 2013
2013-08-20
@Chad Engler
cherry-pick sprite fixes from d533d89
Chad Engler committed on 20 Aug 2013