]> www.fi.muni.cz Git - evince.git/blobdiff - ChangeLog
Add GtkMountOperation (renamed to avoid conflicts) to be able to open
[evince.git] / ChangeLog
index 79c0003dfc637abc1b34f47a57182d32ce5a2f0c..646caefc20928fbfd98fa25bf5bf4dcaa97c80fe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,37 @@
+2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * configure.ac:
+       * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
+       * shell/Makefile.am:
+       * shell/ev-window.c: (ev_window_load_remote_failed),
+       (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
+
+       Add GtkMountOperation (renamed to avoid conflicts) to be able to
+       open documents in remote locations that are not mounted.
+       
+2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
+       (bitmap_convert_msb8):
+       * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
+       * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
+
+       Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
+       
+2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/ev-jobs.[ch]: (ev_job_render_dispose),
+       (ev_job_render_new), (ev_job_render_set_selection_info),
+       (ev_job_render_run):
+       * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
+       (check_job_size_and_unref),
+       (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
+       (add_job), (ev_pixbuf_cache_get_selection_surface):
+
+       Create the render context needed for rendering a page in the render
+       thread so that we don't block the main thread. Simplify
+       EvJobRender API.
+       
 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * libdocument/Makefile.am: