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 }}
devnexen
/
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
SDL_assume
User selector
All users
All time
Commit history
Commits on Mar 10, 2024
fix build
devnexen
committed
cdbcd73
View commit details
Copy full SHA for cdbcd73
Browse repository at this point
Adding SDL_Assume macro to give hint to the optimiser
Show description for 668a52b
devnexen
committed
668a52b
View commit details
Copy full SHA for 668a52b
Browse repository at this point
Added SDL_FLIP_DIAGONAL
Show description for b9ab326
MSRPP-dev2
authored and
slouken
committed
b9ab326
View commit details
Copy full SHA for b9ab326
Browse repository at this point
cmake: allow hidapi to use libusb on Windows
Show description for 7341d5f
madebr
authored and
slouken
committed
7341d5f
View commit details
Copy full SHA for 7341d5f
Browse repository at this point
hidapi_libusb: use SDL_wcscmp and SDL_wcslcpy from SDL
madebr
authored and
slouken
committed
3bc27d3
View commit details
Copy full SHA for 3bc27d3
Browse repository at this point
cmake: find libusb through LibUSB cmake module
madebr
authored and
slouken
committed
0e6fcf9
View commit details
Copy full SHA for 0e6fcf9
Browse repository at this point
Named typedef-ed structs Gave name to structs that were defined like anonymous struct with name given by typedef. Example 'typedef struct {...} Foo;' -> 'typedef struct Foo {...} Foo;'
Tolik708
authored and
slouken
committed
2a775ca
View commit details
Copy full SHA for 2a775ca
Browse repository at this point
Clarify what pitch means (thanks @zlago!)
slouken
committed
37d066b
View commit details
Copy full SHA for 37d066b
Browse repository at this point
Add flag to registerReceiver on Android
Frosty-J
authored and
slouken
committed
f9d018c
View commit details
Copy full SHA for f9d018c
Browse repository at this point
x11: workaround issues with primary selection and clipboard temporal ignorance
Green-Sky
authored and
slouken
committed
4de30a2
View commit details
Copy full SHA for 4de30a2
Browse repository at this point
Commits on Mar 9, 2024
joystick: Remove redundant CHECK_JOYSTICK_MAGIC in SDL_GetJoystickName
Show description for 76defc5
smcv
authored and
slouken
committed
76defc5
View commit details
Copy full SHA for 76defc5
Browse repository at this point
cmake: fix empty framework prefix on MacOS
ScrelliCopter
authored and
slouken
committed
41baf23
View commit details
Copy full SHA for 41baf23
Browse repository at this point
Update hardcoded value of pi to use SDL constant SDL_PI_F for improved consistency and readability.
Nour Fouad
authored and
slouken
committed
b6c5ad0
View commit details
Copy full SHA for b6c5ad0
Browse repository at this point
Allow building testffmpeg without Vulkan support
slouken
committed
fcb132b
View commit details
Copy full SHA for fcb132b
Browse repository at this point
Commits on Mar 8, 2024
Note that the cursor clip has been cleared even if we didn't do it
Show description for 16e0806
slouken
committed
16e0806
View commit details
Copy full SHA for 16e0806
Browse repository at this point
Fix TOCTOU race condition
Show description for 19b3dda
szsam
authored and
slouken
committed
19b3dda
View commit details
Copy full SHA for 19b3dda
Browse repository at this point
Added support for the 6-button SEGA Mega Drive Control Pad for Nintendo Online
Show description for cde793b
slouken
committed
cde793b
View commit details
Copy full SHA for cde793b
Browse repository at this point
remove stale / wrong information from SDL_RWread() documentation
sezero
committed
d86ff6c
View commit details
Copy full SHA for d86ff6c
Browse repository at this point
remove stale / wrong information from SDL_RWread() documentation
sezero
committed
9e89f09
View commit details
Copy full SHA for 9e89f09
Browse repository at this point
Commits on Mar 7, 2024
Make sure the type in the SDL_Event aligns properly across the union
slouken
committed
790cd39
View commit details
Copy full SHA for 790cd39
Browse repository at this point
Revert "Change `SDL_Keycode` type to an enum"
Show description for e9ab2d4
slouken
committed
e9ab2d4
View commit details
Copy full SHA for e9ab2d4
Browse repository at this point
Cleaned up various type conversion issues
Show description for 33eaddc
slouken
committed
33eaddc
View commit details
Copy full SHA for 33eaddc
Browse repository at this point
The pixel format in SDL_DisplayMode uses SDL_PixelFormatEnum
slouken
committed
f53bdc9
View commit details
Copy full SHA for f53bdc9
Browse repository at this point
Fixed mapping for the Sanwa Supply JY-P76USV controller
slouken
committed
57a160c
View commit details
Copy full SHA for 57a160c
Browse repository at this point
Added migration notes for enum type changes
slouken
committed
5643fd6
View commit details
Copy full SHA for 5643fd6
Browse repository at this point
cmake: build OBJC sources with warning & error flags, ignoring deprecated declarations
madebr
committed
3cc4705
View commit details
Copy full SHA for 3cc4705
Browse repository at this point
Sync SDL3 wiki -> header
SDLWikiBot
committed
59ab5c0
View commit details
Copy full SHA for 59ab5c0
Browse repository at this point
SDL_GetPixelFormatEnumForMasks() returns SDL_PixelFormatEnum
slouken
committed
c70710c
View commit details
Copy full SHA for c70710c
Browse repository at this point
Commits on Mar 6, 2024
Add `default: break;` to switches on SDL_Event::type
Show description for 01248a9
Susko3
authored and
slouken
committed
01248a9
View commit details
Copy full SHA for 01248a9
Browse repository at this point
Use enums as types in SDL_*Event structures
Show description for 722f410
Susko3
authored and
slouken
committed
722f410
View commit details
Copy full SHA for 722f410
Browse repository at this point
Update some internal files to use `SDL_WindowFlags`
Susko3
authored and
slouken
committed
641b911
View commit details
Copy full SHA for 641b911
Browse repository at this point
Use `SDL_WindowFlags` in public headers
Susko3
authored and
slouken
committed
ce44eff
View commit details
Copy full SHA for ce44eff
Browse repository at this point
Typedef `SDL_WindowFlags`
Show description for 4f58d18
Susko3
authored and
slouken
committed
4f58d18
View commit details
Copy full SHA for 4f58d18
Browse repository at this point
Use SDL_PixelFormatEnum as type
Susko3
authored and
slouken
committed
424616e
View commit details
Copy full SHA for 424616e
Browse repository at this point
More null checks for SDL window operations
slouken
committed
38c54b8
View commit details
Copy full SHA for 38c54b8
Browse repository at this point
Previous
Next
You can’t perform that action at this time.