2024-01-21 18:13:04 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jan 21 17:12:49 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
- Update to relesae 2.22
|
|
|
|
* Unspecified bug fixes
|
|
|
|
|
2023-02-07 11:02:49 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Feb 7 10:01:06 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
- Update to release 2.20.2
|
|
|
|
* Build system changes only
|
|
|
|
|
2022-09-05 10:02:47 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Sep 5 07:44:43 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
|
|
|
|
|
|
- Add back Provides: SDL2_ttf = %version to library package: the
|
|
|
|
python bindings somewhat rely on the name to find the right
|
|
|
|
library.
|
|
|
|
|
2022-08-20 10:20:37 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Aug 20 08:13:36 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
- Update to release 2.20.1
|
|
|
|
* Build updates for non-Linux platforms
|
|
|
|
- Rename devel package to just %name-devel, which is what most
|
|
|
|
our packages do.
|
|
|
|
|
2022-07-07 15:51:31 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jul 7 13:41:57 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
- Update to release 2.20.0
|
|
|
|
* Added TTF_GetFontWrappedAlign() and TTF_SetFontWrappedAlign()
|
|
|
|
to set alignment on wrapped text
|
|
|
|
* Added functions to render using FreeType LCD algorithm:
|
|
|
|
TTF_RenderText_LCD(), TTF_RenderUTF8_LCD(),
|
|
|
|
TTF_RenderUNICODE_LCD(), TTF_RenderText_LCD_Wrapped(),
|
|
|
|
TTF_RenderUTF8_LCD_Wrapped(),
|
|
|
|
TTF_RenderUNICODE_LCD_Wrapped(), TTF_RenderGlyph_LCD(),
|
|
|
|
TTF_RenderGlyph32_LCD().
|
|
|
|
* Added TTF_SetFontDirection() and TTF_SetFontScriptName() for
|
|
|
|
additional control over fonts using HarfBuzz
|
|
|
|
* Fix memory corruption loading malformed TTF files
|
|
|
|
[CVE-2022-27470]
|
2022-07-07 15:54:03 +02:00
|
|
|
- Drop baselibs.conf (no SDL2_ttf-dependent Tumbleweed packages
|
|
|
|
themselves have baselibs).
|
2022-07-07 15:51:31 +02:00
|
|
|
|
2022-01-12 02:33:50 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 12 01:27:48 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
- Update to release 2.0.18
|
|
|
|
* Added TTF_GetFreeTypeVersion() and TTF_GetHarfBuzzVersion()
|
|
|
|
* Added support for Signed Distance Field rendering with
|
|
|
|
TTF_SetFontSDF() and TTF_GetFontSDF()
|
|
|
|
* Added optional DPI-scaling of fonts, with new functions.
|
|
|
|
* Added 32-bit character support.
|
|
|
|
* Added functions to set direction and script when using Harfbuzz.
|
|
|
|
* Added extended API for text measurement.
|
|
|
|
* Added TTF_SetFontSize() to set font size dynamically.
|
|
|
|
* Added 'Shaded' and 'Solid' text wrapped functions.
|
|
|
|
* Added TTF_HINTING_LIGHT_SUBPIXEL for better results at small
|
|
|
|
text sizes at a performance cost
|
|
|
|
|
2019-08-23 13:33:39 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Aug 23 11:27:38 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
- Update to new upstream release 2.0.15
|
|
|
|
* Text rendering functions now use the alpha component of the
|
|
|
|
text colors.
|
|
|
|
* Added support for characters greater than 0xFFFF (e.g. emoji)
|
|
|
|
in the UTF-8 APIs.
|
|
|
|
|
2016-01-10 18:50:13 +01:00
|
|
|
-------------------------------------------------------------------
|
2016-10-22 18:31:05 +02:00
|
|
|
Sat Oct 22 15:29:43 UTC 2016 - aloisio@gmx.com
|
|
|
|
|
|
|
|
- Update to version 2.0.14
|
|
|
|
* Deprecated TTF_GetFontKerningSize() which takes font glyph
|
|
|
|
indices and added TTF_GetFontKerningSizeGlyphs() which
|
|
|
|
takes characters
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2016-01-10 18:50:13 +01:00
|
|
|
Sun Jan 10 17:23:29 UTC 2016 - mailaender@opensuse.org
|
|
|
|
|
|
|
|
- Update to version 2.0.13
|
|
|
|
* Fixed bug rendering text starting with a glyph with negative starting offset
|
|
|
|
* Fixed regression loading non-scalable fonts
|
|
|
|
* TTF_GetFontKerningSize() gets kerning between two characters, not two glyph indices
|
|
|
|
|
2015-01-08 10:58:42 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jan 8 09:58:33 UTC 2015 - jengelh@inai.de
|
|
|
|
|
|
|
|
- Improve package summary and description. Drop --with-pic which
|
|
|
|
is enabled implicitly anyway, remove redundant Requires.
|
|
|
|
|
2013-08-15 15:54:57 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Aug 13 12:04:26 UTC 2013 - jengelh@inai.de
|
|
|
|
|
|
|
|
- Some metadata spruce-up: add current URLs, softer wildcarding
|
|
|
|
in the files list, more robust make install call
|
|
|
|
|
2013-08-13 14:00:35 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Aug 13 11:27:54 UTC 2013 - prusnak@opensuse.org
|
|
|
|
|
|
|
|
- created package (version 2.0.0) - based on SDL_ttf package
|
|
|
|
|