summaryrefslogtreecommitdiff
path: root/src/config/Config.zig
AgeCommit message (Expand)Author
2025-10-04input: use std.Io.Writer for key encoder, new API, expose via libghosttyMitchell Hashimoto
2025-10-04Remove incorrect note from config docsDaniel Wennberg
2025-10-03Zig 0.15: zig build test Mitchell Hashimoto
2025-10-03core: add 'command finished' notifications (#8992)Mitchell Hashimoto
2025-10-02core: add 'command finished' notificationsJeffrey C. Ollie
2025-10-02fix(config): Make macos-custom-icon null-terminatedDaniel Wennberg
2025-09-30feat: add GHOSTTY_BIN_DIR to path via shell integrationMatthew Hrehirchuk
2025-09-29Rewrite constraint code for improved icon scaling/alignmentDaniel Wennberg
2025-09-29config: modify MouseScrollMultiplier to lean on args parsingMitchell Hashimoto
2025-09-29add: unit tests for MouseScrollMultiplier parsing and formattingToufiq Shishir
2025-09-29feat: enable separate scaling for precision and discrete mouse scrollingToufiq Shishir
2025-09-24config: smarter parsing in autoParseStruct (#8873)Mitchell Hashimoto
2025-09-24fix: file creation when directory already existsCoderJoshDK
2025-09-23config: smarter parsing in autoParseStructJeffrey C. Ollie
2025-09-21start extracting core terminal zig moduleMitchell Hashimoto
2025-09-18documentation: fix MacOSDockDropBehavior valid valuesMatthias von Arx
2025-09-16font-size reloads at runtime if the font wasn't manually setMitchell Hashimoto
2025-09-16config: update theme names in docs (#8655)Mitchell Hashimoto
2025-09-16config: update theme names in docsSimon Olofsson
2025-09-16docs: add lacking version informationカワリミ人形
2025-09-11Add default bindings for the "copy" and "paste" keyboard keys.Yaacov Akiba Slama
2025-09-06config: probable cli should return false on macOS for desktop launchMitchell Hashimoto
2025-09-05apprt/gtk-ng: clean up our single instance, new window interactionsMitchell Hashimoto
2025-09-05gtk-ng: deprecate detection of launch sourceJeffrey C. Ollie
2025-09-05gtk: the Future is NowLeah Amelia Chen
2025-09-05gtk: nuke the legacy apprt from orbitLeah Amelia Chen
2025-09-03config: make default copy_to_clipboard binds performableTim Culverhouse
2025-09-03gtk-ng/wayland: allow more quick terminal configs (#8484)Mitchell Hashimoto
2025-09-03gtk-ng/wayland: allow more quick terminal configsLeah Amelia Chen
2025-09-02feat: add `selection-clear-on-copy` configurationToufiq Shishir
2025-09-02config: bind both physical digit plus unicode digit for `goto_tab`Mitchell Hashimoto
2025-08-31fix: changed default faint-opacity value to 0.5Pavel Ivanov
2025-08-31refactor: move faint-opacity clamping to config finalizationPavel Ivanov
2025-08-31feat: added faint-opacity optionPavel Ivanov
2025-08-26config: add entry for scroll-to-bottomJeffrey C. Ollie
2025-08-26macos: style changes for quick terminal sizingMitchell Hashimoto
2025-08-26config: change quick terminal size C layout to tagged unionMitchell Hashimoto
2025-08-26use decl literals as suggested Friedrich Stoltzfus
2025-08-26macOS: update zig and c structs for quick terminal sizeFriedrich Stoltzfus
2025-08-26macOS: Add support for quick terminal sizing configurationFriedrich Stoltzfus
2025-08-25parameterize close_tabJeffrey C. Ollie
2025-08-23feat: add option to disable the "Reloaded the configuration" notificationdy0gu
2025-08-21macos: have macos-dock-drop-behavior apply to all dropsMitchell Hashimoto
2025-08-21Add macos-dock-drop-folder-behavior configuration optionDavid Keegan
2025-08-21Add support for 'custom' on 'macos_icon' to support a completely custom app iconNicholas Mata
2025-08-19Configurable right click behavior (#8254)Mitchell Hashimoto
2025-08-19feat: add right-click action configurationLuzian Bieri
2025-08-20config: fix accidental codeblock indentsLeah Amelia Chen
2025-08-13gtk-ng add border to bell featuresJeffrey C. Ollie
2025-08-08gtk-ng: add "title bar styles"Jeffrey C. Ollie