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=71f95d4097514f19ce44db0f7429117ef8665bf5;hpb=755adf12cff12b24acda4dc852df43e04ab7dfb7;p=evince.git diff --git a/ChangeLog b/ChangeLog index 71f95d40..ce3adcbc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,168 @@ +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): + * libdocument/ev-document-factory.c: (free_uncompressed_uri): + * libdocument/ev-attachment.c: (ev_attachment_finalize): + * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink), + (ev_tmp_uri_unlink): + + Add functions to delete temporary files created by evince in a safe + way. + + * shell/ev-window.c: (ev_window_clear_local_uri), + (open_xfer_update_progress_callback), + (save_xfer_update_progress_callback), (ev_window_save_remote), + (file_save_dialog_response_cb), (ev_window_cmd_save_as), + (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as), + (attachment_save_dialog_response_cb), + (ev_attachment_popup_cmd_save_attachment_as): + + Allow saving a copy of a document, image or attachment to a remote + location. Fixes bug #440754. + +2007-05-22 Carlos Garcia Campos + + * configure.ac: + * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection): + + Fix build with current poppler from cvs head. + +2007-05-21 Eduardo Lima + + * libdocument/ev-file-helpers.c: (ensure_dir_exists): + + Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the + directory exists. + +2007-05-20 Wouter Bolsterlee + + * shell/ev-sidebar.c: (ev_sidebar_add_page): + * shell/ev-window.c: + + Change sidebar ordering. Fixes bug #439939. + +2007-05-20 Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de + + * backend/comics/Makefile.am: + + Fixes build with --without-libgnome. + 2007-05-19 Carlos Garcia Campos * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):