Age | Commit message (Expand) | Author |
2024-09-10 | Add mgl_text_set_max_width and mgl_text_set_max_rows | dec05eba |
2024-08-05 | Add meson build | dec05eba |
2024-08-02 | Ensure correct blending function for transparent window | dec05eba |
2023-08-25 | Add monitor events, limit fps to monitor the window is in, reduce latency (gl... | dec05eba |
2023-01-07 | Window: add functions to set fullscreen state, vsync state | dec05eba |
2022-11-05 | Only allow text in mgl_window_get_clipboard_string | dec05eba |
2022-09-23 | Make window rgba and set background transparent to allow window clear to work... | dec05eba |
2022-09-09 | Support png,jpg and gif clipboard. Use callback for clipboard | dec05eba |
2021-12-08 | Vertex translation, fix vertex texture use | dec05eba |
2021-11-27 | Use correct offset y for font position (ascent) | dec05eba |
2021-11-24 | Fix glyphs overlapping, but adds unnecessary padding | dec05eba |
2021-11-19 | Revert test changes | dec05eba |
2021-11-19 | Slightly improve font rendering quality | dec05eba |
2021-11-17 | Attempt to fix font glyph texture overlap by aligning texture size to | dec05eba |
2021-11-16 | Ensure window gets clipboard owner before setting clipboard string | dec05eba |
2021-11-16 | Window: add set/get clipboard | dec05eba |
2021-11-16 | Window: allow setting window minimum/max size and position | dec05eba |
2021-11-16 | Sprite: add rotation and origin | dec05eba |
2021-11-15 | Add dynamic font atlas creation (not finished) | dec05eba |
2021-11-07 | Use char array for text entered str, reset text fields on deinit | dec05eba |
2021-11-07 | Include utf8 string in text entered event | dec05eba |
2021-11-07 | Implement text input | dec05eba |
2021-11-06 | Fix exit being called when closing window, respond to wm ping, add is_open fu... | dec05eba |
2021-11-05 | Fix font being corrupt with certain sizes, fix image being corrupt if its rgb... | dec05eba |
2021-11-03 | Add mgl_window_get_view instead of giving prev view in set_view | dec05eba |
2021-11-03 | Add viewport | dec05eba |
2021-11-03 | Fix crash when not using text options with text | dec05eba |
2021-10-29 | Use gl*Pointer and glDrawArrays to render vertices (in mgl_vertices_draw) ins... | dec05eba |
2021-10-29 | Fix multiple vertex buffers using the same data | dec05eba |
2021-10-28 | Move vertex buffer generation from init to first update, making init void | dec05eba |
2021-10-26 | Add clock | dec05eba |
2021-10-22 | Use const where possible in function params | dec05eba |
2021-10-22 | Add shader | dec05eba |
2021-10-21 | Add vertex buffer | dec05eba |
2021-10-19 | poll event change name | 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-17 | Fix test | dec05eba |
2021-10-16 | Move test image to test directory | dec05eba |
2021-10-16 | Add font rendering | dec05eba |
2021-10-16 | Cursor motion | dec05eba |
2021-10-16 | Fix resize event sometimes not triggered (set window gravity) | dec05eba |
2021-10-16 | Add rectangle and sprite, use pixel coordinates, remote opengl dependency fro... | dec05eba |
2021-10-12 | compressed texture | dec05eba |
2021-10-10 | Add texture loading (and render in test) | dec05eba |
2021-10-10 | Enable alpha blending | dec05eba |
2021-10-10 | Draw every frame instead of x11 expose, enable vsync (if available) | dec05eba |
2021-10-10 | add event and test graphics | dec05eba |
2021-10-10 | Initial commit, skeleton | dec05eba |