X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=inline;f=ChangeLog;h=ca0576e731e22e9cd80fe99c38d5c0fea02c5e89;hb=61b14b7612531f6e67cc9783a104f7e7f761295d;hp=ce3adcbce9192189c4edc53921b81efa1583356e;hpb=217797d63b2d3b1c9a7a0511af1bbf3d99f0d482;p=evince.git diff --git a/ChangeLog b/ChangeLog index ce3adcbc..ca0576e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,140 @@ +2007-07-02 Jaap Haitsma + + * shell/ev-window.c: + + Adds a nice icon to page action during toolbar editing. + See bug #452872. + +2007-07-02 Nickolay V. Shmyrev + + * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: + + new script to keep in sync with toolbareditor in libegg + + * cut-n-paste/toolbar-editor/*: + + Run update-toolbareditor-from-libegg so we are in sync again. + Fixes bug #452850. + + +2007-07-01 Carlos Garcia Campos + + * shell/ev-sidebar-links.c: (job_finished_callback): + + Do not connect selection changed signal more than once. Fixes bug + #349433. + +2007-06-29 Carlos Garcia Campos + + * shell/ev-window.c: (ev_window_view_sidebar_cb): + + Do not change sidebar chrome flag when pressing F9 key in + presentation mode. + +2007-06-29 Carlos Garcia Campos + + * backend/pdf/ev-poppler.cc: + (pdf_document_thumbnails_get_dimensions): + + Make sure thumbnails width and height is not <= 0. Fixes a crash + with some pdf documents which have really small pages. + +2007-06-22 Gabor Kelemen + + * shell/main.c: (main): + + Fixes program description translation issue. + Bug #450148. + +2007-06-21 Cesar Fernandez + + * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page): + + Do not change current page when returning from black/white mode + in presentation. Fixes bug #415032. + +2007-06-19 Nickolay V. Shmyrev + + * NEWS: + * configure.ac: + + Update for release 0.9.1 + +2007-06-17 Alaska Subedi + + * backend/dvi/dvi-document.c: + (dvi_document_finalize), + (dvi_document_file_exporter_format_supported), + (dvi_document_file_exporter_begin), + (dvi_document_file_exporter_do_page), + (dvi_document_file_exporter_end), + (dvi_document_file_exporter_iface_init), (dvi_document_init): + + PDF exporter for dvi documents. Fixes bug #441319. + +2007-06-17 Carlos Garcia Campos + + * shell/ev-window.c: (ev_window_clear_print_job): + + Clear gtk print job when job has finished. Fixes bug #447612. + +2007-06-17 Carlos Garcia Campos + + * shell/ev-window.c: (ev_window_print_send), + (ev_window_print_dialog_response_cb), (ev_window_print_range): + + Add preview button to print dialog. Fixes bug #445419. + +2007-06-17 Carlos Garcia Campos + + * backend/dvi/Makefile.am: + * backend/dvi/pixbuf-device.[ch]: Removed + * backend/dvi/cairo-device.[ch]: Added + * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule): + * backend/dvi/dvi-document.c: (dvi_document_load), + (dvi_document_render), (dvi_document_finalize), + (dvi_document_thumbnails_get_thumbnail), (parse_color), + (dvi_document_do_color_special): + * libdocument/ev-document-misc.[ch]: + (ev_document_misc_pixbuf_from_surface): + + Port dvi backend to cairo and fix a problem with colors. + +2007-06-14 Carlos Garcia Campos + + * shell/ev-view.c: (draw_one_page): + + Draw only visible region. + +2007-06-13 Carlos Garcia Campos + + * backend/djvu/djvu-document.c: (djvu_document_render): + + Fix rotation in djvu backend. + +2007-06-13 Carlos Garcia Campos + + * shell/ev-pixbuf-cache.c: (job_finished_cb), + (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping), + (ev_pixbuf_cache_get_image_mapping), + (ev_pixbuf_cache_get_text_mapping): + + Redraw view every time we have a new surface. Fixes bug #443587. + +2007-06-13 Carlos Garcia Campos + + * libdocument/ev-document.c: (ev_document_info_free): + + Fix memory leaks. + 2007-06-13 Carlos Garcia Campos * backend/dvi/dvi-document.c: (dvi_document_render), @@ -38,19 +175,19 @@ Use cairo image surfaces instead of GDK pixbufs for drawing pages and selections. - + 2007-06-12 Carlos Garcia Campos * shell/ev-window-title.c: (ev_window_title_update): Fix memory leak. - + 2007-06-09 Carlos Garcia Campos * shell/ev-view.c: (draw_loading_text): Show loading text centered. Fixes bug #433061 - + 2007-06-09 Carlos Garcia Campos * shell/ev-sidebar-thumbnails.c: @@ -58,14 +195,14 @@ Remove a mutex in the main thread that blocks the UI in heavy documents. - + 2007-06-09 Carlos Garcia Campos * shell/ev-pixbuf-cache.c (copy_job_to_job_info): Set points_set to TRUE so that selections don't disappear after a zoom change. - + 2007-06-07 Michael Monreal * data/icons/16x16/actions/Makefile.am: