Age | Commit message (Expand) | Author |
2016-01-21 | Redo CPDF_PageObjects - part 1 | Tom Sepez |
2016-01-21 | Rename CPDF_PageContentGenerate to CPDF_PageContentGenerator. | 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 | 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 | Fix the way FT headers are included | Lei Zhang |
2016-01-14 | Loose checking for trailer's size field | Wei Li |
2016-01-14 | Correct the way to count pages and to avoid infinite loop | Wei Li |
2016-01-13 | Fix another invalidated iterator issue while traversing CPDF_Dictionary. | Oliver Chang |
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 | 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 | 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 | 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 |
2016-01-08 | Clean up misc nits found while fixing bugs. | Lei Zhang |
2016-01-07 | Make m_pStockMap a real map. | Tom Sepez |
2016-01-07 | Cleanup includes, comments, and unused code | Wei Li |
2016-01-06 | Change CPDF_SyntaxParser::GetNextWord() to not pass by non-const ref. | Lei Zhang |
2016-01-05 | Replace CPDF_SortObjNumArray with a std::set. | Lei Zhang |
2016-01-05 | Remove header files that only have includes. | Lei Zhang |
2016-01-05 | Fix a few uses of default arguments. | Lei Zhang |
2016-01-05 | Fix an infinite loop in CPDF_Parser::RebuildCrossRef(). | Lei Zhang |
2016-01-05 | Make more CPDF_Parser method const. | Lei Zhang |
2016-01-05 | Exit infinite loops for cross reference loading | Wei Li |
2016-01-04 | Remove CPDF_Creator::m_ObjectSize, it's never read from.chromium/2615chromium/2614chromium/2613 | Lei Zhang |
2015-12-29 | Fix partial information printed with blank window covering the centerchromium/2612chromium/2611chromium/2610chromium/2609chromium/2608chromium/2607 | Jun Fang |
2015-12-29 | Change the generation number from 65536 to 65535 in the free entry of cross-r... | Jun Fang |
2015-12-24 | Fix another regression from commit f6dafc9. | Lei Zhang |
2015-12-24 | Switch from nonstd::unique_ptr to std::unique_ptr. | Lei Zhang |
2015-12-24 | Call CheckLinearizedFirstPage() when loading the first linearized page.chromium/2602 | Lei Zhang |
2015-12-24 | Fix crash from commit f6dafc9. | Lei Zhang |
2015-12-24 | Fix failed JPX image rendering | Jun Fang |
2015-12-22 | IWYU fix for commit ba2586d2c0a5.chromium/2601chromium/2600 | Lei Zhang |
2015-12-22 | Start using allowed C++11 features. | Lei Zhang |
2015-12-22 | Revert "Cleanup: Remove unused CFX_PSRenderer and various encoders it used." | Lei Zhang |
2015-12-22 | Cleanup: Remove unused CFX_PSRenderer and various encoders it used. | Lei Zhang |