aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/sdl/win32
AgeCommit message (Expand)Author
2019-11-08WIN32: Fix free being used on arrays allocated with newThierry Crozat
2019-11-08WIN32: Exit when WinSparkle runs installersluicebox
2019-10-05JANITORIAL: Fix typo in commentThierry Crozat
2019-09-02COMMON: Don't include win32.h in common/encoding.hSupSuper
2019-09-01WIN32: Use uint instead of unsigned int.Jaromir Wysoglad
2019-09-01TTS: Remove USE_PLATFORM_TTS definesJaromir Wysoglad
2019-09-01TTS: Add TTS support when compiling with msvc.Jaromir Wysoglad
2019-09-01TTS: Minor refactorisationsJaromir Wysoglad
2019-09-01TTS: Prepare for windows TTSJaromir Wysoglad
2019-08-24WIN32: Delete obsolete comment in convertEncoding.Jaromir Wysoglad
2019-08-24WIN32: Handle endianity in convertEncodingJaromir Wysoglad
2019-08-24WIN32: Move getCodePageId to codepage.hJaromir Wysoglad
2019-08-24WIN32: Fix infinite loop when converting from utf32Jaromir Wysoglad
2019-08-24WIN32: Fix conversion of multibyte encodings.Jaromir Wysoglad
2019-08-24WIN32: Resolve endianity in convertEncoding()Jaromir Wysoglad
2019-08-24WIN32: Implement conversion to and from UTF-32Jaromir Wysoglad
2019-08-24WIN32: Check calloc return value in covertEncodingJaromir Wysoglad
2019-08-24WIN32: Add Win32 implementation of convertEncodingJaromir Wysoglad
2019-08-24WIN32: Add include guard to codepage.hJaromir Wysoglad
2019-08-24WIN32: Add a way to convert codepage name to cp IDJaromir Wysoglad
2019-08-05SDL: Simplify implementation of createLogFile()Cameron Cawley
2019-06-25WIN32: Make use of the window handle when calling ShellExecute.Henrik "Henke37" Andersson
2019-06-24WIN32: Use HINSTANCE for OSystem_Win32::openUrlLothar Serra Mari
2019-06-09WIN32: Let the PE header control showing the console.Henrik "Henke37" Andersson
2019-06-03WIN32: Fix leaked handles in CreateProcessSupSuper
2019-05-18NEWS: Convert German NEWS file to Markdown (#1627)Lothar Serra Mari
2019-05-05BUILD: Add the licence file for the Source Code Pro fontBastien Bouclet
2019-04-04WIN32: Ensure the translated dialog strings are using the correct encodingCameron Cawley
2019-04-02BUILD: Convert the NEWS.md file if pandoc is installedCameron Cawley
2019-02-21BUILD: Improve rules for compiling Windows resource scriptsCameron Cawley
2018-12-25BUILD: Copy README.md instead of READMEMatan Bareket
2018-12-17COMMON: Rename enum variable for native browser featureThierry Crozat
2018-12-17WIN32: Move all ARRAYSIZE undefs to util.hSupSuper
2018-12-16WIN32: Fix build after the addition of SHGetFolderPath()Filippos Karapetis
2018-12-16BACKENDS: Add kFeatureNativeFileBowserDialogThierry Crozat
2018-12-16WIN32: Use SHGetFolderPath to get the location of the Application Data folder...Cameron Cawley
2018-12-16WIN32: Fix incorrect Windows version checkSupSuper
2018-12-16WIN32: Add DialogManager with system file browser supportSupSuper
2018-12-16WIN32: Move utility functions to a common wrapperSupSuper
2018-12-13WIN32: Restore Windows 98 compatibility (bug #10613)SupSuper
2018-11-15WIN32: Move the Windows-specific packaging rules into a separate fileCameron Cawley
2018-10-14BACKENDS: Use OSystem::destroy() instead of deleting directly the g_system in...Thierry Crozat
2018-06-03WIN32: Fix fallback in getSystemLanguageCameron Cawley
2018-06-03WIN32: Move Windows-specific implementation of logMessage out of OSystem_SDLCameron Cawley
2018-06-03WIN32: Move Windows-specific implementation of getSystemLanguage out of OSyst...Cameron Cawley
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
2017-04-24SDL: Allow specifying the screenshot directory in the config fileThierry Crozat