summaryrefslogtreecommitdiff
path: root/src/thread/windows
AgeCommit message (Expand)AuthorFilesLines
2011-10-31Lots of fixes importing SDL source wholesale into a new iOS projectSam Lantinga4-1/+19
2011-10-18Don't crash with a NULL thread name.Ryan C. Gordon1-18/+20
2011-10-02Disable thread naming on Windows for now.Ryan C. Gordon1-0/+2
2011-10-02Further patched to compile on Windows.Ryan C. Gordon1-1/+1
2011-10-02Patched to compile on Windows.Ryan C. Gordon1-4/+4
2011-10-021.3 API CHANGE: Add support for naming threads.Ryan C. Gordon1-2/+30
2011-09-20Simplified Windows RunThread().Ryan C. Gordon1-13/+6
2011-09-12Clean up the win32 compiler warnings for SDL threads, in the 1.3 branch.Ryan C. Gordon1-17/+28
2011-09-11More work on cleaning out compiler warnings.Ryan C. Gordon1-2/+2
2011-04-08SDL 1.3 is now under the zlib license.Sam Lantinga4-76/+72
2011-03-25The API sets the priority for the current thread, not an arbitrary thread.Sam Lantinga1-6/+6
2011-03-25Implemented SDL_SetThreadPriority()Sam Lantinga1-0/+19
2011-03-11Fixed permissions for C source filesSam Lantinga1-0/+0
2011-02-17Our minimum Windows version is Windows 2000, so it's okay to directly call In...Sam Lantinga1-16/+4
2011-02-17Fixed bug 1128Sam Lantinga1-20/+25
2011-02-11Happy 2011! :)Sam Lantinga4-4/+4
2011-01-24Fixed cross-compiling for WindowsSam Lantinga1-0/+5
2011-01-24Include windows.h in a single point in the source, so we can be consistent ab...Sam Lantinga4-8/+4
2011-01-24Fixed compiling on Windows Mobile SDK 5.0 with Visual Studio 2008Sam Lantinga2-4/+2
2011-01-20Fixed bug #925Sam Lantinga6-0/+725