2015-10-07 11:30:19 by Filip Hajny | Files touched by this commit (1) |
Log message:
Needs pthread bl3 and vars. Fixes build on at least SunOS. PKGREVISION++
|
2015-08-16 04:08:17 by Ryo ONODERA | Files touched by this commit (3) |
Log message:
Bump PKGREVISION.
Some librevenge consumers use libboost_system too.
Add -lboost_system to pkg-config file.
Remove boost-headers buildlink. It is included via boost-libs.
|
2015-08-16 00:42:22 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Apply adam's patch to fix build with latest boost.
Bump PKGREVISION.
Add boost-libs to bl3.mk and bump ABI depends for that.
|
2015-02-02 12:46:20 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Add upstream bug report URL.
|
2015-02-02 11:15:47 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
Changes 0.0.2:
- Better handling of invalid input in RVNGDirectoryStream functions.
- Add documentation for RVNGDirectoryStream.
- Add text:outline-level to allowed paragraph properties. This is to allow
import libraries to handle headings properly.
- Properly handle units in all generators, instead of expecting everything is
in inches.
- Implement open/closeGroup for RVNGSVGDrawingGenerator.
- Improve handling of layers in RVNGSVGPresentationGenerator.
- Handle master pages in RVNGSVGDrawingGenerator and
RVNGSVGPresentationGenerator.
- Simple handling of tables in RVNGSVGDrawingGenerator and
RVNGSVGPresentationGenerator: just create a text box for each cell.
- Fix return value of RVNGStringStream::seek when seeking to end.
- Fix some warnings found by Coverity.
- Use symbol visibility on Linux. The library only exports public functions
now.
- Fix several crashes or hangs when reading broken OLE2 or Zip files, found
with the help of american-fuzzy-lop.
- Add fo:language, fo:country and fo:script to allowed span properties.
- Handle headings in RVNGHTMLTextGenerator.
|
2014-11-29 01:44:49 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Disable some warnings from clang that prevent the Boost detection.
|
2014-07-22 12:47:52 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Add buildlink3.mk file.
|
2014-07-22 12:40:14 by Thomas Klausner | Files touched by this commit (4) |
Log message:
Import librevenge-0.0.1 as converters/librevenge.
librevenge is a base library for writing document import filters.
It has interfaces for text documents, vector graphics, spreadsheets
and presentations.
|