summaryrefslogtreecommitdiff
path: root/core/src/fpdfapi
AgeCommit message (Expand)Author
2015-07-15Make ContentStreamParser members private, fix constructorTom Sepez
2015-07-15Add a null pointer check to CPDF_CalRGB::v_Load().Lei Zhang
2015-07-14Move extern cmap declarations from .cpp files into new .h files.Tom Sepez
2015-07-14Move FPDFAPI_FlateInit() prototype and friends to .h fileTom Sepez
2015-07-01Revert "Revert "Redo range check in CPDF_SampledFunc::v_Call().""Tom Sepez
2015-07-01Fix some clang warnings with -Wmissing-braces in pdfium.Nico Weber
2015-06-30Revert "Redo range check in CPDF_SampledFunc::v_Call()."Tom Sepez
2015-06-30Redo range check in CPDF_SampledFunc::v_Call().Tom Sepez
2015-06-22Cleanup: Get rid of CPDF_Reference::Create().Lei Zhang
2015-06-19Cleanup: Remove dead CPDF_InlineImages code.Lei Zhang
2015-06-19Replace CFX_MapPtrTemplate with std::map.Lei Zhang
2015-06-19Cleanup: Do not check pointers before deleting them.Lei Zhang
2015-06-19Small cleanup of CPDF_TextObject and other CPDF_PageObject subclasses.Lei Zhang
2015-06-19Disintermediation.Tom Sepez
2015-06-19Move zlib to third_party/Tom Sepez
2015-06-18Fix CPDF_ICCBasedCS::GetDefaultValue heap-buffer-overflow.Tom Sepez
2015-06-17Replace some Release() calls with virtual destructors.Tom Sepez
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