summaryrefslogtreecommitdiff
path: root/core/fpdfdoc
AgeCommit message (Expand)Author
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
2016-10-14Revert "Update CPDF_IndirectObjectHolder APIs for unique objects."Tom Sepez
2016-10-14Update CPDF_IndirectObjectHolder APIs for unique objects.tsepez
2016-10-13Make CPDF_Object containers hold objects via unique pointers.tsepez
2016-10-10Move ToString() and friends from CPDF_Object.h to CPDF_String.htsepez
2016-10-05Rework a redundant check when calling ConvertToIndirectObjectAt()tsepez
2016-10-04Fix ownership when making a private annot dictionary into a shared one.tsepez
2016-10-04Move core/fpdfapi/fpdf_render to core/fpdfapi/renderdsinclair
2016-10-04Move core/fpdfapi/fpdf_parser to core/fpdfapi/parserdsinclair
2016-10-04Move core/fpdfapi/fpdf_page to core/fpdfapi/pagedsinclair
2016-10-04Move core/fpdfapi/fpdf_font to core/fpdfapi/fontdsinclair
2016-10-03Add ptr_util.h from base until std::make_unique<> availabletsepez
2016-09-30Fix build of pdf_hint_table_fuzzer.chromium/2877tsepez
2016-09-29Move core/fxge/include to core/fxgedsinclair
2016-09-29Move core/fxcrt/include to core/fxcrtdsinclair
2016-09-29Move core/fpdfdoc/include to core/fpdfdocdsinclair
2016-09-29Move core/fpdfapi/fpdf_render/include to core/fpdfapi/fpdf_renderdsinclair
2016-09-29Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parserdsinclair
2016-09-29Move core/fpdfapi/fpdf_page/include to core/fpdfapi/fpdf_pagedsinclair
2016-09-29Move core/fpdfapi/fpdf_font/include to core/fpdfapi/fpdf_fontdsinclair
2016-09-28Fix leaks in CFieldTree::Node.thestig
2016-09-28Use string pools in some dictionaries, names, and strings.tsepez
2016-09-28Remove dead code from CPDF_InterForm.thestig
2016-09-28Made CFieldTree::Node a class.thestig
2016-09-21Remove some objnum locals with AddIndirectObjecttsepez
2016-09-21Use unique_ptr<CPDF_Object, ReleaseDeleter<>> in more placeschromium/2868tsepez
2016-09-20Assert that dictionary can own the objects it is given.tsepez
2016-09-20Fix nullptr dereference in FPDF_GenerateAP().thestig
2016-09-19Clean up CPDF_Stream.tsepez