Package Release Info

libodfgen-0.1.6-bp152.2.17

Update Info: Base Release
Available in Package Hub : 15 SP2

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libodfgen-0_1-1
libodfgen-devel
libodfgen-devel-doc

Change Logs

* Thu Mar 24 2016 tchvatal@suse.com
- Do not use boost but stick with c++11
* Wed Dec 30 2015 fstrba@suse.com
- Version bump to 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.
* Mon Dec 21 2015 tchvatal@suse.com
- Version bump to 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 %)
* Sat Jun 13 2015 tchvatal@suse.com
- Version bump to 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
  - 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.
* Fri Nov 28 2014 fstrba@suse.com
- Upgrade to version 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.
* Tue Jun 03 2014 fstrba@suse.com
- Upgrade to version 0.1.0
  * Export API symbols on Windows.
  * Fix few minor problems with debug mode.
* Mon May 26 2014 fstrba@suse.com
- Upgrade to version 0.1.0
  * ABI change
  * Remove dependencies on libwpd, libwpg and libetonyek
  * Add dependency on librevenge
* Sat Jan 25 2014 tchvatal@suse.com
- Cleanup with spec-cleaner.
* Sat Jan 18 2014 crrodriguez@opensuse.org
-  build with -fvisibility-inlines-hidden
* Sat Dec 14 2013 fridrich.strba@suse.com
- Version bump to 0.0.4:
  - fix handling of presentation tables
  - fix handling of presentation notes
  - fix handling of presentation comments
* Fri Nov 08 2013 fridrich.strba@suse.com
- Build also the documentation
* Fri Nov 08 2013 tchvatal@suse.com
- Version bump to 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
* Fri Nov 01 2013 tchvatal@suse.com
- Use verbose build.
* Mon May 27 2013 fridrich.strba@suse.com
- Upstream release 0.0.2
  * Cleanup of build system
  * Source code layout change, so that the public headers
    can be directly included from the tarball
  * Improvements in generation of borders and column separators
* Mon May 13 2013 tchvatal@suse.com
- Drop zlib-devel as it is not really required
* Tue May 07 2013 fridrich.strba@suse.com
- Upstream release 0.0.1
  * Fix android build
  * Fix different warnings
  * Fix different wrong strings
* Mon May 06 2013 tchvatal@suse.com
- Format the spec file.
* Mon May 06 2013 tchvatal@suse.com
- Initial commit of odf generating library. Will be required by
  libreoffice-4.1.