forked from pool/python-pyglet
- update to 2.0.5:
* windows.key: add support for extended function keys * Windows now uses "Apartment Threaded" mode for better compatibility with other libraries. * image: allow blanking newly created Textures (skipped by default when creating from image). * input.macos: Fix ControllerManager hot-plugging on macOS. * font.windows: Fix 32bit crashes with DirectWrite font backend. * math: Fix incorrect calculation in Mat4.look_at method. * image: Fix blitting from regions, caused by invalid unpacking settings. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyglet?expand=0&rev=44
This commit is contained in:
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 4 19:33:34 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2.0.5:
|
||||
* windows.key: add support for extended function keys
|
||||
* Windows now uses "Apartment Threaded" mode for better
|
||||
compatibility with other libraries.
|
||||
* image: allow blanking newly created Textures (skipped by
|
||||
default when creating from image).
|
||||
* input.macos: Fix ControllerManager hot-plugging on macOS.
|
||||
* font.windows: Fix 32bit crashes with DirectWrite font
|
||||
backend.
|
||||
* math: Fix incorrect calculation in Mat4.look_at method.
|
||||
* image: Fix blitting from regions, caused by invalid unpacking
|
||||
settings.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 23 11:46:51 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
|
Reference in New Issue
Block a user