| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-06 | lib-vt: begin paste utilities exports starting with safe paste | Mitchell Hashimoto | |
| 2025-10-05 | lib-vt: expose key encoding as a C API | Mitchell Hashimoto | |
| 2025-10-03 | update a bunch of required Zig versions to 0.15 | Mitchell Hashimoto | |
| 2025-09-29 | lib-vt: OSC data extraction boilerplate | Mitchell Hashimoto | |
| This also changes OSC strings to be null-terminated to ease lib-vt integration. This shouldn't have any practical effect on terminal performance, but it does lower the maximum length of OSC strings by 1 since we always reserve space for the null terminator. | |||
| 2025-09-28 | example/c-vt: parse a full OSC command | Mitchell Hashimoto | |
| 2025-09-24 | remove vt prefixes | Mitchell Hashimoto | |
| 2025-09-24 | move header into subdirectory | Mitchell Hashimoto | |
| 2025-09-24 | some PR feedback | Mitchell Hashimoto | |
| 2025-09-24 | lib-vt: docs | Mitchell Hashimoto | |
| 2025-09-24 | lib-vt: setup a default allocator if null | Mitchell Hashimoto | |
| 2025-09-24 | example/c-vt | Mitchell Hashimoto | |
| 2025-09-23 | example/zig-vt: add comment explaining how to get zero-dep build | Mitchell Hashimoto | |
| 2025-09-21 | example/zig-vt | Mitchell Hashimoto | |
| 2025-09-21 | remove stale example wasm app | Mitchell Hashimoto | |
| 2024-09-11 | prettier | Mitchell Hashimoto | |
| 2024-08-11 | spelling: normalize grey -> gray | Qwerasd | |
| 2023-09-28 | nix: install prettier, also ignore zig-cache/out | Mitchell Hashimoto | |
| 2023-09-28 | lint JSON and Typescript as well | Patrick Fong | |
| 2022-12-31 | can specify a wasm target in build | Mitchell Hashimoto | |
| 2022-12-30 | config: enable passwd isn't compiled for wasm | Mitchell Hashimoto | |
| 2022-12-24 | wasm: use shared, imported memory | Mitchell Hashimoto | |
| This switches our wasm build to use "shared" memory. Shared memory can be shared across multiple web workers, which is something we'll want to support for our multi-threaded behaviors later. Shared memory has a number of different restrictions so this updates zig-js to support it as well as updates some of our functions that need to be aware of it. | |||
| 2022-12-13 | font: web canvas sprite font can composite | Mitchell Hashimoto | |
| 2022-12-13 | font: web canvas sprite font can write to atlas | Mitchell Hashimoto | |
| 2022-12-12 | update example to show multi-codepoint grapheme | Mitchell Hashimoto | |
| 2022-12-07 | font: web canvas shaper yields runs | Mitchell Hashimoto | |
| 2022-12-06 | font: web canvas can render emoji | Mitchell Hashimoto | |
| 2022-12-05 | wasm: show color atlas in example web app | Mitchell Hashimoto | |
| 2022-12-05 | font: GroupCache is wasm compatible | Mitchell Hashimoto | |
| 2022-12-05 | font: Group is now wasm-compatible | Mitchell Hashimoto | |
| 2022-12-05 | font: DeferredFace is wasm-compatible | Mitchell Hashimoto | |
| 2022-12-05 | font: fix some JS memory leaks | Mitchell Hashimoto | |
| 2022-12-05 | font: add 1 to the canvas glyph to avoid clipping | Mitchell Hashimoto | |
| 2022-12-05 | font: fix glyph offset calculations for render | Mitchell Hashimoto | |
| 2022-12-05 | font: add method for drawing atlas to canvas | Mitchell Hashimoto | |
| 2022-12-05 | font: working on rendering glyphs in canvas | Mitchell Hashimoto | |
| 2022-12-04 | calculate font metrics via canvas | Mitchell Hashimoto | |
| 2022-12-04 | hook up logging to wasm, example uses new zig-js package | Mitchell Hashimoto | |
| 2022-12-01 | blank out web canvas impl | Mitchell Hashimoto | |
| 2022-12-01 | Start scaffolding web_canvas backend | Mitchell Hashimoto | |
| 2022-08-17 | test wasm of the term package | Mitchell Hashimoto | |
