48 lines
1.8 KiB
Plaintext
48 lines
1.8 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Jan 22 01:22:07 UTC 2026 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Update to release 3.4.0
|
|
* Added IMG_GetClipboardImage() to get the image currently in the
|
|
clipboard
|
|
* Added IMG_isANI() to detect animated cursors
|
|
* Added IMG_CreateAnimatedCursor() to create an animated cursor
|
|
from an animation
|
|
* Added functions to save images
|
|
* Added functions to load images into GPU textures
|
|
* Added functions to load and save animations
|
|
* Added functions to load/save animations one frame at a time
|
|
- Delete SDL3_image.keyring: a new key is in use, but no keyring
|
|
is available
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 1 18:21:10 UTC 2026 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Update to release 3.2.6
|
|
* Improved palette handling in STB backend
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 3 23:28:09 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Update to release 3.2.4
|
|
* Fixed alpha in less-than-32-bit ICO and CUR images
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Mar 2 10:02:46 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Update to release 3.2.2
|
|
* Fixed partial alpha in ICO and CUR images
|
|
* Set the cursor hotspot properties when loading CUR images so
|
|
they can be directly passed to SDL_CreateColorCursor()
|
|
* Fixed reading beyond the end of the PNG image when using
|
|
stb_image
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Feb 1 18:52:06 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Initial package (version 3.2.0) for build.opensuse.org
|
|
* This is the SDL image loading library as before, but updated
|
|
for SDL 3.0. The API is largely the same, with IMG_Init() and
|
|
IMG_Quit() no longer necessary and *_RW() functions renamed
|
|
*_IO().
|
|
|