summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Allow "pulseaudio" as well as "pulse" so SDL 1.2 and 2.0 support both names f...baserock/morphSam Lantinga2013-02-271-0/+5
* Fix pulseaudio dynamic linking for Solaris builds.Shawn Walker2013-02-191-2/+21
* Fix syntax error causing Solaris build failures.Shawn Walker2013-02-191-0/+1
* Fixed bug 1679 - Error in buffer size setting in Haiku/BeOS audio driverSam Lantinga2013-02-111-2/+2
* gem: revert back to graf_mkstate usage to get mouse statePatrice Mandin2012-11-041-21/+11
* gem: Check mouse focus inside mouse motion functionPatrice Mandin2012-11-041-10/+10
* gem: move some variables, and remove duplicatesPatrice Mandin2012-11-041-14/+12
* gem: Handle mouse motion by checking when cursor leave previous position. Add...Patrice Mandin2012-10-121-22/+40
* gem: Handle relative mouse motion earlierPatrice Mandin2012-10-121-23/+24
* gem: Split mouse motion and mouse buttons handlingPatrice Mandin2012-10-121-27/+33
* gem: Move special keys handling in a separate functionPatrice Mandin2012-10-121-21/+18
* Use variables for what they were created forPatrice Mandin2012-10-111-0/+2
* XFlush() after setting the icon.Ryan C. Gordon2012-10-051-0/+1
* Try to use _NET_WM_ICON if possible for X11's SDL_WM_SetIcon() implementation.Ryan C. Gordon2012-10-051-0/+75
* NetBSD wscons support by wizSam Lantinga2012-09-252-2/+18
* NetBSD patch to use AUDIO_GETBUFINFO when available (contributed by jmcneill)Sam Lantinga2012-09-251-4/+8
* Use fast path for RGB 565 -> 32-bit XRGB 8888Sam Lantinga2012-09-021-4/+4
* Removed _GNU_SOURCE define. We'll see if we need it.Ryan C. Gordon2012-08-251-2/+1
* Fixed bug 1561 - BSD joystick: Increase the number of uhid devices to scanSam Lantinga2012-08-241-1/+1
* Minor typo fix.Ryan C. Gordon2012-08-151-1/+1
* Removed a function we don't call anymore.Ryan C. Gordon2012-08-132-10/+0
* Fixed bug 1543 - Fix dynamic loading of X libs on OpenBSDSam Lantinga2012-07-181-0/+6
* Fixed bug 1434 - Add AltiVec detection for OpenBSD/powerpcSam Lantinga2012-07-181-3/+11
* Fixed configure script.Ryan C. Gordon2012-07-111-0/+1
* Added OpenBSD "sndio" audio target.Ryan C. Gordon2012-07-086-1/+373
* Marcus von Appen fixed bug 1529: CDROM detection misbehaviour for FreeBSD 7.x...Sam Lantinga2012-07-021-1/+1
* Changed a ">" to ">="Ryan C. Gordon2012-06-031-1/+1
* Linux evdev: ignore joystick axis events if they aren't in a sane range.Ryan C. Gordon2012-06-031-0/+3
* Added VS2010 solution for SDL-1.2Andreas Schiffler2012-05-123-0/+631
* Fixed bug 1426 - SDL_SemWaitTimeout returns -1 and sets error instead of SDL_...Sam Lantinga2012-02-202-3/+14
* Fixed bug 1424 - Handling of alpha channel in Altivec accelerated blit functionsSam Lantinga2012-02-201-0/+8
* Fixed bug 1427 - integer passed to XChangeProperty() causes crashSam Lantinga2012-02-201-3/+8
* FreeBSD compile fixSam Lantinga2012-02-151-1/+1
* Allow building from somewhere other than the source directorySam Lantinga2012-02-041-0/+1
* Fixed bug 1390 - X11_KeyToUnicodeSam Lantinga2012-01-221-0/+9
* Added the correct version.rc to the Visual Studio build.Sam Lantinga2012-01-213-110/+9
* Added tag release-1.2.15 for changeset fba40d9f4a73Sam Lantinga2012-01-200-0/+0
* Fixed bug 1387 - Patch: fix minor typos in SDL-1.2 HTML docsrelease-1.2.15Sam Lantinga2012-01-203-3/+3
* Fixed inline assembly warning for PPCSam Lantinga2012-01-191-2/+2
* More gyrations trying to get SDL 1.2 to work correctly on all Mac OS X versions.Sam Lantinga2012-01-191-1/+2
* Minor tweak (use variable instead of macro).Ryan C. Gordon2012-01-181-1/+1
* Quartz: minor deprecated function cleanups.Ryan C. Gordon2012-01-181-6/+10
* Quartz: Fixed fullscreen OpenGL on 10.7, when built with 10.7 SDK.Ryan C. Gordon2012-01-181-1/+0
* Removed variables that current GCC builds warn on as set and never used.Ryan C. Gordon2012-01-186-14/+12
* X11: Remove GLX_BUFFER_SIZE attribute.Ryan C. Gordon2012-01-181-5/+0
* Add dynamic symbol for _XGetRequest, which libX11 1.4.99.1 added.Ryan C. Gordon2012-01-182-0/+30
* Quartz: Fix mouse warping freezing for 250+ milliseconds.Ryan C. Gordon2012-01-161-3/+4
* Check for sem_timedwait(), which isn't available on some systems (including O...Sam Lantinga2012-01-153-0/+29
* Switched compatibility version to 1 since the ABI is compatible with previous...Sam Lantinga2012-01-141-2/+2
* Fixed typo in mask comparisonSam Lantinga2012-01-101-1/+1