index
:
ghostty.git
1.1.x
1.2.x
main
opengl-test
push-lvtrmyqqqpkn
push-qouskwyzlkmy
tristan957/gtk-ng
vm-tests
Unnamed repository; edit this file 'description' to name the repository.
thomasg
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
terminal
/
page.zig
Age
Commit message (
Expand
)
Author
2025-10-03
terminal: Zig 0.15, lib-vt and test-lib-vt work
Mitchell Hashimoto
2025-09-30
terminal: inline all the things
Qwerasd
2025-09-21
Add simd flag for disabling SIMD functionality
Mitchell Hashimoto
2025-09-21
terminal: support disabling kitty graphics protocol
Mitchell Hashimoto
2025-09-21
start extracting core terminal zig module
Mitchell Hashimoto
2025-08-20
terminal: fix undefined memory in Tabstops code
Mitchell Hashimoto
2025-08-20
terminal: fix uninitialized memory in Cell init
Mitchell Hashimoto
2025-08-20
terminal: disable integrity checks under Valgrind
Mitchell Hashimoto
2025-08-18
test(PageList): add failing test for reflow grapheme OOM
Qwerasd
2025-08-18
test(PageList): add failing test for reflow hyperlink OOM
Qwerasd
2025-06-06
terminal: fix crash when reflowing grapheme with a spacer head
Mitchell Hashimoto
2025-05-26
style: use decl literals
Qwerasd
2025-03-11
Zig 0.14
Mitchell Hashimoto
2025-02-10
fix(terminal): properly lookup hyperlinks when cloning rows across pages
Qwerasd
2024-12-12
test: big perf win by pausing integ checks while growing pages
Qwerasd
2024-12-03
terminal: support cell_map for encodeUtf8
Mitchell Hashimoto
2024-12-03
terminal: move UTF8 encoding to Page and wrap around it
Mitchell Hashimoto
2024-10-28
terminal: refactor hyperlink memory management
Mitchell Hashimoto
2024-09-05
terminal: add integrity check for unmarked grapheme cell
Mitchell Hashimoto
2024-09-01
terminal: do not run page integrity checks unless slow runtime safety
Mitchell Hashimoto
2024-08-31
terminal: disable slow safety tests in releasesafe
Mitchell Hashimoto
2024-08-31
terminal: make error sets more explicit, capture explicit errors
Mitchell Hashimoto
2024-08-30
terminal/page: discriminate cloneFrom errors
Qwerasd
2024-08-28
terminal: tests for same page clone with hyperlinks
Mitchell Hashimoto
2024-08-27
fix(terminal): don't MOVE hyperlinks in clonePartialRowFrom
Qwerasd
2024-08-27
terminal: move refcount responsibility out of setHyperlink
Qwerasd
2024-08-05
chore: clean up typos
Ćukasz Niemier
2024-07-29
terminal: hasText no longer special cases kitty placeholders
Mitchell Hashimoto
2024-07-26
terminal: appendGrapheme should text for codepoint, not text
Mitchell Hashimoto
2024-07-25
terminal: introduce row bit for kitty virtual placeholders
Mitchell Hashimoto
2024-07-25
temrinal/kitty: really basic row/col diacritic decoding
Mitchell Hashimoto
2024-07-25
terminal: print must use codepoint() now to work with placeholders
Mitchell Hashimoto
2024-07-25
terminal/kitty: rename diacritics to unicode
Mitchell Hashimoto
2024-07-25
terminal: cell returns empty for Kitty placeholder
Mitchell Hashimoto
2024-07-23
terminal: printing over a cell with the same hyperlink keeps flag
Mitchell Hashimoto
2024-07-22
terminal: page clone handles case where hyperlink can't dupe
Mitchell Hashimoto
2024-07-08
terminal/PageList: rework reflow logic to fix issues
Qwerasd
2024-07-08
terminal/page: use addWithIdContext when cloning hyperlink data
Qwerasd
2024-07-08
terminal/page: add methods to get hyperlink and grapheme map capacities
Qwerasd
2024-07-05
terminal: disable zombie styles integrity check
Mitchell Hashimoto
2024-07-05
terminal: set hyperlink state on clone
Mitchell Hashimoto
2024-07-05
terminal: pause integrity checks in clone row until done
Mitchell Hashimoto
2024-07-05
renderer: matchSet matches OSC8
Mitchell Hashimoto
2024-07-05
terminal: page clone needs to clone strings
Mitchell Hashimoto
2024-07-05
terminal: support page oom with hyperlinks
Mitchell Hashimoto
2024-07-05
terminal: simplify hyperlink capacity
Mitchell Hashimoto
2024-07-05
terminal: increase std cap for now until we implement resize
Mitchell Hashimoto
2024-07-05
terminal: scrollDown with hyperlinks
Mitchell Hashimoto
2024-07-05
terminal: index hyperlink tests
Mitchell Hashimoto
2024-07-05
terminal: handle moving/swapping/clearing cells with hyperlinks
Mitchell Hashimoto
[next]