index
:
~wtay/SDL
SDL-1.2
fixes
master
pipewire-camera
rhel-7.9
rhel-8
rhel-8.0
rhel-8.0-SDL2
Unnamed repository; edit this file 'description' to name the repository.
wtay
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
SDL_hints.h
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-05
Set SDL_HINT_MOUSE_TOUCH_EVENTS for iPhone and iPad as well
Sam Lantinga
1
-5
/
+2
2019-04-05
Android: add hint SDL_HINT_ANDROID_BLOCK_ON_PAUSE
Sylvain Becker
1
-0
/
+11
2019-04-05
Android: default SDL_HINT_MOUSE_TOUCH_EVENTS to 1 as previous behaviour
Sylvain Becker
1
-0
/
+1
2019-04-04
Android: remove SDL_HINT_ANDROID_SEPARATE_MOUSE_AND_TOUCH
Sylvain Becker
1
-13
/
+1
2019-04-04
Add hint SDL_HINT_MOUSE_TOUCH_EVENTS for mouse events to generate touch events
Sylvain Becker
1
-0
/
+12
2019-03-12
hidapi: Add support for Wii U/Switch USB GameCube controller adapter.
Ethan Lee
1
-0
/
+11
2019-03-15
events: Make debug logging of the event queue a hint instead of an #ifdef.
Ryan C. Gordon
1
-0
/
+23
2019-01-04
Updated copyright for 2019
Sam Lantinga
1
-1
/
+1
2018-12-07
Added the hint SDL_HINT_GAMECONTROLLERCONFIG_FILE to specify a file to load a...
Sam Lantinga
1
-0
/
+10
2018-10-31
Merge SDL-ryan-batching-renderer branch to default.
Ryan C. Gordon
1
-0
/
+25
2018-09-20
render: Move to a batching system for rendering (work in progress).
Ryan C. Gordon
1
-0
/
+25
2018-08-29
Don't rumble Bluetooth PS4 controllers by default, as that switches the contr...
Sam Lantinga
1
-0
/
+15
2018-10-11
thread: make SDL_CreateThreadWithStackSize() a public API.
Ryan C. Gordon
1
-0
/
+4
2018-10-03
Update documentation to note that this hint works on Android too (thanks Trent!)
Sam Lantinga
1
-1
/
+1
2018-08-15
Use a single hint for both Xbox 360 and Xbox One controllers, since they are ...
Sam Lantinga
1
-13
/
+2
2018-08-09
Added HIDAPI joystick drivers for more consistent support for Xbox, PS4 and N...
Sam Lantinga
1
-0
/
+78
2018-07-12
Allow trapping the back button so right mouse click can work on some Android ...
Sam Lantinga
1
-0
/
+17
2018-09-14
Added hints SDL_HINT_MOUSE_DOUBLE_CLICK_TIME and SDL_HINT_MOUSE_DOUBLE_CLICK...
Sam Lantinga
1
-0
/
+10
2018-02-24
Updated documentation with API changes in SDL 2.0.8
Sam Lantinga
1
-1
/
+1
2018-02-16
Fixed bug 4085 - X11: Allow configuring _NET_WM_BYPASS_COMPOSITOR through SDL...
Sam Lantinga
1
-0
/
+12
2018-02-06
Replaced SDL_HINT_APPLE_TV_REMOTE_SWIPES_AS_ARROW_KEYS with SDL_HINT_TV_REMOT...
Sam Lantinga
1
-14
/
+13
2018-02-01
Added SDL_HINT_IOS_HIDE_HOME_INDICATOR to determine how the home indicator on...
Sam Lantinga
1
-1
/
+12
2018-01-17
Added a hint SDL_HINT_APPLE_TV_REMOTE_SWIPES_AS_ARROW_KEYS to prevent turning...
Sam Lantinga
1
-0
/
+10
2018-01-03
Updated copyright for 2018
Sam Lantinga
1
-1
/
+1
2017-12-19
Fixed bug 4004 - iOS: don't hide keyboard on RETURN
Sam Lantinga
1
-5
/
+4
2017-12-12
Add the ability to set SDL to handle Return as 'hide IME' on Android softkeyb...
Sam Lantinga
1
-0
/
+13
2017-12-08
hints: Add "metal" to the list of SDL_RENDER_DRIVER hints.
Ryan C. Gordon
1
-0
/
+1
2017-11-07
Fixed bug 3943 - General SDL_HINT_VIDEO_DOUBLE_BUFFER hint support
Brandon Schaefer
1
-8
/
+16
2017-10-26
Fixed bug 3902 - Add a specific KMSDRM hint for low latency video
Brandon Schaefer
1
-0
/
+10
2017-09-15
Added a hint SDL_HINT_AUDIO_CATEGORY to control the audio category,
Sam Lantinga
1
-0
/
+13
2017-08-14
Fixed bug 3745 - specify SDLCALL as the calling convention for API callbacks
Sam Lantinga
1
-1
/
+1
2017-08-13
Fixed bug 2841 - Hint to set resource id for window icon
Sam Lantinga
1
-0
/
+6
2017-08-09
Added SDL hints to filter the set of game controllers reported by SDL
Sam Lantinga
1
-6
/
+26
2017-08-03
Added a hint SDL_HINT_TOUCH_MOUSE_EVENTS to control whether touch events gene...
Sam Lantinga
1
-0
/
+11
2017-06-08
Fixed environment variable of SDL_HINT_RENDER_LOGICAL_SIZE_MODE.
Philipp Wiesemann
1
-1
/
+1
2017-06-06
Merged Eric Wing's overscan patch.
Ryan C. Gordon
1
-0
/
+11
2017-06-06
windows: Change the default on SDL_HINT_WINDOWS_DISABLE_THREAD_NAMING.
Ryan C. Gordon
1
-4
/
+9
2017-01-24
Generalized the audio resampling hint for other resampling methods in the future
Sam Lantinga
1
-19
/
+9
2017-01-24
audio: Offer a hint for libsamplerate quality/speed tradeoff.
Ryan C. Gordon
1
-0
/
+36
2017-01-14
Fixed doxygen warning and linking of function names.
Philipp Wiesemann
1
-3
/
+3
2017-01-10
Fixed bugs 2570, 3145, improved OpenGL ES context support on Windows and X11
Sam Lantinga
1
-0
/
+31
2017-01-01
Updated copyright for 2017
Sam Lantinga
1
-1
/
+1
2016-12-23
Corrected header file guard comments.
Philipp Wiesemann
1
-3
/
+3
2016-12-02
Added SDL_HINT_MOUSE_NORMAL_SPEED_SCALE and SDL_HINT_MOUSE_RELATIVE_SPEED_SCA...
Sam Lantinga
1
-0
/
+10
2016-11-20
Renaming of guard header names to quiet -Wreserved-id-macro
Sam Lantinga
1
-3
/
+3
2016-11-20
Fixed a few warnings that show up with -Wdocumentation and -Wdocumentation-un...
Sam Lantinga
1
-1
/
+5
2016-11-13
[qtwayland] Set orientation and window flags via SDL hints
Thomas Perl
1
-0
/
+27
2016-10-18
Fixed bug 3369 - RaspberryPI ability to specify a Dispmanx layer
Sam Lantinga
1
-0
/
+8
2016-10-07
Implemented SDL_GetHintBoolean() to make it easier to check boolean hints
Sam Lantinga
1
-0
/
+7
2016-09-30
SDL_HINT_WINDOWS_DISABLE_THREAD_NAMING
Ethan Lee
1
-0
/
+11
[next]