summaryrefslogtreecommitdiff
path: root/core/src/fpdfapi
AgeCommit message (Expand)Author
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-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 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-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-08Fix infinite loop caused by parsing same indirect objectsWei Li
2016-01-08IWYU fix after commit c5a8933.Lei Zhang
2016-01-08Endless tidying in pageint.hTom Sepez
2016-01-08Clean up misc nits found while fixing bugs.Lei Zhang
2016-01-07Make m_pStockMap a real map.Tom Sepez
2016-01-07Cleanup includes, comments, and unused codeWei Li
2016-01-06Change CPDF_SyntaxParser::GetNextWord() to not pass by non-const ref.Lei Zhang
2016-01-05Replace CPDF_SortObjNumArray with a std::set.Lei Zhang
2016-01-05Fix a few uses of default arguments.Lei Zhang
2016-01-05Fix an infinite loop in CPDF_Parser::RebuildCrossRef().Lei Zhang
2016-01-05Make more CPDF_Parser method const.Lei Zhang
2016-01-05Exit infinite loops for cross reference loadingWei Li
2016-01-04Remove CPDF_Creator::m_ObjectSize, it's never read from.chromium/2615chromium/2614chromium/2613Lei Zhang
2015-12-29Fix partial information printed with blank window covering the centerchromium/2612chromium/2611chromium/2610chromium/2609chromium/2608chromium/2607Jun Fang
2015-12-29Change the generation number from 65536 to 65535 in the free entry of cross-r...Jun Fang
2015-12-24Fix another regression from commit f6dafc9.Lei Zhang
2015-12-24Switch from nonstd::unique_ptr to std::unique_ptr.Lei Zhang
2015-12-24Call CheckLinearizedFirstPage() when loading the first linearized page.chromium/2602Lei Zhang
2015-12-24Fix crash from commit f6dafc9.Lei Zhang
2015-12-24Fix failed JPX image renderingJun Fang
2015-12-22IWYU fix for commit ba2586d2c0a5.chromium/2601chromium/2600Lei Zhang
2015-12-22Start using allowed C++11 features.Lei Zhang
2015-12-22Revert "Cleanup: Remove unused CFX_PSRenderer and various encoders it used."Lei Zhang
2015-12-22Cleanup: Remove unused CFX_PSRenderer and various encoders it used.Lei Zhang
2015-12-22Add ContainsKey() and ContainsValue() and use them where appropriate.Lei Zhang
2015-12-22Convert CPDF_Parser::m_CrossRef to a std::map.Lei Zhang
2015-12-18Get rid of a few CPDF_Object Create() methods and just use new instead.Lei Zhang
2015-12-18CPDF_ImageLoader::Load() unused.Tom Sepez
2015-12-18Merge to master: Remove CFX_MapPtrToPtr in CFX_PageRenderCacheTom Sepez
2015-12-18CPDF_QuickStretcher unused.Tom Sepez
2015-12-18Fix a memory leak in CPDF_DataAvail::CheckHintTablesOliver Chang
2015-12-18Correct return values in CPDF_HintTables::CheckPage()chromium/2596Jun Fang
2015-12-17Tidy CPDF_RenderContextTom Sepez
2015-12-16Make clang_warning_flags work for standalone builds.Lei Zhang