X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=ChangeLog;h=75746a05ac3fb6f4a3175e329e008ada4b274084;hb=ebe3e0a897cc51ccfb4f35619c600962900d709e;hp=3f96e10caad8f8c36418cd4a2a95a61c8db9446c;hpb=6b8fbfe2f3acb42e9dba650fcb1172c8aa02ba16;p=evince.git diff --git a/ChangeLog b/ChangeLog index 3f96e10c..75746a05 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,58 @@ +2005-08-24 Kristian Høgsberg + + * configure.ac: Bump poppler requirement to 0.4.1. + + * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation + argument to poppler_page_render_selection() call. + +2005-08-24 Nickolay V. Shmyrev + + * djvu/djvu-document.c: (djvu_document_render_pixbuf), + (djvu_document_thumbnails_get_thumbnail): + * dvi/dvi-document.c: (dvi_document_render_pixbuf), + (dvi_document_thumbnails_get_thumbnail): + * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf), + (pixbuf_document_thumbnails_get_thumbnail): + * tiff/tiff-document.c: (tiff_document_render_pixbuf): + + Update rotation direction of backends to fit with pdf and ps. + +2005-08-24 Marco Pesenti Gritti + + * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf): + * backend/ev-async-renderer.h: + * ps/ps-document.c: (ps_document_init), (setup_pixmap), + (setup_page), (ps_document_get_page_size), + (ps_async_renderer_render_pixbuf): + * ps/ps-document.h: + * shell/ev-jobs.c: (ev_job_render_run): + + Fix orientation in the postscript document + +2005-08-23 Marco Pesenti Gritti + + * pdf/ev-poppler.cc: + * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event): + * shell/ev-view.c: (highlight_find_results): + + Adapt to the new poppler rotation API. Fix text maps on landscape + documents. + +Sat Aug 20 17:13:48 2005 Jonathan Blandford + + * shell/ev-view.c (compute_new_selection_text): get the correct + region when selecting in modes other than continuous. + +Sat Aug 20 13:10:01 2005 Jonathan Blandford + + * shell/main.c (main): remove redundant g_warnings. + +2005-08-19 Nickolay V. Shmyrev + + * shell/Makefile.am: Don't include autogenerated + file ev-application-service.h into distribution, since + it causes dbus crash. Fix for bugs 313724 and 313443. + 2005-08-18 Nickolay V. Shmyrev * configure.ac: Fix sed expression for FreeBSD. Thanks