Age | Commit message (Expand) | Author |
2016-09-12 | Refactor CPDF_Document by creating new methods | npm |
2016-09-08 | Fix memory management errors for font loading and copying | weili |
2016-09-06 | Move CPDF_GraphState to CFX_GraphState | tsepez |
2016-09-06 | Move CFX_Font definition to its own file and clean up | npm |
2016-08-31 | Attempt to fix potential integer overflow in CFX_FaceCache::LoadGlyphPath().chromium/2846 | thestig |
2016-08-31 | Use CheckedNumeric for strength calculation. | dsinclair |
2016-08-30 | Make CPDF_TextState have a CPDF_TextStateData rather than inheriting one. | tsepez |
2016-08-29 | Revert "Add -> operators to CFX_CountRef." | tsepez |
2016-08-29 | Move CFX_SubstFont and CTTFontDesc into their own files | npm |
2016-08-26 | Add -> operators to CFX_CountRef.chromium/2842 | tsepez |
2016-08-26 | Rework CFX_CountRef in terms of CFX_RetainPtr. | tsepez |
2016-08-25 | Simplify some code in CFX_FontMapper. | thestig |
2016-08-25 | Tidy up CFX_PathData | tsepez |
2016-08-24 | Allow CPDF_Font to use fallback fonts | npm |
2016-08-24 | Delete unused methods from CFX_RenderDevice | npm |
2016-08-19 | Move CFX_FaceCache to its own file | npm |
2016-08-19 | Apply structure packing to FXTEXT_CHARPOS to save space. | npm |
2016-08-18 | Move CFX_UnicodeEncoding and CFX_UnicodeEncodingEx to their own files. | npm |
2016-08-17 | Split fx_font into multiple files, part 1. | npm |
2016-08-17 | check for null bitmap | caryclark |
2016-08-16 | Delete m_ExtHandle and RetainFont because they are not being used. | npm |
2016-08-15 | Avoid integer overflows in FXGE_GetGlyphsBBox(). | thestig |
2016-08-15 | Fix CGdiPrinterDriver::DrawDeviceText() to draw multiple characters. | thestig |
2016-08-15 | add native draw bitmap with alpha mask | caryclark |
2016-08-12 | Make g_LinuxGpFontList be a 2D char array. | npm |
2016-08-11 | Fix an integer overflow in CStretchEngine constructor | weili |
2016-08-11 | Clean up cfx_fontmapper a little | npm |
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-09 | Fixup various overflow conditions | dsinclair |
2016-08-08 | Move CFX_ClipRgn and CFX_PathData into their own files. | npm |
2016-08-04 | Move CFX_GEModule into its own file | npm |
2016-08-04 | Clean up fx_ge_linux.cpp a little. | thestig |
2016-08-04 | Add bounds checks to CWeightTable::Calc() and friends. | thestig |
2016-07-29 | Refactor fxge/fx_apple and fx_win header files | npm |
2016-07-29 | Fix a FPE in CStretchEngine::StartStretchHorz(). | thestig |
2016-07-28 | fix text matrix again | caryclark |
2016-07-27 | Splitting fx_ge_fontmap.cpp | npm |
2016-07-25 | Remove FX_FONTCACHE_DEFINE | tsepez |
2016-07-25 | fix text rotation for skia | caryclark |
2016-07-25 | Use smart pointers for CFX_Font and CFX_Type3Font classes | weili |
2016-07-21 | Fix skia build broken by commit c38cd6 | weili |
2016-07-21 | Use smart pointers for graphics device classes | weili |
2016-07-21 | Bring pdfium file in sync with chrome, fix mac build | caryclark |
2016-07-20 | Clean up singleton implementation | weili |
2016-07-19 | Use smart pointers for various Jbig2 decoding contexts | weili |
2016-07-18 | Implement CGdiPrinterDriver::DrawDeviceText().chromium/2801 | thestig |
2016-07-07 | set font cache if null | caryclark |
2016-07-06 | copy graphics state fully | caryclark |
2016-07-01 | Mac: Improve font substitution.chromium/2790chromium/2789chromium/2788chromium/2787 | thestig |