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 }}
adamwych
/
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
Breadcrumbs
History for
SDL
src
file
on
SDL2
User selector
All users
All time
Commit history
Commits on Jan 28, 2025
Skip IsRegularFileOrPipe() check on Emscripten
Show description for 0efe889
slouken
authored and
sezero
committed
0efe889
View commit details
Copy full SHA for 0efe889
View code at this point
Browse repository at this point
Commits on Jan 1, 2025
Updated copyright for 2025
slouken
committed
2b5b8fd
View commit details
Copy full SHA for 2b5b8fd
View code at this point
Browse repository at this point
Commits on Aug 16, 2024
SDL_rwops.c: stdio_seek - skip API call for RW_SEEK_CUR with 0 offset
Show description for 2824d13
ds-sloth
authored
2824d13
View commit details
Copy full SHA for 2824d13
View code at this point
Browse repository at this point
Commits on Aug 6, 2024
Added detail about why a file couldn't be opened (thanks mgerhardy!)
Show description for 1512013
slouken
committed
1512013
View commit details
Copy full SHA for 1512013
View code at this point
Browse repository at this point
Commits on Jul 29, 2024
SDL_RWFromFile: On Apple platforms, offer a hint to not look in resource dirs.
Show description for 0ba3d98
icculus
committed
0ba3d98
View commit details
Copy full SHA for 0ba3d98
View code at this point
Browse repository at this point
Commits on Mar 6, 2024
SDL_RWFromFile, stdio: allow named pipes along with regular files.
Show description for 177a836
sezero
committed
177a836
View commit details
Copy full SHA for 177a836
View code at this point
Browse repository at this point
Commits on Jan 27, 2024
SDL_rwops.c (SDL_IsRegularFile): fix WinRT build failure due to S_ISREG
sezero
committed
fcd1c15
View commit details
Copy full SHA for fcd1c15
View code at this point
Browse repository at this point
SDL_RWFromFile, stdio: reject if the file is not a regular file.
Show description for 230ae79
sezero
committed
230ae79
View commit details
Copy full SHA for 230ae79
View code at this point
Browse repository at this point
Report out of memory instead of crashing in SDL_LoadFile_RW()
Show description for 5297596
slouken
committed
5297596
View commit details
Copy full SHA for 5297596
View code at this point
Browse repository at this point
Commits on Jan 1, 2024
Updated copyright for 2024
slouken
committed
0fc3574
View commit details
Copy full SHA for 0fc3574
View code at this point
Browse repository at this point
Commits on Nov 17, 2023
cmake: fix uses of undefined macro identifiers (-Wundef)
madebr
authored
d81d986
View commit details
Copy full SHA for d81d986
View code at this point
Browse repository at this point
Commits on Nov 10, 2023
[SDL2] pointer boolean (#8523)
1bsyl
authored
a14b948
View commit details
Copy full SHA for a14b948
View code at this point
Browse repository at this point
Commits on Jul 9, 2023
SDL_RWFromMem, SDL_RWFromConstMem: reject negative size parameters.
sezero
committed
0ad822e
View commit details
Copy full SHA for 0ad822e
View code at this point
Browse repository at this point
Commits on Jul 1, 2023
rwops: Use SetFilePointerEx on Windows for appending writes.
Show description for 769bf2e
icculus
committed
769bf2e
View commit details
Copy full SHA for 769bf2e
View code at this point
Browse repository at this point
Commits on May 23, 2023
Updated source to match SDL function prototype style
slouken
committed
3f1fd5a
View commit details
Copy full SHA for 3f1fd5a
View code at this point
Browse repository at this point
Commits on Mar 9, 2023
Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!)
Show description for 0d76380
slouken
committed
0d76380
View commit details
Copy full SHA for 0d76380
View code at this point
Browse repository at this point
Commits on Jan 9, 2023
Updated copyright for 2023
slouken
committed
0479df5
View commit details
Copy full SHA for 0479df5
View code at this point
Browse repository at this point
Commits on Dec 1, 2022
Clang-Tidy fixes (#6725)
Show description for d0bbfdb
FtZPetruska
authored and
slouken
committed
d0bbfdb
View commit details
Copy full SHA for d0bbfdb
View code at this point
Browse repository at this point
Commits on Nov 30, 2022
Update for SDL3 coding style (#6717)
Show description for b8d85c6
slouken
committed
b8d85c6
View commit details
Copy full SHA for b8d85c6
View code at this point
Browse repository at this point
Commits on Nov 28, 2022
Cleanup add brace (#6545)
Show description for fb0ce37
1bsyl
authored and
slouken
committed
fb0ce37
View commit details
Copy full SHA for fb0ce37
View code at this point
Browse repository at this point
Commits on Nov 15, 2022
N3DS: Refactor N3DS_FileOpen.
FtZPetruska
authored and
slouken
committed
491d0bc
View commit details
Copy full SHA for 491d0bc
View code at this point
Browse repository at this point
Commits on Oct 10, 2022
N3DS: Use asprintf instead of snprintf.
FtZPetruska
authored and
slouken
committed
2b2693a
View commit details
Copy full SHA for 2b2693a
View code at this point
Browse repository at this point
N3DS port (squashed)
Show description for 6552753
FtZPetruska
authored and
slouken
committed
6552753
View commit details
Copy full SHA for 6552753
View code at this point
Browse repository at this point
Commits on Jul 1, 2022
Xbox GDKX support (#5869)
Show description for f317d61
chalonverse
authored
f317d61
View commit details
Copy full SHA for f317d61
View code at this point
Browse repository at this point
Commits on Jun 27, 2022
Fix C89 declaration for macOS modules.
Show description for 6c536af
FtZPetruska
authored and
slouken
committed
6c536af
View commit details
Copy full SHA for 6c536af
View code at this point
Browse repository at this point
Windows GDK Support (#5830)
Show description for 3b19158
chalonverse
authored
3b19158
View commit details
Copy full SHA for 3b19158
View code at this point
Browse repository at this point
Commits on May 18, 2022
Vita: remove Vita-specific RWOps code
isage
authored and
slouken
committed
8c5bda6
View commit details
Copy full SHA for 8c5bda6
View code at this point
Browse repository at this point
Commits on Jan 29, 2022
allow MacOS build without SDL_FILE
pionere
authored and
icculus
committed
176941a
View commit details
Copy full SHA for 176941a
View code at this point
Browse repository at this point
Commits on Jan 4, 2022
SDL_rwops.c: simplify `foo <= 0` checks to `!foo` with unsigned types.
sezero
committed
565ef63
View commit details
Copy full SHA for 565ef63
View code at this point
Browse repository at this point
Commits on Jan 3, 2022
Updated copyright for 2022
slouken
committed
120c76c
View commit details
Copy full SHA for 120c76c
View code at this point
Browse repository at this point
Commits on Mar 8, 2021
Add support for Vita file API in SDL_rwops
uyjulian
authored and
slouken
committed
abcfb22
View commit details
Copy full SHA for abcfb22
View code at this point
Browse repository at this point
ISO C90 fixes
isage
authored and
slouken
committed
7d89f09
View commit details
Copy full SHA for 7d89f09
View code at this point
Browse repository at this point
Fallback to app0:
isage
authored and
slouken
committed
d9b2bde
View commit details
Copy full SHA for d9b2bde
View code at this point
Browse repository at this point
Commits on Jan 2, 2021
Updated copyright for 2021
slouken
committed
9130f7c
View commit details
Copy full SHA for 9130f7c
View code at this point
Browse repository at this point
Commits on Feb 10, 2020
Fixed compile warning
slouken
committed
d55f47d
View commit details
Copy full SHA for d55f47d
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.