]> www.fi.muni.cz Git - evince.git/blobdiff - ChangeLog
Take all pages in consideration, not just current one
[evince.git] / ChangeLog
index 9e306804b883cc620f838b9338db5e56474e35ed..8208ec9e7908185dc58745b07e32dbf669354274 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,159 @@
+2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
+
+       * shell/ev-view.c: (ev_view_can_find_next):
+
+       Take all pages in consideration, not just current one
+
+2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
+
+       * 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  <mpg@redhat.com>
+
+       * 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  <mpg@redhat.com>
+
+       * shell/ev-window-title.c: (ev_window_title_set_document):
+
+       Missing null check
+
+2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * 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  <uws+gnome@xs4all.nl>
+
+       * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
+       
+       Make close button default. Fix for 316383.
+
+2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
+       
+       Mark close button as default. Fix for 316381.
+
+2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
+
+       * backend/ev-link.c: (ev_link_class_init):
+
+       Allow negative doubles in left/top properties
+
+2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
+
+       * shell/ev-window.c:
+
+       Remove a bunch of strings that was used only
+       by the statusbar.
+
+2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
+
+       * 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  <mpg@redhat.com>
+
+       * 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  <mpg@redhat.com>
+
+       * 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  <nshmyrev@yandex.ru>
+
+       * pdf/ev-poppler.cc:
+       
+       Fix pdf thumbnails rendering.
+
+2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
+
+       * shell/ev-window.c: (fullscreen_set_timeout):
+       
+       Increase timeout to hide full screen popup. Bug 
+       316123. 
+
+2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * data/evince.schemas.in:
+       * shell/ev-window.c: (update_action_sensitivity):
+
+       Allow the user to override document restrictions. Fix for bug
+       305818.
+
+2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
+
+       * shell/ev-window.c: (ev_window_update_fullscreen_popup),
+       (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
+       (ev_window_class_init): Fix multihead behaviour of fullscreen
+       toolbar popup. Fixes bug #315451.
+
+2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * configure.ac:
+       * data/evince-password.glade:
+       * shell/ev-password.c: (ev_password_dialog_set_property),
+       (ev_password_dialog_finalize), (ev_password_dialog_class_init),
+       (ev_password_dialog_init), (ev_password_set_bad_password_label),
+       (ev_password_dialog_entry_changed_cb),
+       (ev_password_dialog_entry_activated_cb),
+       (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
+       (ev_password_search_in_keyring), (ev_password_dialog_get_password),
+       (ev_password_dialog_set_bad_pass):
+       * shell/ev-password.h:
+       * shell/ev-window.c: (password_dialog_response),
+       (ev_window_popup_password_dialog):
+       
+       Support for gnome-keyring for encrypted PDF's.
+
+2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
+       (ev_view_motion_notify_event), (ev_view_leave_notify_event),
+       (ev_view_enter_notify_event), (ev_view_class_init):
+       
+       More precise handling of enter_notify/leave_notify events
+       in EvView. Fix for bug 315470.
+
+2005-09-08  Christopher Aillon  <caillon@redhat.com>
+
+       * shell/ev-window.c: (fullscreen_timeout_cb),
+       (fullscreen_set_timeout), (fullscreen_clear_timeout),
+       (ev_window_dispose):
+
+       leak fix: unref fullscreen_timeout_source before clearing it
+
 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
 
         * configure.ac, dvi/mdvi/Makefile.am: