]> www.fi.muni.cz Git - evince.git/blobdiff - ChangeLog
ooops. Fix ChangeLog. Sorry.
[evince.git] / ChangeLog
index c18b42d969786c8f12d170639ed414198542408d..c917278e0bbfe317d6ce68a3872a3026a2c4445f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,105 @@
+2005-04-18  Paolo Borelli  <pborelli@katamail.com>
+
+       * shell/ev-stock-icons.c: constify some vars.
+       * shell/ev-window.c: ditto.
+
+2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
+
+       * ps/ps-document.c (get_page_orientation):
+
+       Respect document orientation 
+
+2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * djvu/Makefile.am:
+       * dvi/Makefile.am:
+       * shell/Makefile.am:
+       
+       Move library dependencies to components.
+       
+       * shell/ev-window.c: (update_window_title),
+       (start_loading_document):
+       
+       Fix display of uris with spaces. Bug 168358.
+
+Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
+
+       * shell/ev-sidebar-links.c: (selection_changed_cb):
+       * shell/ev-view.c: (ev_view_finalize), (go_to_link),
+       (ev_view_button_release_event), (ev_view_set_document):
+       * shell/ev-view.h:
+       * shell/ev-window.c: (find_bar_search_changed_cb):
+       * shell/ev-window.h: Minor cleanups removing some dead code.
+
+2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * backend/ev-page-cache.c: (_ev_page_cache_new):
+       
+       Set current page to 0 if document has pages.
+
+2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
+
+       * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
+
+       Initialize GError to NULL, fix a crash when loading fails.
+
+2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
+
+       * shell/ev-window.c: (update_view_size):
+
+       Calculate shadow size only when there is actually
+       a shadow.
+
+2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
+
+       * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
+       * shell/ev-view.h:
+
+       Allow setting view spacing, default to 0
+
+       * shell/ev-window.c: (ev_window_unfullscreen),
+       (ev_window_cmd_view_fullscreen), (ev_window_init):
+
+       Remove spacing in fullscreen mode
+
+2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
+
+       * shell/ev-view.c: (compute_border), (compute_zoom_factor),
+       (ev_view_size_request), (expose_bin_window),
+       (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
+       * shell/ev-view.h:
+       * shell/ev-window.c: (ev_window_unfullscreen),
+       (ev_window_cmd_view_fullscreen):
+
+       Do not draw the border in fulscreen
+
+2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
+
+       * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
+       (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
+       (find_page_at_location), (page_changed_cb):
+
+       Rework border calculation, so that I can more easily disable it.
+       Code somewhat cleaner too.
+
+2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
+
+       * backend/ev-page-cache.c: (ev_page_cache_init),
+       (_ev_page_cache_new):
+
+       Remove some assertions, documents can have 0 pages.
+       Make initial current page -1.
+
+       * shell/ev-page-action.c: (page_changed_cb):
+
+       Show "" if current page is -1
+
+       * shell/ev-window.c: (update_action_sensitivity),
+       (ev_window_setup_document):
+
+       When document has 0 pages do not set the view
+       and make nearly everything insensitive.
+
 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
 
        * shell/ev-page-view.c: