Age | Commit message (Expand) | Author |
---|---|---|
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 |