openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
P
PoDoFo
Settings
|
Report Duplicate
3
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
23 days
ago. based on code collected
24 days
ago.
Jan 18, 2024 — Jan 18, 2025
Showing page 112 of 142
Search / Filter on:
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.
Dominik Seichter
More...
over 17 years ago
REMOVED: PdfWriter::SetPdfCompression as compression is handled using PdfStream, TVecFilters and the filter API in generally now instead of
domseichter
More...
over 17 years ago
Some initial encryption support work
domseichter
More...
over 17 years ago
Some initial encryption support work
Dominik Seichter
More...
over 17 years ago
FIXED: PdfStream::Set should take const char* parameter for buffer
Dominik Seichter
More...
over 17 years ago
FIXED: PdfStream::Set should take const char* parameter for buffer
domseichter
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)
Dominik Seichter
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
domseichter
More...
over 17 years ago
FIXED: Detect *.tiff files automatically
domseichter
More...
over 17 years ago
FIXED: Detect *.tiff files automatically
Dominik Seichter
More...
over 17 years ago
ADDED: Optional support for reading in TIFF files using TIFFLib by Reinhard Mitteregger and Ulrich Arnold
domseichter
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
Dominik Seichter
More...
over 17 years ago
FIXED: Added possibility to set PdfVersion for PdfStreamedDocument
domseichter
More...
over 17 years ago
FIXED: Added possibility to set PdfVersion for PdfStreamedDocument
Dominik Seichter
More...
over 17 years ago
- Fixes: sf.net bug 1763550
ringerc
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
Craig Ringer
More...
over 17 years ago
- Use explicit namespace qualification in PdfError macros
ringerc
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.
Craig Ringer
More...
over 17 years ago
- Fix throw of std::exeption() in PdfName
ringerc
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.
Craig Ringer
More...
over 17 years ago
Simple helper MustGetIndirectKey(const PdfName&) throws on missing object so it can be safely chained.
ringerc
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.
Craig Ringer
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.
Craig Ringer
More...
over 17 years ago
Note that the helloworld example's CMakeLists.txt isn't a standalone build setup,
ringerc
More...
over 17 years ago
Add support for lib64 suffix (currently manually controlled with -DWANT_LIB64)
Craig Ringer
More...
over 17 years ago
Add support for lib64 suffix (currently manually controlled with -DWANT_LIB64)
ringerc
More...
over 17 years ago
note svn:externals in FAQ
ringerc
More...
over 17 years ago
note svn:externals in FAQ
Craig Ringer
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.
ringerc
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.
Craig Ringer
More...
over 17 years ago
←
1
2
…
108
109
110
111
112
113
114
115
116
…
141
142
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree