]> www.fi.muni.cz Git - evince.git/blobdiff - ChangeLog
Make dialog transient so it doesnt block other windows
[evince.git] / ChangeLog
index 956c37718e725e646cb451f5d0a54c4f947ec37c..c5722040e198b3eadfb1e52a0b67c1652121a40f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,79 @@
+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: 
+       
+       Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
+
 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
 
        * backend/ev-link.c: (ev_link_new_page_xyz):