X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=ChangeLog;h=cb0830ab655eda9beee17880a30dc1fb3abc3ae4;hb=4afda26e15369c1ff2dbbdb132438f3cfaccb529;hp=4b96411ecf40cecf2b8d501303fef9329a31517f;hpb=a73a364ed185d1d933bd032debd1e37d31a1426b;p=evince.git diff --git a/ChangeLog b/ChangeLog index 4b96411e..cb0830ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,81 @@ +2007-12-25 Nickolay V. Shmyrev + + * shell/ev-view-private.h: + * shell/ev-view.c: (ev_view_drag_update_momentum), + (ev_view_scroll_drag_release), (ev_view_motion_notify_event), + (ev_view_button_release_event), (ev_view_destroy): + + Kinetic scrolling implemented as requested in + bug #461271. Thanks to David Turner . + +2007-12-23 Nickolay V. Shmyrev + + * data/evince-toolbar.xml: + * data/evince-ui.xml: + * shell/ev-view-private.h: + * shell/ev-view.c: (ev_view_handle_cursor_over_xy), + (ev_view_button_press_event), (ev_view_motion_notify_event), + (ev_view_button_release_event), (ev_view_init), + (ev_view_autoscroll_cb), (ev_view_autoscroll), + (ev_view_set_cursor): + * shell/ev-view.h: + * shell/ev-window.c: (ev_window_setup_action_sensitivity), + (ev_window_cmd_view_autoscroll): + + Autoscroll feature with the context menu. Fixes bug + #323670. Thanks to David Turner . + +2007-12-23 Carlos Garcia Campos + + * shell/ev-pixbuf-cache.c: (check_job_size_and_unref): + + Disconnect also page-ready signal when removing a job because the + page size has changed. Thanks to kripken + . + +2007-12-21 Nickolay V. Shmyrev + + * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item): + + Scroll pages in page entry with mouse wheel. Fixes bug + #324122. Thanks to David Turner . + +2007-12-20 Carlos Garcia Campos + + * backend/dvi/Makefile.am: + * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps), + (mdvi_cairo_device_init): + * backend/dvi/mdvi-lib/common.h: + * backend/dvi/mdvi-lib/mdvi.h: + * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special): + * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr), + (mdvi_build_path_from_cwd): + + Add ps specials support in dvi backend when libspectre is + present. Fixes bug #386005. + +2007-12-20 Carlos Garcia Campos + + * configure.ac: + * backend/ps/Makefile.am: + * backend/ps/ev-spectre.[ch]: + + Use libspectre, if available, for the ps backend. Fixes bugs + #317106, #499787, #501235, #421879, #445797, #443859 and #486547. + +2007-12-18 Yaakov Selkowitz + + * backend/comics/comics-document.c: (comics_document_load): + + Cygwin build issue fix. + +2007-12-16 Carlos Garcia Campos + + * shell/ev-view.c: (ev_view_set_zoom): + + Do not limit the minimum zoom factor when sizing mode is best bit + or fit width. Fixes bug #503805. + 2007-12-14 Carlos Garcia Campos * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):