Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove wchar support | stasoid | 2022-10-21 | 1 | -29/+29 |
| | | | | closes issue #217 | ||||
* | Refactoring | Yuri Kobets | 2021-11-11 | 1 | -3/+2 |
| | |||||
* | Build fix for MSVC 2019 | Cristian Adam | 2020-12-15 | 1 | -2/+2 |
| | | | | | | | | Fixes failures like: ..\..\src\plugins\help\qlitehtml\litehtml\src\num_cvt.cpp(62): error C2440: 'initializing': cannot convert from 'const char [2]' to 'litehtml::tchar_t *' ..\..\src\plugins\help\qlitehtml\litehtml\src\num_cvt.cpp(62): note: Conversion from string literal loses const qualifier (see /Zc:strictStrings) | ||||
* | Extended support for ordered lists. | Yuri Kobets | 2020-05-10 | 1 | -0/+109 |
Supported list-style-type: decimal, decimal-leading-zero, lower/upper-latin, lower/upper-alpha, lower/upper-roman, lower-greek |