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 115 of 142
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
FIXED: Several testcases where broken and work now\nADDED: Testcase for unescaped balanced parantheses in strings
Dominik Seichter
More...
over 17 years ago
FIXED: Several testcases where broken and work now\nADDED: Testcase for unescaped balanced parantheses in strings
domseichter
More...
over 17 years ago
FIXED: AcrobatReader requires every PdfField to have a field name. So if the user does not set one, we generate an automatic name.
Dominik Seichter
More...
over 17 years ago
FIXED: AcrobatReader requires every PdfField to have a field name. So if the user does not set one, we generate an automatic name.
domseichter
More...
over 17 years ago
Further work on interactive form fiels, works quite nice now. Added a nice example in form test. Submit actions, checkboxes and radio buttobs are still missing. PushButtons and other fields are almost done now.
Dominik Seichter
More...
over 17 years ago
Further work on interactive form fiels, works quite nice now. Added a nice example in form test. Submit actions, checkboxes and radio buttobs are still missing. PushButtons and other fields are almost done now.
domseichter
More...
over 17 years ago
FIXED: Spelling of Embed - thanks Craig FIXED: Fonttype detection should now work under windows and fix chicks problems FIXED: PdfAnnotations do know the page now they belong too ADDED: PdfComboBox, PdfListBox for choice interactive form fields FIXED: Cleaned up PdfPushButton
Dominik Seichter
More...
over 17 years ago
FIXED: Spelling of Embed - thanks Craig
domseichter
More...
over 17 years ago
Fix crash where a dictionary without a /Filter key is passed to CreateFilterList(PdfObject*) causes a call to PdfObject::IsName() with this=0 .
Craig Ringer
More...
over 17 years ago
Fix crash where a dictionary without a /Filter key is passed to CreateFilterList(PdfObject*) causes a call to PdfObject::IsName() with this=0 .
ringerc
More...
over 17 years ago
Fix error in CMakeLists.txt that was causing the wrong freetype include
ringerc
More...
over 17 years ago
Fix error in CMakeLists.txt that was causing the wrong freetype include path to be specified. This bug was introduced while fixing the issue with FindLIBFREETYPE.cmake finding freetype1's freetype.h .
Craig Ringer
More...
over 17 years ago
FIXED: really added all files now hopefully ...
domseichter
More...
over 17 years ago
FIXED: really added all files now hopefully ...
Dominik Seichter
More...
over 17 years ago
FIXED: No evil hacks in svn
domseichter
More...
over 17 years ago
FIXED: No evil hacks in svn
Dominik Seichter
More...
over 17 years ago
ADDED: Sorry, forgot to commit these
Dominik Seichter
More...
over 17 years ago
ADDED: Sorry, forgot to commit these
domseichter
More...
over 17 years ago
ADDED: Initial support for PDF interactive forms, PdfTextField is almost complete buttons need still lot's of work
domseichter
More...
over 17 years ago
ADDED: Initial support for PDF interactive forms, PdfTextField is almost complete buttons need still lot's of work FIXED: Initial support to detect the fonts file format, will lead to a type1 font parser later so that we can embedd type1 fonts. FIXED: A simple fix to CMakeLists.txt which allows compilation on my system (kubuntu 7.04). - freetype is not found otherwise. Does anyoen have a clean fix for this issue? ADDED: A test for interactive forms support. JavaScript actions are so cool :)
Dominik Seichter
More...
over 17 years ago
VC6 build fixes by Ulrich Arnold
Dominik Seichter
More...
over 17 years ago
VC6 build fixes by Ulrich Arnold
domseichter
More...
over 17 years ago
FIXED: PoDoFo writes correct XRef tables now in any case (in theory - read on). PoDoFo generated broken XRef tables in some cases because it was not
domseichter
More...
over 17 years ago
FIXED: PoDoFo writes correct XRef tables now in any case (in theory - read on). PoDoFo generated broken XRef tables in some cases because it was not able to correctly create the linked list of free objects over XRef subsections. This works now. A good test case is the PDFReference17.pdf and ParserTest. PoDoFo reads the file correctly and IMHO PoDoFo's output is correct! Poppler does not report any errors, Ghostscript does neither. Acrobat Reader 7.0.8 reports though that the XRef table is broken. I cannot figure out why, because from my understanding it is correct. Any ideas?
Dominik Seichter
More...
over 17 years ago
FIXED: A crash with empty strings which are allowed in PDF documents
Dominik Seichter
More...
over 17 years ago
FIXED: A crash with empty strings which are allowed in PDF documents
domseichter
More...
over 17 years ago
- The verbose timezone problem where strftime() returns a long format timezone like "W. Australian Standard Time" affects mingw, not just VC++, so test for _WIN32 not _MSC_VER in PdfDate.cpp . - Disable -std=c++98 on win32 because mingw hides _timezone and _tzset() . It's not clear if this is correct behaviour by mingw, but unsetting std=c++98 is an acceptable workaround for now. - When the tokenizer hits something it doesn't understand, use PdfError logging to report details on the location of the problem.
Craig Ringer
More...
over 17 years ago
- The verbose timezone problem where strftime() returns a long format timezone like "W. Australian Standard Time" affects mingw, not just VC++, so test for _WIN32 not _MSC_VER in PdfDate.cpp .
ringerc
More...
over 17 years ago
Detect when the user passes a pointer to a PdfVariant ctor and fail at compile time rather than converting the pointer to a bool and confusing the user immensely.
Craig Ringer
More...
over 17 years ago
Detect when the user passes a pointer to a PdfVariant ctor and fail at compile time
ringerc
More...
over 17 years ago
←
1
2
…
111
112
113
114
115
116
117
118
119
…
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