Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2007-07-26 17:19:49 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2007-07-26 17:19:49 (GMT)
commit0316bea7b62a35a692afad8cef9ecfb4a1d6a4f5 (patch)
tree11616346c2778f19be43aa24963a861d7e307096 /ChangeLog
parente70119b293ab8a26bdea4a56407bb0f41f1e43aa (diff)
Add page_ready signal to notify that page is ready as soon as possible
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. svn path=/trunk/; revision=2581
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 648b16a..1869dd0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,22 @@
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),