aboutsummaryrefslogtreecommitdiff
path: root/src/text.c
AgeCommit message (Expand)Author
2017-04-22Renamed function for lib consistencyraysan5
2017-04-21Make TraceLog() public to the APIRay
2017-04-04Minor code tweaksRay
2017-03-29Added IsFileExtension()Ray
2017-03-29Remove RBMF fileformat supportRay
2017-03-26Work on configuration flagsRay
2017-03-21text: configuration flagsRay
2017-03-20Review some commentsRay
2017-03-05Work on timming functions...raysan5
2017-02-16Improved modules description -IN PROGRESS-Ray
2017-02-11Reviewed fread() usage around the coderaysan5
2017-02-06Commented code for reviewRay
2017-02-05Refactor SpriteFont structraysan5
2017-01-28Remove unecessary spaces...Ray
2017-01-28Implemented Wait()Ray
2017-01-15Removed GetNextPOT(), review TraceLog()raysan5
2016-12-27Review some formatting and namingraysan5
2016-12-25Review comments and formattingraysan5
2016-12-05Corrected some warningsRay
2016-11-21Corrected bug with alpha mask on fontraysan5
2016-11-16Reviewed modules commentsraysan5
2016-11-13Improved text measurementRay
2016-11-03Corrected issue on chars drawingraysan5
2016-11-01Support unordered charset, neither fixed first charraysan5
2016-10-31Improve TTF loadingraysan5
2016-10-31Improve SpriteFont supportraysan5
2016-10-27Function added: GenSpriteFont()raysan5
2016-10-24Improving sprite fonts support...raysan5
2016-10-09Allow no default font loadingRay
2016-09-12Review spacing formattingraysan5
2016-08-31Formatting tweaksraysan5
2016-08-25Added TraceLog info on image spritefont loadingraysan5
2016-08-16Removed useless spacingraysan5
2016-08-08Corrected issue with VSraysan5
2016-08-07Some functions reviewraysan5
2016-07-06Corrected bug on Raspberry Pi with strcat()raysan5
2016-06-06Reorganize external libraries - BREAKING CHANGE -Ray
2016-06-02Review heades usageRay
2016-05-03Reorganized internal funcsraysan5
2016-03-02Security check for unsupported BMFontsraysan5
2016-02-12Reviewed code TODOsraysan5
2016-01-18Corrected bug on fonts loadingraysan5
2016-01-02Improved fonts supportraysan5
2015-12-30Added function: SubText()raysan5
2015-12-09MeasureTextEx() - Added support for multi-line size measureraysan5
2015-12-09Corrected bugraysan5
2015-12-03Corrected bug on spritefont loadingraysan5
2015-11-05Variables initializationRay
2015-10-25Added some image manipulation functionsRay
2015-10-21Feature: Line-break support for textRay San