Ryan C. Gordon
|
8a5a05c168
events: Let arbitrary signals to simulate iOS/Android backgrounding events.
|
6 years ago |
Ryan C. Gordon
|
911bf6241b
events: Make debug logging of the event queue a hint instead of an #ifdef.
|
6 years ago |
Sylvain Becker
|
cbe80d4708
KMSDRM: valid file descriptors could positive or 0. -1 is invalid. (Bug 4530)
|
6 years ago |
Sylvain Becker
|
3bc1a8b619
Android: minor comment update
|
6 years ago |
Sylvain Becker
|
063c0c2a73
Android: check SDL is initialized before sending the event
|
6 years ago |
Sam Lantinga
|
82758efc46
[iOS DAC] Fix touch events getting from SDL2 to source2.
|
6 years ago |
Sam Lantinga
|
d05eec7207
Fixed initial display orientation at Android app start
|
6 years ago |
Sam Lantinga
|
1a8e3a0270
HIDAPI: fix bug that caused non-HID class parts of composite devices to have windows HID functions called on them.
|
6 years ago |
Sylvain Becker
|
cddb285cdb
Fixed bug 4513 - Wayland, fix crash when remove event is sent (from Sebastian Krzyszkowiak)
|
6 years ago |
Sylvain Becker
|
052b4f2969
SDL_EVDEV_kbd_init: uninitialized data for ioctl (Bug 4530)
|
6 years ago |
Sylvain Becker
|
b28e956b8c
Fixed bug 4542 - Image flipped vertically when rendering on texture
|
6 years ago |
Sylvain Becker
|
28f54ee439
SDL_MouseQuit(): clear mouse->cur_cursor (Bug 4530)
|
6 years ago |
Sylvain Becker
|
7b27594274
KMSDRM: missing return value in VideoInit() (Bug 4530)
|
6 years ago |
Sylvain Becker
|
3b49ee5261
KMSDRM: change calls free() to SDL_free() (Bug 4529)
|
6 years ago |
Sylvain Becker
|
2fd4aee149
Un-activate some routine on mips because they are slowers (Bug 4503)
|
6 years ago |
Sylvain Becker
|
47fb781b94
BlitNtoN BlitNtoNKey: remove non-aligned word read/store (bpp 3<->4) (Bug 4503)
|
6 years ago |
Ryan C. Gordon
|
6fbe9e23fa
raspberry: expose second display.
|
6 years ago |
Sylvain Becker
|
90a075d75f
Fix windows build
|
6 years ago |
Sylvain Becker
|
e9a7b6973a
Fix bug 4053: Blit issues on Big Endian CPU
|
6 years ago |
Sam Lantinga
|
ea4c4cfc28
Fixed bug 4500 - Heap-Buffer Overflow in Map1toN pertaining to SDL_pixels.c
|
6 years ago |
Sylvain Becker
|
afd1b3dae4
Fix invalid memory access and optimise Blit_3or4_to_3or4__*
|
6 years ago |
Sylvain Becker
|
1aa2ad2fe8
Better naming for the blit permutation variables
|
6 years ago |
Sylvain Becker
|
f6a2ae6007
Faster blit colorkey or not, applied to bpp: 3->4 and 4->3
|
6 years ago |
Sylvain Becker
|
604b44f20f
Fix wrong access and simplify
|
6 years ago |
Sylvain Becker
|
5ed30f844d
Some simplification of previous commit
|
6 years ago |
Sylvain Becker
|
5fd228921c
Faster blit with CopyAlpha, no ColorKey
|
6 years ago |
Sylvain Becker
|
704e62bbf4
Code factorization of the pixel format permutation
|
6 years ago |
Sylvain Becker
|
0a007a9bea
Fix wrong comment
|
6 years ago |
Sylvain Becker
|
e5192384d0
Faster blit with no ColorKey
|
6 years ago |
Sylvain Becker
|
7372295ec9
Faster blit when using No Alpha or Set Alpha, + ColorKey
|
6 years ago |