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
/
windows
/
string_uniscribe.cpp
Age
Commit message (
Expand
)
Author
2021-06-10
Fix: [MinGW] Silence 2 cast warnings
glx22
2021-02-13
Codechange: Make OS font handle of the FontCache read-only.
Michael Lutz
2021-01-08
Codechange: Remove min/max functions in favour of STL variants (#8502)
Charles Pigott
2020-06-05
Codechange: remove #ifdef from .cpp files to exclude features
Patric Stout
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-05-14
Codechange: [Win32] Remove a FreeType work-around from Uniscribe if not using...
Michael Lutz
2019-05-14
Codechange: [Win32] Pass a native GDI font description around when we have on...
Michael Lutz
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-28
Fix: MSVC warnings (#7423)
glx22
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::Find() with std::find()
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-01
Fix: [Win32] Align sprite glyphs to the font baseline when using Uniscribe te...
Michael Lutz
2018-06-06
Change: [Win32] Use Uniscribe instead of ICU for text caret handling.
Michael Lutz
2018-06-06
Add: [Win32] Text layout using the native Windows Uniscribe library.
Michael Lutz