aboutsummaryrefslogtreecommitdiff
path: root/TODO
AgeCommit message (Collapse)Author
2023-01-17Add option to set window background colordec05eba
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-11Fix pasting text from mgl to other applicationsdec05eba
2022-09-09Support png,jpg and gif clipboard. Use callback for clipboarddec05eba
2022-08-21Update TODOdec05eba
2022-02-15Render missing glyphs as a crossed out boxdec05eba
2021-11-16Window: add mouse scroll eventdec05eba
2021-11-15Add dynamic font atlas creation (not finished)dec05eba
2021-11-06Fix exit being called when closing window, respond to wm ping, add is_open ↵dec05eba
function to window
2021-11-02Start on syntax highlighting, output correct key button eventdec05eba
2021-10-28Use a separate glx context for every windowdec05eba
Fix vertex buffer causing crash on render if update is called with an empty list.