]> www.fi.muni.cz Git - evince.git/blobdiff - ChangeLog
Cleanup links job on exit
[evince.git] / ChangeLog
index d8b52677ec1a122b3b1d36961ac48bdbafb241d4..5612ca13f4cb0d9287d0bc9c17c73cf5b6f7a8c0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,105 @@
+2005-06-07  Nickolay V. Shmyrev  <<nshmyrev@yandex.ru>>
+
+       * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
+
+       Cleanup links job on exit.
+
+2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
+       (drag_data_get_cb), (drag_data_received_cb):
+       * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
+       (drag_data_get_cb), (parse_item_list),
+       (egg_toolbar_editor_load_actions):
+       * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
+       (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
+       (parse_item_list), (parse_toolbars):
+       * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
+       (dvi_pixbuf_put_pixel):
+       
+       Fix gcc 4.0 warnings
+
+2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
+
+       * ps/ps-document.c: (start_interpreter):
+
+       Fix warning when loading ps
+
+2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
+
+       * ps/ps-document.c: (output):
+
+       Fix crash when priting gs error messages.
+
+2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
+
+       * backend/ev-page-cache.c: (_ev_page_cache_new):
+       * backend/ev-page-cache.h:
+
+       Use a const to return title so that we dont double
+       free it. Small cleanup and fix a leak.
+
+       * shell/ev-window.c: (update_window_title):
+
+       strdup value from get_title.
+
+2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
+
+       * shell/ev-sidebar-links.c: (job_finished_callback),
+       (ev_sidebar_links_set_document):
+
+       Cleanup the old job when changing document
+
+2005-06-05  Nickolay V. Shmyrev  <<nshmyrev@yandex.ru>>
+
+       * shell/ev-stock-icons.c:
+       * shell/ev-stock-icons.h:
+       * shell/ev-window.c:
+       
+       Add stock icons for actions that can appear in toolbar. Fix for
+       bug 306566.
+
+2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * backend/ev-page-cache.c: (ev_page_cache_finalize),
+       (_ev_page_cache_new), (ev_page_cache_get_max_width),
+       (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
+       * backend/ev-page-cache.h:
+       * shell/ev-view.c: (scroll_to_current_page),
+       (view_update_range_and_current_page), (get_page_y_offset),
+       (get_page_extents), (ev_view_size_request_continuous_dual_page),
+       (ev_view_size_request_continuous),
+       (ev_view_zoom_for_size_continuous_and_dual_page),
+       (ev_view_zoom_for_size_continuous):
+       
+       More compact EvView layout in document with pages of different size.
+
+Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
+
+       * shell/ev-window.c (ev_window_cmd_file_properties): fix
+       compilation.
+
+2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * shell/ev-view.c: (view_set_adjustment_values):
+       * shell/ev-window.c: (ev_window_cmd_file_properties):
+       
+       A bit different fix for rounding problem but it has no
+       problems on startup. Make properties window transient to parent.
+
+2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * pdf/ev-poppler.cc:
+       
+       More commenting of font stuff.
+
+2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
+
+       * pdf/ev-poppler.cc:
+
+       Comment out some more fonts stuff. Should really
+       work without the poppler patch now.
+
 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
 
        * pdf/ev-poppler.cc: