[vte] Created tag 0.61.90



The unsigned tag '0.61.90' was created.

Tagger: Christian Persch <chpe src gnome org>
Date: 1596916558 +0200

    Version 0.61.90
    
    Git-EVTag-v0-SHA512: 
2e11eecf80fe81033e56fe1b6c3e6da7aecf5dc920acb868d9a410b01ea1dcc01c13de034fdf0ad2320a2b6841f6852bf198be9023b6886e68e969c4776db9ac

Changes since the last tag '0.59.92':

Asier Sarasua Garmendia (1):
      Update Basque translation

Aurimas Černius (1):
      Updated Lithuanian translation

Benjamin Berg (1):
      systemd: Place vte into app.slice rather than apps.slice

Christian Persch (119):
      Post branch version bump
      bindings: gir: Fix VtePty
      build: Keep files list sorted
      app: Add test for vte_terminal_feed_child
      app: Add mode to test operation without a PTY
      app: Fix --no-pty mode thinko
      widget: Emit the ::commit signal even when the terminal has no PTY
      bindings: gir: Add missing file to extract source comments and annotations from
      docs: Add regex flag requirements
      docs: Add regex flag requirements
      app: Add options to use theme colours
      lib: Fix exception thrown from std::clamp
      glib: glue: Set source names for debug
      docs: Add index for API new in 0.60
      all: Fix the build without ICU
      widget: Set error from vte_terminal_set_encoding when built without ICU
      lib: Fix switching between legacy encodings
      icu: glue: Set error callback on the from-unicode conversion
      lib: Rename some helper classes
      lib: Make FD helper class less magic
      pty: Split getting PTY peer FD out of child setup
      pty: Add link to some docs
      pty: Don't fail init when passed a cancellable
      spawn: Remove unused functionality
      spawn: Whitespace cleanup
      spawn: Remove unused functionality
      spawn: Remove unused code
      spawn: Remove unused error cases
      spawn: Always set FDs CLOEXEC
      spawn: Remove unused parameter and variables
      spawn: Remove unnecessary code
      spawn: Use GIOErrorEnum errors to translate errno
      pty: spawn: Mask vte additions to GSpawnFlags
      docs: Add index for API new in 0.62
      spawn: Rework spawning
      pty: Call grantpt/unlockpt when opening the PTY
      spawn: Allow passing file descriptors to the child process
      lib: Move fdwalk fallback implementation to its own file
      lib: Move utility function to the file of its only caller
      lib: Remove duplicated code
      lib: Move impl for missing libc function to missing.cc
      lib: Make argv precondition check tighter
      app: Use utility function
      lib: Remove unused function
      spawn: Remove leftover assertions
      spawn: Remove unused member variables
      icu: Add early return for no-change to set_encoding
      widget: Add introspectable variant of vte_terminal_event_check_regex_simple
      widget: Fix some goi annotations
      widget: Only set out param on success
      widget: Fix assertion failure in vte_terminal_event_check_regex_array
      widget: Also set n_regexes out param on early return
      widget: Also set n_matches out param when returning nullptr
      widget: Set out param only once
      spawn: Add envv precondition check
      spawn: Tighten envv precondition check
      spawn: Remove debug leftovers
      spawn: Don't try to call null callback
      glib: glue: Use correct cast
      spawn: Use g_get_environ
      spawn: Don't change PWD when no cwd is given
      spawn: Use nullptr not NULL
      spawn: Fix double-calling of the child setup data destructor
      spawn: Remove inaccurate comment
      widget: Notify correct property when setting the scroll-on-keystroke
      parser: Add DECFNK sequence
      lib: Meta really is Alt
      widget: Add wrapper class for key events
      widget: Focus events have no modifier state
      widget: Remove unused function
      widget: Add wrapper class for mouse events
      widget: No need to pass focus events to Terminal
      widget: Fix debug output to use the event wrapper
      widget: Move keymap translation to Widget
      widget: Continue treating Meta as Alt
      widget: Move signal emission to the widget
      widget: Move style update handler to Widget
      widget: Move grab focus method to Widget
      widget: Move retrieving gtk settings to Widget
      widget: Remove extraneous unmap
      widget: Make mouse scroll handler return bool
      spawn: Use unique_ptr for child setup data
      spawn: Check for explicit systemd requirement
      terminal: Adjust variable type
      glib: glue: Mark some methods as noexcept
      libc: glue: Make FD self-assignment safe
      libc: glue: Make FD operators noexcept
      libc: glue: Implement swap for FD
      build: Drop -fno-exceptions -fno-rtti
      lib: Ensure no exceptions escape from the C API
      lib: Fix the build with debug disabled
      lib: Improve exception error message without debug enabled
      all: Remove cruft
      draw: C++ify
      draw: C++ify
      draw: Use DrawingContext directly
      draw: Remove unnecessary out param checks
      draw: Move struct _vte_draw_text_request into DrawingContext
      draw: Move struct unistr_info into FontInfo class
      draw: Pass ownership of references through RefPtr
      draw: Move FontInfo to its own file
      draw: Move custom drawing code into its own class
      draw: Move public define to the only file where it is used
      draw: Move public define to the only file where it is used
      draw: Move remaining class into new file
      draw: Use attr in public functions instead of font style
      lib: Improve smart pointers
      emulation: Fix EL 0 after cursor movement
      build: Use -Bsymbolic when available
      spawn: Async-signal-safety fixes
      spawn: Error out when it is impossible to close all file descriptors
      all: Replace %m with %s and g_strerror()
      app: Add option to disable window decorations
      app: Add option to load extra CSS from a file
      draw: Fix a thinko
      pty: Fix typo
      widget: Add API to get features as flags
      Version 0.61.90
      widget: Redraw when en/disabling SIXEL

Danial Behzadi (1):
      Update Persian translation

Daniel Mustieles (1):
      Updated Spanish translation

Debarshi Ray (1):
      widget: Improve legibility by using the appropriate background color

Egmont Koblinger (2):
      vte.csh: Fix the behavior if VTE_VERSION is undefined
      widget: Fix underlining the space character in a matched regex

Emin Tufan Çetin (1):
      Update Turkish translation

Fabio Tomat (1):
      Update Friulian translation

Florentina Mușat (1):
      Update Romanian translation

Fran Dieguez (1):
      Update Galician translation

Gil Forcada (1):
      Update Catalan translation

Hans Petter Jansson (2):
      pty: Fill in winsize.ws_xpixel and .ws_ypixel for TIOCGWINSZ
      all: Add SIXEL support

Jakub Steiner (1):
      widget: Improve legibility when using colours from the system theme

Jwtiyar Nariman (1):
      Add Kurdish Sorani translation

Kukuh Syafaat (1):
      Update Indonesian translation

Matej Urbančič (2):
      Updated Slovenian translation
      Updated Slovenian translation

Ting-Wei Lan (3):
      spawn: Ignore EBADF in the fdwalk callback
      libc: glue: Make FD's operator bool() explicit
      pty: Fix opening a PTY on non-linux

Yuri Chornoivan (2):
      Update Ukrainian translation
      Update Ukrainian translation

Zephyr Wang 王滋涵 (1):
      Update Chinese (China) translation

sicklylife (2):
      Update Japanese translation
      Update Japanese translation


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]