X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=ce3adcbce9192189c4edc53921b81efa1583356e;hb=217797d63b2d3b1c9a7a0511af1bbf3d99f0d482;hp=eebc0bcd803d5591af22f50440859acde771c8a3;hpb=3588349bcec38d0915a8e1f0ea3949d683c4eb8c;p=evince.git diff --git a/ChangeLog b/ChangeLog index eebc0bcd..ce3adcbc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,119 @@ +2007-06-13 Carlos Garcia Campos + + * backend/dvi/dvi-document.c: (dvi_document_render), + (dvi_document_render_pixbuf), (dvi_document_document_iface_init): + * backend/impress/impress-document.c: + (imp_render_get_from_drawable), (impress_document_render_pixbuf), + (impress_document_render), (impress_document_document_iface_init), + (impress_document_thumbnails_get_thumbnail): + * backend/djvu/djvu-document-private.h: + * backend/djvu/djvu-document.c: (djvu_document_render), + (djvu_document_finalize), (djvu_document_document_iface_init), + (djvu_document_thumbnails_get_thumbnail), (djvu_document_init): + * backend/tiff/tiff-document.c: (tiff_document_render), + (tiff_document_render_pixbuf), + (tiff_document_document_iface_init): + * backend/pdf/ev-poppler.cc: (pdf_document_render), + (pdf_document_render_pixbuf), (pdf_document_document_iface_init), + (pdf_selection_render_selection): + * backend/comics/comics-document.c: + (comics_document_render_pixbuf), (comics_document_render), + (comics_document_document_iface_init): + * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render), + (pixbuf_document_document_iface_init): + * libdocument/ev-document-misc.[ch]: + (ev_document_misc_surface_from_pixbuf), + (ev_document_misc_surface_rotate_and_scale): + * libdocument/ev-document.[ch]: (ev_document_render): + * libdocument/ev-selection.[ch]: (ev_selection_render_selection): + * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info), + (move_one_job), (copy_job_to_job_info), (add_job_if_needed), + (ev_pixbuf_cache_get_surface), (new_selection_surface_needed), + (clear_selection_if_needed), (ev_pixbuf_cache_style_changed), + (ev_pixbuf_cache_get_selection_surface), (clear_job_selection): + * shell/ev-jobs.[ch]: (ev_job_render_dispose), + (render_finished_cb), (ev_job_render_run): + * shell/ev-view.c: (draw_loading_text), (draw_one_page), + (merge_selection_region): + + Use cairo image surfaces instead of GDK pixbufs for drawing pages + and selections. + +2007-06-12 Carlos Garcia Campos + + * shell/ev-window-title.c: (ev_window_title_update): + + Fix memory leak. + +2007-06-09 Carlos Garcia Campos + + * shell/ev-view.c: (draw_loading_text): + + Show loading text centered. Fixes bug #433061 + +2007-06-09 Carlos Garcia Campos + + * shell/ev-sidebar-thumbnails.c: + (ev_sidebar_thumbnails_set_loading_icon): + + Remove a mutex in the main thread that blocks the UI in heavy + documents. + +2007-06-09 Carlos Garcia Campos + + * shell/ev-pixbuf-cache.c (copy_job_to_job_info): + + Set points_set to TRUE so that selections don't disappear after a + zoom change. + +2007-06-07 Michael Monreal + + * data/icons/16x16/actions/Makefile.am: + * data/icons/16x16/actions/zoom.svg: + * data/icons/22x22/actions/Makefile.am: + * data/icons/22x22/actions/zoom.svg: + * data/icons/24x24/actions/Makefile.am: + * shell/ev-stock-icons.c: + * shell/ev-stock-icons.h: + * shell/ev-window.c: + + Zoom icon artwork. See bug #444795. + +2007-06-05 Bastien Nocera + + * shell/ev-metadata-manager.c: Remove extraneous function + (Closes: #444386) + +2007-06-05 Bastien Nocera + + * shell/ev-metadata-manager.c: (ev_metadata_manager_init), + (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last), + (ev_metadata_manager_set), (ev_metadata_manager_save): + Simplify the timeout, no need for modified anymore + +2007-06-05 Bastien Nocera + + * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout), + (ev_metadata_manager_init), (ev_metadata_manager_shutdown), + (ev_metadata_manager_set_last), (ev_metadata_manager_set), + (ev_metadata_manager_save): Adapted patch from Arjan van de + Ven (arjan@linux.intel.com) to avoid the timeout running all the + time, saves on power (Closes: #443851) + +2007-06-02 Carlos Garcia Campos + + * configure.ac: + * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images), + (pdf_selection_render_selection), (pdf_document_get_page_duration): + + Bump requirements to poppler 0.5.9 and drop all ifdefs used. + +2007-05-25 Nickolay V. Shmyrev + + * shell/ev-window.c: (ev_window_add_history): + + Check if history is NULL + 2007-05-25 Carlos Garcia Campos * libdocument/ev-image.c: (ev_image_finalize):