summaryrefslogtreecommitdiff
path: root/core/src/fpdfapi/fpdf_page
AgeCommit message (Expand)Author
2016-04-26Merge to M50: Add a missing initialisation for CPDF_ContentMarkItem.chromium/2661Oliver Chang
2016-03-08Merge to M50: Fix O(n^2) behaviour in parser.Tom Sepez
2016-02-25Fix static initializers.Lei Zhang
2016-02-25refactor CPDF_Font and subclassesWei Li
2016-02-23Store opcode function pointers in an unordered_mapLei Zhang
2016-02-23Remove FXSYS_Div.Dan Sinclair
2016-02-23Remove FXSYS_Mul.Dan Sinclair
2016-02-23Remove many _CAPS structure names.Tom Sepez
2016-02-22refactor CPDF_PageObject and subclassesWei Li
2016-02-19Remove PageObject's m_Type and add As<Type> functionsWei Li
2016-02-18Sort headers in non-xfa directories.Dan Sinclair
2016-02-17Banish CFX_ObjectArray to the XFA side.Tom Sepez
2016-02-17Remove CFX_PtrList from renderer main loop.Tom Sepez
2016-02-17Expand all paths to be based off pdfium/ directoryDan Sinclair
2016-02-16Split CPDF_PageObjectHolder off from CPDF_PageObjectListTom Sepez
2016-02-12Fix the way to access marked content.Wei Li
2016-02-12Add a class to better represent PS operations.Lei Zhang
2016-02-10Banish CFX_PtryArray to XFA side only.Tom Sepez
2016-01-29Merge to XFA: Refactor CPDF_Object and its subclasses.Wei Li
2016-01-29Merge to XFA: Member function name refactoringWei Li
2016-01-26Merge to XFA: Move struct ContentParam off of CPDF_Object's enumsTom Sepez
2016-01-26Merge to XFA: War on #defines, part 1.Tom Sepez
2016-01-21Merge to XFA: Rename CPDF_PageObjects to CPDF_PageObjectListTom Sepez
2016-01-21Mege to XFA: Redo CPDF_PageObjects - part 1Tom Sepez
2016-01-19Merge to XFA: Keep all member functions of one class in a single file.Wei Li
2016-01-13Merge to XFA: Do not use invalidated std::map::iterators in PDF_ReplaceAbbr().Lei Zhang
2016-01-11Merge to XFA: Switch most min/max macros to std::min/max.Lei Zhang
2016-01-11Merge to XFA: Tidy up shading patternsTom Sepez
2016-01-11Merge to XFA: Use std::map as CPDF_Dictionary's underlying store.Oliver Chang
2016-01-08Merge to XFA: Use unique_ptr in fpdf_page/.Tom Sepez
2016-01-08Merge to XFA: Clean up misc nits found while fixing bugs.Lei Zhang
2016-01-08Merge to XFA: Endless tidying in pageint.hTom Sepez
2015-12-29Merge to XFA: Fix partial information printed with blank window covering the ...Jun Fang
2015-12-24Merge to XFA: Switch from nonstd::unique_ptr to std::unique_ptr.Lei Zhang
2015-12-18Merge to XFA: Get rid of a few CPDF_Object Create() methods and just use new ...Lei Zhang
2015-12-14Merge to XFA: Get rid of most instance of 'foo == NULL'Lei Zhang
2015-12-14Merge to XFA: Get rid of most instance of 'foo != NULL'Lei Zhang
2015-12-14Merge to XFA: Remove FX_BSTRC.Lei Zhang
2015-12-10Merge to XFA: Remove CFX_AffineMatrix/CPDF_MatrixTom Sepez
2015-12-10Merge to XFA: Cleanup CPDF_DIBSource::LoadColorInfo() and ValidateDictParam().Lei Zhang
2015-12-09Merge to XFA: Get rid of most uses of CFX_PtrArray.Tom Sepez
2015-11-16Merge to XFA: Reland "Cleanup some numeric code.""Dan Sinclair
2015-11-12Merge to XFA: Remove relative includes.Lei Zhang
2015-11-10Merge to XFA: Prevent buffer underflow in CPDF_TextObject::CalcPositionDataOliver Chang
2015-11-10Merge to XFA: Cleanup CPDF_Stream:Lei Zhang
2015-11-10Merge to XFA: Fix relative includes within core/Lei Zhang
2015-11-09Merge to XFA: Add path service to retrieve test data directory at run time so...Wei Li
2015-11-09Merge to XFA: Add some nullptr checks that were missing from commit f7992b39.Lei Zhang
2015-11-06Merge to XFA: Fix all relative includes to third_party.Lei Zhang
2015-11-04Merge to XFA: Enforce input and output dimensionalities for CPDF_StitchFunc.Oliver Chang