X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=174307575ee8df8acee6eff2faaf9171aa62a8fd;hb=42b564fbe75f6bf69ba4a3cead8dd1214481df7c;hp=36534b8e267a7b89cd30a0521732f363513fbcb9;hpb=1b553f2b8c0b409ff4a5c93d4341df6e4bfb4b61;p=evince.git diff --git a/ChangeLog b/ChangeLog index 36534b8e..17430757 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,85 @@ +2005-07-03 Nickolay V. Shmyrev + + * shell/ev-view.c: (scroll_to_current_page), + (ev_view_set_fullscreen), (ev_view_set_presentation): + + Scroll to current page when exit from presentation + +2005-07-03 Nickolay V. Shmyrev + + * shell/ev-window.c: (update_document_mode), + (ev_window_run_fullscreen), (ev_window_stop_fullscreen), + (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation), + (ev_window_cmd_view_presentation), (ev_window_cmd_escape): + + Exit from fullscreen mode when switch to presentation. Fix for + bug 309365 + +2005-07-02 Matthew S. Wilson + + * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf): + return NULL if the document does not implement the selection + interface. + +2005-07-02 Matthew S. Wilson + + * tiff/tiff-document.c (tiff_document_get_page_size): scale the + reported height by using the resolution aspect ratio + (tiff_document_render_pixbuf): scale the pixbuf using the + resolution aspect ratio + +2005-07-01 Nickolay V. Shmyrev + + * configure.ac: + + Require libgnomeprint >= 2.5.1. Thanks to Colin Slater + + + * djvu/djvu-document.c: (djvu_document_get_orientation), + (djvu_document_set_orientation), (djvu_document_get_page_size), + (rotate_pixbuf), (djvu_document_render_pixbuf), + (djvu_document_document_iface_init): + * dvi/dvi-document.c: (dvi_document_get_orientation), + (dvi_document_set_orientation), (dvi_document_get_page_size), + (rotate_pixbuf), (dvi_document_render_pixbuf), + (dvi_document_document_iface_init): + + Dvi and djvu backends are ported to new API + +Fri Jul 1 00:10:15 2005 Jonathan Blandford + + * backend/ev-selection.c: (ev_selection_get_selection_region), + (ev_selection_get_selection_map): + * backend/ev-selection.h: + * pdf/ev-poppler.cc: + * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run): + * shell/ev-jobs.h: + * shell/ev-pixbuf-cache.c: (dispose_cache_job_info), + (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed), + (ev_pixbuf_cache_get_text_mapping): + * shell/ev-pixbuf-cache.h: + * shell/ev-view.c: (location_in_text), + (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam + support to EvView. Now we can see where we can select! Sweet! + +2005-06-30 Kristian Høgsberg + + * shell/ev-view.c (ev_view_button_press_event): Fix + event->y + view->scroll_x typo. + +2005-06-30 Kristian Høgsberg + + * pdf/ev-poppler.cc: Adjust to poppler API changes; use a + sub-GdkPixbuf instead of passing dest_x and dest_y. + + * shell/ev-view.c: (view_point_to_doc_point), + (view_rect_to_doc_rect), (ev_view_button_press_event), + (ev_view_motion_notify_event), (compute_new_selection_rect), + (gdk_rectangle_point_in), (compute_new_selection_text), + (compute_selections): Update selection code to keep the selection + around as two points and not as a normalized rectangle, and fix + page level selection in two-column mode. + 2005-06-30 Alex Duggan * shell/ev-window.c: (window_configure_event_cb):