Age | Commit message (Expand) | Author |
2023-08-22 | Correct background color | dec05eba |
2023-07-09 | const | dec05eba |
2023-06-30 | Cleanup window deinit | dec05eba |
2023-06-27 | XInternAtom create if not exists | dec05eba |
2023-06-27 | Update stb image | dec05eba |
2023-06-25 | xmapping | dec05eba |
2023-06-25 | XRefreshKeyboardMapping | dec05eba |
2023-01-21 | fix: set prev codepoint in text render | dec05eba |
2023-01-17 | Add option to set window background color | dec05eba |
2023-01-14 | Eliminate resize flicker by setting window gravity to NorthWest | dec05eba |
2023-01-14 | Set clear color before clear, fixes black background on first frame | dec05eba |
2023-01-14 | Improve resize performance by setting back pixel instead of back pixmap | 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-12-18 | Revert "Do lazy get clipboard version, get as much data as possible at once. ... | dec05eba |
2022-12-18 | Do lazy get clipboard version, get as much data as possible at once. This see... | dec05eba |
2022-12-18 | Fix issue where images cant be pasted from clipboard if mgl is the first appl... | dec05eba |
2022-12-18 | Attempt to do clipboard get property for large data (incr). Should fix clipbo... | dec05eba |
2022-12-11 | Fix pasting text from mgl to other applications | dec05eba |
2022-11-27 | mgl_window_get_clipboard_string set ptr to NULL after free when failing | dec05eba |
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-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 | Fail mgl_window_get_clipboard_string on timeout | 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-08-21 | Update TODO | 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 | 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-02-15 | Revert text offset y fix because it breaks quickmedia. Revert vertex draw tex... | dec05eba |
2022-02-15 | Render missing glyphs as a crossed out box | dec05eba |
2021-12-21 | Remove comment | dec05eba |
2021-12-14 | Enable scissor test, invert scissor coordinates | dec05eba |
2021-12-08 | Optimize hash map % to & | dec05eba |
2021-12-08 | Vertex translation, fix vertex texture use | dec05eba |
2021-12-05 | Destroy window before colormap | dec05eba |