summaryrefslogtreecommitdiff
path: root/src/Surface.zig
AgeCommit message (Expand)Author
2025-10-10Set title as argv[0] for commands specified with `-e` (#9121)Bruno BELANYI
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-03flush output for our builddata executableMitchell Hashimoto
2025-10-03fix up merge conflictsMitchell Hashimoto
2025-10-03Zig 0.15: zig build GTK exeMitchell Hashimoto
2025-10-02address review commentsJeffrey C. Ollie
2025-10-02core: add 'command finished' notificationsJeffrey C. Ollie
2025-09-29feat: enable separate scaling for precision and discrete mouse scrollingToufiq Shishir
2025-09-16selection scrolling should only depend on y valueMitchell Hashimoto
2025-09-16font-size reloads at runtime if the font wasn't manually setMitchell Hashimoto
2025-09-11terminal: update parser to use new color parser and stream handlerMitchell Hashimoto
2025-09-02feat: add `selection-clear-on-copy` configurationToufiq Shishir
2025-09-02macOS: firstRect should return full rect width/heightMitchell Hashimoto
2025-08-26surface: store entire scroll-to-bottom structJeffrey C. Ollie
2025-08-26surface: implement scroll-to-bottom=keystrokeJeffrey C. Ollie
2025-08-26scroll: round up fractional mouse scroll ticksJohn Drouhard
2025-08-25parameterize close_tabJeffrey C. Ollie
2025-08-24Close other tabs feature on Mac.jamylak
2025-08-22core: avoid possible deadlock in right-click-action paste actionsMitchell Hashimoto
2025-08-22removed boolean logic, reverted back to ctrlOrSuper callAlex
2025-08-22Removed boolean logic, reverted back to ctrlOrSuper callAlex
2025-08-22fix: make regular URLs work with either ctrl or super modifiersAlex Straight
2025-08-22fix: copy_url_to_clipboard copies full OSC8 URL instead of single characterAlex Straight
2025-08-19macos: show copy menu item if selection start is outside viewportMitchell Hashimoto
2025-08-19feat: add right-click action configurationLuzian Bieri
2025-08-15refactor: extract clipboard setting logic into `copySelectionToClipboards` fu...Luzian Bieri
2025-08-14gtk-ng: add show_on_screen_keyboard bindingLeah Amelia Chen
2025-07-21apprt/gtk-ng: mouse over link to show tooltipMitchell Hashimoto
2025-07-18apprt/gtk-ng: hook up surface initializationMitchell Hashimoto
2025-07-17core/gtk: add support for displaying a progress bar with OSC 9;4Jeffrey C. Ollie
2025-07-17Surface: use rect selection state when setting selection on releaseChris Marchesi
2025-07-11show child exited: return a boolean if native GUI is shownJeffrey C. Ollie
2025-07-11core/gtk: add apprt action to show native GUI warning when child exitsJeffrey C. Ollie
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-06keybind: add copy_title_to_clipboard action (#7833)Jeffrey C. Ollie
2025-07-06keybind: don't clobber the clipboard if the title is emptyJeffrey C. Ollie
2025-07-06Add link-previews option (#7831)Mitchell Hashimoto
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-07-06Add link-previews optionGregory Anders
2025-07-04On wait-after-command (or abnormal exit), only close on encoded keyMitchell Hashimoto
2025-07-01Update src/Surface.zigMitchell Hashimoto
2025-07-01Fix abnormal exit detection on macOSMitchell Hashimoto
2025-06-30various cleanups around scroll timersMitchell Hashimoto
2025-06-30surface: add timer-based scrolling during selectionmoni-dz
2025-06-29Introduce action for copying into clipboardTroels Thomsen
2025-06-27Move child exit handling logic to apprt threadMitchell Hashimoto