summaryrefslogtreecommitdiff
path: root/core
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-18Fixed crash on NULL de-referencing.Vitaly Buka
2014-11-18Fixing operator so that bCheckRight isn't always true. Unknown effect!Bruce Dawson
2014-11-18Fixing format strings to remove 'z' size specifier.Bruce Dawson
2014-11-17Removing unnecessary casts from wchar_t* to wchar_t*, by various names.Bruce Dawson
2014-11-17Zero initialize ch to avoid possible bug - conditions are very subtle.Bruce Dawson
2014-11-14Remove FX_LPCWSTR cast to wchar_t* literalsBo Xu
2014-11-14Fix build warning on android under stricter compilation rules.Tom Sepez
2014-11-10Fix a bug when performing StretchDIBits on bit maskBo Xu
2014-11-06Fix bug with reading from uninitialized variable found by VC++'s /analyze.Tom Sepez
2014-10-30Undo an old change in freetype to account for size of USHORTBo Xu
2014-10-30Update openjpeg to r2920Bo Xu
2014-10-29Resolve compilation error with G++ 4.9.Tom Sepez
2014-10-22update openjpeg to r2911Bo Xu
2014-10-21Change the clear order of pDocPage and pDocRenderBo Xu
2014-10-21Update openjpeg to r2908chromium/2202chromium/2201chromium/2200chromium/2199chromium/2198chromium/2197Bo Xu
2014-10-21More fixes in sycc422_to_rgb and sycc420_to_rgb when image width is oddBo Xu
2014-10-21Add missing parenthesis in FXARGB_GETDIB macroBo Xu
2014-10-15Fix licenses in headers to pass Chromium's checklicenses tool.chromium/2196chromium/2195chromium/2194chromium/2193chromium/2192chromium/2191Tom Sepez
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-14Glyph index is out of range in cff_get_glyph_name.Jun Fang
2014-10-13Fix off-by-one in sizing of m_EmbeddedToUnicodes.Tom Sepez
2014-10-10Fix a bug when image width is odd in sycc422_to_rgbBo Xu
2014-10-03check pointer overflow in t2.cBo Xu
2014-09-30Update openjpegBo Xu
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-15Add a boundary check before accessing the table of 'Index to Location'Jun Fang
2014-09-15Check Null pointer in CPDF_Dictionary::GetUnicodeTextBo Xu
2014-09-11Fix hebrew character highlight issue in a special documentBo 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-09Fix uninitialized value in CPDF_ColorStateDataBo Xu
2014-09-09Revert of Fix uninitialized value in CPDF_ColorStateData (patchset #1 id:1 of...Bo Xu
2014-09-08Fix uninitialized value in CPDF_ColorStateDataBo Xu
2014-09-08Fix un-initialized R G B valueBo Xu
2014-09-08Merge performance fix for cmsDupToneCurve from previous upstream branch.Chris Palmer
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-09-02Tidy up opj_ callback functions in fx_codec_jpx_obj.cppTom Sepez
2014-08-31Remove the GetValidBpc check in application callers and move it to where m_bp...Bo Xu
2014-08-28Remove unused fields and stack locals.Chris Palmer
2014-08-28No need to release resources in destructor of CPDF_ShadingObjectchromium/2145chromium/2144chromium/2143chromium/2142chromium/2141chromium/2140Bo Xu
2014-08-27Restrict index not be greater than row_size in TIFF_PredictLineBo Xu
2014-08-27Use valid bpc value in LoadPalette() and ContinueToLoadMask()Bo Xu
2014-08-27Fix a bug when looping through m_pCompDataBo Xu