History for pixi.js / src / text
2015-03-18
@Chad Engler
render methods are private
Chad Engler committed on 18 Mar 2015
2015-03-13
@Chad Engler
update bitmap text docs a smidge
Chad Engler committed on 13 Mar 2015
@Chad Engler
add textBaseline and miterLimit params; fixes #932
Chad Engler committed on 13 Mar 2015
@Chad Engler
fix #1522; add lineJoin param to text
Chad Engler committed on 13 Mar 2015
2015-03-09
@Chad Engler
make font getter/setter consistent
Chad Engler committed on 9 Mar 2015
@Chad Engler
use _style.fontName
Chad Engler committed on 9 Mar 2015
@Chad Engler
fix the font name parsing
Chad Engler committed on 9 Mar 2015
2015-03-08
@mathew groves
res tweak for textures
mathew groves committed on 8 Mar 2015
2015-03-04
@mathew groves
added padding property to text style
mathew groves committed on 4 Mar 2015
2015-03-02
@Chad Engler
merge #1476; refactor code into _renderCanvas to be consistent with webgl
Chad Engler committed on 2 Mar 2015
2015-03-01
@Demur Rumed
Put most rendering code in _renderCanvas to match _renderWebGL
Demur Rumed committed on 1 Mar 2015
2015-02-27
@Alvin
Moved the deprecation warnings to their own file, thanks @drkibitz for the suggestion
Alvin committed on 27 Feb 2015
@Alvin
fixed typo in cacheAsBitmap, fixed bitmap text and restored the font cache so we can debug it
Alvin committed on 27 Feb 2015
2015-02-25
@Alvin
Added deprecation warnings
Alvin committed on 25 Feb 2015
2015-02-24
@Chad Engler
fix a typo
Chad Engler committed on 24 Feb 2015
@Alvin
Tidying up a few bits of the API, created containsPoint alias, added lineHeight to text and fixed typo
Alvin committed on 24 Feb 2015
@Alvin
Docs docs docs
Alvin committed on 24 Feb 2015
@Chad Engler
massive jsdoc fixes
Chad Engler committed on 24 Feb 2015
2015-02-21
@Mat Groves
Merge pull request #1420 from serprex/fix-text-measure-text ...
Mat Groves committed on 21 Feb 2015
2015-02-18
@mathew groves
some code linting.. ...
mathew groves committed on 18 Feb 2015
2015-02-16
@Chad Engler
Merge pull request #1404 from mickez/dev ...
Chad Engler committed on 16 Feb 2015
2015-02-14
@mathew groves
added resolution property to text
mathew groves committed on 14 Feb 2015
2015-02-10
@Chad Engler
fix font string parsing; add explicit obj font method; fixes #215
Chad Engler committed on 10 Feb 2015
@Chad Engler
track glyphs via internal array instead of children; fixes #793
Chad Engler committed on 10 Feb 2015
2015-02-08
@Demur Rumed
Fix temp text fix
Demur Rumed committed on 8 Feb 2015
2015-02-01
@Michael Rehn
Added maxWidth property and implemented auto line break in BitmapText
Michael Rehn committed on 1 Feb 2015
2015-01-29
@Chad Engler
fix needsUpdate to be just an update method
Chad Engler committed on 29 Jan 2015
@Chad Engler
minor org changes; add needsUpdate to texture in updateTexture
Chad Engler committed on 29 Jan 2015
2015-01-28
@Demur Rumed
For some reason I forgot to fix the remaining this.style references half way through. Oops
Demur Rumed committed on 28 Jan 2015
@Demur Rumed
Doc _style/_text, access directly internally
Demur Rumed committed on 28 Jan 2015