History for pixi.js / src / pixi / renderers / canvas / CanvasRenderer.js
2014-11-06
@Joni Mertoniemi
Add autoResize option to CanvasRenderer and WebGLRenderer
Joni Mertoniemi committed on 6 Nov 2014
2014-10-22
@photonstorm
Fixed for jshint.
photonstorm committed on 22 Oct 2014
@photonstorm
Added a PIXI.CanvasRenderer destroy method that optionally removes the view from the DOM.
photonstorm committed on 22 Oct 2014
2014-10-15
@photonstorm
jsdoc fixes for all Canvas classes.
photonstorm committed on 15 Oct 2014
@Sebastian Nette
Fix for blendMode bug in CanvasRenderer ...
Sebastian Nette committed on 15 Oct 2014
2014-10-13
@mathew groves
Merge branch 'dev' of https://github.com/GoodBoyDigital/pixi.js into dev
mathew groves committed on 13 Oct 2014
@mathew groves
fixed blendmode mapping in canvas bug
mathew groves committed on 13 Oct 2014
@Richard Davey
Merge pull request #996 from agamemnus/patch-5 ...
Richard Davey committed on 13 Oct 2014
2014-10-11
@mathew groves
CanvasRenderer Clean up
mathew groves committed on 11 Oct 2014
@mathew groves
removed the renderStrip function from CanvasRender
mathew groves committed on 11 Oct 2014
@mathew groves
canvas buffer removed from canvas renderer class
mathew groves committed on 11 Oct 2014
@mathew groves
Separated out the canvas buffer class
mathew groves committed on 11 Oct 2014
2014-09-29
@mathew groves
Removed update and destroy webGL functions
mathew groves committed on 29 Sep 2014
@mathew groves
Removed the updateFrames global Array
mathew groves committed on 29 Sep 2014
2014-09-25
@Chad Engler
merge in some doc fixes (#967)
Chad Engler committed on 25 Sep 2014
2014-09-24
@agamemnus
Update CanvasRenderer.js
agamemnus committed on 24 Sep 2014
@agamemnus
Update CanvasRenderer.js
agamemnus committed on 24 Sep 2014
@agamemnus
Reduce some logic redundancy in clearRect/fillRect code for Canvas...? ...
agamemnus committed on 24 Sep 2014
2014-09-23
@agamemnus
Update CanvasRenderer.js
agamemnus committed on 23 Sep 2014
@agamemnus
Fix for overwriting falsy values.. or even (possibly) undefined ones.
agamemnus committed on 23 Sep 2014
2014-09-16
@mathew groves
Merge branch 'dev-retina' into dev ...
mathew groves committed on 16 Sep 2014
2014-09-13
@powerfear
few small doc changes
powerfear committed on 13 Sep 2014
2014-09-12
@FluffyDeluxe
Enable smoothing control for IE11
FluffyDeluxe committed on 12 Sep 2014
2014-09-09
@mathew groves
Added frame clear back in ...
mathew groves committed on 9 Sep 2014
2014-09-08
@mathew groves
renderer now uses options parameter
mathew groves committed on 8 Sep 2014
2014-09-07
@mathew groves
Added Canvas Renderer resolution
mathew groves committed on 7 Sep 2014
2014-08-31
@mathew groves
Mini Fixes ...
mathew groves committed on 31 Aug 2014
2014-07-02
@mathew groves
Merge branch 'dev' of https://github.com/GoodBoyDigital/pixi.js into dev
mathew groves committed on 2 Jul 2014
@mathew groves
Made Pixi log optional ...
mathew groves committed on 2 Jul 2014
2014-07-01
@Federico Omoto
The roundPixels property in the CanvasRenderer should be a property of the renderSession to be correctly applied in the _renderCanvas methods of the Sprite and SpriteBatch classes.
Federico Omoto committed on 1 Jul 2014