Age | Commit message (Expand) | Author |
2015-06-19 | Merge to XFA: Fix -Winconsistent-missing-override warnings. | Lei Zhang |
2015-06-16 | Merge to XF: Add constructor for CPDF_ColorSpace. | Tom Sepez |
2015-06-15 | Merge to XFA: Provide a constructor for CPDF_CountedObject. | Tom Sepez |
2015-06-13 | Merge to XFA: Remove unneeded checks in CPDF_DocPageData::GetFontFileStreamAc... | Lei Zhang |
2015-06-13 | Remove trailing whitespaces in core, XFA edition. | Lei Zhang |
2015-06-10 | Merge to XFA: Convert CPDF_FontFileMap to std::map. | Lei Zhang |
2015-06-10 | Merge to XFA: Convert CPDF_IccProfileMap to use std::map. | Lei Zhang |
2015-06-10 | Merge to XFA: Convert CPDF_ImageMap to std::map. | Lei Zhang |
2015-06-10 | Merge to XFA: Convert CPDF_PatternMap to std::map. | Lei Zhang |
2015-06-10 | Merge to XFA: Convert CPDF_ColorSpaceMap to std::map. | Lei Zhang |
2015-06-10 | Merge to XFA: Convert CPDF_FontMap to std::map. | Lei Zhang |
2015-06-10 | Merge to XFA: Remove FX_BSTR and FX_WSTR typedefs. | Tom Sepez |
2015-06-10 | Merge to XFA: Remove typdefs for pointer types in fx_system.h. | Tom Sepez |
2015-06-09 | Merge to XFA: Use stdint.h types throughout PDFium. | Tom Sepez |
2015-06-03 | Merge to XFA: Kill unused IPDF_ classes. | Tom Sepez |
2015-06-02 | Merge to XFA: kill IPDF_DocParser(). | Tom Sepez |
2015-05-28 | Merge to XFA: Fix ALL the include guards. | Tom Sepez |
2015-05-27 | Merge to XFA: Remove rendundant ../include from paths. | Tom Sepez |
2015-04-27 | Merge to XFA: Reduce usage of operator LPCWSTR from CFX_WideString(). | Tom Sepez |
2015-04-23 | Merge to XFA: Fix segmentation fault 'denial of service condition' | JUN FANG |
2015-04-20 | Merge to XFA: Remove Release() combo patch. | Tom Sepez |
2015-04-17 | Merge to XFA: Set m_FontType in CPDF_Font() constructor. | Tom Sepez |
2015-04-14 | Merge to XFA: Kill CFX_Object. | Tom Sepez |
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-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 | Kill off some dodgy JS callbacks | Tom Sepez |
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-09 | merge to XFA: Fix -Wnon-virtual-dtor compiler warnings. | Tom Sepez |
2014-12-15 | XFA: merge patch from issue 801913002 and 804463003 | John Abd-El-Malek |
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-05 | The root cause of this issue is shown as below: | Jun Fang |
2014-07-18 | pdfium: Fix all -Wdelete-non-virtual-dtor violations on Mac. | Nico Weber |
2014-07-07 | fix a crash issue in _CMapLookupCallback | foxit |