2015-03-09 |
make font getter/setter consistent
Chad Engler
committed
on 9 Mar 2015
|
---|---|
use _style.fontName
Chad Engler
committed
on 9 Mar 2015
|
|
fix the font name parsing
Chad Engler
committed
on 9 Mar 2015
|
|
2015-03-08 |
res tweak for textures
mathew groves
committed
on 8 Mar 2015
|
2015-03-04 |
added padding property to text style
mathew groves
committed
on 4 Mar 2015
|
2015-03-02 |
merge #1476; refactor code into _renderCanvas to be consistent with webgl
Chad Engler
committed
on 2 Mar 2015
|
2015-03-01 |
Put most rendering code in _renderCanvas to match _renderWebGL
Demur Rumed
committed
on 1 Mar 2015
|
2015-02-27 |
Moved the deprecation warnings to their own file, thanks @drkibitz for the suggestion
Alvin
committed
on 27 Feb 2015
|
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 |
Added deprecation warnings
Alvin
committed
on 25 Feb 2015
|
2015-02-24 |
fix a typo
Chad Engler
committed
on 24 Feb 2015
|
Tidying up a few bits of the API, created containsPoint alias, added lineHeight to text and fixed typo
Alvin
committed
on 24 Feb 2015
|
|
Docs docs docs
Alvin
committed
on 24 Feb 2015
|
|
massive jsdoc fixes
Chad Engler
committed
on 24 Feb 2015
|
|
2015-02-21 |
|
2015-02-18 |
|
2015-02-16 |
|
2015-02-14 |
added resolution property to text
mathew groves
committed
on 14 Feb 2015
|
2015-02-10 |
fix font string parsing; add explicit obj font method; fixes #215
Chad Engler
committed
on 10 Feb 2015
|
track glyphs via internal array instead of children; fixes #793
Chad Engler
committed
on 10 Feb 2015
|
|
2015-02-08 |
Fix temp text fix
Demur Rumed
committed
on 8 Feb 2015
|
2015-02-01 |
Added maxWidth property and implemented auto line break in BitmapText
Michael Rehn
committed
on 1 Feb 2015
|
2015-01-29 |
fix needsUpdate to be just an update method
Chad Engler
committed
on 29 Jan 2015
|
minor org changes; add needsUpdate to texture in updateTexture
Chad Engler
committed
on 29 Jan 2015
|
|
2015-01-28 |
For some reason I forgot to fix the remaining this.style references half way through. Oops
Demur Rumed
committed
on 28 Jan 2015
|
Doc _style/_text, access directly internally
Demur Rumed
committed
on 28 Jan 2015
|
|
Update extras to use texture setter, update Text to use getter/setter for style/text
Demur Rumed
committed
on 28 Jan 2015
|
|
2015-01-27 |
some more style fixes
Chad Engler
committed
on 27 Jan 2015
|
2015-01-25 |
Correctly named containerUpdateTransform
mathew groves
committed
on 25 Jan 2015
|
|