Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-17 | Add option to set window background color | dec05eba | |
This window background color is different than window.clear(color) because this window color is the background color if the window itself, which means if there is a delay between creating the window and the first frame display then the window background color is black, but if window color is set then that color will be displayed instead. Normally you want to set the window background color to the same color as the color you use in window.clear(color). | |||
2022-12-11 | Fix pasting text from mgl to other applications | dec05eba | |
2022-09-09 | Support png,jpg and gif clipboard. Use callback for clipboard | dec05eba | |
2022-08-21 | Update TODO | dec05eba | |
2022-02-15 | Render missing glyphs as a crossed out box | dec05eba | |
2021-11-16 | Window: add mouse scroll event | dec05eba | |
2021-11-15 | Add dynamic font atlas creation (not finished) | dec05eba | |
2021-11-06 | Fix exit being called when closing window, respond to wm ping, add is_open ↵ | dec05eba | |
function to window | |||
2021-11-02 | Start on syntax highlighting, output correct key button event | dec05eba | |
2021-10-28 | Use a separate glx context for every window | dec05eba | |
Fix vertex buffer causing crash on render if update is called with an empty list. |