summaryrefslogtreecommitdiff
path: root/core/fxge
AgeCommit message (Expand)Author
2016-09-13Sort include entries.dsinclair
2016-09-12Refactor CPDF_Document by creating new methodsnpm
2016-09-08Fix memory management errors for font loading and copyingweili
2016-09-06Move CPDF_GraphState to CFX_GraphStatetsepez
2016-09-06Move CFX_Font definition to its own file and clean upnpm
2016-08-31Attempt to fix potential integer overflow in CFX_FaceCache::LoadGlyphPath().chromium/2846thestig
2016-08-31Use CheckedNumeric for strength calculation.dsinclair
2016-08-30Make CPDF_TextState have a CPDF_TextStateData rather than inheriting one.tsepez
2016-08-29Revert "Add -> operators to CFX_CountRef."tsepez
2016-08-29Move CFX_SubstFont and CTTFontDesc into their own filesnpm
2016-08-26Add -> operators to CFX_CountRef.chromium/2842tsepez
2016-08-26Rework CFX_CountRef in terms of CFX_RetainPtr.tsepez
2016-08-25Simplify some code in CFX_FontMapper.thestig
2016-08-25Tidy up CFX_PathDatatsepez
2016-08-24Allow CPDF_Font to use fallback fontsnpm
2016-08-24Delete unused methods from CFX_RenderDevicenpm
2016-08-19Move CFX_FaceCache to its own filenpm
2016-08-19Apply structure packing to FXTEXT_CHARPOS to save space.npm
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-17check for null bitmapcaryclark
2016-08-16Delete m_ExtHandle and RetainFont because they are not being used.npm
2016-08-15Avoid integer overflows in FXGE_GetGlyphsBBox().thestig
2016-08-15Fix CGdiPrinterDriver::DrawDeviceText() to draw multiple characters.thestig
2016-08-15add native draw bitmap with alpha maskcaryclark
2016-08-12Make g_LinuxGpFontList be a 2D char array.npm
2016-08-11Fix an integer overflow in CStretchEngine constructorweili
2016-08-11Clean up cfx_fontmapper a littlenpm
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-09Fixup various overflow conditionsdsinclair
2016-08-08Move CFX_ClipRgn and CFX_PathData into their own files.npm
2016-08-04Move CFX_GEModule into its own filenpm
2016-08-04Clean up fx_ge_linux.cpp a little.thestig
2016-08-04Add bounds checks to CWeightTable::Calc() and friends.thestig
2016-07-29Refactor fxge/fx_apple and fx_win header filesnpm
2016-07-29Fix a FPE in CStretchEngine::StartStretchHorz().thestig
2016-07-28fix text matrix againcaryclark
2016-07-27Splitting fx_ge_fontmap.cppnpm
2016-07-25Remove FX_FONTCACHE_DEFINEtsepez
2016-07-25fix text rotation for skiacaryclark
2016-07-25Use smart pointers for CFX_Font and CFX_Type3Font classesweili
2016-07-21Fix skia build broken by commit c38cd6weili
2016-07-21Use smart pointers for graphics device classesweili
2016-07-21Bring pdfium file in sync with chrome, fix mac buildcaryclark
2016-07-20Clean up singleton implementationweili
2016-07-19Use smart pointers for various Jbig2 decoding contextsweili
2016-07-18Implement CGdiPrinterDriver::DrawDeviceText().chromium/2801thestig
2016-07-07set font cache if nullcaryclark
2016-07-06copy graphics state fullycaryclark