X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=ChangeLog;h=642d196446ec7cb488f1afd79573e2093a84790a;hb=3f175f30d0eb1df7df8894c7ba0949e4cbd23e8f;hp=7e28e94b92805574d504fb48bea07b9852978140;hpb=c1ecd5af7022d14f69151860508d9603afa4e3af;p=evince.git diff --git a/ChangeLog b/ChangeLog index 7e28e94b..642d1964 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,127 @@ -2005-07-29 set REAL_NAME environment variable +2005-08-06 Kristian Høgsberg - reviewed by: + * backend/ev-selection.c: (ev_selection_render_selection): + * backend/ev-selection.h: + * pdf/ev-poppler.cc: + * shell/ev-jobs.c: (ev_job_render_new): + * shell/ev-jobs.h: + * shell/ev-pixbuf-cache.c: (get_selection_colors), + (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf): + * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out), + (ev_view_class_init): + + Change selection color on focus in and focus out events. Also, + poppler now uses GdkColor for specifying the selection colors, so + drop some awkward conversion code. + +2005-08-06 Yair Hershkovitz + + * configure.ac: Added Hebrew translation + +Sat Aug 6 01:12:44 2005 Jonathan Blandford + + * NOTES: + * backend/ev-selection.c: (ev_selection_render_selection): + * backend/ev-selection.h: + * pdf/ev-poppler.cc: + * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new), + (ev_job_render_run): + * shell/ev-jobs.h: + * shell/ev-pixbuf-cache.c: (dispose_cache_job_info), + (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed), + (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping), + (ev_pixbuf_cache_style_changed), + (ev_pixbuf_cache_get_selection_pixbuf), + (ev_pixbuf_cache_set_selection_list), + (ev_pixbuf_cache_get_selection_list): + * shell/ev-pixbuf-cache.h: + * shell/ev-utils.c: (ev_print_region_contents): + * shell/ev-utils.h: + * shell/ev-view.c: (ev_view_queue_draw_page), + (selection_update_idle_cb), (ev_view_motion_notify_event), + (ev_view_style_set), (draw_one_page), (ev_view_class_init), + (setup_caches), (ev_view_find_next), (merge_selection_region), + (selection_free): + * shell/ev-window.c: (ev_window_update_fullscreen_popup): + + Clean up selection to be much smoother! + +2005-08-05 Kristian Høgsberg + + * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors + to poppler_page_render_selection(). + +2005-08-05 Nickolay V. Shmyrev + + * ps/ps-document.c: (save_page_list): Use + unzipped document when printing. Thanks to + Colin Slater . Fix for bug + 311016. + +2005-08-03 Nickolay V. Shmyrev - * shell/ev-page-cache.c: (ev_page_cache_new): * shell/ev-window.c: (update_action_sensitivity): + + Disable print and save respect to lockdown gconf keys. Fix + for 312342. + +2005-08-03 Nickolay V. Shmyrev + + * configure.ac: + * shell/ev-utils.c: (rename_file), (set_umask_permissions), + (write_to_temp_file), (ev_file_set_contents): + * shell/ev-utils.h: + * shell/ev-window.c: (save_print_config_to_file): + + Copy-paste g_file_set_contents to keep compatibility with gtk 2.6 + Fix for bug 312238 + +2005-07-31 Christian Persch + + * shell/ev-window.c: (load_print_config_from_file), + (save_print_config_to_file), (ev_window_print_range): + + Persist the print settings. Fixes bug #311578. + +2005-07-31 Nickolay V. Shmyrev + + * djvu/djvu-document.c: (djvu_document_get_page_size), + (djvu_document_render_pixbuf), (djvu_document_document_iface_init), + (djvu_document_thumbnails_get_thumbnail): + * dvi/dvi-document.c: (dvi_document_get_page_size), + (dvi_document_render_pixbuf), (dvi_document_document_iface_init), + (dvi_document_thumbnails_get_dimensions), + (dvi_document_thumbnails_get_thumbnail): + * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size), + (pixbuf_document_render_pixbuf), + (pixbuf_document_document_iface_init), + (pixbuf_document_thumbnails_get_thumbnail): + + Update backends to make them build with new rotation system. + +2005-07-31 Nickolay V. Shmyrev + + * help/C/figures/evince_start_window.png: + + Update documentation image from Luca Ferretti + +Sat Jul 30 19:09:34 2005 Jonathan Blandford + + * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear): + * shell/ev-pixbuf-cache.h: + * shell/ev-sidebar-thumbnails.c: + (ev_sidebar_thumbnails_get_property), (add_range), + (adjustment_changed_cb): + * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the + pixbuf cache. Make thumbnailing work again. Also, fix bug where + we were thumbnailing the entire docment on startup, slowing us + down hugely. + +Fri Jul 29 23:14:28 2005 Jonathan Blandford + + * shell/ev-page-cache.c: (ev_page_cache_new): + * shell/ev-window.c: (update_action_sensitivity): Handle n_pages + == 0, fixes #310306. 2005-07-29 Marco Pesenti Gritti