Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/help/reference
Commit message (Collapse)AuthorAgeFilesLines
* [build] Rename DATADIR with EVINCEDATADIRHib Eris2010-07-263-3/+3
| | | | | Defining DATADIR conflicts with win32 api (ObjIdl.h), so this define is renamed to EVINCEDATADIR.
* [doc] Fix shell api docs buildCarlos Garcia Campos2010-05-251-11/+5
|
* [doc] Fix build with gtk-doc enabledCarlos Garcia Campos2010-05-041-3/+2
|
* [doc] Fix a typoCarlos Garcia Campos2010-03-013-3/+3
|
* [help] Remove libmisc sources from GLOB to make distcheck passCarlos Garcia Campos2010-02-221-5/+2
|
* [docs] Modernise API docsChristian Persch2010-02-0416-339/+2350
| | | | | 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] Fix build with --enable-gtk-docCarlos Garcia Campos2009-10-261-2/+7
|
* [build] Remove gitignore files from gitChristian Persch2009-10-254-154/+0
| | | | They're autogenerated now.
* [build] Include git.mk in all MakefilesChristian Persch2009-10-224-1/+8
|
* [build] Automatically keep .gitignore files updatedChristian Persch2009-10-214-0/+154
| | | | Import git.mk.
* Fix docs buildChristian Persch2009-10-201-1/+0
|
* Improve wording on reference docs front pageWouter Bolsterlee2009-10-061-33/+27
|
* [build] Fixes reference docs buildNickolay V. Shmyrev2009-06-152-2/+2
| | | | Second part of the commit
* Fix docs build when srcdir != builddirChristian Persch2009-06-113-0/+9
|
* [docs] Fixes documentation buildNickolay V. Shmyrev2009-05-031-3/+4
| | | | Libmisc sources are added to shell docs. Fixes GNOME bug #579671
* Fixes build && distcheckNickolay V. Shmyrev2009-02-024-39/+72
| | | | svn path=/trunk/; revision=3406
* Split API documentation into libdocument, libview and shell. RequiredCarlos Garcia Campos2009-02-0116-322/+572
| | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Renamed from evince-backend.pc.in. Renamed library to libevdocument.la.Christian Persch2009-01-251-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.ac: * evince-document.pc.in: Renamed from evince-backend.pc.in. * libdocument/Makefile.am: Renamed library to libevdocument.la. * libview/Makefile.am: * shell/Makefile.am: * backend/*/Makefile.am: Adapt to changed library name. * libdocument/Makefile.am: * libview/Makefile.am: Change the installed headers path to match the directory names in SVN. * evince-document.h: * evince-view.h: Add single headers. Bug #568227. * libdocument/*.h: * libview/*.h: Add single headers guards. * libview/Makefile.am: * libdocument/Makefile.am: * backend/*/Makefile.am: * help/reference/Makefile.am: Define EVINCE_COMPILATION, so we can still include individual headers. * properties/Makefile.am: * properties/ev-properties-main.c: * properties/ev-properties-view.h: * thumbnailer/Makefile.am: * thumbnailer/evince-thumbnailer.c: Include only evince-document.h. * libdocument/Makefile.am: * libview/Makefile.am: Generate type builtins from all installed headers. * libdocument/ev-link-action.[ch]: * libdocument/ev-link-dest.[ch]: * libdocument/ev-transition-effect.[ch]: * libview/ev-view.[ch]: Remove handcoded type builtins. * libdocument/Makefile.am: * evince-document.h: Add ev-document-factory.h to the public headers. svn path=/trunk/; revision=3381
* Bug 568171 – doc build failsChristian Persch2009-01-182-1/+8
| | | | svn path=/trunk/; revision=3354
* JobPrint is removedNickolay V. Shmyrev2009-01-051-1/+0
| | | | svn path=/trunk/; revision=3327
* Documentation build fixesNickolay V. Shmyrev2008-12-012-2/+1
| | | | svn path=/trunk/; revision=3284
* Fixes documentatoin buildNickolay V. Shmyrev2008-11-051-2/+0
| | | | svn path=/trunk/; revision=3258
* Reference build fixesNickolay V. Shmyrev2008-09-012-2/+1
| | | | svn path=/trunk/; revision=3137
* added missing libevmountoperation to gtkdoc-scanobj libraries. BugFrederic Peters2008-05-191-0/+1
| | | | | | | | | | 2008-05-19 Frederic Peters <fpeters@0d.be> * help/reference/Makefile.am: added missing libevmountoperation to gtkdoc-scanobj libraries. Bug #533896. svn path=/trunk/; revision=3035
* Update for release 2.21.91.Nickolay V. Shmyrev2008-02-111-2/+0
| | | | | | | | | | | 2008-02-12 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * configure.ac: Update for release 2.21.91. svn path=/trunk/; revision=2903
* Simplify image format selection on save.Nickolay V. Shmyrev2008-01-151-1/+0
| | | | | | | | | | | | | | | | | | | | | | | 2008-01-15 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * configure.ac: * cut-n-paste/Makefile.am: * cut-n-paste/fileformatchooser/Makefile.am: * cut-n-paste/fileformatchooser/egg-macros.h: * cut-n-paste/fileformatchooser/eggfileformatchooser.c: * cut-n-paste/fileformatchooser/eggfileformatchooser.h: * shell/Makefile.am: * shell/ev-utils.c: (file_chooser_dialog_add_writable_pixbuf_formats), (get_gdk_pixbuf_format_by_extension): * shell/ev-utils.h: * shell/ev-window.c: (ev_window_error_message), (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as): Simplify image format selection on save. svn path=/trunk/; revision=2827
* Includes library for file format into the list, fixes gtk-doc build.James Cloos2008-01-081-0/+1
| | | | | | | | | | 2008-01-04 James Cloos <cloos+gnome-evince-list@jhcloos.com> * reference/Makefile.am: Includes library for file format into the list, fixes gtk-doc build. svn path=/trunk/; revision=2813
* More news fixes and little gtk-doc fixNickolay V. Shmyrev2007-12-031-0/+1
| | | | svn path=/trunk/; revision=2760
* RemovedCarlos Garcia Campos2007-10-261-7/+0
| | | | | | | | | | | | | | | | 2007-10-26 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * cut-n-paste/Makefile.am: * cut-n-paste/recent-files/*: Removed * help/reference/Makefile.am: * shell/Makefile.am: * shell/ev-application.[ch]: (ev_application_shutdown), (ev_application_init): * shell/ev-window.c: (ev_window_add_recent), (ev_window_setup_recent), (ev_window_dispose), (ev_window_init): Bump requirements to gtk+ 2.10.0 and remove egg-recent code. svn path=/trunk/; revision=2722
* Updated index document.Nickolay V. Shmyrev2007-01-303-26/+174
| | | | | | | | | | | | | 2007-01-30 Nickolay V. Shmyrev <shmyrev@shadow.teleton> * reference/Makefile.am: * reference/evince-docs.sgml: * reference/evince.types: Updated index document. svn path=/trunk/; revision=2276
* Added subdirs to makefiles Nickolay V. Shmyrev2007-01-291-1/+1
| | | | svn path=/trunk/; revision=2274
* Added gtk-doc based documentation for Evince. Still in initial state but INickolay V. Shmyrev2007-01-295-0/+177
2007-01-29 Nickolay V. Shmyrev <shmyrev@shadow.teleton> * help/reference/* : * configure.ac: Added gtk-doc based documentation for Evince. Still in initial state but I hope it will grow. * configure.ac: Lower dbus requirement to 0.70 svn path=/trunk/; revision=2272