summaryrefslogtreecommitdiff
path: root/core/src/fpdfapi
AgeCommit message (Expand)Author
2014-11-19Fix blank page issues caused by too strict checkchromium/2250chromium/2249chromium/2248chromium/2247chromium/2246chromium/2245chromium/2244chromium/2243chromium/2242chromium/2241chromium/2240chromium/2239chromium/2238chromium/2237Jun Fang
2014-11-18Fixing operator so that bCheckRight isn't always true. Unknown effect!Bruce Dawson
2014-11-17Zero initialize ch to avoid possible bug - conditions are very subtle.Bruce Dawson
2014-11-06Fix bug with reading from uninitialized variable found by VC++'s /analyze.Tom Sepez
2014-10-29Resolve compilation error with G++ 4.9.Tom Sepez
2014-10-21Change the clear order of pDocPage and pDocRenderBo Xu
2014-10-14Store the address of the page data map's value for proper referencing.Bo Xu
2014-10-14Don't leave dangling pointer to out-of-scope local in CPDF_StreamContentParse...Tom Sepez
2014-10-13Fix off-by-one in sizing of m_EmbeddedToUnicodes.Tom Sepez
2014-09-19Fix a bug when assign the generation number of indirect objectschromium/2166chromium/2165Bo Xu
2014-09-19Adjust the order of clearing resource in CPDF_DocPageData::ClearJun Fang
2014-09-18Fix Regression: Incomplete file loading is seen for multi page pdf files.chromium/2164chromium/2163Tom Sepez
2014-09-16When forcing clear page data, no need to release colorspace when releasing pa...Bo Xu
2014-09-15Check Null pointer in CPDF_Dictionary::GetUnicodeTextBo Xu
2014-09-10Check object type for objects used in the dictory of 'Index'chromium/2162chromium/2161chromium/2160chromium/2159chromium/2158chromium/2157chromium/2156Jun Fang
2014-09-09Change the forced clear order of CPDF_DocPageData::Clear, and remove m_pDocum...Bo Xu
2014-09-08Fix un-initialized R G B valueBo Xu
2014-09-03Allocate m_pCompData when |m_nComponents| is updated.Bo Xu
2014-09-02Check m_nComponents when using JBIG2Decodechromium/2146Bo Xu
2014-09-02Add m_pDocument in CPDF_Color and check if page date has been forced clearBo Xu
2014-08-31Remove the GetValidBpc check in application callers and move it to where m_bp...Bo Xu
2014-08-28No need to release resources in destructor of CPDF_ShadingObjectchromium/2145chromium/2144chromium/2143chromium/2142chromium/2141chromium/2140Bo Xu
2014-08-27Use valid bpc value in LoadPalette() and ContinueToLoadMask()Bo Xu
2014-08-27Fix a bug when looping through m_pCompDataBo Xu
2014-08-25Set m_pLinearized to NULL after releaseBo Xu
2014-08-25Perform better input checks in early steps of parser.Tom Sepez
2014-08-25Use number of components from ICC profile and alternate color spaceBo Xu
2014-08-25Add GetValidBpc() check in CPDF_DIBSource::CreateDecoder()Bo Xu
2014-08-25Add GetValidBpc() check in CPDF_DIBSource::GetScanLineBo 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-22Fix the issue 'SEGV on unknown address in CPDF_DataAvail::GetObjectSize'Jun Fang
2014-08-22Fix a hang issue due to inconsistent page number in the test fileJun Fang
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-19Fix bug in CPDF_PageContentGenerate constructor and destructorBo Xu
2014-08-18Font is used after release in CPDF_TextStateData::~CPDF_TextStateDataJun Fang
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-13Add FX_OVERRIDE and use it for virtual functions of FX_FINAL classes.Tom Sepez
2014-08-12Fix missing or broken include guard macros in pdfium headers.Tom Sepez
2014-08-12For a CPDF_Color object, when set a new pattern to it, disconnect its link wi...Bo Xu
2014-08-05Fix the problem that memory is accessed after released due to invalid type-castJun Fang
2014-08-05The root cause of this issue is shown as below:Jun Fang
2014-08-04Fix a segmentation fault in CPDF_DataAvail::CheckPage due to invalid usage of...Jun Fang
2014-08-01Add more |bpc| value check in GetValidBpc()Bo Xu
2014-07-31Correct the names of the FX_SAFE_* typedefs.Chris Palmer
2014-07-30Fix uninitialized coords and one of infinite loopsJUN FANG
2014-07-30Remove a few unused variables, functions, and member variables.Nico Weber
2014-07-30Fix potential integer overflow in fpdf_render_loadimage.cppJUN FANG