summaryrefslogtreecommitdiff
path: root/core/src/fpdfapi
AgeCommit message (Expand)Author
2015-06-16Add constructor for CPDF_ColorSpace.Tom Sepez
2015-06-15Make CPDF_PageModuleDef and CPDF_RenderModuleDef pure virtual.Lei Zhang
2015-06-15Do some IWYU cleanups.Lei Zhang
2015-06-15Provide a constructor for CPDF_CountedObject.Tom Sepez
2015-06-12Remove unneeded checks in CPDF_DocPageData::GetFontFileStreamAcc().Lei Zhang
2015-06-11Remove trailing whitespaces in core.Lei Zhang
2015-06-11Kill FXSYS_mem{cpy,cmp,set.move}{32,8}.Tom Sepez
2015-06-10Convert CPDF_FontFileMap to std::map.Lei Zhang
2015-06-10Convert CPDF_IccProfileMap to use std::map.Lei Zhang
2015-06-10Remove FX_BSTR and FX_WSTR typedefs.chromium/2434chromium/2433chromium/2432chromium/2431chromium/2430Tom Sepez
2015-06-10Convert CPDF_ImageMap to std::map.Lei Zhang
2015-06-10Convert CPDF_PatternMap to std::map.Lei Zhang
2015-06-10Convert CPDF_ColorSpaceMap to std::map.Lei Zhang
2015-06-10Remove typdefs for pointer types in fx_system.h.Tom Sepez
2015-06-10Convert CPDF_FontMap to std::map.Lei Zhang
2015-06-09Use stdint.h types throughout PDFium.Tom Sepez
2015-06-08Remove more cruft from fx_system.hTom Sepez
2015-06-08Fix potentially massive memory leak in CPDF_DIBSource::LoadJpxBitmap().chromium/2429chromium/2428chromium/2427Lei Zhang
2015-06-04Move fx_safe_types.h to include/ directory.Tom Sepez
2015-06-03Kill unused IPDF_ classes.Tom Sepez
2015-06-02kill IPDF_DocParser().Tom Sepez
2015-05-28Fix ALL the include guards.Tom Sepez
2015-05-21Fix four annoying warnings: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-05-18Add safe FX_Alloc2D() macroTom Sepez
2015-05-15Fix leaks in embedder test's FlateEncode() usage and in FlateEncode().Lei Zhang
2015-05-15Fix leaks in the embedder tests themselves.Lei Zhang
2015-05-15Remove FX_NEW_VECTOR() macros.Tom Sepez
2015-05-14Fix another batch of compiler warnings.Lei Zhang
2015-05-11Create top-level public/ header directory.Tom Sepez
2015-05-08Fix a bunch of -Wunused-but-set-variable warnings.Lei Zhang
2015-05-06Remove FX_STRSIZE casts, use safe conversionsTom Sepez
2015-04-27SEGV in CFX_BaseSegmentedArray::Iterate() when CS has malformed dictionary.Tom Sepez
2015-04-27Reduce usage of operator LPCWSTR from CFX_WideString().Tom Sepez
2015-04-27Revert "Kill operator LPCWSTR from CFX_WideString()."Tom Sepez
2015-04-27Kill operator LPCWSTR from CFX_WideString().Tom Sepez
2015-04-23Fix segmentation fault 'denial of service condition'JUN FANG
2015-04-22Add missing operators for CFX_ByteStringC.Tom Sepez
2015-04-21Fix a regression with cut off images.chromium/2387chromium/2386chromium/2385chromium/2384chromium/2383chromium/2382chromium/2381chromium/2380chromium/2379chromium/2378Lei Zhang
2015-04-20Remove Release() from CPDF_PageObjectTom Sepez
2015-04-17Set m_FontType in CPDF_Font() constructor.Tom Sepez
2015-04-16Make CFX_StockFontArray more robust.Lei Zhang
2015-04-16Replace FX_NEW with new, remove tests from fpdfapiTom Sepez
2015-04-15Fix offset outside bounds of constant string warningsJUN FANG
2015-04-14Land on Master: Fix two new / free mismatchesTom Sepez
2015-04-14Kill CFX_Object.Tom Sepez
2015-04-11Fix a heap buffer overflow issue in CPDF_CMap::GetNextCharJUN FANG
2015-04-10Fix a stack overflow in CPDF_Parser::LoadCrossRefV5JUN FANG