summaryrefslogtreecommitdiff
path: root/core/src/fpdfapi/fpdf_page
AgeCommit message (Expand)Author
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-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-18Fix CPDF_ICCBasedCS::GetDefaultValue heap-buffer-overflow.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-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-04Move fx_safe_types.h to include/ directory.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-15Remove FX_NEW_VECTOR() macros.Tom Sepez
2015-05-08Fix a bunch of -Wunused-but-set-variable warnings.Lei Zhang
2015-04-27SEGV in CFX_BaseSegmentedArray::Iterate() when CS has malformed dictionary.Tom Sepez
2015-04-22Add missing operators for CFX_ByteStringC.Tom Sepez
2015-04-20Remove Release() from CPDF_PageObjectTom Sepez
2015-04-16Replace FX_NEW with new, remove tests from fpdfapiTom Sepez
2015-04-14Kill CFX_Object.Tom Sepez
2015-04-11Fix a heap buffer overflow issue in CPDF_CMap::GetNextCharJUN FANG
2015-03-17Revert "Fix a problem that JP2 image is not displayed because index color spa...Tom Sepez
2015-03-16Fix a problem that JP2 image is not displayed because index color space is usedJUN FANG
2015-02-12Fix an error 'Use-of-uninitialized-value in CPDF_Function::Call'JUN FANG
2015-02-05Add namespace and-re-arrange PDFium's local copy of chromium /base.Tom Sepez
2015-02-04Prevent base::CheckedNumeric from leaking outside of pdfium.Tom Sepez
2015-01-31Fix heap buffer overflow in CPDF_SampledFunc::v_CallJUN FANG
2015-01-27Kill scattered extern _PDF_CharType declarations.chromium/2292chromium/2291chromium/2290Tom Sepez
2015-01-05Cleanup: Get rid of CRLF line endings.Lei Zhang
2014-12-30Get rid of FX_LPCSTR cast.Bo Xu
2014-12-12Simplify PDFium by removing code that's not used in the open source repo.John Abd-El-Malek
2014-12-10Lab colorspace needs to be 3 componentBo Xu
2014-11-06Fix bug with reading from uninitialized variable found by VC++'s /analyze.Tom Sepez
2014-10-14Store the address of the page data map's value for proper referencing.Bo Xu