summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2025-06-07add undo/redo keybindings, default them on macOSMitchell Hashimoto
2025-05-29GTK: add action to show the GTK inspectorJeffrey C. Ollie
2025-05-24add cut/copy/paste keysJörg Thalheim
2025-05-15macos: add "Check for Updates" action, menu item & key-binding supportAaron Ruan
2025-05-10fix testsMitchell Hashimoto
2025-05-09apprt/gtk: buildMitchell Hashimoto
2025-05-09macOS: buildMitchell Hashimoto
2025-05-07core: add context menu keyJeffrey C. Ollie
2025-05-01Binding for toggling window float on top (macOS only)Mitchell Hashimoto
2025-04-25Add config color palette C bindingsFriedrich Stoltzfus
2025-04-22move command filtering into apprtMitchell Hashimoto
2025-04-21add toggle command palette bindingMitchell Hashimoto
2025-04-21libghostty: add API for getting commandsMitchell Hashimoto
2025-04-21input: defind Command struct and default commandsMitchell Hashimoto
2025-04-17macOS/libghostty: rework keyboard input handlingMitchell Hashimoto
2025-04-14gtk: implement bellLeah Amelia Chen
2025-03-07add ghostty_translate C APIMitchell Hashimoto
2025-03-06gtk: add separate close_window apprt actionLeah Amelia Chen
2025-02-28Introduce `reset_window_size` keybinding and apprt actionMitchell Hashimoto
2025-02-14Add tab title rename feature to macosAswin M Prabhu
2025-02-13macos: add `padded-notch` option for `macos-non-native-fullscreen`Mitchell Hashimoto
2025-02-11apprt/embedded: make performAction return the performable stateMitchell Hashimoto
2025-01-13Handle setting _NET_WM_STATE (#4936)Mitchell Hashimoto
2025-01-13Fix backslash comment in ghostty.hAndreas Skielboe
2025-01-10apprt/gtk: add toggle_maximize keybind and window-maximize config optionAdam Wolf
2025-01-08close_tab keybind (gtk apprt only) (#4033)Sabarigirish Manikandan
2025-01-04macos: handle overridden system bindings with no focused windowMitchell Hashimoto
2025-01-04Key events return boolean if handledMitchell Hashimoto
2025-01-04core: add keyEventIsBindingMitchell Hashimoto
2025-01-04Move app quit to apprt actionMitchell Hashimoto
2024-12-27Rename `goto_split` top/bottom directions to up/down.Daniel Patterson
2024-12-21config: macos-icon configurationsMitchell Hashimoto
2024-12-21config: change color to a defined C struct for libghosttyMitchell Hashimoto
2024-11-22App applies conditional state, supports theme settingMitchell Hashimoto
2024-11-22apprt: remove change conditional state actionMitchell Hashimoto
2024-11-22apprt: switch to reload_config action that calls update_config APIMitchell Hashimoto
2024-11-21config: C API ghostty_config_cloneMitchell Hashimoto
2024-11-21apprt: add `config_change` actionMitchell Hashimoto
2024-11-19apprt: action to change conditional state, implement for embeddedMitchell Hashimoto
2024-11-13libghostty: remove the pwd functionMitchell Hashimoto
2024-11-13apprt: support a pwd change actionMitchell 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-25macos: make move_tab workMitchell Hashimoto
2024-10-18c: remove the config load string APIMitchell Hashimoto
2024-10-18config: richer diagnostics for errorsMitchell Hashimoto
2024-10-08apprt: implement key_sequence actionMitchell Hashimoto
2024-10-07macos: become aware of new split directions left and upMitchell Hashimoto
2024-10-07macos: remove the ability to bind fn/globeMitchell Hashimoto
2024-10-06apprt/embedded: add ghostty_app_set_focusMitchell Hashimoto