summaryrefslogtreecommitdiff
path: root/core/src/fxge/ge/fx_ge_text.cpp
AgeCommit message (Expand)Author
2015-06-19Replace CFX_MapPtrTemplate with std::map.Lei Zhang
2015-06-19Cleanup: Do not check pointers before deleting them.Lei Zhang
2015-06-11Remove trailing whitespaces in core.Lei Zhang
2015-06-11Correct unexpected hinting fontsTom Sepez
2015-06-11Kill FXSYS_mem{cpy,cmp,set.move}{32,8}.Tom Sepez
2015-06-10Fix font rendering issues because of an incorrect transform.John Abd-El-Malek
2015-06-10Remove typdefs for pointer types in fx_system.h.Tom Sepez
2015-06-09Revert 'Correct unexpected hinting fonts'JUN FANG
2015-06-09Correct unexpected hinting fontsJUN FANG
2015-06-09Use stdint.h types throughout PDFium.Tom Sepez
2015-05-19Re-land: Remove FX_Alloc() null checks now that it can't return NULL.Tom Sepez
2015-05-19Revert "Remove FX_Alloc() null checks now that it can't return NULL."Tom Sepez
2015-05-19Remove FX_Alloc() null checks now that it can't return NULL.Tom Sepez
2015-04-16Remove checks in fxge/ge now that FX_NEW can't return 0.Tom Sepez
2015-03-30Fix no text displayed issue when font embedded and font subsetting enabledchromium/2356chromium/2355chromium/2354chromium/2353chromium/2352JUN FANG
2015-01-30Use system FreeType on Linux.John Abd-El-Malek
2014-12-12Simplify PDFium by removing code that's not used in the open source repo.John Abd-El-Malek
2014-08-22Bounds check in CFX_Font::LoadGlyphPath().Tom Sepez
2014-07-29Remove a few unused variables, functions, and tables.Nico Weber
2014-05-23Convert all line endings to LF.John Abd-El-Malek
2014-05-21Fix clang warnings so we can treat warnings as errors.John Abd-El-Malek
2014-05-17Initial commit.John Abd-El-Malek