summaryrefslogtreecommitdiff
path: root/src/apprt/glfw.zig
AgeCommit message (Expand)Author
2025-07-04Nuke GLFW from OrbitMitchell Hashimoto
2025-06-27core: con't copy App and apprt.AppJeffrey C. Ollie
2025-06-24core, apprt: make runtimes implement resourcesDir directlyLeorize
2025-06-07apprt/glfw,gtk: noop undo/redo actionsMitchell Hashimoto
2025-05-29GTK: add action to show the GTK inspectorJeffrey C. Ollie
2025-05-15Handle check_for_updates as unimplemented actionAaron Ruan
2025-05-09input: remove `physical_key` from the key event (all keys are physical)Mitchell Hashimoto
2025-05-09apprt/glfw: buildsMitchell Hashimoto
2025-05-01Binding for toggling window float on top (macOS only)Mitchell Hashimoto
2025-04-21add toggle command palette bindingMitchell Hashimoto
2025-04-14gtk: implement bellLeah Amelia Chen
2025-03-12apprt/glfw: move darwin enabled const out to top-levelMitchell Hashimoto
2025-03-12Lots of 0.14 changesMitchell 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-13apprt: require envmap for exec-based termioMitchell Hashimoto
2025-02-11apprt/glfw: return false for unimplemented actionsMitchell Hashimoto
2025-02-11core: performAction now returns a boolJeffrey C. Ollie
2025-02-11gtk(x11): set `WINDOWID` env var for subprocessesLeah Amelia Chen
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-04Move app quit to apprt actionMitchell Hashimoto
2025-01-02tweaks to window positionMitchell Hashimoto
2025-01-02chore: rename window-position-{x,y} to window-initial-position-{x,y}Adam Wolf
2025-01-02apprt/glfw: handle setting initial window position when window isAdam Wolf
2025-01-02chore: add missing case in switch statementAdam Wolf
2025-01-02feat(linux): allow setting an intial start positionAdam Wolf
2024-12-11apprt/glfw: add noop keyboardLayout func to satisfy tests and buildsMitchell Hashimoto
2024-11-24config: support loading from "Application Support" directory on macOSKyaw
2024-11-22apprt: remove change conditional state actionMitchell Hashimoto
2024-11-22apprt/glfw: update to new reload config actionMitchell Hashimoto
2024-11-21apprt: add `config_change` actionMitchell Hashimoto
2024-11-19apprt: action to change conditional state, implement for embeddedMitchell 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-25apply review changesaxdank
2024-10-24gui: add move_current_tab actionaxdank
2024-10-18apprt/glfw: exit with invalid CLI argsMitchell Hashimoto
2024-10-18config: richer diagnostics for errorsMitchell Hashimoto
2024-10-09macos: change our minimum version to macOS 13Mitchell Hashimoto
2024-10-08apprt: implement key_sequence actionMitchell 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-27bind: add toggle_tab_overview bindingPaul Berg
2024-09-26libghostty: unified action dispatchMitchell Hashimoto
2024-09-26core: remove more hasdeclsMitchell Hashimoto
2024-09-26core: more actionsMitchell Hashimoto