-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump crengine: various optimizations and fixes (#1705)
Includes: - Avoid unnecessary string modifications - Optimize LVHTMLParser::CheckFormat() - lvfntman: fix stupid mistake - css: speedup class matching - fb2.css: empty paragraphs should have some line height - CJK: fix bad ruby drawing on last paragraph line
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule crengine
updated
15 files
+1 −1 | cr3gui/data/fb2.css | |
+5 −5 | crengine/include/crtxtenc.h | |
+5 −12 | crengine/include/lvstring.h | |
+28 −22 | crengine/include/lvstsheet.h | |
+1 −3 | crengine/include/lvxml.h | |
+24 −26 | crengine/src/crtxtenc.cpp | |
+1 −1 | crengine/src/lvfntman.cpp | |
+4 −4 | crengine/src/lvrend.cpp | |
+8 −0 | crengine/src/lvstring.cpp | |
+90 −49 | crengine/src/lvstsheet.cpp | |
+20 −1 | crengine/src/lvtextfm.cpp | |
+1 −1 | crengine/src/lvtinydom.cpp | |
+137 −57 | crengine/src/lvxml.cpp | |
+16 −14 | crengine/src/mathml.cpp | |
+1 −2 | crengine/src/pdbfmt.cpp |