SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for vte-lang-20240815.git.ba0b310-26.3.noarch.rpm :

* Sat Aug 17 2024 mantarimayAATTpm.me- Update to version 20240815.git.ba0b310:
* widget: gtk3: a11y: Remove use of language extension
* widget: gtk3: a11y: Fix NULL title
* lib: Include stdint.h where needed
* vte.sh: Preserve exit status
* widget: termprop: Allow NULL value in vte_terminal_get_termprop_value
* widget: termprops: Change vte.shell.postexec termprop to UINT
* vte.sh: Fix function name
* minifont: Use FAST filter for fill pattern
* minifont: Simplify drawing bitmap pattern
* minifont: Add character in comment to pattern data
* Mon Jun 05 2023 bjorn.lieAATTgmail.com- Update to version 0.72.2:
* emulation: Fix infinite loop on non-number OSC 104 param
* widget: Don\'t consume right clicks on gtk4- Drop 24547fb3.patch: Fixed upstream.
* Tue May 09 2023 Bjørn Lie - Add 24547fb3.patch: widget: Don\'t consume right clicks on gtk4.
* Sun Apr 16 2023 bjorn.lieAATTgmail.com- Update to version 0.72.1: + emulation: Fix invalid mouse scroll event on window edge + widget: - Fix compilation - Fix setting clipboard with html data - Fix introspection warnings - Fix cursor blink timeout + Updated translations.
* Mon Mar 20 2023 bjorn.lieAATTgmail.com- Update to version 0.72.0: + fonts: - Keep the PangoLayout unchanged - Keep layout text available for cairo
* Mon Mar 06 2023 bjorn.lieAATTgmail.com- Update to version 0.71.99: + pty: Do not typecast to GSpawnFlags + fonts: Remove unnecessary context change call + widget: - Fix a deprecation warning - gtk4: Hint and quantize font metrics - Fix introspection API - Don\'t consume right clicks on gtk4
* Sun Feb 26 2023 bjorn.lieAATTgmail.com- Update to version 0.71.92: + all: Remove SIXEL support from stable branch + app: - Disconnect signal handlers on dispose - Filter unwanted environment variables + build: - Add define for darwin - Add define for openbsd - Fix netbsd define - Print warning on unstable release - Update meson req version + lib: - Add gresources to vte/gtk4 - Fix spawning on netbsd + missing: Add better fdwalk implementation for darawin + parser: - Add more OSC codes - modes: Mark modes that should not be reset by DECSTR - Update list of known OSC codes + pty: - netbsd fix - Remove useless setenv calls + widget: - Add API to get text as HTML - clipboard: Add missing else - Clipboard fixes for gtk4 - Defer alignment API to next cycle - Ensure the ringview is updated before converting coordinates - Fix value type check - Fix Widget::regex_match_check_at() - gtk4: . Don\'t grab the focus on focus-in . Only notify terminal when focused . Translate control+key events when using multiple layouts - Implement clipboard for gtk4 - Modernise HTML output - Offer text/html also in UTF-8 format - Use correct end row for getting the selected text - Use correct view coordinates + Updated translations.- Rebase vte-enable-build-flag-pie.patch with quilt.
* Tue Feb 14 2023 bjorn.lieAATTgmail.com- Update to version 0.70.3: + widget: - Ensure the ringview is updated before converting coordinates - gtk4: Translate control+key events when using multiple layouts - Use correct end row for getting the selected text- Drop ddb2c8a.patch: Fixed upstream.
* Thu Jan 19 2023 Bjørn Lie - Add ddb2c8a.patch: widget: Use correct end row for getting the selected text. The range is end-exclusive, so use end_row() instead of last_row(). Fixes glgo#GNOME/vte#2584
* Mon Dec 05 2022 dimstarAATTopensuse.org- Update to version 0.70.2:
* widget: Modernise HTML output.
* missing: Add better fdwalk implementation for darawin.
* build: Print warning on unstable release.
* build: Add define for openbsd.
* Updated translations.
* Thu Oct 27 2022 bjorn.lieAATTgmail.com- Update to version 0.70.1: + app: - Disconnect signal handlers on dispose. - Filter unwanted environment variables. + build: - Add define for darwin. - Fix netbsd define. + widget: - Don\'t consume right clicks on gtk4. - Implement clipboard for gtk4.
* Updated translations.
* Fri Sep 16 2022 bjorn.lieAATTgmail.com- Update to version 0.70.0: + build: Post release version bump
* Sun Sep 04 2022 bjorn.lieAATTgmail.com- Update to version 0.69.99: + build: Version 0.69.99 for gnome 43rc + lib: Fix spawning on netbsd + widget: - Fix Widget::regex_match_check_at() - Use correct view coordinates - gtk4: . Only notify terminal when focused . Don\'t grab the focus on focus-in
* Thu Sep 01 2022 Bjørn Lie - Disable glade catalog support via bcond.- Fixup the defines, most importantly name the vte typelib correctly again.
* Tue Aug 09 2022 bjorn.lieAATTgmail.com- Update to version 0.69.92: + all: - Include directly - Remove SIXEL support from stable branch - Don\'t override widget\'s CSS names + bindings: - gir: Change vte/gtk4 gir nsversion - vala: . Add vapi for vte/gtk4 . Remove the test app + build: - Also set _XOPEN_SOURCE - Build fix for netbsd - Bump meson req version to 0.51 - Check for python version - Define __BSD_VISIBLE on freebsd - Define list of libc feature test macros only once - Fix debug build - Make sure __BSD_VISIBLE is defined on freebsd - Remove gtk4 notice - Try to fix pwrite detection on non-glibc systems - Update gtk3 req version - Use an explict python interpreter + docs: - Install toml file to subdir - Port to gi-docgen + fonts: - gtk4: Create a new pango context - Only set language if different to the current language - Pass nullptr for language + glib: - glue: . Include string . Include string_view + lib: - Fix reserved size calculation - Move glib glue code to glib-glue.cc + Revert \"emulation: Support XTVERSION sequence\" + sixel: Remove stray semicolon + spawn: Fix build without CLOSE_RANGE_CLOEXEC + widget: - Add API to get selected text - widget: Add format arg to new API to get selected text - Correct some Since annotations - Defer alignment API to next cycle - Don\'t queue_resize() during allocation - Fix padding borders - Fix some API version tags - gtk4: . Add API to check event context . Don\'t invalidate endlessly . Lower the priority of the style provider . Make background API available on gtk4 . Simplify invalidation tracking - gtk: Make new API naming self-consistent - Ignore synthetic scroll events - Listen for toplevel focus change - Only avoid reentrant queue_resize() in GTK4 - Queue a resize on CSS changes - Remove errneous gtk_widget_allocate call + Update translations.- Rebase vte-enable-build-flag-pie.patch with quilt.- Set bcond to without, build gtk4 support.- Drop gtk-doc and add pkgconfig(gi-docgen) BuildRequires following upstreams port to gi-docgen.
* Sun Mar 27 2022 bjorn.lieAATTgmail.com- Update to version 0.68.0: + spawn: Fix build without CLOSE_RANGE_CLOEXEC + Revert \"emulation: Support XTVERSION sequence\"
* Sat Feb 12 2022 bjorn.lieAATTgmail.com- Update to version 0.67.90: + widget: - Defer alignment API to next cycle - Deprecate VteCharAttributes struct - Deprecate the attributes out-param for vte_terminal_get_text - Fix measure baseline to return -1 + all: Remove SIXEL support from stable branch + sixel: Fix DECGRI for parameter value 0 + build: - Change gtk4 GIR version hack - Assert on non-supported option on stable branch + lib: Remove misplaced inline from function declaration + emulation: Support XTVERSION sequence + parser: Fix comments + fonts: Fix height check + Updated translations.- Disable gtk4 support via bcond. Upstream did not move forward with this support for now.
* Thu Dec 30 2021 bjorn.lieAATTgmail.com- Update to version 0.66.90+git.e32dba1: + build: - Fix check for -fstack-protector
* compiler support - Rework function checks - Fix build with kernel headers from linux < 4.13 + app: - Fix context menu styling - Improve option value description - Add option to set initial title + widget: - Split alignment and fill properties - Fix Since version for new API - Add vte_terminal_paste - Add more precondition checks for vte_pty_spawn_async_with_fds - Correct some API Since: versions - Adjust preedit position to GtkEntry + vala: - Reference of [GtkChild] field is handled by GtkBuilder, type must be unowned - Fix accessibility of constant intializer expression + terminal: - Make CRLF pastification smarter - Make pastification not replace something with nothing - Add tests for text paste transformation + parser: - Fix some control codes - Recognise more commands - modes: Fix DECSDM default value + lib: - Check for close_range function and use it when available - ABI repairs + emulation: - ECMA modes should not be saved by DECSC - Use correct range for DECRQCRA - Docs improvements - Fix xterm window size request response + fonts: - Relax font sanitisation - Improve font bolding - More metrics sanity checks + vte.sh: Fix the check for PROMPT_COMMAND when it is unset + docs: Add index for API new in 0.68 + vte.sh: Use PROMPT_COMMAND as an array when possible + spawn: FD reassignment code tweaks + Updated translations.- Add pkgconfig(gtk4) BuildRequires and pass gtk4=true to meson, build gtk4 widgets. Following this, add new sub-packages typelib-1_0-Vte-2.91-gtk4 and vte-tools-gtk4.
* Sat Dec 04 2021 bjorn.lieAATTgmail.com- Update to version 0.66.2: + parser: Fix some control codes + emulation: - ECMA modes should not be saved by DECSC - Use correct range for DECRQCRA
* Sat Oct 30 2021 bjorn.lieAATTgmail.com- Update to version 0.66.1: + app: Add option to set initial title + vte.sh: Fix the check for PROMPT_COMMAND when it is unset + Updated translations.- Drop vte-silence-COMMAND_PROMPT.patch: Fixed upstream.
* Wed Oct 27 2021 Daike Yu - Add vte-revert-back-to-c++17.patch revert c++20 features back to c++17 to build on SLE/Leap
* Fri Sep 24 2021 Dominique Leuenberger - Add vte-silence-COMMAND_PROMPT.patch: Silence warning when opening terminal about PROMPT_COMMAND being an unknown command.
* Wed Sep 22 2021 bjorn.lieAATTgmail.com- Update to version 0.66.0: + emulation: Fix xterm window size request response. + widget: Adjust preedit position to GtkEntry. + vte.sh: Use PROMPT_COMMAND as an array when possible. + fonts: More metrics sanity checks. + Update translations.
* Thu Sep 16 2021 Stanislav Brabec - Remove obsolete translation-update-upstream support (jsc#SLE-21105).
* Tue Aug 24 2021 dimstarAATTopensuse.org- Update to version 0.65.91: + Port to GTK 4. + all: Remove SIXEL support from stable branch + app: Add debug option to track clipboard targets + app: Add option to use a GtkScrolledWindow + lib: Fix switching encodings + parser: Add new OSC command from xterm 367 + parser: Recognise more commands + sixel: Fix pixel aspect calculation + sixel: Remove ununused tracking of palette modification + sixel: Reset repeat counter when receiving the next command + widget: Add API to make adjustment values pixels + Updated translations.
* Mon Aug 09 2021 Yifan Jiang - BuildRequires python3-dataclasses since SLE 15.4 uses python36 to build.
* Wed Jul 28 2021 Yifan Jiang - Add vte-enable-build-flag-pie.patch: enable PIE flag to be compatible with gcc default linking option. Otherwise build will be failed with current SLE-15-SP4 project setup.
* Mon Jun 07 2021 bjorn.lieAATTgmail.com- Update to version 0.64.2: + widget: Docs fix + Updated translations.
* Fri May 14 2021 dimstarAATTopensuse.org- Update to version 0.64.1: + widget: Move clipboard store from finalize to unrealize. + build: Work around a meson bug with dist scripts in subprojects. + build: Add missing includes.
* Sat Apr 17 2021 dimstarAATTopensuse.org- Update to version 0.64.0: + app: Add debug option to track clipboard targets. + parser: Add new sequence from xterm 362. + pty: Add support for PTY packet mode on sysv-like systems. + app: Fix search next/prev button sensitivity. + app: Use smart pointer. + app: Fix background image drawing. + emulation: sixel: Implement DECSET 1070. + vte.sh: Avoid warnings if shell is configured with \'set -u\'.
* Sat Apr 17 2021 dimstarAATTopensuse.org- Update to version 0.62.1: + Export vte_pty_spawn_finish again. + Post release version bump. + docs: Remove three mistaken little words. + gtk: Allow passing null callback to spawn_async. + lib: Abort when alloc returns nullptr. + parser: HTJ is not a NOP. + pty: Allow null callback for spawn_async. + vte.sh: Avoid warnings if shell is configured with \'set -u\'. + widget: Define text_view_bg in fallback CSS if the theme doesn\'t. + widget: Implement GtkScrollableInterface::get_border. + widget: Reference terminals while processing. + Updated translations.
* Sun Feb 14 2021 gmbr3AATTopensuse.org- Update to version 0.63.91: + all: Remove SIXEL support from stable branch. + lib: Replace deprecated std::is_pod. + parser: - DECBI is NOP. - Add new sequence from xterm 362. - Properly refer to python3. + docs: Add index for API new in 0.64. + build: - Fix build. - Add config.h as dependency to all sources. - Restore glade catalogue. + app: Fork UI files for gtk3. + widget: - Use GdkEvent accessor function. - Implement GtkScrollableInterface::get_border. + Updated translations.- Changes for the restored glade catalogs: + Add glade BuildRequires. + Split out new glade-catalog-vte.
* Sun Feb 14 2021 bjorn.lieAATTgmail.com- Update to version 0.62.3: + keymap: Use int8_t for the length of the short keymap strings + Revert \"lib: Sanitise the passed-in font description\" + Updated translations.
* Sat Jan 09 2021 bjorn.lieAATTgmail.com- Update to version 0.62.2: + widget: - Limit select-all to the writable region not including the scrollback - Fix idle child-exited signal after dispose + app: - Fix search next/prev button sensitivity - Fix background image drawing + lib: - desc is not a smart pointer in 0.62 - Fix unused variable warning when not using getrlimit - Use sysconf on macos to get the upper limit of number of FDs - Sanitise the passed-in font description - Add missing nullable annotation to spawn child setup functions
 
ICM