summaryrefslogtreecommitdiff
path: root/textproc/libodfgen/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2022-01-10*: Recursive revbump from boost 1.78.0ryoon1-2/+2
2021-09-29revbump for boost-libsadam1-2/+2
2021-04-21revbump for boost-libsadam1-2/+2
2021-01-01*: Recursive revbump from boost-1.75.0ryoon1-2/+2
2020-05-06revbump after boost updateadam1-1/+2
2020-04-05libodfgen: Update to 0.1.7nia1-16/+7
libodfgen 0.1.7 - All: + switch to C++-11 + fuzzing: correct many problem + support more text's style attributes + add support for named's graphic style + ods/odt: try to retrieve some MathML equations - Chart: + support more attributes, - Spreadsheet: + allow external file reference + do not create invalid file if there is more than 26*26 columns - Other improvements and fixes.
2020-03-20*: Convert broken sourceforge HOMEPAGEs back to httpnia1-2/+2
2020-01-18all: migrate several HOMEPAGEs to httpsrillig1-2/+2
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
2020-01-12*: Recursive revbump from devel/boost-libsryoon1-2/+2
2019-11-04textproc: align variable assignmentsrillig1-2/+2
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
2019-08-22Recursive revbump from boost-1.71.0ryoon1-2/+2
2019-07-01Recursive revbump from boost-1.70.0ryoon1-2/+2
2018-12-13revbump for boost 1.69.0adam1-2/+2
2018-10-29Adjust CC_VERSION check from gcc-8* to gcc-[89]*abs1-2/+2
2018-10-28Avoid erroring out due to multiple -Werror=parentheses with gcc8abs1-1/+6
2018-08-16revbump after boost-libs updateadam1-2/+2
2018-04-29revbump for boost-libs updateadam1-2/+2
2018-01-01Revbump after boost updateadam1-2/+2
2017-08-24Revbump for boost updateadam1-2/+2
2017-04-30Recursive revbump from boost updateryoon1-2/+2
2017-01-01Revbump after boost updateadam1-2/+2
2016-10-07Revbump post boost updateadam1-1/+2
2016-09-19needs zlibwiedi1-1/+2
2016-08-15Update to 0.1.6ryoon1-2/+2
Changelog: libodfgen 0.1.6 - All: + Support hatching fills. + Handle visibility and printability of objects. + Compute print orientation from page dimensions. + Allow to specify list label font and font size. - Drawing/Presentation: + Handle fill properties in openPage(), allowing to set page background. - Spreadsheet: + Correctly emit merged cells. + Allow graphics anchored to a sheet cell. + Handle repeated rows/columns, specified by properties table:number-rows-repeated and table:number-columns-repeated. + Add matrix operators ({, } and |). + Handle more cell attributes. + Increase precision of generated numbers. - Text: + Allow to set header/footer style. - Other improvements and fixes.
2015-12-29Update libodfgen to 0.1.5:wiz1-3/+2
libodfgen 0.1.5 - graphics: + add code for librevenge:replacement-objects + allow to set the opacity value:"draw:opacity" for surfaces which contain patterns, + add minimalist implementation of "measure": if drawPolyline is called with two points and draw:show-unit is set, then create a draw:measure tag instead of a draw:line... - sheet interface: + add some operators (plage, union, intersection and %)
2015-08-16Fix MASTER_SITES after PKGREVISION bump.wiz1-2/+2
2015-08-15Bump PKGREVISION for librevenge boost fix.wiz1-1/+2
2015-08-12Update to 0.1.4ryoon1-2/+2
Changelog: libodfgen 0.1.4 - drawing interface: do no forget to call startDocument/endDocument when writing in the manifest - metadata: added handler for 'template' metadata, unknown metadata are written in a meta:user-defined elements, - defineSheetNumberingStyle: can now define styles for the whole document (and not only for the actual sheet) - update doxygen configuration file + add a make astyle command libodfgen 0.1.3 - Allow writing meta:creation-date metadata element for drawings and presentations too. - Improve handling of headings. Most importantly, write valid ODF. - Write meta:generator metadata element. - Add initial support for embedded fonts. It is currently limited to Flat ODF output. libodfgen 0.1.2 - Use text:h element for headings. Any paragraph with text:outline-level property is recognized as a heading. - Handle layers. - Improve handling of styles. Particularly, do not emit duplicate styles. - Slightly improve documentation. - Handle master pages. - Do not expect that integer properties are always in inches. - Fix misspelled style:paragraph-properties element in presentation notes. - Only export public symbols on Linux. - Fix bogus XML-escaping of metadata values. - And many other improvements and fixes.
2014-07-23Update to 0.1.1. Ride libwpd bump.wiz1-4/+3
libodfgen 0.1.1 - Export API symbols on Windows. - Fix few minor problems with debug mode. libodfgen 0.1.0 - rebase to librevenge - add spreadsheet generator - split common parts of all generators out to a base class - add tests for all generators - add chart generator - and many other improvements libodfgen 0.0.4 - fix handling of presentation tables - fix handling of presentation notes - fix handling of presentation comments
2014-07-22Recursive bump for libwpd shlib name change.wiz1-1/+2
2014-02-02Update to 0.0.3ryoon1-2/+5
Changelog: libodfgen 0.0.3 - handle more table properties - more SVG path commands - allow to define center of rotation for a textbox - make linked text boxes more robust - add support for generating presentations (using libetonyek) - start on API documentation
2013-09-17Use C++11 shared_ptr with clang.joerg1-2/+8
2013-08-24Packaged textproc/libodfgen, a library providing the ability to generatejaapb1-0/+24
ODF documents from libwpd and libwps API calls. (libreoffice dependency)