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