Commit graph

15 commits

Author SHA1 Message Date
adam
62d3f1ac1b Revbump for boost update 2017-08-24 20:02:56 +00:00
ryoon
76884737ca Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
adam
76632718ac Revbump after boost update 2017-01-01 16:05:55 +00:00
adam
3b88bd43a5 Revbump post boost update 2016-10-07 18:25:29 +00:00
wiedi
b9d8e79506 needs zlib 2016-09-19 14:53:27 +00:00
ryoon
e925ae38b7 Update to 0.1.6
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.
2016-08-15 18:52:10 +00:00
wiz
0eff64773a Update libodfgen to 0.1.5:
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-12-29 20:46:50 +00:00
wiz
218edb5658 Fix MASTER_SITES after PKGREVISION bump. 2015-08-16 17:38:30 +00:00
wiz
cb5fb3ff11 Bump PKGREVISION for librevenge boost fix. 2015-08-15 22:46:38 +00:00
ryoon
038b712a59 Update to 0.1.4
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.
2015-08-12 00:34:16 +00:00
wiz
dda62ac3ec Update to 0.1.1. Ride libwpd bump.
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-23 06:24:28 +00:00
wiz
4f5cf1e0ad Recursive bump for libwpd shlib name change. 2014-07-22 10:53:29 +00:00
ryoon
da75ccd692 Update to 0.0.3
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
2014-02-02 09:48:31 +00:00
joerg
8440842684 Use C++11 shared_ptr with clang. 2013-09-17 21:15:06 +00:00
jaapb
8142bd5b53 Packaged textproc/libodfgen, a library providing the ability to generate
ODF documents from libwpd and libwps API calls. (libreoffice dependency)
2013-08-24 16:17:12 +00:00