summaryrefslogtreecommitdiff
path: root/core/src/fpdfapi/fpdf_font
AgeCommit message (Expand)Author
2015-11-09Merge to XFA: Fix a leak in CPDF_Type3Font::LoadChar().Lei Zhang
2015-11-06Merge to XFA: Fix all relative includes to third_party.Lei Zhang
2015-11-02Merge to XFA: Add tests for CMap_GetCode and CMap_GetCodeRange.Dan Sinclair
2015-11-02Merge to XFA: Add test for StringToCode and StringToWideStringDan Sinclair
2015-10-23XFA: Manually apply changes to fpdf_text.h and fx_font.h from masterTom Sepez
2015-10-22Merge to XFA: Add type cast definitions for CPDF_Stream.Dan Sinclair
2015-10-22Merge to XFA: Add type cast definitions for CPDF_Array.Dan Sinclair
2015-10-21Merge to XFA: Add type cast definitions for CPDF_Name.Dan Sinclair
2015-10-20[Merge to XFA] Revert "Revert "Add type cast definitions for CPDF_Dictionary.""Dan Sinclair
2015-10-19Merge to XFA: Unrevert commit a398ca6 and apply the proper fix.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: Fix a bunch of sign mismatch warnings.Lei Zhang
2015-10-16Merge to XFA: Declare PDF_GetStandardFontName() in the header.Lei Zhang
2015-09-15Merge to XFA: Cleanup casting of FX_Alloc() return values.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: FX_CMapDwordToDword considered harmful.Tom Sepez
2015-08-19Merge to XFA: CFX_MapByteStringToPtr considered harmful (combo patch).Tom Sepez
2015-08-14Merge to XFA: Cleanup: Fix some unneeded semi-colons and bad spacing.Lei Zhang
2015-08-14Merge to XFA: Don't bother checking pointers before delete[] and FX_Free().Lei Zhang
2015-08-14Merge to XFA: Use override in more classes in core/Lei Zhang
2015-08-04XFA: clang-format all pdfium code.Nico Weber
2015-07-23Merge to XFA - else after returns.Tom Sepez
2015-07-21Merge to XFA: Move extern fpdf_font_charset.cpp function prototypes.Tom Sepez
2015-06-19Merge to XFA: Cleanup: Do not check pointers before deleting them.Lei Zhang
2015-06-18Replace some Release() calls with virtual destructors.Tom Sepez
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-28Merge to XFA: Fix ALL the include guards.Tom Sepez
2015-05-18Merge to XFA: Add safe FX_Alloc2D() macroTom Sepez
2015-05-15Merge to XFA: Remove FX_NEW_VECTOR() macros.Tom Sepez
2015-05-07Merge to XFA: Make CFX_StockFontArray more robust.Lei Zhang
2015-05-06Merge to XFA: Replace FX_NEW with new, remove tests from fpdfapiLei Zhang
2015-04-17Merge to XFA: Set m_FontType in CPDF_Font() constructor.Tom Sepez
2015-04-14Fix two new / free mismatchesTom Sepez
2015-04-14Merge to XFA: Kill CFX_Object.Tom Sepez
2015-04-11Merge to XFA: Fix a heap buffer overflow issue in CPDF_CMap::GetNextCharJUN FANG
2015-04-09Merge to XFA: Fix a global buffer overflow in GCPDF_CIDFont::_CharCodeFromUni...Jun Fang
2015-02-05Merge to XFA: Kill off some more unreachable fopen's.Tom Sepez
2015-01-09merge to XFA: Fix -Wnon-virtual-dtor compiler warnings.Tom Sepez
2014-12-23XFA: merge patch from CL 733693003, getting rid of more castsBruce Dawson
2014-12-19XFA: merge patch from CL 815103002Bo Xu
2014-12-15XFA: merge patch from issue 801913002 and 804463003John Abd-El-Malek
2014-12-04Remove needless casts of (narrow) string literals.Tom Sepez
2014-10-13Fix off-by-one in sizing of m_EmbeddedToUnicodes.Tom Sepez
2014-08-13Add FX_OVERRIDE and use it for virtual functions of FX_FINAL classes.Tom Sepez