summaryrefslogtreecommitdiff
path: root/core/src/fxge/ge/fx_ge_fontmap.cpp
AgeCommit message (Expand)Author
2015-11-12Merge to XFA: Remove relative includes.Lei Zhang
2015-11-11Merge to XFA: Fix / simplify CFX_FolderFontInfo::GetFontData() behavior.Lei Zhang
2015-11-10Merge to XFA: Fix relative includes within core/Lei Zhang
2015-11-09Merge to XFA: Cleanup some fxge font code.Lei Zhang
2015-11-04Merge to XFA: Make built-in font table slightly saner.Tom Sepez
2015-11-03Merge to XFA: Remove CFontFileFaceInfo.Tom Sepez
2015-11-02Merge to XFA: Check fread() return values in CFX_FolderFontInfo::GetFontData().Lei Zhang
2015-10-30XFA: Take CTTFontDesc::ReleaseFace() changes from master.Tom Sepez
2015-10-21Merge to XFA: Make CFX_FontMgr member variables private. (try 2)Lei Zhang
2015-10-16Merge to XFA: Don't bother passing -1 as the length to the CFX_ByteString ctor.Lei Zhang
2015-10-16Merge to XFA: Declare PDF_GetStandardFontName() in the header.Lei Zhang
2015-10-16fxcrt convergence - XFA side.Tom Sepez
2015-10-05Merge to XFA: Added a fallback Win32 font information class for win32k lockdown.Tom Sepez
2015-09-23Merge to XFA: Allow external font-path configuration from pdfium_test.Lei Zhang
2015-09-22Merge to XFA: Add missing 'return' keyword.Lei Zhang
2015-08-20Merge to XFA: Fix some -Wmaybe-uninitialized errors.Lei Zhang
2015-08-19Merge to XFA: Extern in .cpp file is a code smell, part 2.Tom Sepez
2015-08-19Merge to XFA: Extern in .cpp files is a code smell, part 1.Tom Sepez
2015-08-19Merge to XFA: CFX_MapByteStringToPtr considered harmful (combo patch).Tom Sepez
2015-08-14Merge to XFA: Don't bother checking pointers before delete[] and FX_Free().Lei Zhang
2015-08-06Merge to XFA: Add CFX_FontFaceInfo constructor.Tom Sepez
2015-08-05Kill off last uses of FX_NEW in XFA.Tom Sepez
2015-08-04XFA: clang-format all pdfium code.Nico Weber
2015-07-31Merge to XFA: Kill IFX_FontMapperTom Sepez
2015-07-30Merge to XFA: Fix return check in CFX_FolderFontInfo::ScanFile() fread.Tom Sepez
2015-07-23Merge to XFA: FX_BOOL combo patch.Tom Sepez
2015-07-23Merge to XFA - else after returns.Tom Sepez
2015-06-19Merge to XFA: Cleanup: Do not check pointers before deleting them.Lei Zhang
2015-06-13Remove trailing whitespaces in core, XFA edition.Lei Zhang
2015-06-11Merge to XFA: Kill FXSYS_mem{cpy,cmp,set.move}{32,8}.Tom Sepez
2015-06-10Merge to XFA: Remove FX_BSTR and FX_WSTR typedefs.Tom Sepez
2015-06-10Merge to XFA: Remove typdefs for pointer types in fx_system.h.Tom Sepez
2015-06-09Merge to XFA: Use stdint.h types throughout PDFium.Tom Sepez
2015-06-09Merge to XFA: Remove more cruft from fx_system.hTom Sepez
2015-05-20Merge to XFA: Remove FX_Alloc() null checks now that it can't return NULL.Tom Sepez
2015-05-08Merge to XFA: Fix a bunch of -Wunused-but-set-variable warnings.Lei Zhang
2015-04-17Fix an issue 'heap use after free'JUN FANG
2015-04-16Fix heap use after free in FT_Stream_ReleaseFrameJUN FANG
2015-02-27Merge to XFA: Cleanup: Fix some unused-function warnings.Lei Zhang
2014-12-30XFA: merge patch from CL 733693003, get rid of FX_LPCSTR castBo Xu
2014-12-15XFA: merge patch from issue 801913002 and 804463003John Abd-El-Malek
2014-11-03Merge XFA to PDFium master at 4dc95e7 on 10/28/2014Bo Xu
2014-07-30Remove a few unused variables, functions, and member variables.Nico Weber
2014-07-29Fix a few more warnings in chromium_code mode.Nico Weber
2014-07-29Remove a few unused variables, functions, and tables.Nico Weber
2014-06-09Fix a crash when parsing truetype fonts without any tables.Lei Zhang
2014-05-23Convert all line endings to LF.John Abd-El-Malek
2014-05-17Initial commit.John Abd-El-Malek