Commit 809c16e
authored
bump crengine: fix font-face hash, SVG sizing, optimizations (koreader#2506)
Includes:
- fix a bunch of clang-tidy warnings
- CSS/lvfntman: include fontFaceDecl in stylesheet hash
- lvrend: getStyledImageSize(): fix SVG sizing
- lvtinydom: toStringV2(): drop forward sibling scans
- lvtinydom: writeNodeEx(): avoid expensive ldomXPointerEx()
- lvtinydom: initNodeRendMethod() optimize specific case
- lvtinydom/lvrend: use isWhitespaceText()1 parent ab4cb58 commit 809c16e
1 file changed
Lines changed: 1 addition & 1 deletion
- .clang-tidy+1
- crengine/include/hyphman.h+3-3
- crengine/include/lvstsheet.h+13-6
- crengine/include/lvtinydom.h+11-6
- crengine/src/hist.cpp+1-1
- crengine/src/hyphman.cpp+13-13
- crengine/src/lvfnt.cpp+1-1
- crengine/src/lvfntman.cpp+2-2
- crengine/src/lvimg.cpp+2-2
- crengine/src/lvrend.cpp+32-31
- crengine/src/lvstring.cpp+6-1
- crengine/src/lvstsheet.cpp+16-1
- crengine/src/lvtinydom.cpp+190-82
- crengine/src/lvxml.cpp+1-2
- crengine/src/pdbfmt.cpp+1-1
- crengine/src/props.cpp+1-1
- thirdparty/antiword/antiword.h+1
- thirdparty/antiword/debug.h+32-32
- thirdparty/antiword/out2window.c-1
- thirdparty/antiword/prop6.c+1-1
- thirdparty/antiword/prop8.c+5-2
- thirdparty/antiword/propmod.c+1-1
- thirdparty/antiword/stylesheet.c+2-2
- thirdparty/antiword/word2text.c+5-5
- thirdparty/antiword/xmalloc.c+1
- thirdparty/chmlib/src/lzx.c+1-1
0 commit comments