]> www.fi.muni.cz Git - evince.git/commit
Add pixbuf backend.
authorAnders Carlsson <andersca@gnome.org>
Wed, 22 Dec 2004 17:20:51 +0000 (17:20 +0000)
committerAnders Carlsson <andersca@src.gnome.org>
Wed, 22 Dec 2004 17:20:51 +0000 (17:20 +0000)
commit809ca307a8b35886451648e3ae7d794a2a20c63e
treea48805304c801665a9b456e1114dd28d1f0fa734
parent8e30e595ac2d7f976bfab060dbc03595358431fb
Add pixbuf backend.

2004-12-22  Anders Carlsson  <andersca@gnome.org>

* Makefile.am:
* configure.ac:
* pixbuf/Makefile.am:
* pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
(pixbuf_document_load), (pixbuf_document_get_n_pages),
(pixbuf_document_set_page), (pixbuf_document_get_page),
(pixbuf_document_set_target), (pixbuf_document_set_scale),
(pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
(pixbuf_document_render), (pixbuf_document_begin_find),
(pixbuf_document_end_find), (pixbuf_document_finalize),
(pixbuf_document_class_init),
(pixbuf_document_document_iface_init), (pixbuf_document_init):
* pixbuf/pixbuf-document.h:
* shell/Makefile.am:
* shell/ev-application.c: (ev_application_open):
* shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
(ev_window_open):
Add pixbuf backend.
Makefile.am
configure.ac
pixbuf/Makefile.am [new file with mode: 0644]
pixbuf/pixbuf-document.c [new file with mode: 0644]
pixbuf/pixbuf-document.h [new file with mode: 0644]
shell/Makefile.am
shell/ev-application.c
shell/ev-window.c