index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
os
/
macosx
/
string_osx.cpp
Age
Commit message (
Expand
)
Author
2021-02-14
Add: [OSX] Native font rendering without using FreeType.
Michael Lutz
2021-01-08
Codechange: Remove min/max functions in favour of STL variants (#8502)
Charles Pigott
2021-01-03
Fix: [OSX] Fonts loaded directly from a file have to be registered with CoreT...
Michael Lutz
2020-04-12
Cleanup: [OSX] Mop up some remaining stuff catering to compiling with very ol...
Michael Lutz
2020-04-12
Codechange: [OSX] Allow compiling with SDK version pre 10.9.
Michael Lutz
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-11-01
Codechange: [OSX] Use std::unique_ptr with a custom deleter to simply memory ...
Michael Lutz
2019-09-29
Fix: [OSX] Wrong allocator usage for creating a CFString.
Michael Lutz
2019-09-01
Fix #7704: [OSX] Handle malformed UTF8 strings
uvealonso
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2019-04-09
Codechange: Replace AutoDeleteSmallVector with direct std::vector use in text...
Michael Lutz
2019-04-09
Codechange: Store text layout runs directly as values in a std::vector instea...
Michael Lutz
2019-04-09
Codechange: Use override specifier for text layout classes.
Michael Lutz
2019-03-26
Cleanup: Remove unused size template parameters from SmallMap and Auto[Free|D...
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::[Begin|End]() with std alternatives
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_b...
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Get() const with std alternatives
Henry Wilson
2019-03-26
Codechange: Replace SmallVector::Length() with std::vector::size()
Henry Wilson
2018-12-08
Add: [OSX] Text layout using the native CoreText API.
Michael Lutz
2018-12-08
Add: [OSX] Native text caret handling.
Michael Lutz
2018-12-08
Add: [OSX] Native natural sort implementation.
Michael Lutz