summaryrefslogtreecommitdiff
path: root/core/src/fxge
AgeCommit message (Expand)Author
2015-08-06XFA: clang-format all pdfium code, again.Nico Weber
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: Name IFX_SysFontInfo subclasses consistently.Tom Sepez
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-28Merge to XFA: Missing bExact -> iExact conversionsTom Sepez
2015-07-27Merge to XFA: Fix FX_BOOL compilation errors under windowsTom Sepez
2015-07-23Merge to XFA: FX_BOOL combo patch.Tom Sepez
2015-07-23Merge to XFA - else after returns.Tom Sepez
2015-07-22Merge to XFA: Remove dead code found by Scythe.Lei Zhang
2015-07-16Merge to XFA: Cleanup: Do not check pointers before deleting them, part 2.Lei Zhang
2015-07-13Merge to XFA: Fix a crashier due to incorrect type conversionJUN FANG
2015-07-04Cherry-pick to XFA: Remove a superfluous qualifier. No behavior change.Nico Weber
2015-07-02Cherry-pick to XFA: Add parentheses around && within ||.Nico Weber
2015-07-01Cherry-pick to XFA: Fix a clang warning about a dangling else.Tom Sepez
2015-06-19Merge to XFA: Replace some CFX_MapPtrTemplates with std::map.Lei Zhang
2015-06-19Merge to XFA: Cleanup: Do not check pointers before deleting them.Lei Zhang
2015-06-19Merge to XFA: Do some IWYU cleanups.Lei Zhang
2015-06-17Merge to XFA: Separate agg-authored code from fx-authored code.Tom Sepez
2015-06-13Remove trailing whitespaces in core, XFA edition.Lei Zhang
2015-06-13Merge to XFA: Cleanup: Remove uses of "this->" in core/Lei Zhang
2015-06-11Merge to XFA: Correct unexpected hinting fontsTom Sepez
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-28Merge to XFA: Fix ALL the include guards.Tom Sepez
2015-05-20Merge to XFA: Remove FX_Alloc() null checks now that it can't return NULL.Tom Sepez
2015-05-18Merge to XFA: Add safe FX_Alloc2D() macroTom Sepez
2015-05-15Merge to XFA: Abort on OOM by default in FX_Alloc().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-04-14Merge to XFA: Kill CFX_Object.Tom Sepez
2015-04-02Merge to XFA: Fix uninitialized face in fx_ge_font.cppJUN FANG
2015-03-30Merge to XFA: Fix no text displayed issue when font embedded and font subsett...JUN FANG
2015-02-27Merge to XFA: Cleanup: Fix some unused-function warnings.Lei Zhang
2015-02-27Merge to XFA: Cleanup: Get rid of CRLF line endings.Lei Zhang
2015-02-02Merge the following changes to XFA branch:John Abd-El-Malek
2014-12-30XFA: merge patch from CL 733693003, get rid of FX_LPCSTR castBo Xu
2014-12-19XFA: merge patch from CL 815103002Bo Xu
2014-12-15XFA: merge patch from issue 801913002 and 804463003John Abd-El-Malek
2014-11-14XFA: merge patch from issue 726033002Tom Sepez
2014-11-10Merge to XFA: patch from CL 618073003Bo Xu
2014-11-03Merge XFA to PDFium master at 4dc95e7 on 10/28/2014Bo Xu
2014-10-30Undo an old change in freetype to account for size of USHORTBo Xu
2014-10-14Glyph index is out of range in cff_get_glyph_name.Jun Fang