index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backends
/
platform
/
sdl
/
win32
/
win32.h
Age
Commit message (
Expand
)
Author
2019-10-05
JANITORIAL: Fix typo in comment
Thierry Crozat
2019-09-02
COMMON: Don't include win32.h in common/encoding.h
SupSuper
2019-08-24
WIN32: Handle endianity in convertEncoding
Jaromir Wysoglad
2019-08-24
WIN32: Add Win32 implementation of convertEncoding
Jaromir Wysoglad
2019-08-05
SDL: Simplify implementation of createLogFile()
Cameron Cawley
2019-06-25
WIN32: Make use of the window handle when calling ShellExecute.
Henrik "Henke37" Andersson
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 OSyst...
Cameron Cawley
2017-04-24
WINDOWS: Change location where screenshot are saved
Pala
2016-09-10
CLOUD: Move openUrl to OSystem
Thierry Crozat
2016-03-13
BACKENDS: Add a Win32 audio CD player
Matthew Hoops
2015-02-16
SDL: Handle icon setup in SdlWindow.
Johannes Schickel
2014-02-18
SDL: Make GPL headers consistent in themselves.
Johannes Schickel
2011-06-30
WIN32: Add option to disable the console window, keeping the current default ...
Travis Howell
2011-06-26
BACKENDS: Add special Win32 path to set SDL window icon
Littleboy
2011-06-04
BACKENDS: Implement Win32 version of OSystem::displayLogFile interface
Littleboy
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-05-05
WIN32: Embed engine data files and theme files into executable.
Johannes Schickel
2010-11-29
SDL: Move createLogFile implementions to the OSystem_SDL subclasses.
Johannes Schickel
2010-07-02
Cleanup and documentation.
Alejandro Marzini
2010-06-27
Improved getDefaultConfigFileName(). Code cleanup.
Alejandro Marzini
2010-06-26
Removed DEFAULT_CONFIG_FILE define in favor of new getConfigFileNameString fu...
Alejandro Marzini
2010-06-24
Created macosx port from sdl backend.
Alejandro Marzini
2010-06-24
Added a init function to OSystem_SDL for early backend setup, and so allowing...
Alejandro Marzini
2010-06-23
Relocated Win32 and Posix ports. (Part 1)
Alejandro Marzini