summaryrefslogtreecommitdiff
path: root/core/src/fpdfapi/fpdf_page
AgeCommit message (Expand)Author
2016-03-09Split off CPDF_Parser and CPDF_SimpleParser into .h/.cpp filesTom Sepez
2016-03-09Review and cleanup lint warnings.Dan Sinclair
2016-03-08Split off CPDF_Document into its own .cpp/.h files.Tom Sepez
2016-03-03Combine StrToInt methods.Dan Sinclair
2016-03-03Fix O(n^2) behaviour in parser.Tom Sepez
2016-03-01Fix and enable lint checks.Dan Sinclair
2016-02-29Fixup FX_RECT and FX_SMALL_RECT classes.Tom Sepez
2016-02-26Remove some FX_BOOLsTom Sepez
2016-02-26Re-land "Replace CPDF_Rect and CPDF_Point with CFX types."Tom Sepez
2016-02-26Revert "Replace CPDF_Rect and CPDF_Point with CFX types."Tom Sepez
2016-02-26Replace CPDF_Rect and CPDF_Point with CFX types.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