From 930f77db7d7df12f3ae2f92e4921dd4d04294085 Mon Sep 17 00:00:00 2001 From: poire-z Date: Mon, 10 Feb 2020 17:24:54 +0100 Subject: [PATCH] bump crengine: various table and other fixes (#1045) Includes: - (Upstream) Fix potential segfault - lvtextfm: avoid spurious spaces when hyphenating (bis) - View HTML: cosmetic fixes for floats and inline blocks - Text: avoid clipping of overflowing inline-block content - Fix images with "display: inline-block" not shown - elementFromPoint(): skip moved-down block floats - Rend methods init: fix inconsistency when floats disabled - getRectEx(): don't crash in case of rend method bug - getRenderedWidths(): slightly better estimate table width - Tables cells: handle vertical-align: baseline - Page splitting: add missing 'discard at start' handling - Page splitting: split single column tables by lines instead of row - Hardcoded elements list: add - Drawing: fix some y/y+h vs page top/bottom comparisons - Drawing: disable HidePartialGlyphs in scroll mode --- thirdparty/kpvcrlib/crengine | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thirdparty/kpvcrlib/crengine b/thirdparty/kpvcrlib/crengine index fed8da73c..76a2f1628 160000 --- a/thirdparty/kpvcrlib/crengine +++ b/thirdparty/kpvcrlib/crengine @@ -1 +1 @@ -Subproject commit fed8da73cfdee016ebf12a32660e2586d564919e +Subproject commit 76a2f162860c2c059f946b69728931611ea73c12