Revisions of kitty

buildservice-autocommit accepted request 1177970 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 154)
baserev update by copy to link target
Scott Bradnick's avatar Scott Bradnick (sbradnick) accepted request 1177969 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 153)
- Update to 0.35.1:
  * Wayland: Fix a regression in 0.34 that caused the tab bar to not render in
    second and subsequent OS Windows under Hyprland (#7413)
  * Fix a regression in the previous release that caused horizontal scrolling
    via touchpad in fullscreen applications to be reversed on non-Wayland
    platforms (#7475, #7481)
  * Fix a regression in the previous release causing an error when setting
    background_opacity to zero (#7483)
  * Image display: Fix cursor movement and image hit region incorrect for
    image placements that specify only a number of rows or columns to display
    in (#7479)
buildservice-autocommit accepted request 1176861 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 152)
baserev update by copy to link target
Scott Bradnick's avatar Scott Bradnick (sbradnick) accepted request 1176860 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 151)
- Updating vendor.tar.gz

- Update to 0.35.0:
  * kitten @ run: A new remote control command to run a process on the machine
    kitty is running on and get its output (#7429)
  * notify_on_cmd_finish: Show the actual command that was finished (#7420)
  * hints kitten: Allow clicking on matched text to select it in addition to
    typing the hint
  * Shell integration: Make the currently executing cmdline available as a
    window variable in kitty
  * paste_actions: Fix replace-newline not working with confirm (#7374)
  * Graphics: Fix aspect ratio of images not being preserved when only a
    single dimension of the destination rectangle is specified (#7380)
  * focus_visible_window: Fix selecting with mouse click leaving keyboard
    in unusable state (#7390)
  * Wayland: Fix infinite loop causing bad performance when using IME via
    fcitx5 due to a change in fcitx5 (#7396)
  * Desktop notifications protocol: Add support for specifying urgency
  * Improve rendering of Unicode shade character to avoid Moire
    patterns (#7401)
  * kitten @ send-key: Fix some keys being sent in kitty keyboard protocol
    encoding when not using socket for remote control
  * Dont clear selections on erase in screen commands unless the erased
    region intersects a selection (#7408)
  * Wayland: save energy by not rendering “suspended” windows on compositors
    that support that
  * Allow more types of alignment for placement_strategy (#7419)
  * Add some more box-drawing characters from the “Geometric shapes”
    Unicode block (#7433)
  * Linux: Run all child processes in their own systemd scope to prevent the
buildservice-autocommit accepted request 1169218 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 150)
baserev update by copy to link target
Scott Bradnick's avatar Scott Bradnick (sbradnick) accepted request 1169204 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 149)
- Update to 0.34.1:
  * Wayland KDE: Fix window background blur not adapting when window is grown.
    Also fix turning it on and off not working. (#7351)
  * Wayland GNOME: Draw the titlebar buttons without using a font (#7349)
  * Fix a regression in the previous release that caused incorrect font
    selection when using variable fonts on Linux (#7361)
buildservice-autocommit accepted request 1167826 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 148)
baserev update by copy to link target
Scott Bradnick's avatar Scott Bradnick (sbradnick) accepted request 1167821 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 147)
- Update to 0.34.0:
    * Wayland: panel kitten: Add support for drawing desktop background and bars
      using the panel kitten for all compositors that support the requisite
      Wayland protocol which is practically speaking all of them but GNOME (#2590)
    * Show a small scrollback indicator along the right window edge when
      viewing the scrollback to keep track of scroll position (#2502)
    * Wayland: Support fractional scales so that there is no wasted drawing at
      larger scale followed by resizing in the compositor
    * Wayland KDE: Support background_blur
    * Wayland GNOME: The window titlebar now has buttons to
      minimize/maximize/close the window
    * Wayland GNOME: The window titlebar color now follows the system
      light/dark color scheme preference, see wayland_titlebar_color
    * Wayland KDE: Fix mouse cursor hiding not working in Plasma 6 (#7265)
    * Wayland IME: Fix a bug with handling synthetic keypresses generated by
      ZMK keyboard + fcitx (#7283)
    * A new option terminfo_type to allow passing the terminfo database
      embedded into the TERMINFO env var directly instead of via a file
    * Mouse reporting: Fix drag release event outside the window not being
      reported in legacy mouse reporting modes (#7244)
    * macOS: Fix a regression in the previous release that broke rendering of
      some symbols on some systems (#7249)
    * Fix handling of tab character when cursor is at end of line and wrapping
      is enabled (#7250)
    * Splits layout: Fix move_window_forward not working (#7264)
    * macOS: Fix an abort due to an assertion when a program tries to set an
      invalid window title (#7271)
    * fish shell integration: Fix clicking at the prompt causing
      autosuggestions to be accepted, needs fish >= 3.8.0 (#7168)
    * Linux: Fix for a regression in 0.32.0 that caused some CJK fonts to not
buildservice-autocommit accepted request 1160399 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 146)
baserev update by copy to link target
Scott Bradnick's avatar Scott Bradnick (sbradnick) accepted request 1160398 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 145)
- Update to 0.33.1:
  * Fix a regression in the previous release that caused requesting data from
    the clipboard via OSC 52 to instead return data from the primary
    selection (#7213)
  * Splits layout: Allow resizing until one of the halves in a split is
    minimally sized (#7220)
  * macOS: Fix text rendered with fallback fonts not respecting bold/italic
    styling (#7241)
  * macOS: When CoreText fails to find a fallback font for a character in the
    first Private Use Unicode Area, preferentially use the NERD font, if
    available, for it (#6043)
buildservice-autocommit accepted request 1158244 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 144)
baserev update by copy to link target
Scott Bradnick's avatar Scott Bradnick (sbradnick) accepted request 1158242 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 143)
- 'pkgconfig(simde)' is now available in TW; adding updated go vendor tarball
- Setting 'BuildRequires: go >= 1.22'

- Adding 'BuildRequires: pkgconfig(simde)'
- Update to 0.33.0:
  * Cheetah speed with a redesigned render loop and a 2x faster escape code
    parser that uses SIMD CPU vector instruction to parse data in
    parallel (#7005)
  * A new benchmark kitten (kitten __benchmark__) to measure terminal
    throughput performance
  * Graphics protocol: Add a new delete mode for deleting images whose ids
    fall within a range. Useful for bulk deletion (#7080)
  * Keyboard protocol: Fix the Enter, Tab and Backspace keys generating
    spurious release events even when report all keys as escape codes is
    not set (#7136)
  * macOS: The command line args from macos-launch-services-cmdline are now
    prefixed to any args from open --args rather than overwriting them (#7135)
  * Allow specifying where the new tab is created for detach_window (#7134)
  * hints kitten: The option to set the text color for hints now allows
    arbitrary colors (#7150)
  * icat kitten: Add a command line argument to override terminal window size
    detection (#7165)
  * A new action toggle_tab to easily switch to and back from a tab with a
    single shortcut (#7203)
  * When clearing terminal add a new type to_cursor_scroll which can be used
    to clear to prompt while moving cleared lines into the scrollback
  * Fix a performance bottleneck when dealing with thousands of small
    images (#7080)
  * kitten @ ls: Return the timestamp at which the window was created (#7178)
  * hints kitten: Use default editor rather than hardcoding vim to open file
buildservice-autocommit accepted request 1151111 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 142)
baserev update by copy to link target
buildservice-autocommit accepted request 1146216 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 140)
baserev update by copy to link target
Scott Bradnick's avatar Scott Bradnick (sbradnick) accepted request 1146215 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 139)
- Update to 0.32.2:
  * kitten @ load-config: Allow (re)loading kitty.conf via remote control
  * Remote control: Allow running mappable actions via remote control
    (kitten @ action)
  * kitten @ send-text: Add a new option to automatically wrap the sent text
    in bracketed paste escape codes if the program in the destination window
    has turned on bracketed paste.
  * Fix a single key mapping not overriding a previously defined multi-key mapping
  * macOS: Fix kitten @ select-window leaving the keyboard in a partially
    functional state (#7074)
  * Graphics protocol: Improve display of images using Unicode placeholders or
    row/column boxes by resizing them using linear instead of nearest neighbor
    interpolation on the GPU (#7070)
  * When matching URLs use the definition of legal characters in URLs from the
    WHATWG spec rather than older standards (#7095)
  * hints kitten: Respect the kitty url_excluded_characters option (#7075)
  * macOS: Fix an abort when changing OS window chrome for a full screen window
    via remote control or the themes kitten (#7106)
  * Special case rendering of some more box drawing characters using shades from
    the block of symbols for legacy computing (#7110)
  * A new close_other_os_windows to close non active OS windows (#7113)
buildservice-autocommit accepted request 1141769 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 138)
baserev update by copy to link target
Scott Bradnick's avatar Scott Bradnick (sbradnick) accepted request 1141768 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 137)
- #gh/kovidgoyal/kitty/7026 may have fixed -fcf-protection issue for i586
- Update to 0.32.1:
  * macOS: Fix a regression in the previous release that broke overriding
    keyboard shortcuts for actions present in the global menu bar (#7016)
  * Fix a regression in the previous release that caused multi-key
    sequences to not abort when pressing an unknown key (#7022)
  * Fix a regression in the previous release that caused
    kitten @ launch --cwd=current to fail over SSH (#7028)
  * Fix a regression in the previous release that caused
    kitten @ send-text with a match tab parameter to send text twice to
    the active window (#7027)
  * Fix a regression in the previous release that caused overriding of
    existing multi-key mappings to fail (#7044, #7058)
  * Wayland+NVIDIA: Do not request an sRGB output buffer as a bug in Wayland
    causes kitty to not start (#7021)
buildservice-autocommit accepted request 1140006 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 136)
baserev update by copy to link target
Scott Bradnick's avatar Scott Bradnick (sbradnick) accepted request 1140000 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 135)
- 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)
Displaying revisions 1 - 20 of 154
openSUSE Build Service is sponsored by