Blame NEWS

rpm-build 324937
libpagemaker 0.0.4
rpm-build 324937
rpm-build 324937
- Add a command line tool for conversion to plain text, called pmd2text.
rpm-build 324937
- Require C++11 for build.
rpm-build 324937
- Drop outdated MSVC project files.
rpm-build 324937
- Fix parsing of page dimensions and shape coordinates in Mac documents.
rpm-build 324937
  That makes the output at least somewhat useful, but more work is needed
rpm-build 324937
  to handle big endian files properly.
rpm-build 324937
- Fix parsing of color tint in Mac documents. (tdf#109126)
rpm-build 324937
- Fix parsing of text formatting attributes in Mac documents.
rpm-build 324937
- Properly handle all caps and small caps.
rpm-build 324937
- Parse more text formatting attributes.
rpm-build 324937
- Parse more paragraph attributes.
rpm-build 324937
rpm-build 324937
libpagemaker 0.0.3
rpm-build 324937
rpm-build 324937
- Make --help output of conversion tools help2man-friendly.
rpm-build 324937
- Read big endian (Mac) files (tdf#91419).
rpm-build 324937
- Other small fixes and improvements.
rpm-build 324937
rpm-build 324937
libpagemaker-0.0.2
rpm-build 324937
rpm-build 324937
- Use record type to identify records in the trailer, instead of expecting
rpm-build 324937
  that they are always at a specific position. This fixes reading of some
rpm-build 324937
  real-world documents.
rpm-build 324937
- Use symbol visibility on Linux. The library only exports the two public
rpm-build 324937
  functions now.
rpm-build 324937
- Fix several crashes and hangs when reading broken files, found with the help
rpm-build 324937
  of american-fuzzy-lop.
rpm-build 324937
- Fix several minor issues reported by Coverity.
rpm-build 324937
rpm-build 324937
libpagemaker-0.0.1
rpm-build 324937
rpm-build 324937
- Fix build on MS Windows.
rpm-build 324937
- Parse HLS colors.
rpm-build 324937
- Parse bitmaps.
rpm-build 324937
- Parse WMF metafiles.
rpm-build 324937
- Fix output of multi-page documents.
rpm-build 324937
- Fix parsing of polygons.
rpm-build 324937
- Handle rotation of various shapes correctly.
rpm-build 324937
- Fix handling of text that contains ASCII control characters.
rpm-build 324937
- Fix parsing of big data blocks, where the data are saved in indirect
rpm-build 324937
  records (sub-records).
rpm-build 324937
- And many other small fixes and improvements.
rpm-build 324937
rpm-build 324937
libpagemaker-0.0.0
rpm-build 324937
rpm-build 324937
- First release.
rpm-build 324937
- Implement parsing of basic shapes: rectangle, ellipse, path, text
rpm-build 324937
  block; also parse some properties.
rpm-build 324937
- Handle multi-page documents, both single- and double-sided (untested).