Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
text layout code.
|
|
instead of heap allocated.
This reduces memory allocations and heap fragmentation.
|
|
Auto[Free|Delete]SmallVector
|
|
By naming it in a different way, things get a bit confusing.
Especially if we are switching to CMake, which autodetects these
things, we need to use the name the authors of ICU gave it; not
our interpertation of that name.
|
|
formatting/drawing. (#7305)
This is a very minor performance increase which can add up during operations such
as sorting. Performance impact my be platform/compiler dependent.
|
|
|
|
colours. (#6737)
This replaces the internal SCC_PREVIOUS_COLOUR swap.
|
|
ICU (lx) or the sorting/collation part of ICU (i18n)
|
|
line depends on the used layouter.
|
|
can use proper coding style for names again
|
|
-Fix [FS#5711]: crash when the ICU layouter thinks a font is corrupted
|
|
|
|
|
|
|
|
string.
|
|
|
|
members of Layouter and FontCache.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|