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
/
macosx
/
macosx.cpp
Age
Commit message (
Expand
)
Author
2019-09-01
TTS: Remove USE_PLATFORM_TTS defines
Jaromir Wysoglad
2019-09-01
TTS: Implement TextToSpeechManager for macOS
Thierry Crozat
2019-08-05
SDL: Simplify implementation of createLogFile()
Cameron Cawley
2018-12-17
COMMON: Rename enum variable for native browser feature
Thierry Crozat
2018-12-16
BACKENDS: Add kFeatureNativeFileBowserDialog
Thierry Crozat
2018-12-16
OSX: Integrate system file browser into DialogManager
SupSuper
2018-08-28
MACOSX: Put documentation links in Help menu
Colin Snover
2018-04-29
OSYSTEM: Add API to copy text to clipboard
Thierry Crozat
2017-09-12
MACOSX: Remove mixer init from derived class for macosx backend
Thierry Crozat
2017-09-12
SDL: Stop using double buffering mixer on macOS
Colin Snover
2017-05-21
MACOSX: Fix flipped return value of openUrl
Colin Snover
2017-04-24
SDL: Allow specifying the screenshot directory in the config file
Thierry Crozat
2017-04-24
MACOSX: Create screenshot on Desktop
Thierry Crozat
2016-10-09
JANITORIAL: Remove more trailing spaces
Eugene Sandulenko
2016-09-10
CLOUD: Move openUrl to OSystem
Thierry Crozat
2016-08-30
OSX: Implement clipboard support
Thierry Crozat
2016-03-13
BACKENDS: Add a custom Mac OS X CD audio manager
Matthew Hoops
2015-03-05
MACOSX: Fix compilation
Matthew Hoops
2015-02-16
SDL: Handle icon setup in SdlWindow.
Johannes Schickel
2014-06-01
BACKENDS: Fix invalid buffer size in CFStringGetCString call
Matthew Hoops
2014-02-23
OSX: Implement TaskbarManager for Mac OS X
Thierry Crozat
2014-02-18
SDL: Make GPL headers consistent in themselves.
Johannes Schickel
2012-11-18
OSX: Remove use of deprecated methods
Thierry Crozat
2012-09-26
JANITORIAL: Remove trailing whitespaces.
Johannes Schickel
2011-10-03
MACOSX: Detect system preferred language when starting bundle
Thierry Crozat
2011-08-02
MACOSX: Turned update support off by default, simplified and cleaned the pull...
Oystein Eftevaag
2011-07-19
MACOSX: Add Sparkle support
CeRiAl
2011-07-13
BACKENDS: Fix spelling of 'Mac OS X'
Matthew Hoops
2011-07-13
BACKENDS: Fix compilation on case-sensitive Mac OS X
Matthew Hoops
2011-07-07
MACOSX: Add i18n support for Mac OSX application menu
CeRiAl
2011-06-20
ALL: Remove trailing whitespaces
Max Horn
2011-06-03
MACOSX: Include ApplicationServices header
Max Horn
2011-06-03
MACOSX: Fix indention
Max Horn
2011-06-03
BACKENDS: Add OSystem::displayLogFile interface + OSX implementation
Max Horn
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2010-11-29
BACKENDS: Include scummsys.h at top of all .cpp files, *before* any #ifdefs
Max Horn
2010-11-28
Merging the gsoc2010-opengl branch
Max Horn
2010-06-29
Override setupIcon() for both Mac OS X and SymbianOS, they have their own icons.
Matthew Hoops
2010-06-28
Renamed BufferingSDLMixerManager to DoubleBufferSDLMixerManager.
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
Fix compile on Mac OS X (and probably *nix systems).
Matthew Hoops
2010-06-24
Added missing header.
Alejandro Marzini
2010-06-24
Created macosx port from sdl backend.
Alejandro Marzini