SHA256
1
0
forked from pool/libodfgen

21 Commits

Author SHA256 Message Date
60fee80f5e OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libodfgen?expand=0&rev=41 2022-01-27 14:56:41 +00:00
c9886f732e Accepting request 894371 from home:fstrba
Fix sle12 build

OBS-URL: https://build.opensuse.org/request/show/894371
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libodfgen?expand=0&rev=39
2021-05-19 15:08:22 +00:00
d22a6f441f Accepting request 864442 from home:dirkmueller:branches:LibreOffice:Factory
- update to 0.1.8:
    + use libxml2 to parse xml's equations...
    + code modernization:
        use range-based for loop, use nullptr,
        fix too small loop variables,
        don't access static members through instance,
    + retrieve more border's attributes in tables,
    + retrieve draw:auto-grow-width,draw:fit-to-size,draw:z-index,
       style:print-content, style:shrink-to-fit attributes in graphics
    + output numbers with more precision,
- Other improvements and fixes.

OBS-URL: https://build.opensuse.org/request/show/864442
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libodfgen?expand=0&rev=36
2021-01-20 13:01:04 +00:00
Tomáš Chvátal
e561532229 Accepting request 828312 from home:dirkmueller:branches:LibreOffice:Factory
- update to 0.1.7:
    + 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
    + support more attributes,
    + allow external file reference
    + do not create invalid file if there is more than 26*26 columns
  - Other improvements and fixes.

OBS-URL: https://build.opensuse.org/request/show/828312
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libodfgen?expand=0&rev=34
2020-08-21 06:00:55 +00:00
Tomáš Chvátal
4b2742e950 - Do not use boost but stick with c++11
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libodfgen?expand=0&rev=32
2016-03-24 14:01:22 +00:00
d978e6a237 OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libodfgen?expand=0&rev=29 2015-12-30 16:22:17 +00:00
Tomáš Chvátal
87cd48af32 - 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 %)

OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libodfgen?expand=0&rev=27
2015-12-21 11:54:41 +00:00
Tomáš Chvátal
b1c7d5d748 - 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.

OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libodfgen?expand=0&rev=25
2015-06-13 13:03:13 +00:00
25ae2c80aa OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libodfgen?expand=0&rev=23 2014-11-28 08:41:34 +00:00
cca001e570 Accepting request 236741 from home:fstrba
Upgrade to librevenge-based libodfgen

OBS-URL: https://build.opensuse.org/request/show/236741
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libodfgen?expand=0&rev=20
2014-06-10 12:48:35 +00:00
Tomáš Chvátal
1b459c23aa - Cleanup with spec-cleaner.
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libodfgen?expand=0&rev=18
2014-01-25 21:01:29 +00:00
Tomáš Chvátal
c704617ff8 Accepting request 214357 from home:elvigia:branches:LibreOffice:Factory
-  build with -fvisibility-inlines-hidden

OBS-URL: https://build.opensuse.org/request/show/214357
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libodfgen?expand=0&rev=16
2014-01-18 18:13:09 +00:00
Tomáš Chvátal
2ca1c031ee Accepting request 210901 from home:fstrba
- Version bump to 0.0.4:
  - fix handling of presentation tables
  - fix handling of presentation notes
  - fix handling of presentation comments

OBS-URL: https://build.opensuse.org/request/show/210901
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libodfgen?expand=0&rev=14
2013-12-15 10:24:27 +00:00
Tomáš Chvátal
152325c141 Accepting request 206316 from home:fstrba
- Build also the documentation

OBS-URL: https://build.opensuse.org/request/show/206316
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libodfgen?expand=0&rev=12
2013-11-09 09:36:30 +00:00
Tomáš Chvátal
4dda49e4c4 - 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

OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libodfgen?expand=0&rev=10
2013-11-08 09:12:23 +00:00
Tomáš Chvátal
d8c6da91f2 - Use verbose build.
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libodfgen?expand=0&rev=8
2013-11-01 09:14:45 +00:00
9ac030d471 Accepting request 176730 from home:fstrba
- 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

OBS-URL: https://build.opensuse.org/request/show/176730
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libodfgen?expand=0&rev=6
2013-05-27 11:29:18 +00:00
Tomáš Chvátal
cdbeda3a33 - Drop zlib-devel as it is not really required
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libodfgen?expand=0&rev=4
2013-05-13 12:31:58 +00:00
6b1371a0b1 Accepting request 174708 from home:fstrba
- Upstream release 0.0.1
  * Fix android build
  * Fix different warnings
  * Fix different wrong strings

OBS-URL: https://build.opensuse.org/request/show/174708
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libodfgen?expand=0&rev=3
2013-05-07 11:45:07 +00:00
Tomáš Chvátal
4baadb0824 - Format the spec file.
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libodfgen?expand=0&rev=2
2013-05-06 12:08:34 +00:00
Tomáš Chvátal
ccaf10ae60 - Initial commit of odf generating library. Will be required by
libreoffice-4.1.

OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libodfgen?expand=0&rev=1
2013-05-06 12:08:09 +00:00