summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2016-02-04Merge to Master: Remove CFX_PtrArray from fx_xml.hold_master_before_xfaTom Sepez
2016-02-03Fix prototypes for CPDF_FormNotify.Tom Sepez
2016-02-03Make m_IndexArray sane.Tom Sepez
2016-02-03Complete unit tests for CPDF_ArrayWei Li
2016-02-02Fix windows build at 77244553b268 (FX_BOOL vs. bool)Tom Sepez
2016-02-02Fix build on windows (IWYU) at 9b0a59d659d8Tom Sepez
2016-02-02Kill CFX_ByteArray in master.Tom Sepez
2016-02-01Remove the m_ObjVersion member variable from CPDF_Parser.Lei Zhang
2016-02-01Remove the m_V5Type member variable from CPDF_Parser.Lei Zhang
2016-01-29Some cleanup of fpdf_render_loadimage.cppOliver Chang
2016-01-29Another round of cleanup in CPDF_Parser and friends.Lei Zhang
2016-01-29Refactor CPDF_Object and its subclasses.Wei Li
2016-01-28Member function name refactoringWei Li
2016-01-26Merge to Master: War on #defines - part 2Tom Sepez
2016-01-26Move struct ContentParam off of CPDF_Object's enumsTom Sepez
2016-01-26War on #defines, part 1.Tom Sepez
2016-01-25Remove CFX_SegmentedArray use from master.Tom Sepez
2016-01-25Merge to Master: Remove several more unused parser values.Tom Sepez
2016-01-25Merge to Master: Remove struct PARSE_OPTIONS.Tom Sepez
2016-01-25Merge to Master: Remove unused IsContentUsedElsewhere()Tom Sepez
2016-01-22Fixed object references in CPDF_ObjectWei Li
2016-01-22CPDFText_ParseOptions never change from default.Tom Sepez
2016-01-22Change _PDF_RenderItem to CPDF_RenderContext::Layer.Tom Sepez
2016-01-21Rename CPDF_PageObjects to CPDF_PageObjectListTom Sepez
2016-01-21Redo CPDF_PageObjects - part 1Tom Sepez
2016-01-21Rename CPDF_PageContentGenerate to CPDF_PageContentGenerator.Tom Sepez
2016-01-20Replace more CFX_MapPtrToPtr and remove it.Tom Sepez
2016-01-20Remove CFX_CMapByteStringToPtrTom Sepez
2016-01-20Bugs in CJS_PublicMethods::ParseNumber().Tom Sepez
2016-01-19Remove an extra "const" in fpdf_objects.Oliver Chang
2016-01-19Keep all member functions of one class in a single file.Wei Li
2016-01-19Fix infinite loops caused by calling circular indirect objectsWei Li
2016-01-15Fix the way FT headers are includedLei Zhang
2016-01-14Loose checking for trailer's size fieldWei Li
2016-01-14Correct the way to count pages and to avoid infinite loopWei Li
2016-01-13Fix another invalidated iterator issue while traversing CPDF_Dictionary.Oliver Chang
2016-01-13Fix some iterator invalidation issues while traversing CPDF_Dictionary.Oliver Chang
2016-01-13Do not use invalidated std::map::iterators in PDF_ReplaceAbbr().Lei Zhang
2016-01-13Fix out of bound access in CPDF_Parser::ParseIndirectObject().Lei Zhang
2016-01-13Use the compiler to type check DocAvailStatus return values.Lei Zhang
2016-01-12Use std::map in CPDF_IndirectObjectsTom Sepez
2016-01-11Fix an infinite loop parsing in CPDF_SyntaxParser::GetObject()Wei Li
2016-01-11Fix an uninitalized read in FPDFText_GetFontSize().Lei Zhang
2016-01-11Tidy up shading patternsTom Sepez
2016-01-11Use std::map as CPDF_Dictionary's underlying store.Oliver Chang
2016-01-08Switch most min/max macros to std::min/max.Lei Zhang
2016-01-08IWYU in core/src/fpdfapi/fpdf_page/pageint.h.Lei Zhang
2016-01-08Use unique_ptr in fpdf_page/.Tom Sepez
2016-01-08Remove a bunch of dead code.Lei Zhang
2016-01-08Fix infinite loop caused by parsing same indirect objectsWei Li