]> www.fi.muni.cz Git - evince.git/commit
Enanche the find interface to be really able to do multi page find.
authorMarco Pesenti Gritti <marco@gnome.org>
Sat, 29 Jan 2005 17:50:09 +0000 (17:50 +0000)
committerMarco Pesenti Gritti <marco@src.gnome.org>
Sat, 29 Jan 2005 17:50:09 +0000 (17:50 +0000)
commitae6a79781ff5126c19c84570277376f43158ec86
tree4c651919b908c727faeb2382349fcb94e8622054
parente3982b8f8ea505493dafd8be937bb574621b1a73
Enanche the find interface to be really able to do multi page find.

2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>

        * backend/ev-backend-marshalers.list:
        * backend/ev-document-find.c: (ev_document_find_base_init),
        (ev_document_find_cancel), (ev_document_find_page_has_results),
        (ev_document_find_get_n_results), (ev_document_find_get_result),
        (ev_document_find_get_progress), (ev_document_find_changed):
        * backend/ev-document-find.h:

        Enanche the find interface to be really able to do
        multi page find.

        * pdf/xpdf/pdf-document.cc:

        Implement

        * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
        (expose_bin_window), (ev_view_init),
        (ev_view_get_find_status_message), (find_changed_cb),
        (ev_view_set_document), (set_document_page):

        Adapt to the new interface. A few things are regressed sorry,
        I will finish it soon.
ChangeLog
backend/ev-backend-marshalers.list
backend/ev-document-find.c
backend/ev-document-find.h
pdf/xpdf/pdf-document.cc
shell/ev-view.c