]> www.fi.muni.cz Git - evince.git/blobdiff - ChangeLog
Reorganizes utility functions.
[evince.git] / ChangeLog
index 4c32b37630414110a51393d885a52848968f1f5e..9bdb3df7e0c8956f047d398a39b60e295db2ad47 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,75 @@
+2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
+
+       * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
+       * shell/ev-utils.h:
+       * shell/ev-view.c: (ev_view_set_zoom_for_size),
+       (ev_view_update_view_size):
+       * shell/ev-view.h:
+       * shell/ev-window.c: (ev_window_update_actions),
+       (setup_view_from_metadata), (ev_window_screen_changed),
+       (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
+       (zoom_control_changed_cb):
+       * shell/ev-window.h:
+       
+       Reorganizes utility functions.
+
+2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
+       (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
+       (add_job), (ev_pixbuf_cache_get_surface),
+       (ev_pixbuf_cache_get_link_mapping),
+       (ev_pixbuf_cache_get_image_mapping),
+       (ev_pixbuf_cache_get_form_field_mapping),
+       (ev_pixbuf_cache_get_text_mapping):
+       * shell/ev-jobs.[ch]: (ev_job_render_class_init),
+       (notify_page_ready), (ev_job_render_page_ready),
+       (ev_job_render_run):
+
+       Add page_ready signal to notify that page is ready as soon as
+       possible even if other page elements like links, forms, images or
+       text mapping are not ready yet.
+
+2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
+       (dvi_document_file_exporter_do_page),
+       (dvi_document_file_exporter_get_capabilities),
+       (dvi_document_file_exporter_iface_init):
+       * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
+       (ps_document_file_exporter_do_page),
+       (ps_document_file_exporter_get_capabilities),
+       (ps_document_file_exporter_iface_init):
+       * backend/djvu/djvu-document.c:
+       (djvu_document_file_exporter_begin),
+       (djvu_document_file_exporter_end),
+       (djvu_document_file_exporter_get_capabilities),
+       (djvu_document_file_exporter_iface_init):
+       * backend/tiff/tiff-document.c:
+       (tiff_document_file_exporter_begin),
+       (tiff_document_file_exporter_get_capabilities),
+       (tiff_document_document_file_exporter_iface_init):
+       * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
+       (pdf_document_file_exporter_do_page),
+       (pdf_document_file_exporter_get_capabilities),
+       (pdf_document_file_exporter_iface_init):
+       * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
+       (ev_file_exporter_get_capabilities):
+       * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
+       (idle_print_handler), (ev_print_job_print):
+       * shell/ev-jobs.c: (ev_job_print_run):
+       * shell/ev-window.c: (ev_window_print_send),
+       (ev_window_print_range):
+
+       Use capabilities to know which options should be offered by the
+       print dialog depending on the document backend.
+
 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
 
        Give priority to forms over text to set the cursor.
 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
 
        Give priority to forms over text to set the cursor.
-       
+
 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * shell/ev-view-private.h:
 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * shell/ev-view-private.h:
@@ -13,7 +79,7 @@
 
        Use IBEAM cursor for text form fields and NORMAL cursor for read
        only fields. Remove unused status attribute.
 
        Use IBEAM cursor for text form fields and NORMAL cursor for read
        only fields. Remove unused status attribute.
-       
+
 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * shell/ev-view.c: (ev_view_form_field_button_create_widget):
 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * shell/ev-view.c: (ev_view_form_field_button_create_widget):
        Update region for current selected items also for checkbox
        buttons, since they can behave as radio buttons when they are in a
        set.
        Update region for current selected items also for checkbox
        buttons, since they can behave as radio buttons when they are in a
        set.
-       
+
 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * configure.ac:
        * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
 
        Get max length of text form fields.
 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * configure.ac:
        * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
 
        Get max length of text form fields.
-       
+
 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
        * shell/ev-view.c: (ev_view_form_field_text_create_widget):
 
        Fix build with current poppler cvs head.
        * shell/ev-view.c: (ev_view_form_field_text_create_widget):
 
        Fix build with current poppler cvs head.
-       
+
 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * cut-n-paste/zoom-control/ephy-zoom-control.c:
 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * cut-n-paste/zoom-control/ephy-zoom-control.c:
 
        Fix build with gtk+ >= 2.11.5 due to gtktooltips
        deprecation. Fixes bug #455667
 
        Fix build with gtk+ >= 2.11.5 due to gtktooltips
        deprecation. Fixes bug #455667
-       
+
 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
 
        * NEWS:
 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
 
        * NEWS: