summaryrefslogtreecommitdiff
path: root/poppler/ViewerPreferences.h
AgeCommit message (Collapse)AuthorFilesLines
2011-03-29fix commentPino Toscano1-1/+1
2011-03-29viewer preferences: read PrintScaling and DuplexPino Toscano1-0/+14
2011-03-28viewer preferences: read NonFullScreenPageMode and DirectionPino Toscano1-0/+15
2011-03-28read some boolean viewer preferencesPino Toscano1-0/+13
- HideToolbar - HideMenubar - HideWindowUI - FitWindow - CenterWindow - DisplayDocTitle
2011-03-28add skeleton for ViewerPreferencesPino Toscano1-0/+34
a small class for handling the ViewerPreferences dictionary of a Catalog, created on demand and in any occasion (so defaults are in one place only)