summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* config.guess and config.sub updates from mainstreamSDL-1.2Ozkan Sezer2021-01-282-12/+16
* renamed SDL_JOYSTICK_USBHID_MACHINE_JOYSTICK_H to SDL_HAVE_MACHINE_JOYSTICK_HOzkan Sezer2021-01-234-6/+6
* add SDL_VIDEO_DRIVER_OS2GROP to SDL_config.h.inOzkan Sezer2021-01-231-0/+1
* autotools build system updates / fixes.Ozkan Sezer2021-01-237-49/+19
* renamed configure.in to configure.acOzkan Sezer2021-01-232-0/+0
* minor cleanup to os2 joystick code.Ozkan Sezer2021-01-221-9/+7
* os/2: imported new video driver (os2grop) authored by Andrey Vasilkin.Ozkan Sezer2021-01-2233-89/+8415
* Update config.guess and config.sub from mainstream.Ozkan Sezer2021-01-052-4/+4
* joystick/linux: remove deadzone and output axis values in correct rangeOzkan Sezer2021-01-023-25/+24
* SDL_endian.h: backport arm64 implementations of SDL_Swap16/32 from SDL2Ozkan Sezer2020-12-301-2/+14
* SDL_x11events.c: properly handle input focus events (fix bug #5426)Ozkan Sezer2020-12-303-0/+18
* multiple updates to autotools build system from default SDL2 branchOzkan Sezer2020-12-3016-16747/+8414
* tests: regenerate configure using autoconf patched for AC_PATH_X11Ozkan Sezer2020-12-202-17/+82
* sdl.m4: update to use pkgconfig if available.Ozkan Sezer2020-12-201-43/+60
* tests: update acinclude.m4 from top-level sdl.m4Ozkan Sezer2020-12-201-8/+10
* coreaudio: change outputAudioUnit type to AudioComponentInstance.Ozkan Sezer2020-11-152-29/+28
* updated docs for 1.2.16 changes so far.Ozkan Sezer2020-11-142-0/+6
* Fixed bug 5328 - fast paths for 24/32-bit blitting on SDL-1.2Sylvain Becker2020-11-141-1/+716
* SDL-1.2: fix crash in CPU_haveARMSIMD()Sylvain Becker2020-11-131-2/+4
* updated docs for 1.2.16 changes so far.Ozkan Sezer2020-10-252-6/+44
* os2/SDL_sysjoystick.c: move struct _transaxes oot of struct joystick_hwdataOzkan Sezer2020-10-251-6/+8
* SDL_opengl.h: fixed glGenVertexArraysAPPLE() signature.Ozkan Sezer2020-10-241-2/+2
* SDL_opengl.h: add another __gl_glext_h_ check. (cf.: bug #5216.)Ozkan Sezer2020-10-241-2/+5
* updated Watcom-OS2.zip (adds an emx import lib for FSLib)Ozkan Sezer2020-10-211-0/+0
* SDL_os2fslib.c (os2fslib_PumpEvents): replace difftime with DosQuerySysInfoOzkan Sezer2020-10-211-5/+4
* SDL_os2fslib.c: whitespace / code style tidy-upOzkan Sezer2020-10-211-1512/+1016
* video, SDL_os2fslib.c: use calloc instead of malloc where it's suitableOzkan Sezer2020-10-201-10/+4
* video, SDL_os2fslib.c: changed struct BMPINFO to be more compatibleOzkan Sezer2020-10-201-18/+18
* os2/SDL_systimer.c: removed the watcom-only asmOzkan Sezer2020-10-201-59/+25
* Watcom-OS2.zip: replaced FSLib with a freshly re-built one:Ozkan Sezer2020-10-201-0/+0
* os2: replace a few "not enough memory" SetError()s with SDL_OutOfMemory()Ozkan Sezer2020-10-194-7/+5
* joystick/os2: add back the driver with joyos2.h inclusion removed,Ozkan Sezer2020-10-192-0/+724
* updated Watcom-Win32.zip for newer dx headers.Ozkan Sezer2020-09-241-0/+0
* fix -Wparentheses warning after commit 1c7030e282b0Ozkan Sezer2020-09-221-2/+2
* joystick/linux: Fix invalid coef when axis min > axis maxPaul Cercueil2020-09-221-1/+4
* video/fbcon: Remove useless wait-for-vblank ioctlPaul Cercueil2020-09-221-4/+0
* video/fbcon: Allow running as non-rootPaul Cercueil2020-09-221-1/+1
* video/fbcon: Implement triple-bufferingPaul Cercueil2020-09-223-11/+166
* video/fbcon: Fix keyboard input when not launched fromPaul Cercueil2020-09-221-11/+0
* video/fbcon: Allow exiting without clearing thePaul Cercueil2020-09-221-6/+9
* video/fbcon: Clear framebuffer at initPaul Cercueil2020-09-221-0/+3
* video/fbcon: Fix double buffering with non-fullscreenPaul Cercueil2020-09-221-1/+1
* joystick/linux: Allow for custom joystick namesPaul Cercueil2020-09-221-3/+4
* joystick/linux: Enhance detection of gamepadsPaul Cercueil2020-09-221-1/+2
* riscos: Fix off-by-one issues with mouse coordinatesCameron Cawley2020-09-214-18/+22
* riscos: Add support for additional mouse eventsCameron Cawley2020-09-203-6/+29
* coreaudio: fix build for older versions / against older sdks after commit 450...Ozkan Sezer2020-07-181-5/+20
* coreaudio: Move off deprecated APIs.Ryan C. Gordon2020-07-171-8/+8
* Disable ARM SIMD and NEON by default for now (bug #4365 -- prev. patch was in...Ozkan Sezer2020-07-052-6/+6
* fix bug #5216: SDL_opengl.h: define __gl_glext_h_ along with __glext_h_.Ozkan Sezer2020-07-041-0/+2