]> www.fi.muni.cz Git - evince.git/commit
remove all references to old PdfView class (preferred_zoom_levels,
authorMartin Kretzschmar <mkretzschmar@src.gnome.org>
Sat, 9 Nov 2002 22:18:58 +0000 (22:18 +0000)
committerMartin Kretzschmar <mkretzschmar@src.gnome.org>
Sat, 9 Nov 2002 22:18:58 +0000 (22:18 +0000)
commit6badfcc114d83927dab777c1a3be60de06320045
tree26c904a5059d8d6ba607d5f4d868c7320cfd4b40
parentc8a16b3469cf57c02e49439073a60908b4a93f91
remove all references to old PdfView class (preferred_zoom_levels,

* xpdf/gpdf-control.cc: remove all references to old PdfView class
(preferred_zoom_levels, preferred_zoom_level_names): add more zoom
levels
(gc_zoom_level_from_index): kill
(gpdf_control_zoom_in, gpdf_control_zoom_out)
(gpdf_control_zoom_fit_width, gpdf_control_zoom_fit)
(gpdf_control_zoom_default, gc_zoomable_set_zoom_level_cb):
rewrite using GPdfView methods

* xpdf/gpdf-view.cc (gpdf_view_zoom_in, gpdf_view_zoom_fit)
(gpdf_view_zoom_fit_width): implement

* xpdf/gpdf-view.h: add zoom function prototypes

* xpdf/bonobo-application-x-pdf.cc (main):
* shell/gpdf.c (main): s/PACKAGE/GETTEXT_PACKAGE/ in *textdomain
functions

* xpdf/Makefile.am, goo/Makefile.am: fix distcheck
pdf/goo/Makefile.am
pdf/xpdf/Makefile.am