summaryrefslogtreecommitdiff
path: root/core/fpdfdoc
AgeCommit message (Expand)Author
2017-03-21Make CPVT_WordPlace more conformant with the prevailing idioms.Tom Sepez
2017-03-21Replace CPVT_ArrayTemplate in cpdf_variabletext.cpp and remove it.chromium/3048Tom Sepez
2017-03-20Use std::vector<std::unique_ptr<CPVT_WordInfo>> as word array.Tom Sepez
2017-03-17Add pdfium::clamp() as a placeholder for std::clamp().chromium/3046Lei Zhang
2017-03-17Replace CLines class with std::vector<Cline>.Tom Sepez
2017-03-14Replace FX_FLOAT with underlying float type.Dan Sinclair
2017-03-14Replace FX_CHAR and FX_WCHAR with underlying types.Dan Sinclair
2017-03-13Make most PDFium code pass Clang plugin's auto raw check.Lei Zhang
2017-02-28Clean up CXML_Element.chromium/3026Lei Zhang
2017-02-23Convert point x,y into CFX_PointFdan sinclair
2017-02-21Convert CFWL messages to use CFX_PointFDan Sinclair
2017-02-14Reland "Convert CFX_FloatPoint to CFX_PointF"Dan Sinclair
2017-02-14Revert "Convert CFX_FloatPoint to CFX_PointF"dsinclair
2017-02-13Convert CFX_FloatPoint to CFX_PointFDan Sinclair
2017-02-09Replace rect.Transform(matrix) with matrix.TransformRect(rect)Dan Sinclair
2017-02-08Rename x,y to width,height for Size typesdan sinclair
2017-02-08Update to use CFX_Rect{F} and CFX_Matrix constructors.Dan Sinclair
2017-02-02Remove FX_WSTRC usagechromium/3003chromium/3002dan sinclair
2017-01-30Properly refcount CPDF_StructElementTom Sepez
2017-01-30Refcount CPDF_OCContext.Tom Sepez
2017-01-26Cleanup CPDF_StructElement.tsepez
2017-01-24Fix CPDF_InterForm::CheckRequiredFields and its callers.Nicolas Pena
2017-01-10Remove some CFX_ArrayTemplate in fpdfapi and fpdfdoctsepez
2016-12-16Return unique_ptr<> from IPDF_StructTreetsepez
2016-12-14Avoid the ptr.reset(new XXX()) anti-patterntsepez
2016-12-13Use CFX_MaybeOwned<> in CPDF_Annot.tsepez
2016-12-07Fix the way to check terminal field in interactive formchromium/2945weili
2016-11-28Make FDF document creation return unique_ptrstsepez
2016-11-23Add FPDF_RenderPageBitmapWithMatrix API.thestig
2016-11-23Add API for getting page labels.thestig
2016-11-22Use more unique_ptrs in CPDF_SyntaxParser and CPDF_Annotchromium/2929tsepez
2016-11-21Split fwl/core class pt II.dsinclair
2016-11-21Fixup lint flags.Dan Sinclair
2016-11-18Make CPDF_Dictionary use unique pointers.chromium/2926tsepez
2016-11-16Make CPDF_Object subclass constructors intern stringstsepez
2016-11-16Make CPDF_Array take unique_ptrstsepez
2016-11-15Make AddIndirectObject() take a unique_ptr.tsepez
2016-11-10Use more unique_ptrs for CPDF_Annot and friends.thestig
2016-11-10Use more unique_ptrs in CPVT_GenerateAP.thestig
2016-11-09Return unique_ptr from CPDF_Object::Clone().tsepez
2016-11-08Add FPDFDest_GetLocationInPage APIdsinclair
2016-11-07Force compiler to deduce src type for checked_cast<dst, src>.tsepez
2016-11-04Implement FPDF_VIEWERREF_GetName() API.chromium/2910thestig
2016-11-04Reland "Remove CPDF_Object::Release() in favor of direct delete"tsepez
2016-11-04Revert of Remove CPDF_Object::Release() in favor of direct delete (patchset #...dsinclair
2016-11-03Remove CPDF_Object::Release() in favor of direct deletetsepez
2016-11-02Remove FX_BOOL from coretsepez
2016-10-26Take advantage of implicit std::unique_ptr<>(nulltpr_t) ctor.tsepez
2016-10-17Revert "Make CPDF_Object containers hold objects via unique pointers."tsepez
2016-10-15Fix some nits in cpdf_annotlist.cpp.thestig