Age | Commit message (Expand) | Author |
2024-08-24 | Add missing cleanup for egl context | dec05eba |
2024-08-19 | Add mgl_window_get_egl_context | dec05eba |
2024-08-11 | output debug message: gsr -> mgl | dec05eba |
2024-08-07 | Add mgl_window_get_egl_display | dec05eba |
2024-08-05 | set scissor const | dec05eba |
2024-08-04 | egl: fix transparent window | dec05eba |
2024-08-04 | Add option to choose render api (glx or egl) in window creation | dec05eba |
2024-08-03 | Fix compile error | dec05eba |
2024-08-03 | Add notification window type | dec05eba |
2024-08-02 | Fix background clear color when using window transparency | dec05eba |
2024-08-02 | Ensure correct blending function for transparent window | dec05eba |
2024-07-31 | Flush after window move/resize | dec05eba |
2024-07-31 | Robustness | dec05eba |
2024-07-25 | Add sprite set size/height functions, option to hide window decorations in cr... | dec05eba |
2024-03-04 | Set context to NULL before destroying | dec05eba |
2023-12-11 | add window flush function | dec05eba |
2023-12-08 | Transient for window option | dec05eba |
2023-12-08 | remove debug print | dec05eba |
2023-12-08 | Set wm client machine | dec05eba |
2023-12-08 | Add class hint, wm name, window type | dec05eba |
2023-09-11 | right-alt/altgr should count as alt modifier | dec05eba |
2023-08-25 | Dont enable low latency mode by default since it increases cpu usage | dec05eba |
2023-08-25 | Only limit fps to monitor if vsync is enabled | dec05eba |
2023-08-25 | Add monitor events, limit fps to monitor the window is in, reduce latency (gl... | dec05eba |
2023-08-22 | Correct background color | dec05eba |
2023-06-30 | Cleanup window deinit | dec05eba |
2023-06-25 | xmapping | dec05eba |
2023-06-25 | XRefreshKeyboardMapping | 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 |
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-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 |