summaryrefslogtreecommitdiff
path: root/core/src/fpdfapi/fpdf_page
AgeCommit message (Expand)Author
2015-08-10Cleanup: Mark methods with the override keyword.chromium/2483chromium/2482chromium/2481chromium/2480chromium/2479Lei Zhang
2015-08-04clang-format all pdfium code.Nico Weber
2015-07-27Revert "FX Bool considered harmful, part 3"Tom Sepez
2015-07-27FX Bool considered harmful, part 3Tom Sepez
2015-07-23FX_BOOL not always 0 or 1 in CPDF_PageObjects::m_ParserStateTom Sepez
2015-07-23Revert "FX_BOOL considered harmful, part 2."Tom Sepez
2015-07-23FX_BOOL considered harmful, part 2.Tom Sepez
2015-07-22Re-land else-after-returnsTom Sepez
2015-07-22Revert "Fix else-after-returns throughout pdfium."Tom Sepez
2015-07-22Fix else-after-returns throughout pdfium.Tom Sepez
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-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