Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: podofo/podofo

Tags

1.0.2

Toggle 1.0.2's commit message
PdfParser: Removed leftover of legacy invalid password handling

It's incorrect now

1.0.1

Toggle 1.0.1's commit message
Bump to 1.0.1

1.0.1-rc1

Toggle 1.0.1-rc1's commit message
Fix more issues related to use of nullable<std::unique_ptr<T>>

Also introduce a operator*= for nullable that allow to force assignment
on the nullable with inner type arguments. This allows to avoid picking
wrong overloads

1.0.0

Toggle 1.0.0's commit message
XMPUtils: Fixed unused warning

1.0.0-rc2

Toggle 1.0.0-rc2's commit message
PdfFontConfigWrapper: Put the constructor with FcConfig* argument und…

…er guard by the PODOFO_3RDPARTY_INTEROP_ENABLED macro

0.10.5

Toggle 0.10.5's commit message
StringTest: Disable a recent failing test backported from 1.0 that wo…

…n't work in 0.10.x

1.0.0-rc1

Toggle 1.0.0-rc1's commit message
Install PoDoFo exports config files to "lib/cmake/podofo"

PoDoFo would also search in "share/cmake/podofo", but[1] documents
the former

[1] https://cmake.org/cmake/help/latest/guide/tutorial/Adding%20Export%20Configuration.html

1.0.0-beta2

Toggle 1.0.0-beta2's commit message
Updated CHANGELOG.md

1.0.0-beta1

Toggle 1.0.0-beta1's commit message
Updated API-MIGRATION.md

0.10.4

Toggle 0.10.4's commit message
PdfPainter: Fix SetCurrentMatrix() to really update CTM

Also see b223aec in master