X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=ChangeLog;h=f945ee48abbfe040441aae7e469a5b4e9a5ac2c0;hb=c087ebf90ee6c32656ae925d0c1682b427a21e7e;hp=bbff61939740a4330a21ddbf0a15e75a3e97bcbb;hpb=da64387d5d8e621105237d5e2e0318cdd09aa0d1;p=evince.git diff --git a/ChangeLog b/ChangeLog index bbff6193..f945ee48 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,181 @@ +2007-07-02 Carlos Garcia Campos + + * configure.ac: + * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection): + + Fix build with poppler 0.5.9. + +2007-07-01 Carlos Garcia Campos + + * shell/ev-sidebar-links.c: (job_finished_callback): + + Do not connect selection changed signal more than once. Fixes bug + #349433. + +2007-06-29 Carlos Garcia Campos + + * shell/ev-window.c: (ev_window_view_sidebar_cb): + + Do not change sidebar chrome flag when pressing F9 key in + presentation mode. + +2007-06-29 Carlos Garcia Campos + + * backend/pdf/ev-poppler.cc: + (pdf_document_thumbnails_get_dimensions): + + Make sure thumbnails width and height is not <= 0. Fixes a crash + with some pdf documents which have really small pages. + +2007-06-21 Cesar Fernandez + + * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page): + + Do not change current page when returning from black/white mode in + presentation. Fixes bug #415032. + +2007-06-17 Carlos Garcia Campos + + * shell/ev-window.c: (ev_window_clear_print_job): + + Clear gtk print job when job has finished. Fixes bug #447612. + +2007-06-13 Carlos Garcia Campos + + * shell/ev-pixbuf-cache.c: (job_finished_cb), + (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping), + (ev_pixbuf_cache_get_image_mapping), + (ev_pixbuf_cache_get_text_mapping): + + Redraw view every time we have a new pixbuf. Fixes bug #443587. + +2007-06-13 Carlos Garcia Campos + + * libdocument/ev-document.c: (ev_document_info_free): + + Fix memory leaks. + +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-09 Nickolay V. Shmyrev + + * shell/ev-window.c: (ev_window_add_history): + + Check if history is NULL + +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-05-19 Carlos Garcia Campos + + * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed): + + Update cursor and tooltip on page change and view scroll. Fixes bug + #439217. + +2007-05-14 Carlos Garcia Campos + + * backend/impress/zip.c: + Add missing ulong definition. + + * backend/ps/ps-interpreter.c: + Add missing headers. + + Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277. + +2007-05-14 Carlos Garcia Campos + + * backend/pdf/ev-poppler.cc: (pdf_document_dispose): + + Add missing call to parent class dispose method. + +2007-03-07 Christian Kirbach + + * evince/data/Makefile.am: + + Also call update-icon-cache in uninstall-local (Gnome Goal #4). + +2007-04-22 Carlos Garcia Campos + + * shell/ev-window.c: (ev_window_setup_document), + (ev_window_set_document), (ev_window_load_job_cb): + * shell/ev-view.c: (setup_caches): + * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document): + + Start rendering pages before any other jobs. + +2007-04-10 Nickolay V. Shmyrev + + * NEWS: + * configure.ac: + + Update for release 0.8.1 + +2007-04-10 Nickolay V. Shmyrev + + * shell/ev-window.c: (setup_size_from_metadata): + + Do not make window bigger than screen. Fixes bug + #388985. + +2007-04-08 Carlos Garcia Campos + + * backend/tiff/tiff-document.c: (tiff_document_get_resolution), + (tiff_document_get_page_size), (tiff_document_render_pixbuf): + + Use default resolution when it's not provided by document. Fixes bug + #408762. + +2007-04-08 Carlos Garcia Campos + + * configure.ac: + * thumbnailer/Makefile.am: + * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get): + * thumbnailer/evince-thumbnailer.schemas.in: + * thumbnailer/evince-thumbnailer-ps.schemas.in: + + Add support for ps, eps and compressed documents thumbnails. Do not + ignore size parameter. + +2007-04-07 Ricardo Markiewicz + + * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb), + (dvi_document_do_color_special): + * backend/dvi/mdvi-lib/special.c: (register_builtin_specials): + + Implement font color specials in the DVI backend. Fixes bug #303651. + 2007-04-02 Matthias Clasen Fixup the previous commit: