Age | Commit message (Expand) | Author |
2016-01-25 | Merge to Master: Remove struct PARSE_OPTIONS. | Tom Sepez |
2016-01-25 | Merge to Master: Remove unused IsContentUsedElsewhere() | Tom Sepez |
2016-01-22 | Fixed object references in CPDF_Object | Wei Li |
2016-01-22 | CPDFText_ParseOptions never change from default. | Tom Sepez |
2016-01-22 | Change _PDF_RenderItem to CPDF_RenderContext::Layer. | Tom Sepez |
2016-01-21 | Rename CPDF_PageObjects to CPDF_PageObjectList | Tom Sepez |
2016-01-21 | Redo CPDF_PageObjects - part 1 | Tom Sepez |
2016-01-21 | Rename CPDF_PageContentGenerate to CPDF_PageContentGenerator. | Tom Sepez |
2016-01-20 | Use std::set to track visited dictionaries in fsdk_actionhandler. | Tom Sepez |
2016-01-20 | Replace more CFX_MapPtrToPtr and remove it. | Tom Sepez |
2016-01-20 | Remove CFX_CMapByteStringToPtr | Tom Sepez |
2016-01-20 | Bugs in CJS_PublicMethods::ParseNumber(). | Tom Sepez |
2016-01-19 | Remove an extra "const" in fpdf_objects. | Oliver Chang |
2016-01-19 | Hook up show-config to testing scripts. | Tom Sepez |
2016-01-19 | Keep all member functions of one class in a single file. | Wei Li |
2016-01-19 | Fix infinite loops caused by calling circular indirect objects | Wei Li |
2016-01-15 | Unify suppressions files and add matcher syntax. | Tom Sepez |
2016-01-15 | Make pdfium_test report build options. | Tom Sepez |
2016-01-15 | Fix the way FT headers are included | Lei Zhang |
2016-01-15 | openjpeg: Set proper upper bound for an array in opj_pi_update_decode_poc(). | Oliver Chang |
2016-01-15 | Remove ifdefs for _FX_MANAGED_CODE_. | Lei Zhang |
2016-01-15 | Make the bug 361 test case work in Acrobat. | Lei Zhang |
2016-01-14 | Revert "Cleanup CJS_PublicMethods::ParseNumber" | Tom Sepez |
2016-01-14 | Cleanup CJS_PublicMethods::ParseNumber | Tom Sepez |
2016-01-14 | Disable use of missing arm neon function in libpng | Sam Clegg |
2016-01-14 | Loose checking for trailer's size field | Wei Li |
2016-01-14 | Additional test cases for bug_361 | Tom Sepez |
2016-01-14 | Correct the way to count pages and to avoid infinite loop | Wei Li |
2016-01-14 | openjpeg: Fix potential bad precno value in opj_pi_next* functions. | Oliver Chang |
2016-01-13 | Fix another invalidated iterator issue while traversing CPDF_Dictionary. | Oliver Chang |
2016-01-13 | Use _GLIBCXX_DEBUG in standalone Debug builds on Linux. | Lei Zhang |
2016-01-13 | Fix some iterator invalidation issues while traversing CPDF_Dictionary. | Oliver Chang |
2016-01-13 | Do not use invalidated std::map::iterators in PDF_ReplaceAbbr(). | Lei Zhang |
2016-01-13 | test cast for bug_361 | Tom Sepez |
2016-01-13 | Fix out of bound access in CPDF_Parser::ParseIndirectObject(). | Lei Zhang |
2016-01-13 | Use the compiler to type check DocAvailStatus return values. | Lei Zhang |
2016-01-12 | Roll DEPS for V8 to ee1671b. | Lei Zhang |
2016-01-12 | Use std::map in CPDF_IndirectObjects | Tom Sepez |
2016-01-11 | Fix an infinite loop parsing in CPDF_SyntaxParser::GetObject() | Wei Li |
2016-01-11 | Roll DEPS for V8 to d95511c. | Lei Zhang |
2016-01-11 | Fix an uninitalized read in FPDFText_GetFontSize(). | Lei Zhang |
2016-01-11 | Tidy up shading patterns | Tom Sepez |
2016-01-11 | Use std::map as CPDF_Dictionary's underlying store. | Oliver Chang |
2016-01-08 | Switch most min/max macros to std::min/max. | Lei Zhang |
2016-01-08 | IWYU in core/src/fpdfapi/fpdf_page/pageint.h. | Lei Zhang |
2016-01-08 | Use unique_ptr in fpdf_page/. | Tom Sepez |
2016-01-08 | Remove a bunch of dead code. | Lei Zhang |
2016-01-08 | Fix infinite loop caused by parsing same indirect objects | Wei Li |
2016-01-08 | IWYU fix after commit c5a8933. | Lei Zhang |
2016-01-08 | Endless tidying in pageint.h | Tom Sepez |