summaryrefslogtreecommitdiff
path: root/core/src/fpdfapi
AgeCommit message (Expand)Author
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-25Make CFX_PSVTemplate simpler.Tom Sepez
2016-02-24Clean up some if/else if statements in CPDF_Parser::RebuildCrossRef().Lei Zhang
2016-02-24Fixing whitespace lint errors.Dan Sinclair
2016-02-23Store opcode function pointers in an unordered_mapLei Zhang
2016-02-23Remove FXSYS_MulDiv(a, b, c).Dan Sinclair
2016-02-23Remove FXSYS_Div.Dan Sinclair
2016-02-23Remove FXSYS_Mul.Dan Sinclair
2016-02-23Remove uses of this->foo.Lei Zhang
2016-02-23Remove many _CAPS structure names.Tom Sepez
2016-02-22refactor CPDF_PageObject and subclassesWei Li
2016-02-19Remove IFX_BufferArchive.Tom Sepez
2016-02-19Revert "Revert "Use safe arithmentic in CFX_BinaryBuf::ExpandBuf.""Tom Sepez
2016-02-19Revert "Use safe arithmentic in CFX_BinaryBuf::ExpandBuf."Tom Sepez
2016-02-19Get rid of CFX_CharMap instantiations.Lei Zhang
2016-02-19Use safe arithmentic in CFX_BinaryBuf::ExpandBuf.Tom Sepez
2016-02-19Remove PageObject's m_Type and add As<Type> functionsWei Li
2016-02-18Remove useless CPDF_FontCharMap.Lei Zhang
2016-02-18Name the states for fpdf_parser_parser.Dan Sinclair
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-17Banish CFX_ByteArray and CFX_WideArray to the XFA side.Tom Sepez
2016-02-16Split CPDF_PageObjectHolder off from CPDF_PageObjectListTom Sepez
2016-02-16Fix name change after rebase 970c11eWei Li
2016-02-16Refactor CPDF_SimpleParser and add unit tests.Wei Li
2016-02-16Simplify string function test macroWei Li
2016-02-16Rework progressive render loop.Tom 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-02-09Add unit tests for ascii85 and hex decoders.chromium/2652chromium/2651chromium/2650chromium/2649chromium/2648chromium/2647chromium/2646Wei Li
2016-02-08Fix for-loop which results in no-opLei Zhang
2016-02-08Convert NULLs to nullptrs in fpdf_parser_decode.cppOliver Chang
2016-02-08Tidy fpdfsave.cppTom Sepez
2016-02-05Combine two if/else blocks in CPDF_DIBSource::DownSampleScanline32Bit().Lei Zhang
2016-02-05Remove CFX_FileSizeArray.Tom Sepez
2016-02-05Support 16-bit images in downsampler.chromium/2642Lei Zhang
2016-02-03Merge to XFA: Make m_IndexArray sane.Tom Sepez
2016-02-03Merge to XFA: Complete unit tests for CPDF_ArrayWei Li
2016-02-01Merge to XFA: Remove the m_ObjVersion member variable from CPDF_Parser.Lei Zhang
2016-02-01Merge to XFA: Remove the m_V5Type member variable from CPDF_Parser.chromium/2641chromium/2640chromium/2639chromium/2638Lei Zhang
2016-01-29Merge to XFA: Some cleanup of fpdf_render_loadimage.cppOliver Chang
2016-01-29Merge to XFA: Refactor CPDF_Object and its subclasses.Wei Li
2016-01-29Another round of cleanup in CPDF_Parser and friends.Lei Zhang
2016-01-29Merge to XFA: Member function name refactoringWei Li
2016-01-27XFA: Fix DOS newlines, final round.Lei Zhang