3
I Use This!
Moderate Activity

Commits : Listings

Analyzed 28 days ago. based on code collected 28 days ago.
Jan 18, 2024 — Jan 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
FIXED: Embedding of PdfFontType1 together with PdfStreamedDocument and some intendation fixes along the way More... almost 9 years ago
FIXED: Embedding of PdfFontType1 together with PdfStreamedDocument and some intendation fixes along the way More... almost 9 years ago
MIGRATED: DeviceTest is now a real cppunit test that runs automatically with the others More... almost 9 years ago
MIGRATED: DeviceTest is now a real cppunit test that runs automatically with the others More... almost 9 years ago
FIXED: Compilation without libcrypto from OpenSSL libssl package. More... almost 9 years ago
FIXED: Compilation without libcrypto from OpenSSL libssl package. More... almost 9 years ago
Patch by Ulrich Arnold: More... almost 9 years ago
Patch by Ulrich Arnold: - PdfFontCID.cpp: VS2008 has no member data in the vector-template. Circumvented by conditional compilation - PdfFontTTFSubset.cpp: Added static cast for return-value of GetGlyphId. Should be type GID to begin with in my opinion, but I'm not familiar with the source, so just the cast to keep the compiler happy. Added static cast for setting of CMapv4Range from iterator. Changed offset to unsigned short in WriteCmapTable because TTFWriteUInt16 can handle only 16 Bit - PdfImage.h/.cpp: The use of TiffOpenW needs at least Tiff 4.0.3. Added conditional compilation to check the version. Tiff of type PHOTOMETRIC_MINISBLACK and PHOTOMETRIC_MINISWHITE are allowed to have 8 or 16-Bits for Grayscale. Added some static casts for mix of toff_t and tsize_t - PdfSignOutputDevice: In AdjustByteRange two calls to Read were encapsulated in PODOFO_RAISE_LOGIC_IF and were not called with NDEBUG. Call of read and check of return are now separated More... almost 9 years ago
CMake compatibility fixes. Policies explicitly set to NEW to avoid warnings during build and also fixed policy violations. More... almost 9 years ago
CMake compatibility fixes. More... almost 9 years ago
ADDED: Patch by Matthew Brincke: Correct typo in a newly added public function More... almost 9 years ago
ADDED: Patch by Matthew Brincke: Correct typo in a newly added public function
zyx
More... almost 9 years ago
Add WINDOWS-1250 and ISO-8859-2 encoding classes into the PdfEncodingFactory
zyx
More... almost 9 years ago
Add WINDOWS-1250 and ISO-8859-2 encoding classes into the PdfEncodingFactory More... almost 9 years ago
ADDED: Patch by Josef Rokos: Generate Widths array for Base14 fonts More... almost 9 years ago
ADDED: Patch by Josef Rokos: Generate Widths array for Base14 fonts
zyx
More... almost 9 years ago
ADDED: Patch by Josef Rokos: Provide PdfWin1250Encoding and PdfIso88592Encoding encoding classes
zyx
More... almost 9 years ago
ADDED: Patch by Josef Rokos: Provide PdfWin1250Encoding and PdfIso88592Encoding encoding classes More... almost 9 years ago
ADDED: Patch by Josef Rokos: Create also differences array in PdfWinAnsiEncoding::AddToDictionary() More... almost 9 years ago
ADDED: Patch by Josef Rokos: Create also differences array in PdfWinAnsiEncoding::AddToDictionary()
zyx
More... almost 9 years ago
ADDED: Patch by Josef Rokos: Add support for PDF document certification and filling "Location" attribute in signature details
zyx
More... almost 9 years ago
ADDED: Patch by Josef Rokos: Add support for PDF document certification and filling "Location" attribute in signature details More... almost 9 years ago
ADDED: Patch by Matthew Brincke: Skip first two bytes of UTF-16 string in little-endian too More... almost 9 years ago
ADDED: Patch by Matthew Brincke: Skip first two bytes of UTF-16 string in little-endian too
zyx
More... almost 9 years ago
ADDED: Patch by Peter Petrov: Compatibility fix for CMake 2.8
zyx
More... about 9 years ago
ADDED: Patch by Peter Petrov: Compatibility fix for CMake 2.8 More... about 9 years ago
ADDED: Patch by Petr Petrov: Correct VS2015 compilation error More... about 9 years ago
ADDED: Patch by Petr Petrov: Correct VS2015 compilation error
zyx
More... about 9 years ago
ADDED: Patch by Matthew Brincke: Prohibit instantiation of factories (all methods static)
zyx
More... about 9 years ago
ADDED: Patch by Matthew Brincke: Prohibit instantiation of factories (all methods static) More... about 9 years ago