History for pixi.js / src / pixi / display / DisplayObjectContainer.js
2014-02-10
@Mat Groves
Merge pull request #557 from alvinsight/dev ...
Mat Groves committed on 10 Feb 2014
2014-02-08
@Mat Groves
Fixes #543 ...
Mat Groves committed on 8 Feb 2014
2014-02-06
@alvinsight
Cleaned the examples and the src a bit, plus docs
alvinsight committed on 6 Feb 2014
2014-01-28
@Chad Engler
return empty rect if container has no visible children
Chad Engler committed on 28 Jan 2014
2014-01-27
@alvinsight
Fixed, finally adapted to the dev branch
alvinsight committed on 27 Jan 2014
2014-01-24
@Chad Engler
Manually merge #522 from @qzix13
Chad Engler committed on 24 Jan 2014
2014-01-21
@Mat Groves
updated the visible check for display objects
Mat Groves committed on 21 Jan 2014
2014-01-19
@danzel
English fixes
danzel committed on 19 Jan 2014
2014-01-15
@Mat Groves
Fixed major issue with removeChild
Mat Groves committed on 15 Jan 2014
2014-01-07
@Mat Groves
Fixed issue with setStageRefference and worldVisible function
Mat Groves committed on 7 Jan 2014
2014-01-06
@Mat Groves
Fixed bug with interaction when setting internal stage reference
Mat Groves committed on 6 Jan 2014
2014-01-05
@Mat Groves
Added removeStageReference fix
Mat Groves committed on 5 Jan 2014
@Mat Groves
Fixed bug where setText not working correctly ...
Mat Groves committed on 5 Jan 2014
@Mat Groves
Fixed stage ref bug
Mat Groves committed on 5 Jan 2014
2014-01-04
@Mat Groves
Added getLocalBounds function to displayObject ...
Mat Groves committed on 4 Jan 2014
2014-01-02
@Chad Engler
merge dev_1.5 into dev
Chad Engler committed on 2 Jan 2014
2014-01-01
@Mat Groves
codebase now lint free
Mat Groves committed on 1 Jan 2014
@Mat Groves
Fixed issue where local variable width and height were in global scope
Mat Groves committed on 1 Jan 2014
2013-12-31
@Mat Groves
fixed bug where addChildAt, not actually adding the child
Mat Groves committed on 31 Dec 2013
@Mat Groves
Restructured render texture ...
Mat Groves committed on 31 Dec 2013
2013-12-29
@Mat Groves
Added projection and offset to renderSessionData
Mat Groves committed on 29 Dec 2013
@Mat Groves
Added canvas sprite tiniting ...
Mat Groves committed on 29 Dec 2013
2013-12-28
@Mat Groves
optimized renderer ...
Mat Groves committed on 28 Dec 2013
2013-12-27
@Mat Groves
Tidied up displayObject removing linked list bits
Mat Groves committed on 27 Dec 2013
@Mat Groves
added width and height properties to displayObjectContainer
Mat Groves committed on 27 Dec 2013
@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