| Age | Commit message (Expand) | Author |
| 2024-02-01 | Fix MeasureTextEx() height calculation (#3770) | Marrony Neris |
| 2024-01-22 | [rtext.c] fixing some comments to align comments style (#3756) | Idir Carlos Aliane |
| 2024-01-10 | [rtext] Adjust font atlas area calculation so padding area is not underestima... | Tim Romero |
| 2024-01-02 | Update copyright to 2024 | Ray |
| 2023-12-28 | Fix TextReplace warning for const (#3687) | ubkp |
| 2023-12-28 | TextReplace const correctness (#3678) | maverikou |
| 2023-12-15 | BM Font Extender (#3536) | Dongkun Lee |
| 2023-12-13 | fixed coding style in function TextToFloat (#3627) | Benjamin Schmid Ties |
| 2023-12-04 | REVIEWED: WARNING: `LoadFontData()` avoid fallback glyphs | Ray |
| 2023-12-03 | REVIEWED: `LoadFontData()`, load image only if glyph has been found in font | Ray |
| 2023-11-01 | REVIEWED: Potential code issues reported by CodeQL #3476 | Ray |
| 2023-10-26 | Remove trail spaces | Ray |
| 2023-10-17 | Added some notes for alternative implementations #3362 | Ray |
| 2023-10-11 | REVIEWED: `TextFormat()`, added "..." for truncation #3366 | Ray |
| 2023-10-11 | REVIEWED: #3399, Fix #3366 | Ray |
| 2023-10-11 | [rtext] TextFormat() warn user if buffer overflow occured. (#3399) | Murlocohol |
| 2023-09-11 | REVIEWED: `TextToPascal()` issue when first char is uppercase | Ray |
| 2023-09-08 | Update rtext.c | Ray |
| 2023-09-05 | Fix #3293 | Ray |
| 2023-09-02 | Use internal default allocators, instead of user-exposed ones | Ray |
| 2023-09-02 | REVIEWED: Data size type consistency between functions #3168 | Ray |
| 2023-09-01 | RENAMED: LoadFont*() parameter names for consistency and coherence | Ray |
| 2023-08-15 | Ignore unused return value of GetCodepointNext in GetCodepointCount (#3241) | ashn |
| 2023-08-10 | Review tabs and trail-spaces | Ray |
| 2023-08-10 | fix typos in rmodels, rshapes, rtext modules (#3236) | RadsammyT |
| 2023-08-09 | Ignore unused function warnings from external headers when compiling with GCC... | ashn |
| 2023-07-18 | ADDED: `SUPPORT_FONT_ATLAS_WHITE_REC` | Ray |
| 2023-07-10 | Reviewed `rcamera`/`rgestures` file-macros for consistency #3161 | Ray |
| 2023-07-06 | Reverted `MeasureTextEx()` change #3105 | Ray |
| 2023-07-06 | REVIEWED: `GenImageFontAtlas()`, make atlas size less conservative | Ray |
| 2023-07-05 | Update rtext.c | Ray |
| 2023-07-02 | REVIEWED: `TextToUpper()`, `TextToLower()`, `TextToPascal()` | Ray |
| 2023-07-02 | WARNING: BREAKING: ADDED: `SetTextLineSpacing()` | Ray |
| 2023-07-02 | REVIEWED: Issue #3105 | Ray |
| 2023-05-18 | tweak | Ray |
| 2023-05-01 | REVIEWED: Modules description layout | Ray |
| 2023-04-17 | Remove trailing spaces | Ray |
| 2023-04-06 | REVIEWED: `GetGlyphIndex()` #3000 | Ray |
| 2023-04-06 | [rtext] Fix GetCodepointNext() to return default value on invalid input with ... | chocolate42 |
| 2023-03-22 | Review format | Ray |
| 2023-03-22 | Fix packing logic error in ```GenImageFontAtlas``` (#2979) | Hanaxar |
| 2023-03-22 | Calculate exact image size in GenImageFontAtlas (#2963) | Hanaxar |
| 2023-03-13 | Remove trailing spaces | Ray |
| 2023-03-07 | REVIEWED: Data types validation | Ray |
| 2023-02-24 | Update rtext.c | Ray |
| 2023-02-22 | ADDED: Security checks | Ray |
| 2023-02-09 | Fixed some grammar mistakes and typos. (#2914) | Julio C. Galindo |
| 2023-02-05 | Clean trailing spaces | Ray |
| 2023-01-27 | ADDED: `IsShaderReady()`, `IsImageReady()`, `IsFontReady()`, `IsWaveReady()`,... | Rob Loach |
| 2023-01-22 | Fix to use TRACELOG() instead of TraceLog() for internal modules (#2881) | Rob Loach |