summaryrefslogtreecommitdiff
path: root/core/fxge/ge/fx_ge_text.cpp
AgeCommit message (Expand)Author
2016-09-29Move core/fxcrt/include to core/fxcrtdsinclair
2016-09-29Move core/fxcodec/codec/include and core/fxcodec/include files updsinclair
2016-09-06Move CFX_Font definition to its own file and clean upnpm
2016-08-19Move CFX_FaceCache to its own filenpm
2016-08-17Split fx_font into multiple files, part 1.npm
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-10Move CFX_RenderDevice, CFX_FxgeDevice, and CFX_GraphStateData into their own ...npm
2016-08-08Move CFX_ClipRgn and CFX_PathData into their own files.npm
2016-08-04Move CFX_GEModule into its own filenpm
2016-07-27Splitting fx_ge_fontmap.cppnpm
2016-07-25Remove FX_FONTCACHE_DEFINEtsepez
2016-07-21Bring pdfium file in sync with chrome, fix mac buildcaryclark
2016-06-22Remove some fx_dib functions with unused parameters.thestig
2016-06-21Use FXFONT defines in place of integers.thestig
2016-06-21Move ifx_renderdevicedriver to a separate file to shareweili
2016-06-14Make code compile with clang_use_chrome_plugin (part II)weili
2016-06-13Remove default arguments from IFX_RenderDeviceDriver.thestig
2016-06-08update skiacaryclark
2016-06-07Get rid of NULLs in core/thestig
2016-06-06Remove unused PS generation code.thestig
2016-06-01Change CFX_Font::GetPsName() to return a CFX_ByteString.thestig
2016-05-26Remove default arguments in CFX_RenderDevice.thestig
2016-05-19Clean up CFX_RenderDevice::DrawNormalText().thestig
2016-05-17Don't use LCD antialiasing if Fontconfig doesn't support hintingthomasanderson
2016-05-13Make CFX_ByteString(const CFX_ByteStringC&) explicit.tsepez
2016-05-04Return bool rather than bitwise-and for FX_BOOLtsepez
2016-04-29Subtract instead of adding the negation.thestig
2016-04-12Remove ICodec_* Interfaces.dsinclair
2016-04-11Fix integer issues leading to out of bounds access in fx_ge_text.cpp.ochang
2016-04-08Rename both As{Byte,Wide}StringC() helpers to AsStringC().tsepez
2016-04-06Make wide strings use StringData templatetsepez
2016-04-06Move include/fxcodec to fxcodec/includedsinclair
2016-04-06Move core/include/fxge to core/fxge/include.dsinclair
2016-04-04Support the device font cachecaryclark
2016-03-29Code change to avoid signed/unsigned mismatch warnings.Wei Li
2016-03-25Remove FX_DWORD from core/ and delete definitionchromium/2695chromium/2694chromium/2693chromium/2692tsepez
2016-03-21Re-enable several MSVC warningsWei Li
2016-03-14Move core/src/ up to core/.Dan Sinclair