head 1.2; access; symbols pkgsrc-2021Q1:1.1.0.8 pkgsrc-2021Q1-base:1.1 pkgsrc-2020Q4:1.1.0.6 pkgsrc-2020Q4-base:1.1 pkgsrc-2020Q3:1.1.0.4 pkgsrc-2020Q3-base:1.1 pkgsrc-2020Q2:1.1.0.2 pkgsrc-2020Q2-base:1.1; locks; strict; comment @// @; 1.2 date 2021.05.31.10.42.57; author wiz; state dead; branches; next 1.1; commitid zMZVS5IOo4MRXhVC; 1.1 date 2020.05.17.21.45.51; author rillig; state Exp; branches; next ; commitid wnie67M6duVxOD8C; desc @@ 1.2 log @libetonyek: update to 0.1.10. libetonyek 0.1.10 - All formats: + Parse shadow. + Improve detection of the "new" formats. (tdf#123571) + Fix handling of text baseline shift. - Keynote 6+: + Parse layout properties of textboxes. + Improve handling of colors. + Parse bullet images. + Fix handling of line stroke. + Avoid adding superfluous empty lines. + Parse image masks. + Improve parsing of shape groups. + Handle fit-to-size in text boxes. - Numbers 1-2: + Improve parsing of range addresses. + Parse textboxes. + Parse images. + Handle grouped shapes. + Parse cell comments. + Create a special graphic sheet if needed. + Parse sticky notes. - Numbers 3+: + Parse formulas. + Parse cell formats. + Parse sheet references. + Parse cell comments. + Parse shapes (including groups). + Improve parsing of bezier paths. + Parse sticky notes. + Improve handling of colors. + Parse bullet images. + Parse image masks. + Handle fit-to-size in text boxes. - Pages 1-4: + Handle text boxes attached as character. - Pages 5+: + Improve handling of colors. + Parse bullet images. + Process page headers and footers even if the document is empty. + Fix handling of line stroke. + Parse image masks. + Improve parsing of shape groups. + Handle text boxes attached as character. + Parse page background. + Handle fit-to-size in text boxes. @ text @$NetBSD: patch-src_lib_NUM3Parser.cpp,v 1.1 2020/05/17 21:45:51 rillig Exp $ NUM3Parser.cpp: In member function 'virtual bool libetonyek::NUM3Parser::parseDocument()': NUM3Parser.cpp:46:3: error: 'for_each' is not a member of 'std' std::for_each(sheetListRefs.begin(), sheetListRefs.end(), std::bind(&NUM3Parser::parseSheet, this, std::placeholders::_1)); https://lists.freedesktop.org/archives/libreoffice/2020-May/date.html --- src/lib/NUM3Parser.cpp.orig 2018-12-28 17:45:35.000000000 +0000 +++ src/lib/NUM3Parser.cpp @@@@ -7,6 +7,7 @@@@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#include #include #include "NUM3Parser.h" @ 1.1 log @converters/libetonyek: fix build on NetBSD-8.0-x86_64 @ text @d1 1 a1 1 $NetBSD$ @