summaryrefslogtreecommitdiff
path: root/fpdfsdk/src/fsdk_baseform.cpp
AgeCommit message (Expand)Author
2016-03-10Split fpdf_parser_objects.cpp into per-class .cpp/.h files.Tom Sepez
2016-03-10Split apart the remainder of fpdf_render_render.cpp into per-class files.Tom Sepez
2016-03-09Review and cleanup lint warnings.Dan Sinclair
2016-03-08Split off CPDF_Document into its own .cpp/.h files.Tom Sepez
2016-03-01Remove implicit conversions and some cleanupWei Li
2016-03-01Fix and enable lint checks.Dan Sinclair
2016-02-26Remove some FX_BOOLsTom Sepez
2016-02-26Re-land "Replace CPDF_Rect and CPDF_Point with CFX types."Tom Sepez
2016-02-26Revert "Replace CPDF_Rect and CPDF_Point with CFX types."Tom Sepez
2016-02-26Replace CPDF_Rect and CPDF_Point with CFX types.Tom Sepez
2016-02-23Remove uses of this->foo.Lei Zhang
2016-02-22Remove foo != NULL outside of xfa/Lei Zhang
2016-02-19Revert "Revert "Use safe arithmentic in CFX_BinaryBuf::ExpandBuf.""Tom Sepez
2016-02-19Revert "Use safe arithmentic in CFX_BinaryBuf::ExpandBuf."Tom Sepez
2016-02-19Use safe arithmentic in CFX_BinaryBuf::ExpandBuf.Tom Sepez
2016-02-03Merge to XFA: Fix prototypes for CPDF_FormNotify.Tom Sepez
2016-02-02Merge to XFA: Kill CFX_ByteArray in master.Tom Sepez
2016-02-01Merge to XFA: Remove CGW_ArrayTemplate and its O(n^2 log n) sort.Tom Sepez
2016-01-29Merge to XFA: Member function name refactoringWei Li
2016-01-08Merge to XFA: Clean up misc nits found while fixing bugs.Lei Zhang
2016-01-08XFA: Remove relative includes outside of xfa/.Lei Zhang
2016-01-05Merge to XFA: Remove header files that only have includes.Lei Zhang
2015-12-24Merge to XFA: Fix a bad virtual keyword removal from commit 0f6b51c.Lei Zhang
2015-12-24Merge to XFA: Switch from nonstd::unique_ptr to std::unique_ptr.Lei Zhang
2015-12-14Merge to XFA: Get rid of most instance of 'foo != NULL'Lei Zhang
2015-12-10Merge to XFA: Remove CFX_AffineMatrix/CPDF_MatrixTom Sepez
2015-11-30Tidy PDF_ENABLE_XFA #ifdefs in fpdfsdk.Tom Sepez
2015-11-25Inflict PDF_ENABLE_XFA ifdefs on XFA fpdfsdk/Tom Sepez
2015-11-24XFA: more underlying type changes to match masterTom Sepez
2015-11-24Fix build broken at 50d12ad.Tom Sepez
2015-11-24Introduce "underlying types" to abstract XFA differences.Tom Sepez
2015-11-23Merge to XFA: Add constant CPDFSDK_InterForm::kNumFieldTypesTom Sepez
2015-11-12Merge to XFA: Remove relative includes.Lei Zhang
2015-11-10Merge to XFA: Remove CFX_PtrArray usage in fpdfsdk.Lei Zhang
2015-11-06Merge to XFA: Fix all relative includes to third_party.Lei Zhang
2015-11-04Merge to XFA: Cleanup: Remove some NULL checks in fpdfsdk.Lei Zhang
2015-11-02Fix XFA compilation noise, part 1.Tom Sepez
2015-10-30Merge to XFA: Clean up CPDF_AnnotList.Lei Zhang
2015-10-30Merge to XFA: Fix incorrect CPDFSDK_PageView::CountAnnots(). (try 2)Lei Zhang
2015-10-27Merge to XFA: Use static_cast for various CPDF_Object conversions.Dan Sinclair
2015-10-26Merge to XFA: Cleanup parts of CPDFSDK_AnnotIterator and CPDFSDK_PageView.Lei Zhang
2015-10-22Merge to XFA: Add type cast definitions for CPDF_Stream.Dan Sinclair
2015-10-22Merge to XFA: Remove unused CPDFSDK_InterForm::DoFDFBuffer.Dan Sinclair
2015-10-21XFA: add CPDFDocumentToFPDFDocument()Tom Sepez
2015-10-21Merge to XFA: Add type cast definitions for CPDF_String.Dan Sinclair
2015-10-20[Merge to XFA] Revert "Revert "Add type cast definitions for CPDF_Dictionary.""Dan Sinclair
2015-10-14Next round of XFA changes to match master.Tom Sepez
2015-10-13Merge to XFA: Pass IJS_Runtime, not IJS_Context, to native object constructors.Tom Sepez
2015-10-12Allow building of XFA branch without XFATom Sepez
2015-10-08Merge to XFA: Rename IFXJS_Runtime and IFXJS_Context to IJS_.Tom Sepez