Age | Commit message (Expand) | Author | Files | Lines |
2016-01-02 | Updated copyright to 2016 | Sam Lantinga | 1 | -1/+1 |
2015-05-26 | Updated the copyright year to 2015 | Sam Lantinga | 1 | -1/+1 |
2014-09-06 | Fixed example in header file. | Philipp Wiesemann | 1 | -2/+2 |
2014-02-02 | Fixed bug 2374 - Update copyright for 2014... | Sam Lantinga | 1 | -1/+1 |
2013-12-09 | Implemented the Dynamic API magic. | Ryan C. Gordon | 1 | -0/+5 |
2013-11-14 | Renamed things named after BeOS to be named after Haiku instead. | Ryan C. Gordon | 1 | -1/+1 |
2013-11-14 | Added SDL_DetachThread() API. | Ryan C. Gordon | 1 | -1/+41 |
2013-08-18 | Changed some documentation comments in header files to be used by doxygen. | Philipp Wiesemann | 1 | -4/+6 |
2013-07-27 | Fixed bug 1983 - SDL_thread.h broken under MinGW crosscompiling environment | Sam Lantinga | 1 | -1/+1 |
2013-07-20 | Fixed some compiler warnings that Visual Studio reported. | Ryan C. Gordon | 1 | -1/+1 |
2013-07-12 | Fixed gcc warnings for apps using SDL headers with -Wstrict-prototypes flag. | Dimitris Zenios | 1 | -1/+1 |
2013-07-10 | Added release/acquire memory barriers to the atomic API | Sam Lantinga | 1 | -3/+4 |
2013-07-10 | Implemented an API for thread-local storage: SDL_TLSCreate(), SDL_TLSSet(), S... | Sam Lantinga | 1 | -0/+61 |
2013-05-18 | File style cleanup for the SDL 2.0 release | Sam Lantinga | 1 | -13/+9 |
2013-02-15 | Happy New Year! | Sam Lantinga | 1 | -1/+1 |
2012-09-15 | Removed Windows CE support from SDL 2.0. | Ryan C. Gordon | 1 | -12/+0 |
2011-12-31 | Happy New Year! | Sam Lantinga | 1 | -1/+1 |
2011-10-02 | 1.3 API CHANGE: Add support for naming threads. | Ryan C. Gordon | 1 | -4/+28 |
2011-09-12 | Clean up the win32 compiler warnings for SDL threads, in the 1.3 branch. | Ryan C. Gordon | 1 | -12/+0 |
2011-04-08 | SDL 1.3 is now under the zlib license. | Sam Lantinga | 1 | -19/+18 |
2011-03-25 | The API sets the priority for the current thread, not an arbitrary thread. | Sam Lantinga | 1 | -2/+2 |
2011-03-25 | Implemented SDL_SetThreadPriority() | Sam Lantinga | 1 | -0/+15 |
2011-02-11 | Happy 2011! :) | Sam Lantinga | 1 | -1/+1 |
2011-01-24 | Fixed compiling on Windows Mobile SDK 5.0 with Visual Studio 2008 | Sam Lantinga | 1 | -1/+1 |
2011-01-20 | Fixed bug #925 | Sam Lantinga | 1 | -1/+1 |
2010-08-28 | Added a typedef for the thread function to simplify documentation | Sam Lantinga | 1 | -2/+7 |
2010-05-24 | SDL_KillThread() is no longer supported - it was always dangerous! :) | Sam Lantinga | 1 | -10/+0 |
2010-01-24 | Fixed bug #926 | Sam Lantinga | 1 | -1/+1 |
2009-12-16 | Fixed bug #741 | Sam Lantinga | 1 | -4/+7 |
2009-10-19 | Partial fix for bug #859 | Sam Lantinga | 1 | -28/+60 |
2009-09-19 | Removed outdated OS/2 support | Sam Lantinga | 1 | -10/+4 |
2008-12-08 | Updated copyright date | Sam Lantinga | 1 | -1/+1 |
2008-11-24 | Fixed Bugzilla bug #205 | Sam Lantinga | 1 | -1/+6 |
2006-10-28 | indent is evil | Sam Lantinga | 1 | -6/+4 |
2006-10-17 | Merged SDL-ryan-multiple-audio-device branch r2803:2871 into the trunk. | Ryan C. Gordon | 1 | -1/+1 |
2006-07-10 | SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head. | Sam Lantinga | 1 | -20/+42 |
2006-05-17 | Fixed thread callback calling conventions, updated OS/2 DLL name to SDL12.dll | Sam Lantinga | 1 | -1/+1 |
2006-03-06 | Enabled libc support on Win32, so we don't break binary compatibility in 1.2 | Sam Lantinga | 1 | -5/+3 |
2006-03-06 | Fixed declarations to match mingw includes | Sam Lantinga | 1 | -0/+5 |
2006-03-04 | Updated WinCE support by Dmitry (with some tweaks) | Sam Lantinga | 1 | -3/+2 |
2006-02-26 | Updated OS/2 build, yay! | Sam Lantinga | 1 | -2/+2 |
2006-02-21 | Use consistent identifiers for the various platforms we support. | Sam Lantinga | 1 | -1/+1 |
2006-02-10 | More header massaging... works great on Windows. ;-) | Sam Lantinga | 1 | -0/+1 |
2006-02-10 | *** empty log message *** | Sam Lantinga | 1 | -2/+1 |
2006-02-06 | It's now possible to build SDL without any C runtime at all on Windows, | Sam Lantinga | 1 | -22/+22 |
2006-02-01 | Updated copyright information and removed rcs id lines (problematic in branch... | Sam Lantinga | 1 | -12/+7 |
2005-11-23 | OS/2 port! | Ryan C. Gordon | 1 | -0/+43 |
2004-08-20 | Date: Fri, 20 Aug 2004 08:31:20 +0200 | Sam Lantinga | 1 | -1/+1 |
2004-01-04 | Updated copyright information for 2004 (Happy New Year!) | Sam Lantinga | 1 | -1/+1 |
2002-04-11 | Explicitly specify the SDL API calling convention (C by default) | Sam Lantinga | 1 | -5/+5 |