3
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed issue #42 More... over 5 years ago
Fixed issue #41 This is done by throwing a runtime_error exception in case of an incompletely read line, so the program doesn't go through the source-reading loop again. More... over 5 years ago
Fixed issue #41 More... over 5 years ago
Restore pre-C++11 compatibility More... over 5 years ago
Restore pre-C++11 compatibility This means pre-C++11 syntax for "nested" templated types and NULL instead of nullptr. This is tested also with new compilers: GCC 7.3 and clang 7.0 (no new warnings). Before this change, some patches had introduced "failure to build from source" with pre-C++11 standard compilers (or compiling modes). API and ABI are unchanged. Also tested with test/unit/podofo-test. More... over 5 years ago
Patch by F. E.: Fix before-use ref invalidation in PdfPage::DeleteAnnotation(const PdfReference &) More... almost 6 years ago
Patch by F. E.: Fix before-use ref invalidation in PdfPage::DeleteAnnotation(const PdfReference &) More... almost 6 years ago
PdfXRefStreamParserObject: Added PODOFO_API class decoration More... almost 6 years ago
PdfXRefStreamParserObject: Added PODOFO_API class decoration More... almost 6 years ago
Merge branches/SrcPodofoLayout More... almost 6 years ago
Merge branches/SrcPodofoLayout More... almost 6 years ago
Moved source from root/src to root/src/podofo More... almost 6 years ago
Branch to move source from root/src to root/src/podofo More... almost 6 years ago
PdfMemDocument: Fix missing call to PdfFontCache::EmbedSubsetFonts() in several Write/WriteUpdate signatures More... almost 6 years ago
PdfMemDocument: Fix missing call to PdfFontCache::EmbedSubsetFonts() in several Write/WriteUpdate signatures More... almost 6 years ago
Patch by Michal Sudolsky: Base 14 fonts are not thread-safe More... almost 6 years ago
Patch by Michal Sudolsky: Base 14 fonts are not thread-safe More... almost 6 years ago
Patch by F.E. (mostly): Check xref entries' length, valid line-termination chars More... almost 6 years ago
Patch by F.E. (mostly): Check xref entries' length, valid line-termination chars More... almost 6 years ago
Clarification of PdfString documentation and adding my nick to IMO in the other file More... almost 6 years ago
Clarification of PdfString documentation and adding my nick to IMO in the other file More... almost 6 years ago
Fixed CVE-2019-9199, issue #40 (raises PdfError with PageNotFound code on error) More... almost 6 years ago
Fixed CVE-2019-9199, issue #40 (raises PdfError with PageNotFound code on error) More... almost 6 years ago
Patch by Christophe BLANCHARD: Fixed PdfDifferenceEncoding::ConvertToUnicode() More... almost 6 years ago
Patch by Christophe BLANCHARD: Fixed PdfDifferenceEncoding::ConvertToUnicode() More... almost 6 years ago
Fix heap-buffer-overflow in PdfString::ConvertUTF16toUTF8 More... almost 6 years ago
Fix heap-buffer-overflow in PdfString::ConvertUTF16toUTF8 More... almost 6 years ago
Patch by Christophe Blanchard to support SymbolSetEncoding More... almost 6 years ago
Patch by Christophe Blanchard to support SymbolSetEncoding More... almost 6 years ago
Patch by Michal Sudolsky: Fix EncodingTest::testDifferencesEncoding() properly More... almost 6 years ago