133 lines
5.4 KiB
Plaintext
133 lines
5.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Feb 7 09:00:53 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Update to release 3.2.4
|
|
* Fixed decoding 4-bit RLE encoded BMP files
|
|
* Fixed setting the position of X11 windows before they are shown
|
|
* Fixed D-Pad not working when using SDL2 controller mappings
|
|
* Fixed SDL_OpenHapticFromJoystick() not returning a valid
|
|
haptic handle
|
|
* Added SDL_StretchSurface() as a replacement for SDL2
|
|
SDL_SoftStretch() and SDL_SoftStretchLinear()
|
|
* Fixed several memory leaks
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Feb 2 12:05:46 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Update to release 3.2.2
|
|
* Fixed mouse motion while the mouse is grabbed on Linux
|
|
* Fixed audio gain not applying in some cases
|
|
* Fixed a potential crash when applying audio gain
|
|
* Removed audio resampling frequency limit
|
|
* Fixed a crash on Windows if a tray is created without any menus
|
|
* Allow the window manager to position windows that do not
|
|
specify a position on Linux
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 23 10:11:20 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Cherry pick change 6cf087f53a05 from SDL2.spec:
|
|
|
|
Thu Aug 29 09:07:45 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
|
|
|
|
Don't build with fcitx support. fcitx support was just added
|
|
because of a bug (boo#1025413) that could be fixed by building
|
|
with fcitx support but upstream SDL2 developers fixed it
|
|
in 2.0.5 when building without fcitx support too. Also fcitx
|
|
support has always been disabled in SLE/Leap and in Factory
|
|
it's built against fcitx 4.2.9.9, not the newer fcitx5 so
|
|
let's disable it in order to reduce dependencies.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 22 10:29:54 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Update to release 3.2.0
|
|
* audio: added ``SDL_AudioDeviceStreamPaused`` function
|
|
* x11/wl: added support for Mod3 and more esoteric Xkb
|
|
configurations
|
|
* keyboard: added some SDL keycodes for common Xkb keys
|
|
* Use XIM for IME input on X11
|
|
* Added support for displaying XIM composition strings
|
|
* Added SDL_ClickTrayEntry()
|
|
* audio: Allow streams to change the device-side channels maps
|
|
* Fix incorrect hotspot calculation for cursor positioning
|
|
* Added support for the 8BitDo Ultimate 2C Wireless in
|
|
Bluetooth mode
|
|
* Added Linux evdev mappings for the Wireless HORIPAD For Steam
|
|
* tray: renamed function ``SDL_HasNoActiveTrays`` to
|
|
``SDL_HasActiveTrays``
|
|
* vulkan: Fixes for swapchain resize crash on X11
|
|
* render: SDL_HINT_RENDER_DRIVER now accepts a comma-separated
|
|
list
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 8 20:52:55 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Update to release 3.1.8
|
|
* This update adds asynchronous I/O, main thread dispatching, a
|
|
desktop tray API, debug text rendering and other features.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Dec 15 22:03:59 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Add baselibs.conf
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Nov 2 11:30:26 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Update to preview release 3.1.6
|
|
* New functions ``SDL_CalculateGPUTextureFormatSize``,
|
|
``SDL_CancelGPUCommandBuffer``, ``SDL_DelayPrecise``,
|
|
``SDL_GetSandbox``, ``SDL_RenderDebugText``,
|
|
``SDL_StepBackUTF8``
|
|
- Delete gcc14.patch (merged)
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Oct 5 21:04:22 UTC 2024 - Michael Pujos <pujos.michael@gmail.com>
|
|
|
|
- Update to preview release 3.1.3
|
|
* New GPU API for modern 3D rendering and GPU compute in a
|
|
cross-platform manner
|
|
* Various new cross-platform APIs around dialogs / filesystems /
|
|
storage / camera / pen access, new example programs, audio
|
|
streams, color-space support
|
|
* More HiDPI support
|
|
* Better keyboard input handling
|
|
* Prefer PipeWire over PulseAudio
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 19 21:05:37 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Add gcc14.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 1 19:06:37 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Update to preview release 3.1.2
|
|
* Added SDL_GlobDirectory() and SDL_GlobStorageDirectory()
|
|
* Reduced startup time when scanning for game controllers on
|
|
Linux
|
|
* Removed SDL_RENDERER_ACCELERATED, SDL_RENDERER_SOFTWARE,
|
|
SDL_HINT_RENDER_SCALE_QUALITY, SDL_quit.h
|
|
* Renamed SDL_eventaction to SDL_EventAction
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 11 16:15:42 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Update to preview release 3.1.1
|
|
* Fixed a crash when rendering lots of content using the Vulkan
|
|
renderer
|
|
* Fixed text input being delivered when SDL_StartTextInput()
|
|
has not been called
|
|
* Fixed a performance regression initializing controllers on Linux
|
|
* Separated the joystick power state into battery status and
|
|
percentage
|
|
* Added an optional user parameter to main callback entry points
|
|
* Case insensitive string comparison functions are no longer
|
|
affected by locale
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 2 21:18:51 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Initial package (3.0~git251.1a890808a) for build.opensuse.org
|