Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/help/reference/libview/libevview.types
Commit message (Collapse)AuthorAgeFilesLines
* [docs] Modernise API docsChristian Persch2010-02-041-10/+20
| | | | | Use no-tmpl gtk-doc option. Use xi:include, add index and object hierarchy, etc.
* [libview] Split EvPixbufCache into dynamic and static dataCarlos Garcia Campos2009-12-091-1/+1
| | | | | | | | | Dynamic page data (page surfaces and selections) that depend on current scale/rotation, keep in EvPixbufCache with the current cache approach. Static page data (links, annots, images, text and forms) that don't depend on current scale/rotation, have been moved to EvPageCache and they are never removed from the cache. Fixes bgo#602405.
* Fix docs buildChristian Persch2009-10-201-1/+0
|
* Split API documentation into libdocument, libview and shell. RequiredCarlos Garcia Campos2009-02-011-0/+20
2009-02-01 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * help/reference/Makefile.am: * help/reference/libdocument/Makefile.am: * help/reference/libdocument/libevdocument-docs.sgml: * help/reference/libdocument/libevdocument.types: * help/reference/libdocument/version.xml.in: * help/reference/libview/Makefile.am: * help/reference/libview/libevview-docs.sgml: * help/reference/libview/libevview.types: * help/reference/libview/version.xml.in: * help/reference/shell/Makefile.am: * help/reference/shell/evince-docs.sgml: * help/reference/shell/evince.types: * help/reference/shell/tmpl/dummy.sgml: * help/reference/shell/version.xml.in: Split API documentation into libdocument, libview and shell. Required gtk-doc files has been added, but API docs still need to be completed and improved. Fixes bug #568465. svn path=/trunk/; revision=3401