summaryrefslogtreecommitdiff
path: root/src/Surface.zig
AgeCommit message (Expand)Author
2025-02-13apprt: require envmap for exec-based termioMitchell Hashimoto
2025-02-11core: performAction now returns a boolJeffrey C. Ollie
2025-02-11gtk(x11): set `WINDOWID` env var for subprocessesLeah Amelia Chen
2025-01-22Prevent hyperlink hover state when mouse is outside viewportBryan Lee
2025-01-20use whitespace instead of new flag for selecting full lineotomist
2025-01-14add and use flag for selecting empty lines in the selectLine functionotomist
2025-01-13Handle setting _NET_WM_STATE (#4936)Mitchell Hashimoto
2025-01-11core: clear selection whenever preedit is changedMitchell Hashimoto
2025-01-12Correct IME position calculation with window paddingBryan Lee
2025-01-10chore: rename config value to maximize and move startup logic to proper locationAdam Wolf
2025-01-10apprt/gtk: add toggle_maximize keybind and window-maximize config optionAdam Wolf
2025-01-08Add keybind action `copy_url_to_clipboard`Bryan Lee
2025-01-08Add `close_tab` keybinding action for macOSBryan Lee
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