summaryrefslogtreecommitdiffhomepage
path: root/src/rtext.c
AgeCommit message (Expand)Author
2024-04-20REVIEWED: Remove final punctuation in code commentsRay
2024-04-20Code gardeningRay
2024-04-19Update rtext.cRay
2024-02-29Review formattingRay
2024-02-18Remove some unneeded line breaksRay
2024-02-13Minor tweaks to avoid some CodeQL warningsRay
2024-02-13Update rtext.cRay
2024-02-13[rtext] Change strcpy to strncpy to fix buffer overflow (#3795)Mingjie Shen
2024-02-04Update rtext.cRay
2024-02-04Update rtext.cRay
2024-02-04REVIEWED: `LoadFontDataBDF()` name and formatingRay
2024-02-03[rtext] Add BDF font support (#3735)Stanley Fuller
2024-02-01Fix 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-02Update copyright to 2024Ray
2023-12-28Fix TextReplace warning for const (#3687)ubkp
2023-12-28TextReplace const correctness (#3678)maverikou
2023-12-15BM Font Extender (#3536)Dongkun Lee
2023-12-13fixed coding style in function TextToFloat (#3627)Benjamin Schmid Ties
2023-12-04REVIEWED: WARNING: `LoadFontData()` avoid fallback glyphsRay
2023-12-03REVIEWED: `LoadFontData()`, load image only if glyph has been found in fontRay
2023-11-01REVIEWED: Potential code issues reported by CodeQL #3476Ray
2023-10-26Remove trail spacesRay
2023-10-17Added some notes for alternative implementations #3362Ray
2023-10-11REVIEWED: `TextFormat()`, added "..." for truncation #3366Ray
2023-10-11REVIEWED: #3399, Fix #3366Ray
2023-10-11[rtext] TextFormat() warn user if buffer overflow occured. (#3399)Murlocohol
2023-09-11REVIEWED: `TextToPascal()` issue when first char is uppercaseRay
2023-09-08Update rtext.cRay
2023-09-05Fix #3293Ray
2023-09-02Use internal default allocators, instead of user-exposed onesRay
2023-09-02REVIEWED: Data size type consistency between functions #3168Ray
2023-09-01RENAMED: LoadFont*() parameter names for consistency and coherenceRay
2023-08-15Ignore unused return value of GetCodepointNext in GetCodepointCount (#3241)ashn
2023-08-10Review tabs and trail-spacesRay
2023-08-10fix typos in rmodels, rshapes, rtext modules (#3236)RadsammyT
2023-08-09Ignore unused function warnings from external headers when compiling with GCC...ashn
2023-07-18ADDED: `SUPPORT_FONT_ATLAS_WHITE_REC`Ray
2023-07-10Reviewed `rcamera`/`rgestures` file-macros for consistency #3161Ray
2023-07-06Reverted `MeasureTextEx()` change #3105Ray
2023-07-06REVIEWED: `GenImageFontAtlas()`, make atlas size less conservativeRay
2023-07-05Update rtext.cRay
2023-07-02REVIEWED: `TextToUpper()`, `TextToLower()`, `TextToPascal()`Ray
2023-07-02WARNING: BREAKING: ADDED: `SetTextLineSpacing()`Ray
2023-07-02REVIEWED: Issue #3105Ray
2023-05-18tweakRay
2023-05-01REVIEWED: Modules description layoutRay
2023-04-17Remove trailing spacesRay
2023-04-06REVIEWED: `GetGlyphIndex()` #3000Ray