Package Release Info

libt3widget-1.2.2-bp155.1.6

Update Info: Base Release
Available in Package Hub : 15 SP5

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libt3widget-devel
libt3widget2

Change Logs

* Mon Aug 29 2022 Jan Engelhardt <jengelh@inai.de>
- Update to release 1.2.2
  * Fix incorrect computation of the number of endchars in a
    text_line when the end of the line truncated a double-width
    character. This would cause a segmentation fault in the
    t3window library.
  * This release fixes a bug which makes Tilde crash on start up,
    due to a typo in a copy-assignment operator signature which
    causes an infinite recursion.
Version: 1.2.0-bp154.1.19
* Thu Dec 19 2019 Jan Engelhardt <jengelh@inai.de>
- Update to release 1.2.0
  * This release provides several new features and bug fixes,
    among which:
  * Pressing ctrl+backspace will delete the previous word,
  * Extra navigation keys (+/- and arrows) for expander widgets.
  * Checkboxes can now have a third, indeterminate, state.
  * Frame resizing correctly redraws the frame.
  * This release changes the selection of binary attributes to
    make the distinction between explicitly unset and fallback
    from base attribute
* Thu Aug 22 2019 Jan Engelhardt <jengelh@inai.de>
- Update to new upstream release 1.0.6
  * This release makes the indent_selection and
    unindent_selection functions on edit_window_t behave exactly
    as pressing tab or shift-tab. This resolves a segmentation
    fault when calling these functions without a selected text.
* Mon Jan 07 2019 Jan Engelhardt <jengelh@inai.de>
- Update to new upstream release 1.0.3
  * Fixed: The indicator in list panes would disappear of screen
    when scrolling beyond the first page.
  * Fixed: The cursor position after undoing an unindent
    operation was set incorrectly.
  * Fixed: Bracketed paste mode was not handled correctly due to
    inadvertent setting of the EKEY_PROTECT bit.
  * The API has been overhauled to use more of the features of
    the C++11 standard.
  * Fixed: Unsplitting caused segmentation faults.
  * The connection to GPM remained open during suspend, making
    GPM useless for the duration of the suspend.
  * Prevent the mouse cursor from moving beyond the top of the
    screen while holding down the mouse button in GPM mode.
  * Ensure that the mouse cursor is visible when the holding down
    the mouse button in GPM mode.
  * Allow searching for empty strings using regular expressions.
Version: 0.5.2-bp150.2.4
* Mon Aug 07 2017 jengelh@inai.de
- Update to new upstream release 0.5.2
  * Added an extra function for thread-safe termination of the main
    loop.
* Thu Feb 19 2015 p.drouand@gmail.com
- Update to version 0.4.7
  * Fix crashes due to invisible widgets getting activated through hotkeys.
  * Fix read of uninitialized value.
  * Fix memory leaks in edit widget undo/redo.
* Mon Jul 21 2014 jengelh@inai.de
- Update to new upstream release 0.4.6
  * This release fixes the movement of cursor after inserting a tab
  and when pressing left or right when text is selected.
  Furthermore, it disallows pasting of values with filtered
  characters in text fields.
  * This release also fixes the movement of cursor after positioning
  the cursor with the mouse; a crash when clicking beyond the text
  in wrap mode; sanitization of directory names.
* Mon Feb 03 2014 jengelh@inai.de
- Update to new upstream release 0.4.4
  * This release fixes the drawing of the last line when text
  wrapping is enabled, and fixes problems with X11 copy/paste and
  handles trailing slashes and double slashes in directory names
  in the file dialog properly.
* Mon Jun 10 2013 jengelh@inai.de
- Initial package (version 0.4.2) for build.opensuse.org