OpenTTD/src/os/macosx
Michael Lutz 0d5d3083bd Codechange: [OSX] Use more exact enum names where introduced with the 10.12 SDK.
The enum values still have the exact same numerical values, but the 10.12
SDK introduced more explicit names (e.g. like NSEventTypeApplicationDefined
instead of NSApplicationDefined) for several enum constants.
Use them when available.
2021-06-22 21:09:37 +02:00
..
CMakeLists.txt Add: [OSX] Native font rendering without using FreeType. 2021-02-14 11:48:58 +01:00
G5_detector.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
crashlog_osx.cpp Fix #8860: [Win32] Crashlog window wasn't reliably shown for crashes not on the main thread. 2021-03-13 22:09:05 +01:00
font_osx.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 2021-06-13 12:45:45 +02:00
font_osx.h Add: [OSX] Native font rendering without using FreeType. 2021-02-14 11:48:58 +01:00
macos.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
macos.mm Codechange: [OSX] Use more exact enum names where introduced with the 10.12 SDK. 2021-06-22 21:09:37 +02:00
osx_stdafx.h Codechange: [OSX] Use more exact enum names where introduced with the 10.12 SDK. 2021-06-22 21:09:37 +02:00
string_osx.cpp Add: [OSX] Native font rendering without using FreeType. 2021-02-14 11:48:58 +01:00
string_osx.h Fix: [OSX] Fonts loaded directly from a file have to be registered with CoreText for proper text layout. 2021-01-03 01:00:28 +01:00