]> www.fi.muni.cz Git - evince.git/commit
Move EvView specific code to a libeviview library so that it can be
authorCarlos Garcia Campos <carlosgc@gnome.org>
Sun, 18 Jan 2009 11:53:54 +0000 (11:53 +0000)
committerCarlos Garcia Campos <carlosgc@src.gnome.org>
Sun, 18 Jan 2009 11:53:54 +0000 (11:53 +0000)
commit68d0fc3c59185065d9694ba3f8cb2665b984eb9f
tree1c3495114d26e1b9d201c557c351d5cf3996f925
parent51e1ae36121928f84940b8e8dcb317f87157933b
Move EvView specific code to a libeviview library so that it can be

2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>

* configure.ac:
* Makefile.am:
* libdocument/Makefile.am:
* libview/Makefile.am:
* libview/ev-job-scheduler.[ch]:
* libview/ev-jobs.[ch]:
* libview/ev-page-cache.[ch]:
* libview/ev-pixbuf-cache.[ch]:
* libview/ev-timeline.[ch]:
* libview/ev-transition-animation.[ch]:
* libview/ev-view-accessible.[ch]:
* libview/ev-view-marshal.list:
* libview/ev-view.[ch]:
* shell/Makefile.am:

Move EvView specific code to a libeviview library so that it can
be embbeded in other applications. Based on patches by Tomeu
Vizoso. Fixes bug #567751.

svn path=/trunk/; revision=3348
25 files changed:
ChangeLog
Makefile.am
configure.ac
libdocument/Makefile.am
libview/Makefile.am [new file with mode: 0644]
libview/ev-job-scheduler.c [moved from shell/ev-job-scheduler.c with 100% similarity]
libview/ev-job-scheduler.h [moved from shell/ev-job-scheduler.h with 100% similarity]
libview/ev-jobs.c [moved from shell/ev-jobs.c with 100% similarity]
libview/ev-jobs.h [moved from shell/ev-jobs.h with 100% similarity]
libview/ev-page-cache.c [moved from shell/ev-page-cache.c with 100% similarity]
libview/ev-page-cache.h [moved from shell/ev-page-cache.h with 100% similarity]
libview/ev-pixbuf-cache.c [moved from shell/ev-pixbuf-cache.c with 99% similarity]
libview/ev-pixbuf-cache.h [moved from shell/ev-pixbuf-cache.h with 100% similarity]
libview/ev-timeline.c [moved from shell/ev-timeline.c with 100% similarity]
libview/ev-timeline.h [moved from shell/ev-timeline.h with 100% similarity]
libview/ev-transition-animation.c [moved from shell/ev-transition-animation.c with 100% similarity]
libview/ev-transition-animation.h [moved from shell/ev-transition-animation.h with 100% similarity]
libview/ev-view-accessible.c [moved from shell/ev-view-accessible.c with 100% similarity]
libview/ev-view-accessible.h [moved from shell/ev-view-accessible.h with 100% similarity]
libview/ev-view-marshal.list [new file with mode: 0644]
libview/ev-view-private.h [moved from shell/ev-view-private.h with 100% similarity]
libview/ev-view.c [moved from shell/ev-view.c with 99% similarity]
libview/ev-view.h [moved from shell/ev-view.h with 99% similarity]
shell/Makefile.am
shell/ev-marshal.list