summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-05-09Removed multi-mouse / multi-keyboard support in anticipation of a real multi-...Sam Lantinga27-2783/+319
2010-05-09Make the compiler even happierSam Lantinga1-1/+1
2010-05-09Make sure events are current before flushing them.Sam Lantinga1-0/+3
2010-05-09Added missing headerSam Lantinga1-0/+1
2010-05-09Removed unused variablesSam Lantinga1-4/+1
2010-05-09Fixed compiler warningsSam Lantinga1-4/+3
2010-05-09Fixed variable use before initialize warningsSam Lantinga1-3/+6
2010-05-09Removed unused variablesSam Lantinga1-2/+0
2010-05-09Fixed Eric's changes to allow building from the command line.Sam Lantinga1-1/+1
2010-05-08Exempted writable modes from bundle check on OS X since bundle areas are typi...Eric Wing1-0/+6
2010-05-08Added automated test to Xcode project plus needed changes to SDL_RWFromFile t...Eric Wing3-3/+56
2010-05-02Much improved multi-display support for iPad.Ryan C. Gordon7-78/+138
2010-05-01Test for system version in the Apple Recommended way.Ryan C. Gordon1-2/+4
2010-04-30Implemented SDL power APIs for iPhoneOS.Ryan C. Gordon3-1/+110
2010-04-29Implemented display mode functionality for UIKit.Ryan C. Gordon1-21/+125
2010-04-20Fix a crash caused by empty keyboard focusJjgod Jiang1-2/+2
2010-04-15changeset: 4434:4e5dd7dc58cdSam Lantinga1-1/+3
2010-04-15Minor cleanup on Jiang's patchSam Lantinga2-6/+12
2010-04-15changeset: 4433:25667ea797faSam Lantinga3-4/+20
2010-04-15Fixed bug 984Sam Lantinga1-0/+4
2010-03-25General improvements for user custom event registrationSam Lantinga10-73/+138
2010-03-10Fixed bug #943Sam Lantinga4-4/+14
2010-02-28Disable error checks for reset actuators and set autocenter.Edgar Simo1-0/+4
2010-02-28Changed revision details to be a string (an hg changeset) instead of an int.Ryan C. Gordon1-1/+1
2010-02-17Adam Strzelecki to SDLSam Lantinga1-1/+4
2010-02-14Make sure STRICT is defined so the window proc has the correct prototypeSam Lantinga1-0/+1
2010-02-14Fixed compile error using Borland C++Sam Lantinga1-1/+1
2010-02-12Merged r5549:5550 from branches/SDL-1.2: ALSA 6-channel swizzle fix.Ryan C. Gordon1-2/+1
2010-02-05Merged r5547:5548 from branches/SDL-1.2: FreeBSD joystick uninit'd var fix.Ryan C. Gordon1-1/+1
2010-02-01Fixed showing and hiding fullscreen windowsSam Lantinga2-8/+5
2010-01-27Fixed bug #743Sam Lantinga2-5/+11
2010-01-26Removed test for "driver is valid, but doesn't see any audio devices."Ryan C. Gordon22-50/+26
2010-01-24Fixed bug #926Sam Lantinga392-682/+675
2010-01-24Fixed bug #935Sam Lantinga8-460/+0
2010-01-24Added magic to detect already freed or otherwise invalid windows and textures.Sam Lantinga2-131/+128
2010-01-24Fixed bug #916Sam Lantinga1-4/+6
2010-01-22update window prev linksSam Lantinga1-0/+9
2010-01-22Fixed infinite loop at shutdown - update texture prev linksSam Lantinga1-0/+6
2010-01-21Fixed compilation on iPhoneSam Lantinga1-1/+1
2010-01-21Fixed crash when there was no mouse focus for some reason (iPhone bug?)Sam Lantinga1-4/+4
2010-01-21Fixed Cocoa and OpenGL buildsSam Lantinga3-40/+40
2010-01-21Fixed compile warningSam Lantinga1-1/+0
2010-01-21Switched from SDL_WindowID and SDL_TextureID to SDL_Window* and SDL_Texture* ...Sam Lantinga52-869/+643
2010-01-19From: Jjgod JiangSam Lantinga3-10/+13
2010-01-18Fixed bug #920Sam Lantinga1-10/+35
2010-01-18Fixed bug #930Sam Lantinga11-2781/+0
2010-01-18Fixed compile error on Mac OS X 10.4Sam Lantinga2-10/+10
2010-01-18Fixed bug #932Sam Lantinga1-0/+1
2010-01-17Minor cleanups in PulseAudio code, to keep this 80-column-friendly.Ryan C. Gordon1-33/+40
2010-01-17Attempt to clean up PulseAudio dynamic loading support.Ryan C. Gordon1-148/+142