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
FIXED: Several testcases where broken and work now\nADDED: Testcase for unescaped balanced parantheses in strings More... over 17 years ago
FIXED: Several testcases where broken and work now\nADDED: Testcase for unescaped balanced parantheses in strings 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. 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. 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. 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. 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 More... over 17 years ago
FIXED: Spelling of Embed - thanks Craig 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 . 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 . More... over 17 years ago
Fix error in CMakeLists.txt that was causing the wrong freetype include 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 . More... over 17 years ago
FIXED: really added all files now hopefully ... More... over 17 years ago
FIXED: really added all files now hopefully ... More... over 17 years ago
FIXED: No evil hacks in svn More... over 17 years ago
FIXED: No evil hacks in svn More... over 17 years ago
ADDED: Sorry, forgot to commit these More... over 17 years ago
ADDED: Sorry, forgot to commit these More... over 17 years ago
ADDED: Initial support for PDF interactive forms, PdfTextField is almost complete buttons need still lot's of work 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 :) More... over 17 years ago
VC6 build fixes by Ulrich Arnold More... over 17 years ago
VC6 build fixes by Ulrich Arnold 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 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? More... over 17 years ago
FIXED: A crash with empty strings which are allowed in PDF documents More... over 17 years ago
FIXED: A crash with empty strings which are allowed in PDF documents 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. 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 . 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. More... over 17 years ago
Detect when the user passes a pointer to a PdfVariant ctor and fail at compile time More... over 17 years ago