summaryrefslogtreecommitdiff
path: root/core/src/fpdfapi/fpdf_page/fpdf_page_doc.cpp
AgeCommit message (Expand)Author
2015-06-10Remove FX_BSTR and FX_WSTR typedefs.chromium/2434chromium/2433chromium/2432chromium/2431chromium/2430Tom Sepez
2015-06-10Convert CPDF_ImageMap to std::map.Lei Zhang
2015-06-10Convert CPDF_PatternMap to std::map.Lei Zhang
2015-06-10Convert CPDF_ColorSpaceMap to std::map.Lei Zhang
2015-06-10Convert CPDF_FontMap to std::map.Lei Zhang
2015-06-09Use stdint.h types throughout PDFium.Tom Sepez
2015-04-16Replace FX_NEW with new, remove tests from fpdfapiTom Sepez
2015-01-05Cleanup: Get rid of CRLF line endings.Lei Zhang
2014-10-14Store the address of the page data map's value for proper referencing.Bo Xu
2014-09-19Adjust the order of clearing resource in CPDF_DocPageData::ClearJun Fang
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-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-18Font is used after release in CPDF_TextStateData::~CPDF_TextStateDataJun Fang
2014-07-29Fix a few more warnings in chromium_code mode.Nico Weber
2014-06-30Remove "this==NULL" and adjust corresponding callersBo Xu
2014-05-23Convert all line endings to LF.John Abd-El-Malek
2014-05-17Initial commit.John Abd-El-Malek