Age | Commit message (Expand) | Author |
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 |
2016-07-01 | Clean up CFX_MacFontInfo and surrounding code. | thestig |
2016-06-29 | fix skia unit tests | caryclark |
2016-06-29 | add local caching for skia draws | caryclark |
2016-06-27 | Fix a regression from commit f3e6851. | thestig |
2016-06-22 | Remove some fx_dib functions with unused parameters. | thestig |
2016-06-22 | Fix Skia GN build on Mac | weili |
2016-06-21 | Use FXFONT defines in place of integers. | thestig |
2016-06-21 | Move ifx_renderdevicedriver to a separate file to share | weili |
2016-06-20 | Fix clang_use_chrome_plugin for Mac and Skia builds | weili |
2016-06-20 | Change func(void) to func() | weili |