summaryrefslogtreecommitdiff
path: root/textproc/libodfgen
AgeCommit message (Collapse)AuthorFilesLines
2015-08-16Fix MASTER_SITES after PKGREVISION bump.wiz1-2/+2
2015-08-15Bump PKGREVISION for librevenge boost fix.wiz2-3/+4
2015-08-12Update to 0.1.4ryoon2-6/+6
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.wiz4-18/+20
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.wiz2-2/+4
2014-02-02Update to 0.0.3ryoon4-9/+13
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 generatejaapb5-0/+53
ODF documents from libwpd and libwps API calls. (libreoffice dependency)