Age | Commit message (Expand) | Author |
2018-07-13 | Fix FPDF_ImportNPagesToOne() documentation. | Lei Zhang |
2018-07-12 | Fix mark not saved if there are no other changes in the same object. | Henrique Nakashima |
2018-07-12 | Move CJS_Field private methods into an anonymous namespace. | Lei Zhang |
2018-07-12 | Remove parameter to CJS_Field::GetFormFields(). | Lei Zhang |
2018-07-12 | Add CJS_Field::GetFirstFormField(). | Lei Zhang |
2018-07-12 | Create API to set and get blob values from a mark dict. | Henrique Nakashima |
2018-07-12 | Add more helper functions to check field types in CJS_Field. | Lei Zhang |
2018-07-12 | Add a IsCheckBoxOrRadioButton() helper for CJS_Field. | Lei Zhang |
2018-07-12 | Use pdfium::Optional in CJS_Return. | Lei Zhang |
2018-07-12 | Rename 'ori' to 'backdrop' in rendering code. | Lei Zhang |
2018-07-12 | Use JSGetObject() in even more places. | Lei Zhang |
2018-07-12 | Remove CPDF_HintTables::GetItemLength() | Artem Strygin |
2018-07-12 | Implement CPDF_HintsTable::SharedObjGroupInfo. | Artem Strygin |
2018-07-12 | Reland "Avoid duplicate data buffering in CPDF_SyntaxParser::ReadStream()." | Artem Strygin |
2018-07-11 | Inline GetMarkParamPairAtIndex into FPDFPageObjMark_GetParamKey. | Henrique Nakashima |
2018-07-11 | Roll third_party/yasm/source/patched-yasm/ b98114e18..720b70524 (1 commit) | Lei Zhang |
2018-07-11 | Rename content mark parameter value getters. | Henrique Nakashima |
2018-07-11 | Remove clunky mark property value getters by index. | Henrique Nakashima |
2018-07-11 | Write marked content operators when generating a stream. | Henrique Nakashima |
2018-07-11 | Store property name for marked content with an indirect dict. | Henrique Nakashima |
2018-07-11 | Cleanup CPDF_ContentMark. | Henrique Nakashima |
2018-07-11 | Split CPDF_ContentMark::AddMark() into three versions. | Henrique Nakashima |
2018-07-11 | Use JSGetObject() in more places.chromium/3489 | Lei Zhang |
2018-07-11 | Fix crash and memory leak. | Artem Strygin |
2018-07-11 | Do not store cross ref v5 obj within document. | Artem Strygin |
2018-07-11 | Add FPDFFormObj_CountObjects() API | Miklos Vajna |
2018-07-11 | Check GetObjDefnID() in various JS functions. | Lei Zhang |
2018-07-11 | Fix some nits in fxjs code. | Lei Zhang |
2018-07-10 | Add test for reading marked content with an indirect dict. | Henrique Nakashima |
2018-07-10 | Create API for adding content marks and setting their params.chromium/3488 | Henrique Nakashima |
2018-07-10 | Make CPDF_StreamContentParser::m_pResources a const pointer. | Lei Zhang |
2018-07-10 | Fix m_ExtGID usage in CPDF_CharPosList | Nicolás Peña |
2018-07-10 | Fix duplicate symbols in Chromium builds. | Lei Zhang |
2018-07-09 | Prevent FX_OutOfMemoryTerminate() from being folded by the linker. | Lei Zhang |
2018-07-09 | Roll third_party/freetype/src/ 125b84800..b532d7ce7 (64 commits)chromium/3487 | Lei Zhang |
2018-07-06 | Fix regression in CJBig2_TRDProc.chromium/3486chromium/3485chromium/3484 | Lei Zhang |
2018-07-06 | Maintain a stack of CPDF_ContentMark while parsing a stream. | Henrique Nakashima |
2018-07-06 | Make MarkData::mMarks a vector of RetainPtr<CPDF_ContentMarkItem> | Henrique Nakashima |
2018-07-06 | Revert "Avoid duplicate data buffering in CPDF_SyntaxParser::ReadStream()." | Henrique Nakashima |
2018-07-05 | Fix integer overflow in CPDF_Type3Cachechromium/3483 | Nicolas Pena |
2018-07-05 | Create content mark APIs to get values by key. | Henrique Nakashima |
2018-07-05 | Rename CPDF_ContentMark::m_Ref to ::m_pMarkData. | Henrique Nakashima |
2018-07-05 | Delete CPDF_ContentMark::HasRef() | Henrique Nakashima |
2018-07-05 | Clean up ProcessFormatTestValidate | Ryan Harrison |
2018-07-05 | Replace SharedCopyOnWrite<MarkData> with RetainPtr | Henrique Nakashima |
2018-07-04 | Remove gn arg 'use_coverage'chromium/3482 | Ryan Harrison |
2018-07-03 | Use unowned ptr to Node from outside XFA node tree.chromium/3481 | Tom Sepez |
2018-07-03 | Use UnownedPtr<> in cxfa_nodeiteratortemplate.h | Tom Sepez |
2018-07-03 | Use std::vector<float> in CPDF_Function. | Tom Sepez |
2018-07-03 | Remove a parameter from CPDF_SyntaxParser::FindTag(). | Lei Zhang |