Sam Lantinga
|
66e532fa61
Handle out of memory errors without any allocation
|
1 year ago |
foobit
|
579681a372
fixed SDL_SCANCODE_LEFT array position in scancodes_windows.h
|
1 year ago |
SDL Wiki Bot
|
675423f096
Sync SDL3 wiki -> header
|
1 year ago |
Dimitriy Ryazantcev
|
744a29b88f
WGI: Cleanup code a bit (#8647)
|
1 year ago |
SDL Wiki Bot
|
e4582e6edc
Sync SDL3 wiki -> header
|
1 year ago |
Ryan C. Gordon
|
df0fd55891
wikiheaders.pl: README files are no longer in Windows endline format.
|
1 year ago |
Ryan C. Gordon
|
1072b6e86e
docs: fixed typo
|
1 year ago |
Ryan C. Gordon
|
f184dea16c
uikit: Patched to compile.
|
1 year ago |
Ryan C. Gordon
|
447b508a77
error: SDL's allocators now call SDL_OutOfMemory on error.
|
1 year ago |
Ryan C. Gordon
|
70b65d4170
cocoa: Resync modifier keypressed on NSEventTypeFlagsChanged event.
|
1 year ago |
Ryan C. Gordon
|
d1b831e232
include: Clarified documentation for two functions.
|
1 year ago |
Ryan C. Gordon
|
daa38dc793
touch: Replace GetNumTouchDevices/GetTouchDevice with a single function.
|
1 year ago |
Ryan C. Gordon
|
dd47da8a5c
gamepad: Replace GetNumMappings/GetMappingByIndex with a single function.
|
1 year ago |
Ryan C. Gordon
|
dfee3f9e92
render: Replaced SDL_RenderFlush with SDL_FlushRenderer.
|
1 year ago |
Ryan C. Gordon
|
eef5c53668
docs: Moved CREDITS and INSTALL to markdown format.
|
1 year ago |
Ryan C. Gordon
|
f32575dfab
docs: Convert everything to Unix-style endlines.
|
1 year ago |
Ryan C. Gordon
|
c5daf8adb1
testcontroller: Don't query the mapping list until after they are available.
|
1 year ago |
Cameron Cawley
|
df05d5eff4
Fix scroll wheel handling in testmouse
|
1 year ago |
Ozkan Sezer
|
63d4bd4e57
SDL_SendKeyboardText: remove workaround from 1e12d7c, fix use of iscntrl
|
1 year ago |
Anonymous Maarten
|
fea6e7afb1
cmake: copy sources to binary directory in separate target
|
1 year ago |
Dimitriy Ryazantcev
|
9faa7977bd
UWP: Add support for supplementary Unicode characters input
|
1 year ago |
Dimitriy Ryazantcev
|
7b628ea4d5
Win32: Simplify Unicode text input code
|
1 year ago |
Sam Lantinga
|
411c70abb1
Fix the target membership of SDL_pen.h (thanks kanjitalk755!)
|
1 year ago |
shenleban tongying
|
3e6513c773
document the purpose of SDL_SetTextInputRect
|
1 year ago |
Sam Lantinga
|
1e12d7cfb6
Make sure we don't pass UTF-8 to SDL_iscntrl()
|
1 year ago |
Dimitriy Ryazantcev
|
9a206adbee
UWP: Use Windows.UI.Core.CoreDispatcher.AcceleratorKeyActivated event for keyboard
|
1 year ago |
Dimitriy Ryazantcev
|
309ea2d5f9
UWP: Simplify Win32 scan code to SDL scan code mapping
|
1 year ago |
Dimitriy Ryazantcev
|
acc5bb89f8
[Win32] Better keyboard button mapping to SDL scan codes
|
1 year ago |
Dimitriy Ryazantcev
|
6b28065e9e
Reformat Win32 scan code table
|
1 year ago |
Dimitriy Ryazantcev
|
7e86b6aef2
Win32: Fix keymap for keyboard layouts that can print UTF-16 surrogates and ligatures
|
1 year ago |