Sylvain Becker
|
6a2200823c
Cleanup add brace (#6545)
|
3 years ago |
Sam Lantinga
|
0a48abc860
Switch header convention from `#include "SDL.h"` to `#include <SDL3/SDLh>`
|
3 years ago |
ulatekh
|
ec58a817ef
Fixes made in response to running a static code analyzer under MS Windows.
|
3 years ago |
Sam Lantinga
|
cf331ef3f9
Fixed build
|
3 years ago |
Sam Lantinga
|
64ea6cefaf
SDL_ResetHint() no longer clears the callbacks associated with a hint
|
3 years ago |
Sam Lantinga
|
d4192850c1
Added SDL_ResetHint() to reset a hint to the default value
|
3 years ago |
pionere
|
7eb13c21c6
improve behavior of SDL_SetHint(WithPriority) (#5309)
|
3 years ago |
Ryan C. Gordon
|
9703f23663
SDL_SetHintWithPriority: actually, this test is good.
|
3 years ago |
Ryan C. Gordon
|
5f25a6ea78
Revert "SDL_SetHintWithPriority: better test if hint value has changed."
|
3 years ago |
Ryan C. Gordon
|
c391bdc160
SDL_SetHintWithPriority: better test if hint value has changed.
|
3 years ago |
Ryan C. Gordon
|
55a07d91fa
SDL_SetHintWithPriority: Allow setting NULL hints.
|
3 years ago |
Mathieu Eyraud
|
fe46569cce
Fix potential memory leak in SDL_AddHintCallback
|
3 years ago |
Sam Lantinga
|
ba62ead5ec
Handle potential out of memory condition when working with hints
|
3 years ago |
Sam Lantinga
|
120c76c84b
Updated copyright for 2022
|
4 years ago |
Sam Lantinga
|
9130f7c377
Updated copyright for 2021
|
5 years ago |
Sam Lantinga
|
a8780c6a28
Updated copyright date for 2020
|
6 years ago |
Sylvain Becker
|
9d4c3f12cd
Fix missing prototype warning
|
6 years ago |
Sam Lantinga
|
cf33f1f0ef
Added a utility function to simplify the hint handling logic
|
6 years ago |
Sam Lantinga
|
5e13087b0f
Updated copyright for 2019
|
7 years ago |
Sam Lantinga
|
e3cc5b2c6b
Updated copyright for 2018
|
8 years ago |
Sam Lantinga
|
b3ac0b6fb0
A hint with an empty string should be treated as the default value
|
8 years ago |
Sam Lantinga
|
45b774e3f7
Updated copyright for 2017
|
9 years ago |
Sam Lantinga
|
27d4f09929
Implemented SDL_GetHintBoolean() to make it easier to check boolean hints
|
9 years ago |
Sam Lantinga
|
42065e785d
Updated copyright to 2016
|
10 years ago |
Philipp Wiesemann
|
72590685c0
Backed out changeset 4ad56dbf4a6f
|
10 years ago |
Philipp Wiesemann
|
0c60f023f5
Removed unnecessary NULL check.
|
11 years ago |
Philipp Wiesemann
|
032b14e7b6
Fixed SDL_AddHintCallback() crashing if no more memory available.
|
11 years ago |
Philipp Wiesemann
|
2a46a9df21
Fixed bug 2647 - Memory leak in SDL_AddHintCallback function - SDL_hints.c
|
11 years ago |
David Ludwig
|
3dcb451f85
Added a README file regarding WinRT support
|
12 years ago |