OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libodfgen?expand=0&rev=43
213 lines
7.6 KiB
Plaintext
213 lines
7.6 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sat Apr 5 15:20:21 UTC 2025 - Friedrich Haubensak <hsk17@mail.de>
|
|
|
|
- Add libodfgen-0.1.8-gcc15-cstdint.patch (from gentoo) to fix
|
|
gcc-15 compile time error
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 27 13:47:06 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Fix license header to correspond to SPDX abbreviation
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 19 14:58:28 UTC 2021 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Define conditionally make_build to fix build on systems that do
|
|
not have that macro
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 19 21:35:36 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- 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.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 20 21:56:05 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
|
|
|
- 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.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 24 14:01:09 UTC 2016 - tchvatal@suse.com
|
|
|
|
- Do not use boost but stick with c++11
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 30 16:21:23 UTC 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 11:52:48 UTC 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 13:02:33 UTC 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 08:38:04 UTC 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 3 07:17:27 UTC 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 08:37:50 UTC 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 21:01:27 UTC 2014 - tchvatal@suse.com
|
|
|
|
- Cleanup with spec-cleaner.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jan 18 15:45:55 UTC 2014 - crrodriguez@opensuse.org
|
|
|
|
- build with -fvisibility-inlines-hidden
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Dec 14 16:12:42 UTC 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 8 15:43:06 UTC 2013 - fridrich.strba@suse.com
|
|
|
|
- Build also the documentation
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 8 09:11:19 UTC 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 1 09:15:05 UTC 2013 - tchvatal@suse.com
|
|
|
|
- Use verbose build.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 27 11:20:55 UTC 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 12:28:32 UTC 2013 - tchvatal@suse.com
|
|
|
|
- Drop zlib-devel as it is not really required
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 7 11:39:05 UTC 2013 - fridrich.strba@suse.com
|
|
|
|
- Upstream release 0.0.1
|
|
* Fix android build
|
|
* Fix different warnings
|
|
* Fix different wrong strings
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 6 12:08:21 UTC 2013 - tchvatal@suse.com
|
|
|
|
- Format the spec file.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 6 12:07:17 UTC 2013 - tchvatal@suse.com
|
|
|
|
- Initial commit of odf generating library. Will be required by
|
|
libreoffice-4.1.
|
|
|