summaryrefslogtreecommitdiff
path: root/src/Surface.zig
AgeCommit message (Expand)Author
2025-01-08close_tab keybind (gtk apprt only) (#4033)Sabarigirish Manikandan
2025-01-06Fix minimum initial window sizeGeorge Joseph
2025-01-04macos: manual send keyUp event for command keyMitchell Hashimoto
2025-01-04core: add keyEventIsBindingMitchell Hashimoto
2025-01-02update our default bindings that are performableMitchell Hashimoto
2025-01-02Add docs for performableMitchell Hashimoto
2025-01-02Do nothing if action not performed with flagEthan Conneely
2025-01-02copy_to_clipboard return false if not performedEthan Conneely
2024-12-31core: fix windows compile regression from #4021Jeffrey C. Ollie
2024-12-31`write_*_file` actions default to mode 0600Mitchell Hashimoto
2024-12-30surface: don't issue mode 2031 DSR reports when colors are changed by a VT se...Mitchell Hashimoto
2024-12-31Ensure correct coordinate ordering in selection file writeBryan Lee
2024-12-30config: edit opens AppSupport over XDG on macOS, prefers non-empty paths (#4004)Mitchell Hashimoto
2024-12-30surface: handle hyperlinks more reliably (#3903)Mitchell Hashimoto
2024-12-30config: edit opens AppSupport over XDG on macOS, prefers non-empty pathsMitchell Hashimoto
2024-12-30surface: don't issue mode 2031 DSR reports when colors are changed by a VT se...moni-dz
2024-12-29config: add `title_report` (default false) to configure CSI 21 tMitchell Hashimoto
2024-12-29surface: handle hyperlinks more reliablyTim Culverhouse
2024-12-28confirm-close-surface option can be set to always to always require confirmationMohammadi, Erfan
2024-12-21surface: don't early return when clearing hyperlinksmoni
2024-12-11macOS: "option-as-alt" defaults to "true" for US keyboard layoutsMitchell Hashimoto
2024-12-08config: title can reload at runtimeMitchell Hashimoto
2024-12-01fix slow scroll in mouseReportValentin Shinkarev
2024-11-23Merge pull request #2788 from ghostty-org/push-rxpmmzxptqwtMitchell Hashimoto
2024-11-23surface needs to preserve original config working-directoryMitchell Hashimoto
2024-11-23Merge pull request #2771 from ghostty-org/push-quwzwysosskrMitchell Hashimoto
2024-11-22App applies conditional state, supports theme settingMitchell Hashimoto
2024-11-22mode 2031 should send updates on any color palette changeMitchell Hashimoto
2024-11-22apprt: switch to reload_config action that calls update_config APIMitchell Hashimoto
2024-11-21apprt: add `config_change` actionMitchell Hashimoto
2024-11-19apprt: action to change conditional state, implement for embeddedMitchell Hashimoto
2024-11-15Balance padding uses the explicit padding value for grid calculationsMitchell Hashimoto
2024-11-14apprt/embedded: fix new size structMitchell Hashimoto
2024-11-14renderer/metal: use new size structMitchell Hashimoto
2024-11-14termio: change all sizes to the new size typeMitchell Hashimoto
2024-11-14termio: change resize message to use new size structMitchell Hashimoto
2024-11-14core: make surface use only renderer.SizeMitchell Hashimoto
2024-11-13apprt: support a pwd change actionMitchell Hashimoto
2024-11-07terminal: PageList rename "page" to "node" everywhereMitchell Hashimoto
2024-11-05config: add "initial-command" config, "-e" sets thatMitchell Hashimoto
2024-10-31core: only do cursor click to move without a mouse selectionMitchell Hashimoto
2024-10-30macos: rectangle select only requires option + dragMitchell Hashimoto
2024-10-30core: show mouse whenever focus state changes on surfaceMitchell Hashimoto
2024-10-30apprt: rename set_bg/fg to "color_change" to report all color changesMitchell Hashimoto
2024-10-30apprt: propagate OSC10/11 (set term fore/background color) through to apprtCJ van den Berg
2024-10-27core: add a .txt extenstion to scrollback fileJeffrey C. Ollie
2024-10-25macos: make move_tab workMitchell Hashimoto
2024-10-25apply review changesaxdank
2024-10-24gui: add move_current_tab actionaxdank
2024-10-18fix: report correct screen pixel sizeTim Culverhouse