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
Age
Commit message (
Expand
)
Author
2021-01-08
Codechange: Remove min/max functions in favour of STL variants (#8502)
Charles Pigott
2021-01-03
Codechange: [OSX] Silence some annoying warnings.
Michael Lutz
2021-01-03
Codechange: [OSX] Re-arrange the OSX video driver code by combining all drawi...
Michael Lutz
2021-01-03
Fix: [OSX] Fonts loaded directly from a file have to be registered with CoreT...
Michael Lutz
2020-06-05
Add: introduce CMake for project management
Patric Stout
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
2020-01-12
Fix: [OSX] Don't show a crash/assertion message box for a GUI-less video driver.
glx
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: Some typos found using codespell
JMcKiern
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-05-04
Fix #7570: Show Github URL in the crashlog window
Transportman
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-04-06
Codechange: C++11 STL has a function for getting the number of CPU cores.
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
2019-03-24
Codechange: Use override specifer for overriding member declarations
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
2018-04-10
Codechange: [OSX] Use newer APIs to get resolution information when available.
Michael Lutz
2018-04-10
Codechange: [OSX] Try to set the thread name for debugger display.
Michael Lutz
2018-04-10
Codechange: [OSX] Use 10.10+ API to get the OSX version when available.
Michael Lutz
2018-04-10
Fix: [OSX] Remove some OSX compiler warnings on newer SDKs/compilers.
Michael Lutz
2016-10-31
(svn r27675) -Fix [FS#6502]: [OSX] Building with 10.11 or 10.12 SDKs.
michi_cc
2014-07-30
(svn r26709) -Fix (r15892 and others) [FS#6069]: [OSX] Compilation fails with...
planetmaker
2014-04-23
(svn r26485) -Codechange: Replace ttd_strlcpy and ttd_strlcat with strecpy an...
frosch
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
2014-01-02
(svn r26209) -Codechange: remove some template magic and simplify some code
rubidium
2013-10-26
(svn r25913) -Fix: [OSX] Compilation under OSX 10.9. (zydeco)
michi_cc
2013-08-05
(svn r25666) -Feature [FS#4760]: [OSX] Pinch gesture support for zooming. (Ba...
michi_cc
2013-08-05
(svn r25663) -Fix [FS#4857]: [OSX] Monospace font detection.
michi_cc
2013-07-31
(svn r25643) -Fix (r25480): [OSX] Define version constants before they're used
planetmaker
2013-06-26
(svn r25480) -Codechange: [OSX] OS X SDK versions >= 10.5 always have a non-c...
michi_cc
2013-06-26
(svn r25474) -Fix [FS#5618]: OS X compilation failure
rubidium
2012-09-13
(svn r24524) -Fix [FS#5296]: fix some compile problems in mac-only code (__ln__)
yexo
2011-12-11
(svn r23490) -Add [FS#2750]: OpenBrowser function to open a browser on major ...
yexo
2011-12-10
(svn r23481) -Add: Function to get the CPU core count.
michi_cc
2011-12-08
(svn r23446) -Codechange: move _cur_palette and it's related first/count dirt...
rubidium
2011-11-30
(svn r23376) -Remove: on popular demand, remove my (revoked) name from commen...
truebrain
2011-11-29
(svn r23356) -Fix: some OSX versions have ScriptOrder defined
truebrain
2011-09-09
(svn r22913) -Fix [OSX]: make splash work again and make it work without need...
rubidium
[next]