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 }}
tomcashman
/
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 Oct 22, 2022
Replaced mouseWheelGesture with GCMouse support on iOS (thanks @russelltg!)
Show description for 413500a
slouken
committed
413500a
View commit details
Copy full SHA for 413500a
Browse repository at this point
Use translationInView for mouse wheel event
deveee
authored and
slouken
committed
2ebaafa
View commit details
Copy full SHA for 2ebaafa
Browse repository at this point
On x86, pass -nodefaultlib to linker when wanting to avoid the C library
madebr
authored and
slouken
committed
c3b1334
View commit details
Copy full SHA for c3b1334
Browse repository at this point
workflows: Check we can screen-scrape the SDL_REVISION from Linux builds
Show description for d4d99e8
smcv
authored and
slouken
committed
d4d99e8
View commit details
Copy full SHA for d4d99e8
Browse repository at this point
build: Regenerate ./configure
Show description for cfd5d8e
smcv
authored and
slouken
committed
cfd5d8e
View commit details
Copy full SHA for cfd5d8e
Browse repository at this point
build: Add a mechanism to mark builds with vendor info
Show description for 4ca5ea5
smcv
authored and
slouken
committed
4ca5ea5
View commit details
Copy full SHA for 4ca5ea5
Browse repository at this point
build: Expand version info in SDL_REVISION and SDL_GetRevision()
Show description for 2dc788c
smcv
authored and
slouken
committed
2dc788c
View commit details
Copy full SHA for 2dc788c
Browse repository at this point
Virtual joysticks don't need initial axis jitter protection
Show description for 5b8f830
slouken
committed
5b8f830
View commit details
Copy full SHA for 5b8f830
Browse repository at this point
fix build errors resulting from -Wmisleading-indentation
sezero
committed
0e1d19c
View commit details
Copy full SHA for 0e1d19c
Browse repository at this point
Clear the previous bitmap when calculating a new window shape
Show description for a905a78
slouken
committed
a905a78
View commit details
Copy full SHA for a905a78
Browse repository at this point
hidapi, libusb: remove os/2 symbol load hack after os/2 loadso updates
sezero
authored and
slouken
committed
65a38a4
View commit details
Copy full SHA for 65a38a4
Browse repository at this point
os2 loadso improvements:
Show description for 3f1b5ef
sezero
authored and
slouken
committed
3f1b5ef
View commit details
Copy full SHA for 3f1b5ef
Browse repository at this point
loadso, dlsym, SDL_LoadFunction: cleanup the underscored name path.
Show description for 3d415bc
sezero
authored and
icculus
committed
3d415bc
View commit details
Copy full SHA for 3d415bc
Browse repository at this point
Commits on Oct 21, 2022
Use -lpthread on OpenBSD
brad0
authored and
slouken
committed
f37db95
View commit details
Copy full SHA for f37db95
Browse repository at this point
cmake: fix reporting of SDL_TESTS
madebr
committed
5ed091c
View commit details
Copy full SHA for 5ed091c
Browse repository at this point
cmake: fix finding wayland-libdecor
Show description for 0823b59
madebr
committed
0823b59
View commit details
Copy full SHA for 0823b59
Browse repository at this point
os2: fix error message for SDL_LoadObject()
sezero
committed
4264c0b
View commit details
Copy full SHA for 4264c0b
Browse repository at this point
Commits on Oct 20, 2022
cmake: create and install sdl2.pc for MSVC & WATCOM
madebr
committed
96361fc
View commit details
Copy full SHA for 96361fc
Browse repository at this point
cmake: use pkg-config's library dirs as hint for finding a shared library
madebr
committed
11d53c8
View commit details
Copy full SHA for 11d53c8
Browse repository at this point
cmake: else() does not need an argument
madebr
committed
94ac8ae
View commit details
Copy full SHA for 94ac8ae
Browse repository at this point
Commits on Oct 19, 2022
Define _USE_MATH_DEFINES for Visual Studio (thanks @pionere!)
Show description for c6e8961
slouken
committed
c6e8961
View commit details
Copy full SHA for c6e8961
Browse repository at this point
cmake: add SDL_INSTALL_CMAKEDIR cache variable to override location of cmake config files
madebr
committed
d542f43
View commit details
Copy full SHA for d542f43
Browse repository at this point
Also remove the OpenBSD comment about OSS
brad0
authored and
slouken
committed
f28cf2b
View commit details
Copy full SHA for f28cf2b
Browse repository at this point
coreaudio: Dispose of AudioQueue before waiting on the thread.
Show description for e7ab581
icculus
committed
e7ab581
View commit details
Copy full SHA for e7ab581
Browse repository at this point
Commits on Oct 18, 2022
Renamed variables, index is the singular of indices
slouken
committed
aefc6b5
View commit details
Copy full SHA for aefc6b5
Browse repository at this point
fix SDL_SendEditingText when long composition text is enabled and strlen(text) == SDL_TEXTEDITINGEVENT_TEXT_SIZE
GNQG
authored and
slouken
committed
965ba1e
View commit details
Copy full SHA for 965ba1e
Browse repository at this point
SDL_Renderer / GLES2: add specific list of indice to render rect (see #6401)
1bsyl
committed
dfbb93d
View commit details
Copy full SHA for dfbb93d
Browse repository at this point
Revert commit 790fa3156cfee847a7c0b34986de0cd7fdd7438f.
Show description for e8a4c23
1bsyl
committed
e8a4c23
View commit details
Copy full SHA for e8a4c23
Browse repository at this point
Fix warning: enumeration value 'SDL_BLENDMODE_INVALID' not explicitly handled in switch
1bsyl
committed
790fa31
View commit details
Copy full SHA for 790fa31
Browse repository at this point
Merge remote-tracking branch 'refs/remotes/origin/main'
1bsyl
committed
3ec4c9b
View commit details
Copy full SHA for 3ec4c9b
Browse repository at this point
Fixed bug #6401 - back-end can choose the order the triangles when rendering rects, attempt to fix small glitch rendering.
1bsyl
committed
3d99d31
View commit details
Copy full SHA for 3d99d31
Browse repository at this point
PSP: Reorder extra imports
sharkwouter
committed
428b5ae
View commit details
Copy full SHA for 428b5ae
Browse repository at this point
Revert commit 485bb3565b6da24620e4eedde837fbfbc5cee6d2.
Show description for 285cbf6
1bsyl
committed
285cbf6
View commit details
Copy full SHA for 285cbf6
Browse repository at this point
Revert "Disable the RAWINPUT joystick driver by default"
Show description for 0bc852c
slouken
committed
0bc852c
View commit details
Copy full SHA for 0bc852c
Browse repository at this point
Commits on Oct 17, 2022
Fixed command modifier on macOS
deveee
authored and
slouken
committed
7e10881
View commit details
Copy full SHA for 7e10881
Browse repository at this point
Previous
Next
You can’t perform that action at this time.