X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=3cc053757e181425fc5bcd7b5155653e87b542b9;hb=39c51b63804387f5f7c0f3fce193da9eb9998774;hp=789cb0e0b6c3576f03ffc4e7a64be547521929d8;hpb=a953c6011f2fba7441758469118a886a33458e50;p=evince.git diff --git a/ChangeLog b/ChangeLog index 789cb0e0..3cc05375 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,52 @@ +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): @@ -10,7 +59,7 @@ 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), @@ -21,7 +70,7 @@ 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: @@ -29,7 +78,7 @@ Fix thumbnails rotation in pdf documents that include embedded thumbnails. - + 2007-08-15 Jens Granseuer * backend/pdf/ev-poppler.cc: