summaryrefslogtreecommitdiff
path: root/core/src/fxge/ge
AgeCommit message (Expand)Author
2015-08-19Merge to XFA: CFX_MapByteStringToPtr considered harmful (combo patch).Tom Sepez
2015-08-17Merge to XFA: Cleanup CFX_UnicodeEncoding and remove IFX_FontEncoding.Lei Zhang
2015-08-14Merge to XFA: Don't bother checking pointers before delete[] and FX_Free().Lei Zhang
2015-08-13XFA: Rewrite CFX_RenderDevice::DrawNormalText() to match the master branch.Lei Zhang
2015-08-13Merge to XFA: OutputText() is dead code.Tom Sepez
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: 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-07-22Merge to XFA: Remove dead code found by Scythe.Lei Zhang
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-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-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-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-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-08-22Bounds check in CFX_Font::LoadGlyphPath().Tom Sepez
2014-08-12Fix missing or broken include guard macros in pdfium headers.Tom Sepez
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-21Fix clang warnings so we can treat warnings as errors.John Abd-El-Malek
2014-05-17Initial commit.John Abd-El-Malek