aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/sdl
AgeCommit message (Collapse)Author
2019-05-12SWITCH: add nintendo switch supportCpasjuste
2019-05-09SDL: Fix MSVC warningsSupSuper
Fixes warning C4121: alignment of a member was sensitive to packing by hiding warnings from system headers
2019-05-06AmigaOS4: Fix copy of renamed RM2AG.rexx fileThierry Crozat
2019-05-05AmigaOS4: Activate syntax highlighting in GitHubStefan
2019-05-05BUILD: Add the licence file for the Source Code Pro fontBastien Bouclet
2019-05-01PSP2: Fix warningCameron Cawley
2019-04-30RISCOS: Add Drag and Drop supportCameron Cawley
2019-04-21MACOSX: Improve opening files from the Help menuThierry Crozat
Now in addition to rtf extension and no extension, it also looks for the html and md extensions. Also unless the extension is RTF or HTML, which are widely recognized, it explicitely indicate that the file should be open with TextEdit. This fixes bug #10938, with opening the README and NEWS file from the Help menu failing when the bundle was compiled without using pandoc and thus the only files available are the markdown ones. Support for the html extension is to prepare for a future change to have a nicer README than the plain text one.
2019-04-18RISCOS: Support creating a StrongHelp manualCameron Cawley
2019-04-16POSIX: Move implementation of exists, isReadable and isWritable into ↵Cameron Cawley
posix-fs.cpp
2019-04-15RISCOS: Move the path conversion functions into a separate fileCameron Cawley
2019-04-05RISCOS: Log messages using !ReporterCameron Cawley
2019-04-04WIN32: Ensure the translated dialog strings are using the correct encodingCameron Cawley
2019-04-02BACKENDS: Add gray20 color to our XPM icon parserMatan Bareket
We don't change the icon that often but there's much more x11 colors than just black and gray20 that we may end up having in the XPM file
2019-04-02BUILD: Convert the NEWS.md file if pandoc is installedCameron Cawley
2019-03-25SDL: Remove outdated commentCameron Cawley
2019-03-09JANITORIAL: Update all scummvm.org URLS to use httpsCameron 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
There was a typo in the name (missing 'r' in browser).
2018-12-17WIN32: Move all ARRAYSIZE undefs to util.hSupSuper
Instead of trying to undefine ARRAYSIZE everywhere we use a Windows header, let's just do it before we define our own
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 ↵Cameron Cawley
folder (#1449)
2018-12-16WIN32: Fix incorrect Windows version checkSupSuper
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-16WIN32: Add DialogManager with system file browser supportSupSuper
2018-12-16WIN32: Move utility functions to a common wrapperSupSuper
2018-12-16OSX: Integrate system file browser into DialogManagerSupSuper
2018-12-13WIN32: Restore Windows 98 compatibility (bug #10613)SupSuper
Replace calls to GetUserDefaultUILanguage and SHGetFolderPath which aren't supported in older Windows.
2018-12-02POSIX: Set the default screenshots path to the XDG Pictures directoryBastien Bouclet
2018-11-26SDL: Fix crash when calling OSystem::quit() and OSystem::fatalError()Thierry Crozat
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 ↵Thierry Crozat
instance
2018-08-28MACOSX: Fix compilation with the 10.4 SDKCameron Cawley
2018-08-28MACOSX: Update link to documentationCameron Cawley
2018-08-28MACOSX: Give every license file a menu itemangstsmurf
We make a renamed copy of the three license files with non-standard suffixes, to make them open in TextEdit by default.
2018-08-28MACOSX: Keep the original license files when combiningangstsmurf
2018-08-28MACOSX: Fix compilation with the 10.9 SDK and belowCameron Cawley
2018-08-28MACOSX: Put documentation links in Help menuColin Snover
The local documents are not currently internationalised simply because the internationalised resources are not put into the right places (NSBundle will handle this automatically when they are); Trac#10464 is a tracking bug for this outstanding issue. Fixes Trac#10437.
2018-08-27RISCOS: Mark riscosdist and riscosclean as .PHONYCameron Cawley
2018-08-27RISCOS: Add RISC OS specific clean ruleCameron Cawley
2018-08-18POSIX: Allow forbidden symbols required by FreeMiNTCameron Cawley
2018-08-18RISCOS: Specify the original encoding of the translated documentationCameron Cawley
2018-07-23RISCOS: Use a variable for the application nameCameron Cawley
2018-06-29RISCOS: Convert documentation to RISCOS-LATIN1 when packagingCameron Cawley
2018-06-14PSP2: enable additional memoryrsn8887
2018-06-15RISCOS: Add a script to open the README file based on the system territoryCameron Cawley
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 ↵Cameron Cawley
OSystem_SDL