Age | Commit message (Expand) | Author |
2022-11-06 | Set event type unknown on invalid event | dec05eba |
2022-11-05 | Only allow text in mgl_window_get_clipboard_string | dec05eba |
2022-11-03 | Sprite: set_size | dec05eba |
2022-10-11 | Add support alpha option | dec05eba |
2022-10-11 | Add option to support alpha for window or not. This is important for nvidia flip | dec05eba |
2022-10-07 | xinitthreads | dec05eba |
2022-10-02 | Do not use __GL_THREADED_OPTIMIZATIONS as mgl might be used in an application... | dec05eba |
2022-09-28 | Dont use const, wtf | dec05eba |
2022-09-28 | Dont use free'd fbconfigs | dec05eba |
2022-09-27 | Properly detect failed dlsym for gl.c | dec05eba |
2022-09-23 | m | dec05eba |
2022-09-23 | Make window rgba and set background transparent to allow window clear to work... | dec05eba |
2022-09-12 | Fix key/button state when window loses focus (check state on call to is_**_pr... | dec05eba |
2022-09-10 | Fix clipboard images for gnome screenshot | dec05eba |
2022-09-10 | Fix incorrect clipboard callback data | dec05eba |
2022-09-09 | Support png,jpg and gif clipboard. Use callback for clipboard | dec05eba |
2022-09-06 | Set NET_WM_PID | dec05eba |
2022-09-04 | Only deinit window if it has been created | dec05eba |
2022-08-25 | Update dep | dec05eba |
2022-04-07 | Force disable threaded gl optimization to reduce cpu usage (thread optimizati... | dec05eba |
2022-03-31 | Add override redirect option to window create | dec05eba |
2022-03-30 | Add move assignment to texture, fix move constructor not setting owner field | dec05eba |
2022-03-30 | Proper y offset for text, add option to create hidden window and add function... | dec05eba |
2022-03-11 | Set ic focus on focus, remove urgency hint on focus | dec05eba |
2022-03-09 | Fix compile on clang | dec05eba |
2022-02-28 | Update submodule urls | dec05eba |
2022-02-15 | Revert text offset y fix because it breaks quickmedia. Revert vertex draw tex... | dec05eba |
2022-02-15 | Update to latest mgl version, fix after update | dec05eba |
2021-11-27 | Use correct offset for font y position | dec05eba |
2021-11-26 | Allow reloading images, textures and memory mapped files | dec05eba |
2021-11-25 | Fix possible corrupt font atlas | dec05eba |
2021-11-24 | Fix glyphs overlapping, but adds unnecessary padding | dec05eba |
2021-11-21 | Fix bug where window resize event is updated every frame | dec05eba |
2021-11-19 | Better document window_set_framerate_limit | dec05eba |
2021-11-19 | Slightly improve font rendering quality | dec05eba |
2021-11-18 | Move glyph creation for text to render function instead of in set string, cle... | dec05eba |
2021-11-18 | Disable copy constructors for opengl resource items | dec05eba |
2021-11-18 | Fix corrupt VertexBuffer by disabling vertex buffer copying | dec05eba |
2021-11-17 | Fix window not being visible on kde because color map is deleted while the wi... | dec05eba |
2021-11-17 | Readd kerning | dec05eba |
2021-11-17 | Window: implement function to disable key repeat | dec05eba |
2021-11-17 | Image: fix bug where images are forced to be in RGBA format | dec05eba |
2021-11-17 | Increase glyph padding | dec05eba |
2021-11-17 | Fix font glyph overlaps | dec05eba |
2021-11-16 | Texture: only do one glTexSubImage2D in mgl_texture_update instead of |height... | dec05eba |
2021-11-16 | Ensure window gets clipboard owner before setting clipboard string | dec05eba |
2021-11-16 | Implement all interfaces to mgl | dec05eba |
2021-11-07 | Fix text rendering getting corrupt at copy/move constructor | dec05eba |
2021-11-07 | 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 |