Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-25 | WIN32: Make use of the window handle when calling ShellExecute. | Henrik "Henke37" Andersson | |
2019-06-24 | WIN32: Use HINSTANCE for OSystem_Win32::openUrl | Lothar Serra Mari | |
This implementation now matches previous ShellExecute() calls, so we are now consistent in that regard. It also silences a warning in Mingw complaining about a type mismatch. | |||
2019-06-09 | WIN32: Let the PE header control showing the console. | Henrik "Henke37" Andersson | |
This applies DRY to the console config and avoids junk code changes seen by git. | |||
2019-06-03 | WIN32: Fix leaked handles in CreateProcess | SupSuper | |
2019-05-18 | NEWS: Convert German NEWS file to Markdown (#1627) | Lothar Serra Mari | |
* NEWS: Convert German NEWS file to Markdown * NEWS: Fix Markdown conversion errors in NEUES.md * BUILD: Add the German NEWS file to the build system * NEWS: Fix formatting in NEUES.md | |||
2019-05-05 | BUILD: Add the licence file for the Source Code Pro font | Bastien Bouclet | |
2019-04-04 | WIN32: Ensure the translated dialog strings are using the correct encoding | Cameron Cawley | |
2019-04-02 | BUILD: Convert the NEWS.md file if pandoc is installed | Cameron Cawley | |
2019-02-21 | BUILD: Improve rules for compiling Windows resource scripts | Cameron Cawley | |
2018-12-25 | BUILD: Copy README.md instead of README | Matan Bareket | |
2018-12-17 | COMMON: Rename enum variable for native browser feature | Thierry Crozat | |
There was a typo in the name (missing 'r' in browser). | |||
2018-12-17 | WIN32: Move all ARRAYSIZE undefs to util.h | SupSuper | |
Instead of trying to undefine ARRAYSIZE everywhere we use a Windows header, let's just do it before we define our own | |||
2018-12-16 | WIN32: Fix build after the addition of SHGetFolderPath() | Filippos Karapetis | |
2018-12-16 | BACKENDS: Add kFeatureNativeFileBowserDialog | Thierry Crozat | |
2018-12-16 | WIN32: Use SHGetFolderPath to get the location of the Application Data ↵ | Cameron Cawley | |
folder (#1449) | |||
2018-12-16 | WIN32: Fix incorrect Windows version check | SupSuper | |
There's no point in testing for Windows 10 since the comparison is already "greater than or equals", and it identifies itself as 6.2 for backwards compatibility. Likely it was failing before because the return type was wrong. Version checks are unreliable anyways, should use feature checks, but "if it ain't broke don't fix it". | |||
2018-12-16 | WIN32: Add DialogManager with system file browser support | SupSuper | |
2018-12-16 | WIN32: Move utility functions to a common wrapper | SupSuper | |
2018-12-13 | WIN32: Restore Windows 98 compatibility (bug #10613) | SupSuper | |
Replace calls to GetUserDefaultUILanguage and SHGetFolderPath which aren't supported in older Windows. | |||
2018-11-15 | WIN32: Move the Windows-specific packaging rules into a separate file | Cameron Cawley | |
2018-10-14 | BACKENDS: Use OSystem::destroy() instead of deleting directly the g_system ↵ | Thierry Crozat | |
instance | |||
2018-06-03 | WIN32: Fix fallback in getSystemLanguage | Cameron Cawley | |
2018-06-03 | WIN32: Move Windows-specific implementation of logMessage out of OSystem_SDL | Cameron Cawley | |
2018-06-03 | WIN32: Move Windows-specific implementation of getSystemLanguage out of ↵ | Cameron Cawley | |
OSystem_SDL | |||
2017-04-24 | WINDOWS: Fix warning under mingw-w64. | Kirben | |
2017-04-24 | WINDOWS: Hopefully fix mingw compilation. | Kirben | |
2017-04-24 | WIN32: Fix compilation of getScreenshotPath (missing parenthesis) | Thierry Crozat | |
2017-04-24 | WIN32: Comment out code that gets the user My Pictures directory | Thierry 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-24 | SDL: Allow specifying the screenshot directory in the config file | Thierry 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-24 | WINDOWS: Change location where screenshot are saved | Pala | |
This fixes bug #9701: WINDOWS: Flow of taking screenshots on Windows is broken | |||
2016-09-10 | CLOUD: Move openUrl to OSystem | Thierry Crozat | |
2016-05-22 | UPDATES: Add support for WinSparkle | Filippos Karapetis | |
2016-03-13 | BACKENDS: Add a Win32 audio CD player | Matthew Hoops | |
2016-02-12 | WIN32: Fix compilation with MinGW-w64 based Win32 compiler. | Johannes Schickel | |
2015-10-08 | WIN: Fix mingw64 compilation, by limiting last hack. | Kirben | |
2015-10-08 | WIN: Add hack for command line display in Windows versions built with MinGW. | Kirben | |
2015-02-18 | WINCE: Fix compilation. | Johannes Schickel | |
2015-02-16 | WIN32: Add experimental SDL2 support. | Johannes Schickel | |
Based on changes by aquadran. | |||
2015-02-16 | SDL: Handle icon setup in SdlWindow. | Johannes Schickel | |
2014-02-18 | SDL: Make GPL headers consistent in themselves. | Johannes Schickel | |
2012-01-23 | WINDOWS: Add default save paths for Windows NT4 onwards | Travis Howell | |
2011-12-13 | WIN32: Fix build by adapting to the latest Archive changes | Filippos Karapetis | |
2011-12-13 | WIN32: (Hopefully) fix compilation by adapting to latest Archive changes. | Johannes Schickel | |
2011-07-19 | JANITORIAL: Fix MSVC warnings | Littleboy | |
- Conversion from double to float - Unary minus operator applied to unsigned type - ARRAYSIZE redefinition | |||
2011-06-30 | WIN32: Add option to disable the console window, keeping the current default ↵ | Travis Howell | |
of enabling the console window. | |||
2011-06-26 | BACKENDS: Add special Win32 path to set SDL window icon | Littleboy | |
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-23 | BACKENDS: Add better error handling to OSystem_Win32::getDefaultConfigFileName() | Julien | |
2011-06-22 | Merge pull request #26 from Littleboy/taskbar | Eugene Sandulenko | |
Taskbar integration | |||
2011-06-20 | WIN32: Properly setup priority in Win32 resource archive code. | Johannes Schickel | |
2011-06-16 | BACKENDS: Move Win32TaskbarManager init code to constructor | Littleboy | |