X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=ChangeLog;h=fe688aea62ffd126c04cc6359c73f67df732eb70;hb=2c8f2e225edad376a726a8efe86923c20c6c2c01;hp=7e3fe8e08de527c41107d36bf62fb4cc88332ca4;hpb=47c91d465696106f108fcd3a688d024b6e517d4a;p=evince.git diff --git a/ChangeLog b/ChangeLog index 7e3fe8e0..fe688aea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,80 @@ +Fri May 20 02:00:03 2005 Nickolay V. Shmyrev + + * shell/ev-view.c: Use gdk_widget_queue_draw to remove + flickering on resize but still use gdk_window_scroll on + scrolling + +Fri May 20 01:46:57 2005 Jonathan Blandford + + * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p + option, #170458 + +Fri May 20 01:27:01 2005 Jonathan Blandford + + * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to + second page on page_changed if possible, #304669 + +Fri May 20 01:07:15 2005 Jonathan Blandford + + * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll + instead of gtk_widget_queue_draw. Massive speedups in scrolling. + +Fri May 20 01:05:10 2005 Jonathan Blandford + + * .cvsignore: + * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init), + (zoom_for_size_fit_width), (zoom_for_size_best_fit), + (ev_view_zoom_for_size_presentation), + (ev_view_zoom_for_size_continuous_and_dual_page), + (ev_view_zoom_for_size_continuous), + (ev_view_zoom_for_size_dual_page), + (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size): + * shell/ev-view.h: + * shell/ev-window.c: (update_view_size), + (ev_window_sizing_mode_changed_cb): + + Patch from Nickolay Shmyrev to handle + the scrollbars. It's not 100% right, but it's much closer. Kills + an infinite loop, #304769 + + +2005-05-18 Marco Pesenti Gritti + + * data/evince-ui.xml: + * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init): + * shell/ev-window.c: (set_view_actions_sensitivity): + + Make PgUp/Down behave like Space + +2005-05-18 Marco Pesenti Gritti + + * backend/ev-ps-exporter.c: (ev_ps_exporter_begin): + * backend/ev-ps-exporter.h: + * pdf/ev-poppler.cc: + * ps/ps-document.c: (ps_document_ps_export_begin): + * shell/ev-print-job.c: (idle_print_handler): + + Adapt to new poppler api + +2005-05-18 Marco Pesenti Gritti + + * cut-n-paste/zoom-control/ephy-zoom-control.c: + (ephy_zoom_control_init): + + Translate zoom levels + +2005-05-18 Marco Pesenti Gritti + + * cut-n-paste/zoom-control/ephy-zoom.c: + (ephy_zoom_get_zoom_level_index): + + Fix current zoom -> zoom control match + +2005-05-18 James Bowes + + * shell/ev-window.c: (ev_window_init): Give focus to the ev-view, + rather than the scrolled_window that it's in. Fixes bug #304655. + Tue May 17 22:54:17 2005 Jonathan Blandford * shell/ev-view.c: (view_update_adjustments), @@ -231,6 +308,20 @@ Wed May 11 01:18:29 2005 Jonathan Blandford gone. Maybe there is a better way to cleanup reference handling in page action though... +2005-05-10 Juerg Billeter + + * backend/ev-ps-exporter.c: (ev_ps_exporter_begin): + * backend/ev-ps-exporter.h: + * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin): + * ps/ps-document.c: (ps_document_ps_export_begin): + + Change api to pass print range to ps_exporter_begin. The pdf backend + requires this information. + + * shell/ev-print-job.c: (idle_print_handler): + + Adapt to api change + 2005-05-10 Juerg Billeter * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),