Age | Commit message (Expand) | Author |
2024-07-25 | Use const pointer | dec05eba |
2024-07-24 | add vec3 and vec4 and shader uniform functions for those | dec05eba |
2023-12-11 | add window flush function | dec05eba |
2023-12-08 | Transient for window option | dec05eba |
2023-12-08 | Add class hint, wm name, window type | dec05eba |
2023-08-25 | Dont enable low latency mode by default since it increases cpu usage | dec05eba |
2023-08-25 | Add monitor events, limit fps to monitor the window is in, reduce latency (gl... | dec05eba |
2023-07-09 | const | dec05eba |
2023-06-30 | Cleanup window deinit | dec05eba |
2023-01-17 | Add option to set window background color | dec05eba |
2023-01-07 | const | dec05eba |
2023-01-07 | Window: add functions to set fullscreen state, vsync state | dec05eba |
2023-01-07 | Use const for arg | dec05eba |
2022-11-27 | mgl_window_get_clipboard_string set ptr to NULL after free when failing | dec05eba |
2022-11-05 | Only allow text in mgl_window_get_clipboard_string | dec05eba |
2022-10-11 | Add option to support alpha for window or not. This is important for nvidia flip | dec05eba |
2022-09-28 | Dont use free'd fbconfigs | 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 |
2022-09-06 | Set NET_WM_PID | dec05eba |
2022-08-21 | Attempt to fix vertex draw when using texcoords without a texture (such as wh... | dec05eba |
2022-03-31 | Add override redirect option to window create | dec05eba |
2022-03-30 | Proper y offset for text, add option to create hidden window and add function... | dec05eba |
2021-12-14 | Enable scissor test, invert scissor coordinates | dec05eba |
2021-12-08 | Vertex translation, fix vertex texture use | dec05eba |
2021-12-02 | Window: add scissor | dec05eba |
2021-11-28 | Add utf8 index to offset function | dec05eba |
2021-11-27 | Add max glyph height property | dec05eba |
2021-11-27 | Use correct offset y for font position (ascent) | dec05eba |
2021-11-25 | Fix possible corrupt font atlas | dec05eba |
2021-11-24 | Fix glyphs overlapping, but adds unnecessary padding | dec05eba |
2021-11-19 | Better document window_set_framerate_limit | 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-17 | Window: implement function to disable key repeat | dec05eba |
2021-11-17 | Attempt to fix font glyph texture overlap by aligning texture size to | dec05eba |
2021-11-16 | Texture: only do one glTexSubImage2D in mgl_texture_update instead of |height... | dec05eba |
2021-11-16 | Window: add set/get clipboard | dec05eba |
2021-11-16 | Window: add function to set window position, size and size limits | dec05eba |
2021-11-16 | Window: allow setting window minimum/max size and position | dec05eba |
2021-11-16 | Window: add function to get the current mouse button state | dec05eba |
2021-11-16 | Sprite: add rotation and origin | dec05eba |
2021-11-16 | Window: add mouse scroll event | dec05eba |
2021-11-16 | Text: add function to get character position by index, use same character loo... | dec05eba |
2021-11-16 | Window: add function to check if the window has focus | dec05eba |
2021-11-15 | Window: add close, title, cursor visibility and framerate limit | 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 |