summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2025-10-06lib-vt: begin paste utilities exports starting with safe pasteMitchell Hashimoto
2025-10-06lib-vt: split header to be more consumableMitchell Hashimoto
2025-10-06doxygen: integrate examples into documentationMitchell Hashimoto
2025-10-05lib-vt: update documentation with more examplesMitchell Hashimoto
2025-10-05lib-vt: expose key encoding as a C APIMitchell Hashimoto
2025-10-02core: add 'command finished' notificationsJeffrey C. Ollie
2025-09-29lib-vt: document allocatorsMitchell Hashimoto
2025-09-29lib-vt: document main html pageMitchell Hashimoto
2025-09-29lib-vt: OSC data extraction boilerplateMitchell Hashimoto
2025-09-28lib-vt: expose command type enumMitchell Hashimoto
2025-09-27lib-vt: expose ghostty_osc_endMitchell Hashimoto
2025-09-27lib-vt: add the C functions for command inspectionMitchell Hashimoto
2025-09-27lib_vt: osc_next/resetMitchell Hashimoto
2025-09-24chore: sync changes with ghostty_string_sCoderJoshDK
2025-09-24fix: alloc free off by oneCoderJoshDK
2025-09-24lib-vt: update header commentsMitchell Hashimoto
2025-09-24more docsMitchell Hashimoto
2025-09-24remove vt prefixesMitchell Hashimoto
2025-09-24move header into subdirectoryMitchell Hashimoto
2025-09-24some PR feedbackMitchell Hashimoto
2025-09-24lib-vt: docsMitchell Hashimoto
2025-09-24lib-vt: setup a default allocator if nullMitchell Hashimoto
2025-09-24example/c-vtMitchell Hashimoto
2025-09-24lib: allocator interface based on Zig allocatorsMitchell Hashimoto
2025-09-23lib-vt: boilerplate to build a shared objectMitchell Hashimoto
2025-09-02macOS: firstRect should return full rect width/heightMitchell Hashimoto
2025-08-31macOS: Progress bar for OSC9 progress reportsMitchell Hashimoto
2025-08-28macos: when executing a script directly, always wait after commandMitchell Hashimoto
2025-08-26config: change quick terminal size C layout to tagged unionMitchell Hashimoto
2025-08-26macOS: rename c struct, relocate QuickTerminalSize fileFriedrich Stoltzfus
2025-08-26macOS: update zig and c structs for quick terminal sizeFriedrich Stoltzfus
2025-08-26macOS: Add support for quick terminal sizing configurationFriedrich Stoltzfus
2025-08-25parameterize close_tabJeffrey C. Ollie
2025-08-24Close other tabs feature on Mac.jamylak
2025-08-14gtk-ng: add show_on_screen_keyboard bindingLeah Amelia Chen
2025-07-18apprt/gtk-ng: hook up surface renderMitchell Hashimoto
2025-07-17core/gtk: add support for displaying a progress bar with OSC 9;4Jeffrey C. Ollie
2025-07-14cli/gtk: add some more C bitsJeffrey C. Ollie
2025-07-14cli/gtk: replace @hasDecl for performAction-style APIJeffrey C. Ollie
2025-07-11core/gtk: add apprt action to show native GUI warning when child exitsJeffrey C. Ollie
2025-07-09libghostty: export benchmark CLI APIMitchell Hashimoto
2025-07-06macos: open URLs with NSWorkspace APIs instead of `open`Mitchell Hashimoto
2025-07-06Fallback to cross-platform minimal open when apprt is not availableMitchell Hashimoto
2025-07-06core/gtk: open urls using an apprt action instead of doing it directlyJeffrey C. Ollie
2025-07-05macos: support configuration via CLI argumentsMitchell Hashimoto
2025-06-22macOS: Run scripts using stdin rather than executing directlyMitchell Hashimoto
2025-06-21macos: support env vars for surface config, clean up surface configMitchell Hashimoto
2025-06-15apprt/embedded: API to read text can get top left/bottom right coordsMitchell Hashimoto
2025-06-15apprt/embedded: improve text reading APIs (selection, random points)Mitchell Hashimoto
2025-06-07macos: address quick terminal basic functionality with new APIMitchell Hashimoto