Ryan C. Gordon
|
4e09e58f62
include: Small clarification on directory enumeration documentation.
|
11 months ago |
SDL Wiki Bot
|
026d3c2306
Sync SDL3 wiki -> header
|
11 months ago |
Sam Lantinga
|
a90ad3b0e2
Removed SDL_bool in favor of plain bool
|
11 months ago |
Sam Lantinga
|
37c9fb490e
Changed enums to use XXX_COUNT for the count or number of values
|
11 months ago |
Ryan C. Gordon
|
154452a726
winrt: Removed WinRT/Windows Phone/UWP support.
|
1 year ago |
SDL Wiki Bot
|
85bbc6028a
Sync SDL3 wiki -> header
|
1 year ago |
Sam Lantinga
|
9ff3446f03
Use SDL_bool instead an int return code in the SDL API
|
1 year ago |
Sam Lantinga
|
b5ad74998b
Removed SDL_DECLSPEC_FREE
|
1 year ago |
SDL Wiki Bot
|
0f2fc2fbaa
Sync SDL3 wiki -> header
|
1 year ago |
Sam Lantinga
|
4f55271571
Removed temporary memory from the API
|
1 year ago |
Sam Lantinga
|
5e513ecc7f
Don't automatically free temporary memory, let the application call SDL_FreeTemporaryMemory() when it's ready.
|
1 year ago |
Sam Lantinga
|
033c9c5951
Added SDL_CopyFile() and SDL_CopyStorageFile()
|
1 year ago |
Sam Lantinga
|
93db5ef135
Fixed documentation for SDL_GlobDirectory()
|
1 year ago |
SDL Wiki Bot
|
975457cfb6
Sync SDL3 wiki -> header
|
1 year ago |
Sam Lantinga
|
71a60d4c0e
Updated documentation for functions that return temporary memory
|
1 year ago |
Sam Lantinga
|
637e9700dd
Standardize placement of '*' in function declarations
|
1 year ago |
Sam Lantinga
|
d73c7311d5
Clarify that the SDL_GetStringRule means that SDL will automatically free the memory later.
|
1 year ago |
Ryan C. Gordon
|
ed1f93cd11
filesystem: `SDL_Glob*Directory()` functions now follow the SDL_GetStringRule.
|
1 year ago |
Ryan C. Gordon
|
52bf7ff42d
filesystem: SDL_GetPrefPath() now follows the SDL_GetStringRule.
|
1 year ago |
Ryan C. Gordon
|
2321726ff1
filesystem: SDL_GetUserFolder() now follows the SDL_GetStringRule.
|
1 year ago |
Ryan C. Gordon
|
3bc81a81f5
filesystem: SDL_GetBasePath() now follows the SDL_GetStringRule.
|
1 year ago |
Ryan C. Gordon
|
51902d4ac5
Updated headers with latest wikiheaders tweaks.
|
1 year ago |
Ryan C. Gordon
|
2ad7c70ac6
documentation: clean up a minor syntax issue.
|
1 year ago |
Sam Lantinga
|
6f2621438a
Renamed DECLSPEC to SDL_DECLSPEC
|
1 year ago |
Ryan C. Gordon
|
5e6d85b8f0
wikiheaders: bridge wiki Category docs to the headers!
|
1 year ago |
Ryan C. Gordon
|
17976c1ae1
SDL_filesystem.h: SDL_GLOB_CASEINSENSITIVE was defined twice.
|
1 year ago |
Sam Lantinga
|
863a9029ae
Added SDL_GlobFlags
|
1 year ago |
Ryan C. Gordon
|
03b7e02804
include: SDL_GLOB_CASESENSITIVE is associated with SDL_GlobDirectory.
|
1 year ago |
Susko3
|
895586c928
Use `1u` literal for flags/masks calculation
|
1 year ago |
Ryan C. Gordon
|
a04abd78d3
SDL_filesystem.h: Add a `\sa` from SDL_GetUserFolder to SDL_Folder.
|
1 year ago |