summaryrefslogtreecommitdiff
path: root/include/SDL_hints.h
AgeCommit message (Expand)AuthorFilesLines
2019-04-05Set SDL_HINT_MOUSE_TOUCH_EVENTS for iPhone and iPad as wellSam Lantinga1-5/+2
2019-04-05Android: add hint SDL_HINT_ANDROID_BLOCK_ON_PAUSESylvain Becker1-0/+11
2019-04-05Android: default SDL_HINT_MOUSE_TOUCH_EVENTS to 1 as previous behaviourSylvain Becker1-0/+1
2019-04-04Android: remove SDL_HINT_ANDROID_SEPARATE_MOUSE_AND_TOUCHSylvain Becker1-13/+1
2019-04-04Add hint SDL_HINT_MOUSE_TOUCH_EVENTS for mouse events to generate touch eventsSylvain Becker1-0/+12
2019-03-12hidapi: Add support for Wii U/Switch USB GameCube controller adapter.Ethan Lee1-0/+11
2019-03-15events: Make debug logging of the event queue a hint instead of an #ifdef.Ryan C. Gordon1-0/+23
2019-01-04Updated copyright for 2019Sam Lantinga1-1/+1
2018-12-07Added the hint SDL_HINT_GAMECONTROLLERCONFIG_FILE to specify a file to load a...Sam Lantinga1-0/+10
2018-10-31Merge SDL-ryan-batching-renderer branch to default.Ryan C. Gordon1-0/+25
2018-09-20render: Move to a batching system for rendering (work in progress).Ryan C. Gordon1-0/+25
2018-08-29Don't rumble Bluetooth PS4 controllers by default, as that switches the contr...Sam Lantinga1-0/+15
2018-10-11thread: make SDL_CreateThreadWithStackSize() a public API.Ryan C. Gordon1-0/+4
2018-10-03Update documentation to note that this hint works on Android too (thanks Trent!)Sam Lantinga1-1/+1
2018-08-15Use a single hint for both Xbox 360 and Xbox One controllers, since they are ...Sam Lantinga1-13/+2
2018-08-09Added HIDAPI joystick drivers for more consistent support for Xbox, PS4 and N...Sam Lantinga1-0/+78
2018-07-12Allow trapping the back button so right mouse click can work on some Android ...Sam Lantinga1-0/+17
2018-09-14Added hints SDL_HINT_MOUSE_DOUBLE_CLICK_TIME and SDL_HINT_MOUSE_DOUBLE_CLICK...Sam Lantinga1-0/+10
2018-02-24Updated documentation with API changes in SDL 2.0.8Sam Lantinga1-1/+1
2018-02-16Fixed bug 4085 - X11: Allow configuring _NET_WM_BYPASS_COMPOSITOR through SDL...Sam Lantinga1-0/+12
2018-02-06Replaced SDL_HINT_APPLE_TV_REMOTE_SWIPES_AS_ARROW_KEYS with SDL_HINT_TV_REMOT...Sam Lantinga1-14/+13
2018-02-01Added SDL_HINT_IOS_HIDE_HOME_INDICATOR to determine how the home indicator on...Sam Lantinga1-1/+12
2018-01-17Added a hint SDL_HINT_APPLE_TV_REMOTE_SWIPES_AS_ARROW_KEYS to prevent turning...Sam Lantinga1-0/+10
2018-01-03Updated copyright for 2018Sam Lantinga1-1/+1
2017-12-19Fixed bug 4004 - iOS: don't hide keyboard on RETURNSam Lantinga1-5/+4
2017-12-12Add the ability to set SDL to handle Return as 'hide IME' on Android softkeyb...Sam Lantinga1-0/+13
2017-12-08hints: Add "metal" to the list of SDL_RENDER_DRIVER hints.Ryan C. Gordon1-0/+1
2017-11-07Fixed bug 3943 - General SDL_HINT_VIDEO_DOUBLE_BUFFER hint supportBrandon Schaefer1-8/+16
2017-10-26Fixed bug 3902 - Add a specific KMSDRM hint for low latency videoBrandon Schaefer1-0/+10
2017-09-15Added a hint SDL_HINT_AUDIO_CATEGORY to control the audio category,Sam Lantinga1-0/+13
2017-08-14Fixed bug 3745 - specify SDLCALL as the calling convention for API callbacksSam Lantinga1-1/+1
2017-08-13Fixed bug 2841 - Hint to set resource id for window iconSam Lantinga1-0/+6
2017-08-09Added SDL hints to filter the set of game controllers reported by SDLSam Lantinga1-6/+26
2017-08-03Added a hint SDL_HINT_TOUCH_MOUSE_EVENTS to control whether touch events gene...Sam Lantinga1-0/+11
2017-06-08Fixed environment variable of SDL_HINT_RENDER_LOGICAL_SIZE_MODE.Philipp Wiesemann1-1/+1
2017-06-06Merged Eric Wing's overscan patch.Ryan C. Gordon1-0/+11
2017-06-06windows: Change the default on SDL_HINT_WINDOWS_DISABLE_THREAD_NAMING.Ryan C. Gordon1-4/+9
2017-01-24Generalized the audio resampling hint for other resampling methods in the futureSam Lantinga1-19/+9
2017-01-24audio: Offer a hint for libsamplerate quality/speed tradeoff.Ryan C. Gordon1-0/+36
2017-01-14Fixed doxygen warning and linking of function names.Philipp Wiesemann1-3/+3
2017-01-10Fixed bugs 2570, 3145, improved OpenGL ES context support on Windows and X11Sam Lantinga1-0/+31
2017-01-01Updated copyright for 2017Sam Lantinga1-1/+1
2016-12-23Corrected header file guard comments.Philipp Wiesemann1-3/+3
2016-12-02Added SDL_HINT_MOUSE_NORMAL_SPEED_SCALE and SDL_HINT_MOUSE_RELATIVE_SPEED_SCA...Sam Lantinga1-0/+10
2016-11-20Renaming of guard header names to quiet -Wreserved-id-macroSam Lantinga1-3/+3
2016-11-20Fixed a few warnings that show up with -Wdocumentation and -Wdocumentation-un...Sam Lantinga1-1/+5
2016-11-13[qtwayland] Set orientation and window flags via SDL hintsThomas Perl1-0/+27
2016-10-18Fixed bug 3369 - RaspberryPI ability to specify a Dispmanx layerSam Lantinga1-0/+8
2016-10-07Implemented SDL_GetHintBoolean() to make it easier to check boolean hintsSam Lantinga1-0/+7
2016-09-30SDL_HINT_WINDOWS_DISABLE_THREAD_NAMINGEthan Lee1-0/+11