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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-16
Fixed Visual Studio build
Sam Lantinga
2
-1
/
+3
2019-03-16
Fixed iOS build
Sam Lantinga
1
-0
/
+6
2019-03-16
Fixed Mac OS X build
Sam Lantinga
1
-8
/
+8
2019-03-16
Fixed configure error if pkg modules aren't available
Sam Lantinga
2
-96
/
+16
2019-03-16
emscripten: force resize event when pixel ratio changes
Sebastian Krzyszkowiak
1
-1
/
+11
2019-03-16
Fixed bug 4450 - SDL_mouse.c fails to compile with CMake generated Visual Stu...
Sam Lantinga
1
-0
/
+3
2019-03-16
Fixed bug 4511 - SDL_gamecontrollerdb Mapping for Sony Playstation USB contro...
Sam Lantinga
1
-2
/
+3
2019-02-14
Fixed DualShock 3 mapping
Silent
1
-1
/
+1
2019-03-16
Fixed bug 4525 - Fix crash in ALSA_HotplugThread caused by bad return value c...
Sam Lantinga
1
-1
/
+1
2019-03-16
Fixed bug 4544 - SDL2.m4 SDL2.framework patch made it impossible to fail dete...
Sam Lantinga
1
-1
/
+1
2019-03-16
Fixed CVE-2019-7635 and bug 4498 - Heap-Buffer Overflow in Blit1to4 pertainin...
Sam Lantinga
1
-3
/
+24
2019-03-16
Fix polling left trigger reporting right trigger's values.
Jimb Esser
1
-0
/
+2
2019-03-16
Fix DirectInput error codes being lost
Jimb Esser
1
-2
/
+2
2019-03-12
hidapi: Add support for Wii U/Switch USB GameCube controller adapter.
Ethan Lee
13
-175
/
+723
2019-03-16
Fixed bug 4452 - Please replace AC_HELP_STRING with AS_HELP_STRING
Sam Lantinga
1
-92
/
+92
2019-03-16
Added missing PKG_CONFIG macros
Sam Lantinga
2
-617
/
+1181
2019-02-03
Use host system pkg-config when (cross-)compiling and convert to PKG_CHECK_MO...
Hugh McMaster
1
-218
/
+116
2019-03-16
Fix compiler warnings.
Ryan C. Gordon
2
-4
/
+3
2019-03-15
testgesture: Add dependency to SDLtest to Visual Studio project.
Ryan C. Gordon
1
-0
/
+6
2019-03-15
testgesture: cleaned up code formatting, etc.
Ryan C. Gordon
1
-195
/
+196
2019-03-15
testgesture: minor cleanups.
Ryan C. Gordon
1
-7
/
+1
2019-03-15
test: Moved testgesture.c over to the common SDLtest framework.
Ryan C. Gordon
1
-41
/
+45
2019-03-15
events: Disable all the signal-handling code on platforms without support.
Ryan C. Gordon
1
-19
/
+31
2019-03-15
events: Let arbitrary signals to simulate iOS/Android backgrounding events.
Ryan C. Gordon
6
-48
/
+165
2019-03-15
events: Make debug logging of the event queue a hint instead of an #ifdef.
Ryan C. Gordon
4
-57
/
+128
2019-03-13
KMSDRM: valid file descriptors could positive or 0. -1 is invalid. (Bug 4530)
Sylvain Becker
1
-2
/
+2
2019-03-13
Android: minor comment update
Sylvain Becker
1
-1
/
+1
2019-03-13
Android: check SDL is initialized before sending the event
Sylvain Becker
1
-1
/
+6
2019-03-12
[iOS DAC] Fix touch events getting from SDL2 to source2.
Sam Lantinga
1
-0
/
+21
2019-03-12
Fixed initial display orientation at Android app start
Sam Lantinga
3
-15
/
+25
2019-03-12
HIDAPI: fix bug that caused non-HID class parts of composite devices to have ...
Sam Lantinga
1
-5
/
+12
2019-03-12
Fixed bug 4513 - Wayland, fix crash when remove event is sent (from Sebastian...
Sylvain Becker
1
-1
/
+4
2019-03-12
SDL_EVDEV_kbd_init: uninitialized data for ioctl (Bug 4530)
Sylvain Becker
1
-1
/
+1
2019-03-12
Fixed bug 4542 - Image flipped vertically when rendering on texture
Sylvain Becker
3
-1
/
+7
2019-03-11
SDL_MouseQuit(): clear mouse->cur_cursor (Bug 4530)
Sylvain Becker
1
-0
/
+1
2019-03-11
KMSDRM: missing return value in VideoInit() (Bug 4530)
Sylvain Becker
1
-0
/
+2
2019-03-11
KMSDRM: change calls free() to SDL_free() (Bug 4529)
Sylvain Becker
1
-2
/
+2
2019-02-23
Un-activate some routine on mips because they are slowers (Bug 4503)
Sylvain Becker
1
-7
/
+52
2019-02-22
BlitNtoN BlitNtoNKey: remove non-aligned word read/store (bpp 3<->4) (Bug 4503)
Sylvain Becker
1
-229
/
+78
2019-02-19
raspberry: expose second display.
Ryan C. Gordon
1
-13
/
+30
2019-02-18
Fix windows build
Sylvain Becker
1
-29
/
+30
2019-02-18
Fix bug 4053: Blit issues on Big Endian CPU
Sylvain Becker
1
-8
/
+158
2019-02-18
Fixed bug 4500 - Heap-Buffer Overflow in Map1toN pertaining to SDL_pixels.c
Sam Lantinga
1
-0
/
+4
2019-02-17
Fix invalid memory access and optimise Blit_3or4_to_3or4__*
Sylvain Becker
1
-9
/
+63
2019-02-09
Better naming for the blit permutation variables
Sylvain Becker
1
-80
/
+81
2019-02-09
Faster blit colorkey or not, applied to bpp: 3->4 and 4->3
Sylvain Becker
1
-4
/
+133
2019-02-08
Fix wrong access and simplify
Sylvain Becker
1
-15
/
+5
2019-02-07
Some simplification of previous commit
Sylvain Becker
1
-47
/
+22
2019-02-07
Faster blit with CopyAlpha, no ColorKey
Sylvain Becker
1
-9
/
+41
2019-02-07
Code factorization of the pixel format permutation
Sylvain Becker
1
-108
/
+73
[prev]
[next]