summaryrefslogtreecommitdiffhomepage
path: root/examples/text/text_unicode.c
AgeCommit message (Collapse)Author
2024-01-02Update copyright to 2024Ray
2023-11-01REVIEWED: Potential code issues reported by CodeQL #3476Ray
2023-08-19Fix text_unicode.c example crashing (#3250)ubkp
* Fix text_unicode.c example crashing * Adjust the text_unicode.c example crashing fix
2023-01-01Update year to 2023Ray
2022-09-10Minor format tweaksRay
2022-07-20REVIEWED: examples descriptionsRay
2022-06-21Added new comment to examplesRay
2021-09-01REVIEWED: Naming: length vs sizeRay
2021-09-01WARNING: BREAKING: RENAMED: Font struct variablesRay
RENAMED: GetCodepointsCount() -> GetCodepointCount() RENAMED: GetTouchPointsCount() -> GetTouchPointCount()
2021-08-25Renamed some static functions for more consistent namingRay
2021-08-11WARNING: REMOVED: DrawTextRec() and DrawTextRecEx()raysan5
- DrawTextRec() and DrawTextRecEx() have been moved to example, those functions could be very specific depending on user needs so it's better to give the user the full source in case of special requirements instead of allowing a function with +10 input parameters.
2021-05-08Added support for additional mouse buttons (#1753)Lambert Wang
* Added support for additional mouse buttons * Renamed mouse button enum Co-authored-by: Lambert Wang <[email protected]>
2021-03-23[Examples] Warning fixes (pt 1) (#1668)Jeffery Myers
* Fix some warnings in examples. * cleanups from review Co-authored-by: Jeffery Myers <[email protected]>
2020-09-07REDESIGNED: ColorFromHSV()raysan5
Replaced Vector3 by direct values, easier to use and understand
2020-05-28Renamed some resources for naming consistencyraysan5
2019-10-28Corrected issue with function renamedRay
2019-05-20Review ALL examplesRay
2019-05-17examples reviewRay
2019-05-14examples reviewRay
Redesigns, deletes and renames Also noted authors propertly on contributed examples
2019-05-06Update text_unicode.cRay
2019-05-06Review example formattingRay
2019-04-21Fix formatting ...not very good at thisVlad Adrian
2019-04-21Fixed formatting! Grumble, grumble...Vlad Adrian
2019-04-21Added unicode exampleDemizdor