summaryrefslogtreecommitdiff
path: root/poppler/Catalog.cc
AgeCommit message (Expand)AuthorFilesLines
2019-12-03Enable modernize-loop-convertAlbert Astals Cid1-2/+2
2019-12-02enable modernize-use-bool-literalsAlbert Astals Cid1-1/+1
2019-11-29Enable modernize-deprecated-headersAlbert Astals Cid1-2/+2
2019-04-05Use Ref::INVALID moreAlbert Astals Cid1-1/+1
2019-03-29Make Catalog::findPage just take a Ref instead of num and genAlbert Astals Cid1-2/+2
2019-02-28Add new util: pdfattachAlbert Astals Cid1-0/+81
2019-02-27Change Dict::lookupNF return a const &Albert Astals Cid1-3/+3
2019-02-27Make Annot::getNF and Dict::getNF return const & instead of copyAlbert Astals Cid1-4/+4
2018-12-06Replace Guint by unsigned intOliver Sander1-1/+1
2018-11-16Save Object::copy on Page constructionAlbert Astals Cid1-2/+2
2018-11-16Two Object::copy calls lessAlbert Astals Cid1-2/+1
2018-11-11Rename GooString::getCString GooString::c_strOliver Sander1-3/+3
2018-10-23Replace GBool, gTrue, and gFalse by bool, true, false, resp.Oliver Sander1-27/+27
2018-10-10Remove usage of pragmas interface and implementationAdam Reichold1-4/+0
2018-10-09Fix memory leak in Catalog by tracking pages (and page refs) using std::vecto...Adam Reichold1-60/+19
2018-09-21Remove MULTITHREADED build flag, i.e. always enable threading support based o...Adam Reichold1-5/+2
2018-09-21Replace GooMutex by std::recursive_mutex (and plain reference counter by std:...Adam Reichold1-7/+1
2018-08-23Add Adam's copyright for the last patchsetAlbert Astals Cid1-0/+1
2018-08-23Try to simplify Dict by implementing it in terms of std::vector and std::string.Adam Reichold1-1/+1
2018-08-19Don't give a warning when Marked value is falseAlbert Astals Cid1-4/+7
2018-04-05Add some more constAlbert Astals Cid1-2/+3
2018-01-14Remove declare but unused Object instancesAlbert Astals Cid1-1/+0
2018-01-08Run clang-tidy with modernize nullptrAlbert Astals Cid1-38/+38
2017-12-03Fix memory leak on error conditionAlbert Astals Cid1-0/+1
2017-11-03Update (C) for commits since last releaseAlbert Astals Cid1-1/+1
2017-10-21Fix remaining -Wundef warningsAdrian Johnson1-3/+3
2017-09-02Fix infinite recursion in NameTree parsing in broken filesAlbert Astals Cid1-3/+13
2017-05-12Make Dict incRef/decRef privateAlbert Astals Cid1-29/+11
2017-05-09New Object APIAlbert Astals Cid1-270/+113
2017-05-05Make Object free itself on init and destructionAlbert Astals Cid1-12/+17
2016-09-17Add functions for named destination name in name-dictMasamichi Hosoda1-0/+38
2016-09-17Add functions for named destination name in name-treeMasamichi Hosoda1-0/+13
2016-09-17Divide Catalog::findDest()Masamichi Hosoda1-7/+17
2015-09-20Catalog::cachePageTree(): recover from out of memory conditionEven Rouault1-3/+9
2015-09-20Catalog::getNumPages(): validate page countEven Rouault1-0/+12
2015-07-17More typo fixAlbert Astals Cid1-1/+1
2015-07-15Make sure pageRootRef is a ref before using itAlbert Astals Cid1-14/+18
2015-07-15Typo fix in warningAlbert Astals Cid1-1/+1
2015-01-08Accept malformed documents whose root is a Page instead of a PagesAlbert Astals Cid1-5/+32
2014-07-20printf -> errorEd Porras1-1/+2
2013-11-18Merge remote-tracking branch 'origin/poppler-0.24'Albert Astals Cid1-0/+12
2013-11-18Catalog: sort entries of NameTrees to make sure lookup worksJosé Aliste1-0/+12
2013-10-02Tagged-PDF: Implement parsing of StructTreeRootAdrian Perez de Castro1-15/+21
2013-08-24Update copyrightsAlbert Astals Cid1-0/+2
2013-08-24pdfinfo: indicate if pdf contains javascriptAdrian Johnson1-0/+26
2013-08-17Revert "Tagged-PDF: Accessors in Catalog for the MarkInfo dictionary"Albert Astals Cid1-45/+0
2013-08-17Tagged-PDF: Accessors in Catalog for the MarkInfo dictionaryAdrian Perez de Castro1-0/+45
2013-08-01Tagged-PDF: Accessors in Catalog for the MarkInfo dictionaryAdrian Perez de Castro1-0/+45
2013-06-09Merge remote-tracking branch 'origin/poppler-0.22'Albert Astals Cid1-2/+3
2013-06-09Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-2/+3