Skip to content

Releases: utelle/wxpdfdoc

wxPdfDocument 0.9.6

03 Apr 21:01
Compare
Choose a tag to compare

Changes since last release:

  • Overhauled the build system
  • Added continuous integration (Travis CI)
  • Replaced all occurrences of macro wxT by wxS
  • Added version information as Windows resource for DLL builds on Windows

Fixed bugs:

  • Fixed adjustment of angles in method wxPdfDocument::Ellipse
  • Fixed issue with drawing arcs from wxPdfDC by forcing angles into proper range for counter-clockwise drawing
  • Replaced MD5 implementation to resolve a license incompatibility issue
  • Replaced image in transparency sample to resolve a potential license issue

Note: The doxygen generated API documentation is not included any longer in the below downloads. Drop a note, if the API documentation should be made available as a download for offline usage.

wxPdfDocument 0.9.5

18 Dec 14:09
Compare
Choose a tag to compare

Changes since last release:

  • respect "join" and "cap" attributes of wxPen in wxPdfDC (2.9)
  • cleaned up the use of wxMemoryOutputStream instances
  • cleaned up dependencies on wxWidgets libraries for graphics formats GIF and JPEG

Fixed bugs:

  • fixed a bug in positioning rotated text
  • fixed a bug in determining line lengths in XML formatted output
  • fixed a bug in drawing a point in wxPdfDC (2.9)
  • fixed a bug in drawing elliptic arcs in wxPdfDC (2.9)

Note: The packages wxpdfdoc-* contain the doxygen generated API documentation.