]> www.fi.muni.cz Git - evince.git/commit
display an error if the document doesn't support find (better ideas?)
authorHavoc Pennington <hp@redhat.com>
Thu, 23 Dec 2004 03:09:00 +0000 (03:09 +0000)
committerHavoc Pennington <hp@src.gnome.org>
Thu, 23 Dec 2004 03:09:00 +0000 (03:09 +0000)
commitec2aa10ab1ec9246d6c35b90f5d1df372f39c732
treebed05e043e1cfbe54aa393b1986f736f70339769
parentca09e13c4411410140f24c9a0de61527685c9719
display an error if the document doesn't support find (better ideas?)

2004-12-22  Havoc Pennington  <hp@redhat.com>

* shell/ev-window.c (ev_window_cmd_edit_find): display an error if
the document doesn't support find (better ideas?)
(find_bar_search_changed_cb): handle missing document or document
that doesn't support find

* pdf/xpdf/pdf-document.cc: port to implement the new
EvDocumentFindIface

* backend/ev-document-find.c: create a new interface for searching

* backend/ev-document.h, backend/ev-document.c: delete the find stuff
ChangeLog
backend/Makefile.am
backend/ev-document.c
backend/ev-document.h
pdf/xpdf/pdf-document.cc
pixbuf/pixbuf-document.c
ps/gtkgs.c
shell/ev-view.c
shell/ev-window.c