summaryrefslogtreecommitdiff
path: root/core/include/fpdfapi
AgeCommit message (Expand)Author
2015-04-27Reduce usage of operator LPCWSTR from CFX_WideString().Tom Sepez
2015-04-27Revert "Kill operator LPCWSTR from CFX_WideString()."Tom Sepez
2015-04-27Kill operator LPCWSTR from CFX_WideString().Tom Sepez
2015-04-23Fix segmentation fault 'denial of service condition'JUN FANG
2015-04-20Remove Release() from CPDF_PageObjectTom Sepez
2015-04-17Fix all remaining instances of FX_NEW.Tom Sepez
2015-04-17Set m_FontType in CPDF_Font() constructor.Tom Sepez
2015-04-14Kill CFX_Object.Tom Sepez
2015-04-11Fix compiling warnings on WindowsJun Fang
2015-04-11Fix a heap buffer overflow issue in CPDF_CMap::GetNextCharJUN FANG
2015-02-11CPDF_Object() constructor should set its internal m_Type variable.Tom Sepez
2015-02-10Fix uninitialized value in CFX_ByteString::FormatIntegerchromium/2304chromium/2303chromium/2302JUN FANG
2015-02-05Merge to master: Kill off some dodgy JS callbacksTom Sepez
2015-01-27Kill scattered extern _PDF_CharType declarations.chromium/2292chromium/2291chromium/2290Tom Sepez
2015-01-26Fix infinite recursion in CPDF_Parser::ParseIndirectObjectAt().Tom Sepez
2015-01-22Use IPDF_DataAvail interface to hide CPDF_DataAvail.Tom Sepez
2015-01-09Fix -Wnon-virtual-dtor compiler warnings.Tom Sepez
2014-12-12Simplify PDFium by removing code that's not used in the open source repo.John Abd-El-Malek
2014-10-14Store the address of the page data map's value for proper referencing.Bo Xu
2014-10-13Fix off-by-one in sizing of m_EmbeddedToUnicodes.Tom Sepez
2014-09-16When forcing clear page data, no need to release colorspace when releasing pa...Bo Xu
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-02Add m_pDocument in CPDF_Color and check if page date has been forced clearBo Xu
2014-08-25Use number of components from ICC profile and alternate color spaceBo 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-18Font is used after release in CPDF_TextStateData::~CPDF_TextStateDataJun Fang
2014-08-13Add FX_OVERRIDE and use it for virtual functions of FX_FINAL classes.Tom Sepez
2014-08-05The root cause of this issue is shown as below:Jun Fang
2014-07-18pdfium: Fix all -Wdelete-non-virtual-dtor violations on Mac.Nico Weber
2014-07-07fix a crash issue in _CMapLookupCallbackfoxit
2014-06-30Remove "this==NULL" and adjust corresponding callersBo Xu
2014-06-12Enable security removal in FPDF_Doc_SaveBo Xu
2014-05-23Convert all line endings to LF.John Abd-El-Malek
2014-05-17Initial commit.John Abd-El-Malek