summaryrefslogtreecommitdiff
path: root/core/src/fpdfapi/fpdf_page/fpdf_page_colors.cpp
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-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-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-06-19Cleanup: Do not check pointers before deleting them.Lei Zhang
2015-06-18Fix CPDF_ICCBasedCS::GetDefaultValue heap-buffer-overflow.Tom Sepez
2015-06-16Add constructor for CPDF_ColorSpace.Tom Sepez
2015-06-15Provide a constructor for CPDF_CountedObject.Tom Sepez
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_ImageMap to std::map.Lei Zhang
2015-06-10Remove typdefs for pointer types in fx_system.h.Tom Sepez
2015-06-09Use stdint.h types throughout PDFium.Tom Sepez
2015-05-18Add safe FX_Alloc2D() macroTom Sepez
2015-04-27SEGV in CFX_BaseSegmentedArray::Iterate() when CS has malformed dictionary.Tom Sepez
2015-04-16Replace FX_NEW with new, remove tests from fpdfapiTom Sepez
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-01-05Cleanup: Get rid of CRLF line endings.Lei Zhang
2014-12-10Lab colorspace needs to be 3 componentBo Xu
2014-10-14Store the address of the page data map's value for proper referencing.Bo Xu
2014-09-09Change the forced clear order of CPDF_DocPageData::Clear, and remove m_pDocum...Bo Xu
2014-09-02Add m_pDocument in CPDF_Color and check if page date has been forced clearBo Xu
2014-08-25Use number of components from ICC profile and alternate color spaceBo Xu
2014-08-25Revert of Use number of components from ICC profile and alternateCS (patchset...Bo Xu
2014-08-25Use number of components from ICC profile and alternate color spaceBo Xu
2014-08-22Check the number of component in ICCBased colorspaceBo Xu
2014-08-21For pattern colorspace, its base colorspace should not be a pattern colorspaceBo Xu
2014-08-18Add a null pointer check before getting the family name of the given color sp...Jun Fang
2014-08-18No need to release m_pBaseCS in CPDF_IndexedCS and CPDF_PatternCSBo Xu
2014-08-12For a CPDF_Color object, when set a new pattern to it, disconnect its link wi...Bo Xu
2014-08-05The root cause of this issue is shown as below:Jun Fang
2014-07-29Fix a few more warnings in chromium_code mode.Nico Weber
2014-07-24CalRGB color correctionBo Xu
2014-07-15Error handling for invalid component number in CPDF_ICCBasedCS::v_LoadJun Fang
2014-07-14Fix uninitialized nresults in GetRGBJun Fang
2014-07-08Remove custom memory managerBo Xu
2014-07-07Fix uninitialized nresults and RGBfoxit
2014-07-07Fix uninitialized RGB in GetRGBfoxit
2014-06-30Remove "this==NULL" and adjust corresponding callersBo Xu
2014-06-20Stack-buffer-overflow in IccLib_Translatefoxit
2014-05-23Convert all line endings to LF.John Abd-El-Malek
2014-05-17Initial commit.John Abd-El-Malek