Age | Commit message (Expand) | Author |
2024-09-11 | CommentHEADmaster | dec05eba |
2024-09-11 | Fix incorrect position for mgl_text_find_character_pos | dec05eba |
2024-09-10 | Add mgl_text_set_max_width and mgl_text_set_max_rows | dec05eba |
2024-09-01 | Comments | dec05eba |
2024-08-24 | Vertices: fix alpha blending when window background is transparent, add unifo... | dec05eba |
2024-08-19 | Add mgl_window_get_egl_context | dec05eba |
2024-08-19 | Add mgl_texture_init_reference_existing_gl_texture to easily create a texture... | dec05eba |
2024-08-11 | fix incorrect sprite_set_height, add sprite_set_width | dec05eba |
2024-08-07 | Add mgl_window_get_egl_display | dec05eba |
2024-08-07 | load eglGetProcAddress | dec05eba |
2024-08-05 | Add comment | dec05eba |
2024-08-05 | set scissor const | dec05eba |
2024-08-04 | egl: fix transparent window | dec05eba |
2024-08-04 | M | dec05eba |
2024-08-04 | Add option to choose render api (glx or egl) in window creation | dec05eba |
2024-08-03 | Add notification window type | dec05eba |
2024-08-02 | Ensure correct blending function for transparent window | dec05eba |
2024-07-31 | Add mipmap option | dec05eba |
2024-07-25 | Add sprite set size/height functions, option to hide window decorations in cr... | dec05eba |
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 |