Sylvain
|
649a33ae47
X11: remove redundant 'wakeup_lock' mutex creation
|
3 년 전 |
Ozkan Sezer
|
c4bac66b74
os2, geniconv: replaced many uses of libc calls with SDL_ counterparts.
|
3 년 전 |
Ozkan Sezer
|
0a0f685473
SDL_os2video.c: missed replacing a use of libc function
|
3 년 전 |
Ozkan Sezer
|
8e9ea2e362
SDL_os2joystick.c: missed replacing a use of libc function
|
3 년 전 |
Sylvain
|
8b1a2fe860
backout SDL_AndroidSetInputType()
|
3 년 전 |
Sylvain
|
6ef3bc5688
Add Dynapi for SDL_AndroidSetInputType()
|
3 년 전 |
Sylvain
|
ccb12457f9
Fixed bug #4843 - Can not get the ime candidatelist like chinese/japaness input method
|
3 년 전 |
Sam Lantinga
|
7fb4364391
Don't process WM_INPUT when handling relative mode by warping the mouse cursor
|
3 년 전 |
DomGries
|
06824b18fd
Cleanup windows events after recent changes
|
3 년 전 |
Sylvain
|
50f969c1b2
Fixed bug #4841 - Out of bounds read (by 1 byte) in yuvnv12_rgb24_sseu
|
3 년 전 |
shaquan-omari
|
ea97ab6164
Add mapping for HORI Fighting Commander OCTA controller on Linux
|
3 년 전 |
Sam Lantinga
|
1c5b3e0e16
Don't center the mouse when gaining focus unless we're using relative mode warping
|
3 년 전 |
Sam Lantinga
|
a70a94e0b3
Don't send a mouse leave event if the mouse is outside the window when gaining focus and in relative mode.
|
3 년 전 |
Ozkan Sezer
|
c583055acb
SDL_windowsevents.c (WIN_WindowProc): remove SAFE_AREA_X and SAFE_AREA_Y
|
3 년 전 |
Sam Lantinga
|
d5700ed20b
Don't log SDL_POLLSENTINEL, it's purely for internal bookkeeping
|
3 년 전 |
Sam Lantinga
|
dd5d89505d
Fixed whitespace
|
3 년 전 |
Ozkan Sezer
|
7f728f3eb6
enabled os2 joystick code (if anyone has actually a use for it...)
|
3 년 전 |
SDL Wiki Bot
|
8a48ce00c8
Sync wiki -> header
|
3 년 전 |
Brick
|
8bf32e12d8
Improved SDL_PollEvent usage (#4794)
|
3 년 전 |
Sam Lantinga
|
43da35b567
Back out documentation changes in favor of https://github.com/libsdl-org/SDL/pull/4794
|
3 년 전 |
Sam Lantinga
|
0dc57b0f08
Remove slightly misleading comment in the example code
|
3 년 전 |
Sam Lantinga
|
ddf1d5c553
Update documentation to reflect that a single SDL_PumpEvents() each frame is the recommended way to handle events
|
3 년 전 |
Sam Lantinga
|
88e9f7765c
Fixed relative mouse mode using warping after https://github.com/libsdl-org/SDL/commit/82793ac279d19b5bde8fc2bd62877b05ba5a76e0
|
3 년 전 |
Sam Lantinga
|
a1fabca162
Removed mouse warping for local mice and improved warp handling for mouse over RDP
|
3 년 전 |
Sam Lantinga
|
82793ac279
Fixed mouse warping while in relative mode
|
3 년 전 |
Sylvain
|
072e3fdfc4
Fixed bug #4534: NEON implementation of Convert51ToStereo (Thanks Ryan!)
|
3 년 전 |
Sam Lantinga
|
5e89b3c89e
Don't need to use raw input to track the mouse during mouse capture (thanks Brick!)
|
3 년 전 |
Brick
|
0b6a821188
Messages posted on the same tick are not new
|
3 년 전 |
Rémy Tassoux
|
0789610cfb
Add SDL_HINT_WINDOW_NO_ACTIVATION_WHEN_SHOWN
|
3 년 전 |
Sam Lantinga
|
227c33b8ec
Add note about SDL_TICKS_PASSED hitting int overflow problems with large timeouts
|
3 년 전 |