summaryrefslogtreecommitdiff
path: root/fpdfsdk/fpdf_flatten.cpp
AgeCommit message (Expand)Author
2016-11-09Tidy fpdfsdk/fpdf_flatten.cppchromium/2915tsepez
2016-11-09Return unique_ptr from CPDF_Object::Clone().tsepez
2016-11-08Fix abort above FPDFPage_Flattentsepez
2016-11-02Remove FX_BOOL from fpdfsdk.tsepez
2016-10-17Revert "Make CPDF_Object containers hold objects via unique pointers."tsepez
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-12Get rid of CFX_ArrayTemplate<CPDF_Object*>tsepez
2016-10-10Add method to convert to an indirect object in a dictionary.tsepez
2016-10-04Move core/fpdfapi/fpdf_parser to core/fpdfapi/parserdsinclair
2016-10-04Move core/fpdfapi/fpdf_page to core/fpdfapi/pagedsinclair
2016-09-29Move fpdfsdk/include to fpdfsdkdsinclair
2016-09-29Move core/fpdfdoc/include to core/fpdfdocdsinclair
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-28Use string pools in some dictionaries, names, and strings.tsepez
2016-09-21Remove some objnum locals with AddIndirectObjecttsepez
2016-09-19Clean up CPDF_Stream.tsepez
2016-09-15Rename dictionary set and get methodsdsinclair
2016-07-28Split fpdfdoc/include/fpdf_doc.h into individual classes.dsinclair
2016-06-16Simplify CPDF_TextPage::FindTextlineFlowOrientation().chromium/2773chromium/2772chromium/2771thestig
2016-06-07Get rid of NULLs in fpdfsdk/thestig
2016-06-03Fix some code which causes warnings when compiled by /analyze toolweili
2016-06-02Fix all the code which has duplicate variable declarationsweili
2016-04-26Clean up CPDF_Page.thestig
2016-04-14Make CPDF_Dictionary methods take CFX_ByteString argumentstsepez
2016-04-08Make converstion explicit from CFX_ByteString to uint8_t*tsepez
2016-04-08Rename both As{Byte,Wide}StringC() helpers to AsStringC().tsepez
2016-04-04Make down-conversion explicit from CFX_ByteString to CFX_ByteStringC.tsepez
2016-03-29Rename GetElementValue() to GetDirectObject{By,At}().tsepez
2016-03-25Remove FX_DWORD from fpdfsdk/ and testingtsepez
2016-03-23Split core/include/fpdfapi/fpdf_resource.hdan 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
2016-03-15core/include/fdpfapi cleanup Part I.Dan Sinclair
2016-03-14Move fpdfsdk/src up to fpdfsdk/.Dan Sinclair