OpenTTD/src/video/cocoa
Patric Stout 60399e17bd Codechange: C++-ify the Layouter and related functions
They all now access a std::string_view, instead of a "const char *"
or std::string (in some cases).

Additionally, GetCharAtPosition and friends now return an index
instead of a "const char *", as it makes for a more clear interface.
2023-05-08 19:21:42 +02:00
..
CMakeLists.txt Add: [OSX] OpenGL video driver. 2021-02-22 22:16:07 +01:00
cocoa_keys.h Fix: VkMapping declarations violated C++ ODR rule. 2021-02-14 23:19:50 +01:00
cocoa_ogl.h Add: Show current video driver info in Options window 2022-05-03 21:03:30 +02:00
cocoa_ogl.mm Add: Show current video driver info in Options window 2022-05-03 21:03:30 +02:00
cocoa_v.h Fix #9743: [OSX] Only (re-)create touchbar sprites when requested by the main loop. 2022-01-01 12:19:30 +01:00
cocoa_v.mm Codechange: replace error/usererror printf variant with fmt variant and rename 2023-04-25 17:55:09 +02:00
cocoa_wnd.h Codechange: [OSX] Simplify touchbar button data definition. 2022-01-01 12:19:30 +01:00
cocoa_wnd.mm Codechange: C++-ify the Layouter and related functions 2023-05-08 19:21:42 +02:00