summaryrefslogtreecommitdiff
path: root/core/fpdfapi/fpdf_page
AgeCommit message (Expand)Author
2016-09-15Fix memory leaking on ClosePage.chromium/2862art-snake
2016-09-15Rename dictionary set and get methodsdsinclair
2016-09-13Sort include entries.dsinclair
2016-09-06Make CPDF_TextStateData private to CPDF_TextState.chromium/2853tsepez
2016-09-06Move CPDF_GraphState to CFX_GraphStatetsepez
2016-09-06Make CPDF_ContentMarkData private to CPDF_ContentMarktsepez
2016-09-06Make ColorStateData private to CPDF_ColorStatetsepez
2016-09-03Use safe bool conversion operators in fpdf_page/chromium/2852chromium/2851chromium/2850tsepez
2016-09-02Make CPDF_ClipPath have a CPDF_ClipPathData rather than inheriting.tsepez
2016-09-02Remove CFX_Matrix::Copy() in favor of assignmenttsepez
2016-09-02Make CPDF_GeneralStateData private.tsepez
2016-09-02Make CPDF_Path have a CFX_Path rather than inheritingtsepez
2016-09-02Make CPDF_GeneralState have a CPDF_GeneralStateDatachromium/2848tsepez
2016-09-01Make CPDF_ContentMark have a CPDF_ContentMarkData.tsepez
2016-08-31Make CPDF_ColorState have a CFX_ColorStateData rather than inheritingtsepez
2016-08-31Make CPDF_GraphState have a CPDF_GraphStateData instead of inheriting.tsepez
2016-08-30Make CPDF_TextState have a CPDF_TextStateData rather than inheriting one.tsepez
2016-08-30More better const-ness in CFX_CountRef<>tsepez
2016-08-29Revert "Add -> operators to CFX_CountRef."tsepez
2016-08-29Revert "Replace wrapper methods in CPDF_Path with -> operator."tsepez
2016-08-29Revert "Use ->() in CPDF_ColorState"tsepez
2016-08-29Use ->() in CPDF_ColorStatetsepez
2016-08-29Replace wrapper methods in CPDF_Path with -> operator.tsepez
2016-08-26Add -> operators to CFX_CountRef.chromium/2842tsepez
2016-08-26Make CFX_CountRef<>::m_pObject private, add accessors, fix const-ness.tsepez
2016-08-26Remove CFX_CountRef::IsNull in favor of operator booltsepez
2016-08-26Rework CFX_CountRef in terms of CFX_RetainPtr.tsepez
2016-08-25Tidy up CFX_PathDatatsepez
2016-08-23Fix stack overflow in object Clone() functionsweili
2016-08-18Add llvm fuzzer for CPDF_PSEnginetsepez
2016-08-10Move CFX_RenderDevice, CFX_FxgeDevice, and CFX_GraphStateData into their own ...npm
2016-08-09Fix a leak with FPDFPageObj_NewImgeObj().thestig
2016-08-09Fix typos of the word outer.thestig
2016-08-08Add CPDF_Array::IsEmpty().jaepark
2016-08-08Move CFX_ClipRgn and CFX_PathData into their own files.npm
2016-08-05Add CPDF_ImageObject::GetImage().thestig
2016-07-29Simplify some FPDF edit functions.thestig
2016-07-29Cleanup CPDF_DocPageData release methods and callers.thestig
2016-07-24Use actual type instead CFX_Deletableweili
2016-07-06Change class member variables in raw pointer type into unique_ptrweili
2016-06-23Improve hint table validation checks.thestig
2016-06-13Make code compile with clang_use_chrome_plugin (part I)weili
2016-06-07Get rid of NULLs in core/thestig
2016-06-06Remove unused PS generation code.thestig
2016-06-02Fix all the code which has duplicate variable declarationsweili
2016-06-01Relax checks added in commit 8f3a311.chromium/2760chromium/2759chromium/2758chromium/2757chromium/2756thestig
2016-06-01Validate the BitsPerFlag entry in shading dictionaries.thestig
2016-05-31Validate a couple of fields in shading dictionaries.thestig
2016-05-25Remove CFX_PrivateData from CPDF_Pagetsepez
2016-05-25get skia buildingcaryclark