summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2024-06-29macos: return valid selection rangeMitchell Hashimoto
2024-06-29macos: hacky API to get a CTFont for QuickLookMitchell Hashimoto
2024-06-29core: mouse pressure state and callbacksMitchell Hashimoto
2024-06-07macos: set background opacity/blur on window controller not surfaceMitchell Hashimoto
2024-06-02Allow keybinding arbitrary unicode codepoints (#1814)Mitchell Hashimoto
2024-05-09update font_size to f32 in libghosttyQwerasd
2024-05-04renderer/metal: API to handle macOS display ID changingMitchell Hashimoto
2024-05-04apprt/embedded: add draw now APIMitchell Hashimoto
2024-03-27macos,libghostty: font size is a u8Mitchell Hashimoto
2024-02-12apprt/embedded: add occlusion state callbackMitchell Hashimoto
2024-02-02apprt/embedded: add API for reporting color schemeMitchell Hashimoto
2024-01-21Added plus `+` keyAurélien Cibrario
2024-01-21apprt/embedded: support asking for selection text, existenceMitchell Hashimoto
2024-01-18apprt/embedded: add iOS platform with uivewMitchell Hashimoto
2024-01-18apprt/embedded: fix initialization on macOSMitchell Hashimoto
2024-01-18apprt/embedded: compile for LinuxMitchell Hashimoto
2024-01-16Merge pull request #1316 from qwerasd205/macos-file-handlerMitchell Hashimoto
2024-01-16Added macOS file open handlerQwerasd
2024-01-16macos: detect renderer health failures and show error viewMitchell Hashimoto
2023-12-23apprt/embedded: ghostty_surface_pwdMitchell Hashimoto
2023-12-18fix callback struct ordering, use internal_os.openMitchell Hashimoto
2023-12-17Add settings shortcut on MacOSBorja Clemente
2023-12-13include: add new keycodesMitchell Hashimoto
2023-11-15macos: implement desktop notificationsGregory Anders
2023-11-13macos: filter option in AppKit when option-as-alt setMitchell Hashimoto
2023-11-10core: use ClipboardRequestType instead of ClipboardPromptReasonGregory Anders
2023-11-10macos: add option to prompt user for confirmation on OSC 52 commandsGregory Anders
2023-11-10macos: handle preedit in AppKit, enables Korean inputMitchell Hashimoto
2023-11-07macos: add key binding for equalizing split sizesGregory Anders