X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=ChangeLog;h=c917278e0bbfe317d6ce68a3872a3026a2c4445f;hb=594edf9b1277d5ec88892c2ea02c2bdc2f2e8b0e;hp=c18b42d969786c8f12d170639ed414198542408d;hpb=a5542ba7635d06d7b4b8e94ea472f29cbf4d2c4e;p=evince.git diff --git a/ChangeLog b/ChangeLog index c18b42d9..c917278e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,105 @@ +2005-04-18 Paolo Borelli + + * shell/ev-stock-icons.c: constify some vars. + * shell/ev-window.c: ditto. + +2005-04-18 Marco Pesenti Gritti + + * ps/ps-document.c (get_page_orientation): + + Respect document orientation + +2005-04-17 Nickolay V. Shmyrev + + * 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 + + * 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 + + * backend/ev-page-cache.c: (_ev_page_cache_new): + + Set current page to 0 if document has pages. + +2005-04-16 Marco Pesenti Gritti + + * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get): + + Initialize GError to NULL, fix a crash when loading fails. + +2005-04-16 Marco Pesenti Gritti + + * shell/ev-window.c: (update_view_size): + + Calculate shadow size only when there is actually + a shadow. + +2005-04-16 Marco Pesenti Gritti + + * 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 + + * 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 + + * 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 + + * 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 * shell/ev-page-view.c: