summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2024-10-05Make the function/globe key available as a modifier on macOSMitchell Hashimoto
2024-10-02Add action on Zig sideRoland Peelen
2024-09-28rename slide to quick terminalMitchell Hashimoto
2024-09-27core: fix up toggle_slide_terminal action for rebaseMitchell Hashimoto
2024-09-27macos: fix previous/next tab bindings, improve action loggingMitchell Hashimoto
2024-09-27apprt/embedded: add the tab overview to the enumMitchell Hashimoto
2024-09-26libghostty: unified action dispatchMitchell Hashimoto
2024-09-24Tap events, core API to handle global keybindsMitchell Hashimoto
2024-09-23apprt/embedded: API for checking if there are global keybindsMitchell Hashimoto
2024-09-21apprt/macos,gtk: unfocused splits now highlight hovered linksMitchell Hashimoto
2024-09-19macos: enable secure input on password inputMitchell Hashimoto
2024-09-19core: add toggle_secure_input keybindingMitchell Hashimoto
2024-08-19macos: jump to last_tabEduardo Dominguez
2024-08-10macos: implement resize overlayMitchell Hashimoto
2024-07-20Fix build on Xcode 16Justin Su
2024-07-06macos: show URL on OSC8 hoverMitchell Hashimoto
2024-07-01macos: implement ctrl+command+d for quicklook under cursorMitchell Hashimoto
2024-06-30ctrl+click is handled as right-click (with various details)Mitchell Hashimoto
2024-06-30mouse button callbacks returns bool for consumptionMitchell Hashimoto
2024-06-29apprt: convert selection info to a single struct and C APIMitchell Hashimoto
2024-06-29macos: add API to get selection top-left for quicklookMitchell Hashimoto