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=c4a3ccebd3603ab927c239d82205bd595aeede65;hpb=d24b16f917ca749e9ffebbec8eca0ee791e1b67a;p=evince.git diff --git a/ChangeLog b/ChangeLog index c4a3cceb..cb0830ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,45 @@ +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: @@ -17,6 +59,7 @@ * 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.