index
:
raylib
2.6
UWP
fix_build.zig
master
sdl-gles-fix
A simple and easy-to-use library to enjoy videogames programming
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
text.c
Age
Commit message (
Expand
)
Author
2020-12-23
Remove trailing spaces
raysan5
2020-12-19
Corrected DrawTextRecEx() bug
Ray
2020-12-19
Support font chars padding on drawing #1432
Ray
2020-12-18
WARNING: RENAMED several functions for consistency #1440
Ray
2020-12-14
Added additional charsPadding initialization #1432
Ray
2020-11-28
ADDED: UnloadFontData()
raysan5
2020-11-15
Commented new feature
raysan5
2020-11-15
[text] Consider characters padding -WIP- #1432
raysan5
2020-11-03
Remove trailing spaces
Ray
2020-09-16
Add security checks when loading data from memory
raysan5
2020-09-14
Review memory loading functions signesness
Ray
2020-09-13
ADDED: LoadFontFromMemory() (TTF only) #1327
Ray
2020-09-13
WARNING: REDESIGNED: LoadFontData()
Ray
2020-08-29
DrawTextEx(): Minor tweak
raysan5
2020-08-15
Review issue with .fnt -> .png path #1351
Ray
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
2020-05-14
TextToInteger() always exposed
raysan5
2020-05-09
Added [text] flag: SUPPORT_TEXT_MANIPULATION
raysan5
2020-05-09
Reorganized texture functions
raysan5
2020-05-07
Comment tweak
raysan5
2020-05-06
Avoid all MSVC compile warnings
raysan5
2020-05-01
Review exposed #defines and allow user re-defining
raysan5
2020-04-05
Allow for empty replacement string (#1178)
Benjamin Stigsen
2020-04-04
TextReplace changes (#1172)
Benjamin Stigsen
2020-04-02
Fixed offset check in GenImageFontAtlas (#1171)
SasLuca
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
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
[next]