3
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update issue_template.md More... over 1 year ago
Update pull_request_template.md More... over 1 year ago
Add noexcept to from_chars to allow clang14 compilation More... over 1 year ago
Fix infinite loop on calling InsertDocumentPageAt More... over 1 year ago
PdfImageInfo: Make Filters nullable More... over 1 year ago
Updated PODOFO_VERSION 0.11.0 More... over 1 year ago
Merge branch '0.10.x' More... over 1 year ago
Revert "PdfColorSpace: Renamed into PdfColorSpaceType and add new PdfColorSpace filter class that is able to decode complex color spaces" More... over 1 year ago
Updated PODOFO_VERSION 0.10.1 More... over 1 year ago
Updated CHANGELOG.md More... over 1 year ago
Added podofo::podofo alias as suggested by vcpkg maintainers More... over 1 year ago
Install exported podofo config files More... over 1 year ago
Tools: Improved error reporting on the main entry More... over 1 year ago
PdfError: Improved full description formating More... over 1 year ago
MainEntryPoint: Better error reporting More... over 1 year ago
StreamDevice: Fixed error message on failed device More... over 1 year ago
PdfError: Improved full description More... over 1 year ago
CMakeLists.txt: Rename PODOFO_LIBVERSION -> PODOFO_VERSION More... over 1 year ago
Updated TODO.md More... over 1 year ago
PdfEncrypt: Validate more encrypt dictionary parameters More... over 1 year ago
PdfParserObject: Release the PdfEncrypt instance after loading the stream More... over 1 year ago
PdfParserObject: Store the PdfEncrypt instance as a shared_ptr More... over 1 year ago
PdfColorSpaceIndexed: Removed reduntan move() in GetExportObject More... over 1 year ago
PdfIndirectObjectList: Removed a lookup when replacing/pushing an object into the structure More... over 1 year ago
PdfPageCollection: Fixed flattening the tree structure, make it a public method More... over 1 year ago
PdfPageCollection: Fixed missing setting /Parent on page inserted More... over 1 year ago
Updated TODO.md More... over 1 year ago
PdfPageCollection: Stop trying to preserve document page structure tree, simplified caching More... over 1 year ago
Remove aggregate initialization constructor More... over 1 year ago
Explicitly compare as `std::string_view`, `const std::string&`, or `const char*` Allow the compiler to figure out `operator==` instead of forcing `std::operator==` Use static_cast instead of C-style casting (reinterpret_cast) Add noexcept where appropriate More... over 1 year ago