summaryrefslogtreecommitdiff
path: root/src/renderer/State.zig
AgeCommit message (Expand)Author
2025-03-11Zig 0.14Mitchell Hashimoto
2024-04-25renderer/metal: grid pos for bg/text should be ushort2Mitchell Hashimoto
2024-03-22remove point.ViewportMitchell Hashimoto
2024-01-27add a new highlight state that requires modifiersMitchell Hashimoto
2023-12-03renderer: default codepoints for preeditMitchell Hashimoto
2023-12-03renderer: handle scenarios the preedit text is wider than our screenMitchell Hashimoto
2023-12-03core: remove size limit on preedit length by heap allocatingMitchell Hashimoto
2023-11-29core: send mouse hover pointMitchell Hashimoto
2023-11-29renderer: link set for more efficient matchingMitchell Hashimoto
2023-11-15renderer/metal: handle preedit wider than our screenMitchell Hashimoto
2023-11-15renderer/metal: support multi-codepoint preedit textMitchell Hashimoto
2023-11-10core, renderer: handle wide preedit charsMitchell Hashimoto
2023-10-24inspector: move inspector to dedicated folderMitchell Hashimoto
2023-10-24core: hook up all the inspector activation state and suchMitchell Hashimoto
2023-09-09Big Cursor State RefactorMitchell Hashimoto
2023-08-20remove imgui and devmodeMitchell Hashimoto
2023-08-11support preedit text rendering in core and metalMitchell Hashimoto
2022-11-17move screen resize to a renderer mailbox messageMitchell Hashimoto
2022-11-05Move cursor timer to rendererMitchell Hashimoto
2022-11-05renderer mailbox, focus messageMitchell Hashimoto
2022-11-05IO thread has more state setupMitchell Hashimoto
2022-10-24bring back out of focus no blinkMitchell Hashimoto
2022-10-24support screen size, rip out shared stateMitchell Hashimoto
2022-10-24run rendering on another real thread (still bugs)Mitchell Hashimoto