summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-10-08v1.2.2v1.2.21.2.xMitchell Hashimoto
2025-10-08Implement and use generic approx equality tester (#8979)Mitchell Hashimoto
2025-10-08font: Add comprehensive constraint tests (#9023)Mitchell Hashimoto
2025-10-08Revert "renderer: slightly optimize screen copy" (#8974)Mitchell Hashimoto
2025-10-06Set version to 1.2.1v1.2.1Mitchell Hashimoto
2025-10-06macos: fix missing file for iOSMitchell Hashimoto
2025-10-06apprt/gtk: only close with no windows active if close delay is off (#9053)Mitchell Hashimoto
2025-10-06Update iTerm2Mitchell Hashimoto
2025-10-06Expand `~` in `macos-custom-icon` (#9024)Mitchell Hashimoto
2025-10-06macos: avoid any zero-sized content size increments (#9020)Mitchell Hashimoto
2025-10-06Fix Weird Behavior in CoreText Shaper (#9002)Mitchell Hashimoto
2025-10-06gtk: fix duplicate signal handlers (#9001)Mitchell Hashimoto
2025-10-06fix(config): Make `macos-custom-icon` null-terminated (#8999)Mitchell Hashimoto
2025-10-06fix(font): Let powerline glyphs be wide (#8994)Mitchell Hashimoto
2025-10-06fix(font): Fix positioning of scaled glyphs that don’t specify alignment (#...Mitchell Hashimoto
2025-10-06feat: add GHOSTTY_BIN_DIR to path via shell integration (#8976)Mitchell Hashimoto
2025-10-06gtk: some bell features need to happen on receipt of every BEL (#8962)Mitchell Hashimoto
2025-10-06Inline All The Things (#8946)Mitchell Hashimoto
2025-10-06fix(font): Final font patcher fixes (#8847)Mitchell Hashimoto
2025-10-06fix(font): Apply glyph constraints before thickening and centering before qua...Mitchell Hashimoto
2025-09-29apprt/gtk: do not close window if tab overview is open with no tabs (#8955)Mitchell Hashimoto
2025-09-29gtk: make Enter confirm "Change Terminal Title" (#8949)Mitchell Hashimoto
2025-09-29feat: enable scaling mouse-scroll-multiplier for both precision and discrete ...Mitchell Hashimoto
2025-09-29build: limit cpu affinity to 32 cpus on Linux (#8925)Mitchell Hashimoto
2025-09-29vim: use :setf to set the filetype (#8914)Mitchell Hashimoto
2025-09-29cli: use sh to launch editor (#8901)Mitchell Hashimoto
2025-09-29fix: file creation when directory already exists (#8892)Mitchell Hashimoto
2025-09-29fix: alloc free off by one (#8886)Mitchell Hashimoto
2025-09-29config: smarter parsing in autoParseStruct (#8873)Mitchell Hashimoto
2025-09-29chore: pin zig 0.14 in build.zig.zon (#8871)Mitchell Hashimoto
2025-09-29GTK: Fix split-divider-color (#8853)Mitchell Hashimoto
2025-09-29feat: list-themes cursor and selection colors (#8848)Mitchell Hashimoto
2025-09-29Workaround for #8669 (#8838)Mitchell Hashimoto
2025-09-29xdg: treat empty env vars as not existing (#8830)Mitchell Hashimoto
2025-09-29fix(font): Treat Powerline glyphs as normal characters for constraint width p...Mitchell Hashimoto
2025-09-29gtk: restore flatpak-aware resource directory support (#8816)Mitchell Hashimoto
2025-09-29GTK Fix unfocused-split-fill (#8813)Mitchell Hashimoto
2025-09-29macos: quick terminal stores the last closed size by screen (#8796)Mitchell Hashimoto
2025-09-29macos: set the app icon in syncAppearance to delay the icon update (#8792)Mitchell Hashimoto
2025-09-29macos: correct SurfaceView supported send/receive types for services (#8790)Mitchell Hashimoto
2025-09-29macos: "new tab" service should set preferred parent to ensure tab (#8784)Mitchell Hashimoto
2025-09-29renderer/opengl: minimum contrast for black sets proper color (#8782)Mitchell Hashimoto
2025-09-29Snap: Do not leak snap variables or snap paths into children (#8771)Mitchell Hashimoto
2025-09-29macos: implement bell-features=border on macOSMitchell Hashimoto
2025-09-29slightly improve logsعبد الرحمن صباهي
2025-09-29macos: bell-features=title works againMitchell Hashimoto
2025-09-29macos: opening filepaths should make proper file URLsMitchell Hashimoto
2025-09-29macos: set initial window in TerminalWindow awakeFromNibMitchell Hashimoto
2025-09-29macos: window-position-x/y are from top-left cornerMitchell Hashimoto
2025-09-29macos: custom progress bar to workaround macOS 26 ProgressView bugs (#8753)Mitchell Hashimoto