summaryrefslogtreecommitdiff
path: root/poppler/ViewerPreferences.cc
AgeCommit message (Expand)AuthorFilesLines
2022-03-11Add readability-braces-around-statementsAlbert Astals Cid1-2/+4
2022-02-09Remove ViewerPreferences::initAlbert Astals Cid1-12/+1
2020-07-03Run clang-formatAlbert Astals Cid1-88/+84
2020-01-06Introduce Object::getBoolWithDefaultValueAlbert Astals Cid1-37/+9
2019-12-02Enable modernize-use-emplaceAlbert Astals Cid1-1/+1
2019-04-03Read PrintPageRange viewer preferenceMarek Kasik1-0/+24
2019-04-03Read NumCopies viewer preferenceMarek Kasik1-0/+8
2019-04-03Read PickTrayByPDFSize viewer preferenceMarek Kasik1-0/+7
2018-10-23Replace GBool, gTrue, and gFalse by bool, true, false, resp.Oliver Sander1-6/+6
2017-05-09New Object APIAlbert Astals Cid1-22/+21
2011-03-29viewer preferences: read PrintScaling and DuplexPino Toscano1-0/+24
2011-03-29assume the prefDict is not nullPino Toscano1-4/+0
2011-03-29fix variable name for DisplayDocTitlePino Toscano1-1/+1
2011-03-28viewer preferences: read NonFullScreenPageMode and DirectionPino Toscano1-0/+26
2011-03-28read some boolean viewer preferencesPino Toscano1-0/+41
2011-03-28add skeleton for ViewerPreferencesPino Toscano1-0/+30