summaryrefslogtreecommitdiff
path: root/core/src/fpdfapi/fpdf_page/fpdf_page_colors.cpp
AgeCommit message (Expand)Author
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