]> www.fi.muni.cz Git - evince.git/commit
Make searching work again.
authorKristian Høgsberg <krh@redhat.com>
Tue, 5 Apr 2005 00:40:58 +0000 (00:40 +0000)
committerKristian Høgsberg <krh@src.gnome.org>
Tue, 5 Apr 2005 00:40:58 +0000 (00:40 +0000)
commit5e6728daa9b09a76f2537f7c848123639165cd70
tree5025ca7e39a8b82ffecf70292de02360cf98973c
parent0278ffdb57c2e17e33acb52bb5569d746246f671
Make searching work again.

2005-04-04  Kristian Høgsberg  <krh@redhat.com>

        Make searching work again.

        * backend/ev-document.c:
        * backend/ev-document.h:
        * backend/ev-document-find.c:
        * backend/ev-document-find.h: Change EvDocumentIface so we no
        longer store the current page or zoom level in the document.  The
        consequence is that all calls that operate on the current page now
        instead take the page number as an extra argument, and all
        coordinates are now doubles in document coordinate system.

        * pdf/ev-poppler.cc:
        * pixbuf/pixbuf-document.c:
        * ps/ps-document.c: Update backends accordingly.
13 files changed:
ChangeLog
backend/ev-document-find.c
backend/ev-document-find.h
backend/ev-document.c
backend/ev-document.h
backend/ev-jobs.c
backend/ev-page-cache.c
pdf/ev-poppler.cc
pixbuf/pixbuf-document.c
ps/ps-document.c
shell/ev-view.c
shell/ev-view.h
shell/ev-window.c