index
:
mgl
master
Minimal Graphics Library
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
graphics
/
text.c
Age
Commit message (
Expand
)
Author
2021-11-16
Text: add function to get character position by index, use same character loo...
dec05eba
2021-11-15
Add dynamic font atlas creation (not finished)
dec05eba
2021-11-08
Do not check for valid utf8 in set text, render the invalid utf8 instead. Mma...
dec05eba
2021-11-08
Add window function to get key state, allow invalid utf8
dec05eba
2021-11-07
Use char array for text entered str, reset text fields on deinit
dec05eba
2021-11-06
Fix exit being called when closing window, respond to wm ping, add is_open fu...
dec05eba
2021-11-05
Add bounds calculation to text
dec05eba
2021-11-03
Fix crash when not using text options with text
dec05eba
2021-11-02
Start on syntax highlighting, output correct key button event
dec05eba
2021-10-24
Add function to load image from memory, initialize window from an existing wi...
dec05eba
2021-10-23
Allow rendering vertices directly
dec05eba
2021-10-19
Change from callback to window poll
dec05eba
2021-10-19
Use uint8_t for color instead of float
dec05eba
2021-10-18
Add set_position and set_color to rectangle,sprite and text
dec05eba
2021-10-16
Add font rendering
dec05eba