summaryrefslogtreecommitdiff
path: root/src/input
AgeCommit message (Expand)Author
2025-10-05lib-vt: expose key encoding as a C APIMitchell Hashimoto
2025-10-04input: use std.Io.Writer for key encoder, new API, expose via libghosttyMitchell Hashimoto
2025-10-04Move paste encoding to the input package, test, optimize away one allocMitchell Hashimoto
2025-10-03Zig 0.15: zig build test Mitchell Hashimoto
2025-09-25Merge remote-tracking branch 'upstream/main' into jacob/uucodeJacob Sandlund
2025-09-23config: smarter parsing in autoParseStructJeffrey C. Ollie
2025-09-19pr feedback: `get`, remove todos for case_folding_simpleJacob Sandlund
2025-09-18fix up diff from benchmarks, and add tests against ziglyphJacob Sandlund
2025-09-18update uucode and cleanupsJacob Sandlund
2025-09-17Merge remote-tracking branch 'upstream/main' into jacob/uucodeJacob Sandlund
2025-09-16config: fix binding parsing to allow values containing `=`Mitchell Hashimoto
2025-09-15Docs: add undo-timeout configuration setting namedmunozv04
2025-09-06Merge remote-tracking branch 'upstream/main' into jacob/uucodeJacob Sandlund
2025-09-05gtk: the Future is NowLeah Amelia Chen
2025-09-05gtk: nuke the legacy apprt from orbitLeah Amelia Chen
2025-09-01Merge remote-tracking branch 'upstream/main' into jacob/uucodeJacob Sandlund
2025-08-26gtk-ng: implement close_tab:other keybindJeffrey C. Ollie
2025-08-25parameterize close_tabJeffrey C. Ollie
2025-08-24Close other tabs feature on Mac.jamylak
2025-08-21Merge remote-tracking branch 'upstream/main' into jacob/uucodeJacob Sandlund
2025-08-22gtk-ng: allow XKB remaps for non-writing-system keysLeah Amelia Chen
2025-08-17`array`Jacob Sandlund
2025-08-17Merge remote-tracking branch 'upstream/main' into jacob/uucodeJacob Sandlund
2025-08-14gtk-ng: add show_on_screen_keyboard bindingLeah Amelia Chen
2025-08-13case foldingJacob Sandlund
2025-08-12update after refactor (string field config, etc)Jacob Sandlund
2025-08-04apprt/gtk-ng: global shortcutsMitchell Hashimoto
2025-07-06keybind: don't clobber the clipboard if the title is emptyJeffrey C. Ollie
2025-07-06keybind: rename copy_title to copy_title_to_clipboardJeffrey C. Ollie
2025-07-06keybind: add copy_title actionJeffrey C. Ollie
2025-07-06keybind: add set_font_sizeJeffrey C. Ollie
2025-06-29Introduce action for copying into clipboardTroels Thomsen
2025-06-25config: add `command-palette-entry` config optionLeah Amelia Chen
2025-06-21Add FreeBSD support-k
2025-06-08macOS: Undo/Redo for changes to windows, tabs, and splits (#7535)Mitchell Hashimoto
2025-06-07input: parse binds containing equal signs correctly (#7544)Mitchell Hashimoto
2025-06-08input: parse binds containing equal signs correctlyLeah Amelia Chen
2025-06-07Make undo/redo app-targeted so it works with no windowsMitchell Hashimoto
2025-06-07add undo/redo keybindings, default them on macOSMitchell Hashimoto
2025-06-05input: add focus split directional commands to command paletteMitchell Hashimoto
2025-06-04core: document keybind actions betterLeah Amelia Chen
2025-05-30GTK: add action to show the GTK inspector (#7468)Mitchell Hashimoto
2025-05-29input: "ignore" binding action are still be processed by the OS/GUIMitchell Hashimoto
2025-05-29GTK: add action to show the GTK inspectorJeffrey C. Ollie
2025-05-26style: use decl literalsQwerasd
2025-05-24add cut/copy/paste keysJörg Thalheim
2025-05-16gtk: implement command palette (#7167)Leah Amelia Chen
2025-05-15gtk: implement command paletteLeah Amelia Chen
2025-05-15macos: add "Check for Updates" action, menu item & key-binding supportAaron Ruan
2025-05-12input: add backwards compatible alias for `plus` to `+`Mitchell Hashimoto