X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=75746a05ac3fb6f4a3175e329e008ada4b274084;hb=ebe3e0a897cc51ccfb4f35619c600962900d709e;hp=637be95fb18b6ea9d0c710d7611733d0a6af655a;hpb=7e61f01904d12d53d6d3d9ec02e5c57e39959a6d;p=evince.git diff --git a/ChangeLog b/ChangeLog index 637be95f..75746a05 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,90 @@ +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 + to Joe Marcus Clark + + * shell/eggfindbar.c: (entry_activate_callback), + (entry_changed_callback), (egg_find_bar_init), + (egg_find_bar_set_search_string): + + Made findbar buttons unsensitive if there is no text in + entry. Fix for the bug 313285. + +2005-08-17 Carlos Garcia Campos + + * ps/ps-document.c: Use g_filename_display_name for displaying + filenames and revert string freeze breackage + +2005-08-17 Marco Pesenti Gritti + + * NEWS: + * configure.ac: + + Update for 0.3.4 + + * shell/Makefile.am: + + Add ev-application-service.xml to extra dist + + * shell/ev-view.c: (find_page_at_location): + + Remove unused function (fix warning) + 2005-08-17 Nickolay V. Shmyrev * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),