summaryrefslogtreecommitdiff
path: root/src/apprt/embedded.zig
AgeCommit message (Expand)Author
2025-10-03Zig 0.15: zig build test macOSMitchell Hashimoto
2025-09-05apprt/gtk-ng: clean up our single instance, new window interactionsMitchell Hashimoto
2025-09-05gtk-ng: deprecate detection of launch sourceJeffrey C. Ollie
2025-09-02macOS: firstRect should return full rect width/heightMitchell Hashimoto
2025-08-28some typosMitchell Hashimoto
2025-08-28macos: when executing a script directly, always wait after commandMitchell Hashimoto
2025-07-19core: remove Surface.shouldCloseMitchell Hashimoto
2025-07-19Fully remove the redrawSurface APIMitchell Hashimoto
2025-07-18apprt/gtk-ng: hook up surface initializationMitchell Hashimoto
2025-07-14cli/gtk: move IPC/sendIPC to App/performIpcJeffrey C. Ollie
2025-07-14cli/gtk: replace @hasDecl for performAction-style APIJeffrey C. Ollie
2025-07-14cli/gtk: move actual IPC code tp apprtJeffrey C. Ollie
2025-07-05macos: support configuration via CLI argumentsMitchell Hashimoto
2025-07-04Nuke GLFW from OrbitMitchell Hashimoto
2025-06-27reintroduce App.createMitchell Hashimoto
2025-06-27embedded: fix core app initJeffrey C. Ollie
2025-06-27core: con't copy App and apprt.AppJeffrey C. Ollie
2025-06-24core, apprt: make runtimes implement resourcesDir directlyLeorize
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-21macos: starting to work on new libghostty data modelsMitchell 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
2025-06-02config: add launched-from to specify launch sourceMitchell Hashimoto
2025-05-26style: use decl literalsQwerasd
2025-05-09input: remove `physical_key` from the key event (all keys are physical)Mitchell Hashimoto
2025-05-09macOS: buildMitchell Hashimoto
2025-05-07core: fixup callconv(.C) -> callconv(.c)Jeffrey C. Ollie
2025-04-21libghostty: add API for getting commandsMitchell Hashimoto
2025-04-17macOS/libghostty: rework keyboard input handlingMitchell Hashimoto
2025-04-10config: allow commands to specify whether they shell expand or notMitchell Hashimoto
2025-03-19apprt/embedded: utf8 encoding buffer lifetime must extend beyond callMitchell Hashimoto
2025-03-12Lots of 0.14 changesMitchell Hashimoto
2025-03-09macOS: only set LANGUAGE for app bundle, do not inherit in termio envMitchell Hashimoto
2025-02-13apprt/embedded: proper consumed modifier state for ctrl keysMitchell Hashimoto
2025-02-13Revert "macos: don't remove ctrl modifier for text input"Mitchell Hashimoto
2025-02-13apprt: require envmap for exec-based termioMitchell Hashimoto
2025-02-13macos: don't remove ctrl modifier for text inputMitchell Hashimoto
2025-02-11apprt/embedded: make performAction return the performable stateMitchell Hashimoto
2025-02-11core: performAction now returns a boolJeffrey C. Ollie
2025-02-11gtk(x11): set `WINDOWID` env var for subprocessesLeah Amelia Chen
2025-02-03macOS: binding checks should never trigger preedit callbacksMitchell Hashimoto
2025-01-23Prevent hyperlink hover state when mouse is outside viewport (#5267)Mitchell Hashimoto
2025-01-23cli: allow renaming config fields to maintain backwards compatibilityMitchell Hashimoto
2025-01-22Prevent hyperlink hover state when mouse is outside viewportBryan Lee
2025-01-08macos: Handle ctrl characters in IME inputMitchell Hashimoto
2025-01-05config: allow booleans for `background-blur-radius`Leah Amelia Chen
2025-01-04macos: handle overridden system bindings with no focused windowMitchell Hashimoto
2025-01-04Key events return boolean if handledMitchell Hashimoto