Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Dnicx
/
SDL
Public
forked from
libsdl-org/SDL
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
All time
Commit history
Commits on Aug 16, 2023
mouse: Ensure that the dummy default cursor is removed from the cursor list
Show description for d60ebb0
Kontrabant
committed
d60ebb0
View commit details
Copy full SHA for d60ebb0
Browse repository at this point
mouse: Free the default cursor when destroyed
Show description for e58c273
Kontrabant
committed
e58c273
View commit details
Copy full SHA for e58c273
Browse repository at this point
audio: Don't resample in chunks for now.
Show description for 789ce17
icculus
committed
789ce17
View commit details
Copy full SHA for 789ce17
Browse repository at this point
Commits on Aug 14, 2023
audio: Don't call SDL_AudioStream callbacks for empty data sets.
Show description for cbab334
icculus
committed
cbab334
View commit details
Copy full SHA for cbab334
Browse repository at this point
Clearified the libusb whitelist default logic
slouken
committed
3e1ae0c
View commit details
Copy full SHA for 3e1ae0c
Browse repository at this point
Removed some unnecessary integer casts
0x1F9F1
authored and
icculus
committed
f452082
View commit details
Copy full SHA for f452082
Browse repository at this point
Avoid using designated initializers
0x1F9F1
authored and
icculus
committed
0989b7e
View commit details
Copy full SHA for 0989b7e
Browse repository at this point
Optimized SDL_Convert_*_to_*_Scalar
Show description for c6c1e67
0x1F9F1
authored and
icculus
committed
c6c1e67
View commit details
Copy full SHA for c6c1e67
Browse repository at this point
Optimized SDL_Convert_*_to_*_SSE2
Show description for f97b920
0x1F9F1
authored and
icculus
committed
f97b920
View commit details
Copy full SHA for f97b920
Browse repository at this point
Added audio_convertAccuracy test
0x1F9F1
authored and
icculus
committed
300d1ec
View commit details
Copy full SHA for 300d1ec
Browse repository at this point
Fixed assertion in audio_convertAudio
0x1F9F1
authored and
icculus
committed
32cecc2
View commit details
Copy full SHA for 32cecc2
Browse repository at this point
Removed assertions in AudioConvert(To|From)Float
0x1F9F1
authored and
icculus
committed
33f11e2
View commit details
Copy full SHA for 33f11e2
Browse repository at this point
cmake: add SDL_HIDAPI_LIBUSB_SHARED option + test on ci
madebr
committed
c2f388f
View commit details
Copy full SHA for c2f388f
Browse repository at this point
wayland: Remove unnecessary flag and state settings
Show description for 371cc2d
Kontrabant
committed
371cc2d
View commit details
Copy full SHA for 371cc2d
Browse repository at this point
cocoa: Send a maximized event instead of restored if a deminiaturized window is zoomed
Kontrabant
committed
fe85e6e
View commit details
Copy full SHA for fe85e6e
Browse repository at this point
cocoa: Use the close method to hide a miniaturized window
Show description for ddddcb7
Kontrabant
committed
ddddcb7
View commit details
Copy full SHA for ddddcb7
Browse repository at this point
Clarify that a window being 'hidden' means that it is unmapped/ordered out
Show description for be8c42c
Kontrabant
committed
be8c42c
View commit details
Copy full SHA for be8c42c
Browse repository at this point
Fix typo in SDL_audiocvt.c
Show description for a44338c
eltociear
authored and
slouken
committed
a44338c
View commit details
Copy full SHA for a44338c
Browse repository at this point
SDL_hidapi.c: change 'use_libusb_whitelist_default' into a macro.
Show description for f464eb2
sezero
committed
f464eb2
View commit details
Copy full SHA for f464eb2
Browse repository at this point
Disable cache in python http server
Show description for 6607a3c
madebr
and
ericoporto
committed
6607a3c
View commit details
Copy full SHA for 6607a3c
Browse repository at this point
Commits on Aug 13, 2023
hidapi: Enable libusb support by default.
Show description for 181d5d2
flibitijibibo
authored and
slouken
committed
181d5d2
View commit details
Copy full SHA for 181d5d2
Browse repository at this point
hidapi: Use a whitelist for libusb when other backends are available
flibitijibibo
authored and
slouken
committed
f0f15e3
View commit details
Copy full SHA for f0f15e3
Browse repository at this point
Convert audio using SDL_AUDIO_F32SYS format instead of SDL_AUDIO_F32
Show description for c3f7a7d
capehill
authored and
slouken
committed
c3f7a7d
View commit details
Copy full SHA for c3f7a7d
Browse repository at this point
xxd.py: always write \n line endings
Show description for 796713b
vladh
authored and
slouken
committed
796713b
View commit details
Copy full SHA for 796713b
Browse repository at this point
SDL_TriggerBreakppoint for riscv arch (both 32/64) version.
Show description for 723bcd0
devnexen
authored and
icculus
committed
723bcd0
View commit details
Copy full SHA for 723bcd0
Browse repository at this point
Commits on Aug 12, 2023
Add .gitattributes file
Show description for ec00420
madebr
committed
ec00420
View commit details
Copy full SHA for ec00420
Browse repository at this point
cmake: build tests for UWP
madebr
committed
a5d9db0
View commit details
Copy full SHA for a5d9db0
Browse repository at this point
winrt: use windowsio in non-libc mode
Show description for b7889a7
madebr
committed
b7889a7
View commit details
Copy full SHA for b7889a7
Browse repository at this point
Make testaudiostreamdynamicresample compatible with emscripten
madebr
committed
ea8757a
View commit details
Copy full SHA for ea8757a
Browse repository at this point
cmake: build emscripten tests as html page
madebr
committed
1a7a74f
View commit details
Copy full SHA for 1a7a74f
Browse repository at this point
Add minimal http server for emscripten test apps
madebr
committed
64d570f
View commit details
Copy full SHA for 64d570f
Browse repository at this point
SDL_test does not parse --samples argument
madebr
committed
8e898c4
View commit details
Copy full SHA for 8e898c4
Browse repository at this point
audio: Fix resampler overflowing input buffer.
Show description for 91cd547
icculus
committed
91cd547
View commit details
Copy full SHA for 91cd547
Browse repository at this point
Commits on Aug 11, 2023
testaudiocapture: Make sure we convert captured audio to output format.
Show description for f290c85
icculus
committed
f290c85
View commit details
Copy full SHA for f290c85
Browse repository at this point
rwlock: Make generic implmentations work on single-threaded platforms.
Show description for b75c751
icculus
committed
b75c751
View commit details
Copy full SHA for b75c751
Browse repository at this point
Previous
Next
You can’t perform that action at this time.