summaryrefslogtreecommitdiff
path: root/fpdfsdk
AgeCommit message (Expand)Author
2018-06-12Remove some #ifdef XFA in favor of runtime checks.chromium/3457Tom Sepez
2018-06-12Make empty document always have empty privilegesTom Sepez
2018-06-12Rework "Make common page base class."Tom Sepez
2018-06-11Implement CPDF_Object::MakeReference method.chromium/3456Artem Strygin
2018-06-09Consolidate bounding box logic.chromium/3455chromium/3454Lei Zhang
2018-06-08Add constants for PDF 1.7 spec, table 3.27.Lei Zhang
2018-06-08Allow setting current page on Foreground XFA docsRyan Harrison
2018-06-08Do not crash if FPDFPage_Get{Media,Crop}Box() gets a NULL out parameter.Lei Zhang
2018-06-08Write some FPDFTransformEmbedderTests.Lei Zhang
2018-06-08Use FPDFText_GetBoundedText() to get the visible text in a test.Lei Zhang
2018-06-08Consolidate repeated constants in FPDFTextEmbeddertest.Lei Zhang
2018-06-07Rename CPDF_PageObjectHolder::GetFormDict() to GetDict().Henrique Nakashima
2018-06-07Test to show editing a PageObject and saving the .pdf duplicates it.Henrique Nakashima
2018-06-06Add ability to log click events reaching PDFiumRyan Harrison
2018-06-06Use CPDF_StreamAcc to data access of CPDF_Stream.Artem Strygin
2018-06-05Introduce IJS_Runtime::ScopedEventContext helper class.chromium/3451Tom Sepez
2018-06-05Tidy parser lifecycle state machine in CPDF_PageObjectHolder.Tom Sepez
2018-06-05Revert "Create m_ContentStream field in CPDF_PageObject."Henrique Nakashima
2018-06-05Create m_ContentStream field in CPDF_PageObject.Henrique Nakashima
2018-06-05Revert "Convert (void) to static_cast<void> in C++ code"Ryan Harrison
2018-06-05Add test for FPDF_GetPageSizeByIndex()Tom Sepez
2018-06-05Improve FPDFPath_GetMatrix() testsMiklos Vajna
2018-06-04Convert (void) to static_cast<void> in C++ codechromium/3450Ryan Harrison
2018-06-04Revert "Make CPDF_Document cache CPDF_Pages"Tom Sepez
2018-06-04Revert "Make common page base class for XFA and non-XFA."Tom Sepez
2018-06-04Revert "Make pagview decisions at runtime for non-xfa pages."Tom Sepez
2018-06-04Revert "Remove more ifndef XFA cases"Tom Sepez
2018-06-04Revert "Make FPDF_LoadPage return either page type at runtime."Tom Sepez
2018-06-04Add FPDFPath_GetMatrix() and FPDFPath_SetMatrix() APIsMiklos Vajna
2018-06-02Remove more ifndef XFA caseschromium/3449chromium/3448Tom Sepez
2018-06-01Make FPDF_LoadPage return either page type at runtime.Tom Sepez
2018-06-01Rename CPDFXFA_Context::GetTimerMgr() to NewTimerMgr()Tom Sepez
2018-06-01Creating XFA context shouldn't be a side-effect of FPDF_* conversion.Tom Sepez
2018-06-01Return unique_ptr from CPDFXFA_Context::GetTimerMgr()Tom Sepez
2018-05-31Make CPDF_Document own its Extension.Tom Sepez
2018-05-31Make XFA pixel tests more stablechromium/3447Ryan Harrison
2018-05-31Make pagview decisions at runtime for non-xfa pages.Tom Sepez
2018-05-31Move codepage/charset methods into related places.Artem Strygin
2018-05-30Make common page base class for XFA and non-XFA.Tom Sepez
2018-05-30Make CPDF_Document cache CPDF_PagesTom Sepez
2018-05-30Add FPDFPath_GetDrawMode() APIMiklos Vajna
2018-05-28Add const/non-const versions of remaining CPDF_Dictionary methods.Lei Zhang
2018-05-25Replace some ifdef PDF_ENABLE_XFA, part 3.chromium/3443chromium/3442Tom Sepez
2018-05-25Replace some #ifdefs PDF_ENABLE_XFA, part 2.Tom Sepez
2018-05-25Replace some #ifdef PDF_ENABLE_XFA with runtime checks.Tom Sepez
2018-05-25Make CPDF_Page retainable.Tom Sepez
2018-05-25Add proper const/non-const versions of CPDF_Dictionary::GetDictFor().Lei Zhang
2018-05-25Add proper const/non-const versions of CPDF_Dictionary::GetArrayFor().Lei Zhang
2018-05-25Mark more CPDF_Objects as const in action and bookmark code.Lei Zhang
2018-05-25Add proper const/non-const versions of CPDF_Dictionary::GetStreamFor().chromium/3441Lei Zhang