summaryrefslogtreecommitdiff
path: root/src/inspector/Inspector.zig
AgeCommit message (Expand)Author
2025-10-03Zig 0.15: zig build GTK exeMitchell Hashimoto
2025-10-03Zig 0.15: zig fmtMitchell Hashimoto
2025-08-20terminal: change OSC parser to explicit init to set undefinedMitchell Hashimoto
2025-08-08inspector: fix display for fractional pixel sizesLeah Amelia Chen
2025-03-12working on macosMitchell Hashimoto
2025-03-12Lots of 0.14 changesMitchell Hashimoto
2025-02-11Add keyboard navigation for Terminal IO window (#3909)Mitchell Hashimoto
2025-01-04chore: rename fileAlexandre Antonio Juca
2025-01-04chore: use KiB notation for representing memory sizeAlexandre Antonio Juca
2025-01-03Merge branch 'main' of https://github.com/AlexJuca/ghostty into feature/displ...Alexandre Antonio Juca
2025-01-03feat: Display memory usage and and limit in both bytes and Kb for improved re...Alexandre Antonio Juca
2025-01-02Fix format string of font size in points in the inspectorKat
2024-12-30Add keyboard navigation for Terminal IO windowBryan Lee
2024-11-14apprt/embedded: fix new size structMitchell Hashimoto
2024-10-02font: add stylistic variants for built-in font, fix naming conventionMitchell Hashimoto
2024-08-11fix(surface): account for padding in mouse pixel reportsTim Culverhouse
2024-07-22inspector: fix mode prefix by prepending '?' only to private modesTim Culverhouse
2024-03-22inspector: needs to call new PageList.maxSize funcMitchell Hashimoto
2024-03-22inspector: add page system detailsMitchell Hashimoto
2024-03-22inspector: get mouse points workingMitchell Hashimoto
2024-03-22inspector: cell selection works againMitchell Hashimoto
2024-03-22inspector: support cell pinning againMitchell Hashimoto
2024-03-22inspector: todo on renderMitchell Hashimoto
2024-03-22zig build test with renamed terminal packageMitchell Hashimoto
2024-01-02terminal: track palette color in cell stateGregory Anders
2023-10-25inspector: reset vt seq number on clearMitchell Hashimoto
2023-10-25inspector: minor style tweakMitchell Hashimoto
2023-10-25inspector: add OSC command metadata to inspectorMitchell Hashimoto
2023-10-24inspector: reversed a checkboxMitchell Hashimoto
2023-10-24inspector: track lots of metadata for vt eventsMitchell Hashimoto
2023-10-24inspector: add sequence number to termioMitchell Hashimoto
2023-10-24inspector: termio pause/resumeMitchell Hashimoto
2023-10-24inspector: add basic termio seq filterMitchell Hashimoto
2023-10-24inspector: filter terminal io events by kindMitchell Hashimoto
2023-10-24inspector: format termio a little better, incompleteMitchell Hashimoto
2023-10-24inspector: start termio logMitchell Hashimoto
2023-10-24inspector: show kitty graphics metadataMitchell Hashimoto
2023-10-24inspector: fix key memory leakMitchell Hashimoto
2023-10-24inspector: remove unused next id systemMitchell Hashimoto
2023-10-24inspector: note memory leakMitchell Hashimoto
2023-10-24inspector: add clear keyboard events buttonMitchell Hashimoto
2023-10-24inspector: render key eventsMitchell Hashimoto
2023-10-24inspector: move inspector to dedicated folderMitchell Hashimoto