Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview/ev-document-model.c
Commit message (Collapse)AuthorAgeFilesLines
* Update FSF address everywhere.Arun Persaud2010-04-051-1/+1
| | | | | | | | updated where 'git grep Temple' showed an old address, not including po-files. Fixes bug# 514607. Signed-off-by: Arun Persaud <arun@nubati.net>
* [libview] Make inverted_colors a guint instead of a gbooleanCarlos Garcia Campos2009-12-131-1/+1
|
* [libdocument] Add inverted-color property to EvDocumentModelJuanjo MarĂ­n2009-11-291-0/+38
| | | | See bgo#321823.
* [libview] Add continuous, dual-page and fullscreen properties to EvDocumentModelCarlos Garcia Campos2009-09-151-1/+118
|
* Remove EvPageCache and use EvDocumentModel insteadCarlos Garcia Campos2009-09-151-0/+416
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.