Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/help/reference/libview
Commit message (Collapse)AuthorAgeFilesLines
* [build] Rename DATADIR with EVINCEDATADIRHib Eris2010-07-261-1/+1
| | | | | Defining DATADIR conflicts with win32 api (ObjIdl.h), so this define is renamed to EVINCEDATADIR.
* [doc] Fix a typoCarlos Garcia Campos2010-03-011-1/+1
|
* [docs] Modernise API docsChristian Persch2010-02-045-77/+571
| | | | | 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.
* [build] Remove gitignore files from gitChristian Persch2009-10-251-44/+0
| | | | They're autogenerated now.
* [build] Include git.mk in all MakefilesChristian Persch2009-10-221-0/+2
|
* [build] Automatically keep .gitignore files updatedChristian Persch2009-10-211-0/+44
| | | | Import git.mk.
* Fix docs buildChristian Persch2009-10-201-1/+0
|
* [build] Fixes reference docs buildNickolay V. Shmyrev2009-06-151-0/+2
| | | | Second part of the commit
* Fix docs build when srcdir != builddirChristian Persch2009-06-111-0/+3
|
* Fixes build && distcheckNickolay V. Shmyrev2009-02-022-7/+11
| | | | svn path=/trunk/; revision=3406
* Split API documentation into libdocument, libview and shell. RequiredCarlos Garcia Campos2009-02-014-0/+148
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