2014-09-28 |
|
---|---|
2014-09-25 |
merge bubbling events (#914)
Chad Engler
committed
on 25 Sep 2014
|
2014-09-24 |
Merge pull request #966 from krzysztof-o/get_set_child_index
...
Chad Engler
committed
on 24 Sep 2014
|
2014-09-16 |
|
2014-09-14 |
|
2014-09-12 |
added getChildIndex and setChildIndex methods to DisplayObjectContainer
Krzysztof Opalka
committed
on 12 Sep 2014
|
2014-09-07 |
Added Canvas Renderer resolution
mathew groves
committed
on 7 Sep 2014
|
|
|
2014-09-01 |
|
2014-08-08 |
update from dev
Chad Engler
committed
on 8 Aug 2014
|
2014-08-05 |
|
Right button docs
Deban
committed
on 5 Aug 2014
|
|
Add docs to new displayobject methods
Chad Engler
committed
on 5 Aug 2014
|
|
manually merge #803
Chad Engler
committed
on 5 Aug 2014
|
|
whitespace cleanup
Chad Engler
committed
on 5 Aug 2014
|
|
|
|
2014-07-31 |
Guards against the texture crop width/height being zero (which crashes IE11)
photonstorm
committed
on 31 Jul 2014
|
2014-07-18 |
updating branch with latest dev
Chad Engler
committed
on 18 Jul 2014
|
2014-07-17 |
Added 0 width check to DisplayObjectContainer
mathew groves
committed
on 17 Jul 2014
|
2014-07-15 |
`this.textureChange` is no longer used in any object, anywhere within Pixi, so this check now appears to be redundant - and is changing the internal class shape of Pixi.Sprite as a result (adding a property that doesn't exist).
photonstorm
committed
on 15 Jul 2014
|
2014-07-14 |
|
2014-07-12 |
Improved handling of children removal from empty DisplayObjectContainers
...
Yury Shevchenko
committed
on 12 Jul 2014
|
2014-07-10 |
|
jshint fixes
photonstorm
committed
on 10 Jul 2014
|
|
Small fix to reset crop x/y from tinted sprites, also allows us to remove one more temporary var.
photonstorm
committed
on 10 Jul 2014
|
|
Tidied up and optimised Sprite._renderCanvas. Removed lots of temporary vars that weren't needed (texture, crop, frame, transform, child), reduced all the drawImage calls down to just one. Removed redundant baseTexture.hasLoaded check.
photonstorm
committed
on 10 Jul 2014
|
|
2014-07-08 |
Fix to make sure that tinted canvases render with the new trim/crop system.
photonstorm
committed
on 8 Jul 2014
|
Implemented the new Canvas render method based on the Texture.crop property.
...
photonstorm
committed
on 8 Jul 2014
|
|
2014-07-07 |
|
2014-07-01 |
|