summaryrefslogtreecommitdiff
path: root/core/fpdfapi/fpdf_page/include
AgeCommit message (Expand)Author
2016-09-06Make CPDF_TextStateData private to CPDF_TextState.chromium/2853tsepez
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-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-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-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-26Rework CFX_CountRef in terms of CFX_RetainPtr.tsepez
2016-08-25Tidy up CFX_PathDatatsepez
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-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-24Use actual type instead CFX_Deletableweili
2016-07-06Change class member variables in raw pointer type into unique_ptrweili
2016-06-13Make code compile with clang_use_chrome_plugin (part I)weili
2016-06-07Get rid of NULLs in core/thestig
2016-05-25Remove CFX_PrivateData from CPDF_Pagetsepez
2016-05-20Add an enum to represent text rendering modes.thestig
2016-05-19Fix leak in CPDF_StreamContentParser::AddTextObject().thestig
2016-05-11Clean up CPDF_Color and some related code.thestig
2016-04-26CPDF_Document::LoadPattern() and friends always have a valid matrix.thestig
2016-04-26Clean up CPDF_Page.thestig
2016-04-06Move core/include/fxge to core/fxge/include.dsinclair
2016-03-25Remove FX_DWORD from core/ and delete definitionchromium/2695chromium/2694chromium/2693chromium/2692tsepez
2016-03-25Remove unused params of CPDF_Image::SetImage.dsinclair
2016-03-23Split core/include/fpdfapi/fpdf_resource.hdan sinclair
2016-03-23Move core/include/fxcrt to core/fxcrt/include.Dan Sinclair
2016-03-21Move core/include/fpdfapi/fpdf_pageobj.h into core/fpdfapi.Dan Sinclair
2016-03-16Move core/include/fpdfapi/fpdf_page.h to correct locations.Dan Sinclair