Age | Commit message (Expand) | Author |
2016-10-03 | Add ptr_util.h from base until std::make_unique<> available | tsepez |
2016-10-03 | Detect resursive loading of type3 font char to avoid infinite loop | weili |
2016-09-29 | Move core/fxge/include to core/fxge | dsinclair |
2016-09-29 | Move core/fxcrt/include to core/fxcrt | dsinclair |
2016-09-29 | Move core/fpdfapi/include to core/fpdfapi | dsinclair |
2016-09-29 | Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parser | dsinclair |
2016-09-29 | Move core/fpdfapi/fpdf_page/include to core/fpdfapi/fpdf_page | dsinclair |
2016-09-29 | Move core/fpdfapi/fpdf_font/include to core/fpdfapi/fpdf_font | dsinclair |
2016-09-29 | Remove FX_BOOL from font_int.h | npm |
2016-09-28 | Use string pools in some dictionaries, names, and strings. | tsepez |
2016-09-26 | Fix memory leak in cmap parsing | kcwu |
2016-09-23 | Remove FX_BOOL from cpdf_fontchromium/2872chromium/2871chromium/2870 | npm |
2016-09-23 | Clean CPDF_CIDFont a little | npm |
2016-09-23 | Make CPDF_Font::Create() return a std::unique_ptr. | tsepez |
2016-09-21 | Check for overflow in CMap_GetCode. | dsinclair |
2016-09-20 | Change protected to private in CPDF_CID2UnicodeMap and CPDF_ToUnicodeMapchromium/2867 | npm |
2016-09-20 | Delete unused methods and variables in CPDF_CMapManager | npm |
2016-09-15 | Rename dictionary set and get methods | dsinclair |
2016-09-13 | Remove more strcmp/memcmp usage. | tsepez |
2016-09-01 | Fix CPDF_CIDFont::GlyphFromCharCode for fonts flagged with PDFFONT_SYMBOLIC | npm |
2016-08-30 | Clean up CPDF_CMap declarationchromium/2845 | npm |
2016-08-30 | Guard against overflow when calculating font weight. | dsinclair |
2016-08-24 | Allow CPDF_Font to use fallback fonts | npm |
2016-08-19 | Avoid signed overflow in CPDF_ToUnicodeMap::StringToCode() | tsepez |
2016-08-15 | Fix a potential integer overflow in TT2PDF().chromium/2830 | thestig |
2016-08-15 | Get rid of FX_SMALL_RECT. | thestig |
2016-08-15 | Use a std::vector in fpdf_font code. | thestig |
2016-08-10 | Move CFX_RenderDevice, CFX_FxgeDevice, and CFX_GraphStateData into their own ... | npm |
2016-08-09 | Fix typos of the word outer. | thestig |
2016-08-05 | Add CPDF_ImageObject::GetImage(). | thestig |
2016-08-04 | Move CFX_GEModule into its own file | npm |
2016-07-29 | Cleanup CPDF_DocPageData release methods and callers. | thestig |
2016-07-25 | Use smart pointers for CFX_Font and CFX_Type3Font classes | weili |
2016-07-06 | Change class member variables in raw pointer type into unique_ptr | weili |
2016-07-01 | Clean up parts of CPDF_CIDFont. | thestig |
2016-06-27 | Clean up some CPDF_Font subclasses. | thestig |
2016-06-23 | Remove FPDFAPI_LoadCID2UnicodeMap. | dsinclair |
2016-06-21 | Move ifx_renderdevicedriver to a separate file to share | weili |
2016-06-20 | Change func(void) to func() | weili |
2016-06-20 | Another round of fx_ge cleanup. | thestig |
2016-06-13 | Make code compile with clang_use_chrome_plugin (part I) | weili |
2016-06-08 | Remove even more const casting from core. | tsepez |
2016-06-07 | Avoid const-cast in CPDF_Font | tsepez |
2016-06-07 | Use static_casts for cpdf_type1font bsearch on mac. | tsepez |
2016-06-07 | Get rid of NULLs in core/ | thestig |
2016-06-02 | Fix all the code which has duplicate variable declarations | weili |
2016-06-01 | Change CFX_Font::GetPsName() to return a CFX_ByteString. | thestig |
2016-05-23 | Use unique_ptr in CPDF_CidFont | tsepez |
2016-05-12 | Add CFX_ByteStringC::CharAt() to avoid c_str() and casts. | tsepez |
2016-05-12 | Clean up CFX_ImageTransformer. | thestig |