X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=ChangeLog;h=874e43a2e2f2c4a68d049dc9a4f134046c5faed4;hb=982600bbceb76a22d5c7b3e0cbe6e20421105ad6;hp=0a21ca81d493346a149e2ecfa225e5ff162fcde4;hpb=e17522f07726a89adbe1a2402ae4920b2a8b4f38;p=evince.git diff --git a/ChangeLog b/ChangeLog index 0a21ca81..874e43a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,206 @@ +2007-08-31 Carlos Garcia Campos + + * backend/dvi/dvi-document.c: (dvi_document_document_iface_init): + * backend/impress/impress-document.c: + (impress_document_document_iface_init): + * backend/ps/ps-document.c: (ps_document_document_iface_init): + * backend/djvu/djvu-document.c: + (djvu_document_document_iface_init), + (djvu_selection_get_selected_text), (djvu_selection_iface_init): + * backend/tiff/tiff-document.c: + (tiff_document_document_iface_init): + * backend/pixbuf/pixbuf-document.c: + (pixbuf_document_document_iface_init): + * backend/comics/comics-document.c: + (comics_document_document_iface_init): + * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init), + (pdf_selection_render_selection), + (pdf_selection_get_selected_text), + (pdf_selection_get_selection_region), + (pdf_selection_get_selection_map), (pdf_selection_iface_init): + * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text), + (ev_selection_get_selection_region), + (ev_selection_get_selection_map): + * libdocument/ev-document.[ch]: + * shell/ev-pixbuf-cache.[ch]: (add_job), + (ev_pixbuf_cache_get_selection_surface), (update_job_selection): + * shell/ev-view-private.h: + * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new), + (ev_job_render_run): + * shell/ev-window.c: (ev_window_setup_action_sensitivity): + * shell/ev-view.c: (start_selection_for_event), + (ev_view_button_press_event), (ev_view_drag_data_get), + (ev_view_drag_data_received), (ev_view_button_release_event), + (compute_new_selection_text), (compute_selections), + (ev_view_select_all), (get_selected_text), (ev_view_copy), + (ev_view_primary_get_cb): + + Add support for double and triple click selections. + +2007-08-28 Nickolay V. Shmyrev + + * NEWS: + * configure.ac: + + Update for release 2.19.4 + +2007-08-28 Justin Blanchard + + * shell/ev-view-private.h: + * shell/ev-view.c: (ev_view_expose_event), (ev_view_init), + (ev_view_set_highlight_search): + * shell/ev-view.h: + * shell/ev-window.c: (ev_window_cmd_edit_find_next), + (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb), + (find_bar_visibility_changed_cb): + + Enables 'find next' when bindbar is hidden. Fixes bug #323817. + +2007-08-27 Carlos Garcia Campos + + * backend/pdf/ev-poppler.cc: (pdf_print_context_free), + (pdf_document_file_exporter_begin), + (pdf_document_file_exporter_do_page): + * shell/ev-jobs.c: (ev_job_print_run): + * shell/ev-window.c: (ev_window_print_dialog_response_cb): + + Create always a portrait cairo surface and rotate when needed for + landscape. It fixes printing problems in real printers. + +2007-08-25 Carlos Garcia Campos + + * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin): + * libdocument/ev-file-exporter.[ch]: + (ev_file_exporter_get_capabilities): + * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run): + * shell/ev-window.c: (ev_window_print_dialog_response_cb): + + Adjust number of pages per row according to page orientation when + printing 2 or 6 pages per sheet. + +2007-08-25 Carlos Garcia Campos + + * shell/ev-window.c: (ev_window_print_send): + + Reset also cups setting to 1 when printing multiple pages per + sheet. Fixes bug #468853. + +2007-08-24 Carlos Garcia Campos + + * libdocument/ev-document-misc.c: + (ev_document_misc_surface_rotate_and_scale): + + Use directly cairo_surface_get_content() when creating a similar + surface as suggested by Jeff Muizelaar. Thanks again. + +2007-08-24 Carlos Garcia Campos + + * backend/djvu/djvu-document.c: (djvu_document_render): + * backend/tiff/tiff-document.c: (tiff_document_render): + * backend/pdf/ev-poppler.cc: (pdf_document_render): + * libdocument/ev-document-misc.c: + (ev_document_misc_surface_from_pixbuf), + (ev_document_misc_surface_rotate_and_scale): + + Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when + creating page surfaces. Fixes bug #453123. Thank you very much to + Jeff Muizelaar . + +2007-08-17 Carlos Garcia Campos + + * shell/ev-page-cache.c: (ev_page_cache_new), + (ev_page_cache_get_thumbnail_size): + * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), + (ev_sidebar_thumbnails_set_loading_icon): + + Also store in page-cache the dimensions of the thumbnails so that + they can be used to create the correct loading icon in the side + pane. Fixes bug #466857. + +2007-08-17 Carlos Garcia Campos + + * backend/pdf/ev-poppler.cc: + (pdf_document_thumbnails_get_thumbnail): + + Fix thumbnails rotation in pdf documents that include embedded + thumbnails. + +2007-08-15 Jens Granseuer + + * backend/pdf/ev-poppler.cc: + + Don't use #ifdef in macro expansion. Some compilers don't + like that. Closes bug #467042. + +2007-08-15 Justin Blanchard + + * backend/djvu/djvu-document.c: (djvu_document_finalize): + + Fixes memory leak in djvu backend. + +2007-08-15 Andreas Nilsson + + * data/icons/32x32/Makefile.am: + * data/icons/32x32/actions/Makefile.am: + * data/icons/32x32/actions/view-page-cont.svg: + * data/icons/32x32/actions/view-page-facing.svg: + * data/icons/48x48/Makefile.am: + * data/icons/48x48/actions/Makefile.am: + * data/icons/48x48/actions/view-page-cont.svg: + * data/icons/48x48/actions/view-page-facing.svg: + + Icons for a new sizes. + +2007-08-14 Justin Blanchard + + * shell/ev-page-cache.c: (build_height_to_page), + (ev_page_cache_get_height_to_page): + + Fixes invalid read, see bug #466401. + +2007-08-11 Carlos Garcia Campos + + * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: + (set_drag_cursor): + * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: + (configure_item_cursor), (new_pixbuf_from_widget): + + Fix multihead problems in toolbar editor. Fixes bug #382055. + +2007-08-11 Carlos Garcia Campos + + * shell/ev-window.c: (ev_window_cmd_file_open), + (ev_window_cmd_save_as): + + Use g_get_user_special_dir when available instead of + xdg_user_dir_lookup. + +2007-08-10 Nickolay V. Shmyrev + + * MAINTAINERS: + + Updated according to request on desktop-devel. + +2007-08-05 Carlos Garcia Campos + + * shell/ev-view.c: (ev_view_expose_event), (draw_one_page): + + Do not use cairo_rectangle and cairo_clip since we are + not using cairo_fill but cairo_paint. Use the same cairo context + for every page in the same expose event. + +2007-07-31 Hiroyuki Ikezoe + + * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory + leak. + +2007-07-30 Carlos Garcia Campos + + * configure.ac: + * NEWS: + + Release 0.9.3 + 2007-07-30 Carlos Garcia Campos * libdocument/ev-document-info.h: