summaryrefslogtreecommitdiff
path: root/poppler/Linearization.cc
AgeCommit message (Expand)AuthorFilesLines
2019-11-26Linearization: add const to functionsAlbert Astals Cid1-11/+11
2019-11-26Update (C)Albert Astals Cid1-0/+1
2019-11-26Do not recognized as linearized documents that lack a valid Linearized dictEven Rouault1-0/+2
2019-03-31Update (C) of previous commitsAlbert Astals Cid1-0/+1
2019-03-31Since a Parser cannot be used without a Lexer, make the Parser own the Lexer ...Adam Reichold1-1/+1
2018-12-06Replace Guint by unsigned intOliver Sander1-7/+7
2018-10-23Replace GBool, gTrue, and gFalse by bool, true, false, resp.Oliver Sander1-2/+2
2018-01-08Run clang-tidy with modernize nullptrAlbert Astals Cid1-8/+8
2017-05-09New Object APIAlbert Astals Cid1-37/+20
2015-08-24Fix bounds check in Linearization::getPageFirstJason Crain1-1/+2
2012-06-10Check value of first page in linearization tableHib Eris1-2/+2
2011-08-31xpdf303: error() changes, new param and formattingAlbert Astals Cid1-10/+10
2010-11-19Correct parsing of linearization tableHib Eris1-3/+1
2010-11-10Linearization improvementsHib Eris1-0/+224