summaryrefslogtreecommitdiff
path: root/src/video/windows/SDL_windowswindow.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-31Happy New Year!Sam Lantinga1-1/+1
2011-11-10Fixed whitespaceSam Lantinga1-10/+10
2011-10-31Lots of fixes importing SDL source wholesale into a new iOS projectSam Lantinga1-0/+4
2011-10-12Make sure window->driverdata is set before we might need it.Ryan C. Gordon1-1/+2
2011-07-27Patched to compile (I hope).Ryan C. Gordon1-2/+4
2011-07-25If we didn't create win32 window, restore its event procedure on destruction.Ryan C. Gordon1-0/+9
2011-04-08SDL 1.3 is now under the zlib license.Sam Lantinga1-19/+18
2011-03-15Removed obsolete window positioning code.Sam Lantinga1-13/+2
2011-03-15Fixed accidental line deletion.Sam Lantinga1-0/+1
2011-03-13Removed unreferenced variableSam Lantinga1-3/+12
2011-03-11Fixed bug 1167 (SDL_WINDOWPOS_CENTERED doesn't work if used right after fulls...Sam Lantinga1-12/+2
2011-03-11Fixed permissions for C source filesSam Lantinga1-0/+0
2011-03-11Gamma support is back!Sam Lantinga1-0/+48
2011-02-28You can use SDL_ConvertSurfaceFormat() nowSam Lantinga1-45/+39
2011-02-28Fullscreen doesn't automatically grab the cursor.Sam Lantinga1-2/+2
2011-02-26Restore the windowed position and size when coming back from fullscreen.Sam Lantinga1-8/+4
2011-02-21Simplified Windows window creation.Sam Lantinga1-29/+6
2011-02-15Fixed a host of issues with Windows fullscreen modes. Toggling fullscreen Op...Sam Lantinga1-37/+88
2011-02-13A few fixes:Sam Lantinga1-2/+1
2011-02-11Happy 2011! :)Sam Lantinga1-1/+1
2011-02-10Window coordinates are in the global space and windows are not tied to a part...Sam Lantinga1-46/+44
2011-02-04Fixed compiling on Windows CESam Lantinga1-0/+30
2011-01-31Removed more partially functional renderersSam Lantinga1-1/+0
2011-01-24Fixed bug #1100Sam Lantinga1-1/+1
2011-01-24Fixed compiling on Windows Mobile SDK 5.0 with Visual Studio 2008Sam Lantinga1-4/+22
2011-01-20Fixed bug #925Sam Lantinga1-0/+639