Overview

Request 694853 accepted

- Update to version 0.56.1:
+ widget: Cancel autoscroll on ending selecting.
- Update to version 0.56.0:
+ Stable release version bump.
- Update to version 0.55.92:
+ app: Add fullscreen mode.
+ attr: Typo fix.
+ widget: Prevent clipboard callbacks during destruction.
+ emulation: Do not encode keyboard modifiers in X10 mouse mode.
+ Updated translations.
- Update to version 0.55.90:
+ build:
- Add -Wvla.
- Use input file as parameter in box drawing script.
+ devanagari.txt: New test file.
+ parser:
- charset: Mention some more charsets.
- Document some known deviations from VT100.
- Assert that the parser is not in an unknown state.
- Code style fixes.
- cat: Fix clang build error.
+ perf: Add files to EXTRA_DIST.
+ regex: Add vte_regex_substitute.
+ Replace Bugzilla by Gitlab URL in DOAP file.
+ spawn: Fix g_spawn deadlock in a multi-threaded program on
linux.
+ vala: Fix build with vala 0.43+ git master due to empty struct
definition.
+ vteunistr: Add method to concatenate two unistrs.
+ widget:
- Handle spacing combining marks.
- Don't show the cursor occasionally over the scrollback data.
- Disconnect GtkSettings signals in destructor.
- Fix mouse selection to skip trailing unused cells.
- Strip off trailing unused cells in get_text().
- Fix URL recognition after dragging the scrollbar.
- Drop vte-Fix-build-vala-043.patch: Fixed upstream.
- Update to version 0.55.0:
+ all: Fix implicit-fallthrough warnings
+ app: Add new terminal to main menu
+ build: Require C++17
+ cell: Silence an incorrect warning
+ chunk: Remove erroneous std::move calls
+ conv: Fix crash after multiple encoding changes
+ emulation:
- Treat rapid blink like blink
- Make OSC replies with same terminator as request
- Document two more DECSGR values
- Document two DEC private ACS value
- Make dispatch of SCORC symmetrical to SCOSC
- Implement SCOSC/SCORC
- Fix upper coordinate limit for legacy mouse events
+ hyperlink-demo.txt: Prefer ST to BEL
+ lib:
- Fix clang build error
- Make debug assertion conditional on VTE_DEBUG
+ mev: Add noreturn attribute
+ modes: Use parentheses in macro
+ parser:
- glue: Use std::clamp
- charset: Add a DEC private OCS
- Complete SCI infrastructure
- Define SGR enum from include files
- Fix licence template sed job mistake
- Add another sequence
- Improve documentation of XTERM_CHECKSUM_MODE
- Recognise new xterm sequence
- Remove extraneous sequence
- Fix incorrect sequence
- cat:
. Add linter for SGR sequences
. Use the parser glue
. Restructure options parsing
. Code style fixes
. Refactor and implement lint mode
+ regex:
- Check whether PCRE2 was compiled with JIT support
- Only silence warning on GCC
- Silence compiler warning
+ ring: Fix thawing combining accents over a double-wide
character
+ spawn: Add noreturn attribute
+ stream: test: Silence warning
+ tabstops: Cleanup includes
+ tests: Silence unused variable warning
+ utf8:
- Make decoder conform to recommendation on replacement
characters
- Use a symbol for REJECT in the data table
- Reformat data table
+ vte.sh: Revert to C0 controls in OSC sequences
+ widget:
- Rewrite the tracking of selection endpoints
- Convert vte::grid::span to end-exclusive
- Always invalidate entire rows
- Always draw entire rows
- Simplify draw_rows()
- Deprecate vte_terminal_get_text_include_trailing_spaces()
- Disable "bold is bright" by default
- Avoid unnecessary invalidations at hyperlinks
- Clean up overly complex vte_cell_is_between()
- Add missing exception specification
+ Updated translations.
- Add vte-Fix-build-vala-043.patch: Fix build with new vala

Loading...
Request History
Bjørn Lie's avatar

iznogood created request

- Update to version 0.56.1:
+ widget: Cancel autoscroll on ending selecting.
- Update to version 0.56.0:
+ Stable release version bump.
- Update to version 0.55.92:
+ app: Add fullscreen mode.
+ attr: Typo fix.
+ widget: Prevent clipboard callbacks during destruction.
+ emulation: Do not encode keyboard modifiers in X10 mouse mode.
+ Updated translations.
- Update to version 0.55.90:
+ build:
- Add -Wvla.
- Use input file as parameter in box drawing script.
+ devanagari.txt: New test file.
+ parser:
- charset: Mention some more charsets.
- Document some known deviations from VT100.
- Assert that the parser is not in an unknown state.
- Code style fixes.
- cat: Fix clang build error.
+ perf: Add files to EXTRA_DIST.
+ regex: Add vte_regex_substitute.
+ Replace Bugzilla by Gitlab URL in DOAP file.
+ spawn: Fix g_spawn deadlock in a multi-threaded program on
linux.
+ vala: Fix build with vala 0.43+ git master due to empty struct
definition.
+ vteunistr: Add method to concatenate two unistrs.
+ widget:
- Handle spacing combining marks.
- Don't show the cursor occasionally over the scrollback data.
- Disconnect GtkSettings signals in destructor.
- Fix mouse selection to skip trailing unused cells.
- Strip off trailing unused cells in get_text().
- Fix URL recognition after dragging the scrollbar.
- Drop vte-Fix-build-vala-043.patch: Fixed upstream.
- Update to version 0.55.0:
+ all: Fix implicit-fallthrough warnings
+ app: Add new terminal to main menu
+ build: Require C++17
+ cell: Silence an incorrect warning
+ chunk: Remove erroneous std::move calls
+ conv: Fix crash after multiple encoding changes
+ emulation:
- Treat rapid blink like blink
- Make OSC replies with same terminator as request
- Document two more DECSGR values
- Document two DEC private ACS value
- Make dispatch of SCORC symmetrical to SCOSC
- Implement SCOSC/SCORC
- Fix upper coordinate limit for legacy mouse events
+ hyperlink-demo.txt: Prefer ST to BEL
+ lib:
- Fix clang build error
- Make debug assertion conditional on VTE_DEBUG
+ mev: Add noreturn attribute
+ modes: Use parentheses in macro
+ parser:
- glue: Use std::clamp
- charset: Add a DEC private OCS
- Complete SCI infrastructure
- Define SGR enum from include files
- Fix licence template sed job mistake
- Add another sequence
- Improve documentation of XTERM_CHECKSUM_MODE
- Recognise new xterm sequence
- Remove extraneous sequence
- Fix incorrect sequence
- cat:
. Add linter for SGR sequences
. Use the parser glue
. Restructure options parsing
. Code style fixes
. Refactor and implement lint mode
+ regex:
- Check whether PCRE2 was compiled with JIT support
- Only silence warning on GCC
- Silence compiler warning
+ ring: Fix thawing combining accents over a double-wide
character
+ spawn: Add noreturn attribute
+ stream: test: Silence warning
+ tabstops: Cleanup includes
+ tests: Silence unused variable warning
+ utf8:
- Make decoder conform to recommendation on replacement
characters
- Use a symbol for REJECT in the data table
- Reformat data table
+ vte.sh: Revert to C0 controls in OSC sequences
+ widget:
- Rewrite the tracking of selection endpoints
- Convert vte::grid::span to end-exclusive
- Always invalidate entire rows
- Always draw entire rows
- Simplify draw_rows()
- Deprecate vte_terminal_get_text_include_trailing_spaces()
- Disable "bold is bright" by default
- Avoid unnecessary invalidations at hyperlinks
- Clean up overly complex vte_cell_is_between()
- Add missing exception specification
+ Updated translations.
- Add vte-Fix-build-vala-043.patch: Fix build with new vala


GNOME Review Bot's avatar

gnome-review-bot accepted review

Check script succeeded


Dominique Leuenberger's avatar

dimstar accepted review


Dominique Leuenberger's avatar

dimstar approved review


Dominique Leuenberger's avatar

dimstar accepted request

xin+

openSUSE Build Service is sponsored by