Age | Commit message (Expand) | Author |
2024-09-11 | Fix incorrect position for mgl_text_find_character_pos | dec05eba |
2024-09-10 | Better mgl_text_set_max_width | dec05eba |
2024-09-10 | fix mgl_text_set_max_width | dec05eba |
2024-09-10 | Rows count from 1 | dec05eba |
2024-09-10 | Add mgl_text_set_max_width and mgl_text_set_max_rows | dec05eba |
2024-08-09 | text always set dirty when setting string or font | dec05eba |
2024-08-03 | text get bounds return character size if string is empty | dec05eba |
2024-08-02 | Ensure correct blending function for transparent window | dec05eba |
2023-01-21 | fix: set prev codepoint in text render | dec05eba |
2022-03-30 | Proper y offset for text, add option to create hidden window and add function... | dec05eba |
2022-02-15 | Revert text offset y fix because it breaks quickmedia. Revert vertex draw tex... | dec05eba |
2021-11-27 | Use correct offset y for font position (ascent) | dec05eba |
2021-11-18 | Move glyph creation for text to render function instead of in set string, cle... | dec05eba |
2021-11-17 | Readd kerning | dec05eba |
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 |