summaryrefslogtreecommitdiff
path: root/libs/litehtml
AgeCommit message (Collapse)Author
2024-10-10fixes #4724 (NewStory: сообщение с подсветкой не ↵George Hazan
выделяется)
2024-10-09compilation fixGeorge Hazan
2024-10-09litehtml updateGeorge Hazan
2024-10-08new files in LiteHtmlGeorge Hazan
2024-09-07libs/litehtml/README.md: split sentences by linesSergey Ponomarev
2024-09-07cmake: require cmake 3.11Sergey Ponomarev
The main CMakeLists.txt had cmake_minimum_required (VERSION 2.8). This made the cmake to show a deprecation notice that support of all versions below 3.5 will be dropped soon. The maximum required cmake version is 3.11 for the litehtml module. So let's set it as a minimum for all other modules. The FATAL_ERROR option is ignored in CMake >= 2.6.
2024-04-11fixes #4326 (NewStory: падение при запуске в Windows XP)George Hazan
2024-03-31since windows containers are not supported, all code moved inside NSWebPageGeorge Hazan
2024-03-31NewStory: fix for image drawingGeorge Hazan
2024-03-31fixes #4319 (NewStory: пропала поддержка смайликов ↵George Hazan
средствами шрифта)
2024-03-30update of litehtml, fixes the problem with empty linesGeorge Hazan
2024-03-22compilation fixGeorge Hazan
2024-03-21for #4289 - fix for a font color in NSGeorge Hazan
2024-03-20NewStory: first html-based version which looks more or less like RTF versionGeorge Hazan
2024-03-18litehtml: minor changes & additionsGeorge Hazan
2024-03-18litehtml - lightweight html rendererGeorge Hazan