2 Commits

Author SHA256 Message Date
43c13cd6b9 Accepting request 1293575 from home:sbradnick:branches:X11:terminals
- Update to 0.42.2:
  * A new protocol extension to notify terminal programs that have turned on
    SGR Pixel mouse reporting when the mouse leaves the window (#8808)
    - https://sw.kovidgoyal.net/kitty/misc-protocol/#mouse-leave-window
  * clipboard kitten: Can now optionally take a password to avoid repeated
    permission prompts when accessing the clipboard. Based on a protocol
    extension. (#8789)
    - https://sw.kovidgoyal.net/kitty/clipboard/#clipboard-repeated-permission
  * A new launch --hold-after-ssh to not close a launched window that connects
    directly to a remote host because of launch --cwd=current when the
    connection ends (#8807)
    - https://sw.kovidgoyal.net/kitty/launch/#cmdoption-launch-hold-after-ssh
    - https://sw.kovidgoyal.net/kitty/launch/#cmdoption-launch-cwd
  * Fix remember_window_position not working because of a stupid typo (#8646)
    - https://sw.kovidgoyal.net/kitty/conf/#opt-kitty.remember_window_position
  * A new kitty --grab-keyboard that can be used to grab the keyboard so that
    global shortcuts are sent to kitty instead
    - https://sw.kovidgoyal.net/kitty/invocation/#cmdoption-kitty-grab-keyboard
  * Remote control: Fix holding a remote control socket open causing the kitty
    I/O thread to go into a loop and not respond on other remote control
    sockets (#8670)
  * hints kitten: Preserve line breaks when the hint is over a line
    break (#8674)
  * Fix a segfault when using the copy_ansi_to_clipboard action (#8682)
    - https://sw.kovidgoyal.net/kitty/actions/#action-copy_ansi_to_clipboard
  * Fix a crash when using linear easing curves for animations (#8692)
  * Graphics protocol: Add a note clarifying image update behavior on
    re-transmission (#8701)
  * Wayland GNOME: Fix incorrect OS Window tracking because GNOME has started
    activating windows on non-current workspaces (#8716)

OBS-URL: https://build.opensuse.org/request/show/1293575
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/kitty?expand=0&rev=190
2025-07-16 06:17:14 +00:00
356d18e8cb Accepting request 1140000 from home:sbradnick:branches:X11:terminals
- i586 builds fail with -fcf-protection=full (seems to be default);
  setting to -fcf-protection=none with CFLAGS export

- Removing go-buildmode-pie.diff and optional-disable-docs.diff; replacing
  with buildmode-and-skip_docs.diff which should be an easier path going
  forward to disabling 'make docs' from setup.py
- Update to 0.32.0:
  * Conditional mappings depending on the state of the focused window
  * Support for Modal mappings such as in modal editors like vim
  * A new option notify_on_cmd_finish to show a desktop notification
    when a long running command finishes (#6817)
  * A new action send_key to simplify mapping key presses to other
    keys without needing send_text
  * Allow focusing previously active OS windows via nth_os_window (#7009)
  * Wayland: Fix a regression in the previous release that broke copying
    to clipboard under wl-roots based compositors in some circumstances (#6890)
  * macOS: Fix some combining characters not being rendered (#6898)
  * macOS: Fix returning from full screen via the button when the titlebar
    is hidden not hiding the buttons (#6883)
  * macOS: Fix newly created OS windows not always appearing on the
    "active" monitor (#6932)
  * Font fallback: Fix the font used to render a character sometimes dependent
    on the order in which characters appear on screen (#6865)
  * panel kitten: Fix rendering with non-zero margin/padding in
    kitty.conf (#6923)
  * kitty keyboard protocol: Specify the behavior of the modifier bits during
    modifier key events (#6913)
  * Wayland: Enable support for the new cursor-shape protocol so that the
    mouse cursor is always rendered at the correct size in compositors that
    support this protocol (#6914)

OBS-URL: https://build.opensuse.org/request/show/1140000
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/kitty?expand=0&rev=135
2024-01-19 18:04:25 +00:00