3
I Use This!
Moderate Activity

Commits : Listings

Analyzed 23 days ago. based on code collected 24 days ago.
Jan 18, 2024 — Jan 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
REMOVED: PdfWriter::SetPdfCompression as compression is handled using PdfStream, TVecFilters and the filter API in generally now instead of hardcoding filters into PdfWriter. More... over 17 years ago
REMOVED: PdfWriter::SetPdfCompression as compression is handled using PdfStream, TVecFilters and the filter API in generally now instead of More... over 17 years ago
Some initial encryption support work More... over 17 years ago
Some initial encryption support work More... over 17 years ago
FIXED: PdfStream::Set should take const char* parameter for buffer More... over 17 years ago
FIXED: PdfStream::Set should take const char* parameter for buffer More... over 17 years ago
FIXED: Great performance increase in PdfRefCountedBuffer (visibile for example when embedding large TIFF images). A test of mine spend 8.4% of its time in PdfRefCountedBuffer::Append before this change and only 0.5% in it PdfRefCountedBuffer after the change (measured using valgrind/callgrind) More... over 17 years ago
FIXED: Great performance increase in PdfRefCountedBuffer (visibile for example when embedding large TIFF images). A test of mine spend 8.4% of its More... over 17 years ago
FIXED: Detect *.tiff files automatically More... over 17 years ago
FIXED: Detect *.tiff files automatically More... over 17 years ago
ADDED: Optional support for reading in TIFF files using TIFFLib by Reinhard Mitteregger and Ulrich Arnold More... over 17 years ago
ADDED: Optional support for reading in TIFF files using TIFFLib by Reinhard Mitteregger and Ulrich Arnold FIXED: Ulrich Arnold fixed some Windows porting issues ADDED: Automatic TIFF detection in CMake files More... over 17 years ago
FIXED: Added possibility to set PdfVersion for PdfStreamedDocument More... over 17 years ago
FIXED: Added possibility to set PdfVersion for PdfStreamedDocument More... over 17 years ago
- Fixes: sf.net bug 1763550 More... over 17 years ago
- Fixes: sf.net bug 1763550 - Fix a bug in linearization dict detection that caused an unnecessary throw/catch - Remove re-throw on linearization dict read fail. It was followed by a return and looked like it was left over debug code. - Clean up early variable declarations in HasLinearizationDict() - Detect re-run of HasLinearizationDict() and fail More... over 17 years ago
- Use explicit namespace qualification in PdfError macros More... over 17 years ago
- Use explicit namespace qualification in PdfError macros - Import ePdfError_InvalidName enumerated name into global namespace so Mac OS X's gcc can handle it. More... over 17 years ago
- Fix throw of std::exeption() in PdfName More... over 17 years ago
- Fix throw of std::exeption() in PdfName - Remind PoDoFo users that they must handle any exceptions thrown by PoDoFo, and give a few tips on execption use. More... over 17 years ago
Simple helper MustGetIndirectKey(const PdfName&) throws on missing object so it can be safely chained. More... over 17 years ago
Simple helper MustGetIndirectKey(const PdfName&) throws on missing object so it can be safely chained. Makes for more readable code when digging into a deep object heirarchy. More... over 17 years ago
Note that the helloworld example's CMakeLists.txt isn't a standalone build setup, and give some tips on what's required. More... over 17 years ago
Note that the helloworld example's CMakeLists.txt isn't a standalone build setup, More... over 17 years ago
Add support for lib64 suffix (currently manually controlled with -DWANT_LIB64) More... over 17 years ago
Add support for lib64 suffix (currently manually controlled with -DWANT_LIB64) More... over 17 years ago
note svn:externals in FAQ More... over 17 years ago
note svn:externals in FAQ More... over 17 years ago
Explain that PoDoFo's API is in flux from version to version and give a few tips on handling that. More... over 17 years ago
Explain that PoDoFo's API is in flux from version to version and give a few tips on handling that. More... over 17 years ago