15
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected 2 days ago.
Jul 02, 2025 — Jul 02, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed network tests inadvertently causing network access even when network access is disabled via configuration. Fixes #3709 More... about 1 month ago
Fix documentation to show that scroll lock is not supported on macOS More... about 2 months ago
Ensure that input element is still valid More... 2 months ago
Update the development version to 3.2.0 More... 3 months ago
Add migration information for SFML 3.1 More... 3 months ago
Add deprecations for the documentation More... 3 months ago
Disable HarfBuzz GPU library, was SFML doesn't use it yet More... 3 months ago
Fixed sound effects example incorrectly using source sample rate instead of device sample rate when constructing processing filters. More... 3 months ago
Added additional documentation to SoundSource::EffectProcessor explaining that audio data is processed at the device sample rate. More... 3 months ago
Set audio playback periodSizeInFrames to 64 to allow playing very short duration audio clips on high sample rate devices. More... 3 months ago
Update release build workflow More... 3 months ago
Avoid symbol conflict when static linking with a lib shipping own QOI More... 3 months ago
add missing comma in expression
Mav
More... 3 months ago
portable linker rule to keep symbol ANativeActivity_onCreate
Mav
More... 3 months ago
Allow loading a CA certificates from a custom path using the SFML_CA_PATH CMake option. More... 3 months ago
Allow configuring the maximum number of file descriptors opened during network tests with the SFML_NETWORK_TESTS_MAX_FDS CMake option and set its default to 256 to stay under the common system limit of 1024, CI sets it to higher values on systems known to have higher limits. More... 3 months ago
Added support for retrieving the library version that is loaded at runtime via sf::version(). More... 3 months ago
Use explicit string/path conversion functions on libssh2 calls More... 3 months ago
Update GitHub Actions More... 3 months ago
Mark version as official release More... 3 months ago
Update changelog with changes for SFML 3.1 More... 3 months ago
Update HarfBuzz to v14.1.0 More... 3 months ago
Update FreeType to v2.14.3 More... 3 months ago
Update FLAC to v1.5.0 More... 3 months ago
Update ogg to v1.3.6 More... 3 months ago
Update miniaudio to v0.11.25 More... 3 months ago
Update copyright year to 2026 More... 3 months ago
Fixed and improved multiple issues with the X11 window implementation. More... 3 months ago
Fixed SocketSelector epoll implementation not correctly interpreting Time::Zero as a request to wait indefinitely. More... 4 months ago
Use CGWarpMouseCursorPosition to set mouse position on mac More... 4 months ago