summaryrefslogtreecommitdiff
path: root/src/renderer/Thread.zig
AgeCommit message (Expand)Author
2023-03-19update config messages use pointers now to make messages small againMitchell Hashimoto
2023-03-19surface propagates new config to rendererMitchell Hashimoto
2023-02-25termio: use host-spawn for ptyMitchell Hashimoto
2023-02-24gtk: render!Mitchell Hashimoto
2023-02-24Integrating new surfaceMitchell Hashimoto
2023-02-01renderer uses libxevMitchell Hashimoto
2022-12-29rename window package to apprtMitchell Hashimoto
2022-12-29window: abstract more, it startsMitchell Hashimoto
2022-11-20do not block channel send while draining channelMitchell Hashimoto
2022-11-17move screen resize to a renderer mailbox messageMitchell Hashimoto
2022-11-15renderer: font size changed event, OpenGL implMitchell Hashimoto
2022-11-07name threads and add more tracingMitchell Hashimoto
2022-11-06clean up some resources better on errorMitchell Hashimoto
2022-11-05implement cursor reset when data comes in ptyMitchell Hashimoto
2022-11-05Move cursor timer to rendererMitchell Hashimoto
2022-11-05renderer mailbox, focus messageMitchell Hashimoto
2022-10-31Initial metal abstraction (noop)Mitchell Hashimoto
2022-10-24remove render timer from windowMitchell Hashimoto
2022-10-24support screen size, rip out shared stateMitchell Hashimoto
2022-10-24run rendering on another real thread (still bugs)Mitchell Hashimoto
2022-10-23introduce renderer thread logic (not starting it yet)Mitchell Hashimoto