| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-06-02 | [examples] text_font_sdf - Corrected bug | raysan5 | |
| 2020-05-27 | Corrected bug on TextJoin() | raysan5 | |
| 2020-05-23 | Use RL_FREE() instead of free() | raysan5 | |
| 2020-05-23 | Replaced strncat() by memcpy() in some functions | raysan5 | |
| 2020-05-22 | Avoid some warnings | raysan5 | |
| 2020-05-22 | Reviewed LoadBMFont() to load data from memory #1232 | raysan5 | |
| 2020-05-14 | Remove some [textures] function dependencies | raysan5 | |
| - LoadFontDefault() -> Some code simplifications - LoadFontFromImage() -> Avoid LoadImageEx() - LoadFontData() -> Avoid GenImageColor(), ImageFormat() - LoadBMFont() -> Avoid ImageCopy(), ImageFormat() | |||
| 2020-05-14 | TextToInteger() always exposed | raysan5 | |
| 2020-05-09 | Added [text] flag: SUPPORT_TEXT_MANIPULATION | raysan5 | |
| 2020-05-09 | Reorganized texture functions | raysan5 | |
| Removed ImageAlphaMask() dependency on [text] LoadBMFont() | |||
| 2020-05-07 | Comment tweak | raysan5 | |
| 2020-05-06 | Avoid all MSVC compile warnings | raysan5 | |
| Most warning were related to types conversion (casting required) and unsigned/signed types comparisons. Added preprocessor directives (_CRT_SECURE_NO_DEPRECATE; _CRT_NONSTDC_NO_DEPRECATE) to avoid warnings about unsafe functions, those functions are safe while used properly and recommended alternatives are MS only. Some external libraries still generate warnings. | |||
| 2020-05-01 | Review exposed #defines and allow user re-defining | raysan5 | |
| There are multiple #define values around raylib, usually not exposed for redefinition, just reviewed all of them to allow users redefining them on compile time if required. Also, multiple #define have been renamed and commented. | |||
| 2020-04-05 | Allow for empty replacement string (#1178) | Benjamin Stigsen | |
| 2020-04-04 | TextReplace changes (#1172) | Benjamin Stigsen | |
| - Added NULL return if the replacement string (`by`) is empty - Reordered sanity checks since there's no need to initialize variables if the strings are invalid. | |||
| 2020-04-02 | Fixed offset check in GenImageFontAtlas (#1171) | SasLuca | |
| * Fixed offset check in GenImageFontAtlas * Fixed code formatting to follow raylib notation rules | |||
| 2020-03-30 | Review formating and signegness issues | raysan5 | |
| 2020-03-27 | Review TRACELOG() messages | raysan5 | |
| 2020-03-27 | Corrected missing semicolon | raysan5 | |
| 2020-03-27 | [text] Review TRACELOG() messages, categorized | raysan5 | |
| 2020-03-25 | Remove trail spaces | raysan5 | |
| 2020-03-25 | Fixed DrawTextRecEx() selection when wordwrap is ON (again) (#1149) | Random | |
| 2020-03-17 | Added security check in case init fails #1135 | raysan5 | |
| 2020-03-12 | [text] TextToUpper(): Added note on diacritics | Ray | |
| 2020-03-04 | Remove comment | Ray | |
| 2020-02-27 | Tweak on variable init | Ray | |
| 2020-02-27 | Remove trail spaces and some tweaks | Ray | |
| 2020-02-27 | REDESIGNED: LoadFontEx() | Ray | |
| Using new file I/O ABI | |||
| 2020-02-26 | Remove trail spaces | Ray | |
| 2020-02-24 | Make sure current text buffer is empty #1109 | Ray | |
| 2020-02-19 | Improved GetFPS() calculation for average | Ray | |
| 2020-02-17 | [text] TextLength() security check | Ray | |
| 2020-02-12 | Reviewed Cppcheck issues #1098 | Ray | |
| 2020-02-09 | Corrected issue with toupper() usage | raysan5 | |
| 2020-02-06 | Review missing include | Ray | |
| 2020-02-06 | Corrected issue with TextToUpper() and TextToLower() | Ray | |
| This issue was breaking multiple things... | |||
| 2020-02-04 | Review libc dependencies and remove when possible | Ray | |
| Just for clarification, no plans to remove libc dependency, just did some code analysis to see how much raylib depend on stardard C library. My conclusions: - stdlib.h: primary dependency is for malloc() and free() - stdio.h: primary dependency is for FILE access, maybe it could go through a custom ABI? - string.h: just around 8 functions required - math.h: just around 8 functions required - others: 1-2 functions required for some other headers | |||
| 2020-02-03 | Remove all trail spaces | Ray | |
| 2020-02-03 | Replace TraceLog() function by TRACELOG macro | Ray | |
| Added SUPPORT_TRACELOG_DEBUG config | |||
| 2020-01-26 | ADDED: TextCopy() #1083 | Ray | |
| 2020-01-24 | Redesigned TextToInteger() | Ray | |
| 2020-01-22 | Correct issue with define | Ray | |
| 2020-01-19 | Corrected issue with types | raysan5 | |
| 2020-01-19 | Review custom allocators | raysan5 | |
| 2020-01-15 | Comment tweak | Ray | |
| 2020-01-15 | LoadFontData(): generate empty image for space | Ray | |
| This could be required on texture packing ;) | |||
| 2020-01-06 | Review variable name | raysan5 | |
| 2020-01-05 | Update year to 2020 | raysan5 | |
| 2019-12-04 | Check and testing timming #865 | raysan5 | |
| 2019-12-01 | ADDED: DrawTextCodepoint() | Ray | |
| - Renamed GetGlyphIndex() parameter - Review DrawTextEx() implementation - Review DrawTextRecEx() implementation | |||
