Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview/ev-document-model.h
Commit message (Collapse)AuthorAgeFilesLines
* [libdocument] Add inverted-color property to EvDocumentModelJuanjo MarĂ­n2009-11-291-0/+3
| | | | See bgo#321823.
* [libview] Add continuous, dual-page and fullscreen properties to EvDocumentModelCarlos Garcia Campos2009-09-151-0/+9
|
* Remove EvPageCache and use EvDocumentModel insteadCarlos Garcia Campos2009-09-151-0/+75
EvView is now another view for the common model EvDocumentModel. Now it's possible to have several windows for the same document without the symlink hack. Every window has its own model, while the document object is shared.