X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=inline;f=ChangeLog;h=ecddb7258ec52e12724b11ba5238523905f12f38;hb=5ab351ff58ce0c38a084ab060548a4d04a2aedbf;hp=807f3aa98fa37a2d07d3c395680c3f9a8b1d0031;hpb=e69764da3aebb5017080dbe59747e2983e3a9788;p=evince.git diff --git a/ChangeLog b/ChangeLog index 807f3aa9..ecddb725 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,180 @@ +2005-09-22 Nickolay V. Shmyrev + + * shell/ev-password.c: (ev_password_item_created_callback), + (ev_password_dialog_save_password): + + Fix for bug 316972. Use async gnome-keyring API. + +2005-09-22 Christian Persch + + * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init): + Remove unused unrealize handler. Add scroll handling to + ev_view_scroll_event for presentation mode (bug #316708), + and fix the event state checks there. + +2005-09-22 Marco Pesenti Gritti + + * shell/ev-page-action.c: (page_changed_cb): + + "marco, maybe we should be crazy and jump right to 6! :)" + + Bryan Clark, Sep 2005 + +2005-09-22 Marco Pesenti Gritti + + * ps/ps-document.c: (save_document), (ps_document_save), + (ps_document_ps_export_begin), (ps_document_ps_export_do_page), + (ps_document_ps_export_end): + + Fix unstructured documents save and print + +2005-09-22 Marco Pesenti Gritti + + * shell/ev-application.c: (ev_application_open_uri): + + Fix window size persistance + +2005-09-22 Marco Pesenti Gritti + + * shell/ev-view.c: (ev_view_button_release_event): + + Based on a patch from carlosgc@gnome.org. Mouse buttons + switch pages in presentation mode. + +2005-09-19 Marco Pesenti Gritti + + * shell/ev-page-cache.c: (ev_page_cache_get_size): + + Dont cast to int before scaling + +2005-09-19 Marco Pesenti Gritti + + * backend/ev-link.c: (ev_link_type_get_type), + (ev_link_new_page_xyz), (ev_link_new_page_fit), + (ev_link_new_page_fith): + * backend/ev-link.h: + * pdf/ev-poppler.cc: + * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link): + + Implement FIT and FITH links + +2005-09-19 Marco Pesenti Gritti + + * pdf/ev-poppler.cc: + + Return 0 results when search is not in progress. + + * shell/ev-window.c: (ev_window_cmd_go_previous_page), + (ev_window_cmd_go_next_page), (find_bar_search_changed_cb): + + Update menu sensitivity when cancelling search + +2005-09-19 Marco Pesenti Gritti + + * shell/ev-view.c: (ev_view_can_find_next): + + Take all pages in consideration, not just current one + +2005-09-19 Marco Pesenti Gritti + + * shell/ev-page-cache.c: + * shell/ev-page-cache.h: + * shell/ev-view.c: (ev_view_binding_activated), + (ev_view_next_page), (ev_view_previous_page), + (ev_sizing_mode_get_type): + * shell/ev-view.h: + * shell/ev-window.c: (ev_window_cmd_go_previous_page), + (ev_window_cmd_go_next_page): + + Move page next/previous functions from page chace to + view and change it to move by 2 page steps in dual mode. + +2005-09-19 Marco Pesenti Gritti + + * shell/ev-window.c: (update_sidebar_visibility), + (setup_sidebar_from_metadata), (ev_window_setup_document), + (setup_view_from_metadata): + + Show the index by default when there is one + +2005-09-19 Marco Pesenti Gritti + + * shell/ev-window-title.c: (ev_window_title_set_document): + + Missing null check + +2005-09-17 Nickolay V. Shmyrev + + * shell/ev-view.c: (view_update_range_and_current_page): + + Allow display of last odd page in dual view. Fix for 316347. + +2005-09-17 Wouter Bolsterlee + + * shell/ev-window.c: (ev_window_cmd_edit_toolbar): + + Make close button default. Fix for 316383. + +2005-09-17 Nickolay V. Shmyrev + + * shell/ev-properties-dialog.c: (ev_properties_dialog_init): + + Mark close button as default. Fix for 316381. + +2005-09-16 Marco Pesenti Gritti + + * backend/ev-link.c: (ev_link_class_init): + + Allow negative doubles in left/top properties + +2005-09-16 Marco Pesenti Gritti + + * shell/ev-window.c: + + Remove a bunch of strings that was used only + by the statusbar. + +2005-09-16 Marco Pesenti Gritti + + * shell/ev-window-title.c: (get_filename_from_uri), + (ev_window_title_set_document): + + When title has a confusing extension, show also + the document filename inside () + +2005-09-16 Marco Pesenti Gritti + + * shell/Makefile.am: + * shell/ev-window-title.c: (ev_window_title_new), + (ev_window_title_update), (ev_window_title_set_type), + (ev_window_title_set_document), (ev_window_title_free): + * shell/ev-window-title.h: + * shell/ev-window.c: (ev_window_setup_document), + (password_dialog_response), (ev_window_popup_password_dialog), + (ev_window_dispose), (ev_window_init): + + Factor out and cleanup window title code + +2005-09-16 Marco Pesenti Gritti + + * shell/ev-window.c: (unable_to_load_dialog_response_cb), + (unable_to_load): + + Make dialog transient so it doesnt block other windows + +2005-09-13 Nickolay V. Shmyrev + + * pdf/ev-poppler.cc: + + Fix pdf thumbnails rendering. + +2005-09-13 Wouter Bolsterlee + + * shell/ev-window.c: (fullscreen_set_timeout): + + Increase timeout to hide full screen popup. Bug + 316123. + 2005-09-13 Nickolay V. Shmyrev * data/evince.schemas.in: