From 62bb7955db058184ddf529c3eaa51ec03b70543d Mon Sep 17 00:00:00 2001 From: poire-z Date: Sun, 5 Jul 2020 22:48:30 +0200 Subject: [PATCH] bump crengine: various fixes and enhancements (#1135) Includes: - Cleanup some files permissions - (Upstream) Font: improve management of HarfBuzz features - (Upstream) Fix invalid cache usage - (Upstream) Fix many memory errors, allow boxing when cache file - Disable hasCacheFile()/setBoxingWishedButPreventedByCache() - globalHash: exclude some settings on initial loading - CSS: optimize pseudoclass nth-child() and friends - (Multiple) Fix/silence/avoid clang warnings - Don't mangle source pixel when alpha-blending to 8bpp (#352) - (Upstream) HyphMan cleanup - Rendering methods: remove erm_runin - Text formatting: simplify 'display: run-in' handling - Simplify background image drawing - CSS: adds support for "background-size" property - CSS: support background:url("data:image/png;base64,...) - Fix elements cancelling inherited "white-space: pre" - initNodeStyle(): skip some possibly costly validation --- thirdparty/kpvcrlib/crengine | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thirdparty/kpvcrlib/crengine b/thirdparty/kpvcrlib/crengine index 0dee202b5..b4ff17873 160000 --- a/thirdparty/kpvcrlib/crengine +++ b/thirdparty/kpvcrlib/crengine @@ -1 +1 @@ -Subproject commit 0dee202b541a66f8b34adb3d0e2265d8c9521f45 +Subproject commit b4ff178734c01775dc283b136cda4619331fdfb2