summaryrefslogtreecommitdiff
path: root/core/fpdfapi
AgeCommit message (Expand)Author
2016-05-26Make CPDF_IndirectObjectHolder::InsertIndirectObject return a bool.thestig
2016-05-26Clean up CPDF_TextRenderer slightly.thestig
2016-05-26Remove default arguments in CFX_RenderDevice.thestig
2016-05-26Remove default argument from RestoreState() methods.thestig
2016-05-25Remove CFX_PrivateData from CPDF_Documenttsepez
2016-05-25Remove CFX_PrivateData from CPDF_Pagetsepez
2016-05-25get skia buildingcaryclark
2016-05-24Remove CFX_PrivateData from CPDF_ModuleMgrtsepez
2016-05-23Change CPDF_Boolean to use bool instead of FX_BOOL.thestig
2016-05-23Distinguish between user and owner passwords.thestig
2016-05-23Make CPDF_Function::Load() return an unique_ptr.chromium/2750chromium/2749chromium/2748thestig
2016-05-23Use unique_ptr in CPDF_CidFonttsepez
2016-05-23Delete CPDF_Object::IsModified().thestig
2016-05-23Fix infinite recursion in CPDF_DocPageData::GetColorSpace().thestig
2016-05-21Get rid of CPDF_Object::GetArray().thestig
2016-05-20Add an enum to represent text rendering modes.thestig
2016-05-20Merge GetBits32() impls into one. Put it in fxcrt.thestig
2016-05-19Fix the Skia build after 9b1a0ee.thestig
2016-05-19Fix Undefined-shift in CPDF_SampledFunc::v_Init().thestig
2016-05-19Fix leak in CPDF_StreamContentParser::AddTextObject().thestig
2016-05-19Clean up CFX_RenderDevice::DrawNormalText().thestig
2016-05-17Fix DrMemory bot error by properly initializing the variableweili
2016-05-17Revert of Remove an unnecessary variable from CPDF_Creator (patchset #1 id:20...weili
2016-05-17Remove an unnecessary variable from CPDF_Creatorweili
2016-05-16Fix the code that causes warningsweili
2016-05-16Clean up CPDF_Creator.thestig
2016-05-13Make CFX_ByteString(const CFX_ByteStringC&) explicit.tsepez
2016-05-12Add CFX_ByteStringC::CharAt() to avoid c_str() and casts.tsepez
2016-05-12Clean up CFX_ImageTransformer.thestig
2016-05-11Fix a sign mismatch.chromium/2735thestig
2016-05-11Revert "Reland of relax a couple checks to allow certain non-standard PDF fil...weili
2016-05-11Add much-needed Find() method for CFX_*StringCtsepez
2016-05-11Remove c_str() from fpdf_font.cpptsepez
2016-05-11Use bytestringC rather than raw ptr/len pairs in syntax parsertsepez
2016-05-11Clean up CPDF_Color and some related code.thestig
2016-05-11Fix a potential UAF with FPDFAvail_IsLinearized().thestig
2016-05-04Return bool rather than bitwise-and for FX_BOOLtsepez
2016-05-04Reland of lax a couple checks to allow certain non-standard PDF files. (patch...weili
2016-05-03Revert of Relax a couple checks to allow certain non-standard PDF files. (pat...weili
2016-04-29Relax a couple checks to allow certain non-standard PDF files.weili
2016-04-28Fix stack overflow from nested arrays.thestig
2016-04-27Standardize on ASSERT.dsinclair
2016-04-26CPDF_Document::LoadPattern() and friends always have a valid matrix.thestig
2016-04-26Move CPDF_Document code into cpdf_document.cpp.thestig
2016-04-26Remove several IPDF_ interfaces and CPDF_RenderModule.dsinclair
2016-04-26Clean up CPDF_Page.thestig
2016-04-22Add a simple check for V4 cross reference tableweili
2016-04-22Remove #ifdef platform which is always true.tsepez
2016-04-21Remove next batch of CFX_ arrays from fpdf_edit_doc.cpptsepez
2016-04-21Remove more CFX_ArrayTemplate from fpdf_edit_doc.cpptsepez