aboutsummaryrefslogtreecommitdiff
path: root/src/graphics/text.c
AgeCommit message (Collapse)Author
2021-11-08Add window function to get key state, allow invalid utf8dec05eba
2021-11-07Use char array for text entered str, reset text fields on deinitdec05eba
2021-11-06Fix exit being called when closing window, respond to wm ping, add is_open ↵dec05eba
function to window
2021-11-05Add bounds calculation to textdec05eba
2021-11-03Fix crash when not using text options with textdec05eba
options.before_syntax_highlight is not set to NULL
2021-11-02Start on syntax highlighting, output correct key button eventdec05eba
2021-10-24Add function to load image from memory, initialize window from an existing ↵dec05eba
window, allow creating text without font/string
2021-10-23Allow rendering vertices directlydec05eba
2021-10-19Change from callback to window polldec05eba
2021-10-19Use uint8_t for color instead of floatdec05eba
2021-10-18Add set_position and set_color to rectangle,sprite and textdec05eba
2021-10-16Add font renderingdec05eba