aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/sdl/win32
AgeCommit message (Collapse)Author
2017-04-24WINDOWS: Fix warning under mingw-w64.Kirben
2017-04-24WINDOWS: Hopefully fix mingw compilation.Kirben
2017-04-24WIN32: Fix compilation of getScreenshotPath (missing parenthesis)Thierry Crozat
2017-04-24WIN32: Comment out code that gets the user My Pictures directoryThierry Crozat
This broke compilation on buildbot as ShlObj.h cannot be found. A developer that has access to Windows should take a look to properly fix this.
2017-04-24SDL: Allow specifying the screenshot directory in the config fileThierry Crozat
There is no GUI option to set the screenshot directory, but this allows power users to set it if they don't want to use the default.
2017-04-24WINDOWS: Change location where screenshot are savedPala
This fixes bug #9701: WINDOWS: Flow of taking screenshots on Windows is broken
2016-09-10CLOUD: Move openUrl to OSystemThierry Crozat
2016-05-22UPDATES: Add support for WinSparkleFilippos Karapetis
2016-03-13BACKENDS: Add a Win32 audio CD playerMatthew Hoops
2016-02-12WIN32: Fix compilation with MinGW-w64 based Win32 compiler.Johannes Schickel
2015-10-08WIN: Fix mingw64 compilation, by limiting last hack.Kirben
2015-10-08WIN: Add hack for command line display in Windows versions built with MinGW.Kirben
2015-02-18WINCE: Fix compilation.Johannes Schickel
2015-02-16WIN32: Add experimental SDL2 support.Johannes Schickel
Based on changes by aquadran.
2015-02-16SDL: Handle icon setup in SdlWindow.Johannes Schickel
2014-02-18SDL: Make GPL headers consistent in themselves.Johannes Schickel
2012-01-23WINDOWS: Add default save paths for Windows NT4 onwardsTravis Howell
2011-12-13WIN32: Fix build by adapting to the latest Archive changesFilippos Karapetis
2011-12-13WIN32: (Hopefully) fix compilation by adapting to latest Archive changes.Johannes Schickel
2011-07-19JANITORIAL: Fix MSVC warningsLittleboy
- Conversion from double to float - Unary minus operator applied to unsigned type - ARRAYSIZE redefinition
2011-06-30WIN32: Add option to disable the console window, keeping the current default ↵Travis Howell
of enabling the console window.
2011-06-26BACKENDS: Add special Win32 path to set SDL window iconLittleboy
We bypass SDL_WM_SetIcon and setup the window icon using the embedded icon, with the default path as a fallback. This allows us to use an antialised icon with alpha transparency (which the default included icon doesn't have) on Windows XP and later
2011-06-23BACKENDS: Add better error handling to OSystem_Win32::getDefaultConfigFileName()Julien
2011-06-22Merge pull request #26 from Littleboy/taskbarEugene Sandulenko
Taskbar integration
2011-06-20WIN32: Properly setup priority in Win32 resource archive code.Johannes Schickel
2011-06-16BACKENDS: Move Win32TaskbarManager init code to constructorLittleboy
2011-06-16BACKENDS: Add use flag for taskbar integrationLittleboy
2011-06-16BACKENDS: Implement Win32 taskbar progress state and recent listLittleboy
2011-06-16BACKENDS: Add win32 stubs for taskbar integrationLittleboy
2011-06-04BACKENDS: Fix compilation on mingw64 (take 2)Littleboy
2011-06-04BACKENDS: Cast ShellExecute return value to long instead of intLittleboy
This should fix compilation on mingw64
2011-06-04BACKENDS: Fix compilation with mingwLittleboy
2011-06-04BACKENDS: Implement Win32 version of OSystem::displayLogFile interfaceLittleboy
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-05WIN32: Embed engine data files and theme files into executable.Johannes Schickel
This embeds all the engine data files from dists/engine-data into the executable in case the engines using them are included statically. Furthermore it includes the theme dist files in the executable.
2011-04-28JANITORIAL: Add in necessary include files to fix compilation in MSVCPaul Gilbert
2011-02-05WIN32: Try to fix compiler error for mingw-w64 buildbot buildMax Horn
svn-id: r55785
2010-11-29SDL: Move createLogFile implementions to the OSystem_SDL subclasses.Johannes Schickel
svn-id: r54581
2010-11-29SDL: Trying to cleanup the FORBIDDEN_SYMBOL situationMax Horn
svn-id: r54575
2010-11-29BACKENDS: Include scummsys.h at top of all .cpp files, *before* any #ifdefsMax Horn
svn-id: r54573
2010-11-29COMMON: Applied patch #3121969 - "WIN32_LEAN_AND_MEAN in incorrect place"Filippos Karapetis
svn-id: r54567
2010-11-28SDL: Added missing #define FORBIDDEN_SYMBOL_ALLOW_ALL for the Win32 SDL backendFilippos Karapetis
svn-id: r54527
2010-11-28Merging the gsoc2010-opengl branchMax Horn
svn-id: r54518
2010-07-02Cleanup and documentation.Alejandro Marzini
svn-id: r50589
2010-06-27Improved getDefaultConfigFileName(). Code cleanup.Alejandro Marzini
svn-id: r50364
2010-06-26Removed DEFAULT_CONFIG_FILE define in favor of new getConfigFileNameString ↵Alejandro Marzini
function. svn-id: r50301
2010-06-25Fix link error with duplicated name files.Alejandro Marzini
svn-id: r50255
2010-06-24Created macosx port from sdl backend.Alejandro Marzini
svn-id: r50228
2010-06-24Added a init function to OSystem_SDL for early backend setup, and so ↵Alejandro Marzini
allowing better sub classing. svn-id: r50224
2010-06-23Relocated Win32 and Posix ports. (Part 2)Alejandro Marzini
svn-id: r50193