summaryrefslogtreecommitdiff
path: root/src/renderer/message.zig
AgeCommit message (Expand)Author
2024-12-26renderer: track if fg/bg/cursor color is explicitly set by an OSCGregory Anders
2024-11-14renderer: message uses new size structMitchell Hashimoto
2024-09-02input: crash binding can configure which thread to crashMitchell Hashimoto
2024-05-04renderer/metal: API to handle macOS display ID changingMitchell Hashimoto
2024-04-06renderer/Metal: change font size works againMitchell Hashimoto
2024-02-13renderer: handle renderer pause/redraw on occlusionMitchell Hashimoto
2024-01-09custom shader animation can be set to "always" to always remain activeMitchell Hashimoto
2023-11-09core: implement OSC 12 and OSC 112 to query/set/reset cursor colorGregory Anders
2023-11-09core: implement OSC 104, 110, and 111 to reset colorsGregory Anders
2023-11-09core: implement setting colors with OSC 4, 10, and 11Gregory Anders
2023-10-24all threads are notified of inspector state, trigger renderMitchell Hashimoto
2023-09-02content scale change events should also impact viewport paddingMitchell Hashimoto
2023-03-19update config messages use pointers now to make messages small againMitchell Hashimoto
2023-03-19surface propagates new config to rendererMitchell Hashimoto
2022-11-17move screen resize to a renderer mailbox messageMitchell Hashimoto
2022-11-15renderer: font size changed event, OpenGL implMitchell Hashimoto
2022-11-05implement cursor reset when data comes in ptyMitchell Hashimoto
2022-11-05renderer mailbox, focus messageMitchell Hashimoto