summaryrefslogtreecommitdiff
path: root/VisualC
AgeCommit message (Expand)AuthorFilesLines
2011-02-17Fixed debug formatSam Lantinga20-4/+22
2011-02-17Removed the obsolete NoSTDIO configurationsSam Lantinga4-269/+0
2011-02-16Renamed SDL_keysym.h to SDL_keycode.h to avoid confusion.Sam Lantinga2-2/+2
2011-02-16Made it possible to build SDL from a fresh checkout without any additional st...Sam Lantinga4-64/+12
2011-02-14Patch from Ken Rogoway:Sam Lantinga2-38/+307
2011-02-11Removed unused leak detection code.Sam Lantinga3-10/+1
2011-02-11Fixed compiling on WindowsSam Lantinga2-15/+0
2011-02-09Fixed compiling on WindowsSam Lantinga2-0/+10
2011-02-07Added a simple log message APISam Lantinga2-0/+10
2011-02-05Updated projectsSam Lantinga2-11/+21
2011-02-04Updated Visual Studio 2010 projectSam Lantinga1-0/+2
2011-02-04Removed missing fileSam Lantinga1-4/+8
2011-02-03Added a way to get a framebuffer interface for a window, and also a way to cr...Sam Lantinga2-25/+49
2011-02-03Made it possible to create a texture of any format, even if not supported by ...Sam Lantinga2-8/+8
2011-02-02Moved the rendering code out to a separate directory in the hope that it can ...Sam Lantinga4-64/+47
2011-02-01Removing Visual Studio projects for testpaletteSam Lantinga3-575/+0
2011-01-31Removed partially functional renderersSam Lantinga3-18/+0
2011-01-27Fixed quotes around Mercurial revision textSam Lantinga4-10/+10
2011-01-270 isn't a valid Mercurial revisionSam Lantinga6-17/+17
2011-01-27Always copy the SDL_config_windows.h to SDL_config.h for VisualC 2005, 2008 a...krogoway6-31/+21
2011-01-24Added SDL_window.* to the project.krogoway1-12/+20
2011-01-24Include windows.h in a single point in the source, so we can be consistent ab...Sam Lantinga2-9/+19
2011-01-20Fixed bug #925Sam Lantinga6-133/+133
2011-01-19Use the debug C runtime for the debug configurationSam Lantinga50-73/+73
2011-01-19The clipboard API was missing from the 2010 projectSam Lantinga1-1/+3
2011-01-19Added post build step to copy SDL and data files into the test projectsSam Lantinga22-5/+271
2011-01-19Added testshape to the Debug configurationSam Lantinga1-0/+1
2011-01-19Added post build step to copy SDL and data files into the test projectsSam Lantinga23-9/+94
2011-01-17Added testatomic test projectSam Lantinga4-13/+585
2011-01-15Updated the atomic API for better use casesSam Lantinga3-4/+13
2011-01-09Jcw87 to SamSam Lantinga5-91/+467
2010-12-15Fixed SDL_VS2005.vcprojJim Grandpre1-1/+18
2010-12-15Reverted SDL_VS2005.vcproj to revision 4634.Jim Grandpre1-50/+0
2010-11-30Added a Visual Studio project for testgestureSam Lantinga4-0/+598
2010-11-30Removed references to testwmSam Lantinga3-10/+10
2010-11-19Fix and rename VS2010 project files, add tests to VS2010 solution, fix VS com...Andreas Schiffler27-216/+368
2010-09-17Updated build for Visual Studio 2010Sam Lantinga3-0/+19
2010-09-15- added directx include path to VS2008 solutionAndreas Schiffler3-9/+20
2010-09-07Add missing imm32.lib from VS2010 projectAndreas Schiffler1-1/+1
2010-08-29Compiling in atan()/atan2() implementation on Visual Studio 2008.Sam Lantinga1-0/+8
2010-08-29Fixed compiling with Visual Studio 2008Sam Lantinga1-2/+34
2010-08-23Update VS2010 project to add new files; update new files so code builds on Wi...Andreas Schiffler1-1/+9
2010-08-22Merged Eli's Google Summer of Code work from SDL-gsoc2010-shaped_windowsSam Lantinga28-22/+3954
2010-08-22Merged Daniel's Google Summer of Code work from SDL-gsoc2010_IMESam Lantinga21-0/+0
2010-08-14Finally got the Win32 API code for shaping to work! Just need to fix SDL_Cal...egottlieb1-1/+1
2010-08-05Improving Cocoa implementation and fixed a small bug in SDL_shape.c.egottlieb1-0/+0
2010-08-03Removed superfluous VS2010 build files.egottlieb25-77/+0
2010-08-02Added and re-added VS2010 solution files.egottlieb4-120/+9
2010-08-02Added VS2010 build files.egottlieb47-0/+2875
2010-08-02Worked on Windows implementation and the quad-trees.egottlieb2-0/+114