summaryrefslogtreecommitdiff
path: root/core/fpdfapi/fpdf_font
AgeCommit message (Expand)Author
2016-10-04Move core/fpdfapi/fpdf_font to core/fpdfapi/fontdsinclair
2016-10-04Move core/fpdfapi/fpdf_cmaps to core/fpdfapi/cmapsdsinclair
2016-10-04Use FX_SAFE_UINT32 on CPDF_ToUnicodeMap::Loadnpm
2016-10-03Add ptr_util.h from base until std::make_unique<> availabletsepez
2016-10-03Detect resursive loading of type3 font char to avoid infinite loopweili
2016-09-29Move core/fxge/include to core/fxgedsinclair
2016-09-29Move core/fxcrt/include to core/fxcrtdsinclair
2016-09-29Move core/fpdfapi/include to core/fpdfapidsinclair
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-29Remove FX_BOOL from font_int.hnpm
2016-09-28Use string pools in some dictionaries, names, and strings.tsepez
2016-09-26Fix memory leak in cmap parsingkcwu
2016-09-23Remove FX_BOOL from cpdf_fontchromium/2872chromium/2871chromium/2870npm
2016-09-23Clean CPDF_CIDFont a littlenpm
2016-09-23Make CPDF_Font::Create() return a std::unique_ptr.tsepez
2016-09-21Check for overflow in CMap_GetCode.dsinclair
2016-09-20Change protected to private in CPDF_CID2UnicodeMap and CPDF_ToUnicodeMapchromium/2867npm
2016-09-20Delete unused methods and variables in CPDF_CMapManagernpm
2016-09-15Rename dictionary set and get methodsdsinclair
2016-09-13Remove more strcmp/memcmp usage.tsepez
2016-09-01Fix CPDF_CIDFont::GlyphFromCharCode for fonts flagged with PDFFONT_SYMBOLICnpm
2016-08-30Clean up CPDF_CMap declarationchromium/2845npm
2016-08-30Guard against overflow when calculating font weight.dsinclair
2016-08-24Allow CPDF_Font to use fallback fontsnpm
2016-08-19Avoid signed overflow in CPDF_ToUnicodeMap::StringToCode()tsepez
2016-08-15Fix a potential integer overflow in TT2PDF().chromium/2830thestig
2016-08-15Get rid of FX_SMALL_RECT.thestig
2016-08-15Use a std::vector in fpdf_font code.thestig
2016-08-10Move CFX_RenderDevice, CFX_FxgeDevice, and CFX_GraphStateData into their own ...npm
2016-08-09Fix typos of the word outer.thestig
2016-08-05Add CPDF_ImageObject::GetImage().thestig
2016-08-04Move CFX_GEModule into its own filenpm
2016-07-29Cleanup CPDF_DocPageData release methods and callers.thestig
2016-07-25Use smart pointers for CFX_Font and CFX_Type3Font classesweili
2016-07-06Change class member variables in raw pointer type into unique_ptrweili
2016-07-01Clean up parts of CPDF_CIDFont.thestig
2016-06-27Clean up some CPDF_Font subclasses.thestig
2016-06-23Remove FPDFAPI_LoadCID2UnicodeMap.dsinclair
2016-06-21Move ifx_renderdevicedriver to a separate file to shareweili
2016-06-20Change func(void) to func()weili
2016-06-20Another round of fx_ge cleanup.thestig
2016-06-13Make code compile with clang_use_chrome_plugin (part I)weili
2016-06-08Remove even more const casting from core.tsepez
2016-06-07Avoid const-cast in CPDF_Fonttsepez
2016-06-07Use static_casts for cpdf_type1font bsearch on mac.tsepez
2016-06-07Get rid of NULLs in core/thestig
2016-06-02Fix all the code which has duplicate variable declarationsweili
2016-06-01Change CFX_Font::GetPsName() to return a CFX_ByteString.thestig