Age | Commit message (Expand) | Author |
2015-04-11 | Merge to XFA: Fix compiling warnings on Windows | Jun Fang |
2015-04-11 | Merge to XFA: Fix a heap buffer overflow issue in CPDF_CMap::GetNextChar | JUN FANG |
2015-04-10 | XFA port: Fix the noisiest variable shadowing warnings in pdfium. | Bruce Dawson |
2015-04-10 | Merge to XFA: Better fix for snprintf non-termination on windows. | Tom Sepez |
2015-04-07 | Merge to XFA: Fix IWYU in pdfwindow/ directory. | Tom Sepez |
2015-04-06 | Merge to XFA: Fix IWYU in fxcrt headers. | Tom Sepez |
2015-03-11 | Merge to XFA: Kill remaining sprintfs | Tom Sepez |
2015-03-06 | Merge to XFA: Make conversions for CPDF_Link explicit. | Tom Sepez |
2015-03-06 | Merge to XFA: Make conversion between CPDF_Dest and its object explicit. | Tom Sepez |
2015-03-05 | Merge to XFA: Make conversion between CPDF_Action and its dictionary explicit. | Tom Sepez |
2015-02-11 | Merge to XFA: CPDF_Object() constructor should set its internal m_Type variable. | Tom Sepez |
2015-02-10 | Merge to XFA: Fix uninitialized value in CFX_ByteString::FormatInteger | JUN FANG |
2015-02-05 | Merge to XFA: Kill off some more unreachable fopen's. | Tom Sepez |
2015-02-05 | Kill off some dodgy JS callbacks | Tom Sepez |
2015-02-04 | Merge to XFA: Prevent base::CheckedNumeric from leaking outside of pdfium. | Tom Sepez |
2015-02-03 | Merge to XFA: Replace CFX_SmartPointer cast operator with Get() method. | Tom Sepez |
2015-02-02 | Merge the following changes to XFA branch: | John Abd-El-Malek |
2015-01-27 | Merge to XFA: Kill scattered extern _PDF_CharType declarations. | Tom Sepez |
2015-01-26 | Merge to XFA: Fix infinite recursion in CPDF_Parser::ParseIndirectObjectAt(). | Tom Sepez |
2015-01-22 | Merge to XFA: Use IPDF_DataAvail interface to hide CPDF_DataAvail. | Tom Sepez |
2015-01-21 | Merge to XFA: Simplify UTF16LE_Encode and add unittest. | Bo Xu |
2015-01-09 | merge to XFA: Fix -Wnon-virtual-dtor compiler warnings. | Tom Sepez |
2015-01-07 | Merge to XFA: Finish unit test for CFX_ByteStringC class. | Tom Sepez |
2015-01-07 | Merge to XFA: Add ostream helpers for FX String classes. | Tom Sepez |
2015-01-05 | XFA: merge patch from CL 828203002, clean up bookmark codes | Bo Xu |
2015-01-05 | XFA: merge patch from CL 729293003, use FX_ArraySize for safety | Bruce Dawson |
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-19 | XFA: merge patch from CL 815103002 | Bo Xu |
2014-12-19 | XFA: merge patch from CL 790213005 | Lei Zhang |
2014-12-15 | XFA: merge patch from issue 801913002 and 804463003 | John Abd-El-Malek |
2014-11-18 | Merge to XFA: patch from CL 738433003 | Bruce Dawson |
2014-11-17 | Merge to XFA: patch from CL 730993002 | Bo Xu |
2014-11-03 | Merge XFA to PDFium master at 4dc95e7 on 10/28/2014 | Bo Xu |
2014-10-21 | Add missing parenthesis in FXARGB_GETDIB macro | Bo Xu |
2014-10-14 | Store the address of the page data map's value for proper referencing. | Bo Xu |
2014-10-13 | Fix off-by-one in sizing of m_EmbeddedToUnicodes. | Tom Sepez |
2014-09-16 | When forcing clear page data, no need to release colorspace when releasing pa... | Bo Xu |
2014-09-09 | Change the forced clear order of CPDF_DocPageData::Clear, and remove m_pDocum... | Bo Xu |
2014-09-09 | Fix uninitialized value in CPDF_ColorStateData | Bo Xu |
2014-09-09 | Revert of Fix uninitialized value in CPDF_ColorStateData (patchset #1 id:1 of... | Bo Xu |
2014-09-08 | Fix uninitialized value in CPDF_ColorStateData | Bo Xu |
2014-09-02 | Add m_pDocument in CPDF_Color and check if page date has been forced clear | Bo Xu |
2014-08-25 | Use number of components from ICC profile and alternate color space | 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-18 | Font is used after release in CPDF_TextStateData::~CPDF_TextStateData | Jun Fang |
2014-08-13 | Add FX_OVERRIDE and use it for virtual functions of FX_FINAL classes. | Tom Sepez |
2014-08-12 | Fix missing or broken include guard macros in pdfium headers. | Tom Sepez |