Age | Commit message (Expand) | Author |
2014-12-30 | XFA: merge patch from CL 733693003, get rid of FX_LPCSTR cast | Bo Xu |
2014-12-23 | XFA: merge patch from CL 733693003, getting rid of more casts | Bruce Dawson |
2014-12-23 | XFA: merge patch from CL 731673003, fix incorrect operator | Bruce Dawson |
2014-12-23 | XFA: merge patch from CL 727083002, zero local variables. | Bruce Dawson |
2014-12-19 | XFA: merge patch from CL 815103002 | Bo Xu |
2014-12-17 | XFA: merge patch from issue 803103002 | JUN FANG |
2014-12-15 | XFA: merge patch from issue 801913002 and 804463003 | John Abd-El-Malek |
2014-12-11 | Merge to XFA: patch from CL 792113003 | Bo Xu |
2014-12-10 | Merge to XFA: patch from CL 790363002 | Bo Xu |
2014-12-10 | Merge to XFA: patch from CL 791223002 | Bo Xu |
2014-12-09 | Merge to XFA: patch from CL 787753002 | Bo Xu |
2014-12-04 | Remove needless casts of (narrow) string literals. | Tom Sepez |
2014-11-19 | Merge to XFA: patch from CL 743263002 | Jun Fang |
2014-11-06 | Merge to XFA: patch from CL 703213004 | Tom Sepez |
2014-10-29 | Resolve compilation error with G++ 4.9. | Tom Sepez |
2014-10-21 | Change the clear order of pDocPage and pDocRender | Bo Xu |
2014-10-14 | Store the address of the page data map's value for proper referencing. | Bo Xu |
2014-10-14 | Don't leave dangling pointer to out-of-scope local in CPDF_StreamContentParse... | Tom Sepez |
2014-10-13 | Fix off-by-one in sizing of m_EmbeddedToUnicodes. | Tom Sepez |
2014-09-19 | Fix a bug when assign the generation number of indirect objectschromium/2166chromium/2165 | Bo Xu |
2014-09-19 | Adjust the order of clearing resource in CPDF_DocPageData::Clear | Jun Fang |
2014-09-18 | Fix Regression: Incomplete file loading is seen for multi page pdf files.chromium/2164chromium/2163 | Tom Sepez |
2014-09-16 | When forcing clear page data, no need to release colorspace when releasing pa... | Bo Xu |
2014-09-15 | Check Null pointer in CPDF_Dictionary::GetUnicodeText | Bo Xu |
2014-09-10 | Check object type for objects used in the dictory of 'Index'chromium/2162chromium/2161chromium/2160chromium/2159chromium/2158chromium/2157chromium/2156 | Jun Fang |
2014-09-09 | Change the forced clear order of CPDF_DocPageData::Clear, and remove m_pDocum... | Bo Xu |
2014-09-08 | Fix un-initialized R G B value | Bo Xu |
2014-09-03 | Allocate m_pCompData when |m_nComponents| is updated. | Bo Xu |
2014-09-02 | Check m_nComponents when using JBIG2Decodechromium/2146 | Bo Xu |
2014-09-02 | Add m_pDocument in CPDF_Color and check if page date has been forced clear | Bo Xu |
2014-08-31 | Remove the GetValidBpc check in application callers and move it to where m_bp... | Bo Xu |
2014-08-28 | No need to release resources in destructor of CPDF_ShadingObjectchromium/2145chromium/2144chromium/2143chromium/2142chromium/2141chromium/2140 | Bo Xu |
2014-08-27 | Use valid bpc value in LoadPalette() and ContinueToLoadMask() | Bo Xu |
2014-08-27 | Fix a bug when looping through m_pCompData | Bo Xu |
2014-08-25 | Set m_pLinearized to NULL after release | Bo Xu |
2014-08-25 | Perform better input checks in early steps of parser. | Tom Sepez |
2014-08-25 | Use number of components from ICC profile and alternate color space | Bo Xu |
2014-08-25 | Add GetValidBpc() check in CPDF_DIBSource::CreateDecoder() | Bo Xu |
2014-08-25 | Add GetValidBpc() check in CPDF_DIBSource::GetScanLine | Bo Xu |
2014-08-25 | Revert of Use number of components from ICC profile and alternateCS (patchset... | Bo Xu |
2014-08-25 | Use number of components from ICC profile and alternate color space | Bo Xu |
2014-08-22 | Fix the issue 'SEGV on unknown address in CPDF_DataAvail::GetObjectSize' | Jun Fang |
2014-08-22 | Fix a hang issue due to inconsistent page number in the test file | Jun Fang |
2014-08-22 | Check the number of component in ICCBased colorspace | Bo Xu |
2014-08-21 | For pattern colorspace, its base colorspace should not be a pattern colorspace | Bo Xu |
2014-08-19 | Fix bug in CPDF_PageContentGenerate constructor and destructor | Bo Xu |
2014-08-18 | Font is used after release in CPDF_TextStateData::~CPDF_TextStateData | Jun Fang |
2014-08-18 | Add a null pointer check before getting the family name of the given color sp... | Jun Fang |
2014-08-18 | No need to release m_pBaseCS in CPDF_IndexedCS and CPDF_PatternCS | Bo Xu |
2014-08-13 | Add FX_OVERRIDE and use it for virtual functions of FX_FINAL classes. | Tom Sepez |