axmol/cocos2dx/label_nodes
James Chen c61da90441 Merge branch 'new_develop_merge' of https://github.com/carlomorgantinizynga/cocos2d-x into carlomorgantinizynga-new_develop_merge 2013-08-05 13:40:59 +08:00
..
CCFont.cpp Adding Android support for new label. 2013-08-02 13:46:26 +08:00
CCFont.h the new label system now uses only CCStringTTF (CCStringBMFont is still here, but not used anymore) 2013-07-25 17:58:13 -07:00
CCFontAtlas.cpp Clean up (see code review) 2013-08-01 17:49:51 -07:00
CCFontAtlas.h Clean up (see code review) 2013-08-01 17:49:51 -07:00
CCFontAtlasCache.cpp Adding Android support for new label. 2013-08-02 13:46:26 +08:00
CCFontAtlasCache.h fix bugs 2013-07-31 12:11:56 -07:00
CCFontAtlasFactory.cpp some more clean up (code review) 2013-08-02 16:11:20 -07:00
CCFontAtlasFactory.h some more clean up (code review) 2013-08-02 16:11:20 -07:00
CCFontCache.cpp Adding Android support for new label. 2013-08-02 13:46:26 +08:00
CCFontCache.h some more cleanup and refactory for the new Label stuff 2013-07-24 10:22:46 -07:00
CCFontDefinition.cpp issue #2179: Fixing compilation errors on Linux. 2013-08-05 10:29:20 +08:00
CCFontDefinition.h Clean up for the new Label stuff 2013-08-01 11:02:32 -07:00
CCFontFNT.cpp the new label system now uses only CCStringTTF (CCStringBMFont is still here, but not used anymore) 2013-07-25 17:58:13 -07:00
CCFontFNT.h the new label system now uses only CCStringTTF (CCStringBMFont is still here, but not used anymore) 2013-07-25 17:58:13 -07:00
CCFontFreeType.cpp Adding Android support for new label. 2013-08-02 13:46:26 +08:00
CCFontFreeType.h Fix problems with missing glyphs in .ttf file 2013-07-29 13:43:23 -07:00
CCFontRender.h some more cleanup and refactory for the new Label stuff 2013-07-24 10:22:46 -07:00
CCFontRenderFreeType.cpp fix bugs with new Label stuff and add new sample for unicode 2013-07-30 16:41:26 -07:00
CCFontRenderFreeType.h some more cleanup and refactory for the new Label stuff 2013-07-24 10:22:46 -07:00
CCLabel.cpp some more clean up (code review) 2013-08-02 16:11:20 -07:00
CCLabel.h some more clean up (code review) 2013-08-02 16:11:20 -07:00
CCLabelAtlas.cpp More unsinged int -> int in some places where it could be difficult to find underflow bugs. And some warnings fix. 2013-07-22 14:28:19 +08:00
CCLabelAtlas.h Adds const to getters 2013-07-03 17:22:15 -07:00
CCLabelBMFont.cpp New Label stuff merged and Label::Alignment replaced with TextVAlignment and TextHAlignment 2013-07-26 16:04:21 -07:00
CCLabelBMFont.h New Label stuff merged and Label::Alignment replaced with TextVAlignment and TextHAlignment 2013-07-26 16:04:21 -07:00
CCLabelTTF.cpp New Label stuff merged and Label::Alignment replaced with TextVAlignment and TextHAlignment 2013-07-26 16:04:21 -07:00
CCLabelTTF.h New Label stuff merged and Label::Alignment replaced with TextVAlignment and TextHAlignment 2013-07-26 16:04:21 -07:00
CCLabelTextFormatProtocol.h New Label stuff merged and Label::Alignment replaced with TextVAlignment and TextHAlignment 2013-07-26 16:04:21 -07:00
CCLabelTextFormatter.cpp Merge branch 'new_develop_merge' of https://github.com/carlomorgantinizynga/cocos2d-x into carlomorgantinizynga-new_develop_merge 2013-08-05 13:40:59 +08:00
CCLabelTextFormatter.h issue #2179: Fixing compilation errors on Linux. 2013-08-05 10:29:20 +08:00
CCStringBMFont.cpp New Label stuff merged and Label::Alignment replaced with TextVAlignment and TextHAlignment 2013-07-26 16:04:21 -07:00
CCStringBMFont.h issue #2179: Fixing compilation errors on Linux. 2013-08-05 10:29:20 +08:00
CCStringTTF.cpp Clean up (see code review) 2013-08-01 17:49:51 -07:00
CCStringTTF.h New label TTF. New text alignment sample. 2013-07-30 10:27:22 -07:00
CCTextImage.cpp issue #2179: Fixing compilation errors on Linux. 2013-08-05 10:29:20 +08:00
CCTextImage.h Fix problems with missing glyphs in .ttf file 2013-07-29 13:43:23 -07:00