summaryrefslogtreecommitdiff
path: root/poppler/PDFDocFactory.cc
AgeCommit message (Expand)AuthorFilesLines
2019-03-21Update (C) from last commitAlbert Astals Cid1-0/+1
2019-03-21Remove GooList completelyOliver Sander1-3/+2
2019-03-21Remove method GooList::getOliver Sander1-1/+1
2019-03-21Remove method deleteGooListOliver Sander1-1/+4
2019-03-21Make GooList a template typeOliver Sander1-3/+3
2019-03-21Remove method GooList::getLengthOliver Sander1-1/+1
2018-10-21Update (C)Albert Astals Cid1-0/+1
2018-10-05Remove GooList::append since the single element variant is std::vector::push_...Adam Reichold1-1/+1
2018-10-05Turn deleteGooList macro into a template to improve type checking and diagnos...Adam Reichold1-1/+1
2018-10-05Remove GooList::insert since the single caller actually needs only std::vecto...Adam Reichold1-3/+3
2017-11-03Update (C) for commits since last releaseAlbert Astals Cid1-0/+1
2017-10-21Fix remaining -Wundef warningsAdrian Johnson1-2/+2
2011-08-31xpdf303: error() changes, new param and formattingAlbert Astals Cid1-1/+1
2010-04-05Make some paremeters const & to clearly show we just read themAlbert Astals Cid1-3/+4
2010-04-05Add PDFDocFactoryHib Eris1-0/+71