summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2018-07-16Get rid of some loose allocs/free in CPDF_Document.chromium/3494Tom Sepez
2018-07-14Use more ternary operators in content mark code.chromium/3493chromium/3492Lei Zhang
2018-07-13Create API to remove a content mark from a page object.Henrique Nakashima
2018-07-13Fix mark parameters not saved if nothing changed.Henrique Nakashima
2018-07-12Rename 'ori' to 'backdrop' in rendering code.Lei Zhang
2018-07-12Remove CPDF_HintTables::GetItemLength()Artem Strygin
2018-07-12Implement CPDF_HintsTable::SharedObjGroupInfo.Artem Strygin
2018-07-12Reland "Avoid duplicate data buffering in CPDF_SyntaxParser::ReadStream()."Artem Strygin
2018-07-11Write marked content operators when generating a stream.Henrique Nakashima
2018-07-11Store property name for marked content with an indirect dict.Henrique Nakashima
2018-07-11Cleanup CPDF_ContentMark.Henrique Nakashima
2018-07-11Split CPDF_ContentMark::AddMark() into three versions.Henrique Nakashima
2018-07-11Fix crash and memory leak.Artem Strygin
2018-07-11Do not store cross ref v5 obj within document.Artem Strygin
2018-07-10Create API for adding content marks and setting their params.chromium/3488Henrique Nakashima
2018-07-10Make CPDF_StreamContentParser::m_pResources a const pointer.Lei Zhang
2018-07-10Fix m_ExtGID usage in CPDF_CharPosListNicolás Peña
2018-07-10Fix duplicate symbols in Chromium builds.Lei Zhang
2018-07-09Prevent FX_OutOfMemoryTerminate() from being folded by the linker.Lei Zhang
2018-07-06Fix regression in CJBig2_TRDProc.chromium/3486chromium/3485chromium/3484Lei Zhang
2018-07-06Maintain a stack of CPDF_ContentMark while parsing a stream.Henrique Nakashima
2018-07-06Make MarkData::mMarks a vector of RetainPtr<CPDF_ContentMarkItem>Henrique Nakashima
2018-07-06Revert "Avoid duplicate data buffering in CPDF_SyntaxParser::ReadStream()."Henrique Nakashima
2018-07-05Fix integer overflow in CPDF_Type3Cachechromium/3483Nicolas Pena
2018-07-05Rename CPDF_ContentMark::m_Ref to ::m_pMarkData.Henrique Nakashima
2018-07-05Delete CPDF_ContentMark::HasRef()Henrique Nakashima
2018-07-05Replace SharedCopyOnWrite<MarkData> with RetainPtrHenrique Nakashima
2018-07-03Use std::vector<float> in CPDF_Function.Tom Sepez
2018-07-03Remove a parameter from CPDF_SyntaxParser::FindTag().Lei Zhang
2018-07-03Avoid duplicate data buffering in CPDF_SyntaxParser::ReadStream().Artem Strygin
2018-07-03Test {Byte,Wide}String works with std::begin().Tom Sepez
2018-07-03Do data request for CPDF_Stream more smoothly.Artem Strygin
2018-07-03Use unowned ptr in cpdf_stream_accTom Sepez
2018-07-03Forward declare CPDF_SyntaxParser when possible.Lei Zhang
2018-07-03Use GetPos() and SetPos() in CPDF_SyntaxParser::ReadStream().Lei Zhang
2018-07-03Fix indentation in CPDF_SyntaxParser.Lei Zhang
2018-07-02Virtualize Observable<T>::ObservedPtr::OnDestroy() for CPDF_Avail cleanupTom Sepez
2018-07-02Use std::vector<float> in cpdf_expintfunc.cppTom Sepez
2018-07-02Access a span properly in DetectSRGB().Lei Zhang
2018-07-02Check for more integer overflows in CJBig2_TRDProc.Lei Zhang
2018-07-02Use std::vector in one more place in cpdf_colorspace.cppTom Sepez
2018-07-02Comment some raw pointers that cant become UnownedPtr<>.Tom Sepez
2018-07-02Add pdfium::Vector2D<>()Tom Sepez
2018-06-29Use pdfium::span with CPDF_IccProfile and friends.Lei Zhang
2018-06-29Remove out param from CCodec_IccModule::CreateTransform_sRGB().Lei Zhang
2018-06-29Add ScopedCmsProfile.Lei Zhang
2018-06-29Clean up CLcmsCmm.Lei Zhang
2018-06-29Delete dead code in CCodec_IccModule.Lei Zhang
2018-06-29Better determine if ICC colorspaces can be used for blending.Lei Zhang
2018-06-29Limit image size in CJBig2_PDDProc.Lei Zhang