summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2016-08-26Add -> operators to CFX_CountRef.chromium/2842tsepez
2016-08-26Rename CPDFSDK_Annot::GetType to CPDFSDK_Annot::GetAnnotSubtype.jaepark
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-26Revert "Remove the document tagged code as it is unused."npm
2016-08-26Rework CFX_CountRef in terms of CFX_RetainPtr.tsepez
2016-08-26Move the classes in fpdf_text_int.cpp into their own filesnpm
2016-08-25CPDF_Annot::GetRect() should return CFX_FloatRect.jaepark
2016-08-25Simplify some code in CFX_FontMapper.thestig
2016-08-25Check for nullptrs in CPDF_Dictionary dtor.thestig
2016-08-25Fix infinite loops in FPDF_GetFullName().thestig
2016-08-25Remove unused methods in CPDF_TextPage and nitsnpm
2016-08-25Tidy up CFX_PathDatatsepez
2016-08-24Removing CPDF_Parser::CloseParser.chromium/2839dsinclair
2016-08-24Allow CPDF_Font to use fallback fontsnpm
2016-08-24Flip document and parser ownershipdsinclair
2016-08-24Lazy generate an "AP" when an Annot's hidden state changestonikitoo
2016-08-24Move parser out of IndirectObjectHolderdsinclair
2016-08-24Delete unused methods from CFX_RenderDevicenpm
2016-08-23Fix stack overflow in object Clone() functionsweili
2016-08-23Make indirect object holder private.dsinclair
2016-08-23IndirectObjectHolder API updatesdsinclair
2016-08-23Fix one more integer overflow in ReadPageHintTable().thestig
2016-08-22Generate default AP stream for text annotation.jaepark
2016-08-22Fix more integer overflows inside ReadPageHintTable().thestig
2016-08-22Revert of Move parser pointer to CPDF_Document (patchset #6 id:100001 of http...dsinclair
2016-08-19Move CFX_FaceCache to its own filenpm
2016-08-19Avoid signed overflow in CPDF_ToUnicodeMap::StringToCode()tsepez
2016-08-19Add a fuzzer for CPDF_HintTables.thestig
2016-08-19Apply structure packing to FXTEXT_CHARPOS to save space.npm
2016-08-18Add llvm fuzzer for CPDF_PSEnginetsepez
2016-08-18Move CFX_UnicodeEncoding and CFX_UnicodeEncodingEx to their own files.npm
2016-08-17Split fx_font into multiple files, part 1.npm
2016-08-17Move parser pointer to CPDF_Documentdsinclair
2016-08-17check for null bitmapcaryclark
2016-08-16Delete m_ExtHandle and RetainFont because they are not being used.npm
2016-08-16Remove two unused members from CPDF_Parsertsepez
2016-08-16Hidden annotations should not be drawntonikitoo
2016-08-16Rename async to linearized when parsingdsinclair
2016-08-16Get CPDF_Parser out of the document creation business.tsepez
2016-08-15Avoid integer overflows in FXGE_GetGlyphsBBox().thestig
2016-08-15Fix a potential integer overflow in TT2PDF().chromium/2830thestig
2016-08-15Fix CGdiPrinterDriver::DrawDeviceText() to draw multiple characters.thestig
2016-08-15Get rid of FX_SMALL_RECT.thestig
2016-08-15Use a std::vector in fpdf_font code.thestig
2016-08-15add native draw bitmap with alpha maskcaryclark
2016-08-15Clean up CPDF_HintTables.thestig
2016-08-12Avoid an undefined shift in ReadPageHintTable().thestig
2016-08-12fix 617135hong_zhang
2016-08-12Make g_LinuxGpFontList be a 2D char array.npm