summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-10-11fix(font): Additional scale group tweaks (#9152)HEADtipmainDaniel Wennberg
2025-10-11font(fix): Extract and apply Nerd Font codepoint mapping table (#9142)Daniel Wennberg
2025-10-11GTK fix quick terminal autohide (#9139)Brice
2025-10-11gtk: fix clicking on desktop notifications (#9146)Jeffrey C. Ollie
2025-10-10gtk: better reporting for CSS parsing problems (#9129)Jeffrey C. Ollie
2025-10-10Set title as argv[0] for commands specified with `-e` (#9121)Bruno BELANYI
2025-10-10gtk: properly check for amount of time elapsed before notifying about command...Jeffrey C. Ollie
2025-10-10osc: do inplace decoding of cmdline passed in OSC 133;C (#9127)Jeffrey C. Ollie
2025-10-10terminal: add semi-colon character to word boundary list for easier selection...Mitchell Hashimoto
2025-10-10apprt/gtk: use configured title as fallback for closureComputedTitletlj
2025-10-09set minimum required zig version from build.zig.zon in tests and dockerfileĒriks Remess
2025-10-09use app_version from build.zig.zonĒriks Remess
2025-10-07terminal: add semi-colon character to word boundary listRavi Chandra
2025-10-06lib-vt: begin paste utilities exports starting with safe pasteMitchell Hashimoto
2025-10-06lib-vt: split header to be more consumableMitchell Hashimoto
2025-10-06osc: parse additional OSC 133 options (#9059)Jeffrey C. Ollie
2025-10-06fix custom-shader writergate breakageJeffrey C. Ollie
2025-10-06osc: parse additional OSC 133 optionsJeffrey C. Ollie
2025-10-06apprt/gtk: only close with no windows active if close delay is offMitchell Hashimoto
2025-10-06lib-vt docs: add etags to the pagesMitchell Hashimoto
2025-10-06doxygen: integrate examples into documentationMitchell Hashimoto
2025-10-06gtk: use std.Io.Writer to generate runtime CSSJeffrey C. Ollie
2025-10-05lib-vt: trying to fix up hosted docsMitchell Hashimoto
2025-10-05libghostty website: update to use arch for doxygen for latestMitchell Hashimoto
2025-10-05lib-vt: fix dockerfile to include assets for webMitchell Hashimoto
2025-10-05osc: reorder osc tests and name them consistently (#9042)Mitchell Hashimoto
2025-10-05linux cgroup: also fix controllers()Jeffrey C. Ollie
2025-10-05linux cgroup: fix initializationJeffrey C. Ollie
2025-10-05osc: reorder osc tests and name them consistentlyJeffrey C. Ollie
2025-10-05libghostty: use Arch for docs container to get later DoxygenMitchell Hashimoto
2025-10-05libghostty docs: use latest DoxygenMitchell Hashimoto
2025-10-05lib-vt: expose key encoding as a C API (#9040)Mitchell Hashimoto
2025-10-05lib-vt: expose key encoding as a C APIMitchell Hashimoto
2025-10-05fix: do not remove libc memmove until performance comparisons have been condu...NikoMalik
2025-10-05fix:use builtin memmoveNikoMalik
2025-10-04input: use std.Io.Writer for key encoder, new API, expose via libghosttyMitchell Hashimoto
2025-10-04build: framegen can use self-hosted (#9021)Mitchell Hashimoto
2025-10-04Move paste encoding to the input package, test, optimize away one allocMitchell Hashimoto
2025-10-04Expand `~` in `macos-custom-icon` (#9024)Mitchell Hashimoto
2025-10-04Remove incorrect note from config docsDaniel Wennberg
2025-10-03Add comprehensive constraint testsDaniel Wennberg
2025-10-03Fix botched cherry-pick from #8990Daniel Wennberg
2025-10-03build: framegen can use self-hostedMitchell Hashimoto
2025-10-03Handle font_patcher codepoint range overlapsDaniel Wennberg
2025-10-03Handle font_patcher codepoint offsetsDaniel Wennberg
2025-10-03Skip patchsets and codepoints not in SymbolsNFDaniel Wennberg
2025-10-03Add font_patcher's grouped vs individual alignmentDaniel Wennberg
2025-10-03Align stretched glyphs to cell, not faceDaniel Wennberg
2025-10-03Always clamp scaled glyph to cellDaniel Wennberg
2025-10-03fix(font): Anchor scaling at bounding box centerDaniel Wennberg