summaryrefslogtreecommitdiff
path: root/core/src/fpdfapi
AgeCommit message (Expand)Author
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
2016-01-26War on #defines - part 2Tom Sepez
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-25Remove several more unused parser values.Tom Sepez
2016-01-25Remove struct PARSE_OPTIONS.Tom Sepez
2016-01-25Remove unused IsContentUsedElsewhere()Tom Sepez
2016-01-22Merge to XFA: Fixed object references in CPDF_ObjectWei Li
2016-01-22Merge to XFA: Change _PDF_RenderItem to CPDF_RenderContext::Layer.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-21Merge to XFA: Rename CPDF_PageContentGenerate to CPDF_PageContentGenerator.Tom Sepez
2016-01-20Merge to XFA: Replace more CFX_MapPtrToPtr.Tom Sepez
2016-01-19Merge to XFA: Remove an extra "const" in fpdf_objects.Oliver Chang
2016-01-19Merge to XFA: Keep all member functions of one class in a single file.Wei Li
2016-01-19Merge to XFA: Fix infinite loops caused by calling circular indirect objectsWei Li
2016-01-14Merge to XFA: Loose checking for trailer's size fieldWei Li
2016-01-14Merge to XFA: Correct the way to count pages and to avoid infinite loopWei Li
2016-01-13Merge to XFA: Fix some iterator invalidation issues while traversing CPDF_Dic...Oliver Chang
2016-01-13Merge to XFA: Do not use invalidated std::map::iterators in PDF_ReplaceAbbr().Lei Zhang
2016-01-13Merge to XFA: Fix out of bound access in CPDF_Parser::ParseIndirectObject().Lei Zhang
2016-01-13Merge to XFA: Use the compiler to type check DocAvailStatus return values.Lei Zhang
2016-01-12Merget to XFA: Use std::map in CPDF_IndirectObjectsTom Sepez
2016-01-11Merge to XFA: Fix an infinite loop parsing in CPDF_SyntaxParser::GetObject()Wei Li
2016-01-11Merge to XFA: Switch most min/max macros to std::min/max.Lei Zhang