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
/
ref_counted_set.zig
Age
Commit message (
Expand
)
Author
2025-10-03
terminal: Zig 0.15, lib-vt and test-lib-vt work
Mitchell Hashimoto
2025-05-27
code style: use `@splat` where possible
Qwerasd
2025-03-18
ci: zig fmt check
Mitchell Hashimoto
2025-03-11
Zig 0.14
Mitchell Hashimoto
2025-02-10
fix(terminal): properly lookup hyperlinks when cloning rows across pages
Qwerasd
2024-12-23
perf(RefCountedSet): make swap metric prioritize high refcount items
Qwerasd
2024-12-23
fix(RefCountedSet): Gracefully handle pathological cases
Qwerasd
2024-12-23
RefCountedSet: simplify `insert` logic, cleanup, improve comments
Qwerasd
2024-08-30
RefCountedSet: make `lookup` public
Qwerasd
2024-08-15
RefCountedSet: use usize for living count to avoid overflow
Qwerasd
2024-08-05
chore: clean up typos
Ćukasz Niemier
2024-07-09
terminal: remove errdefer deleted call for refcountedset
Mitchell Hashimoto
2024-07-08
RefCountedSet: add some missing context delete callbacks
Qwerasd
2024-07-05
terminal: RefCountedSet checks for existence prior to cap check
Mitchell Hashimoto
2024-07-05
terminal: simplify hyperlink capacity
Mitchell Hashimoto
2024-07-05
terminal: RefCountedSet should call deleted on upsert
Mitchell Hashimoto
2024-07-05
terminal: hyperlink start/end on screen
Mitchell Hashimoto
2024-07-05
terminal: RefCountedSet doesn't need to pass base anymore
Mitchell Hashimoto
2024-07-05
terminal: RefCountedSet has Context variant methods
Mitchell Hashimoto
2024-07-05
terminal: refcountedset passes base memory to all context funcs
Mitchell Hashimoto
2024-06-24
terminal: add test for pagelist to clear styles
Mitchell Hashimoto
2024-06-24
use +% for overflow
Mitchell Hashimoto
2024-06-24
terminal: ref counted set count is const
Mitchell Hashimoto
2024-06-24
fix(RefCountedSet): add NeedsRehash error and fix PSL counting bug
Qwerasd
2024-06-24
RefCountedSet: use usize for cap to allow up to max `Id`+1
Qwerasd
2024-06-24
terminal: RefCountedSize should use usize for byte math
Mitchell Hashimoto
2024-06-23
small stylistic changes
Mitchell Hashimoto
2024-06-22
cache_table and ref_counted_set work on 32-bit machines
Mitchell Hashimoto
2024-06-13
perf: introduce RefCountedSet structure, use it for Style.Set
Qwerasd