1 2008-06-16 Carlos Garcia Campos <carlosgc@gnome.org>
3 * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
4 * shell/ev-sidebar-thumbnails.c:
5 (ev_sidebar_thumbnails_set_loading_icon),
6 (ev_sidebar_thumbnails_refresh):
7 * shell/ev-window.c: (ev_window_error_message),
8 (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
9 (ev_window_set_document):
11 Do not crash opening documents with no pages and show a warning
12 message in the message area. Fixes bugs #537574 and #171588.
14 2008-06-15 Carlos Garcia Campos <carlosgc@gnome.org>
17 * shell/ev-file-monitor.[ch]:
18 * shell/ev-window.c: (ev_window_document_changed),
19 (ev_window_clear_reload_job), (ev_window_load_job_cb),
20 (ev_window_reload_job_cb), (ev_window_open_uri),
21 (ev_window_reload_document), (ev_window_cmd_view_reload),
24 Automaticly reload the document when the file has changed on
27 2008-06-10 Cosimo Cecchi <cosimoc@gnome.org>
29 * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
30 * libdocument/ev-image.c: (ev_image_save_tmp):
31 * libdocument/ev-module.c: (ev_module_load):
32 * shell/ev-application.c: (ev_application_shutdown),
33 (ev_application_get_print_settings):
34 * shell/ev-sidebar-attachments.c:
35 (ev_sidebar_attachments_button_press),
36 (ev_sidebar_attachments_drag_data_get):
37 * shell/ev-window.c: (window_save_file_copy_ready_cb),
38 (ev_window_print_finished), (ev_window_print_send),
39 (ev_window_print_job_cb), (ev_window_cmd_help_contents),
40 (ev_window_preview_print_finished), (ev_window_do_preview_print),
41 (ev_window_cmd_preview_print):
42 * shell/main.c: (load_files_remote):
43 Fix some build warnings under GCC 4.3.0. (#537535).
45 2008-05-29 Carlos Garcia Campos <carlosgc@gnome.org>
47 * shell/ev-jobs.c: (ev_job_render_dispose):
49 Fix a crash in debug mode. Patch by Daniel M German.
51 2008-05-25 Carlos Garcia Campos <carlosgc@gnome.org>
55 Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
57 2008-05-25 Carlos Garcia Campos <carlosgc@gnome.org>
59 * shell/ev-window.c: (ev_window_print_send),
60 (ev_window_do_preview_print):
62 Use the window title as print job name instead of just
63 "evince-print". Fixes bug #534493.
65 2008-05-19 Frederic Peters <fpeters@0d.be>
67 * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
70 2008-05-19 Frederic Peters <fpeters@0d.be>
72 * help/reference/Makefile.am: added missing libevmountoperation to
73 gtkdoc-scanobj libraries. Bug #533896.
75 2008-05-19 Matthias Drochner <M.Drochner@fz-juelich.de>
77 * properties/ev-properties-view.c (get_default_user_units):
78 Fixes check for default units string translation. Bug #533323.
80 2008-05-01 Hans Petter Jansson <hpj@novell.com>
82 * backend/impress/iksemel.c (sax_core): Fix a free() that should
83 be an iks_free(). Fix an array overflow in the XML parser that
84 would occur whenever the number of attributes in a tag was greater
85 than 0 and divisible by 6. Fixes GNOME bug #530852.
87 2008-04-29 Carlos Garcia Campos <carlosgc@gnome.org>
89 * backend/djvu/djvu-document-private.h:
90 * backend/djvu/djvu-links.c:
91 * backend/djvu/djvu-text.c:
92 * backend/djvu/djvu-document.c: (djvu_handle_events),
93 (djvu_wait_for_message), (djvu_document_load),
94 (document_get_page_size), (djvu_document_render),
95 (djvu_document_thumbnails_get_thumbnail),
96 (djvu_document_file_exporter_end):
98 Make sure load job doesn't finish successfully when the document
99 is not successfully decoded by libdjvu. Fixes bug #530202.
101 2008-04-27 Carlos Garcia Campos <carlosgc@gnome.org>
104 * libdocument/Makefile.am:
105 * libdocument/ev-debug.[ch]:
106 * libdocument/ev-document.c:
107 * shell/ev-jobs.c: (ev_job_links_dispose),
108 (ev_job_render_dispose), (ev_job_thumbnail_dispose),
109 (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
110 (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
111 (ev_job_render_page_ready), (ev_job_render_run),
112 (ev_job_thumbnail_new), (ev_job_thumbnail_run),
113 (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
114 (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
115 (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
116 (ev_job_print_new), (ev_job_print_run):
117 * shell/main.c: (main):
119 Add debug mode based on gedit code. Add debug messages in
122 2008-04-24 Carlos Garcia Campos <carlosgc@gnome.org>
124 * libdocument/ev-document-factory.c: (get_document_from_uri):
128 2008-04-24 Jean Baptiste Lallement <jeanbaptiste.lallement@gmail.com>
130 * libdocument/ev-document-factory.c (get_mime_type_from_uri),
131 (get_mime_type_from_data), (get_document_from_uri),
132 (ev_document_factory_get_document):
134 Improved error message about file opening failture.
137 2008-04-24 Abhishek Mukherjee <linkinpark342@gmail.com>
139 * data/evince-toolbar.xml:
141 Allow to add SaveAs to toolbar.
143 2008-04-20 Carlos Garcia Campos <carlosgc@gnome.org>
145 * shell/ev-view-private.h:
146 * shell/ev-view.[ch]: (ev_view_button_release_event),
147 (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
148 (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
149 (ev_view_update_primary_selection), (clear_link_selected),
150 (ev_view_copy_link_address):
151 * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
153 Update also the primary selection when copying a link
154 address. Fixes bug #520855.
156 2008-04-19 Carlos Garcia Campos <carlosgc@gnome.org>
158 * libdocument/ev-document-factory.c: (get_document_from_uri):
160 Use the pixbuf backend only when the mime type is not supported by
161 any of the other backend so that tiff documents, for instance, are
162 handled by the tiff backend instead of the pixbuf backend. fixes
165 2008-04-17 Carlos Garcia Campos <carlosgc@gnome.org>
167 * cut-n-paste/Makefile.am:
169 Add evmountoperation to subdirs list.
171 2008-04-17 Carlos Garcia Campos <carlosgc@gnome.org>
175 Fix libspectre check in configure script. Fixes bug #528549.
177 2008-04-16 Carlos Garcia Campos <carlosgc@gnome.org>
180 * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
182 * shell/ev-window.c: (ev_window_load_remote_failed),
183 (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
185 Add GtkMountOperation (renamed to avoid conflicts) to be able to
186 open documents in remote locations that are not mounted.
188 2008-04-14 Carlos Garcia Campos <carlosgc@gnome.org>
190 * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
191 (bitmap_convert_msb8):
192 * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
193 * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
195 Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
197 2008-04-14 Carlos Garcia Campos <carlosgc@gnome.org>
199 * shell/ev-jobs.[ch]: (ev_job_render_dispose),
200 (ev_job_render_new), (ev_job_render_set_selection_info),
202 * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
203 (check_job_size_and_unref),
204 (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
205 (add_job), (ev_pixbuf_cache_get_selection_surface):
207 Create the render context needed for rendering a page in the render
208 thread so that we don't block the main thread. Simplify
211 2008-04-14 Carlos Garcia Campos <carlosgc@gnome.org>
213 * libdocument/Makefile.am:
214 * libdocument/ev-page.[ch]:
215 * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
216 (ev_render_context_new), (ev_render_context_set_page):
217 * libdocument/ev-form-field.[ch]: (ev_form_field_init),
218 (ev_form_field_finalize), (ev_form_field_class_init):
219 * libdocument/ev-document-forms.[ch]:
220 (ev_document_forms_get_form_fields):
221 * libdocument/ev-document.[ch]: (ev_document_get_page),
222 (ev_document_get_page_size), (ev_document_get_page_label):
223 * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
224 (ev_job_render_run), (ev_job_thumbnail_new),
225 (ev_job_thumbnail_run), (ev_job_print_run):
226 * shell/ev-page-cache.c: (ev_page_cache_new):
227 * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
228 (check_job_size_and_unref), (add_job):
229 * shell/ev-sidebar-thumbnails.c: (add_range):
230 * shell/ev-view.c: (ev_view_form_field_get_region),
231 (ev_view_form_field_button_create_widget),
232 (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
233 (ev_view_handle_form_field), (ev_view_size_allocate),
235 * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
236 * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
237 (pdf_document_get_page), (pdf_document_get_page_label),
238 (pdf_document_render), (pdf_document_get_info),
239 (pdf_document_document_iface_init),
240 (pdf_document_thumbnails_get_thumbnail),
241 (pdf_document_thumbnails_get_dimensions),
242 (pdf_document_file_exporter_do_page),
243 (pdf_selection_render_selection),
244 (pdf_selection_get_selected_text),
245 (pdf_selection_get_selection_region),
246 (pdf_selection_get_selection_map),
247 (pdf_document_forms_get_form_fields),
248 (pdf_document_forms_form_field_text_get_text),
249 (pdf_document_forms_form_field_text_set_text),
250 (pdf_document_forms_form_field_button_set_state),
251 (pdf_document_forms_form_field_button_get_state),
252 (pdf_document_forms_form_field_choice_get_item),
253 (pdf_document_forms_form_field_choice_get_n_items),
254 (pdf_document_forms_form_field_choice_is_item_selected),
255 (pdf_document_forms_form_field_choice_select_item),
256 (pdf_document_forms_form_field_choice_toggle_item),
257 (pdf_document_forms_form_field_choice_unselect_all),
258 (pdf_document_forms_form_field_choice_set_text),
259 (pdf_document_forms_form_field_choice_get_text):
260 * backend/ps/ev-spectre.c: (ps_document_get_page),
261 (ps_document_get_page_size), (ps_document_get_page_label),
262 (ps_document_render), (ps_document_document_iface_init),
263 (ps_document_file_exporter_do_page):
264 * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
265 (tiff_document_render), (tiff_document_render_pixbuf),
266 (tiff_document_file_exporter_do_page):
267 * backend/pixbuf/pixbuf-document.c:
268 (pixbuf_document_get_page_size):
269 * backend/comics/comics-document.c:
270 (comics_document_get_page_size), (comics_document_render_pixbuf):
271 * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
272 (djvu_document_render), (djvu_selection_get_selected_text),
273 (djvu_document_thumbnails_get_thumbnail),
274 (djvu_document_file_exporter_do_page),
275 (djvu_document_find_get_result):
276 * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
277 (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
278 (dvi_document_thumbnails_get_thumbnail),
279 (dvi_document_file_exporter_do_page):
280 * backend/impress/impress-document.c:
281 (impress_document_get_page_size),
282 (impress_document_render_pixbuf):
283 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
285 Add EvPage so that we can hold a reference to the backend
286 page. Form fields keep now a reference to the poppler page
287 improving performance since we don't have to create/destroy the
288 poppler field for every form operation. This will be needed for
291 2008-04-12 Carlos Garcia Campos <carlosgc@gnome.org>
293 * data/evince-ui.xml:
296 Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
298 2008-04-12 Carlos Garcia Campos <carlosgc@gnome.org>
301 * backend/ps/Makefile.am:
303 Remove gs stuff from ps backend.
305 2008-04-12 Carlos Garcia Campos <carlosgc@gnome.org>
308 * backend/pdf/ev-poppler.cc:
310 Bump poppler requirement to 0.8.0.
312 2008-04-08 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
317 Update for release 2.22.1.1
319 2008-04-08 Carlos Garcia Campos <carlosgc@gnome.org>
323 Fix build (again) when poppler version is 0.6
325 2008-04-08 Carlos Garcia Campos <carlosgc@gnome.org>
327 * backend/djvu/djvu-links.c: (build_tree):
329 Make sure link title is a valid utf8 string. Fixes bug #526517.
331 2008-04-07 Carlos Garcia Campos <carlosgc@gnome.org>
335 Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
338 2008-04-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
342 Update for release 2.22.1.
344 2008-04-06 Carlos Garcia Campos <carlosgc@gnome.org>
348 Update for upcoming release.
350 2008-04-06 Carlos Garcia Campos <carlosgc@gnome.org>
353 * backend/dvi/dvidocument.evince-backend.in:
355 Add compressed dvi to the list of supported mime types. Patch by
356 Ed Catmur. Fixes bug #307087.
358 2008-04-06 Carlos Garcia Campos <carlosgc@gnome.org>
360 * shell/ev-jobs.c: (ev_job_print_get_page_list):
362 Fix a crash when printing a range that doesn't specify the start or
363 end page. Fixes bug #524288.
365 2008-04-02 Carlos Garcia Campos <carlosgc@gnome.org>
367 * shell/ev-window.c: (ev_window_cmd_continuous),
368 (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
369 (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
370 (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
371 (ev_window_run_presentation), (ev_window_stop_presentation),
372 (ev_window_cmd_view_presentation),
373 (ev_window_cmd_leave_fullscreen),
374 (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
376 Do not unfullscreen and fullscreen again the window when changing
377 from fullscreen to presentation mode and vice versa. Fixes bug
380 2008-04-01 Carlos Garcia Campos <carlosgc@gnome.org>
382 * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
384 Do not crash when thumbnail failed to render in PS backend. Fixes
387 2008-03-31 Carlos Garcia Campos <carlosgc@gnome.org>
389 * shell/ev-window.c: (window_open_file_copy_ready_cb),
390 (ev_window_load_file_remote), (ev_window_open_uri):
392 Handle errors when opening remote files.
394 2008-03-31 Carlos Garcia Campos <carlosgc@gnome.org>
396 * shell/ev-page-action.c: (ev_page_action_grab_focus):
398 Only grab the focus for the current visible proxy widget. Fixes
401 2008-03-30 Emil Soleyman <emil@nishra.com>
403 * shell/ev-window.c: (launch_external_uri):
405 Reuse g_app_info_launch_default_for_uri to
406 save some code and fix bug #525009.
408 2008-03-24 Wouter Bolsterlee <wbolster@svn.gnome.org>
410 * shell/ev-window.c (image_save_dialog_response_cb):
412 Use g_str_has_suffix. See bug #523069.
414 2008-03-22 Carlos Garcia Campos <carlosgc@gnome.org>
418 Add a configure option to enable/diable DBus. Patch by Rémi
419 Cardona. Fixes bug 521797.
421 2008-03-22 Carlos Garcia Campos <carlosgc@gnome.org>
423 * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
425 Fix printing in documents with rotated pages. Patch by Eugen
426 Dedu. Fixes bug #512648.
428 2008-03-19 Carlos Garcia Campos <carlosgc@gnome.org>
430 * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
431 (ev_link_from_action):
433 Fix warning messages.
435 2008-03-19 Carlos Garcia Campos <carlosgc@gnome.org>
437 * shell/ev-window.c: (image_save_dialog_response_cb):
439 Do not append the extension to filename when saving an image
440 if the filename alredy contains the extension. Fixes bug #523069.
442 2008-03-18 Carlos Garcia Campos <carlosgc@gnome.org>
444 * shell/ev-view.[ch]: (ev_view_find_cancel):
445 * shell/ev-window.c: (find_bar_close_cb):
447 Cancel the find operation when the find bar is closed. Fixes bug
450 2008-03-18 Carlos Garcia Campos <carlosgc@gnome.org>
452 * backend/ps/psdocument.evince-backend.in:
454 Make ps backend module resident. Fixes bug #520607.
456 2008-03-18 Carlos Garcia Campos <carlosgc@gnome.org>
458 * shell/ev-jobs.c: (ev_job_print_run):
460 Invert collate action in order to work as expected, fix reverse
461 printing so that it doesn't start with a blank page and fix number
462 of copies. Patch by Eugen Dedu. Fixes bug #365332.
464 2008-03-14 Carlos Garcia Campos <carlosgc@gnome.org>
466 * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
468 Fix build with poppler <= 0.7.2
470 2008-03-14 Carlos Garcia Campos <carlosgc@gnome.org>
472 * libdocument/ev-document-misc.c:
473 (ev_document_misc_surface_from_pixbuf):
475 Fix selections with poppler-splash.
477 2008-03-14 Carlos Garcia Campos <carlosgc@gnome.org>
480 * backend/pdf/ev-poppler.cc:
482 Fix build with poppler >= 0.7.2
484 2008-03-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
488 Update for release 2.22.0
490 2008-03-09 Carlos Garcia Campos <carlosgc@gnome.org>
494 Update for upcoming release.
496 2008-03-09 Wouter Bolsterlee <wbolster@svn.gnome.org>
498 * shell/ev-window.c (ev_window_print_dialog_response_cb):
500 Bug 495107 – Handle print dialog responses correctly
502 Correctly handle print dialog response. Properly fixes
503 the above mentioned bug.
505 2008-03-08 Carlos Garcia Campos <carlosgc@gnome.org>
507 * shell/ev-window.c: (ev_window_print_dialog_response_cb):
509 Make sure print job is only run when the print button is
510 clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
512 2008-03-03 Carlos Garcia Campos <carlosgc@gnome.org>
514 * backend/pdf/pdfdocument.evince-backend.in:
515 * libdocument/ev-backends-manager.c:
516 (ev_backends_manager_load_backend),
517 (ev_backends_manager_get_document):
518 * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
520 Allow making backend modules resident. This is needed only for
521 some backends like pdf to avoid registering glib types more than
524 2008-03-03 Carlos Garcia Campos <carlosgc@gnome.org>
526 * backend/comics/comics-document.c:
527 * backend/djvu/djvu-document.c:
528 * backend/impress/impress-document.c:
529 * backend/pdf/ev-poppler.cc:
530 * backend/pixbuf/pixbuf-document.c:
531 * backend/ps/ev-spectre.c:
532 * backend/ps/ps-document.c:
533 * backend/tiff/tiff-document.c:
534 * libdocument/ev-document.h:
535 * properties/ev-properties-main.c:
537 Use g_type_module_add_interface instead of
538 g_type_add_interface_static. Fixes bug #519679.
540 2008-02-29 Carlos Garnacho <carlosg@gnome.org>
542 * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
543 Added. Returns whether the animation has everything necessary to run.
544 * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
545 is ready just because it's been created. Fixes #519106.
546 (draw_one_page): Do not show the "Loading..." text in presentation
547 mode, there was a slim probability that this could happen.
549 2008-02-27 Carlos Garcia Campos <carlosgc@gnome.org>
551 * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
553 Duplicate mime_type string before freeing it so that it doesn't
554 always fail when getting mime type from uri. Fixes bug #518874.
556 2008-02-27 Carlos Garcia Campos <carlosgc@gnome.org>
558 * shell/ev-view.c: (ev_view_form_field_choice_changed):
560 Fix a crash when a choice form field doesn't have any item
561 selected. Fixes bug #518831
563 2008-02-25 Alexander Larsson <alexl@redhat.com>
565 * shell/ev-window.c (ev_window_clear_temp_file):
566 Use g_file_has_prefix instead of renamed
567 g_file_contains_file.
570 Require new glib for above change.
572 2008-02-16 Carlos Garcia Campos <carlosgc@gnome.org>
574 * libdocument/ev-image.c: (ev_image_finalize),
577 Return a real uri instead of a filename when saving an
578 image. Fixes images drag an drop from evince to nautilus.
580 2008-02-16 Carlos Garcia Campos <carlosgc@gnome.org>
582 * backend/pdf/ev-poppler.cc:
583 (pdf_document_images_get_image_mapping):
585 Return the image list in the right order. Fixes bug #516237.
587 2008-02-12 Wouter Bolsterlee <wbolster@svn.gnome.org>
589 * backend/impress/impress-document.c:
590 (impress_document_thumbnails_get_thumbnail):
592 Remove unused variable to avoid a compiler warning.
594 2008-02-12 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
598 Update for release 2.21.91.
600 2008-02-08 Carlos Garcia Campos <carlosgc@gnome.org>
604 * shell/ev-application.[ch]:
605 * shell/ev-sidebar-links.c:
606 * shell/ev-utils.[ch]:
607 * shell/ev-window.[ch]:
609 Remove libgnomeprint support. Fixes bug #512370.
611 2008-02-08 Matthias Clasen <mclasen@redhat.com>
613 * thumbnailer/evince-thumbnailer.c: (main):
615 Initialize glib type system before using it. Fixes bug #513934.
617 2008-02-03 Carlos Garcia Campos <carlosgc@gnome.org>
619 * properties/ev-properties-main.c:
621 Add missing #include.
623 2008-01-31 Carlos Garcia Campos <carlosgc@gnome.org>
626 * backend/djvu/djvu-document.c: (djvu_document_render):
627 * backend/tiff/tiff-document.c: (tiff_document_render):
629 Use the new cairo function cairo_format_stride_for_width when
630 available. Fixes bug #482720.
632 2008-01-31 Carlos Garcia Campos <carlosgc@gnome.org>
634 * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
635 (get_mime_type_from_data), (get_document_from_uri):
637 Use g_content_type_guess() only when slow is true in
638 get_document_from_uri(). Fix several memory leaks.
640 2008-01-30 Cosimo Cecchi <cosimoc@svn.gnome.org>
642 * libdocument/ev-document-factory.c:
643 (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
644 (get_document_from_uri):
646 Use g_content_type_guess () to get mimetype for files.
649 2008-01-30 Carlos Garcia Campos <carlosgc@gnome.org>
651 * thumbnailer/Makefile.am:
653 Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
655 2008-01-29 Carlos Garcia Campos <carlosgc@gnome.org>
659 Fix build with --without-libgnome. Fixes bug #512771.
661 2008-01-29 Matthias Clasen <mclasen@redhat.com>
663 * backend/dvi/Makefile.am: Install only dvi
664 module. Fixes bug #512718.
666 2008-01-29 Matthias Clasen <mclasen@redhat.com>
668 * properties/ev-properties-main.c: (nautilus_module_initialize):
670 Initialize backends in properties tab. Fixes bug
673 2008-01-29 Matthias Clasen <mclasen@redhat.com>
675 * properties/Makefile.am: No need to link with
676 libraries. Fixes bug #512719.
678 2008-01-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
683 Update for release 2.21.90.
685 2008-01-27 Carlos Garcia Campos <carlosgc@gnome.org>
687 * shell/ev-window.c: (ev_window_cmd_escape):
691 2008-01-27 Carlos Garcia Campos <carlosgc@gnome.org>
693 * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
695 Fix printing in dvi backend when filename contains white
696 espaces. Fixes bug #502839.
698 2008-01-26 Carlos Garcia Campos <carlosgc@gnome.org>
700 * cut-n-paste/totem-screensaver/totem-scrsaver.c:
701 (screensaver_disable_x11):
703 * shell/xdg-user-dir-lookup.c: Removed
704 * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
705 * shell/ev-view.c: (ev_view_presentation_transition_start):
706 * shell/ev-window.c: (ev_window_cmd_file_open),
707 (ev_window_cmd_save_as), (presentation_set_timeout):
709 Remove #ifdefs that are no longer needed.
711 2008-01-26 Carlos Garcia Campos <carlosgc@gnome.org>
713 * shell/ev-view.[ch]: (ev_view_button_release_event),
714 (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
715 * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
716 (ev_window_cmd_escape):
718 Stop autoscroll when Escape key is pressed. Fixes bug #511635.
720 2008-01-25 Carlos Garcia Campos <carlosgc@gnome.org>
723 * backend/comics/comics-document.c: (comics_document_load):
724 * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
725 (ev_attachment_set_property), (ev_attachment_init),
726 (ev_attachment_save), (ev_attachment_launch_app),
727 (ev_attachment_open):
728 * libdocument/ev-document-factory.c: (get_document_from_uri):
729 * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
730 (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
732 * shell/ev-password.c: (ev_password_dialog_set_property),
733 (ev_password_dialog_save_password):
734 * shell/ev-sidebar-attachments.c:
735 (ev_sidebar_attachments_drag_data_get):
736 * shell/ev-window-title.c: (get_filename_from_uri):
737 * shell/ev-window.c: (ev_window_clear_temp_file),
738 (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
739 (ev_window_open_uri), (window_save_file_copy_ready_cb),
740 (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
741 (launch_external_uri), (image_save_dialog_response_cb),
742 (attachment_save_dialog_response_cb):
743 * shell/main.c: (load_files), (load_files_remote), (main):
744 * thumbnailer/evince-thumbnailer.c: (main):
746 Port to gio and drop gnome-vfs dependency. Fixes bug
747 #510401. Based on patch by Cosimo Cecchi.
749 2008-01-24 Wouter Bolsterlee <wbolster@svn.gnome.org>
753 Fixed formatting inconsistencies (spaces vs. tabs)
755 2008-01-24 Wouter Bolsterlee <wbolster@svn.gnome.org>
759 Use top/up/bottom/down arrows instead of
760 first/left/last/right in the toolbar and menu actions.
761 This fixes issues with RTL languages and is visually
762 consistent with the page view. Fixes bug #170081.
764 2008-01-24 Wouter Bolsterlee <wbolster@svn.gnome.org>
768 Fixed some inaccuracies pointed out by Carlos Garcia
771 2008-01-24 Wouter Bolsterlee <wbolster@svn.gnome.org>
774 * data/evince.schemas.in:
775 * shell/ev-window.c: (ev_window_setup_action_sensitivity):
777 Override PDF restrictions by default. Fixes bug #382700.
779 2008-01-24 Wouter Bolsterlee <wbolster@svn.gnome.org>
781 * NEWS: Updated for upcoming release
783 2008-01-23 Carlos Garcia Campos <carlosgc@gnome.org>
785 * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
789 2008-01-23 Gil Forcada <gilforcada@guifi.net>
791 * shell/ev-window.c: (register_custom_actions):
793 Added comment for translators
795 2008-01-22 Carlos Garcia Campos <carlosgc@gnome.org>
797 * shell/ev-view.c: (ev_view_button_release_event):
799 Do not create the idle function for kinetic scrolling if we are
800 not in a drag operation.
802 2008-01-22 Carlos Garcia Campos <carlosgc@gnome.org>
804 * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
805 (ev_view_button_press_event), (ev_view_motion_notify_event),
806 (ev_view_button_release_event):
808 Restore cursor after autoscrolling. Fixes bug #509958.
810 2008-01-19 Carlos Garcia Campos <carlosgc@gnome.org>
813 * backend/pdf/ev-poppler.cc:
814 (pdf_document_images_get_image_mapping),
815 (pdf_document_images_get_image),
816 (pdf_document_document_images_iface_init):
817 * libdocument/ev-document-images.[ch]:
818 (ev_document_images_get_image_mapping),
819 (ev_document_images_get_image):
820 * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
821 (ev_image_get_id), (ev_image_save_tmp):
822 * shell/ev-jobs.c: (ev_job_render_run):
823 * shell/ev-view.c: (ev_view_drag_data_get):
824 * shell/ev-window.c: (image_save_dialog_response_cb),
825 (ev_view_popup_cmd_copy_image):
827 Do not render images when rendering the page but on demand. It
828 reduces the memory comsumption.
830 2008-01-18 Marcelo Lira <setanta@gmail.com>
833 * shell/ev-password.c:
835 Make gnome-keyring optional. Fixes bug #509676.
837 2008-01-16 Carlos Garcia Campos <carlosgc@gnome.org>
839 * shell/ev-pixbuf-cache.c: (add_job):
841 Initialize include_images variable as FALSE instead of TRUE.
843 2008-01-15 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
846 * cut-n-paste/Makefile.am:
847 * cut-n-paste/fileformatchooser/Makefile.am:
848 * cut-n-paste/fileformatchooser/egg-macros.h:
849 * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
850 * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
853 (file_chooser_dialog_add_writable_pixbuf_formats),
854 (get_gdk_pixbuf_format_by_extension):
856 * shell/ev-window.c: (ev_window_error_message),
857 (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
859 Simplify image format selection on save.
861 2008-01-15 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
863 * shell/ev-view.c: (ev_view_scroll_event):
865 Repair gorizontal scrolling with shift. Fixes
868 2008-01-13 Carlos Garcia Campos <carlosgc@gnome.org>
872 Fix formatting issues.
874 2008-01-13 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
876 * backend/comics/comics-document.c: (comics_regex_quote):
878 Don't overquote special chars except of '. See bug
879 502500. Thanks to Tom Parker.
881 2008-01-13 Wouter Bolsterlee <wbolster@svn.gnome.org>
885 Added Nickolay and Carlos, since they're doing most of
886 the releases nowadays.
888 2008-01-13 Wouter Bolsterlee <wbolster@svn.gnome.org>
890 * properties/Makefile.am:
892 Get the nautilus extension dir properly instead of using
893 a hack. Fixes bug #505359.
895 2008-01-13 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
897 * properties/Makefile.am:
899 Install nautilus extension into new place. See bug
900 #505359. Thanks to Matthias Clasen, Brian Pepple and
903 2008-01-13 Djihed Afifi <djihed@gmail.com>
905 * shell/ev-window.c: (ev_window_get_recent_file_label):
907 RTL marker in recent file list. See bug #509076.
909 2008-01-13 Carlos Garcia Campos <carlosgc@gnome.org>
911 * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
912 * shell/ev-window.c: (image_save_dialog_response_cb):
914 Fix compile warnings due to unused variables.
916 2008-01-13 Carlos Garcia Campos <carlosgc@gnome.org>
919 * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
920 * backend/ps/ev-spectre.c: (ps_document_render):
922 Bump requirements to libspectre 0.2.0. Fixes bug #507705.
924 2008-01-04 Carlos Garnacho <carlosg@gnome.org>
926 * shell/ev-transition-animation.c (ev_transition_animation_fade)
927 (ev_transition_animation_paint): Implement "fade" effect.
929 2008-01-04 Carlos Garnacho <carlosg@gnome.org>
931 * shell/ev-transition-animation.c (ev_transition_animation_uncover)
932 (ev_transition_animation_paint): Implement "uncover" effect.
934 2008-01-04 Carlos Garnacho <carlosg@gnome.org>
936 * shell/ev-transition-animation.c (ev_transition_animation_cover)
937 (ev_transition_animation_paint): Implement "cover" effect.
939 2008-01-04 Carlos Garnacho <carlosg@gnome.org>
941 * shell/ev-transition-animation.c (ev_transition_animation_push)
942 (ev_transition_animation_paint): Implement "push" effect.
944 2008-01-04 Carlos Garnacho <carlosg@gnome.org>
946 * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
947 (ev_transition_animation_paint): Implement "dissolve" effect.
949 2008-01-04 Carlos Garnacho <carlosg@gnome.org>
951 * shell/ev-transition-animation.c (ev_transition_animation_wipe)
952 (ev_transition_animation_paint): Implement "wipe" effect.
954 2008-01-04 Carlos Garnacho <carlosg@gnome.org>
956 * shell/ev-transition-animation.c (ev_transition_animation_box)
957 (ev_transition_animation_paint): Implement "box" effect.
959 2008-01-04 Carlos Garnacho <carlosg@gnome.org>
961 * shell/ev-transition-animation.c (ev_transition_animation_blinds)
962 (ev_transition_animation_paint): Implement "blinds" effect.
964 2008-01-04 Carlos Garnacho <carlosg@gnome.org>
966 * shell/ev-transition-animation.c (ev_transition_animation_split)
967 (ev_transition_animation_paint): Implement "split" effect.
969 2008-01-04 Carlos Garnacho <carlosg@gnome.org>
971 * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
972 * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
973 (ev_view_transition_animation_start)
974 (ev_view_transition_animation_finish) (ev_transition_animation_frame)
975 (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
976 (ev_view_next_page) (ev_view_previous_page):
978 Use EvTransitionAnimation to drive page changes in the presentation
979 mode, the animation will wait to start until both the origin and
980 destination page surfaces are available. Fixes #458460.
984 Remove workaround for bug #320352, it's now fixed properly.
987 2008-01-04 Carlos Garnacho <carlosg@gnome.org>
989 * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
990 will contain the implementations for page transition animations, at
991 the moment it just has the "replace" effect.
992 * shell/Makefile.am: Added these files to build.
994 2008-01-04 Carlos Garnacho <carlosg@gnome.org>
996 * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
998 * shell/Makefile.am: Added these files to build.
1000 2008-01-04 Carlos Garnacho <carlosg@gnome.org>
1002 * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
1003 implementation to get_effect() in EvDocumentTransitionIface.
1005 2008-01-04 Carlos Garnacho <carlosg@gnome.org>
1007 * libdocument/ev-transition-effect.[ch]: New files, define a page
1008 transition effect, at the moment it maps PopplerPageTransition to a
1010 * libdocument/Makefile.am: Added these files to build.
1011 * libdocument/ev-document-transition.[ch]
1012 (ev_document_transition_get_effect): New method, gets the
1013 EvTransitionEffect returned by the interface implementation, with
1014 fallback to the "replace" effect.
1016 2007-12-30 Carl-Anton Ingmarsson <c-a.ingmarsson@oktv.se>
1019 * cut-n-paste/Makefile.am:
1020 * cut-n-paste/fileformatchooser/Makefile.am:
1021 * cut-n-paste/fileformatchooser/egg-macros.h:
1022 * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
1023 * shell/Makefile.am:
1024 * shell/ev-window.c: (image_save_dialog_response_cb),
1025 (ev_view_popup_cmd_save_image_as):
1027 Allow exporting images in any format supported by
1028 GdkPixbuf. Fixes bug #500209.
1030 2007-12-29 Carlos Garcia Campos <carlosgc@gnome.org>
1032 * backend/pixbuf/pixbuf-document.c:
1034 More warnings fixed.
1036 2007-12-29 Carlos Garcia Campos <carlosgc@gnome.org>
1038 * backend/djvu/djvu-links.c: (get_djvu_link_dest),
1039 (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
1040 * backend/djvu/djvu-text.h:
1041 * backend/tiff/tiff-document.c: (tiff_document_render):
1043 Fix compile warnings.
1045 2007-12-28 Christian Persch <chpe@gnome.org>
1047 * **/*.c: Include config.h. Bug #504721.
1049 2007-12-28 Carlos Garcia Campos <carlosgc@gnome.org>
1054 * backend/comics/Makefile.am:
1055 * backend/comics/comics-document.[ch]:
1056 * backend/comics/comicsdocument.evince-backend.in:
1057 * backend/djvu/Makefile.am:
1058 * backend/djvu/djvu-document.[ch]:
1059 * backend/djvu/djvudocument.evince-backend.in:
1060 * backend/dvi/Makefile.am:
1061 * backend/dvi/dvi-document.[c]:
1062 * backend/dvi/dvidocument.evince-backend.in:
1063 * backend/impress/Makefile.am:
1064 * backend/impress/impress-document.[ch]:
1065 * backend/impress/impressdocument.evince-backend.in:
1066 * backend/pdf/Makefile.am:
1067 * backend/pdf/ev-poppler.cc:
1068 * backend/pdf/ev-poppler.h:
1069 * backend/pdf/pdfdocument.evince-backend.in:
1070 * backend/pixbuf/Makefile.am:
1071 * backend/pixbuf/pixbuf-document.[ch]:
1072 * backend/pixbuf/pixbufdocument.evince-backend.in:
1073 * backend/ps/Makefile.am:
1074 * backend/ps/ev-spectre.[ch]:
1075 * backend/ps/ps-document.[ch]:
1076 * backend/ps/psdocument.evince-backend.in:
1077 * backend/tiff/Makefile.am:
1078 * backend/tiff/tiff-document.[ch]:
1079 * backend/tiff/tiffdocument.evince-backend.in:
1080 * libdocument/Makefile.am:
1081 * libdocument/ev-backends-manager.[ch]:
1082 * libdocument/ev-module.[ch]:
1083 * libdocument/ev-document.h:
1084 * libdocument/ev-document-factory.[ch]:
1085 (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
1086 (get_compression_from_mime_type), (get_document_from_uri),
1087 (ev_document_factory_get_document), (file_filter_add_mime_types),
1088 (ev_document_factory_add_filters):
1089 * shell/Makefile.am:
1090 * shell/ev-window-title.c: (get_filename_from_uri):
1091 * shell/main.c: (main):
1092 * thumbnailer/Makefile.am:
1093 * thumbnailer/evince-thumbnailer.c: (main):
1095 Plugin system for backends. Fixes bug #351348.
1097 2007-12-25 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1099 * shell/ev-view-private.h:
1100 * shell/ev-view.c: (ev_view_drag_update_momentum),
1101 (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
1102 (ev_view_button_release_event), (ev_view_destroy):
1104 Kinetic scrolling implemented as requested in
1105 bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
1107 2007-12-23 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1109 * data/evince-toolbar.xml:
1110 * data/evince-ui.xml:
1111 * shell/ev-view-private.h:
1112 * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1113 (ev_view_button_press_event), (ev_view_motion_notify_event),
1114 (ev_view_button_release_event), (ev_view_init),
1115 (ev_view_autoscroll_cb), (ev_view_autoscroll),
1116 (ev_view_set_cursor):
1118 * shell/ev-window.c: (ev_window_setup_action_sensitivity),
1119 (ev_window_cmd_view_autoscroll):
1121 Autoscroll feature with the context menu. Fixes bug
1122 #323670. Thanks to David Turner <cillian64@googlemail.com>.
1124 2007-12-23 Carlos Garcia Campos <carlosgc@gnome.org>
1126 * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
1128 Disconnect also page-ready signal when removing a job because the
1129 page size has changed. Thanks to kripken
1130 <kripkensteiner@gmail.com>.
1132 2007-12-21 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1134 * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
1136 Scroll pages in page entry with mouse wheel. Fixes bug
1137 #324122. Thanks to David Turner <cillian64@googlemail.com>.
1139 2007-12-20 Carlos Garcia Campos <carlosgc@gnome.org>
1141 * backend/dvi/Makefile.am:
1142 * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
1143 (mdvi_cairo_device_init):
1144 * backend/dvi/mdvi-lib/common.h:
1145 * backend/dvi/mdvi-lib/mdvi.h:
1146 * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
1147 * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
1148 (mdvi_build_path_from_cwd):
1150 Add ps specials support in dvi backend when libspectre is
1151 present. Fixes bug #386005.
1153 2007-12-20 Carlos Garcia Campos <carlosgc@gnome.org>
1156 * backend/ps/Makefile.am:
1157 * backend/ps/ev-spectre.[ch]:
1159 Use libspectre, if available, for the ps backend. Fixes bugs
1160 #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
1162 2007-12-18 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
1164 * backend/comics/comics-document.c: (comics_document_load):
1166 Cygwin build issue fix.
1168 2007-12-16 Carlos Garcia Campos <carlosgc@gnome.org>
1170 * shell/ev-view.c: (ev_view_set_zoom):
1172 Do not limit the minimum zoom factor when sizing mode is best bit
1173 or fit width. Fixes bug #503805.
1175 2007-12-14 Carlos Garcia Campos <carlosgc@gnome.org>
1177 * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
1178 * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
1179 (ev_link_dest_get_left), (ev_link_dest_get_zoom),
1180 (ev_link_dest_get_property), (ev_link_dest_set_property),
1181 (ev_link_dest_class_init), (ev_link_dest_new_xyz),
1182 (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
1183 (ev_link_dest_new_fitr):
1184 * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
1185 (goto_fith_dest), (goto_xyz_dest):
1187 Do not change left, top and zoom values when they are null in PDF
1188 destinations. Fixes bug #460658.
1190 2007-12-10 Christian Persch <chpe@gnome.org>
1192 * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
1193 (ev_view_accessible_class_init),
1194 (ev_view_accessible_idle_do_action),
1195 (ev_view_accessible_action_do_action),
1196 (ev_view_accessible_action_get_description),
1197 (ev_view_accessible_action_set_description),
1198 (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
1199 (ev_view_accessible_factory_init),
1200 (ev_view_accessible_factory_get_accessible_type):
1201 * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
1202 private data, and G_DEFINE_TYPE. Bug #502843.
1204 2007-12-08 Christian Persch <chpe@gnome.org>
1206 * shell/ev-metadata-manager.c: (item_free),
1207 (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1208 (value_free), (parse_value), (parseItem),
1209 (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1210 (save_values): Use GSlice to allocate small amounts of memory. Bug
1213 2007-12-05 Carlos Garcia Campos <carlosgc@gnome.org>
1215 * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1217 Restore cursor to normal after a drag operation. Fixes bug
1220 2007-12-04 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1225 Update for release 2.21.1
1227 2007-12-02 Carlos Garcia Campos <carlosgc@gnome.org>
1230 * cut-n-paste/gedit-message-area/Makefile.am:
1231 * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
1232 * shell/Makefile.am:
1233 * shell/ev-message-area.[ch]:
1234 * shell/ev-window.c: (ev_window_set_message_area),
1235 (ev_window_error_message_response_cb), (ev_window_error_message),
1236 (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
1237 (ev_window_save_job_cb), (image_save_dialog_response_cb),
1238 (ev_attachment_popup_cmd_open_attachment),
1239 (attachment_save_dialog_response_cb), (ev_window_set_document),
1242 Use a message area instead of a popup dialog for error
1243 notifications. Fixes bug #337495.
1245 2007-12-02 Carlos Garcia Campos <carlosgc@gnome.org>
1247 * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
1248 (ev_window_run_fullscreen):
1250 Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
1252 2007-12-01 Carlos Garcia Campos <carlosgc@gnome.org>
1254 * ev-sidebar-thumbnails.c: (update_visible_range),
1255 (ev_sidebar_thumbnails_refresh),
1256 (ev_sidebar_thumbnails_set_document),
1257 (ev_sidebar_thumbnails_support_document):
1259 Show thumbnails for documents with one page. Fixes bug #358751.
1261 2007-12-01 Carlos Garcia Campos <carlosgc@gnome.org>
1263 * shell/ev-window.c:
1264 (ev_window_load_print_settings_from_metadata),
1265 (ev_window_save_print_settings), (ev_window_print_finished),
1266 (ev_window_print_range):
1268 Print settings that are specific to the document are now saved per
1269 document in the metadata file. Fixes bug #488806.
1271 2007-11-26 Matthias Clasen <mclasen@redhat.com>
1273 * backend/tiff/tiff-document.c: (tiff_document_render):
1275 Tiff documents were rendered with wrong colors. Fixes bug #497279.
1277 2007-11-25 Carlos Garcia Campos <carlosgc@gnome.org>
1279 * shell/ev-application.[ch]: (get_find_string_from_args),
1280 (ev_application_open_uri_at_dest), (ev_application_open_uri),
1281 (ev_application_open_uri_list):
1282 * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
1283 * shell/ev-window.[ch]: (ev_window_load_job_cb),
1284 (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1285 (ev_window_cmd_recent_file_activate),
1286 (ev_window_open_recent_action_item_activated),
1287 (ev_window_print_send), (open_remote_link):
1288 * shell/main.c: (arguments_parse):
1290 Add a command line option for search. Fixes bug #497710.
1292 2007-11-20 Darren Kenny <darren.kenny@sun.com>
1294 * shell/ev-jobs.c: (ev_job_print_new):
1296 Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
1298 2007-10-29 Carlos Garcia Campos <carlosgc@gnome.org>
1300 * data/evince-toolbar.xml:
1301 * shell/Makefile.am:
1302 * shell/ev-application.c: (ev_application_init):
1303 * shell/ev-open-recent-action.[ch]:
1304 * shell/ev-window.c:
1305 (ev_window_open_recent_action_item_activated),
1306 (register_custom_actions):
1308 Add an expander to the open toolbar item which pops up a dropdown
1309 menu with the recently used documents. Fixes bug #487215.
1311 2007-10-29 Carlos Garcia Campos <carlosgc@gnome.org>
1313 * shell/ev-window.c: (ev_window_open_uri),
1314 (ev_window_cmd_view_reload):
1316 Do not jump to the first page when reloading by running evince
1317 from the command line. Fixes bug #490847.
1319 2007-10-27 Hiroyuki Ikezoe <poincare@ikezoe.net>
1321 * shell/ev-window.c: (ev_window_cmd_help_contents):
1323 Plugged memory leak when help file is not found. Fixes bug
1326 2007-10-26 Carlos Garcia Campos <carlosgc@gnome.org>
1330 Enable djvu, dvi and comics backends by default. Fixes bug
1333 2007-10-26 Carlos Garcia Campos <carlosgc@gnome.org>
1336 * cut-n-paste/Makefile.am:
1337 * cut-n-paste/recent-files/*: Removed
1338 * help/reference/Makefile.am:
1339 * shell/Makefile.am:
1340 * shell/ev-application.[ch]: (ev_application_shutdown),
1341 (ev_application_init):
1342 * shell/ev-window.c: (ev_window_add_recent),
1343 (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
1345 Bump requirements to gtk+ 2.10.0 and remove egg-recent code.
1347 2007-10-25 Pascal Terjan <pterjan@linuxfr.org>
1349 * shell/ev-window.c: (launch_external_uri):
1351 Let GnomeVFS check the URL, this allow more URL (like mailto:),
1352 and report error if the URL is not supported (#489910).
1354 2007-10-24 Carlos Garcia Campos <carlosgc@gnome.org>
1356 * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1357 (pdf_document_file_exporter_begin_page),
1358 (pdf_document_file_exporter_end_page):
1360 Fix printing with poppler splash backend. Fixes bug #489774.
1362 2007-10-22 Carlos Garcia Campos <carlosgc@gnome.org>
1364 * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1365 * shell/ev-print-job.c: (ev_print_job_class_init):
1367 Fix a crash when printing with the gnome-print dialog. Fixes bug
1370 2007-10-18 Sebastien Bacher <seb128@ubuntu.com>
1372 * backend/pixbuf/pixbuf-document.c:
1374 Fix an implicit function definition warning (#487655)
1376 2007-10-11 Carlos Garcia Campos <carlosgc@gnome.org>
1378 * shell/ev-window.c:
1380 Fix conflicting shortcut for view sade pane and presentation.
1382 2007-10-11 Carlos Garcia Campos <carlosgc@gnome.org>
1384 * backend/pdf/ev-poppler.cc:
1385 (pdf_document_file_exporter_begin_page),
1386 (pdf_document_file_exporter_do_page),
1387 (pdf_document_file_exporter_end_page),
1388 (pdf_document_file_exporter_iface_init):
1389 * libdocument/ev-file-exporter.[ch]:
1390 (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
1391 * shell/ev-jobs.c: (ev_job_print_get_page_list),
1394 When printing multiple pages per sheet in reverse option, do not
1395 invert the order of the pages in every sheet, but the order of the
1396 sheets. Do not print blank pages when page range is invalid. Fixes
1397 bugs #484857 and #485521.
1399 2007-10-10 Carlos Garcia Campos <carlosgc@gnome.org>
1401 * shell/ev-jobs.c: (ev_job_print_get_page_list),
1403 * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1405 Respect ranges order when printing more than one range in random
1408 2007-10-10 Martin Schanzenbach <mschanzenbach@gmail.com>
1410 * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
1411 (ev_window_setup_document), (ev_window_rotation_changed_cb):
1413 Rotate also the window icon when document is rotated. Fixes bug
1416 2007-10-04 Carlos Garcia Campos <carlosgc@gnome.org>
1418 * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
1419 (pdf_document_forms_get_form_fields):
1421 Silently ignore unknown form fields. Fixes bug #482654. Patch by
1424 2007-10-04 Carlos Garcia Campos <carlosgc@gnome.org>
1427 * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1429 Use poppler_page_render_for_printing() instead of
1430 poppler_page_render() if available when exporting to a ps or pdf
1431 file. Fixes bug #476627.
1433 2007-10-04 Carlos Garcia Campos <carlosgc@gnome.org>
1435 * shell/ev-window.c: (ev_window_run_fullscreen):
1437 Do not show the toolbar in fullscreen mode if the main toolbar is
1438 not visible. Fixes bug #483048.
1440 2007-09-29 Carlos Garcia Campos <carlosgc@gnome.org>
1442 * shell/ev-view.c: (ev_view_button_press_event):
1444 Give priority to form fields over images when deciding whether a
1445 button press event is over an image or form field. It allows edit
1446 form fields when they are over a background image. Fixes bug
1449 2007-09-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1454 Update for release 2.20.0
1456 2007-09-12 Carlos Garcia Campos <carlosgc@gnome.org>
1458 * backend/pdf/ev-poppler.cc:
1460 Remove #ifdef HAVE_FORMS, so that forms support works again.
1462 2007-09-05 Götz Waschk <waschk@mandriva.org>
1465 * data/evince.desktop.in.in:
1467 Fixes desktop file issues. See bug #473471.
1469 2007-09-04 Carlos Garcia Campos <carlosgc@gnome.org>
1471 * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
1472 (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
1473 (ev_job_queue_remove_job):
1474 * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
1475 (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
1476 * shell/ev-window.c: (ev_window_clear_save_job),
1477 (ev_window_save_job_cb), (file_save_dialog_response_cb),
1478 (ev_window_dispose):
1480 Move save a copy task to its own job so that it's carried out in a
1481 thread avoiding another lock in the main thread. Use
1482 ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
1483 can be saved to a pathin another file system. Fixes bug #456891.
1485 2007-09-04 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1490 Update for release 2.19.92
1492 2007-09-03 Carlos Garcia Campos <carlosgc@gnome.org>
1495 * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1496 (pdf_selection_get_selection_region),
1497 (pdf_selection_get_selection_map),
1498 (ev_form_field_from_poppler_field):
1500 Bump requirements to poppler 0.6 and drop all ifdefs used. Double
1501 and triple click selections are enabled again now.
1503 2007-09-03 Carlos Garcia Campos <carlosgc@gnome.org>
1505 * shell/ev-window.c: (ev_window_add_history):
1507 Make sure not to use the history with documents not supporting
1508 links. Fixes bug #468954.
1510 2007-09-03 Carlos Garcia Campos <carlosgc@gnome.org>
1512 * shell/ev-window.c: (ev_window_load_job_cb):
1514 Restart the search when reloading a document with the find bar
1515 visible. Fixes bug #461962.
1517 2007-09-03 Carlos Garcia Campos <carlosgc@gnome.org>
1519 * shell/ev-window.c: (setup_document_from_metadata),
1520 (ev_window_load_job_cb), (ev_window_cmd_view_reload):
1522 Do not jump to the first page when reloading a document from the
1525 2007-09-03 Carlos Garcia Campos <carlosgc@gnome.org>
1527 * shell/ev-window.c: (update_chrome_flag),
1528 (setup_sidebar_from_metadata),
1529 (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
1530 (ev_window_cmd_edit_find_next),
1531 (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
1532 (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
1533 (find_bar_close_cb), (view_actions_focus_in_cb):
1535 Do not update visibility when changing a chrome flag so that it's
1536 possible to update several flags and update visibility only once
1539 2007-09-03 Carlos Garcia Campos <carlosgc@gnome.org>
1541 * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1543 Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
1544 supported by gtk+. Fixes bug #460907.
1546 2007-09-03 Carlos Garcia Campos <carlosgc@gnome.org>
1548 * shell/ev-view.c: (view_update_range_and_current_page):
1550 Make sure current-page <= end-page in continuous mode. Fixes bug
1553 2007-09-03 Carlos Garcia Campos <carlosgc@gnome.org>
1555 * backend/pdf/ev-poppler.cc: (build_tree):
1557 Ignore outline items without a title. Fixes bug #453913.
1559 2007-09-03 Carlos Garcia Campos <carlosgc@gnome.org>
1561 * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1562 (ev_view_button_release_event), (ev_view_leave_notify_event):
1564 Use always drag mouse cursor during a drag operation. Fixes bug
1567 2007-09-02 Carlos Garcia Campos <carlosgc@gnome.org>
1569 * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1570 (pdf_selection_get_selection_region),
1571 (pdf_selection_get_selection_map):
1573 Temporarily disable double and triple selections since it depends on
1574 poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
1575 released and the update of the external dependency minimal version
1578 2007-09-01 Carlos Garcia Campos <carlosgc@gnome.org>
1580 * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1581 (pdf_document_file_exporter_do_page):
1582 * libdocument/ev-file-exporter.h:
1583 * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1584 * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1586 Actually fix printing regressions. Remove orientation from
1587 EvPrintContext since it's redundant.
1589 2007-08-31 Carlos Garcia Campos <carlosgc@gnome.org>
1591 * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
1592 * backend/impress/impress-document.c:
1593 (impress_document_document_iface_init):
1594 * backend/ps/ps-document.c: (ps_document_document_iface_init):
1595 * backend/djvu/djvu-document.c:
1596 (djvu_document_document_iface_init),
1597 (djvu_selection_get_selected_text), (djvu_selection_iface_init):
1598 * backend/tiff/tiff-document.c:
1599 (tiff_document_document_iface_init):
1600 * backend/pixbuf/pixbuf-document.c:
1601 (pixbuf_document_document_iface_init):
1602 * backend/comics/comics-document.c:
1603 (comics_document_document_iface_init):
1604 * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
1605 (pdf_selection_render_selection),
1606 (pdf_selection_get_selected_text),
1607 (pdf_selection_get_selection_region),
1608 (pdf_selection_get_selection_map), (pdf_selection_iface_init):
1609 * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
1610 (ev_selection_get_selection_region),
1611 (ev_selection_get_selection_map):
1612 * libdocument/ev-document.[ch]:
1613 * shell/ev-pixbuf-cache.[ch]: (add_job),
1614 (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
1615 * shell/ev-view-private.h:
1616 * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
1617 (ev_job_render_run):
1618 * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1619 * shell/ev-view.c: (start_selection_for_event),
1620 (ev_view_button_press_event), (ev_view_drag_data_get),
1621 (ev_view_drag_data_received), (ev_view_button_release_event),
1622 (compute_new_selection_text), (compute_selections),
1623 (ev_view_select_all), (get_selected_text), (ev_view_copy),
1624 (ev_view_primary_get_cb):
1626 Add support for double and triple click selections.
1628 2007-08-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1633 Update for release 2.19.4
1635 2007-08-28 Justin Blanchard <justinb04@aim.com>
1637 * shell/ev-view-private.h:
1638 * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
1639 (ev_view_set_highlight_search):
1641 * shell/ev-window.c: (ev_window_cmd_edit_find_next),
1642 (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
1643 (find_bar_visibility_changed_cb):
1645 Enables 'find next' when bindbar is hidden. Fixes bug #323817.
1647 2007-08-27 Carlos Garcia Campos <carlosgc@gnome.org>
1649 * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1650 (pdf_document_file_exporter_begin),
1651 (pdf_document_file_exporter_do_page):
1652 * shell/ev-jobs.c: (ev_job_print_run):
1653 * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1655 Create always a portrait cairo surface and rotate when needed for
1656 landscape. It fixes printing problems in real printers.
1658 2007-08-25 Carlos Garcia Campos <carlosgc@gnome.org>
1660 * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1661 * libdocument/ev-file-exporter.[ch]:
1662 (ev_file_exporter_get_capabilities):
1663 * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1664 * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1666 Adjust number of pages per row according to page orientation when
1667 printing 2 or 6 pages per sheet.
1669 2007-08-25 Carlos Garcia Campos <carlosgc@gnome.org>
1671 * shell/ev-window.c: (ev_window_print_send):
1673 Reset also cups setting to 1 when printing multiple pages per
1674 sheet. Fixes bug #468853.
1676 2007-08-24 Carlos Garcia Campos <carlosgc@gnome.org>
1678 * libdocument/ev-document-misc.c:
1679 (ev_document_misc_surface_rotate_and_scale):
1681 Use directly cairo_surface_get_content() when creating a similar
1682 surface as suggested by Jeff Muizelaar. Thanks again.
1684 2007-08-24 Carlos Garcia Campos <carlosgc@gnome.org>
1686 * backend/djvu/djvu-document.c: (djvu_document_render):
1687 * backend/tiff/tiff-document.c: (tiff_document_render):
1688 * backend/pdf/ev-poppler.cc: (pdf_document_render):
1689 * libdocument/ev-document-misc.c:
1690 (ev_document_misc_surface_from_pixbuf),
1691 (ev_document_misc_surface_rotate_and_scale):
1693 Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
1694 creating page surfaces. Fixes bug #453123. Thank you very much to
1695 Jeff Muizelaar <jeff@infidigm.net>.
1697 2007-08-17 Carlos Garcia Campos <carlosgc@gnome.org>
1699 * shell/ev-page-cache.c: (ev_page_cache_new),
1700 (ev_page_cache_get_thumbnail_size):
1701 * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
1702 (ev_sidebar_thumbnails_set_loading_icon):
1704 Also store in page-cache the dimensions of the thumbnails so that
1705 they can be used to create the correct loading icon in the side
1706 pane. Fixes bug #466857.
1708 2007-08-17 Carlos Garcia Campos <carlosgc@gnome.org>
1710 * backend/pdf/ev-poppler.cc:
1711 (pdf_document_thumbnails_get_thumbnail):
1713 Fix thumbnails rotation in pdf documents that include embedded
1716 2007-08-15 Jens Granseuer <jensgr@gmx.net>
1718 * backend/pdf/ev-poppler.cc:
1720 Don't use #ifdef in macro expansion. Some compilers don't
1721 like that. Closes bug #467042.
1723 2007-08-15 Justin Blanchard <justinb04@aim.com>
1725 * backend/djvu/djvu-document.c: (djvu_document_finalize):
1727 Fixes memory leak in djvu backend.
1729 2007-08-15 Andreas Nilsson <nisses.mail@home.se>
1731 * data/icons/32x32/Makefile.am:
1732 * data/icons/32x32/actions/Makefile.am:
1733 * data/icons/32x32/actions/view-page-cont.svg:
1734 * data/icons/32x32/actions/view-page-facing.svg:
1735 * data/icons/48x48/Makefile.am:
1736 * data/icons/48x48/actions/Makefile.am:
1737 * data/icons/48x48/actions/view-page-cont.svg:
1738 * data/icons/48x48/actions/view-page-facing.svg:
1740 Icons for a new sizes.
1742 2007-08-14 Justin Blanchard <justinb04@aim.com>
1744 * shell/ev-page-cache.c: (build_height_to_page),
1745 (ev_page_cache_get_height_to_page):
1747 Fixes invalid read, see bug #466401.
1749 2007-08-11 Carlos Garcia Campos <carlosgc@gnome.org>
1751 * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
1753 * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1754 (configure_item_cursor), (new_pixbuf_from_widget):
1756 Fix multihead problems in toolbar editor. Fixes bug #382055.
1758 2007-08-11 Carlos Garcia Campos <carlosgc@gnome.org>
1760 * shell/ev-window.c: (ev_window_cmd_file_open),
1761 (ev_window_cmd_save_as):
1763 Use g_get_user_special_dir when available instead of
1764 xdg_user_dir_lookup.
1766 2007-08-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1770 Updated according to request on desktop-devel.
1772 2007-08-05 Carlos Garcia Campos <carlosgc@gnome.org>
1774 * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
1776 Do not use cairo_rectangle and cairo_clip since we are
1777 not using cairo_fill but cairo_paint. Use the same cairo context
1778 for every page in the same expose event.
1780 2007-07-31 Hiroyuki Ikezoe <poincare@ikezoe.net>
1782 * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
1785 2007-07-30 Carlos Garcia Campos <carlosgc@gnome.org>
1792 2007-07-30 Carlos Garcia Campos <carlosgc@gnome.org>
1794 * libdocument/ev-document-info.h:
1795 * libdocument/ev-document.h:
1796 * shell/ev-page-action.h:
1797 * shell/ev-sidebar-links.h:
1799 Fix a headers problem with ev-link
1801 * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
1802 * shell/ev-view-private.h:
1803 * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1804 (get_link_area), (ev_view_query_tooltip),
1805 (ev_view_leave_notify_event), (ev_view_destroy),
1806 (ev_view_class_init):
1808 Use new gtk tooltips when available instead of ev-tooltip.
1810 2007-07-30 Carlos Garcia Campos <carlosgc@gnome.org>
1812 * shell/ev-window.c: (update_chrome_visibility),
1813 (ev_window_sidebar_visibility_changed_cb):
1815 Do not hide sidebar in fullscreen mode. Fixes bug #396535.
1817 2007-07-29 Carlos Garcia Campos <carlosgc@gnome.org>
1819 * shell/ev-navigation-action.c:
1820 (ev_navigation_action_history_changed),
1821 (ev_navigation_action_set_history):
1822 * shell/ev-navigation-action-widget.c:
1823 (ev_navigation_action_widget_init):
1824 * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1826 Fix compile warnings.
1828 2007-07-29 Carlos Garcia Campos <carlosgc@gnome.org>
1830 * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1831 (egg_editable_toolbar_dispose):
1835 2007-07-29 Carlos Garcia Campos <carlosgc@gnome.org>
1837 * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1838 (screensaver_disable_x11):
1839 * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1840 * shell/ev-window.c: (presentation_set_timeout):
1841 * shell/ev-view.c: (ev_view_presentation_transition_start):
1843 Use g_timeout_add_seconds instead of g_timeout_add when
1846 2007-07-29 Carlos Garcia Campos <carlosgc@gnome.org>
1848 * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
1850 Set horizontal scrollbar policy to AUTOMATIC instead of
1851 NEVER. Workaround for bug #449462.
1853 2007-07-29 Carlos Garcia Campos <carlosgc@gnome.org>
1855 * shell/ev-jobs.c: (ev_job_render_page_ready):
1857 Add page_ready callback to main loop with high priority and hold
1858 a reference to job during idle.
1860 2007-07-29 Carlos Garcia Campos <carlosgc@gnome.org>
1863 * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1864 (pdf_document_file_exporter_begin),
1865 (pdf_document_file_exporter_do_page),
1866 (pdf_document_file_exporter_get_capabilities):
1867 * libdocument/ev-file-exporter.h:
1868 * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1869 * shell/ev-window.c: (ev_window_print_send),
1870 (ev_window_print_dialog_response_cb):
1872 Allow printing multiple pages per sheet. Fixes bug #395573.
1874 2007-07-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1876 * shell/ev-view.c: (tip_from_link):
1878 Check for NULL, fixes bug #460862.
1880 2007-07-29 Christian Persch <chpe@gnome.org>
1882 * shell/ev-window.c: (ev_window_enumerate_printer_cb),
1883 (ev_window_preview_print_finished), (ev_window_do_preview_print),
1884 (ev_window_cmd_preview_print):
1886 Fixes bug #437681 - blocks while enumerating printers.
1888 2007-07-29 Christian Persch <chpe@gnome.org>
1890 * shell/ev-window.c: (ev_window_screen_changed):
1892 Don't use deprecated gtk+ function. See bug #460909.
1894 2007-07-27 Carlos Garcia Campos <carlosgc@gnome.org>
1896 * shell/ev-utils.c: (get_num_monitors):
1897 * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
1899 Do not use display before initializing it. Remove compile
1902 2007-07-27 Cosimo Cecchi <anarki@lilik.it>
1904 * shell/ev-view.c: (ev_view_class_init):
1906 Unix-like hjkl bindings added. See bug #458111.
1908 2007-07-27 Johannes Buchner <buchner.johannes@gmx.at>
1910 * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
1912 * shell/ev-view.c: (ev_view_set_zoom_for_size),
1913 (ev_view_update_view_size):
1915 * shell/ev-window.c: (ev_window_update_actions),
1916 (setup_view_from_metadata), (ev_window_screen_changed),
1917 (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
1918 (zoom_control_changed_cb):
1919 * shell/ev-window.h:
1921 Reorganizes utility functions.
1923 2007-07-26 Carlos Garcia Campos <carlosgc@gnome.org>
1925 * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1926 (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1927 (add_job), (ev_pixbuf_cache_get_surface),
1928 (ev_pixbuf_cache_get_link_mapping),
1929 (ev_pixbuf_cache_get_image_mapping),
1930 (ev_pixbuf_cache_get_form_field_mapping),
1931 (ev_pixbuf_cache_get_text_mapping):
1932 * shell/ev-jobs.[ch]: (ev_job_render_class_init),
1933 (notify_page_ready), (ev_job_render_page_ready),
1934 (ev_job_render_run):
1936 Add page_ready signal to notify that page is ready as soon as
1937 possible even if other page elements like links, forms, images or
1938 text mapping are not ready yet.
1940 2007-07-26 Carlos Garcia Campos <carlosgc@gnome.org>
1942 * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
1943 (dvi_document_file_exporter_do_page),
1944 (dvi_document_file_exporter_get_capabilities),
1945 (dvi_document_file_exporter_iface_init):
1946 * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
1947 (ps_document_file_exporter_do_page),
1948 (ps_document_file_exporter_get_capabilities),
1949 (ps_document_file_exporter_iface_init):
1950 * backend/djvu/djvu-document.c:
1951 (djvu_document_file_exporter_begin),
1952 (djvu_document_file_exporter_end),
1953 (djvu_document_file_exporter_get_capabilities),
1954 (djvu_document_file_exporter_iface_init):
1955 * backend/tiff/tiff-document.c:
1956 (tiff_document_file_exporter_begin),
1957 (tiff_document_file_exporter_get_capabilities),
1958 (tiff_document_document_file_exporter_iface_init):
1959 * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1960 (pdf_document_file_exporter_do_page),
1961 (pdf_document_file_exporter_get_capabilities),
1962 (pdf_document_file_exporter_iface_init):
1963 * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
1964 (ev_file_exporter_get_capabilities):
1965 * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
1966 (idle_print_handler), (ev_print_job_print):
1967 * shell/ev-jobs.c: (ev_job_print_run):
1968 * shell/ev-window.c: (ev_window_print_send),
1969 (ev_window_print_range):
1971 Use capabilities to know which options should be offered by the
1972 print dialog depending on the document backend.
1974 2007-07-25 Carlos Garcia Campos <carlosgc@gnome.org>
1976 * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1978 Give priority to forms over text to set the cursor.
1980 2007-07-24 Carlos Garcia Campos <carlosgc@gnome.org>
1982 * shell/ev-view-private.h:
1983 * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1984 (ev_view_leave_notify_event), (ev_view_finalize),
1985 (ev_view_get_property), (ev_view_class_init):
1987 Use IBEAM cursor for text form fields and NORMAL cursor for read
1988 only fields. Remove unused status attribute.
1990 2007-07-20 Carlos Garcia Campos <carlosgc@gnome.org>
1992 * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1994 Update region for current selected items also for checkbox
1995 buttons, since they can behave as radio buttons when they are in a
1998 2007-07-19 Carlos Garcia Campos <carlosgc@gnome.org>
2001 * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2003 Get max length of text form fields.
2005 2007-07-19 Carlos Garcia Campos <carlosgc@gnome.org>
2007 * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2008 * libdocument/ev-form-field.h:
2009 * shell/ev-view.c: (ev_view_form_field_text_create_widget):
2011 Fix build with current poppler cvs head.
2013 2007-07-11 Carlos Garcia Campos <carlosgc@gnome.org>
2015 * cut-n-paste/zoom-control/ephy-zoom-control.c:
2016 * shell/eggfindbar.c: (egg_find_bar_init):
2018 Fix build with gtk+ >= 2.11.5 due to gtktooltips
2019 deprecation. Fixes bug #455667
2021 2007-07-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2026 Update for release 0.9.2
2028 2007-07-09 Carlos Garcia Campos <carlosgc@gnome.org>
2030 * shell/ev-view.c: (ev_view_form_field_text_save),
2031 (ev_view_form_field_choice_save):
2033 Fix a crash when closing whith a form widget visible.
2035 2007-07-09 Carlos Garcia Campos <carlosgc@gnome.org>
2037 * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2039 Update also the region of the current selected button when
2040 clicking on another button if they are radio buttons.
2042 2007-07-09 Carlos Garcia Campos <carlosgc@gnome.org>
2044 * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
2045 (dispose_cache_job_info), (job_finished_cb), (move_one_job),
2046 (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
2047 (ev_pixbuf_cache_get_link_mapping),
2048 (ev_pixbuf_cache_get_image_mapping),
2049 (ev_pixbuf_cache_get_form_field_mapping),
2050 (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
2051 * shell/ev-view.c: (ev_view_form_field_get_region),
2052 (ev_view_form_field_button_create_widget),
2053 (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2056 Redraw only form field region instead of the whole page when
2057 reloading a page to show changes on the form field.
2059 2007-07-09 Carlos Garcia Campos <carlosgc@gnome.org>
2061 * shell/ev-view.c: (ev_view_form_field_choice_save):
2063 Fix selection of first item in list form fields.
2065 2007-07-09 Carlos Garcia Campos <carlosgc@gnome.org>
2067 * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
2068 (ev_pixbuf_cache_reload_page),
2069 (ev_pixbuf_cache_get_form_field_mapping):
2071 Some refactoring to avoid duplicated code.
2073 2007-07-08 Carlos Garcia Campos <carlosgc@gnome.org>
2076 * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
2077 (ev_form_field_from_poppler_field),
2078 (pdf_document_forms_get_form_fields),
2079 (pdf_document_forms_form_field_text_get_text),
2080 (pdf_document_forms_form_field_text_set_text),
2081 (pdf_document_forms_form_field_button_set_state),
2082 (pdf_document_forms_form_field_button_get_state),
2083 (pdf_document_forms_form_field_choice_get_item),
2084 (pdf_document_forms_form_field_choice_get_n_items),
2085 (pdf_document_forms_form_field_choice_is_item_selected),
2086 (pdf_document_forms_form_field_choice_select_item),
2087 (pdf_document_forms_form_field_choice_toggle_item),
2088 (pdf_document_forms_form_field_choice_unselect_all),
2089 (pdf_document_forms_form_field_choice_set_text),
2090 (pdf_document_forms_form_field_choice_get_text),
2091 (pdf_document_document_forms_iface_init):
2092 * libdocument/Makefile.am:
2093 * libdocument/ev-form-field.[ch]:
2094 * libdocument/ev-document-forms.[ch]:
2095 * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2096 (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2097 (add_job), (ev_pixbuf_cache_reload_page),
2098 (ev_pixbuf_cache_get_form_field_mapping):
2099 * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
2100 * shell/ev-view-private.h:
2101 * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
2102 (ev_view_handle_cursor_over_xy),
2103 (ev_view_get_form_field_at_location),
2104 (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
2105 (ev_view_form_field_button_create_widget),
2106 (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
2107 (ev_view_form_field_text_create_widget),
2108 (ev_view_form_field_choice_save),
2109 (ev_view_form_field_choice_changed),
2110 (ev_view_form_field_choice_create_widget),
2111 (ev_view_handle_form_field), (ev_view_size_allocate),
2112 (ev_view_realize), (draw_end_presentation_page),
2113 (ev_view_button_press_event), (ev_view_remove_all),
2114 (ev_view_motion_notify_event), (ev_view_key_press_event),
2115 (ev_view_enter_notify_event), (highlight_find_results),
2116 (draw_loading_text), (draw_one_page), (ev_view_destroy),
2117 (ev_view_class_init), (page_changed_cb),
2118 (on_adjustment_value_changed), (ev_view_set_presentation),
2119 (merge_selection_region), (ev_view_set_cursor),
2120 (ev_view_reset_presentation_state):
2122 Merge evince-forms branch.
2124 2007-07-03 Jaap Haitsma <jaap@haitsma.org>
2126 * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
2128 * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
2129 This script also updates itself from libegg
2131 * cut-n-paste/toolbar-editor/egg*:
2132 Run update-toolbareditor-from-libegg.sh so we are in sync again with
2135 2007-07-02 Jaap Haitsma <jaap@haitsma.org>
2137 * shell/ev-window.c:
2139 Adds a nice icon to page action during toolbar editing.
2142 2007-07-02 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2144 * data/evince-toolbar.xml:
2145 * shell/ev-window.c:
2147 Let user add a presentation and fullscreen icons on toolbar.
2150 2007-07-01 Jaap Haitsma <jaap@haitsma.org>
2152 * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg:
2154 new script to keep in sync with toolbareditor in libegg
2156 * cut-n-paste/toolbar-editor/*:
2158 Run update-toolbareditor-from-libegg so we are in sync again.
2162 2007-07-01 Carlos Garcia Campos <carlosgc@gnome.org>
2164 * shell/ev-sidebar-links.c: (job_finished_callback):
2166 Do not connect selection changed signal more than once. Fixes bug
2169 2007-06-29 Carlos Garcia Campos <carlosgc@gnome.org>
2171 * shell/ev-window.c: (ev_window_view_sidebar_cb):
2173 Do not change sidebar chrome flag when pressing F9 key in
2176 2007-06-29 Carlos Garcia Campos <carlosgc@gnome.org>
2178 * backend/pdf/ev-poppler.cc:
2179 (pdf_document_thumbnails_get_dimensions):
2181 Make sure thumbnails width and height is not <= 0. Fixes a crash
2182 with some pdf documents which have really small pages.
2184 2007-06-22 Gabor Kelemen <kelemeng@gnome.hu>
2186 * shell/main.c: (main):
2188 Fixes program description translation issue.
2191 2007-06-21 Cesar Fernandez <cesar@pk2.org>
2193 * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
2195 Do not change current page when returning from black/white mode
2196 in presentation. Fixes bug #415032.
2198 2007-06-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2203 Update for release 0.9.1
2205 2007-06-17 Alaska Subedi <asubedi@gmail.com>
2207 * backend/dvi/dvi-document.c:
2208 (dvi_document_finalize),
2209 (dvi_document_file_exporter_format_supported),
2210 (dvi_document_file_exporter_begin),
2211 (dvi_document_file_exporter_do_page),
2212 (dvi_document_file_exporter_end),
2213 (dvi_document_file_exporter_iface_init), (dvi_document_init):
2215 PDF exporter for dvi documents. Fixes bug #441319.
2217 2007-06-17 Carlos Garcia Campos <carlosgc@gnome.org>
2219 * shell/ev-window.c: (ev_window_clear_print_job):
2221 Clear gtk print job when job has finished. Fixes bug #447612.
2223 2007-06-17 Carlos Garcia Campos <carlosgc@gnome.org>
2225 * shell/ev-window.c: (ev_window_print_send),
2226 (ev_window_print_dialog_response_cb), (ev_window_print_range):
2228 Add preview button to print dialog. Fixes bug #445419.
2230 2007-06-17 Carlos Garcia Campos <carlosgc@gnome.org>
2232 * backend/dvi/Makefile.am:
2233 * backend/dvi/pixbuf-device.[ch]: Removed
2234 * backend/dvi/cairo-device.[ch]: Added
2235 * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
2236 * backend/dvi/dvi-document.c: (dvi_document_load),
2237 (dvi_document_render), (dvi_document_finalize),
2238 (dvi_document_thumbnails_get_thumbnail), (parse_color),
2239 (dvi_document_do_color_special):
2240 * libdocument/ev-document-misc.[ch]:
2241 (ev_document_misc_pixbuf_from_surface):
2243 Port dvi backend to cairo and fix a problem with colors.
2245 2007-06-14 Carlos Garcia Campos <carlosgc@gnome.org>
2247 * shell/ev-view.c: (draw_one_page):
2249 Draw only visible region.
2251 2007-06-13 Carlos Garcia Campos <carlosgc@gnome.org>
2253 * backend/djvu/djvu-document.c: (djvu_document_render):
2255 Fix rotation in djvu backend.
2257 2007-06-13 Carlos Garcia Campos <carlosgc@gnome.org>
2259 * shell/ev-pixbuf-cache.c: (job_finished_cb),
2260 (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
2261 (ev_pixbuf_cache_get_image_mapping),
2262 (ev_pixbuf_cache_get_text_mapping):
2264 Redraw view every time we have a new surface. Fixes bug #443587.
2266 2007-06-13 Carlos Garcia Campos <carlosgc@gnome.org>
2268 * libdocument/ev-document.c: (ev_document_info_free):
2272 2007-06-13 Carlos Garcia Campos <carlosgc@gnome.org>
2274 * backend/dvi/dvi-document.c: (dvi_document_render),
2275 (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
2276 * backend/impress/impress-document.c:
2277 (imp_render_get_from_drawable), (impress_document_render_pixbuf),
2278 (impress_document_render), (impress_document_document_iface_init),
2279 (impress_document_thumbnails_get_thumbnail):
2280 * backend/djvu/djvu-document-private.h:
2281 * backend/djvu/djvu-document.c: (djvu_document_render),
2282 (djvu_document_finalize), (djvu_document_document_iface_init),
2283 (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
2284 * backend/tiff/tiff-document.c: (tiff_document_render),
2285 (tiff_document_render_pixbuf),
2286 (tiff_document_document_iface_init):
2287 * backend/pdf/ev-poppler.cc: (pdf_document_render),
2288 (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
2289 (pdf_selection_render_selection):
2290 * backend/comics/comics-document.c:
2291 (comics_document_render_pixbuf), (comics_document_render),
2292 (comics_document_document_iface_init):
2293 * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
2294 (pixbuf_document_document_iface_init):
2295 * libdocument/ev-document-misc.[ch]:
2296 (ev_document_misc_surface_from_pixbuf),
2297 (ev_document_misc_surface_rotate_and_scale):
2298 * libdocument/ev-document.[ch]: (ev_document_render):
2299 * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
2300 * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2301 (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2302 (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
2303 (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
2304 (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
2305 * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2306 (render_finished_cb), (ev_job_render_run):
2307 * shell/ev-view.c: (draw_loading_text), (draw_one_page),
2308 (merge_selection_region):
2310 Use cairo image surfaces instead of GDK pixbufs for drawing pages
2313 2007-06-12 Carlos Garcia Campos <carlosgc@gnome.org>
2315 * shell/ev-window-title.c: (ev_window_title_update):
2319 2007-06-09 Carlos Garcia Campos <carlosgc@gnome.org>
2321 * shell/ev-view.c: (draw_loading_text):
2323 Show loading text centered. Fixes bug #433061
2325 2007-06-09 Carlos Garcia Campos <carlosgc@gnome.org>
2327 * shell/ev-sidebar-thumbnails.c:
2328 (ev_sidebar_thumbnails_set_loading_icon):
2330 Remove a mutex in the main thread that blocks the UI in heavy
2333 2007-06-09 Carlos Garcia Campos <carlosgc@gnome.org>
2335 * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
2337 Set points_set to TRUE so that selections don't disappear after a
2340 2007-06-07 Michael Monreal <infernux@web.de>
2342 * data/icons/16x16/actions/Makefile.am:
2343 * data/icons/16x16/actions/zoom.svg:
2344 * data/icons/22x22/actions/Makefile.am:
2345 * data/icons/22x22/actions/zoom.svg:
2346 * data/icons/24x24/actions/Makefile.am:
2347 * shell/ev-stock-icons.c:
2348 * shell/ev-stock-icons.h:
2349 * shell/ev-window.c:
2351 Zoom icon artwork. See bug #444795.
2353 2007-06-05 Bastien Nocera <hadess@hadess.net>
2355 * shell/ev-metadata-manager.c: Remove extraneous function
2358 2007-06-05 Bastien Nocera <hadess@hadess.net>
2360 * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
2361 (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
2362 (ev_metadata_manager_set), (ev_metadata_manager_save):
2363 Simplify the timeout, no need for modified anymore
2365 2007-06-05 Bastien Nocera <hadess@hadess.net>
2367 * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
2368 (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2369 (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2370 (ev_metadata_manager_save): Adapted patch from Arjan van de
2371 Ven (arjan@linux.intel.com) to avoid the timeout running all the
2372 time, saves on power (Closes: #443851)
2374 2007-06-02 Carlos Garcia Campos <carlosgc@gnome.org>
2377 * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
2378 (pdf_selection_render_selection), (pdf_document_get_page_duration):
2380 Bump requirements to poppler 0.5.9 and drop all ifdefs used.
2382 2007-05-25 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2384 * shell/ev-window.c: (ev_window_add_history):
2386 Check if history is NULL
2388 2007-05-25 Carlos Garcia Campos <carlosgc@gnome.org>
2390 * libdocument/ev-image.c: (ev_image_finalize):
2391 * libdocument/ev-document-factory.c: (free_uncompressed_uri):
2392 * libdocument/ev-attachment.c: (ev_attachment_finalize):
2393 * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
2394 (ev_tmp_uri_unlink):
2396 Add functions to delete temporary files created by evince in a safe
2399 * shell/ev-window.c: (ev_window_clear_local_uri),
2400 (open_xfer_update_progress_callback),
2401 (save_xfer_update_progress_callback), (ev_window_save_remote),
2402 (file_save_dialog_response_cb), (ev_window_cmd_save_as),
2403 (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2404 (attachment_save_dialog_response_cb),
2405 (ev_attachment_popup_cmd_save_attachment_as):
2407 Allow saving a copy of a document, image or attachment to a remote
2408 location. Fixes bug #440754.
2410 2007-05-22 Carlos Garcia Campos <carlosgc@gnome.org>
2413 * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2415 Fix build with current poppler from cvs head.
2417 2007-05-21 Eduardo Lima <eduardo.lima@indt.org.br>
2419 * libdocument/ev-file-helpers.c: (ensure_dir_exists):
2421 Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
2424 2007-05-20 Wouter Bolsterlee <wbolster@svn.gnome.org>
2426 * shell/ev-sidebar.c: (ev_sidebar_add_page):
2427 * shell/ev-window.c:
2429 Change sidebar ordering. Fixes bug #439939.
2431 2007-05-20 Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
2433 * backend/comics/Makefile.am:
2435 Fixes build with --without-libgnome.
2437 2007-05-19 Carlos Garcia Campos <carlosgc@gnome.org>
2439 * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
2441 Update cursor and tooltip on page change and view scroll. Fixes bug
2444 2007-05-14 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2449 Update for release 0.9.0
2451 2007-05-14 Alaska Subedi <asubedi@gmail.com>
2453 * backend/djvu/djvu-document-private.h:
2454 * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
2455 (djvu_document_finalize),
2456 (djvu_document_file_exporter_format_supported),
2457 (djvu_document_file_exporter_begin),
2458 (djvu_document_file_exporter_do_page),
2459 (djvu_document_file_exporter_end),
2460 (djvu_document_file_exporter_iface_init), (djvu_document_init):
2462 Implemented printing with djvu. Bug #437998.
2464 2007-05-14 Carlos Garcia Campos <carlosgc@gnome.org>
2466 * backend/impress/zip.c:
2467 Add missing ulong definition.
2469 * backend/ps/ps-interpreter.c:
2470 Add missing headers.
2472 Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
2474 2007-05-14 Carlos Garcia Campos <carlosgc@gnome.org>
2476 * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
2478 Add missing call to parent class dispose method.
2480 2007-05-12 Ross Burton <ross@openedhand.com>
2483 Sync keybindings manually when building without libgnome
2486 2007-05-12 Ross Burton <ross@openedhand.com>
2488 * shell/ev-window.c:
2489 Respect the screen when opening help (#437866).
2491 2007-05-11 Carlos Garcia Campos <carlosgc@gnome.org>
2493 * data/evince-ui.xml:
2494 * shell/ev-application.[ch]: (get_print_settings_from_args),
2495 (ev_application_open_uri_at_dest), (ev_application_open_uri),
2496 (ev_application_open_uri_list):
2497 * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
2498 (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2499 (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
2500 (ev_window_cmd_view_reload), (lookup_printer_from_name),
2501 (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
2502 (ev_window_dispose):
2503 * shell/main.c: (arguments_parse):
2505 Add print button in preview mode. Fixes bug #396475.
2507 2007-05-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2509 * cut-n-paste/zoom-control/ephy-zoom.h:
2511 Fixes zoom level factors. See bug #408119 for details.
2513 2007-05-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2515 * backend/comics/comics-document.c: (comics_regex_quote),
2518 Correctly quote symbols. Fixes crash in the bug
2521 2007-05-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2523 * shell/ev-navigation-action-widget.c:
2524 (ev_navigation_action_widget_init),
2525 (ev_navigation_action_widget_class_init),
2526 (ev_navigation_action_widget_button_press_event):
2528 Connect to button-press event on correct widget. Fixes
2531 2007-05-09 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2533 * shell/ev-application.c: (ev_application_open_window),
2534 (ev_application_add_icon_path_for_screen),
2535 (ev_application_open_uri_at_dest):
2536 * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
2537 * shell/ev-navigation-action.c: (build_menu):
2539 Add app-specific icons to our icon theme. Fixes bug
2542 2007-05-09 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2544 * shell/ev-history.c: (ev_history_class_init),
2545 (ev_history_add_link):
2546 * shell/ev-history.h:
2547 * shell/ev-navigation-action.c:
2548 (ev_navigation_action_history_changed),
2549 (ev_navigation_action_set_history), (build_menu),
2550 (ev_navigation_action_finalize):
2551 * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2553 Make navigation action unsensitive instead of showing
2554 menu with unsensitive word. Fixes bug #417392.
2556 2007-05-08 Carlos Garcia Campos <carlosgc@gnome.org>
2558 * shell/ev-application.[ch]: (ev_application_shutdown),
2559 (ev_application_get_print_settings),
2560 (ev_application_set_print_settings):
2561 * shell/ev-window.c:
2563 Remember print settings. Fixes bug #349102.
2565 2007-05-08 Christian Persch <chpe@gnome.org>
2568 * properties/ev-properties-view.c:
2570 No need for a configure check; just use the GTK_CHECK_VERSION macro.
2573 2007-05-08 Carlos Garcia Campos <carlosgc@gnome.org>
2576 * properties/ev-properties-view.c: (ev_regular_paper_size):
2578 Use gtk+ builtin paper list to identify the document's paper size.
2581 2007-05-04 Carlos Garcia Campos <carlosgc@gnome.org>
2585 Fix build when compiling with thumbnailer and libgnome support.
2587 2007-05-04 Ross Burton <ross@openedhand.com>
2590 Add --without-libgnome, check for libgnome and libgnomeui
2591 separately, and add them to the symbols as required.
2593 * libdocument/ev-file-helpers.c:
2594 When building without libgnome, use g_get_user_config_dir instead
2595 of gnome_user_dir_get.
2597 * shell/ev-application.c:
2598 When building without libgnome, don't use session management.
2601 When building without libgnome, don't use GnomeProgram or
2602 initialise the authentication manager.
2606 2007-05-04 Ross Burton <ross@openedhand.com>
2608 * shell/ev-window.c:
2609 Don't use libgnome to open help, instead call Yelp directly.
2611 2007-05-04 Ross Burton <ross@openedhand.com>
2613 * shell/ev-sidebar-attachments.c:
2614 Don't use libgnome to lookup icons for MIME types, instead copy
2615 code from GTK+ to do it manually.
2617 2007-05-04 Ross Burton <ross@openedhand.com>
2620 Add libxml to the dependencies for SHELL_CORE (#435818).
2622 2007-05-02 Ross Burton <ross@openedhand.com>
2626 Add --disable-thumbnailer (#434825)
2628 2007-05-02 Ross Burton <ross@openedhand.com>
2630 * shell/ev-window.c:
2631 Add missing includes, fix indentation.
2636 2007-04-30 Eduardo Lima <eduardo.lima@indt.org.br>
2638 * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
2639 ev_application_open_uri_at_dest instead of ev_application_open_uri
2640 preventing new document always being opened in a new window even if there
2643 2007-04-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2645 * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
2646 (egg_recent_view_uimanager_finalize):
2647 * properties/ev-properties-view.c: (ev_properties_view_dispose):
2648 * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
2649 * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
2650 (ev_pixbuf_cache_dispose):
2651 * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
2652 * shell/ev-tooltip.c: (ev_tooltip_dispose):
2654 Add missing chain to parent class methods. Fixes
2657 2007-04-22 Brian Pepple <bpepple@fedoraproject.org>
2659 * data/Makefile.am (update-icon-cache): Updates
2660 gtk-update-icon-cache in uninstall-hook.
2662 2007-04-22 Carlos Garcia Campos <carlosgc@gnome.org>
2664 * shell/ev-window.c: (ev_window_setup_document),
2665 (ev_window_set_document), (ev_window_load_job_cb):
2666 * shell/ev-view.c: (setup_caches):
2667 * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
2669 Start rendering pages before any other jobs.
2671 2007-04-22 Carlos Garcia Campos <carlosgc@gnome.org>
2673 * shell/ev-window.c: (ev_window_stop_fullscreen),
2674 (ev_window_stop_presentation):
2676 Update chrome visibility before window unfullscreen.
2678 2007-04-20 Carlos Garcia Campos <carlosgc@gnome.org>
2681 * data/evince-ui.xml:
2682 * shell/ev-stock-icons.[ch]:
2683 * shell/ev-application.[ch]: (ev_application_shutdown),
2684 (ev_application_init), (ev_application_get_toolbars_model):
2685 * shell/ev-window.c: (update_chrome_visibility),
2686 (fullscreen_toolbar_setup_item_properties),
2687 (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
2688 (ev_window_run_presentation), (ev_window_stop_presentation),
2689 (ev_window_run_preview), (ev_window_screen_changed),
2690 (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
2691 (ev_window_dispose), (ev_window_init):
2693 Make fullscreen toolbar always visible. Do not use egg toolbars for
2694 fullscreen and preview modes since such toolbars are not editables.
2695 Fixes bugs #300278, #338910 and #316188.
2697 2007-04-20 Iñigo Martínez <inigomartinez@gmail.com>
2699 * shell/ev-application.c:
2700 * shell/ev-job-queue.c:
2701 * shell/ev-metadata-manager.c:
2702 * shell/ev-stock-icons.c:
2703 * shell/ev-window.c:
2706 Developers documentation updated.
2708 2007-04-19 Carlos Garcia Campos <carlosgc@gnome.org>
2710 * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
2712 Check whether uri is valid before launching it. Fixes bug #427664.
2714 2007-04-19 Carlos Garcia Campos <carlosgc@gnome.org>
2716 * shell/ev-window.c:
2718 Change key accelerator for Open a Copy menu entry which is in conflict
2719 with Close. Fixes bug #427321.
2721 2007-04-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2726 Update for release 0.8.1
2728 2007-04-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2730 * shell/ev-window.c: (setup_size_from_metadata):
2732 Do not make window bigger than screen. Fixes bug
2735 2007-04-08 Carlos Garcia Campos <carlosgc@gnome.org>
2737 * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
2738 (tiff_document_get_page_size), (tiff_document_render_pixbuf):
2740 Use default resolution when it's not provided by document. Fixes bug
2743 2007-04-08 Carlos Garcia Campos <carlosgc@gnome.org>
2746 * thumbnailer/Makefile.am:
2747 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2748 * thumbnailer/evince-thumbnailer.schemas.in:
2749 * thumbnailer/evince-thumbnailer-ps.schemas.in:
2751 Add support for ps, eps and compressed documents thumbnails. Do not
2752 ignore size parameter.
2754 2007-04-07 Ricardo Markiewicz <rmarkie@fi.uba.ar>
2756 * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
2757 (dvi_document_do_color_special):
2758 * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
2760 Implement font color specials in the DVI backend. Fixes bug #303651.
2762 2007-04-02 Matthias Clasen <mclasen@redhat.com>
2764 Fixup the previous commit:
2766 * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
2767 * shell/xdg-user-dir-lookup.c: Make the function non-static
2768 * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
2770 2007-04-02 Matthias Clasen <mclasen@redhat.com>
2772 * shell/ev-window.c (file_open_dialog_response_cb): Use
2773 the xdg-user-dirs DOCUMENTS folder as default folder when
2774 opening a file chooser. (#424858)
2776 * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
2779 2007-03-24 Carlos Garcia Campos <carlosgc@gnome.org>
2781 * shell/ev-window.c: (ev_window_load_job_cb):
2783 Do not setup view from metadata on preview mode.
2785 2007-03-22 Carlos Garcia Campos <carlosgc@gnome.org>
2789 Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274.
2791 2007-03-19 Carlos Garcia Campos <carlosgc@gnome.org>
2793 * shell/ev-view.c: (ev_view_primary_get_cb):
2795 Check pointer != NULL before using it. Fixes bug #416841.
2797 2007-03-12 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2804 2007-03-10 Carlos Garcia Campos <carlosgc@gnome.org>
2806 * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2808 Do not render thumbnails when sidebar thumbnail page is not visible
2809 at startup. Fixes bug #416447.
2811 2007-03-07 Christian Kirbach <Christian.Kirbach@googlemail.com>
2813 * data/evince.desktop.in.in:
2815 "Application" is not a valid category in the freedesktop specification.
2817 2007-02-27 Carlos Garcia Campos <carlosgc@gnome.org>
2819 * libdocument/ev-file-helpers.[ch]: (compression_run),
2820 (ev_file_uncompress), (ev_file_compress):
2821 * shell/ev-window.c: (file_save_dialog_response_cb):
2823 Save document compressed when saving a copy of a compressed document.
2826 2007-02-23 Carlos Garcia Campos <carlosgc@gnome.org>
2828 * shell/ev-view.c: (ev_view_goto_window_key_press_event):
2830 Allow deleting in goto window entry in presentation mode.
2832 2007-02-20 Kjartan Maraas <kmaraas@gnome.org>
2834 * Makefile.am: Dist MAINTAINERS.
2836 2007-02-20 Carlos Garcia Campos <carlosgc@gnome.org>
2838 * shell/ev-window.c: (ev_window_update_actions):
2840 Fix zoom shortcut keys when searching. Fixes bug #409828.
2842 2007-02-18 Carlos Garcia Campos <carlosgc@gnome.org>
2844 * shell/ev-window.c: (ev_window_setup_document):
2846 Fix crash when loading documents with only one page.
2848 2007-02-16 Carlos Garcia Campos <carlosgc@gnome.org>
2850 * backend/dvi/dvi-document.c:
2851 (dvi_document_thumbnails_get_dimensions),
2852 (dvi_document_thumbnails_get_thumbnail):
2853 * backend/impress/impress-document.c:
2854 (impress_document_thumbnails_get_thumbnail),
2855 (impress_document_thumbnails_get_dimensions):
2856 * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
2857 (ps_document_thumbnails_get_dimensions):
2858 * backend/djvu/djvu-document.c:
2859 (djvu_document_thumbnails_get_dimensions),
2860 (djvu_document_thumbnails_get_thumbnail):
2861 * backend/tiff/tiff-document.c:
2862 (tiff_document_thumbnails_get_thumbnail),
2863 (tiff_document_thumbnails_get_dimensions):
2864 * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
2865 (pdf_document_thumbnails_get_thumbnail),
2866 (pdf_document_thumbnails_get_dimensions):
2867 * backend/comics/comics-document.c:
2868 (comics_document_thumbnails_get_thumbnail),
2869 (comics_document_thumbnails_get_dimensions):
2870 * backend/pixbuf/pixbuf-document.c:
2871 (pixbuf_document_thumbnails_get_thumbnail),
2872 (pixbuf_document_thumbnails_get_dimensions):
2873 * libdocument/ev-document-thumbnails.[ch]:
2874 (ev_document_thumbnails_get_thumbnail),
2875 (ev_document_thumbnails_get_dimensions):
2876 * libdocument/ev-document-misc.[ch]:
2877 (ev_document_misc_get_thumbnail_frame):
2878 * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
2879 (ev_job_thumbnail_new), (ev_job_thumbnail_run):
2880 * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
2881 (ev_sidebar_thumbnails_set_loading_icon), (refresh),
2882 (ev_sidebar_thumbnails_refresh):
2883 * shell/ev-window.c: (ev_window_setup_document):
2884 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2886 Use an EvRenderContext for rendering thumbnails instead of a suggested
2887 width, so that different sized pages get sized proportionally.
2889 2007-02-15 Carlos Garcia Campos <carlosgc@gnome.org>
2891 * shell/ev-view.c: (ev_view_button_press_event),
2892 (ev_view_key_press_event):
2894 Fix critical warnings when there is no document loaded.
2896 2007-02-15 Carlos Garcia Campos <carlosgc@gnome.org>
2898 * shell/ev-page-action-widget.c:
2899 * shell/ev-navigation-action.c:
2900 * shell/ev-window.c:
2902 Fix compile warnings.
2904 2007-02-15 Carlos Garcia Campos <carlosgc@gnome.org>
2906 * backend/djvu/djvu-text.h:
2907 * backend/djvu/djvu-document.c:
2908 * backend/djvu/djvu-text-page.c:
2909 * backend/djvu/djvu-links.c:
2910 * backend/djvu/djvu-text-page.h:
2911 * backend/djvu/djvu-text.c:
2913 Fix build on Mac. Fixes bug #392186. Patch by
2914 <ephraim_owns@hotmail.com>
2916 2007-02-15 Carlos Garcia Campos <carlosgc@gnome.org>
2918 * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2920 Restore cairo context before rendering every page when printing a PDF
2921 document into a PDF file.
2923 2007-02-13 Carlos Garcia Campos <carlosgc@gnome.org>
2925 * backend/ps/gstypes.h:
2926 * backend/ps/ps-document.c: (ps_document_get_page_rotation),
2927 (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
2928 (ps_document_thumbnails_get_thumbnail):
2930 Handle PostScript page orientation. Fixes bug #318568.
2932 2007-02-13 Carlos Garcia Campos <carlosgc@gnome.org>
2934 * backend/ps/Makefile.am:
2935 * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
2936 (document_load), (ps_document_load), (save_document),
2937 (save_page_list), (ps_document_get_n_pages),
2938 (ps_document_get_page_size), (ps_document_get_info),
2939 (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
2940 (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
2941 (ps_document_thumbnails_get_thumbnail),
2942 (ps_document_thumbnails_get_dimensions),
2943 (ps_document_document_thumbnails_iface_init):
2944 * backend/ps/ps.[ch]: (psgetpagebox):
2945 * backend/ps/ps-interpreter.[ch]:
2947 Add support for thumbnails in ps backend. Fixes bug #164755.
2949 2007-02-13 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2956 2007-02-12 Carlos Garcia Campos <carlosgc@gnome.org>
2958 * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
2959 (ev_window_clear_thumbnail_job), (ev_window_setup_document),
2960 (ev_window_dispose):
2962 Use document thumbnail as window icon. Fixes bug #384442.
2964 2007-02-11 Ed Catmur <ed@catmur.co.uk>
2968 Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
2969 duplicated adding application/x-bzpostscript instead.
2971 2007-02-11 Tom Parker <palfrey@tevp.net>
2973 * backend/ps/ps-document.c: (document_load):
2975 Check return value of psscan before trying
2976 to use it. Fixes bug #372414.
2978 2007-02-11 Carlos Garcia Campos <carlosgc@gnome.org>
2980 * shell/ev-page-cache.c: (ev_page_cache_finalize):
2982 Fix invalid free in ev-page-cache. Fixes bug #404745.
2984 2007-02-11 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2989 Added reload test case.
2991 2007-02-10 Carlos Garcia Campos <carlosgc@gnome.org>
2994 * backend/djvu/djvu-document.c: (djvu_document_load):
2996 Check whether there are missing files in indirect multipage djvu
2997 documents. Fixes bug #361683.
2999 2007-02-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3002 * test/test-mime.bin:
3005 Added test for slow mime type
3007 2007-02-06 Carlos Garcia Campos <carlosgc@gnome.org>
3009 * shell/ev-page-cache.c: (ev_page_cache_finalize):
3011 Add some checks and call parent_class->finalize. Fixes bug #404745.
3013 2007-02-06 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3015 * shell/ev-navigation-action.c: (connect_proxy):
3017 Fixes dropdown history menu. Thanks a lot Carlos!
3019 2007-02-05 Carlos Garcia Campos <carlosgc@gnome.org>
3021 * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
3023 Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
3026 2007-02-05 Carlos Garcia Campos <carlosgc@gnome.org>
3028 * backend/ps/ps.c: (psscan):
3032 2007-02-03 Carlos Garcia Campos <carlosgc@gnome.org>
3035 * libdocument/ev-file-helpers.c:
3037 Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
3039 2007-02-03 Carlos Garcia Campos <carlosgc@gnome.org>
3042 * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
3043 (ps_interpreter_start), (document_load), (save_document),
3045 * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
3046 * libdocument/ev-document-factory.c:
3047 (ev_document_factory_get_from_mime), (get_document_from_uri),
3048 (free_uncompressed_uri), (ev_document_factory_get_document):
3049 * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
3051 Support for PDF, PS and EPS compressed files. Fixes bug #307087.
3053 2007-02-03 Carlos Garcia Campos <carlosgc@gnome.org>
3055 * libdocument/ev-document.h:
3057 Fix typo in function name.
3059 2007-02-03 Carlos Garcia Campos <carlosgc@gnome.org>
3061 * backend/ps/ps-document.c: (ps_interpreter_finished),
3062 (ps_interpreter_start), (ps_interpreter_failed):
3064 Handle ghostscript interpreter crashes.
3066 2007-02-02 Carlos Garcia Campos <carlosgc@gnome.org>
3068 * shell/ev-window.c: (ev_window_open_uri),
3069 (window_configure_event_cb):
3071 Setup window size and position before showing it. Fixes bug #401711.
3073 2007-02-02 Carlos Garcia Campos <carlosgc@gnome.org>
3075 * backend/ps/Makefile.am:
3076 * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
3077 (ps_document_dispose), (ps_document_class_init),
3078 (ps_interpreter_input), (ps_interpreter_output),
3079 (ps_interpreter_error), (setup_interpreter_env),
3080 (ps_interpreter_start), (ps_interpreter_stop),
3081 (ps_interpreter_failed), (ps_interpreter_is_ready),
3082 (check_filecompressed), (document_load), (ps_document_load),
3083 (ps_document_get_n_pages), (setup_page), (setup_pixmap),
3084 (ps_document_widget_event), (send_ps), (ps_document_next_page),
3087 Rework ps-document. Code cleanups, remove deprecated code.
3089 2007-02-01 Carlos Garcia Campos <carlosgc@gnome.org>
3091 * shell/ev-view.c: (ev_view_button_press_event):
3093 Do not start an image drag and drop operation when pointer is on
3094 text, so that we can select text when the whole background is an
3097 2007-01-31 Carlos Garcia Campos <carlosgc@gnome.org>
3099 * shell/ev-window.c: (ev_window_update_actions):
3101 Disable all zoom related actions during presentation mode.
3103 2007-01-31 Esteban Sanchez <esteban@steve-0.com>
3105 * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
3107 Do not zoom in or out on presentation mode. Fixes bug #401305.
3109 2007-01-30 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3111 * shell/ev-navigation-action.c: (connect_proxy),
3112 (create_menu_item), (ev_navigation_action_class_init):
3114 Correctly show menu and fix crash when navigaton
3115 action is out of toolbar visible area.
3117 2007-01-30 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3124 2007-01-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3126 * help/reference/* :
3129 Added gtk-doc based documentation for Evince.
3130 Still in initial state but I hope it will
3135 Lower dbus requirement to 0.70
3137 2007-01-29 Carlos Garcia Campos <carlosgc@gnome.org>
3139 * shell/ev-window.c: (ev_window_add_history):
3143 2007-01-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3145 * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
3147 * shell/ev-window.c: (ev_window_add_history):
3149 Correctly handle named destination links
3151 2007-01-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3154 * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
3155 * backend/pdf/ev-poppler.cc:
3156 * libdocument/ev-document-links.h:
3157 * libdocument/ev-link.c: (ev_link_get_page):
3158 * libdocument/ev-link.h:
3159 * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
3160 (ev_history_add_link):
3161 * shell/ev-history.h:
3162 * shell/ev-navigation-action.c: (activate_menu_item_cb),
3163 (new_history_menu_item), (build_menu):
3164 * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3165 * shell/ev-sidebar-links.c: (create_loading_model),
3166 (print_section_cb), (ev_sidebar_links_construct),
3167 (fill_page_labels), (update_page_callback_foreach),
3168 (update_page_callback), (job_finished_callback):
3169 * shell/ev-view.c: (ev_view_handle_link):
3170 * shell/ev-window.c: (ev_window_find_chapter),
3171 (ev_window_add_history), (view_handle_link_cb),
3172 (history_changed_cb):
3174 Implements another history variant
3176 2007-01-28 Carlos Garcia Campos <carlosgc@gnome.org>
3178 * shell/ev-window.c: (view_external_link_cb):
3179 * shell/ev-view.c: (ev_view_button_release_event):
3181 Open links in new window when clicking with middle button.
3183 2007-01-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3185 * shell/ev-navigation-action.c: (new_history_menu_item):
3186 * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3187 * shell/ev-view.c: (ev_view_handle_link):
3188 * shell/ev-window.c:
3190 Store link before jump, not the destination. For me it
3191 seems like more natural history behavior.
3193 2007-01-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3195 * shell/ev-navigation-action.c: (activate_menu_item_cb),
3196 (ev_navigation_action_class_init):
3197 * shell/ev-navigation-action.h:
3198 * shell/ev-page-action.c: (activate_cb):
3199 * shell/ev-page-cache.c: (ev_page_cache_class_init),
3200 (ev_page_cache_set_current_page_history):
3201 * shell/ev-page-cache.h:
3202 * shell/ev-sidebar-thumbnails.c:
3203 (ev_sidebar_tree_selection_changed),
3204 (ev_sidebar_icon_selection_changed), (page_changed_cb):
3205 * shell/ev-view-private.h:
3206 * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
3208 * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
3209 (ev_window_setup_document), (ev_window_load_job_cb):
3210 * shell/ev-window.h:
3212 History finally works as expected.
3214 2007-01-28 Carlos Garcia Campos <carlosgc@gnome.org>
3216 * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
3218 Do not update links treeview if it doesn't have a model assigned yet.
3220 2007-01-28 Carlos Garcia Campos <carlosgc@gnome.org>
3222 * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
3223 (ev_sidebar_links_class_init), (update_page_callback):
3225 Do not update links treeview when sidepane is not visible.
3227 2007-01-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3229 * shell/ev-marshal.list:
3230 * shell/ev-page-action.c: (activate_cb),
3231 (ev_page_action_class_init):
3232 * shell/ev-page-action.h:
3233 * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
3234 * shell/ev-window.c:
3236 Remove activate_link signal, not required.
3238 2007-01-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3240 * shell/ev-navigation-action.c: (build_menu):
3242 Reorder menu items and build menu with fixed length.
3244 2007-01-27 Ed Catmur <ed@catmur.co.uk>
3246 * shell/ev-view.c: (get_selected_text):
3248 Normalize text to fix ligatures problem. See bug
3249 #341947 for details.
3251 2007-01-25 Carlos Garcia Campos <carlosgc@gnome.org>
3253 * shell/ev-page-cache.c: (ev_page_cache_finalize):
3255 Fix memory leak in ev-page-cache.
3257 2007-01-25 Tom Parker <palfrey@tevp.net>
3259 * backend/impress/impress-document.c: (impress_document_load),
3260 (impress_document_finalize), (impress_document_init):
3261 * properties/ev-properties-main.c: (ev_properties_get_pages):
3263 Correctly handle impress document errors. Fixes nautilus
3264 crash in property page #370491.
3266 2007-01-24 Carlos Garcia Campos <carlosgc@gnome.org>
3268 * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3269 (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3270 (ev_job_queue_remove_job):
3271 * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
3272 (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
3274 * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
3275 (ev_window_popup_password_dialog), (ev_window_clear_load_job),
3276 (ev_window_load_job_cb), (xfer_update_progress_callback),
3277 (ev_window_open_uri), (ev_window_dispose):
3278 * shell/main.c: (main):
3280 Do file transfer asynchronously in the main thread instead of
3281 synchronously in the load thread. Fixes bugs #399694, #398307 and
3284 2007-01-24 Carlos Garcia Campos <carlosgc@gnome.org>
3286 * shell/ev-jobs.c: (ev_job_xfer_run):
3288 Load the document with the font-config lock held.
3290 2007-01-23 Carlos Garcia Campos <carlosgc@gnome.org>
3292 * backend/ps/ps-document.c: (start_interpreter):
3294 Fix memory leaks in ps backend.
3296 2007-01-21 Carlos Garcia Campos <carlosgc@gnome.org>
3298 * backend/impress/impress-document.c:
3299 (impress_document_render_pixbuf):
3301 Do not acquire fontconfig lock in impress backend, since it is using
3302 the main loop for rendering.
3304 2007-01-21 Carlos Garcia Campos <carlosgc@gnome.org>
3308 Remove mdvi files that shouldn't be translated.
3310 2007-01-21 Carlos Garcia Campos <carlosgc@gnome.org>
3312 * shell/ev-view-private.h:
3313 * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
3316 Render "loading..." text into a cairo surface instead of directly into
3317 the window so that fontconfig lock is only needed once and UI is not
3318 blocked. Change text color to #9B9B9B. Fixes bug #397356.
3320 2007-01-19 Carlos Garcia Campos <carlosgc@gnome.org>
3322 * shell/ev-stock-icons.c: (ev_stock_icons_init):
3323 * shell/ev-application.c: (ev_application_open_uri_at_dest):
3325 Use icon theme associated with the window screen rather than default.
3327 2007-01-19 Luca Ferretti <elle.uca@libero.it>
3331 Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
3333 2007-01-19 Luca Ferretti <elle.uca@libero.it>
3335 * data/icons/*/apps/evince.*:
3337 Move Evince icons under new apps directory.
3339 * data/icons/*/actions/*:
3341 Add new custom themeable Evince icons: view-page-continuous,
3342 view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
3343 Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
3347 Add new directories to AC_CONFIG_FILES.
3349 * shell/ev-stock-icons.c:
3350 * shell/ev-stock-icons.h:
3352 Use new custom themeable icons.
3354 2007-01-18 Carlos Garcia Campos <carlosgc@gnome.org>
3356 * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3358 Do not draw white background page in presentation mode.
3360 2007-01-16 Jani Monoses <jani.monoses@gmail.com>
3362 * shell/ev-view.c: Remove unused gnome-vfs include.
3364 2007-01-16 Theppitak Karoonboonyanan <thep@linux.thai.net>
3366 * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
3368 Format string is corrected, fixes bug #397129.
3370 2007-01-14 Carlos Garcia Campos <carlosgc@gnome.org>
3372 * shell/ev-window.c: (ev_window_setup_recent):
3374 Do not include in recent menu inexistent documents. Fixes
3377 2007-01-14 Carlos Garcia Campos <carlosgc@gnome.org>
3381 Update POTFILES.skip file according to current source tree.
3383 2007-01-13 Carlos Garcia Campos <carlosgc@gnome.org>
3385 * shell/ev-window.c: (file_save_dialog_response_cb):
3387 Do Save a copy in atomic way. Fixes bug #328266.
3389 2007-01-12 Carlos Garcia Campos <carlosgc@gnome.org>
3391 * shell/ev-sidebar-links.c: (update_page_callback_foreach):
3393 Keep selected cell always visible in index treeview.
3395 2007-01-12 Carlos Garcia Campos <carlosgc@gnome.org>
3397 * shell/ev-view.c: (ev_view_size_allocate):
3399 Restore horizontal scrollbar after switching to/from fullscreen
3400 or presentation mode. Fixes bug #331728.
3402 2007-01-11 Carlos Garcia Campos <carlosgc@gnome.org>
3404 * shell/ev-view-private.h:
3405 * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
3406 * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
3407 (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
3408 (ev_view_can_zoom_out):
3410 Use max and min scale values in the view iby taking dpi into account.
3412 2007-01-10 Carlos Garcia Campos <carlosgc@gnome.org>
3419 2007-01-09 Carlos Garcia Campos <carlosgc@gnome.org>
3421 * shell/ev-window.c: (ev_window_print_send):
3423 Send print job to printer with some settings set to default values,
3424 since we have already exported to a file according to such settings
3425 and they could be taken twice by some printers.
3427 2007-01-09 Carlos Garcia Campos <carlosgc@gnome.org>
3429 * shell/ev-jobs.c: (ev_job_xfer_run):
3430 * shell/ev-application.c: (ev_application_open_uri_at_dest):
3432 Show main window and load document with the font-config lock held.
3434 2007-01-08 Carlos Garcia Campos <carlosgc@gnome.org>
3437 * shell/ev-application.c: (ev_application_register_service):
3438 * shell/main.c: (load_files_remote):
3440 Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
3442 2007-01-08 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3444 * doc/debugging.txt:
3446 Remove obsolete documentation.
3448 2007-01-08 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3451 * backend/Makefile.am:
3452 * backend/comics/Makefile.am:
3453 * backend/djvu/Makefile.am:
3454 * backend/dvi/Makefile.am:
3455 * backend/ev-async-renderer.c:
3456 * backend/ev-async-renderer.h:
3457 * backend/ev-attachment.c:
3458 * backend/ev-attachment.h:
3459 * backend/ev-backend-marshal.c:
3460 * backend/ev-document-factory.c:
3461 * backend/ev-document-factory.h:
3462 * backend/ev-document-find.c:
3463 * backend/ev-document-find.h:
3464 * backend/ev-document-fonts.c:
3465 * backend/ev-document-fonts.h:
3466 * backend/ev-document-images.c:
3467 * backend/ev-document-images.h:
3468 * backend/ev-document-info.h:
3469 * backend/ev-document-links.c:
3470 * backend/ev-document-links.h:
3471 * backend/ev-document-misc.c:
3472 * backend/ev-document-misc.h:
3473 * backend/ev-document-security.c:
3474 * backend/ev-document-security.h:
3475 * backend/ev-document-thumbnails.c:
3476 * backend/ev-document-thumbnails.h:
3477 * backend/ev-document-transition.c:
3478 * backend/ev-document-transition.h:
3479 * backend/ev-document.c:
3480 * backend/ev-document.h:
3481 * backend/ev-file-exporter.c:
3482 * backend/ev-file-exporter.h:
3483 * backend/ev-image.c:
3484 * backend/ev-image.h:
3485 * backend/ev-link-action.c:
3486 * backend/ev-link-action.h:
3487 * backend/ev-link-dest.c:
3488 * backend/ev-link-dest.h:
3489 * backend/ev-link.c:
3490 * backend/ev-link.h:
3491 * backend/ev-render-context.c:
3492 * backend/ev-render-context.h:
3493 * backend/ev-selection.c:
3494 * backend/ev-selection.h:
3495 * backend/impress/Makefile.am:
3496 * backend/pdf/Makefile.am:
3497 * backend/pixbuf/Makefile.am:
3498 * backend/ps/Makefile.am:
3499 * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
3500 (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
3501 (start_interpreter), (stop_interpreter), (document_load),
3502 (ps_document_next_page), (render_page):
3503 * backend/tiff/Makefile.am:
3504 * comics/Makefile.am:
3505 * comics/comics-document.c:
3506 * comics/comics-document.h:
3508 * cut-n-paste/zoom-control/ephy-zoom-control.c:
3510 * djvu/djvu-document-private.h:
3511 * djvu/djvu-document.c:
3512 * djvu/djvu-document.h:
3513 * djvu/djvu-links.c:
3514 * djvu/djvu-links.h:
3515 * djvu/djvu-text-page.c:
3516 * djvu/djvu-text-page.h:
3520 * dvi/dvi-document.c:
3521 * dvi/dvi-document.h:
3524 * dvi/mdvi-lib/Makefile.am:
3525 * dvi/mdvi-lib/afmparse.c:
3526 * dvi/mdvi-lib/afmparse.h:
3527 * dvi/mdvi-lib/bitmap.c:
3528 * dvi/mdvi-lib/bitmap.h:
3529 * dvi/mdvi-lib/color.c:
3530 * dvi/mdvi-lib/color.h:
3531 * dvi/mdvi-lib/common.c:
3532 * dvi/mdvi-lib/common.h:
3533 * dvi/mdvi-lib/defaults.h:
3534 * dvi/mdvi-lib/dvimisc.c:
3535 * dvi/mdvi-lib/dviopcodes.h:
3536 * dvi/mdvi-lib/dviread.c:
3537 * dvi/mdvi-lib/files.c:
3538 * dvi/mdvi-lib/font.c:
3539 * dvi/mdvi-lib/fontmap.c:
3540 * dvi/mdvi-lib/fontmap.h:
3541 * dvi/mdvi-lib/fontsrch.c:
3542 * dvi/mdvi-lib/gf.c:
3543 * dvi/mdvi-lib/hash.c:
3544 * dvi/mdvi-lib/hash.h:
3545 * dvi/mdvi-lib/list.c:
3546 * dvi/mdvi-lib/mdvi.h:
3547 * dvi/mdvi-lib/pagesel.c:
3548 * dvi/mdvi-lib/paper.c:
3549 * dvi/mdvi-lib/paper.h:
3550 * dvi/mdvi-lib/pk.c:
3551 * dvi/mdvi-lib/private.h:
3552 * dvi/mdvi-lib/setup.c:
3553 * dvi/mdvi-lib/sp-epsf.c:
3554 * dvi/mdvi-lib/special.c:
3555 * dvi/mdvi-lib/sysdeps.h:
3556 * dvi/mdvi-lib/t1.c:
3557 * dvi/mdvi-lib/tfm.c:
3558 * dvi/mdvi-lib/tfmfile.c:
3559 * dvi/mdvi-lib/tt.c:
3560 * dvi/mdvi-lib/util.c:
3561 * dvi/mdvi-lib/vf.c:
3562 * dvi/pixbuf-device.c:
3563 * dvi/pixbuf-device.h:
3564 * impress/Makefile.am:
3566 * impress/document.c:
3567 * impress/f_oasis.c:
3569 * impress/iksemel.c:
3570 * impress/iksemel.h:
3571 * impress/imposter.h:
3572 * impress/impress-document.c:
3573 * impress/impress-document.h:
3574 * impress/internal.h:
3577 * impress/r_geometry.c:
3578 * impress/r_gradient.c:
3579 * impress/r_style.c:
3588 * lib/ev-file-helpers.c:
3589 * lib/ev-file-helpers.h:
3594 * libdocument/Makefile.am:
3595 * libdocument/ev-file-helpers.c:
3597 * pdf/ev-poppler.cc:
3599 * pixbuf/Makefile.am:
3600 * pixbuf/pixbuf-document.c:
3601 * pixbuf/pixbuf-document.h:
3602 * properties/Makefile.am:
3613 * shell/Makefile.am:
3614 * shell/ev-application.h:
3615 * shell/ev-sidebar-links.c:
3616 * shell/ev-sidebar-links.h:
3617 * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
3618 (ev_gui_menu_position_tree_selection):
3620 * shell/ev-view.c: (ev_view_finalize):
3621 * shell/ev-window.c:
3622 * shell/main.c: (main):
3623 * thumbnailer/Makefile.am:
3625 * tiff/tiff-document.c:
3626 * tiff/tiff-document.h:
3630 Reorganize source tree.
3632 2007-01-08 Carlos Garcia Campos <carlosgc@gnome.org>
3634 * backend/ev-document-factory.c:
3636 Do not include ev-poppler.h when pdf is disabled.
3638 2007-01-07 Carlos Garcia Campos <carlosgc@gnome.org>
3641 * data/evince-ui.xml:
3642 * pdf/ev-poppler.cc: (pdf_document_images_get_images),
3643 (pdf_document_document_images_iface_init):
3644 * backend/Makefile.am:
3645 * backend/ev-document-images.[ch]:
3646 * backend/ev-image.[ch]:
3647 * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
3648 * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
3650 * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3651 (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3652 (ev_pixbuf_cache_get_image_mapping):
3653 * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
3654 (view_menu_popup_cb), (ev_window_dispose),
3655 (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3656 (ev_view_popup_cmd_copy_image):
3657 * shell/ev-view-private.h:
3658 * shell/ev-view.c: (ev_view_get_image_at_location),
3659 (ev_view_do_popup_menu), (ev_view_popup_menu),
3660 (ev_view_button_press_event), (ev_view_drag_data_get),
3661 (ev_view_drag_motion), (ev_view_drag_data_received),
3662 (ev_view_motion_notify_event), (ev_view_button_release_event),
3663 (ev_view_finalize), (ev_view_class_init):
3665 Add image handling support. Fixes bugs #310008 and #325047. Images
3666 selection is not supported yet.
3668 2007-01-07 Carlos Garcia Campos <carlosgc@gnome.org>
3670 * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
3671 * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
3674 Move view drag and drop stuff to ev-view.
3676 2007-01-05 Carlos Garcia Campos <carlosgc@gnome.org>
3678 * shell/ev-pixbuf-cache.c: (clear_job_selection):
3679 * shell/ev-view.c: (clear_selection):
3681 Clear selection also in pixbuf cache.
3683 2007-01-02 Luca Ferretti <elle.uca@libero.it>
3685 * data/evince.desktop.in.in:
3687 Change icon name in desktop file. See bug #390734
3690 2006-12-28 Wouter Bolsterlee <wbolster@cvs.gnome.org>
3692 * thumbnailer/Makefile.am:
3694 Use top_builddir instead top_srcdir for generated schema
3695 file installation. Fixes bug #390161.
3697 2006-12-27 Carlos Garcia Campos <carlosgc@gnome.org>
3700 * backend/Makefile.am:
3701 * backend/ev-document-transition.[ch]:
3702 * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
3703 (pdf_document_page_transition_iface_init):
3704 * shell/ev-view-private.h:
3705 * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
3706 (ev_view_set_presentation), (transition_next_page),
3707 (ev_view_presentation_transition_stop),
3708 (ev_view_presentation_transition_start), (ev_view_next_page):
3710 Add page transition support in presentation mode. At the moment only
3711 page duration is supported, but not transition effects. Fixes bug
3714 2006-12-25 Carlos Garcia Campos <carlosgc@gnome.org>
3716 * backend/ev-document-links.c: (ev_document_links_find_link_dest):
3718 Run find_link_dest with document lock held, since it's called by links
3719 thread and main thread at the same time.
3721 2006-12-25 Carlos Garcia Campos <carlosgc@gnome.org>
3723 * shell/ev-view.c: (goto_dest):
3725 Update page-cache when page is changed by the view, so that
3726 page-changed signal is emitted.
3728 2006-12-25 Carlos Garcia Campos <carlosgc@gnome.org>
3733 Use C locale in tests.
3735 2006-12-24 Carlos Garcia Campos <carlosgc@gnome.org>
3737 * shell/ev-window.c: (ev_window_run_presentation):
3738 * shell/ev-view-private.h:
3739 * shell/ev-view.c: (ev_view_set_presentation):
3741 Restore zoom settings when back from presentation mode.
3743 2006-12-24 Wouter Bolsterlee <wbolster@cvs.gnome.org>
3745 * shell/ev-window.c: (ev_window_run_presentation):
3747 Always use "best fit" zoom in presentation mode.
3750 2006-12-24 Wouter Bolsterlee <wbolster@cvs.gnome.org>
3752 * shell/ev-view.c: (ev_view_goto_window_create):
3754 Show "Jump to page" label in the page jumping popup in
3755 presentation mode instead of just a GtkEntry.
3757 2006-12-23 Carlos Garcia Campos <carlosgc@gnome.org>
3759 * shell/ev-window.c: (launch_external_uri):
3761 Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
3764 2006-12-22 Elijah Newren <newren gmail com>
3766 * configure.ac: explicitly check for libxml2. Fixes #388795
3768 2006-12-22 Carlos Garcia Campos <carlosgc@gnome.org>
3770 * shell/ev-view-private.h:
3771 * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
3772 (ev_view_goto_window_delete_event), (key_is_numeric),
3773 (ev_view_goto_window_key_press_event),
3774 (ev_view_goto_window_button_press_event),
3775 (ev_view_goto_entry_activate), (ev_view_goto_window_create),
3776 (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
3777 (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
3779 Allow jumping to another page by typing a page number in presentation
3780 mode. It uses a popup window with an entry. Fixes bug #353625.
3782 2006-12-21 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3785 * properties/ev-properties-view.c: (ev_get_default_user_units),
3786 (ev_regular_paper_size):
3788 Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
3789 to Damien Carbery <damien.carbery@sun.com> and
3790 Yevgen Muntyan <muntyan@tamu.edu>.
3792 2006-12-20 Wouter Bolsterlee <wbolster@cvs.gnome.org>
3794 * shell/ev-window.c: (setup_document_from_metadata):
3796 Make sure Evince doesn't restore the view on the last
3797 page when a document is reopened. Fixes bug #383381.
3799 2006-12-18 Jens Granseuer <jensgr@gmx.net>
3801 * shell/ev-view.c: (draw_loading_text):
3803 Fix compilation with older compilers like gcc 2. Fixes bug #387237.
3805 2006-12-18 Carlos Garcia Campos <carlosgc@gnome.org>
3812 2006-12-18 Carlos Garcia Campos <carlosgc@gnome.org>
3815 * pdf/ev-poppler.cc: (pdf_print_context_free),
3816 (pdf_document_file_exporter_begin),
3817 (pdf_document_file_exporter_do_page):
3819 Make cairo-pdf depedency optional.
3821 2006-12-18 Carlos Garcia Campos <carlosgc@gnome.org>
3823 * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
3825 Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
3827 2006-12-18 Carlos Garcia Campos <carlosgc@gnome.org>
3829 * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
3830 (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
3831 * pdf/ev-poppler.cc: (make_thumbnail_for_size):
3832 * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
3833 * shell/ev-view.c: (draw_loading_text):
3834 * shell/ev-window.c: (ev_window_cmd_file_properties):
3836 Use an specific lock for FontConfig. Hopefully it fixes some crashes
3837 related to using FontConfig from different threads.
3839 2006-12-18 Carlos Garcia Campos <carlosgc@gnome.org>
3841 * shell/ev-view.c: (draw_loading_text):
3843 Acquire lock document when drawing "Loading..." text so that only one
3844 thread will use FontConfig at the same time. Fixes bug #374750.
3846 2006-12-15 Carlos Garcia Campos <carlosgc@gnome.org>
3848 * shell/ev-page-action.[ch]: (activate_cb):
3849 * shell/ev-window.c: (activate_label_cb):
3851 Check if text inserted in page entry is a valid page number when it
3852 doesn't match to any document page label. Fixes bug #383165.
3854 2006-12-14 Julien Rebetez, <julienr@cvs.gnome.org>
3855 * shell/ev-window.c:
3857 GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
3858 available with GTK < 2.10. Added an ifdef to avoid compilation
3861 2006-12-14 Carlos Garcia Campos <carlosgc@gnome.org>
3864 * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
3866 Fix ps backend in multihead systems.
3868 2006-12-14 Carlos Garcia Campos <carlosgc@gnome.org>
3870 * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
3871 * shell/ev-window.c: (ev_window_get_screen_dpi),
3872 (ev_window_update_actions), (setup_view_from_metadata),
3873 (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
3875 Take screen DPI into account when zooming. Fixes bug #318285.
3877 2006-12-14 Wouter Bolsterlee <wbolster@cvs.gnome.org>
3881 Cleaned up/slightly refactored Makefile.am. Added GConf
3882 schemas uninstallation as well.
3884 2006-12-13 Wouter Bolsterlee <wbolster@cvs.gnome.org>
3889 Fight with autotools to fix make check. Make distcheck
3890 works fine as well now!
3892 2006-12-13 Wouter Bolsterlee <wbolster@cvs.gnome.org>
3894 * shell/ev-view.c: (draw_end_presentation_page):
3896 Corrected "end of presentation" string.
3898 2006-12-13 Wouter Bolsterlee <wbolster@cvs.gnome.org>
3900 * shell/ev-view.c: (ev_view_key_press_event):
3902 Correctly propagate key press event so that up/down keys
3903 work as expected (correct behaviour was broken by
3904 black/white screen key bindings for presentations).
3906 2006-12-13 Carlos Garcia Campos <carlosgc@gnome.org>
3908 * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
3909 (pdf_document_find_get_result), (pdf_document_find_page_has_results),
3910 (pdf_document_find_get_progress), (pdf_selection_render_selection),
3911 (pdf_selection_get_selection_region),
3912 (pdf_selection_get_selection_map):
3914 Add "static" to some private functions.
3916 2006-12-13 P. Henrique Silva <ph.silva@gmail.com>
3919 * properties/ev-properties-view.h:
3921 * shell/ev-properties-dialog.h:
3922 * shell/ev-properties-fonts.h:
3923 * shell/ev-sidebar-links.h:
3924 * shell/ev-sidebar-thumbnails.h:
3925 * shell/ev-sidebar.h:
3926 * shell/ev-window.h:
3928 Fixes CHACK type in class casts. See bug #385343
3931 2006-12-10 Carlos Garcia Campos <carlosgc@gnome.org>
3933 * shell/ev-view-private.h:
3934 * shell/ev-view.c: (draw_end_presentation_page),
3935 (ev_view_expose_event), (ev_view_key_press_event),
3936 (ev_view_class_init), (ev_view_init):
3938 Blank screen in presentation mode when pressing 'b' (filling with
3939 black) or 'w' (filling with white) keys. Fixes bug #358132.
3941 2006-12-09 Gabriel Felipe Cornejo <gnomeusr@gmail.com>
3943 * data/evince-toolbar.xml:
3944 * shell/ev-window.c:
3946 Use stock icon for Select All action. Fixes
3949 2006-12-09 Radoslav Dorcik <dixiecko@gmail.com>
3951 * shell/ev-view.c: (get_doc_point_from_offset),
3952 (ev_view_get_link_at_location), (ev_view_motion_notify_event):
3954 Add links support in rotated documents. Fixes bug #343733.
3956 2006-12-09 Carlos Garcia Campos <carlosgc@gnome.org>
3958 * shell/ev-view-private.h:
3959 * shell/ev-view.c: (draw_end_presentation_page),
3960 (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
3962 Show a blank page after the last page in presentation mode with a
3963 message indicating that presentation has finished and how to exit.
3965 2006-12-09 Carlos Garcia Campos <carlosgc@gnome.org>
3967 * shell/ev-window.c: (fullscreen_timeout_cb):
3969 Hide cursor after a while in presentation mode.
3971 2006-12-04 Wouter Bolsterlee <wbolster@cvs.gnome.org>
3973 * backend/ev-document-info.h:
3974 * data/evince-properties.glade:
3975 * pdf/ev-poppler.cc:
3976 * properties/ev-properties-view.c: (ev_regular_paper_size),
3977 (ev_properties_view_set_info):
3978 * ps/ps-document.c: (ps_document_get_info):
3980 Adds a paper size field to the properties dialog. Fixes
3981 bug #307315. Patch by Kasper Svendsen (with some i18n
3982 changes done by me).
3984 2006-12-03 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3986 * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3987 (screensaver_init_dbus), (totem_scrsaver_new),
3988 (totem_scrsaver_init):
3989 * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3990 * shell/ev-application.c: (ev_application_register_service),
3991 (ev_application_screensaver_enable),
3992 (ev_application_screensaver_disable):
3993 * shell/ev-application.h:
3994 * shell/ev-window.c: (ev_window_run_presentation),
3995 (ev_window_stop_presentation), (build_comments_string),
3998 Move screensaver handling to application. No more
4001 2006-12-03 Carlos Garcia Campos <carlosgc@gnome.org>
4004 * backend/Makefile.am:
4005 * backend/ev-file-exporter.[ch]:
4006 * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
4007 * ps/ps-document.c: (ps_document_file_exporter_*):
4008 * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
4009 * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4010 * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4011 (ev_window_print_dialog_response_cb), (ev_window_print_range):
4013 Allow printing to PDF when suppoted by the backend.
4015 2006-12-03 Carlos Garcia Campos <carlosgc@gnome.org>
4017 * shell/ev-window.c: (build_comments_string):
4019 Use always "Document Viewer" in about dialog.
4021 2006-12-03 Carlos Garcia Campos <carlosgc@gnome.org>
4023 * djvu/djvu-document.c: (djvu_document_get_page_size):
4025 Display a warning message when get_pageinfo fails.
4027 2006-11-30 Yevgen Muntyan <muntyan@tamu.edu>
4030 * backend/Makefile.am:
4031 * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4033 * shell/ev-window.c: (build_comments_string):
4035 Make pdf compilation optional. See bug #38007.
4037 2006-11-30 Carlos Garcia Campos <carlosgc@gnome.org>
4039 * ps/ps.c: (get_next_text):
4043 2006-11-22 Carlos Garcia Campos <carlosgc@gnome.org>
4045 * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
4046 * shell/ev-navigation-action.c: (connect_proxy),
4047 (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4049 Do not call g_type_class_peek_parent twice.
4051 2006-11-22 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4054 * data/icons/24x24/.cvsignore:
4055 * data/icons/24x24/Makefile.am:
4056 * data/icons/24x24/evince.png:
4057 * data/icons/Makefile.am:
4059 Add 24x24 icon. Thanks to
4060 Michael Monreal <infernux@web.de>.
4062 2006-11-22 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4064 * configure.ac: Fix typo in configure.ac. Thanks
4065 to dmacks@netspace.org for notification.
4067 2006-11-22 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4069 * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4071 Drop dbus include, fixes compilation with older dbus.
4073 2006-11-22 Wouter Bolsterlee <wbolster@cvs.gnome.org>
4076 * cut-n-paste/Makefile.am:
4077 * cut-n-paste/totem-screensaver/.cvsignore
4078 * cut-n-paste/totem-screensaver/Makefile.am:
4079 * cut-n-paste/totem-screensaver/README:
4080 * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4081 * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4082 * shell/Makefile.am:
4083 * shell/ev-window.c: (ev_window_run_presentation),
4084 (ev_window_stop_presentation), (ev_window_cmd_help_about),
4087 Implemented screensaver enabling/disabling for
4088 presentation mode (not fullscreen mode). Code stolen
4089 from Totem (with some minor tweaks). Fixes bug #338889.
4091 2006-11-19 Wouter Bolsterlee <wbolster@cvs.gnome.org>
4095 Bump gnome-icon-theme requirements. We use the rotation
4096 icons that appeared recently.
4098 2006-11-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4100 * shell/ev-history.c: (ev_history_add_page):
4101 * shell/ev-history.h:
4102 * shell/ev-window.c: (page_changed_cb):
4104 Use page labels instead of numbers.
4106 2006-11-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4108 * data/evince-toolbar.xml:
4110 * shell/Makefile.am:
4111 * shell/ev-navigation-action-widget.c:
4112 (ev_navigation_action_widget_init),
4113 (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
4114 (menu_detacher), (ev_navigation_action_widget_set_menu),
4115 (menu_position_func), (popup_menu_under_arrow),
4116 (ev_navigation_action_widget_toggled),
4117 (ev_navigation_action_widget_button_press_event):
4118 * shell/ev-navigation-action-widget.h:
4119 * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
4120 (ev_navigation_action_set_window), (activate_menu_item_cb),
4121 (new_history_menu_item), (new_empty_history_menu_item),
4122 (build_menu), (menu_activated_cb), (connect_proxy),
4123 (create_tool_item), (ev_navigation_action_init),
4124 (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4125 * shell/ev-navigation-action.h:
4126 * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
4127 (ev_page_action_widget_set_page_cache),
4128 (ev_page_action_widget_finalize),
4129 (ev_page_action_widget_class_init), (match_selected_cb),
4130 (display_completion_text), (match_completion), (build_new_tree_cb),
4131 (get_filter_model_from_model),
4132 (ev_page_action_widget_update_model):
4133 * shell/ev-page-action-widget.h:
4134 * shell/ev-page-action.c: (activate_link_cb), (update_model),
4136 * shell/ev-page-action.h:
4137 * shell/ev-stock-icons.c:
4138 * shell/ev-stock-icons.h:
4139 * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4140 (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
4141 (register_custom_actions):
4144 Preliminary history implementation
4146 2006-11-16 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4148 * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
4149 (dvi_document_class_init), (dvi_document_init_params):
4150 * dvi/mdvi-lib/font.c: (font_reference):
4152 Add reference to subfont. Fixes bug #374277.
4154 2006-11-16 Carlos Garcia Campos <carlosgc@gnome.org>
4156 * shell/ev-window.c: (ev_window_create_tmp_symlink),
4157 (ev_window_cmd_file_open_copy_at_dest):
4159 Fix a race condition when creating symlink. Increase the counter
4160 avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
4161 Mathias Hasselmann).
4163 2006-11-15 Carlos Garcia Campos <carlosgc@gnome.org>
4165 * backend/Makefile.am:
4166 * backend/ev-attachment.c: (ev_attachment_open):
4167 * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
4168 (ev_tmp_dir), (ev_tmp_filename):
4169 * shell/ev-sidebar-attachments.c:
4170 (ev_sidebar_attachments_drag_data_get):
4171 * shell/ev-window.c: (ev_window_clear_temp_file):
4173 Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
4174 in ensure_dir_exists. Abort without crashing when we can't create
4177 2006-11-14 Carlos Garcia Campos <carlosgc@gnome.org>
4179 * data/evince-ui.xml:
4180 * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4181 (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
4182 (ev_window_cmd_file_open_copy_at_dest),
4183 (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
4184 (ev_view_popup_cmd_open_link_new_window):
4186 Allow opening a copy of the current document in a new window. Fixes bug
4189 2006-11-11 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4191 * data/evince-toolbar.xml:
4193 Add rotate right and rotate left to available items for toolbar.
4195 * data/evince-ui.xml:
4196 * shell/ev-window.c: (ev_window_init):
4198 Customize toolbar with right click. Fixes bug #372451.
4200 2006-11-11 Claudio Saavedra <csaavedra@alumnos.utalca.cl>
4202 * shell/ev-window.c:
4204 Use "object-rotate-{left,right}" stock icons. Fixes
4207 2006-11-10 Carlos Garcia Campos <carlosgc@gnome.org>
4209 * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
4210 (ev_application_open_uri_at_dest), (ev_application_open_uri):
4211 * shell/ev-window.[ch]: (ev_window_clear_temp_file),
4212 (ev_window_open_uri):
4213 * shell/main.c: (arguments_parse):
4215 Remove temp file created when evince is used by GTK+ in
4216 preview mode. Fixes bug #365282.
4218 2006-11-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4220 * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4222 Fixes bug #372474 - Side pane disabled when entering
4223 and leaving fullscreen mode.
4225 2006-11-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4227 * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
4229 * data/evince-preview-toolbar.xml:
4230 * data/evince-toolbar.xml:
4231 * shell/ev-application.c: (ev_application_shutdown),
4232 (ev_application_init), (ev_application_get_toolbars_model):
4233 * shell/ev-application.h:
4234 * shell/ev-window.c: (update_chrome_visibility),
4235 (ev_window_create_fullscreen_popup), (ev_window_run_preview),
4236 (ev_window_cmd_edit_toolbar), (ev_window_init):
4238 Fixes bug #364364 - toolbar editor shows zoom actions again.
4240 2006-11-09 Carlos Garcia Campos <carlosgc@gnome.org>
4242 * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4244 Do not take margins into consideration for paper size when printing.
4245 Really fixes bug #350491.
4247 2006-11-08 Carlos Garcia Campos <carlosgc@gnome.org>
4249 * data/evince-ui.xml:
4250 * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
4251 (ev_window_cmd_file_print_setup),
4252 (ev_window_print_dialog_response_cb),
4253 (ev_window_setup_action_sensitivity):
4255 Add page setup settings for printing. Fixes bugs #363860 and #350491.
4257 2006-11-08 Carlos Garcia Campos <carlosgc@gnome.org>
4259 * shell/ev-window.c: (ev_window_print_range):
4261 Revert my previuos commit, since printing to PDF is not supported by
4264 2006-11-08 Carlos Garcia Campos <carlosgc@gnome.org>
4266 * shell/ev-window.c: (ev_window_print_range):
4268 Enable print to a PDF. Fixes bug #332121.
4270 2006-10-31 Carlos Garcia Campos <carlosgc@gnome.org>
4272 * shell/ev-application-service.xml:
4273 * shell/ev-application.[ch]: (ev_application_open_window),
4274 (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
4275 (ev_application_open_uri), (ev_application_open_uri_list):
4276 * shell/ev-window.c: (file_open_dialog_response_cb),
4277 (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
4278 (drag_data_received_cb), (open_remote_link):
4279 * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
4281 Add support for multiscreen systems. Fixes bug #316206.
4283 2006-10-30 Carlos Garcia Campos <carlosgc@gnome.org>
4285 * shell/ev-jobs.[ch]: (ev_job_print_new),
4286 (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
4287 (ev_job_print_do_page):
4288 * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
4290 Allow printing only odd/even pages. Fixes bug #367289.
4292 2006-10-29 Wouter Bolsterlee <wbolster@cvs.gnome.org>
4297 Re-add locale settings to test files.
4299 2006-10-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4301 * data/evince-ui.xml:
4302 * shell/ev-window.c: (set_action_properties):
4304 Removed garbage from code and ui.
4306 2006-10-29 Wouter Bolsterlee <wbolster@cvs.gnome.org>
4308 * shell/ev-window.c: (ev_window_cmd_help_about):
4310 Shamelessly add my name to the list of contributors.
4312 2006-10-29 Wouter Bolsterlee <wbolster@cvs.gnome.org>
4317 Cleaned up the dogtail scripts.
4319 2006-10-27 Wouter Bolsterlee <wbolster@cvs.gnome.org>
4321 * shell/ev-view.c: (draw_loading_text): Don't render
4322 "loading..." text in presentation mode. Temporary
4323 workaround for bug #320352.
4325 2006-10-24 Carlos Garcia Campos <carlosgc@gnome.org>
4327 * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4328 * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4330 Use print settings scale, copies, collate and reverse which were
4331 ignored. Fixes bug #359032.
4333 2006-10-24 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4336 * data/evince-password.glade:
4338 * test/test-encrypt.pdf:
4339 * test/test-links.pdf:
4343 Add automated UI tests for evince with dogtail. See
4346 2006-10-22 Carlos Garcia Campos <carlosgc@gnome.org>
4348 * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
4350 Hide fullscreen toolbar when switching to another desktop workspace.
4353 2006-10-20 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4355 * shell/ev-window-title.c:
4357 Test for .dvi in title of pdf documents.
4359 2006-10-19 Wouter Bolsterlee <wbolster@cvs.gnome.org>
4361 * shell/ev-view.c: (ev_view_scroll):
4363 Page Up/Down should do page jumps in "Best fit" mode.
4364 If a user has explicitly chosen to view exactly one page
4365 at a time, scrolling just a part of the page when
4366 pressing Page Up/Down is not right. Fixes bug #323107.
4368 2006-10-09 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4375 2006-10-09 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4377 * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
4378 (job_fonts_finished_cb), (ev_properties_fonts_set_document):
4380 Correctly disconnect from job signals on destroy.
4382 2006-10-08 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4384 * shell/ev-view-private.h:
4385 * shell/ev-view.c: (view_set_adjustment_values),
4386 (view_update_range_and_current_page),
4387 (ensure_rectangle_is_visible), (ev_view_size_allocate):
4389 Fixes bug #343199, current page now follows find page.
4391 2006-10-08 Wouter Bolsterlee <wbolster@gnome.org>
4393 * backend/ev-document-factory.c:
4395 Assigned OpenDocument presenation MIME type to the
4396 Impress backend. Added some missing (but harmless)
4397 #ifdefs in the document factory as well to make things
4398 consistent again. Fixes bug #360658.
4400 2006-10-08 Christian Persch <chpe@cvs.gnome.org>
4402 * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
4403 * backend/ev-document-find.c: (ev_document_find_get_type):
4404 * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
4405 * backend/ev-document-links.c: (ev_document_links_get_type):
4406 * backend/ev-document-security.c: (ev_document_security_get_type):
4407 * backend/ev-document-thumbnails.c:
4408 (ev_document_thumbnails_get_type):
4409 * backend/ev-document.c: (ev_document_get_type):
4410 * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
4411 * backend/ev-selection.c: (ev_selection_get_type):
4412 * cut-n-paste/recent-files/egg-recent-model.c:
4413 (egg_recent_model_get_type):
4414 * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4415 (egg_recent_view_uimanager_get_type):
4416 * cut-n-paste/recent-files/egg-recent-view.c:
4417 (egg_recent_view_get_type):
4418 * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4419 (egg_editable_toolbar_get_type):
4420 * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4421 (egg_toolbar_editor_get_type):
4422 * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4423 (egg_toolbars_model_get_type):
4424 * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4425 (egg_tree_multi_drag_source_get_type):
4426 * cut-n-paste/zoom-control/ephy-zoom-action.c:
4427 (ephy_zoom_action_get_type):
4428 * cut-n-paste/zoom-control/ephy-zoom-control.c:
4429 (ephy_zoom_control_get_type):
4430 * impress/r_back.c: (_imp_fill_back):
4431 * properties/ev-properties-main.c:
4432 (ev_properties_plugin_register_type):
4433 * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
4434 * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
4435 (ev_view_accessible_factory_get_type):
4437 Reduce relocations. Bug #360616.
4439 2006-10-08 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4441 * backend/ev-document-factory.c:
4442 (ev_document_factory_get_document):
4444 Load document even if extension is wrong.
4446 2006-10-03 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4448 * shell/ev-metadata-manager.c: (save_values):
4449 * shell/ev-window.c: (setup_size_from_metadata),
4450 (setup_view_from_metadata), (ev_window_setup_document),
4451 (ev_window_xfer_job_cb), (window_configure_event_cb):
4453 Set size according to the document size/page size ratio.
4454 That should correct rather wierd behaviour of the previous
4457 2006-10-03 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4459 * shell/ev-window.c: (setup_view_from_metadata):
4461 Set size for new windows from previous window size.
4462 See bugs #354968 and #168450 for details. Thanks
4465 2006-10-01 Carlos Garcia Campos <carlosgc@gnome.org>
4467 * djvu/djvu-links.c: (build_tree):
4471 2006-10-01 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4473 * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
4475 Don't make sidebar close button insensitive. Fixes
4478 2006-10-01 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4480 * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4481 (ev_window_set_view_accels_sensitivity):
4483 Don't enable Slash on documents which don't support
4484 find. Fixes bug #358648.
4486 2006-10-01 Wouter Bolsterlee <wbolster@gnome.org>
4488 * shell/ev-window.c: (ev_window_cmd_file_open): Make the
4489 open dialog fall back to the current document uri if the
4490 filechooser hasn't been used before. Fixes bug #356980.
4492 2006-09-24 Mathias Hasselmann <mathias.hasselmann@gmx.de>
4494 * shell/ev-window.c: (ev_window_setup_recent),
4495 (ev_window_get_recent_file_label):
4497 Escape underscores in filenames of recent file items.
4499 2006-09-24 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4503 Bumped poppler requirements, really 0.5.3 is very
4504 buggy, now we require 0.5.4.
4506 2006-09-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4509 * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4510 (djvu_document_find_iface_init), (djvu_document_links_get_links),
4511 (djvu_document_document_links_iface_init):
4512 * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
4513 (number_from_string_10), (get_djvu_link_dest),
4514 (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
4515 (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
4516 (djvu_links_get_links), (djvu_links_find_link_dest),
4517 (djvu_links_get_links_model):
4518 * djvu/djvu-links.h:
4520 Add support for links and bookmarks in djvu documents. Thanks
4521 to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
4524 2006-09-14 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4526 * shell/ev-application.c: (ev_application_open_uri_at_dest):
4528 Reopen should reload document. Fixes
4531 2006-09-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4535 * data/evince-16.png:
4536 * data/evince-22.png:
4539 * data/icons/16x16/Makefile.am:
4540 * data/icons/16x16/evince.png:
4541 * data/icons/22x22/Makefile.am:
4542 * data/icons/22x22/evince.png:
4543 * data/icons/48x48/Makefile.am:
4544 * data/icons/48x48/evince.png:
4545 * data/icons/Makefile.am:
4546 * data/icons/scalable/Makefile.am:
4547 * data/icons/scalable/evince.svg:
4549 Install icons with correct names. Fixes
4552 2006-09-07 Carlos Garcia Campos <carlosgc@gnome.org>
4554 * shell/ev-view.c: (ev_view_button_release_event):
4556 Don't open links with middle mouse button. Fixes bug #353649
4558 2006-09-04 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4563 Update for release 0.6.0
4565 2006-08-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4567 * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
4568 Implement Close named action. Patch by Carlos Garcia Campos.
4570 2006-08-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4572 * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
4574 Don't clear link mapping on copy_job_to_job_info. Fixes
4577 2006-08-21 Carlos Garcia Campos <carlosgc@gnome.org>
4579 * shell/main.c: (main):
4581 Revert my previous commit, gnome_program_init owns the option context.
4582 Fix another memory leak in main. Both caught by Christian Persch.
4584 2006-08-21 Carlos Garcia Campos <carlosgc@gnome.org>
4586 * shell/main.c: (main):
4590 2006-08-21 Carlos Garcia Campos <carlosgc@gnome.org>
4592 * backend/ev-document-factory.c: (ev_document_factory_get_document):
4594 Fix crash when opening a pdf with password protection.
4596 2006-08-19 Carlos Garcia Campos <carlosgc@gnome.org>
4598 * pdf/ev-poppler.cc: (pdf_document_search_free):
4602 2006-08-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4604 * backend/ev-document-factory.c:
4605 (ev_document_factory_get_document):
4606 * tiff/tiff-document.c: (tiff_document_finalize):
4608 More correct handling of document loading. Fixes
4611 2006-08-14 Carlos Garcia Campos <carlosgc@gnome.org>
4613 * backend/ev-attachment.c: (ev_attachment_save):
4615 Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
4616 gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
4618 2006-08-15 Julien Rebetez <julienr@cvs.gnome.org>
4620 * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
4621 Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
4623 2006-08-14 Carlos Garcia Campos <carlosgc@gnome.org>
4625 * shell/ev-sidebar-thumbnails.c:
4627 Do not render thumbnails unless thumbnails page is active in the
4630 2006-08-14 Christian Persch <chpe@cvs.gnome.org>
4632 * shell/ev-properties-dialog.c:
4634 Fix dialogue spacing. Bug #351370.
4636 2006-08-13 Wouter Bolsterlee <uws+gnome@xs4all.nl>
4640 Use lowercase gettext catalog file names (evince.mo
4641 instead of Evince.mo)
4643 2006-08-13 Carlos Garcia Campos <carlosgc@gnome.org>
4645 * shell/ev-sidebar-attachments.c:
4647 GtkIconTheme is now screen safe too. Fixes bug #350878
4649 2006-08-11 Carlos Garcia Campos <carlosgc@gnome.org>
4651 * shell/ev-window.c:
4653 GtkRecent manager is now screen safe. Fixes bug #350145
4655 2006-08-11 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4657 * shell/ev-sidebar.c: (ev_sidebar_init):
4659 Make sidebar close icon smaller. Fix for bug 350177.
4660 See also bugs 350176 and 165770.
4662 2006-08-10 Carlos Garcia Campos <carlosgc@gnome.org>
4664 * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
4666 Ignore zoom for xyz destinations when it's <= 1, keeping user
4667 preferences instead. Set correct sizing-mode for fith and fitv
4668 destinations rather than EV_SIZING_FREE. Fixes bug #349433
4670 2006-08-08 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4675 Update for release 0.5.5
4677 2006-08-07 Radoslav Dorcik <dixiecko@gmail.com>
4679 * shell/ev-window.c: (ev_window_cmd_escape)
4681 Escape unfocus page entry. Fixes bug #345809.
4683 2006-08-06 Carlos Garcia Campos <carlosgc@gnome.org>
4685 * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
4686 (build_tree), (pdf_document_links_get_links),
4687 (pdf_document_links_find_link_dest):
4688 * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
4691 Convert from PDF style coordinates to X style coordinates in the
4692 backend rather than in the view. Fixes bug #338440
4694 2006-08-06 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4696 * shell/ev-window.c:
4698 Remove Ctrl+Shift+T shortcut for toolbars. See
4701 2006-08-05 Carlos Garcia Campos <carlosgc@gnome.org>
4705 Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
4708 2006-08-05 Carlos Garcia Campos <carlosgc@gnome.org>
4711 * cut-n-paste/Makefile.am:
4712 * data/evince-ui.xml:
4713 * shell/Makefile.am:
4714 * shell/ev-application.[ch]:
4715 * shell/ev-window.c:
4717 Use GtkRecent instead of EggRecent when it's available. Fixes bug
4720 2006-08-04 Wouter Bolsterlee <uws+gnome@xs4all.nl>
4722 * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
4723 findbar code: s/help/search/
4725 2006-08-04 Ricardo Markiewicz <rmarkie@fi.uba.ar>
4727 * shell/ev-window.c: (setup_document_from_metadata),
4728 (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
4729 (setup_view_from_metadata):
4733 2006-07-31 Christian Persch <chpe@cvs.gnome.org>
4735 * autogen.sh, configure.ac:
4737 Update automake usage. See bug 349292.
4739 2006-07-30 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4741 * shell/eggfindbar.c: (egg_find_bar_class_init),
4742 (entry_activate_callback), (egg_find_bar_init),
4743 (egg_find_bar_set_status_text):
4744 * shell/eggfindbar.h:
4746 Unify Evince findbar with Epiphany. Nice patch
4747 from Fabricio Silva <silva@crans.org> and
4748 Frederic Peters <fpeters@entrouvert.com>. See
4749 bug #339966 for details.
4751 2006-07-27 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4753 * data/evince.desktop.in.in:
4755 Correct information for bugzilla. Thanks to
4756 Olaf Vitters, see bug #348855.
4758 2006-07-26 Carlos Garcia Campos <carlosgc@gnome.org>
4760 * shell/ev-jobs.[ch]:
4761 * shell/ev-sidebar-links.c:
4762 * shell/ev-window.[ch]:
4764 GtkPrintJob doesn't support print ranges or current page, so we export
4765 to a ps file now when printing ranges or current page.
4767 2006-07-26 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4769 * pdf/ev-poppler.cc:
4770 * shell/ev-window.c: (do_action_named):
4772 We should be more clear about bugzilla. See the
4775 2006-07-23 Carlos Garcia Campos <carlosgc@gnome.org>
4778 * shell/Makefile.am:
4779 * shell/ev-job-queue.c:
4780 * shell/ev-jobs.[ch]:
4781 * shell/ev-sidebar-links.c:
4782 * shell/ev-window.[ch]:
4784 Use GtkPrint instead of GnomePrint when it's available. Fixes bug
4787 2006-07-17 Carlos Garcia Campos <carlosgc@gnome.org>
4789 * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
4790 * shell/ev-application-service.xml:
4791 * shell/ev-application.[ch]:
4792 * shell/ev-jobs.[ch]:
4793 * shell/ev-window.[ch]: (ev_window_run_preview):
4796 Add preview mode to use evince as a printing previewer. It also adds
4797 other command line options for fullscreen and presentation modes.
4798 Fixes bugs #347822, #317031
4800 2006-07-11 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4805 Update for release 0.5.4
4807 2006-07-11 Bastien Nocera <hadess@hadess.net>
4810 * backend/Makefile.am:
4811 * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4812 * backend/ev-document-factory.h:
4814 * impress/.cvsignore:
4815 * impress/Makefile.am:
4817 * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
4818 (imp_get_page), (imp_next_page), (imp_prev_page),
4819 (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
4820 * impress/f_oasis.c: (render_object), (render_page),
4821 (get_geometry), (_imp_oasis_load):
4822 * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
4824 * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
4825 (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
4826 (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
4827 (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
4828 (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
4829 (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
4830 (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
4831 (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
4832 (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
4833 (iks_new_within), (iks_insert), (iks_insert_cdata),
4834 (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
4835 (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
4836 (iks_parent), (iks_root), (iks_child), (iks_first_tag),
4837 (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
4838 (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
4839 (iks_cdata), (iks_cdata_size), (iks_has_children),
4840 (iks_has_attribs), (escape_size), (my_strcat), (escape),
4841 (iks_string), (iks_copy_within), (iks_copy), (tagHook),
4842 (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
4843 (iks_tree), (iks_load), (iks_save):
4844 * impress/iksemel.h:
4845 * impress/imposter.h:
4846 * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
4847 (imp_render_draw_bezier_real), (imp_render_get_size),
4848 (imp_render_set_fg_color), (imp_render_draw_line),
4849 (imp_render_draw_rect), (imp_render_draw_polygon),
4850 (imp_render_draw_arc), (imp_render_draw_bezier),
4851 (imp_render_open_image), (imp_render_get_image_size),
4852 (imp_render_scale_image), (imp_render_draw_image),
4853 (imp_render_close_image), (imp_render_markup),
4854 (imp_render_get_text_size), (imp_render_draw_text),
4855 (impress_document_load), (impress_document_save),
4856 (impress_document_get_n_pages), (impress_document_get_page_size),
4857 (imp_render_get_from_drawable), (impress_document_render_pixbuf),
4858 (impress_document_finalize), (impress_document_class_init),
4859 (impress_document_can_get_text), (impress_document_get_info),
4860 (impress_document_document_iface_init),
4861 (impress_document_thumbnails_get_thumbnail),
4862 (impress_document_thumbnails_get_dimensions),
4863 (impress_document_document_thumbnails_iface_init),
4864 (impress_document_init):
4865 * impress/impress-document.h:
4866 * impress/internal.h:
4867 * impress/r_back.c: (_imp_fill_back):
4868 * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
4869 (_imp_draw_image), (_imp_tile_image):
4870 * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
4871 (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
4873 * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
4874 (r_draw_gradient_complex), (r_draw_gradient):
4875 * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
4877 * impress/r_text.c: (add_line), (add_span), (calc_sizes),
4878 (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
4880 * impress/render.c: (imp_create_context), (imp_context_set_page),
4881 (imp_context_set_step), (imp_render), (imp_delete_context):
4883 * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
4884 (list_files), (zip_open), (zip_close), (find_file), (seek_file),
4885 (zip_load_xml), (zip_get_size), (zip_load):
4889 New backend to support impress slides. Fixes bug #30867.
4891 2006-07-10 Ghee Teo <ghee.teo@sun.com>
4893 * shell/ev-utils.c: (using_postscript_printer):
4895 Fixes crash when print using PAPI backend,
4898 2006-06-09 Pat Rondon <pmr@patrondon.org>
4900 * shell/ev-jobs.c: (ev_job_xfer_run):
4901 * shell/ev-window.c: (password_dialog_response),
4902 (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
4903 (ev_window_dispose):
4904 Fixes bug #344160: if the xfer job doesn't complete
4905 because a password is required, reload the existing
4906 instance instead of creating a new one.
4908 2006-06-01 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4910 * shell/main.c: (main): Call gdk_threads_init. Thus
4911 we'll avoid errors in auth dialog. Fix for the bug
4914 2006-06-01 Wouter Bolsterlee <uws+gnome@xs4all.nl>
4916 * configure.ac: Advertise pixbuf support, fix
4919 2006-05-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4921 * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
4922 (ev_sidebar_thumbnails_set_document):
4924 Update sidebar thumbnails after reloading.
4926 2006-05-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4928 * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
4930 * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
4931 (ev_window_cmd_view_reload), (ev_window_init):
4933 Don't crash on reload. Fix for the bug #343167.
4935 2006-05-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4937 * shell/ev-jobs.c: (ev_job_render_run):
4939 Check for document links.
4941 2006-05-27 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4943 * backend/ev-attachment.c: (ev_attachment_save),
4944 (ev_attachment_launch_app), (ev_attachment_open):
4945 * backend/ev-document-factory.c: (get_document_from_uri):
4946 * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4947 (egg_recent_view_uimanager_set_list):
4948 * ps/ps-document.c: (check_filecompressed), (document_load),
4950 * shell/ev-metadata-manager.c: (load_values):
4951 * shell/ev-password.c: (ev_password_dialog_set_property):
4952 * shell/ev-view.c: (tip_from_link):
4953 * shell/ev-window.c: (file_save_dialog_response_cb),
4954 (ev_window_print_dialog_response_cb):
4956 Use consistent quoting style. Fix for the bug #320285.
4958 2006-05-27 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4960 * shell/ev-jobs.c: (ev_job_xfer_run):
4961 * shell/main.c: (load_files):
4963 Open links with anchors. Fix for the bug #339836.
4965 2006-05-27 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4967 * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
4968 (ev_link_dest_get_page_label), (ev_link_dest_get_property),
4969 (ev_link_dest_set_property), (ev_link_dest_finalize),
4970 (ev_link_dest_class_init), (ev_link_dest_new_named),
4971 (ev_link_dest_new_page_label):
4972 * backend/ev-link-dest.h:
4973 * shell/ev-application.c: (ev_application_open_uri):
4974 * shell/ev-view.c: (goto_dest):
4975 * shell/ev-window.c:
4976 * shell/ev-window.h:
4978 Fix page-label command line option. Bug #342070.
4980 2006-05-27 Ricardo Markiewicz <rmarkie@fi.uba.ar>
4982 * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4984 Don't show highlight rects if page can't be showed. Fix for
4987 2006-05-27 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4989 * shell/ev-window.c: (setup_sidebar_from_metadata),
4990 (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
4992 Setup sidebar from metadata even if there is no document
4993 loaded. Fix for the bug #342807.
4995 2006-05-26 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4997 * cut-n-paste/toolbar-editor/Makefile.am:
4998 * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4999 (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
5000 (find_action), (drag_data_delete_cb), (drag_begin_cb),
5001 (drag_end_cb), (drag_data_get_cb), (move_item_cb),
5002 (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
5003 (popup_context_menu_cb), (button_press_event_cb),
5004 (configure_item_sensitivity), (configure_item_cursor),
5005 (configure_item_tooltip), (connect_widget_signals),
5006 (action_sensitive_cb), (create_item_from_action),
5007 (create_item_from_position), (toolbar_drag_data_received_cb),
5008 (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
5009 (toolbar_drag_leave_cb), (configure_drag_dest),
5010 (toggled_visibility_cb), (toolbar_visibility_refresh),
5011 (create_dock), (toolbar_changed_cb), (unparent_fixed),
5012 (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
5013 (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
5014 (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
5015 (egg_editable_toolbar_dispose),
5016 (egg_editable_toolbar_set_ui_manager),
5017 (egg_editable_toolbar_get_selected),
5018 (egg_editable_toolbar_set_selected), (set_edit_mode),
5019 (egg_editable_toolbar_set_property),
5020 (egg_editable_toolbar_get_property),
5021 (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
5022 (egg_editable_toolbar_new_with_model),
5023 (egg_editable_toolbar_get_edit_mode),
5024 (egg_editable_toolbar_set_edit_mode),
5025 (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
5026 (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
5027 * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5028 * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
5029 (item_added_or_removed_cb), (toolbar_removed_cb),
5030 (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
5031 (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
5032 (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
5033 (editor_create_item_from_name), (append_table),
5034 (update_editor_sheet), (egg_toolbar_editor_init):
5035 * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
5036 * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5037 (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
5038 (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
5039 (toolbar_node_free), (egg_toolbars_model_get_flags),
5040 (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
5041 (egg_toolbars_model_get_name), (impl_add_item),
5042 (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
5043 (parse_data_list), (parse_item_list), (parse_toolbars),
5044 (egg_toolbars_model_load_toolbars), (parse_available_list),
5045 (parse_names), (egg_toolbars_model_load_names),
5046 (egg_toolbars_model_class_init), (egg_toolbars_model_init),
5047 (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
5048 (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
5049 (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
5050 (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
5051 (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
5052 (egg_toolbars_model_set_types), (fill_avail_array),
5053 (egg_toolbars_model_get_name_avail),
5054 (egg_toolbars_model_get_name_flags),
5055 (egg_toolbars_model_set_name_flags):
5056 * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5057 * cut-n-paste/toolbar-editor/eggintl.h:
5058 * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5059 (egg_tree_multi_drag_source_get_type),
5060 (egg_tree_multi_drag_source_row_draggable),
5061 (egg_tree_multi_drag_source_drag_data_delete),
5062 (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
5063 (egg_tree_multi_drag_button_release_event), (selection_foreach),
5064 (path_list_free), (set_context_data), (get_context_data),
5065 (get_info), (egg_tree_multi_drag_drag_data_get),
5066 (egg_tree_multi_drag_motion_event),
5067 (egg_tree_multi_drag_button_press_event),
5068 (egg_tree_multi_drag_add_drag_support):
5069 * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
5070 * shell/ev-application.c: (ev_application_init),
5071 (ev_application_save_toolbars_model):
5072 * shell/ev-window.c: (ev_window_create_fullscreen_popup),
5073 (ev_window_cmd_edit_toolbar), (ev_window_init):
5075 Sync toolbareditor with epiphany and libegg
5077 2006-05-23 Carlos Garcia Campos <carlosgc@gnome.org>
5081 Depend on poppler 0.5.2
5083 2006-05-22 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5085 * shell/ev-jobs.c: (ev_job_render_run):
5087 Check if document supports links iterface.
5089 2006-05-16 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5094 Update for release 0.5.3
5096 2006-05-13 Michael Plump <plumpy@skylab.org>
5099 * shell/Makefile.am:
5100 * shell/main.c: (main):
5102 Port to GOption command line parsing. Fix for the
5105 2006-05-13 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5107 * shell/ev-window.c: (ev_window_cmd_help_about):
5109 Do not wrap license. Fix for the bug #309460.
5111 2006-05-13 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5114 * properties/ev-properties-main.c: (ev_properties_get_pages):
5115 * shell/ev-application.c: (ev_application_open_window),
5116 (ev_application_open_uri_at_dest):
5117 * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5118 * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
5119 (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
5120 * shell/ev-utils.c: (save_print_config_to_file):
5121 * shell/ev-window.c: (ev_window_cmd_save_as),
5122 (ev_attachment_popup_cmd_save_attachment_as):
5123 * shell/main.c: (load_files_remote):
5125 Bump requirements to gtk 2.8 and drop all ifdefs used.
5127 2006-05-11 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5129 * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5130 * shell/ev-window.c: (ev_window_init):
5132 Show attachments page.
5134 2006-05-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5137 * shell/ev-attachment-bar.c:
5138 * shell/ev-attachment-bar.h:
5139 * shell/ev-sidebar-attachments.c:
5140 (ev_sidebar_attachments_icon_cache_add),
5141 (icon_theme_get_pixbuf_from_mime_type),
5142 (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
5143 (ev_sidebar_attachments_icon_cache_refresh),
5144 (ev_sidebar_attachments_get_attachment_at_pos),
5145 (ev_sidebar_attachments_popup_menu_show),
5146 (ev_sidebar_attachments_popup_menu),
5147 (ev_sidebar_attachments_button_press),
5148 (ev_sidebar_attachments_update_icons),
5149 (ev_sidebar_attachments_drag_data_get),
5150 (ev_sidebar_attachments_get_property),
5151 (ev_sidebar_attachments_destroy),
5152 (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
5153 (ev_sidebar_attachments_new),
5154 (ev_sidebar_attachments_set_document),
5155 (ev_sidebar_attachments_support_document),
5156 (ev_sidebar_attachments_get_label),
5157 (ev_sidebar_attachments_page_iface_init):
5158 * shell/ev-sidebar-attachments.h:
5159 * shell/ev-window.c: (update_chrome_visibility),
5160 (setup_sidebar_from_metadata), (ev_window_setup_document),
5161 (ev_window_sidebar_current_page_changed_cb),
5162 (attachment_bar_menu_popup_cb), (ev_window_init):
5164 Move attachments bar to sidebar.
5166 2006-05-09 Carlos Garcia Campos <carlosgc@gnome.org>
5168 * pdf/ev-poppler.cc:
5169 * shell/ev-application.[ch]:
5172 Fix some memory leaks.
5174 2006-05-09 Wouter Bolsterlee <uws+gnome@xs4all.nl>
5176 * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5178 Change the properties dialog response to
5179 GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
5180 will make the dialog go away when the user presses
5181 enter. With gtk+ >= 2.9 this will happen anyway, but for
5182 older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
5183 escape by default. Fixes bug #340539. See also bug
5184 #101293 for the gtk+ part.
5186 2006-05-08 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
5188 * shell/ev-view.c (tip_from_action_named): Replace some strings
5189 that were wrong. Closes #340970.
5191 2006-05-08 Carlos Garcia Campos <carlosgc@gnome.org>
5193 * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5195 Update sidebar chrome flag when sidebar visibility changes. Fixes bug
5198 2006-05-05 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5202 * dvi/mdvi-lib/Makefile.am:
5203 * properties/Makefile.am:
5205 * shell/Makefile.am:
5206 * thumbnailer/Makefile.am:
5208 Due to broken libtool that is unable to track dependencies
5209 of noinst libraries we are forced to explicitely point
5210 libraries for binary. Fix for the bug #333334.
5212 2006-05-05 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5214 * data/evince.desktop.in.in:
5215 * shell/ev-view.c: (view_update_range_and_current_page),
5216 (ev_view_next_page), (ev_view_previous_page):
5217 * shell/ev-window.c: (update_chrome_visibility),
5218 (setup_sidebar_from_metadata), (ev_window_setup_document),
5219 (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
5220 (fullscreen_set_timeout), (fullscreen_clear_timeout),
5221 (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
5222 (ev_window_stop_fullscreen), (ev_window_run_presentation),
5223 (ev_window_stop_presentation), (ev_window_focus_in_event),
5224 (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
5226 * thumbnailer/Makefile.am:
5228 Update fullscreen and presentation timeout handling. Hide
5229 cursor in presentation after timeout. Fix for the bugs
5230 #136359 and #336981.
5232 2006-05-03 Carlos Garcia Campos <carlosgc@gnome.org>
5234 * backend/ev-link-action.[ch]:
5235 * pdf/ev-poppler.cc: (ev_link_from_action):
5236 * shell/ev-view-private.h:
5237 * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
5238 * shell/ev-window.c: (do_action_named), (view_external_link_cb):
5240 Add support for Named Action links
5242 2006-05-02 Carlos Garcia Campos <carlosgc@gnome.org>
5244 * backend/Makefile.am:
5245 * backend/ev-document-links.[ch]:
5246 * backend/ev-document.[ch]:
5247 * backend/ev-link-action.[ch]:
5248 * backend/ev-link-dest.[ch]:
5249 * backend/ev-link.[ch]:
5250 * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
5251 (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
5252 * shell/ev-page-action.c: (build_new_tree_cb):
5253 * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
5254 (links_page_num_func), (update_page_callback):
5255 * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
5258 * shell/ev-window.[ch]: (ev_window_open_uri),
5259 (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
5260 * shell/ev-application.[ch]: (ev_application_open_window),
5261 (ev_application_open_uri):
5263 Rework links system, it adds support for remote links now and it makes
5264 easier to add new kinds of actions and destinations. Fixes bug #317292
5266 2006-05-02 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5270 * data/evince-16.png:
5271 * data/evince-22.png:
5273 * shell/main.c: (main):
5275 Evince use it's own icon. Fix for the bug #313392.
5277 * shell/ev-window.c: (fullscreen_timeout_cb),
5278 (fullscreen_set_timeout), (fullscreen_clear_timeout),
5279 (ev_window_cmd_help_about), (ev_window_dispose):
5281 Simplify fullscreen timeout code.
5283 2006-04-29 Carlos Garcia Campos <carlosgc@gnome.org>
5285 * backend/ev-attachment.c:
5286 * shell/ev-attachment-bar.c:
5287 * shell/ev-window.c:
5289 Allow multiple selection of attachments
5291 2006-04-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5293 * shell/ev-view.c: (view_update_range_and_current_page),
5296 Fix for the bug #312573 – Optimal selection of current
5297 page among visible pages.
5299 2006-04-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5305 Update to djvulibre-3.5.17, now it uses pkg-config. Fix
5308 2006-04-22 Kjartan Maraas <kmaraas@gnome.org>
5310 * configure.ac: Fix the LINGUAS stuff here too so it builds.
5312 2006-04-21 Wouter Bolsterlee <uws+gnome@xs4all.nl>
5314 * shell/ev-window.c: Add ellipsis to the Find... menu item, as
5315 dictated by the GNOME HIG. Fixes bug #339235.
5317 2006-04-20 Wouter Bolsterlee <uws+gnome@xs4all.nl>
5319 * data/evince-ui.xml:
5320 * shell/ev-view.c: (ev_view_can_find_previous):
5322 * shell/ev-window.c: (ev_window_update_actions),
5323 (ev_window_cmd_edit_find_previous):
5325 Add support for "Find Previous" as dictated by the GNOME HIG. A
5326 menu item is added and some glue code to make it all work is added
5329 2006-04-09 Wouter Bolsterlee <uws+gnome@xs4all.nl>
5331 * configure.ac: Award myself the "useless use of cat" award.
5333 2006-04-09 Wouter Bolsterlee <uws+gnome@xs4all.nl>
5335 * po/LINGUAS: New file listing all supported languages.
5337 * configure.in: Use po/LINGUAS instead of including all languages
5338 directly in this file. See the wiki for more information:
5339 http://live.gnome.org/GnomeGoals/PoLinguas
5341 2006-04-06 Carlos Garcia Campos <carlosgc@gnome.org>
5343 * backend/ev-document-factory.c:
5345 Do not load the document twice when there isn't errors
5347 2006-04-03 Carlos Garcia Campos <carlosgc@gnome.org>
5349 * backend/ev-attachment.c:
5351 Fix a crash when there isn't a default application to open an
5354 2006-04-03 Carlos Garcia Campos <carlosgc@gnome.org>
5356 * backend/ev-attachment.[ch]:
5357 * shell/ev-attachment-bar.[ch]:
5359 Added missing files.
5361 2006-04-03 Carlos Garcia Campos <carlosgc@gnome.org>
5363 * backend/Makefile.am:
5364 * data/evince-ui.xml:
5365 * backend/ev-attachment.[ch]:
5366 * backend/ev-document.[ch]: (ev_document_has_attachments),
5367 (ev_document_get_attachments):
5368 * pdf/ev-poppler.cc: (pdf_document_has_attachments),
5369 (attachment_save_to_buffer), (pdf_document_get_attachments),
5370 (pdf_document_document_iface_init):
5371 * shell/Makefile.am:
5372 * shell/ev-attachment-bar.[ch]:
5373 * shell/ev-window.c:
5375 Add support for PDF attachments. Fixes bug #325143
5377 2006-04-03 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5379 * backend/ev-document-factory.c: (get_document_from_uri),
5380 (ev_document_factory_get_document):
5381 * backend/ev-document-factory.h:
5382 * properties/ev-properties-main.c: (ev_properties_get_pages):
5383 * shell/Makefile.am:
5384 * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5385 (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5386 (ev_job_queue_remove_job):
5387 * shell/ev-job-queue.h:
5388 * shell/ev-job-xfer.c:
5389 * shell/ev-job-xfer.h:
5390 * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
5391 (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
5392 (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
5395 * shell/ev-window.c: (ev_window_is_empty),
5396 (password_dialog_response), (ev_window_clear_xfer_job),
5397 (ev_window_xfer_job_cb), (ev_window_open_uri),
5398 (ev_window_cmd_focus_page_selector),
5399 (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
5400 (ev_window_cmd_continuous), (ev_window_cmd_dual),
5401 (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5402 (ev_window_dispose):
5403 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5405 * Cleanup mime type detection on document load. Fix for the
5408 2006-04-02 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5410 * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
5412 Fix crash on exit, described in the bug #336825.
5414 2006-03-31 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5416 * backend/ev-document-factory.c:
5417 (ev_document_factory_get_from_mime),
5418 (ev_document_factory_get_all_mime_types), (get_document_from_uri),
5419 (ev_document_factory_get_document),
5420 (file_filter_add_mime_list_and_free),
5421 (ev_document_factory_add_filters):
5422 * backend/ev-document-factory.h:
5423 * properties/ev-properties-main.c: (ev_properties_get_pages):
5424 * shell/Makefile.am:
5425 * shell/ev-application.c:
5426 * shell/ev-job-xfer.c: (ev_job_xfer_run):
5427 * shell/ev-window.c: (ev_window_cmd_file_open),
5428 (ev_window_cmd_save_as):
5429 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5431 Rework factory functions so they are placed now in a single
5432 file ev-document-factory.c
5434 2006-03-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5436 * shell/ev-window.c: (update_chrome_visibility):
5438 Fix for the bug 166566 - don't show menubar in fullscreen
5441 2006-03-22 Tommi Vainikainen <thv@iki.fi>
5443 * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
5445 2006-03-21 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5447 * shell/ev-view.c: (ev_view_expose_event):
5449 More correctly draw loading text when document
5452 2006-03-21 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5454 * shell/ev-view.c: (ev_view_scroll):
5456 Fix for the bug #334854, page down and page up switch
5457 pages in presentation mode.
5459 2006-03-21 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5461 * shell/ev-window.c: (ev_window_set_action_sensitive),
5462 (ev_window_setup_action_sensitivity), (ev_window_update_actions),
5463 (ev_window_set_view_accels_sensitivity),
5464 (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
5465 (ev_window_cmd_continuous), (ev_window_cmd_dual),
5466 (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5467 (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
5468 (ev_window_cmd_edit_find), (ev_window_set_page_mode),
5469 (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
5470 (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
5471 (view_actions_focus_in_cb), (ev_window_init):
5473 Fix for the bug #333902, now it's possible to search
5476 2006-03-16 Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
5478 * configure.ac: Added Breton translation.
5479 * po/br.po: Added Breton translation.
5481 2006-03-14 Carlos Garcia Campos <carlosgc@gnome.org>
5483 * shell/ev-window-title (ev_window_title_update):
5485 Fix memory leak in window title. Fixes bug #333944
5487 2006-03-14 Carlos Garcia Campos <carlosgc@gnome.org>
5489 * shell/ev-metadata-manager.c (parseItem):
5491 Fix memory leaks. Fixes bug #333945
5493 2006-03-13 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5495 * NEWS, configure.ac, TODO:
5497 Update for release 0.5.2.
5499 2006-03-05 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5501 * shell/ev-view.c: (view_update_range_and_current_page),
5504 Don't jump on scrolling, fix for the bug #333127.
5506 2006-03-01 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5508 * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
5510 Scroll by one page in presentation mode. Fix for the bug
5513 2006-03-01 Vladimer SIchinava <vlsichinava@gmail.com>
5515 * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
5517 2006-02-28 Clytie Siddall <clytie@riverland.net.au>
5519 * configure.ac Added lv in ALL_LINGUAS line.
5521 2006-02-27 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5523 * NEWS, configure.ac:
5525 Update for release 0.5.1
5527 2006-02-24 Ricardo Markiewicz <rmarkie@fi.uba.ar>
5529 * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
5530 * backend/ev-document-misc.h:
5531 * shell/ev-view.c: (draw_one_page):
5533 Clairfy what page the toolbar page number applies to. Fix
5534 for the bug #328102.
5536 2006-02-24 Stanislav Slusny <slusnys@gmail.com>
5538 * shell/ev-view-private.h:
5539 * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
5540 (ev_view_init), (find_changed_cb), (ev_view_find_previous),
5541 (ev_view_search_changed):
5543 * shell/ev-window.c: (find_bar_search_changed_cb):
5545 Dont't jump to find result if window was scrolled during search.
5546 Fix for the bug #313266.
5548 2006-02-21 Stanislav Slusny <slusnys@gmail.com>
5550 * shell/eggfindbar.c: (egg_find_bar_class_init):
5551 * shell/eggfindbar.h:
5552 * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
5553 * shell/ev-view-private.h:
5554 * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
5555 (ev_view_class_init), (ev_sizing_mode_get_type),
5556 (ev_scroll_type_get_type):
5558 * shell/ev-window.c: (ev_window_cmd_scroll_forward),
5559 (ev_window_cmd_scroll_backward), (find_bar_scroll),
5562 Fix for the bug 319133 - Find entry should allow text scroll.
5564 2006-02-20 Antoine Dopffer <antoine.dopffer@free.fr>
5566 * shell/ev-view-private.h:
5567 * shell/ev-view.c: (view_update_range_and_current_page),
5568 (highlight_find_results), (find_changed_cb), (page_changed_cb),
5569 (ev_view_set_document), (update_find_status_message),
5570 (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
5571 (ev_view_find_previous):
5573 Fix for the bug #319137. Search now takes account for scrolling.
5575 2006-02-19 Michael Hofmann <mh21@piware.de>
5579 * djvu/djvu-document-private.h:
5580 * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5581 (djvu_handle_events), (djvu_document_load), (djvu_document_save),
5582 (djvu_document_get_page_size), (djvu_document_render_pixbuf),
5583 (djvu_document_can_get_text), (djvu_document_get_text),
5584 (djvu_document_document_iface_init),
5585 (djvu_document_thumbnails_get_thumbnail),
5586 (djvu_document_find_begin), (djvu_document_find_get_n_results),
5587 (djvu_document_find_get_result),
5588 (djvu_document_find_page_has_results),
5589 (djvu_document_find_get_progress), (djvu_document_find_cancel),
5590 (djvu_document_find_iface_init):
5591 * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
5592 (djvu_text_page_selection), (djvu_text_page_limits_process),
5593 (djvu_text_page_limits), (djvu_text_page_copy),
5594 (djvu_text_page_position), (djvu_text_page_union),
5595 (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
5596 (djvu_text_page_box), (djvu_text_page_append_text),
5597 (djvu_text_page_search), (djvu_text_page_prepare_search),
5598 (djvu_text_page_new), (djvu_text_page_free):
5599 * djvu/djvu-text-page.h:
5600 * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
5601 (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
5602 (djvu_text_n_results), (djvu_text_has_results),
5603 (djvu_text_get_result), (djvu_text_get_progress):
5606 Text search in djvu. Fix for the bug #303415.
5608 2006-02-18 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5611 * shell/ev-window.c: (ev_window_cmd_save_as):
5613 Ask filechooser to confirm overwrite. Fix for the bug #328266.
5614 Thanks to Gary Coady <gary@lyranthe.org>
5616 2006-02-18 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5618 * shell/ev-print-job.c: (idle_print_handler):
5620 Inverse order printing, bug #320919.
5622 2006-02-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5624 * data/evince-toolbar.xml:
5625 * shell/ev-window.c:
5627 Allow to add sidebar checkbutton on toolbar. Fix
5628 for the bug #144577.
5630 2006-02-16 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5632 * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
5634 Add checks that have sense for empty ps document.
5636 2006-02-15 Luca Ferretti <elle.uca@libero.it>
5638 * configure.ac: Include PS in mime types list.
5640 2006-02-13 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5643 * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
5645 * ps/ps-document.c: (start_interpreter), (ps_document_load):
5647 Runtime check for gs interpreter. Fix for the bug #320868.
5648 Thanks to Antoine Dopffer antoine.dopffer@free.fr
5650 2006-02-12 Carlos Garcia Campos <carlosgc@gnome.org>
5652 * shell/ev-application.c:
5654 Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
5655 dbus>=0.60, so that the request is not queued.
5657 2006-02-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5660 * shell/Makefile.am:
5661 * shell/ev-sidebar-links.c: (print_section_cb):
5664 * shell/ev-window.c: (update_action_sensitivity),
5665 (ev_window_close_dialogs), (ev_window_print):
5666 * shell/ev-window.h:
5668 Make printing support optional. Patch from Eduardo de Barros Lima
5669 <eduardo.lima@indt.org.br> for the bug #330546.
5671 2006-02-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5673 * shell/ev-view-private.h:
5674 * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
5675 (ev_view_set_document):
5677 * shell/ev-window.c: (ev_window_load_job_cb),
5678 (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
5681 Draw Loading message during xfer job. Fix for the bug #329495.
5683 2006-02-03 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5685 * comics/comics-document.c: (comics_regex_quote),
5686 (comics_document_load), (extract_argv):
5688 Correcly quote regexp before passing it to unzip.
5690 2006-02-01 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5692 * shell/ev-page-cache.c: (build_height_to_page),
5693 (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
5694 (ev_page_cache_get_dual_even_left):
5695 * shell/ev-page-cache.h:
5696 * shell/ev-view.c: (view_update_range_and_current_page),
5697 (get_page_y_offset), (get_page_extents):
5699 Place even pages to the left if document has less then
5700 two pages. Fix for the bug #328856.
5702 2006-01-31 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5704 * thumbnailer/evince-thumbnailer-comics.schemas.in:
5706 Correct comics scheme. This make evince create thumbnails
5707 for comic books. Fix for the bug 329088.
5709 2006-01-31 Christopher Aillon <caillon@redhat.com>
5711 * data/evince-password.glade: Don't explicitly set
5712 invisible_char to the current default value in case
5713 the default changes; let GTK+ do its magic.
5715 2006-01-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5717 * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
5718 real filename to tmp filename since often document
5719 type is determined by extension.
5721 2006-01-24 Ricardo Markiewicz <rmarkie@fi.uba.ar>
5723 * shell/ev-view.c: (add_scroll_binding_keypad),
5724 (ev_view_binding_activated), (ev_view_class_init):
5726 Add keybindings for percision-scrolling of display area.
5727 Fix for the bug #314072.
5729 2006-01-21 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5731 * data/evince.desktop.in.in:
5733 Add GTK to the list of categories. Fix for the bug #328034.
5735 2006-01-21 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5737 * shell/ev-application.c: (ev_application_shutdown),
5738 (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
5739 * shell/ev-application.h:
5740 * shell/ev-window.c: (file_open_dialog_response_cb),
5741 (ev_window_cmd_file_open):
5743 Save last uri in file chooser dialog. Fix for the bug #327950.
5745 2006-01-20 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5750 Final update for release 0.5.0
5752 * shell/Makefile.am:
5754 Remove disable deprecated until we'll require libgnome-2.13.7
5755 and port to GOption argument parsing. See bug 327518.
5757 2006-01-19 Jani Monoses <jani.monoses@gmail.com>
5759 * comics/comics-document.c: (comics_document_save):
5760 * djvu/djvu-document.c: (djvu_document_save):
5761 * dvi/dvi-document.c: (dvi_document_save):
5762 * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
5763 * lib/ev-file-helpers.h:
5764 * pixbuf/pixbuf-document.c: (pixbuf_document_save):
5765 * tiff/tiff-document.c: (tiff_document_save):
5767 Use common save function for backends.
5769 2006-01-18 Jani Monoses <jani.monoses@gmail.com>
5771 * backend/ev-document-types.c:
5773 Fix crash on saving pixbuf.
5775 2006-01-18 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5777 * cut-n-paste/recent-files/egg-recent-item.c:
5778 (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
5779 * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
5780 (parse_info_free), (valid_element), (start_element_handler),
5781 (end_element_handler), (text_handler), (egg_recent_model_filter),
5782 (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
5783 (egg_recent_model_monitor), (egg_recent_model_read),
5784 (egg_recent_model_open_file), (egg_recent_model_lock_file),
5785 (egg_recent_model_unlock_file), (egg_recent_model_finalize),
5786 (egg_recent_model_set_property), (egg_recent_model_class_init),
5787 (egg_recent_model_init), (egg_recent_model_add_full),
5788 (egg_recent_model_delete), (egg_recent_model_get_list),
5789 (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
5790 (egg_recent_model_set_filter_mime_types),
5791 (egg_recent_model_clear_group_filter),
5792 (egg_recent_model_set_filter_groups),
5793 (egg_recent_model_clear_scheme_filter),
5794 (egg_recent_model_set_filter_uri_schemes),
5795 (egg_recent_model_remove_expired):
5796 * cut-n-paste/recent-files/egg-recent-util.c:
5797 (egg_recent_util_get_icon):
5798 * cut-n-paste/recent-files/egg-recent-util.h:
5799 * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5800 (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
5801 (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
5802 (egg_recent_view_uimanager_set_property),
5803 (egg_recent_view_uimanager_get_property),
5804 (egg_recent_view_uimanager_class_init),
5805 (egg_recent_view_uimanager_init),
5806 (egg_recent_view_uimanager_set_label_width),
5807 (egg_recent_view_uimanager_get_label_width):
5808 * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
5809 * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5810 * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5811 * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5812 * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5813 * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5817 2006-01-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5819 * shell/ev-page-cache.c: (build_height_to_page),
5820 (ev_page_cache_get_height_to_page):
5821 * shell/ev-page-cache.h:
5822 * shell/ev-view.c: (view_update_range_and_current_page),
5823 (get_page_y_offset), (get_page_extents), (ev_view_next_page),
5824 (ev_view_previous_page):
5826 Dual mode places even pages to the left. Fix for the bug #309393.
5829 * shell/ev-window.c: (update_action_sensitivity),
5830 (setup_view_from_metadata), (view_menu_popup_cb):
5832 Don't restore presentation in empty windows, more intelligent
5833 next page behaviour in dual mode.
5835 * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
5836 (ev_pixbuf_cache_clear_job_sizes):
5838 Cleanup job callback on removal. Fix for the bug #325886.
5840 2006-01-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5842 * ps/ps.c: (psscan):
5844 Commit workaround Mozilla problem. Fix for the bug #325919
5846 * shell/ev-metadata-manager.c: (parse_value), (parseItem),
5849 Fix for year 2038 problem.
5851 2006-01-06 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5853 * shell/ev-window.c: (setup_document_from_metadata),
5854 (ev_window_cmd_view_reload):
5856 Clamp page recieved from metadata in valid values. Fix
5857 for the bug #325986.
5859 2006-01-06 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5862 Add MAINTAINERS as requested on desktop-devel-list.
5864 2006-01-06 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5866 * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
5867 (mime_type_supported_by_gdk_pixbuf),
5868 (ev_document_factory_get_mime_types),
5869 (ev_document_factory_get_all_mime_types):
5871 Don't add pixbuf mime types if pixbuf backend is disabled.
5873 * shell/ev-application.c: (ev_application_get_uri_window):
5875 Fix for the bug 325815 - unhandled MIME type message doesn't
5876 appear a second time.
5878 * shell/ev-document-types.c: (ev_document_types_add_filters):
5879 * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
5880 (password_dialog_response), (ev_window_popup_password_dialog),
5881 (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5882 (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5883 (ev_window_run_presentation), (ev_window_stop_presentation),
5884 (save_sizing_mode), (ev_window_zoom_changed_cb),
5885 (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5886 (ev_window_dual_mode_changed_cb),
5887 (ev_window_sidebar_current_page_changed_cb),
5888 (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5889 (window_state_event_cb), (window_configure_event_cb):
5891 Cleanup additional uris holded by EvWindow.
5893 2006-01-06 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5895 * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
5896 (ev_view_can_previous_page), (ev_view_can_next_page):
5898 * shell/ev-window.c: (update_action_sensitivity):
5900 Two page scrolling with Space and PageUp in dual mode. Second fix
5901 for the bug #316608.
5903 2006-01-05 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5905 * shell/ev-view.c: (scroll_to_current_page):
5907 Correctly clamp adjustment value. Fix for the bug
5910 2006-01-04 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5912 * shell/ev-sidebar-links.c: (print_section_cb):
5913 * shell/ev-window.c: (ev_window_get_uri),
5914 (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
5915 (ev_window_print_dialog_response_cb), (ev_window_print_range),
5916 (ev_window_dispose):
5918 Make print dialog non-modal. Fix for the bug #325622.
5920 2006-01-04 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5922 * shell/ev-metadata-manager.c:
5923 * shell/ev-utils.c: (using_pdf_printer),
5924 (using_postscript_printer), (load_print_config_from_file),
5925 (save_print_config_to_file):
5927 * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
5928 (update_sidebar_visibility), (setup_sidebar_from_metadata),
5929 (setup_view_from_metadata), (ev_window_setup_document),
5930 (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5931 (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5932 (ev_window_run_presentation), (ev_window_stop_presentation),
5933 (save_sizing_mode), (ev_window_zoom_changed_cb),
5934 (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5935 (ev_window_dual_mode_changed_cb),
5936 (ev_window_sidebar_current_page_changed_cb),
5937 (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5938 (window_state_event_cb), (window_configure_event_cb),
5941 Setting saving behaviour fixes.
5943 2005-12-30 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5947 Make antialiasing gs options better and allow
5948 to change them during configure. Fix for the
5951 2005-12-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5953 * shell/ev-window.c: (setup_view_from_metadata):
5955 Remember if last window was maximized. Fix for the
5958 2005-12-28 Abel Cheung <maddog@linuxhall.org>
5960 * configure.ac: Added "zh_HK" to ALL_LINGUAS.
5962 2005-12-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5964 * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
5965 * shell/ev-page-action.c: (build_new_tree_cb):
5966 * shell/ev-sidebar-links.c: (links_page_num_func),
5967 (update_page_callback_foreach), (update_page_callback):
5968 * shell/ev-view.c: (scroll_to_current_page):
5970 Fix for the bug #325067 with more intelligent selection
5971 of current link in sidebar. Make sidebar handle links
5972 of FITR-like type more correctly.
5974 * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
5975 (dvi_pixbuf_put_pixel):
5977 Fix memory consumtion with disabled alpha channel.
5979 2005-12-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5981 * data/evince-ui.xml:
5982 * shell/ev-window.c: (view_menu_popup_cb),
5983 (ev_popup_cmd_open_link), (ev_window_init):
5985 Update context menu for internal links. Fix for the bug
5988 2005-12-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5990 * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
5992 Bind context menu to keyboard also. Fix for the bug
5995 2005-12-27 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5997 * shell/ev-view.c: (selection_scroll_timeout_cb):
5999 Horizontal scroll on selection also.
6001 2005-12-26 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6003 * shell/ev-metadata-manager.c: (parse_value):
6004 * shell/ev-view.c: (goto_xyz_link):
6006 Correct zoom setup and metadata save broken in
6009 2005-12-26 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6011 * shell/ev-view-private.h:
6012 * shell/ev-view.c: (scroll_to_current_page),
6013 (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
6014 (goto_fith_link), (goto_fit_link), (goto_xyz_link),
6015 (page_changed_cb), (ev_view_set_continuous),
6016 (ev_view_set_dual_page), (ev_view_set_presentation):
6018 Delay scroll until allocation to correctly position page. Fix
6019 for the bug #317334.
6021 2005-12-25 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6026 Update NEWS and require poppler 0.5.0.
6028 2005-12-25 Carlos Garcia Campos <carlosgc@gnome.org>
6030 * data/evince-ui.xml:
6031 * shell/ev-view-private.h:
6032 * shell/ev-view.c: (ev_view_get_link_at_location),
6033 (handle_link_over_xy), (ev_view_button_press_event),
6034 (ev_view_button_release_event), (ev_view_class_init):
6035 * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
6036 (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
6039 Implement right-click context menu.
6041 2005-12-25 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6043 * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6044 * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
6045 (mdvi_pixbuf_device_render):
6046 * pdf/ev-poppler.cc:
6048 Don't generate thumbnails with alpha. See bug #324077.
6049 Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
6051 2005-12-25 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6053 * shell/ev-window.c: (setup_chrome_from_metadata):
6055 Fix typo that was hiding toolbar.
6057 2005-12-25 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6059 * shell/ev-view-private.h:
6060 * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
6061 (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
6062 (ev_view_button_release_event), (ev_view_destroy):
6064 Small cleanup and autoscrolling during selection. Thanks to
6065 Ricardo Markiewicz <rmarkie@fi.uba.ar>.
6067 2005-12-22 Jani Monoses <jani.monoses@gmail.com>
6071 Correctly check for comics option.
6073 2005-12-21 Eduardo Lima <eduardo.lima@indt.org.br>
6076 * backend/Makefile.am:
6077 * backend/ev-document-factory.c:
6078 * shell/ev-document-types.c:
6080 Included option in configure to make ps backend
6081 compilation optional with --disable-ps.
6083 2005-12-20 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6085 * backend/ev-document-factory.c:
6086 * comics/Makefile.am:
6087 * comics/comics-document.c: (comics_document_load):
6088 * comics/ev-cbr-mime.xml:
6091 Comics mime types are added to shared-mime-info CVS. Now
6092 we don't need to install our own mime types.
6094 2005-12-20 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6096 * shell/ev-window.c:
6098 Add shortcut for "save a copy" menu entry. Fix for
6101 2005-12-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6103 * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6104 (job_finished_cb), (new_selection_pixbuf_needed),
6105 (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6106 (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
6108 Rework selection job info logic and fix critical warning.
6110 2005-12-17 Abel Cheung <maddog@linuxhall.org>
6112 * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
6114 2005-11-27 Jaap A. Haitsma <jaap@haitsma.org>
6116 * data/evince-ui.xml:
6117 * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6119 Enter as shortcut key for next page. Fix for the bug
6122 2005-11-18 Ales Nyakhaychyk <nab@mail.by>
6124 * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
6126 2005-11-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6128 * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6129 (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6130 (new_selection_pixbuf_needed),
6131 (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6132 (clear_job_selection):
6134 Too early for 0.5. Pixbuf cache code cleaned a bit.
6136 2005-11-14 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6141 Release 0.5.0 preparation
6143 2005-11-14 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6145 * comics/Makefile.am:
6147 * shell/ev-document-types.c: (ev_document_types_add_filters):
6149 More advanced handling of custom mime type installation.
6151 2005-11-14 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6153 * data/evince.schemas.in:
6154 * shell/ev-metadata-manager.c: (value_free),
6155 (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
6156 (ev_metadata_manager_get), (ev_metadata_manager_set):
6157 * shell/ev-metadata-manager.h:
6158 * shell/ev-window.c: (update_chrome_flag),
6159 (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
6160 (setup_document_from_metadata), (setup_chrome_from_metadata),
6161 (setup_sidebar_from_metadata), (setup_view_from_metadata),
6162 (ev_window_cmd_edit_find), (ev_window_cmd_escape),
6163 (ev_window_view_toolbar_cb),
6164 (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
6165 (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
6167 Save last document settings and reuse them for new documents.
6169 2005-11-14 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6172 * backend/Makefile.am:
6173 * backend/ev-document-factory.c:
6174 * backend/ev-document-factory.h:
6175 * comics/Makefile.am:
6176 * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
6177 (comics_document_load), (comics_document_save),
6178 (comics_document_get_n_pages), (comics_document_get_page_size),
6179 (get_page_size_area_prepared_cb), (comics_document_render_pixbuf) (render_pixbuf_size_prepared_cb), (comics_document_finalize),
6180 (comics_document_class_init), (comics_document_can_get_text),
6181 (comics_document_get_info), (comics_document_document_iface_init),
6182 (comics_document_init), (get_supported_image_extensions),
6183 (comics_document_thumbnails_get_geometry),
6184 (comics_document_thumbnails_get_thumbnail),
6185 (comics_document_thumbnails_get_dimensions),
6186 (comics_document_document_thumbnails_iface_init), (extract_argv):
6187 * comics/comics-document.h:
6188 * comics/ev-cbr-mime.xml:
6191 * shell/ev-application.c: (ev_application_register_service):
6192 * shell/ev-document-types.c: (ev_document_types_add_filters):
6193 * thumbnailer/Makefile.am:
6194 * thumbnailer/evince-thumbnailer-comics.schemas.in:
6196 New CBR/CBZ backend for comic books.
6198 2005-11-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6200 * shell/main.c: (load_files_remote):
6202 Thanks to Robert McQueen <robot101@debian.org>. Dbus
6203 warning on startup of second instance is fixed. It
6206 2005-10-30 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6208 * shell/ev-window.c: (ev_window_finalize):
6210 Fix double free that cause crash.
6212 2005-10-29 Bastien Nocera <hadess@hadess.net>
6214 * tiff/tiff-document.c: (tiff_document_load):
6218 2005-10-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6221 * shell/Makefile.am:
6222 * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
6223 (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
6224 (ev_view_accessible_get_text),
6225 (ev_view_accessible_get_character_at_offset),
6226 (ev_view_accessible_get_text_before_offset),
6227 (ev_view_accessible_get_text_at_offset),
6228 (ev_view_accessible_get_text_after_offset),
6229 (ev_view_accessible_get_character_count),
6230 (ev_view_accessible_get_caret_offset),
6231 (ev_view_accessible_set_caret_offset),
6232 (ev_view_accessible_get_run_attributes),
6233 (ev_view_accessible_get_default_attributes),
6234 (ev_view_accessible_get_character_extents),
6235 (ev_view_accessible_get_offset_at_point),
6236 (ev_view_accessible_get_n_selections),
6237 (ev_view_accessible_get_selection),
6238 (ev_view_accessible_add_selection),
6239 (ev_view_accessible_remove_selection),
6240 (ev_view_accessible_set_selection),
6241 (ev_view_accessible_text_iface_init),
6242 (ev_view_accessible_idle_do_action),
6243 (ev_view_accessible_action_do_action),
6244 (ev_view_accessible_action_get_n_actions),
6245 (ev_view_accessible_action_get_description),
6246 (ev_view_accessible_action_get_name),
6247 (ev_view_accessible_action_set_description),
6248 (ev_view_accessible_action_iface_init),
6249 (ev_view_accessible_get_type), (ev_view_accessible_new),
6250 (ev_view_accessible_factory_get_accessible_type),
6251 (ev_view_accessible_factory_create_accessible),
6252 (ev_view_accessible_factory_class_init),
6253 (ev_view_accessible_factory_get_type):
6254 * shell/ev-view-accessible.h:
6255 * shell/ev-view-private.h:
6256 * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
6259 Initial accessibility support.
6261 2005-10-27 Erdal Ronahi <erdal.ronahi@gmail.com>
6263 * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
6265 2005-10-26 Hubert Figuiere <hfiguiere@teaser.fr>
6267 * shell/ev-print-job.c: (idle_print_handler):
6269 Fix for bug Bug 318916: Printing multiple pages.
6271 2005-10-20 Runa Bhattacharjee <runa@bengalinux.org>
6273 * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
6275 2005-10-18 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6277 * pdf/ev-poppler.cc:
6279 Thumnail dimensions unified with other backends.
6281 * shell/ev-window-title.c: (ev_window_title_update):
6285 2005-10-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6287 * data/ev-stock-zoom-fit-width.png:
6291 2005-10-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6294 * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
6295 (djvu_document_finalize):
6296 * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
6297 (dvi_document_finalize):
6298 * pixbuf/pixbuf-document.c: (pixbuf_document_load),
6299 (pixbuf_document_save), (pixbuf_document_finalize):
6300 * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
6301 (tiff_document_finalize):
6303 Save a copy implemented for various backends.
6305 2005-10-17 Daniel Gryniewicz <dang@gentoo.org>
6309 Don't link with ltiff if tiff is disabled.
6311 2005-10-14 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6313 * pdf/GDKSplashOutputDev.cc:
6314 * pdf/GDKSplashOutputDev.h:
6317 * pdf/pdf-document.cc:
6318 * pdf/pdf-document.h:
6319 * pdf/test-gdk-output-dev.cc:
6321 Remove old unused files.
6323 2005-10-12 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6325 * shell/ev-window.c: (ev_window_setup_document):
6327 Fixed warnings on reload and probably crash reason.
6329 2005-10-12 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6331 * properties/ev-properties-view.c:
6332 (ev_properties_view_format_date):
6334 Check if date is invalid. Fix for bug 318134.
6336 2005-10-02 Wouter Bolsterlee <uws+gnome@xs4all.nl>
6338 * shell/ev-window-title.c:
6340 Add .indd files (Adobe Indesign) to the list of "bad
6343 2005-10-02 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6345 * data/evince-ui.xml:
6346 * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6348 Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
6350 2005-09-27 Christian Persch <chpe@cvs.gnome.org>
6352 * shell/ev-window.c: (launch_link), (launch_external_uri),
6353 (view_external_link_cb):
6355 URL-escape link before passing it to gnome_vfs_url_show.
6357 2005-09-27 Carlos Garcia Campos <carlosgc@gnome.org>
6359 * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
6360 there isn't text selected.
6362 2005-09-27 Marco Pesenti Gritti <mpg@redhat.com>
6364 * shell/ev-view.c: (handle_link_over_xy):
6366 Check tooltip is valid utf8 before showing it
6368 2005-09-27 Carlos Garcia Campos <carlosgc@gnome.org>
6370 * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
6372 2005-09-27 Christian Persch <chpe@cvs.gnome.org>
6374 * shell/ev-window-title.c: (ev_window_title_update):
6376 Guard against using g_strstrip on NULL. Fixes bug #317291.
6378 2005-09-26 Marco Pesenti Gritti <mpg@redhat.com>
6380 * pdf/ev-poppler.cc:
6382 Show title even for unknown links
6384 2005-09-26 Marco Pesenti Gritti <mpg@redhat.com>
6386 * shell/ev-window-title.c: (ev_window_title_update):
6388 Strip the title string
6390 2005-09-26 Marco Pesenti Gritti <mpg@redhat.com>
6392 * shell/ev-window-title.c:
6394 Add .rtf to the bad extensions list
6396 2005-09-26 Marco Pesenti Gritti <mpg@redhat.com>
6398 * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
6399 (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
6401 Ignore link coordinates if they are outside page bounds
6403 2005-09-26 Marco Pesenti Gritti <mpg@redhat.com>
6405 * backend/ev-link.c: (ev_link_type_get_type),
6406 (ev_link_get_filename), (ev_link_get_params),
6407 (ev_link_get_property), (ev_link_set_property),
6408 (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
6409 * backend/ev-link.h:
6410 * pdf/ev-poppler.cc:
6411 * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
6412 * shell/ev-window.c: (launch_link), (view_external_link_cb),
6415 Implement launch links. Delegate external link opening to
6418 2005-09-24 Marco Pesenti Gritti <mpg@redhat.com>
6420 * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
6421 (ev_link_get_right), (ev_link_get_property),
6422 (ev_link_set_property), (ev_link_class_init),
6423 (ev_link_new_page_fitv), (ev_link_new_page_fitr):
6424 * backend/ev-link.h:
6425 * pdf/ev-poppler.cc:
6426 * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
6428 Implement fitr links
6430 2005-09-24 Marco Pesenti Gritti <mpg@redhat.com>
6432 * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
6433 (goto_fitv_link), (goto_fith_link), (goto_fit_link),
6434 (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6435 (ev_view_size_request_continuous),
6436 (ev_view_size_request_dual_page),
6437 (ev_view_size_request_single_page), (ev_view_size_allocate),
6438 (ev_view_zoom_for_size_continuous_and_dual_page),
6439 (ev_view_zoom_for_size_continuous),
6440 (ev_view_zoom_for_size_dual_page),
6441 (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6442 (ev_sizing_mode_get_type):
6444 * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6446 Do not use modes for link, we need to calculate size ad hoc.
6447 Still not perfect because of the usual scrollbar issues grrr.
6449 2005-09-24 Marco Pesenti Gritti <mpg@redhat.com>
6451 * backend/ev-link.c: (ev_link_type_get_type),
6452 (ev_link_new_page_fith), (ev_link_new_page_fitv):
6453 * backend/ev-link.h:
6454 * pdf/ev-poppler.cc:
6455 * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
6456 (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6457 (ev_view_size_request_continuous),
6458 (ev_view_size_request_dual_page),
6459 (ev_view_size_request_single_page), (ev_view_size_allocate),
6460 (zoom_for_size_fit_height),
6461 (ev_view_zoom_for_size_continuous_and_dual_page),
6462 (ev_view_zoom_for_size_continuous),
6463 (ev_view_zoom_for_size_dual_page),
6464 (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6465 (ev_sizing_mode_get_type):
6467 * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6469 Implement FIT_HEIGHT mode (only for links).
6470 Implement FITH links
6472 2005-09-24 Marco Pesenti Gritti <mpg@redhat.com>
6474 * shell/ev-window-title.c: (get_filename_from_uri),
6475 (ev_window_title_sanitize_extension), (ev_window_title_update),
6476 (ev_window_title_set_document), (ev_window_title_set_uri),
6477 (ev_window_title_free):
6478 * shell/ev-window-title.h:
6479 * shell/ev-window.c: (ev_window_setup_document),
6480 (ev_window_popup_password_dialog):
6482 Refactor window title building while fixing it for
6485 2005-09-24 Marco Pesenti Gritti <mpg@redhat.com>
6487 * pdf/ev-poppler.cc:
6489 Escape link title before setting it in the model
6491 2005-09-23 Marco Pesenti Gritti <mpg@redhat.com>
6493 * shell/ev-application.c: (removed_from_session), (save_session),
6494 (init_session), (ev_application_get_empty_window),
6495 (ev_application_init), (ev_application_get_windows):
6496 * shell/ev-application.h:
6497 * shell/ev-window.c: (ev_window_finalize):
6499 Add a function to retrieve window list and share it where
6501 Implement session handling, works pretty well thanks to the
6504 2005-09-22 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6506 * shell/ev-password.c: (ev_password_item_created_callback),
6507 (ev_password_dialog_save_password):
6509 Fix for bug 316972. Use async gnome-keyring API.
6511 2005-09-22 Christian Persch <chpe@cvs.gnome.org>
6513 * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
6514 Remove unused unrealize handler. Add scroll handling to
6515 ev_view_scroll_event for presentation mode (bug #316708),
6516 and fix the event state checks there.
6518 2005-09-22 Marco Pesenti Gritti <mpg@redhat.com>
6520 * shell/ev-page-action.c: (page_changed_cb):
6522 "marco, maybe we should be crazy and jump right to 6! :)"
6524 Bryan Clark, Sep 2005
6526 2005-09-22 Marco Pesenti Gritti <mpg@redhat.com>
6528 * ps/ps-document.c: (save_document), (ps_document_save),
6529 (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
6530 (ps_document_ps_export_end):
6532 Fix unstructured documents save and print
6534 2005-09-22 Marco Pesenti Gritti <mpg@redhat.com>
6536 * shell/ev-application.c: (ev_application_open_uri):
6538 Fix window size persistance
6540 2005-09-22 Marco Pesenti Gritti <mpg@redhat.com>
6542 * shell/ev-view.c: (ev_view_button_release_event):
6544 Based on a patch from carlosgc@gnome.org. Mouse buttons
6545 switch pages in presentation mode.
6547 2005-09-19 Marco Pesenti Gritti <mpg@redhat.com>
6549 * shell/ev-page-cache.c: (ev_page_cache_get_size):
6551 Dont cast to int before scaling
6553 2005-09-19 Marco Pesenti Gritti <mpg@redhat.com>
6555 * backend/ev-link.c: (ev_link_type_get_type),
6556 (ev_link_new_page_xyz), (ev_link_new_page_fit),
6557 (ev_link_new_page_fith):
6558 * backend/ev-link.h:
6559 * pdf/ev-poppler.cc:
6560 * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
6562 Implement FIT and FITH links
6564 2005-09-19 Marco Pesenti Gritti <mpg@redhat.com>
6566 * pdf/ev-poppler.cc:
6568 Return 0 results when search is not in progress.
6570 * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6571 (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
6573 Update menu sensitivity when cancelling search
6575 2005-09-19 Marco Pesenti Gritti <mpg@redhat.com>
6577 * shell/ev-view.c: (ev_view_can_find_next):
6579 Take all pages in consideration, not just current one
6581 2005-09-19 Marco Pesenti Gritti <mpg@redhat.com>
6583 * shell/ev-page-cache.c:
6584 * shell/ev-page-cache.h:
6585 * shell/ev-view.c: (ev_view_binding_activated),
6586 (ev_view_next_page), (ev_view_previous_page),
6587 (ev_sizing_mode_get_type):
6589 * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6590 (ev_window_cmd_go_next_page):
6592 Move page next/previous functions from page chace to
6593 view and change it to move by 2 page steps in dual mode.
6595 2005-09-19 Marco Pesenti Gritti <mpg@redhat.com>
6597 * shell/ev-window.c: (update_sidebar_visibility),
6598 (setup_sidebar_from_metadata), (ev_window_setup_document),
6599 (setup_view_from_metadata):
6601 Show the index by default when there is one
6603 2005-09-19 Marco Pesenti Gritti <mpg@redhat.com>
6605 * shell/ev-window-title.c: (ev_window_title_set_document):
6609 2005-09-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6611 * shell/ev-view.c: (view_update_range_and_current_page):
6613 Allow display of last odd page in dual view. Fix for 316347.
6615 2005-09-17 Wouter Bolsterlee <uws+gnome@xs4all.nl>
6617 * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6619 Make close button default. Fix for 316383.
6621 2005-09-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6623 * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6625 Mark close button as default. Fix for 316381.
6627 2005-09-16 Marco Pesenti Gritti <mpg@redhat.com>
6629 * backend/ev-link.c: (ev_link_class_init):
6631 Allow negative doubles in left/top properties
6633 2005-09-16 Marco Pesenti Gritti <mpg@redhat.com>
6635 * shell/ev-window.c:
6637 Remove a bunch of strings that was used only
6640 2005-09-16 Marco Pesenti Gritti <mpg@redhat.com>
6642 * shell/ev-window-title.c: (get_filename_from_uri),
6643 (ev_window_title_set_document):
6645 When title has a confusing extension, show also
6646 the document filename inside ()
6648 2005-09-16 Marco Pesenti Gritti <mpg@redhat.com>
6650 * shell/Makefile.am:
6651 * shell/ev-window-title.c: (ev_window_title_new),
6652 (ev_window_title_update), (ev_window_title_set_type),
6653 (ev_window_title_set_document), (ev_window_title_free):
6654 * shell/ev-window-title.h:
6655 * shell/ev-window.c: (ev_window_setup_document),
6656 (password_dialog_response), (ev_window_popup_password_dialog),
6657 (ev_window_dispose), (ev_window_init):
6659 Factor out and cleanup window title code
6661 2005-09-16 Marco Pesenti Gritti <mpg@redhat.com>
6663 * shell/ev-window.c: (unable_to_load_dialog_response_cb),
6666 Make dialog transient so it doesnt block other windows
6668 2005-09-13 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6670 * pdf/ev-poppler.cc:
6672 Fix pdf thumbnails rendering.
6674 2005-09-13 Wouter Bolsterlee <uws+gnome@xs4all.nl>
6676 * shell/ev-window.c: (fullscreen_set_timeout):
6678 Increase timeout to hide full screen popup. Bug
6681 2005-09-13 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6683 * data/evince.schemas.in:
6684 * shell/ev-window.c: (update_action_sensitivity):
6686 Allow the user to override document restrictions. Fix for bug
6689 2005-09-13 Christian Persch <chpe@cvs.gnome.org>
6691 * shell/ev-window.c: (ev_window_update_fullscreen_popup),
6692 (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
6693 (ev_window_class_init): Fix multihead behaviour of fullscreen
6694 toolbar popup. Fixes bug #315451.
6696 2005-09-13 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6699 * data/evince-password.glade:
6700 * shell/ev-password.c: (ev_password_dialog_set_property),
6701 (ev_password_dialog_finalize), (ev_password_dialog_class_init),
6702 (ev_password_dialog_init), (ev_password_set_bad_password_label),
6703 (ev_password_dialog_entry_changed_cb),
6704 (ev_password_dialog_entry_activated_cb),
6705 (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
6706 (ev_password_search_in_keyring), (ev_password_dialog_get_password),
6707 (ev_password_dialog_set_bad_pass):
6708 * shell/ev-password.h:
6709 * shell/ev-window.c: (password_dialog_response),
6710 (ev_window_popup_password_dialog):
6712 Support for gnome-keyring for encrypted PDF's.
6714 2005-09-11 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6716 * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
6717 (ev_view_motion_notify_event), (ev_view_leave_notify_event),
6718 (ev_view_enter_notify_event), (ev_view_class_init):
6720 More precise handling of enter_notify/leave_notify events
6721 in EvView. Fix for bug 315470.
6723 2005-09-08 Christopher Aillon <caillon@redhat.com>
6725 * shell/ev-window.c: (fullscreen_timeout_cb),
6726 (fullscreen_set_timeout), (fullscreen_clear_timeout),
6727 (ev_window_dispose):
6729 leak fix: unref fullscreen_timeout_source before clearing it
6731 2005-09-08 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6733 * configure.ac, dvi/mdvi/Makefile.am:
6735 Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
6737 2005-09-08 Marco Pesenti Gritti <mpg@redhat.com>
6739 * backend/ev-link.c: (ev_link_new_page_xyz):
6740 * pdf/ev-poppler.cc:
6741 * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
6743 Fix some bugs with xyz links, respect zoom
6745 2005-09-08 Marco Pesenti Gritti <mpg@redhat.com>
6747 * shell/ev-window.c: (page_changed_cb),
6748 (setup_document_from_metadata), (update_sidebar_visibility),
6749 (setup_view_from_metadata), (ev_window_run_fullscreen),
6750 (ev_window_stop_fullscreen), (ev_window_run_presentation),
6751 (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
6752 (ev_window_dual_mode_changed_cb),
6753 (ev_window_sidebar_current_page_changed_cb):
6755 null check uri before setting and getting metadata
6757 2005-09-08 Marco Pesenti Gritti <mpg@redhat.com>
6760 * properties/Makefile.am:
6761 * shell/Makefile.am:
6762 * thumbnailer/Makefile.am:
6764 Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
6766 2005-09-08 Marco Pesenti Gritti <mpg@redhat.com>
6768 * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
6769 (selection_changed_callback):
6770 * shell/ev-sidebar-links.h:
6772 Add a signal for link activation.
6774 * shell/ev-view.c: (ev_view_goto_link),
6775 (ev_view_button_release_event):
6777 * shell/ev-window.c: (sidebar_links_link_activated_cb),
6780 Implement the signal so that we can handle all link types.
6782 * shell/ev-page-cache.c:
6784 Remove unused set_link function
6786 2005-09-08 Marco Pesenti Gritti <mpg@redhat.com>
6788 * lib/ev-tooltip.c: (ev_tooltip_set_position):
6790 Add some space from the cursor, hardcoded but I couldnt
6793 2005-09-07 Marco Pesenti Gritti <mpg@redhat.com>
6797 Use mozilla style vs gtk style, way better for links.
6799 * shell/ev-view.c: (ev_view_motion_notify_event),
6800 (ev_view_destroy), (ev_view_init):
6802 Deactive tooltip when the link hovered is changed.
6804 2005-09-07 Marco Pesenti Gritti <mpg@redhat.com>
6806 * backend/ev-document.h:
6807 * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
6808 (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
6809 (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
6810 (ev_link_new_page), (ev_link_new_page_xyz):
6811 * backend/ev-link.h:
6812 * pdf/ev-poppler.cc:
6813 * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
6814 (go_to_link), (tip_from_link):
6816 Implement xyz links, still not functional. Links are a total
6817 mess, will need to refactor and bugfix a lot :(
6819 2005-09-05 Alessio Frusciante <algol@firenze.linux.it>
6821 * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
6823 2005-09-05 Marco Pesenti Gritti <mpg@redhat.com>
6825 * data/evince-ui.xml:
6826 * data/evince.schemas.in:
6827 * shell/Makefile.am:
6828 * shell/ev-window.c: (update_chrome_visibility),
6829 (password_dialog_response), (ev_window_load_job_cb),
6830 (ev_window_xfer_job_cb), (ev_window_open_uri),
6831 (ev_window_class_init), (set_chrome_actions), (load_chrome),
6834 Remove the statusbar. This regress loading feedback, need to
6835 check with Bryan what we want to do there...
6837 2005-09-05 Marco Pesenti Gritti <mpg@redhat.com>
6839 * lib/ev-tooltip.c: (ev_tooltip_init):
6841 Fix tooltip border and size handling
6843 2005-09-05 Marco Pesenti Gritti <mpg@redhat.com>
6845 * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
6846 (ev_tooltip_set_position), (ev_tooltip_recently_shown),
6847 (ev_tooltip_timeout), (ev_tooltip_activate),
6848 (ev_tooltip_deactivate):
6850 * shell/ev-view.c: (ev_view_motion_notify_event):
6852 Delay popup showing. Mirror gtk logic/times.
6854 2005-09-03 Marco Pesenti Gritti <mpg@redhat.com>
6857 * lib/ev-tooltip.c: (ev_tooltip_expose_event),
6858 (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
6859 (ev_tooltip_set_text), (ev_tooltip_set_position):
6862 Simple widget to show tooltips at a custom position
6864 * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
6867 Use it for links. First go, needs work
6869 2005-08-17 Dennis Cranston <dennis_cranston@yahoo.com>
6871 * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small
6872 HIG fixes. Use title capitalization for window title. Use 12
6873 pixels of space between the dialog's vbox and action area.
6875 2005-09-02 Marco Pesenti Gritti <mpg@redhat.com>
6877 * shell/ev-window.c: (file_open_dialog_response_cb),
6878 (ev_window_cmd_file_open), (file_save_dialog_response_cb),
6879 (ev_window_cmd_save_as):
6881 Make file pickers not modal and refactor code some
6883 2005-09-02 Marco Pesenti Gritti <mpg@redhat.com>
6885 * shell/ev-sidebar.h:
6886 * shell/ev-sidebar.c: (ev_sidebar_set_property),
6887 (ev_sidebar_get_current_page), (ev_sidebar_get_property),
6888 (ev_sidebar_class_init), (ev_sidebar_select_page),
6889 (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
6890 (ev_sidebar_set_page):
6892 Add a current page property and allow to get/set it
6894 * shell/ev-window.c: (setup_view_from_metadata),
6895 (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
6897 Persist current sidebar page per document
6899 2005-09-02 Marco Pesenti Gritti <mpg@redhat.com>
6901 * data/evince.schemas.in:
6902 * shell/ev-window.c: (update_chrome_visibility),
6903 (setup_document_from_metadata), (update_sidebar_visibility),
6904 (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
6905 (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6906 (ev_window_run_presentation), (ev_window_stop_presentation),
6907 (ev_window_view_sidebar_cb),
6908 (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
6909 (load_chrome), (ev_window_init):
6911 Persist size/visibility of sidebar per document
6913 Fri Sep 2 00:59:55 2005 Jonathan Blandford <jrb@redhat.com>
6915 * shell/ev-view.c (draw_loading_text): Draw loading text.
6917 2005-09-02 Dan Damian <dand@gnome.ro>
6919 * configure.in: Added "ro" to ALL_LINGUAS.
6921 2005-09-01 Marco Pesenti Gritti <mpg@redhat.com>
6923 * shell/ev-view.c: (clear_caches):
6925 ev_page_cache_get doesnt return a reference,
6926 dont try to unref it.
6928 2005-09-01 Marco Pesenti Gritti <mpg@redhat.com>
6930 * shell/main.c: (load_files_remote):
6932 Fix timestamp parameter with dbus <= 0.33
6934 2005-08-31 Marco Pesenti Gritti <mpg@redhat.com>
6936 * data/evince.schemas.in:
6938 Add missing full stop
6940 2005-08-31 Hiroyuki Ikezoe <poincare@ikezoe.net>
6942 * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
6943 * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
6945 Plug some memory leaks
6947 2005-08-29 Christian Persch <chpe@cvs.gnome.org>
6950 * lib/ev-debug.c: (trap_handler):
6952 Check for execinfo.h and use it only if it exists.
6953 Ported from Epiphany (bug #314776).
6955 2005-08-29 Duarte Loreto <happyguy_pt@hotmail.com>
6957 * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
6959 2005-08-27 Mohammad DAMT <mdamt@gnome.org>
6961 * configure.ac: Added Indonesian "id" to ALL_LINGUAS
6962 * po/id.po : Added Indonesian translation
6964 Fri Aug 26 00:45:09 2005 Jonathan Blandford <jrb@redhat.com>
6967 * shell/ev-application.c: Last minute GTK-2.6 fixes.
6968 * NEWS: Release 0.4.0
6970 Thu Aug 25 23:40:23 2005 Jonathan Blandford <jrb@redhat.com>
6972 * configure.ac: catch another gtk+-2.8ism
6973 * shell/main.c: Make work with gtk+-2.6
6975 2005-08-25 Ryan Lortie <desrt@desrt.ca>
6977 * shell/ev-application-service.xml: Add 'timestamp' argument to
6978 ev_application_open_window and ev_application_open_uri methods.
6980 * shell/ev-application.h: Add 'timestamp' argument to
6981 ev_application_open_window, ev_application_open_uri,
6982 and ev_application_open_uri_list functions.
6984 * shell/ev-application.c (ev_application_open_window,
6985 ev_application_open_uri, ev_application_open_uri_list): Change
6986 functions that show/present windows to use a timestamp if one
6989 * shell/ev-window.c (ev_window_cmd_file_open,
6990 ev_window_cmd_recent_file_activate, drag_data_received_cb):
6991 * shell/main.c (load_files): Modify calls to ev_application to
6992 include GDK_CURRENT_TIME as timestamp.
6994 * shell/main.c (load_files_remote): Obtain timestamp for client
6995 instance from GDK and pass to server instance so new windows are
6996 focused properly. Fix dbus_g_proxy_call() calls by including second
7001 Thu Aug 25 22:13:08 2005 Jonathan Blandford <jrb@redhat.com>
7003 * shell/ev-window.c (ev_window_finalize): Check for
7004 avail. EvWindows when quiting to handle the finalize better,
7007 2005-08-26 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7009 * properties/ev-properties-view.c:
7011 Set textdomain to libglade. Fixes translation problem in property page.
7013 2005-08-26 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7015 * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7017 * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
7018 * dvi/mdvi-lib/Makefile.am:
7020 Fix rotation of thumbnails, ported to new API. Moved library
7021 dependencies earlier, probably it will fix linkage problem.
7023 Thu Aug 25 02:32:32 2005 Jonathan Blandford <jrb@redhat.com>
7025 * backend/ev-document-misc.c:
7026 (ev_document_misc_get_thumbnail_frame):
7027 * backend/ev-document-misc.h:
7029 * pdf/ev-poppler.cc:
7030 * shell/Makefile.am:
7031 * shell/ev-sidebar-thumbnails.c: (add_range),
7032 (ev_sidebar_thumbnails_set_loading_icon),
7033 (ev_sidebar_thumbnails_refresh),
7034 (ev_sidebar_thumbnails_set_document):
7035 * shell/ev-sidebar-thumbnails.h:
7036 * shell/ev-view.c: (ev_view_motion_notify_event),
7037 (ev_view_set_property), (ev_view_get_property),
7038 (ev_view_class_init), (ev_view_set_rotation):
7039 * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7040 (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
7042 * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
7043 Redo rotation (again). prepare for 0.4.0
7045 2005-08-24 Kristian Høgsberg <krh@redhat.com>
7047 * configure.ac: Bump poppler requirement to 0.4.1.
7049 * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
7050 argument to poppler_page_render_selection() call.
7052 2005-08-24 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7054 * djvu/djvu-document.c: (djvu_document_render_pixbuf),
7055 (djvu_document_thumbnails_get_thumbnail):
7056 * dvi/dvi-document.c: (dvi_document_render_pixbuf),
7057 (dvi_document_thumbnails_get_thumbnail):
7058 * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
7059 (pixbuf_document_thumbnails_get_thumbnail):
7060 * tiff/tiff-document.c: (tiff_document_render_pixbuf):
7062 Update rotation direction of backends to fit with pdf and ps.
7064 2005-08-24 Marco Pesenti Gritti <mpg@redhat.com>
7066 * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
7067 * backend/ev-async-renderer.h:
7068 * ps/ps-document.c: (ps_document_init), (setup_pixmap),
7069 (setup_page), (ps_document_get_page_size),
7070 (ps_async_renderer_render_pixbuf):
7072 * shell/ev-jobs.c: (ev_job_render_run):
7074 Fix orientation in the postscript document
7076 2005-08-23 Marco Pesenti Gritti <mpg@redhat.com>
7078 * pdf/ev-poppler.cc:
7079 * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
7080 * shell/ev-view.c: (highlight_find_results):
7082 Adapt to the new poppler rotation API. Fix text maps on landscape
7085 Sat Aug 20 17:13:48 2005 Jonathan Blandford <jrb@redhat.com>
7087 * shell/ev-view.c (compute_new_selection_text): get the correct
7088 region when selecting in modes other than continuous.
7090 Sat Aug 20 13:10:01 2005 Jonathan Blandford <jrb@redhat.com>
7092 * shell/main.c (main): remove redundant g_warnings.
7094 2005-08-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7096 * shell/Makefile.am: Don't include autogenerated
7097 file ev-application-service.h into distribution, since
7098 it causes dbus crash. Fix for bugs 313724 and 313443.
7100 2005-08-18 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7102 * configure.ac: Fix sed expression for FreeBSD. Thanks
7103 to Joe Marcus Clark <marcus@freebsd.org>
7105 * shell/eggfindbar.c: (entry_activate_callback),
7106 (entry_changed_callback), (egg_find_bar_init),
7107 (egg_find_bar_set_search_string):
7109 Made findbar buttons unsensitive if there is no text in
7110 entry. Fix for the bug 313285.
7112 2005-08-17 Carlos Garcia Campos <carlosgc@gnome.org>
7114 * ps/ps-document.c: Use g_filename_display_name for displaying
7115 filenames and revert string freeze breackage
7117 2005-08-17 Marco Pesenti Gritti <mpg@redhat.com>
7124 * shell/Makefile.am:
7126 Add ev-application-service.xml to extra dist
7128 * shell/ev-view.c: (find_page_at_location):
7130 Remove unused function (fix warning)
7132 2005-08-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7134 * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
7135 (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
7137 Fix warnings and compilation with t1lib-5.0 and newer. Fix for
7140 2005-08-16 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7142 * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
7143 * shell/ev-window.c:
7146 2005-08-16 Carlos Garcia Campos <carlosgc@gnome.org>
7148 * configure.ac: Update script to get dbus version.
7149 Fix for the bug #313443.
7151 2005-08-16 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7153 * shell/ev-window.c: (ev_window_cmd_escape):
7155 Return focus back to view on escape. Fix for bug 313295.
7157 2005-08-16 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7159 * shell/ev-window.c: (update_window_title),
7160 (ev_window_popup_password_dialog), (ev_window_load_job_cb),
7161 (ev_window_cmd_save_as):
7163 Correct conversion from uri to displayable string. Fix for
7166 2005-08-16 Carlos Garcia Campos <carlosgc@gnome.org>
7168 * ps/ps-document.c: convert filename to utf8 when there is an error
7169 loading document. Fixes #309915
7171 2005-08-16 Marco Pesenti Gritti <mpg@redhat.com>
7175 We depend on poppler 0.4.0
7177 Mon Aug 15 21:53:05 2005 Jonathan Blandford <jrb@redhat.com>
7180 * NEWS: Release 0.3.3.
7181 * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
7183 2005-08-14 Dennis Cranston <dennis_cranston@yahoo.com>
7185 * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:
7186 add a couple missing mnemonics to menu items, use title
7187 capitalization for menu items and window titles, and add
7188 ellipsis to open menu item.
7190 Mon Aug 15 00:40:21 2005 Jonathan Blandford <jrb@redhat.com>
7192 * pdf/ev-poppler.cc:
7193 * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
7194 * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
7195 (ev_view_get_rotation):
7197 * shell/ev-window.c: (setup_view_from_metadata),
7198 (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
7199 (ev_window_cmd_edit_rotate_right): Fix rotation. Save it to
7202 2005-08-14 Baris Cicek <baris@teamforce.name.tr>
7204 * configure.ac: Added tr to ALL_LINGUAS
7206 2005-08-12 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7208 * shell/ev-view.c: Fix for bug Bug 311838. Search backward
7209 requires several clicks to find word. Thanks to
7210 Colin Slater <kiltedtaco@gmail.com>.
7212 2005-08-11 Bryan Clark <clarkbw@cvs.gnome.org>
7214 * data/evince.desktop.in.in: Hide menu entry and
7215 rename it to "Document Viewer". Fix for bug
7218 2005-08-11 Crispin Flowerday <gnome@flowerday.cx>
7220 * shell/ev-page-action.c (ev_page_action_class_init):
7222 Point to the correct function in constructor of the
7223 activate_label signal
7225 Tue Aug 9 02:17:13 2005 Jonathan Blandford <jrb@redhat.com>
7227 * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7228 * shell/ev-jobs.h: Make thread safe.
7230 2005-08-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7232 * shell/ev-view.c: (view_update_range_and_current_page):
7233 Don't update page range if we are scrolling to some document
7236 2005-08-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7238 * shell/ev-view.c: (get_page_extents): reverse rotation/scale
7239 when getting max_page_width, fix drawing in dual mode.
7241 Sun Aug 7 02:06:08 2005 Jonathan Blandford <jrb@redhat.com>
7243 * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
7244 getting the area for select_all.
7246 2005-08-06 Kristian Høgsberg <krh@redhat.com>
7248 * backend/ev-selection.c: (ev_selection_render_selection):
7249 * backend/ev-selection.h:
7250 * pdf/ev-poppler.cc:
7251 * shell/ev-jobs.c: (ev_job_render_new):
7253 * shell/ev-pixbuf-cache.c: (get_selection_colors),
7254 (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
7255 * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
7256 (ev_view_class_init):
7258 Change selection color on focus in and focus out events. Also,
7259 poppler now uses GdkColor for specifying the selection colors, so
7260 drop some awkward conversion code.
7262 2005-08-06 Yair Hershkovitz <yairhr@gmail.com>
7264 * configure.ac: Added Hebrew translation
7266 Sat Aug 6 01:12:44 2005 Jonathan Blandford <jrb@redhat.com>
7269 * backend/ev-selection.c: (ev_selection_render_selection):
7270 * backend/ev-selection.h:
7271 * pdf/ev-poppler.cc:
7272 * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
7273 (ev_job_render_run):
7275 * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7276 (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
7277 (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
7278 (ev_pixbuf_cache_style_changed),
7279 (ev_pixbuf_cache_get_selection_pixbuf),
7280 (ev_pixbuf_cache_set_selection_list),
7281 (ev_pixbuf_cache_get_selection_list):
7282 * shell/ev-pixbuf-cache.h:
7283 * shell/ev-utils.c: (ev_print_region_contents):
7285 * shell/ev-view.c: (ev_view_queue_draw_page),
7286 (selection_update_idle_cb), (ev_view_motion_notify_event),
7287 (ev_view_style_set), (draw_one_page), (ev_view_class_init),
7288 (setup_caches), (ev_view_find_next), (merge_selection_region),
7290 * shell/ev-window.c: (ev_window_update_fullscreen_popup):
7292 Clean up selection to be much smoother!
7294 2005-08-05 Kristian Høgsberg <krh@redhat.com>
7296 * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
7297 to poppler_page_render_selection().
7299 2005-08-05 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7301 * ps/ps-document.c: (save_page_list): Use
7302 unzipped document when printing. Thanks to
7303 Colin Slater <kiltedtaco@gmail.com>. Fix for bug
7306 2005-08-03 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7308 * shell/ev-window.c: (update_action_sensitivity):
7310 Disable print and save respect to lockdown gconf keys. Fix
7313 2005-08-03 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7316 * shell/ev-utils.c: (rename_file), (set_umask_permissions),
7317 (write_to_temp_file), (ev_file_set_contents):
7319 * shell/ev-window.c: (save_print_config_to_file):
7321 Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
7324 2005-07-31 Christian Persch <chpe@cvs.gnome.org>
7326 * shell/ev-window.c: (load_print_config_from_file),
7327 (save_print_config_to_file), (ev_window_print_range):
7329 Persist the print settings. Fixes bug #311578.
7331 2005-07-31 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7333 * djvu/djvu-document.c: (djvu_document_get_page_size),
7334 (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
7335 (djvu_document_thumbnails_get_thumbnail):
7336 * dvi/dvi-document.c: (dvi_document_get_page_size),
7337 (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
7338 (dvi_document_thumbnails_get_dimensions),
7339 (dvi_document_thumbnails_get_thumbnail):
7340 * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
7341 (pixbuf_document_render_pixbuf),
7342 (pixbuf_document_document_iface_init),
7343 (pixbuf_document_thumbnails_get_thumbnail):
7345 Update backends to make them build with new rotation system.
7347 2005-07-31 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7349 * help/C/figures/evince_start_window.png:
7351 Update documentation image from Luca Ferretti <elle.uca@libero.it>
7353 Sat Jul 30 19:09:34 2005 Jonathan Blandford <jrb@redhat.com>
7355 * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
7356 * shell/ev-pixbuf-cache.h:
7357 * shell/ev-sidebar-thumbnails.c:
7358 (ev_sidebar_thumbnails_get_property), (add_range),
7359 (adjustment_changed_cb):
7360 * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
7361 pixbuf cache. Make thumbnailing work again. Also, fix bug where
7362 we were thumbnailing the entire docment on startup, slowing us
7365 Fri Jul 29 23:14:28 2005 Jonathan Blandford <jrb@redhat.com>
7367 * shell/ev-page-cache.c: (ev_page_cache_new):
7368 * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
7369 == 0, fixes #310306.
7371 2005-07-29 Marco Pesenti Gritti <mpg@redhat.com>
7373 * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
7374 (ev_view_rotate_left):
7376 Account rotation in doc_rect_to_view_rect.
7377 Ensure rotation doesnt go out of bounds.
7379 2005-07-29 Marco Pesenti Gritti <mpg@redhat.com>
7381 * shell/ev-page-cache.c: (ev_page_cache_get_size):
7383 Correct and cleanup w/h swapping
7385 2005-07-29 Marco Pesenti Gritti <mpg@redhat.com>
7387 * backend/ev-document-thumbnails.c:
7388 (ev_document_thumbnails_get_thumbnail):
7389 * backend/ev-document-thumbnails.h:
7390 * backend/ev-document.c:
7391 * backend/ev-document.h:
7392 * backend/ev-render-context.c: (ev_render_context_new),
7393 (ev_render_context_set_rotation):
7394 * backend/ev-render-context.h:
7395 * pdf/ev-poppler.cc:
7396 * ps/ps-document.c: (ps_document_document_iface_init):
7397 * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7399 * shell/ev-page-cache.c: (build_height_to_page),
7400 (ev_page_cache_new), (ev_page_cache_get_size),
7401 (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7402 (ev_page_cache_get_height_to_page):
7403 * shell/ev-page-cache.h:
7404 * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7405 (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7406 (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
7407 (ev_pixbuf_cache_get_selection_pixbuf):
7408 * shell/ev-pixbuf-cache.h:
7409 * shell/ev-print-job.c: (idle_print_handler):
7410 * shell/ev-sidebar-thumbnails.c: (add_range):
7411 * shell/ev-view.c: (view_update_range_and_current_page),
7412 (get_page_y_offset), (get_page_extents),
7413 (ev_view_size_request_continuous_dual_page),
7414 (ev_view_size_request_continuous),
7415 (ev_view_size_request_dual_page),
7416 (ev_view_size_request_single_page), (draw_one_page),
7417 (ev_view_set_rotation), (ev_view_rotate_right),
7418 (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7419 (ev_view_zoom_for_size_continuous_and_dual_page),
7420 (ev_view_zoom_for_size_continuous),
7421 (ev_view_zoom_for_size_dual_page),
7422 (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7423 (ev_view_select_all):
7424 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7425 * tiff/tiff-document.c: (tiff_document_render_pixbuf),
7426 (tiff_document_document_iface_init),
7427 (tiff_document_thumbnails_get_thumbnail):
7429 Use rotation rather than orientation. It's easier and enough
7432 2005-07-29 Marco Pesenti Gritti <mpg@redhat.com>
7434 * shell/ev-page-cache.c: (build_height_to_page),
7435 (ev_page_cache_new), (ev_page_cache_get_size),
7436 (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7437 (ev_page_cache_get_height_to_page):
7438 * shell/ev-page-cache.h:
7439 * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
7440 (ev_view_size_request_continuous_dual_page),
7441 (ev_view_size_request_continuous),
7442 (ev_view_zoom_for_size_continuous_and_dual_page),
7443 (ev_view_zoom_for_size_continuous):
7445 Make the page cache aware of page orientation.
7447 2005-07-29 Marco Pesenti Gritti <mpg@redhat.com>
7449 * backend/ev-document-thumbnails.c:
7450 (ev_document_thumbnails_get_thumbnail):
7451 * backend/ev-document-thumbnails.h:
7452 * backend/ev-document.c:
7453 * backend/ev-document.h:
7454 * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
7455 * backend/ev-ps-exporter.h:
7456 * pdf/ev-poppler.cc:
7457 * ps/ps-document.c: (ps_document_document_iface_init),
7458 (ps_document_ps_export_do_page):
7459 * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7461 * shell/ev-page-cache.c: (ev_page_cache_get_size),
7462 (ev_page_cache_get):
7463 * shell/ev-page-cache.h:
7464 * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7465 (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7466 (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
7467 * shell/ev-pixbuf-cache.h:
7468 * shell/ev-print-job.c: (idle_print_handler):
7469 * shell/ev-sidebar-thumbnails.c: (add_range):
7470 * shell/ev-view.c: (view_update_range_and_current_page),
7471 (get_page_extents), (ev_view_size_request_dual_page),
7472 (ev_view_size_request_single_page), (draw_one_page),
7473 (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
7474 (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7475 (ev_view_zoom_for_size_dual_page),
7476 (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7477 (ev_view_select_all):
7478 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7479 * tiff/tiff-document.c: (tiff_document_get_page_size),
7480 (tiff_document_get_orientation), (rotate_pixbuf),
7481 (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
7482 (tiff_document_thumbnails_get_thumbnail),
7483 (tiff_document_ps_export_do_page), (tiff_document_init):
7485 Really make use of the orientation bit of the render context.
7486 Use the render context in a few more places in the backend API.
7487 This regress orientation, but now it's done right. Will try to
7490 2005-07-29 Marco Pesenti Gritti <mpg@redhat.com>
7492 * shell/ev-view.c: (ensure_rectangle_is_visible):
7494 Patch by Nickolay V. Shmyrev to fix find flickering
7496 2005-07-27 Martin Kretzschmar <martink@gnome.org>
7498 * backend/ev-ps-exporter.h: add paper_width, paper_height, and
7499 duplex parameters to ::begin.
7501 * tiff/tiff-document.c (tiff_document_ps_export_begin):
7502 * shell/ev-print-job.c (idle_print_handler):
7503 * ps/ps-document.c (ps_document_ps_export_begin):
7504 * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin):
7505 * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
7506 implementations. Poppler backend needs poppler cvs. Rest has
7509 2005-07-25 Martin Kretzschmar <martink@gnome.org>
7511 * shell/ev-window.c (using_pdf_printer): new function.
7512 (ev_window_print_range): print a less techy message if someone
7513 tries to print to PDF.
7515 2005-07-25 Martin Kretzschmar <martink@gnome.org>
7517 * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
7518 from "unknown font" string. Bug #311431
7520 2005-07-24 Martin Kretzschmar <martink@gnome.org>
7522 * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
7524 2005-07-24 Martin Kretzschmar <martink@gnome.org>
7528 * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
7529 name for PopplerFontTypes
7530 (pdf_document_fonts_fill_model): add font type to the detail column
7532 * backend/ev-document-fonts.h: added
7533 EV_DOCUMENT_FONTS_COLUMN_DETAILS.
7535 * shell/ev-properties-fonts.c (font_cell_data_func): glue together
7536 font name and font details, add a little markup.
7537 (ev_properties_fonts_init): use the new cell data func, specify ypad
7538 property for the cell renderer.
7539 (ev_properties_fonts_set_document): add the details column.
7541 2005-07-24 Artur Flinta <aflinta@cvs.gnome.org>
7543 * configure.ac: Added "pl" to ALL_LINGUAS.
7545 2005-07-24 Danilo Šegan <danilo@gnome.org>
7547 * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
7549 2005-07-23 Tommi Vainikainen <thv@iki.fi>
7551 * help/ChangeLog: Started this for translations of manual.
7552 * configure.ac, autogen.sh, .cvsignore: Migrated to
7553 gnome-doc-utils. Patch in bug #311222.
7555 2005-07-22 Martin Kretzschmar <martink@gnome.org>
7557 * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf):
7558 #ifdef this away to fix an unused-function warning.
7560 2005-07-22 Ignacio Casal Quinteiro <nacho.resa@gmail.com>
7562 * configure.ac: Added 'gl' to ALL_LINGUAS.
7564 2005-07-22 Pawan Chitrakar <pawan@nplinux.org>
7566 * configure.ac: Added ne in ALL_LINGUAS
7568 2005-07-22 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7570 * shell/ev-view.c: (ev_view_leave_notify_event):
7572 Clear status message when pointer leaves view. Fix for bug
7575 2005-07-20 Ankit Patel <ankit644@yahoo.com>
7577 * configure.ac: Gujarati (gu) added to ALL_LINGUAS
7579 2005-07-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7581 * shell/ev-view.c: (ev_view_leave_notify_event),
7582 (ev_view_class_init):
7584 Set cursor to normal then leaving view.
7586 2005-07-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7590 Fix required djvulibre version.
7592 2005-07-15 Rajesh Ranjan <rajeshkajha@yahoo.com>
7594 *configure.ac: Hindi (hi) language added
7596 2005-07-15 Amanpreet Singh Brar <amanpreetalam@yahoo.com>
7598 *configure.ac: Punjabi (pa) Language added
7600 2005-07-12 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7602 * data/evince-ui.xml, shell/ev-window.c:
7604 Add keypad accelerators for zooming. Fix for bug 308128.
7606 2005-07-11 Marco Pesenti Gritti <mpg@redhat.com>
7609 * backend/Makefile.am:
7610 * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
7612 * shell/ev-document-types.c: (ev_document_types_add_filters):
7614 Allow to enable/disable the pixbuf backend.
7615 Default to off for now. If we want it enabled we should
7616 really put mime types in the desktop, implement properties etc.
7618 * properties/evince-properties.c:
7620 Initialize error to NULL.
7621 Check error is not NULL before freeing.
7623 2005-07-11 Marco Pesenti Gritti <mpg@redhat.com>
7625 * shell/ev-window.c:
7627 Use F5 as presentation accell
7629 2005-07-11 Marco Pesenti Gritti <mpg@redhat.com>
7631 * shell/ev-window.c: (update_chrome_visibility),
7632 (ev_window_create_fullscreen_popup), (ev_window_init):
7634 Do not leak the fullscreen toolbar
7636 2005-07-11 Marco Pesenti Gritti <mpg@redhat.com>
7638 * shell/ev-window.c: (view_actions_focus_in_cb),
7639 (view_actions_focus_out_cb):
7641 These has a return value! Fix totally random focus
7642 issues we was seeing.
7644 2005-07-11 Carlos Garcia Campos <carlosgc@gnome.org>
7646 * shell/main.c: (load_files_remote):
7648 Allow open more than one file
7650 2005-07-11 Marco Pesenti Gritti <mpg@redhat.com>
7652 * shell/main.c: (load_files_remote):
7654 Fix for dbus 0.33. bug #309975
7656 2005-07-08 Marco Pesenti Gritti <mpg@redhat.com>
7658 * properties/ev-properties-main.c: (ev_properties_get_pages):
7660 Actually return NULL for types we dont support
7662 2005-07-08 Christian Persch <chpe@cvs.gnome.org>
7668 2005-07-08 Marco Pesenti Gritti <marco@gnome.org>
7670 * backend/ev-document-factory.c:
7671 (ev_document_factory_get_document):
7673 Do not try to create the object if type
7676 2005-07-08 Marco Pesenti Gritti <mpg@redhat.com>
7678 * ps/ps-document.c: (ps_document_dispose),
7679 (ps_async_renderer_render_pixbuf):
7682 Do not leak the target window
7684 2005-07-08 Marco Pesenti Gritti <mpg@redhat.com>
7686 * shell/ev-application.c: (ev_application_init):
7688 Let tbe check file existence for us.
7689 Add a comment about eggrecent mime filter.
7691 2005-07-08 Marco Pesenti Gritti <mpg@redhat.com>
7693 * data/evince-ui.xml:
7694 * shell/ev-application.c: (ev_application_shutdown),
7695 (ev_application_init), (ev_application_get_toolbars_model),
7696 (ev_application_get_recent_model),
7697 (ev_application_save_toolbars_model):
7698 * shell/ev-application.h:
7699 * shell/ev-window.c: (ev_window_add_recent),
7700 (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
7701 (ev_window_cmd_edit_toolbar), (ev_window_dispose),
7704 Use common toolbar and recent models for all windows.
7705 Patch by Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7707 Thu Jul 7 23:10:01 2005 Jonathan Blandford <jrb@redhat.com>
7709 * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
7710 successfully check for gtk_icon_view_get_visible_range.
7712 2005-07-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7717 Fix djvu and dvi backend build.
7719 2005-07-07 Christian Persch <chpe@cvs.gnome.org>
7721 * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
7722 (new_separator_pixbuf):
7726 2005-07-07 Christian Persch <chpe@cvs.gnome.org>
7728 * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7730 HIGification of toolbar editor dialogue.
7732 2005-07-07 Marco Pesenti Gritti <mpg@redhat.com>
7735 * shell/Makefile.am:
7737 Ever build metadata manager since it's just
7738 disabled at runtime now.
7740 2005-07-07 Marco Pesenti Gritti <mpg@redhat.com>
7742 * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
7743 (ev_metadata_manager_get), (ev_metadata_manager_set):
7744 * shell/ev-metadata-manager.h:
7746 Add an _init functions that enabled metadata management
7749 * shell/ev-window.c: (page_changed_cb),
7750 (setup_document_from_metadata), (ev_window_setup_document),
7751 (setup_view_from_metadata), (ev_window_open_uri),
7752 (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7753 (ev_window_run_presentation), (ev_window_stop_presentation),
7754 (save_sizing_mode), (ev_window_zoom_changed_cb),
7755 (ev_window_continuous_changed_cb),
7756 (ev_window_dual_mode_changed_cb), (window_state_event_cb),
7757 (window_configure_event_cb):
7759 Remove all ugly metadata define since we deal with it
7762 * shell/main.c: (load_files_remote), (main):
7764 Add support for dbus cvs head. Hopefully didnt break one
7765 of the other versions now!
7767 If we dont get a response from the dbus server just
7768 give up with it and not enable metadata.
7770 2005-07-07 Marco Pesenti Gritti <mpg@redhat.com>
7773 * backend/Makefile.am:
7775 * cut-n-paste/recent-files/Makefile.am:
7776 * cut-n-paste/toolbar-editor/Makefile.am:
7777 * cut-n-paste/zoom-control/Makefile.am:
7780 * pixbuf/Makefile.am:
7781 * properties/Makefile.am:
7783 * shell/Makefile.am:
7784 * thumbnailer/Makefile.am:
7787 Make frontends depend on just libev.
7788 Rework and group CFLAGS/LIBS definitions.
7791 2005-07-07 Marco Pesenti Gritti <mpg@redhat.com>
7795 do not unnecessarily save zoom
7798 * lib/ev-file-helpers.c: (ev_dot_dir):
7799 * shell/Makefile.am:
7804 2005-07-07 Marco Pesenti Gritti <mpg@redhat.com>
7808 Remove unnecessary dependencies
7810 2005-07-07 Marco Pesenti Gritti <mpg@redhat.com>
7812 * properties/Makefile.am:
7813 * thumbnailer/Makefile.am:
7816 Some more cleanups. Was really necessary
7817 but I probably introduced bugs, feel free
7820 2005-07-07 Marco Pesenti Gritti <mpg@redhat.com>
7822 * backend/Makefile.am:
7824 * cut-n-paste/recent-files/Makefile.am:
7825 * cut-n-paste/toolbar-editor/Makefile.am:
7826 * cut-n-paste/zoom-control/Makefile.am:
7829 * pixbuf/Makefile.am:
7830 * properties/Makefile.am:
7832 * shell/Makefile.am:
7833 * thumbnailer/Makefile.am:
7836 Use gnome-common macros when possible.
7837 Cleanup dependencies.
7838 Actually disable deprecated where possible.
7840 2005-07-07 Marco Pesenti Gritti <mpg@redhat.com>
7843 * backend/Makefile.am:
7844 * properties/Makefile.am:
7845 * shell/Makefile.am:
7846 * thumbnailer/Makefile.am:
7848 This should solve the circular dep without
7849 requiring dir reorg!
7851 * shell/ev-window.c: (setup_view_from_metadata):
7853 Never restore window size/position when the
7854 window is already visible.
7856 2005-07-06 Christian Persch <chpe@cvs.gnome.org>
7858 * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
7860 Return a boolean from timeout func. Fix ported from gedit.
7862 2005-07-07 Iñaki Larrañaga <dooteo@euskalgnu.org>
7864 * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
7866 2005-07-06 Carlos Garcia Campos <carlosgc@gnome.org>
7868 * shell/ev-document-types.c: set "All Documents" as default filter in
7871 2005-07-06 Martin Kretzschmar <martink@gnome.org>
7873 * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
7874 (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
7875 (ev_metadata_manager_set_boolean): fix value/val thinko.
7877 2005-07-06 Marco Pesenti Gritti <mpg@redhat.com>
7879 * shell/ev-window.c: (setup_view_from_metadata),
7880 (window_state_event_cb), (window_configure_event_cb),
7883 Remember window position and maximized state
7885 2005-07-06 Christian Persch <chpe@cvs.gnome.org>
7889 Fix DBUS configure checks.
7891 * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
7892 (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
7893 (ev_metadata_manager_set_boolean):
7897 * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
7898 (ev_window_stop_fullscreen), (ev_window_run_presentation),
7899 (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
7900 (ev_window_continuous_changed_cb),
7901 (ev_window_dual_mode_changed_cb), (ev_window_new):
7903 Fix the build without DBUS.
7905 2005-07-06 Marco Pesenti Gritti <mpg@redhat.com>
7907 * shell/ev-metadata-manager.c: (parse_value), (save_values),
7908 (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
7909 (ev_metadata_manager_set_string),
7910 (ev_metadata_manager_set_boolean):
7911 * shell/ev-metadata-manager.h:
7913 Add support for some more types
7915 * shell/ev-view.c: (scroll_to_current_page),
7916 (ev_view_get_continuous), (ev_view_set_continuous),
7917 (ev_view_get_dual_page):
7919 * shell/ev-window.c: (page_changed_cb),
7920 (setup_document_from_metadata), (ev_window_setup_document),
7921 (setup_view_from_metadata), (ev_window_open_uri),
7922 (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7923 (ev_window_run_presentation), (ev_window_stop_presentation),
7924 (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
7925 (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
7926 (ev_window_update_dual_page_action),
7927 (ev_window_continuous_changed_cb),
7928 (ev_window_dual_mode_changed_cb), (ev_window_init):
7930 Remember a bunch of view/document properties. Prolly some
7931 are still missing but it's getting interesting.
7933 2005-07-05 Martin Kretzschmar <martink@gnome.org>
7935 * configure.ac: check if dbus-binding-tool is installed. Not the
7936 case on current Ubuntu breezy, it seems.
7938 2005-07-05 Luca Ferretti <elle.uca@libero.it>
7940 * data/evince.desktop.in.in:
7942 Allow open uri lists and add TryExec field.
7944 2005-07-05 Marco Pesenti Gritti <mpg@redhat.com>
7948 Enable dbus when available, do not require a configure
7951 2005-07-05 Christian Persch <chpe@cvs.gnome.org>
7955 Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
7958 2005-07-05 Carlos Garcia Campos <carlosgc@gnome.org>
7959 Marco Pesenti Gritti <mpg@redhat.com>
7961 * shell/Makefile.am: Add --prefix for dbus-binding-tool script
7963 * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC
7964 functions to the format required by dbus
7966 * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
7967 errors. Use the RPC parameters in the expected way
7969 2005-07-05 Marco Pesenti Gritti <mpg@redhat.com>
7972 * properties/Makefile.am:
7973 * properties/ev-properties-main.c: (ev_properties_get_pages):
7975 Support all mime types
7977 * shell/Makefile.am:
7978 * thumbnailer/Makefile.am:
7979 * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
7980 (evince_thumbnail_pngenc_get):
7982 Use the document factory
7984 2005-07-05 Marco Pesenti Gritti <mpg@redhat.com>
7986 * backend/Makefile.am:
7987 * backend/ev-document-factory.c:
7988 (mime_type_supported_by_gdk_pixbuf),
7989 (ev_document_type_get_from_mime),
7990 (ev_document_factory_get_document),
7991 (ev_document_factory_get_backend),
7992 (ev_document_factory_get_mime_types),
7993 (ev_document_factory_get_all_mime_types):
7994 * backend/ev-document-factory.h:
7995 * shell/Makefile.am:
7996 * shell/ev-document-types.c: (get_document_from_uri),
7997 (ev_document_types_get_document),
7998 (file_filter_add_mime_list_and_free),
7999 (ev_document_types_add_filters):
8000 * shell/ev-document-types.h:
8001 * shell/ev-job-xfer.c: (ev_job_xfer_run):
8002 * shell/ev-properties-dialog.c:
8003 (ev_properties_dialog_set_document):
8004 * shell/ev-window.c: (ev_window_cmd_file_open),
8005 (ev_window_cmd_save_as):
8006 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8008 Rework document types managing to avoid code duplication
8009 and actually abstract from backend implementations.
8010 Also provide a minimal factory api that can be used by
8011 thumbnailer/properties.
8013 2005-07-05 Christian Persch <chpe@cvs.gnome.org>
8015 * properties/ev-properties-view.c: (ev_properties_view_set_info):
8017 * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8020 2005-07-04 Matthew S. Wilson <msw@rpath.com>
8022 * shell/ev-properties-dialog.c
8023 (ev_properties_dialog_set_document): only call
8024 ev_properties_fonts_set_document() if the document implements the
8027 2005-07-05 Marco Pesenti Gritti <mpg@redhat.com>
8030 * properties/Makefile.am:
8031 * properties/ev-properties-view.c:
8032 (ev_properties_view_register_type):
8033 * properties/ev-properties-view.h:
8034 * properties/ev-properties-main.h:
8036 Implement nautilus plugin for properties.
8037 Works only for pdf atm, I need to rework the
8038 document types stuff to get this to work
8041 2005-07-04 Martin Kretzschmar <martink@gnome.org>
8043 * shell/ev-properties-fonts.c (enum): kill redundant columns enum
8044 (ev_properties_fonts_set_document): use
8045 EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
8047 2005-07-04 Matthew S. Wilson <msw@rpath.com>
8049 * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
8051 (PlaceImage, tiff2ps_process_page): use
8052 g_ascii_dtostr to convert floats to strings in a locale-safe way.
8055 2005-07-04 Martin Kretzschmar <martink@gnome.org>
8057 * shell/main.c: include libgnomeui/gnome-authentication-manager.h
8058 (main): to call gnome_authentication_manager_init. Should fix
8061 * configure.ac: that requires libgnomeui 2.6.0.
8063 2005-07-04 Matthew S. Wilson <msw@rpath.com>
8065 * tiff/tiff-document.c (tiff_document_ps_export_begin)
8066 (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
8067 use the new tiff2ps interfaces
8069 * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page)
8070 (tiff2ps_context_finalize): implement new interfaces for tiff2ps
8072 * tiff/tiff2ps.c: refactor tiff2ps code to use a context
8073 structure instead of global variables. Remove use of static
8074 variables in functions.
8076 2005-07-04 Carlos Garcia Campos <carlosgc@gnome.org>
8078 * shell/ev-page-action.c: unref the completion after setting it to the
8081 2005-07-04 Matthew S. Wilson <msw@rpath.com>
8083 * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
8086 2005-07-04 Matthew S. Wilson <msw@rpath.com>
8088 * shell/ev-window.c (update_action_sensitivity): disable
8089 File->Print if the document does not implement the ps exporter
8092 2005-07-04 Marco Pesenti Gritti <mpg@redhat.com>
8096 * data/evince-properties.glade:
8097 * properties/.cvsignore:
8098 * properties/Makefile.am:
8099 * properties/ev-properties-view.c: (ev_properties_view_dispose),
8100 (ev_properties_view_class_init), (ev_properties_view_format_date),
8101 (make_valid_utf8), (set_property), (ev_properties_view_set_info),
8102 (ev_properties_view_init), (ev_properties_view_new):
8103 * properties/ev-properties-view.h:
8104 * shell/Makefile.am:
8105 * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
8106 (ev_properties_dialog_init), (ev_properties_dialog_set_document),
8107 (ev_properties_dialog_new):
8108 * shell/ev-properties-dialog.h:
8109 * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
8110 (ev_properties_fonts_class_init), (ev_properties_fonts_init),
8111 (update_progress_label), (job_fonts_finished_cb),
8112 (ev_properties_fonts_set_document), (ev_properties_fonts_new):
8113 * shell/ev-properties-fonts.h:
8114 * shell/ev-properties.c:
8115 * shell/ev-properties.h:
8116 * shell/ev-window.c: (ev_window_setup_document),
8117 (ev_window_cmd_file_properties):
8119 Split the properties pages in two different objects, depend
8120 only on the backend where possible, use widgets instead
8121 of gobject for the glade part, reimplement the dialog
8123 I need this to implement nautilus properties page.
8125 2005-07-03 Matthew S. Wilson <msw@rpath.com>
8127 * tiff/tiff-document.c (tiff_document_ps_export_begin)
8128 (tiff_document_ps_export_do_page, tiff_document_ps_export_end)
8129 (tiff_document_document_ps_exporter_iface_init): implement the ps
8130 exporter interface for tiff documents
8132 * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
8133 libtiff to implement TIFF postscript export
8135 * tiff/tiff2ps.h: added a header file for external tiff2ps
8138 * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
8141 2005-07-03 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8143 * shell/ev-view.c: (scroll_to_current_page),
8144 (ev_view_set_fullscreen), (ev_view_set_presentation):
8146 Scroll to current page when exit from presentation
8148 2005-07-03 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8150 * shell/ev-window.c: (update_document_mode),
8151 (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8152 (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
8153 (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
8155 Exit from fullscreen mode when switch to presentation. Fix for
8158 2005-07-02 Matthew S. Wilson <msw@rpath.com>
8160 * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
8161 return NULL if the document does not implement the selection
8164 2005-07-02 Matthew S. Wilson <msw@rpath.com>
8166 * tiff/tiff-document.c (tiff_document_get_page_size): scale the
8167 reported height by using the resolution aspect ratio
8168 (tiff_document_render_pixbuf): scale the pixbuf using the
8169 resolution aspect ratio
8171 2005-07-01 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8175 Require libgnomeprint >= 2.5.1. Thanks to Colin Slater
8176 <kiltedaco@gmail.com>
8178 * djvu/djvu-document.c: (djvu_document_get_orientation),
8179 (djvu_document_set_orientation), (djvu_document_get_page_size),
8180 (rotate_pixbuf), (djvu_document_render_pixbuf),
8181 (djvu_document_document_iface_init):
8182 * dvi/dvi-document.c: (dvi_document_get_orientation),
8183 (dvi_document_set_orientation), (dvi_document_get_page_size),
8184 (rotate_pixbuf), (dvi_document_render_pixbuf),
8185 (dvi_document_document_iface_init):
8187 Dvi and djvu backends are ported to new API
8189 Fri Jul 1 00:10:15 2005 Jonathan Blandford <jrb@redhat.com>
8191 * backend/ev-selection.c: (ev_selection_get_selection_region),
8192 (ev_selection_get_selection_map):
8193 * backend/ev-selection.h:
8194 * pdf/ev-poppler.cc:
8195 * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8197 * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8198 (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8199 (ev_pixbuf_cache_get_text_mapping):
8200 * shell/ev-pixbuf-cache.h:
8201 * shell/ev-view.c: (location_in_text),
8202 (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
8203 support to EvView. Now we can see where we can select! Sweet!
8205 2005-06-30 Kristian Høgsberg <krh@redhat.com>
8207 * shell/ev-view.c (ev_view_button_press_event): Fix
8208 event->y + view->scroll_x typo.
8210 2005-06-30 Kristian Høgsberg <krh@redhat.com>
8212 * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
8213 sub-GdkPixbuf instead of passing dest_x and dest_y.
8215 * shell/ev-view.c: (view_point_to_doc_point),
8216 (view_rect_to_doc_rect), (ev_view_button_press_event),
8217 (ev_view_motion_notify_event), (compute_new_selection_rect),
8218 (gdk_rectangle_point_in), (compute_new_selection_text),
8219 (compute_selections): Update selection code to keep the selection
8220 around as two points and not as a normalized rectangle, and fix
8221 page level selection in two-column mode.
8223 2005-06-30 Alex Duggan <aldug@astrolinux.com>
8225 * shell/ev-window.c: (window_configure_event_cb):
8229 2005-06-30 Marco Pesenti Gritti <mpg@redhat.com>
8231 * pdf/ev-poppler.cc:
8235 2005-06-30 Marco Pesenti Gritti <mpg@redhat.com>
8237 * shell/Makefile.am:
8238 * shell/ev-metadata-manager.c: (item_free),
8239 (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
8240 (parse_value), (parseItem), (load_values),
8241 (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
8242 (save_values), (save_item), (get_oldest), (resize_items),
8243 (ev_metadata_manager_save), (ev_metadata_manager_set_int):
8244 * shell/ev-metadata-manager.h:
8246 Metadata manager from gedit but modified to use GValue, so that
8247 we dont need to keep converting from strings.
8251 ENABLE_METADATA conditional, on when dbus is on
8253 * shell/ev-application.c: (ev_application_open_uri):
8255 Show the window after load so that we can initialize
8256 window size before it's showed.
8258 * shell/ev-window.c: (ev_window_setup_from_metadata),
8259 (ev_window_open_uri), (window_configure_event_cb),
8262 Save and load metadata information about window size.
8263 Not yet keeping states in account.
8265 * shell/main.c: (main):
8267 Shutdown metadata manager.
8269 2005-06-24 Marco Pesenti Gritti <mpg@redhat.com>
8271 * shell/ev-application-service.xml:
8273 * shell/Makefile.am:
8274 * shell/ev-application.c:
8275 * shell/ev-application.h:
8276 * shell/ev-window.c:
8277 * shell/ev-window.h:
8280 Add an optional dbus interface (--enable-dbus).
8281 Rework application code, mainly to be easier to
8283 Do not open multiple windows with the same document,
8286 Thu Jun 30 01:50:14 2005 Jonathan Blandford <jrb@redhat.com>
8288 * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
8289 pixbuf iff it exists.
8291 Thu Jun 30 01:43:00 2005 Jonathan Blandford <jrb@redhat.com>
8294 * backend/ev-render-context.[ch]:
8295 * backend/ev-selection.[ch]:
8297 Massive changes. We now support text selection of pdfs, and not
8298 just rectangular selection. This is pretty broken still, but I
8299 want to get something into CVS.
8301 2005-06-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8303 * pdf/ev-poppler.cc:
8305 Fix for Bug 309080: crash on window close.
8307 * shell/ev-page-action.c: (page_changed_cb):
8309 Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
8310 jensgr@gmx.net (Jens Granseuer).
8312 2005-06-25 Marcel Telka <marcel@telka.sk>
8314 * configure.in (ALL_LINGUAS): Added sk.
8316 2005-06-24 Carlos Garcia Campos <carlosgc@gnome.org>
8318 * shell/ev-window.c: Make rotate menu entries unsensitive if there is
8321 2005-06-24 Marco Pesenti Gritti <mpg@redhat.com>
8328 * cut-n-paste/recent-files/Makefile.am:
8332 2005-06-24 Marco Pesenti Gritti <mpg@redhat.com>
8334 * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
8335 (pixbuf_document_set_orientation), (rotate_pixbuf),
8336 (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
8337 (pixbuf_document_document_iface_init), (pixbuf_document_init):
8339 Implement rotation and cleanup the code a bit.
8341 * tiff/tiff-document.c: (tiff_document_get_page_size),
8342 (tiff_document_get_orientation), (tiff_document_set_orientation),
8343 (rotate_pixbuf), (tiff_document_render_pixbuf),
8344 (tiff_document_document_iface_init), (tiff_document_init):
8346 Implement rotation. Was the quicker solution for the release
8347 but we really need to share this code in the shell.
8349 2005-06-24 Marco Pesenti Gritti <mpg@redhat.com>
8351 * pdf/ev-poppler.cc:
8353 Enable rotation, require poppler cvs. Fix a leak.
8355 2005-06-24 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8357 * shell/ev-window.c: (update_action_sensitivity):
8359 Make properties unsensitive if document backend doesn't provide
8362 2005-06-24 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8364 * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
8365 (bitmap_flip_horizontally), (bitmap_flip_vertically),
8366 (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
8367 (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
8368 (bitmap_flip_rotate_counter_clockwise):
8369 * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
8370 * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
8372 * dvi/mdvi-lib/common.h:
8373 * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
8374 * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
8375 (opendvi), (mdvi_reload), (mdvi_init_context),
8376 (mdvi_destroy_context), (mdvi_dopage), (special):
8377 * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
8378 * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
8379 (file_hash_free), (register_encoding), (parse_spec),
8380 (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
8381 (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
8382 (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
8383 * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
8384 (mdvi_register_font_type), (mdvi_unregister_font_type),
8385 (lookup_font), (mdvi_add_font), (mdvi_font_retry):
8386 * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
8387 * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
8388 (mdvi_hash_destroy_key), (mdvi_hash_reset):
8389 * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
8390 (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
8391 * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
8392 * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
8393 * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
8394 * dvi/mdvi-lib/special.c: (mdvi_register_special),
8395 (mdvi_unregister_special), (mdvi_flush_specials):
8396 * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
8398 * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
8399 * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
8400 (ofm1_load_file), (ofm_load_file), (get_font_metrics),
8401 (free_font_metrics), (flush_font_metrics):
8402 * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
8404 * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
8405 (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
8406 (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
8407 (dstring_insert), (dstring_new), (dstring_reset):
8408 * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
8410 Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
8411 avoid conflict with libtool on FC4
8413 * shell/ev-window.c: (ev_window_cmd_help_about):
8415 Update copyright year. Fix for bug 308828.
8417 2005-06-23 Nikolay V. Shmyrev <nshmyrev@yandex.ru>
8419 * shell/ev-view.c: (add_scroll_binding_keypad),
8420 (ev_view_binding_activated), (ev_view_class_init),
8421 (on_adjustment_value_changed):
8423 Bug 170874: Arrow keys switch pages in presentation mode
8425 2005-06-23 Nikolay V. Shmyrev <nshmyrev@yandex.ru>
8427 * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
8429 Fix for Bug 308265: Sidebar dissappears coming out of
8432 2005-06-23 Nikolay V. Shmyrev <nshmyrev@yandex.ru>
8434 * shell/ev-application.c: (ev_application_open):
8435 * shell/ev-document-types.c: (ev_document_types_add_filters),
8436 (ev_document_types_add_filters_for_type):
8437 * shell/ev-document-types.h:
8438 * shell/ev-window.c: (ev_window_cmd_save_as):
8440 Suggest basename as template when saving, provide filters
8441 for save dialog. It's bug 308402
8443 2005-06-20 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8445 * pdf/ev-poppler.cc:
8446 * shell/ev-sidebar-links.c: (job_finished_callback):
8447 * shell/ev-view.c: (update_find_status_message):
8451 2005-06-19 Christian Persch <chpe@cvs.gnome.org>
8453 * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8454 (egg_recent_view_uimanager_set_list):
8456 Fix buglet in !show_numbers case.
8458 2005-06-19 Christian Persch <chpe@cvs.gnome.org>
8460 * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8461 (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
8463 Use pango ellipsisation.
8465 * pdf/ev-poppler.cc:
8467 Fix refcount leak, from nsh.
8469 2005-06-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8471 * cut-n-paste/recent-files/Makefile.am:
8472 * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8473 * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8475 Removed EggRecentViewGtk
8477 * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8478 * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
8479 * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
8480 (ev_window_setup_recent):
8482 Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
8485 2005-06-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8487 * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8488 (egg_recent_view_gtk_finalize):
8492 * cut-n-paste/toolbar-editor/Makefile.am:
8494 Fix location of cursor icon.
8496 * pdf/ev-poppler.cc:
8497 * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
8498 (display_completion_text), (match_completion):
8499 * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8500 (selection_changed_callback), (create_loading_model),
8501 (print_section_cb), (links_page_num_func),
8502 (update_page_callback_foreach):
8503 * shell/ev-window.c: (ev_window_dispose):
8505 Small memory fixes. Links model now store objects instead
8506 of pointers to improve memory management.
8508 2005-06-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8510 * shell/ev-window.c: (zoom_control_changed_cb):
8512 Fix update of zoom control (bug 308268).
8514 Sat Jun 18 22:46:42 2005 Jonathan Blandford <jrb@redhat.com>
8516 * shell/ev-properties.c (set_property): escape the text correctly.
8517 Handles non-UTF-8 properties and escaped properties. Also, sets
8518 the text to "<i>None</i>" if the property isn't set.
8520 * data/evince-properties.glade: Change the label to be ellipsized,
8521 and give it a minimum size.
8523 2005-06-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8525 * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
8526 * shell/ev-sidebar-links.c: (create_loading_model):
8527 * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
8528 * shell/ev-view.c: (ev_view_set_document):
8529 * shell/ev-window.c: (ev_window_dispose):
8531 Various small fixes, mostly memory leaks. Thanks to valgrind.
8533 2005-06-19 Martin Kretzschmar <martink@gnome.org>
8535 * ps/ps-document.c: remove the locale.h include again ;-). And
8536 kill the (bogus) setlocale/savelocale business.
8538 2005-06-19 Jaap A. Haitsma <jaap@haitsma.org>
8542 Include locale.h to fix build
8544 * shell/ev-sidebar.c:
8546 Remove unnecessary includes
8548 2005-06-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8550 * dvi/dvi-document.c: (dvi_document_load):
8551 * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
8554 Check for incorrect dvi files. Fix parsing dvi on AMD64
8555 platform. Thanks to tester@tester.ca (Olivier Crete).
8557 2005-06-18 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8559 * shell/ev-page-action.c: (match_selected_cb),
8560 (display_completion_text), (match_completion), (update_model):
8561 * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8562 (expand_open_links):
8563 * shell/ev-sidebar.c: (ev_sidebar_destroy),
8564 (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
8565 (ev_sidebar_set_document):
8566 * shell/ev-window.c: (ev_window_xfer_job_cb),
8567 (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
8569 Fixed lot's of memory leaks, for example, memory leak on reload,
8570 described in bug 307793.
8572 2005-06-18 Marco Pesenti Gritti <mpg@redhat.com>
8574 * pdf/ev-poppler.cc:
8575 * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
8576 (update_visible_range), (adjustment_changed_cb),
8577 (ev_sidebar_thumbnails_fill_model),
8578 (ev_sidebar_thumbnails_refresh),
8579 (ev_sidebar_tree_selection_changed),
8580 (ev_sidebar_icon_selection_changed),
8581 (ev_sidebar_thumbnails_use_icon_view),
8582 (ev_sidebar_thumbnails_set_document):
8583 * shell/ev-sidebar-thumbnails.h:
8584 * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8585 (ev_window_cmd_edit_rotate_right), (ev_window_init):
8587 Refresh thumbnails when changing orientation. Not fully
8588 working yet becuase of a sidebar bug.
8590 Set page orientation to poppler page everywhere. This sucks
8591 really need to fix poppler.
8593 2005-06-18 Marco Pesenti Gritti <mpg@redhat.com>
8595 * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8596 (egg_recent_view_gtk_new_menu_item),
8597 (egg_recent_view_gtk_set_property),
8598 (egg_recent_view_gtk_get_property),
8599 (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
8600 (egg_recent_view_gtk_set_tooltip_func),
8601 (egg_recent_view_gtk_set_label_width),
8602 (egg_recent_view_gtk_get_label_width):
8603 * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8605 Sync with libegg (ellipsize labels)
8607 2005-06-18 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8609 * data/evince-ui.xml:
8610 * shell/ev-window.c: (ev_window_cmd_go_forward),
8611 (ev_window_cmd_go_backward):
8613 Shift + PageUp moves 10 Pages. Fix for 306125
8615 2005-06-17 Marco Pesenti Gritti <mpg@redhat.com>
8617 * pdf/ev-poppler.cc:
8619 Add a flag to check if orientation has been overriden
8621 2005-06-17 Martin Kretzschmar <martink@gnome.org>
8623 * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
8626 * ps/ps.h: add creator field to document.
8628 * ps/ps-document.c (ps_document_get_info): set format to PostScript,
8631 2005-06-17 Marco Pesenti Gritti <mpg@redhat.com>
8633 * data/evince-properties.glade:
8634 * shell/ev-properties.c: (ev_properties_set_document):
8636 s/PDF Version/Format
8638 2005-06-17 Marco Pesenti Gritti <mpg@redhat.com>
8640 * shell/ev-properties.c: (ev_properties_set_document):
8642 Remove unnecessary translations
8644 2005-06-17 Marco Pesenti Gritti <mpg@redhat.com>
8646 * cut-n-paste/toolbar-editor/Makefile.am:
8648 Correct library name
8650 2005-06-17 Marco Pesenti Gritti <mpg@redhat.com>
8653 * cut-n-paste/recent-files/egg-recent-model.c:
8654 (egg_recent_model_write_raw), (egg_recent_model_lock_file),
8655 (egg_recent_model_unlock_file):
8656 * cut-n-paste/recent-files/egg-recent-util.c:
8657 (egg_recent_util_get_unique_id):
8658 * cut-n-paste/recent-files/update-from-egg.sh:
8659 * cut-n-paste/toolbar-editor/Makefile.am:
8660 * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8661 * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8662 * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8663 * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8664 (egg_toolbars_model_get_type):
8665 * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8667 Better makefile for toolbar editor and update everything
8670 2005-06-17 Marco Pesenti Gritti <mpg@redhat.com>
8672 * shell/ev-window.c: (update_document_mode):
8674 Prefer presentation mode when the document
8677 2005-06-17 Marco Pesenti Gritti <mpg@redhat.com>
8679 * data/evince-ui.xml:
8680 * shell/ev-window.c:
8682 Add control-equal for zooming
8684 2005-06-17 Theppitak Karoonboonyanan <thep@linux.thai.net>
8686 * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
8688 2005-06-16 Marco Pesenti Gritti <mpg@redhat.com>
8690 * backend/ev-document.c: (ev_document_get_orientation):
8691 * backend/ev-document.h:
8692 * pdf/ev-poppler.cc:
8693 * ps/ps-document.c: (ps_document_get_orientation),
8694 (ps_document_set_orientation), (ps_document_document_iface_init):
8696 Add a get_orientation api. Improve set_orientation.
8698 * data/evince-ui.xml:
8699 * shell/ev-view.c: (ev_view_set_orientation),
8700 (ev_view_rotate_right), (ev_view_rotate_left):
8702 * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8703 (ev_window_cmd_edit_rotate_right):
8705 Better ui for changing document orientation
8707 2005-06-16 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8709 * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
8710 (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
8711 * shell/ev-sidebar-links.h:
8712 * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
8713 (ev_sidebar_page_iface_init):
8714 * shell/ev-sidebar-page.h:
8715 * shell/ev-sidebar-thumbnails.c:
8716 (ev_sidebar_thumbnails_get_property),
8717 (ev_sidebar_thumbnails_class_init),
8718 (ev_sidebar_thumbnails_set_document):
8719 * shell/ev-sidebar-thumbnails.h:
8720 * shell/ev-view.c: (ev_view_motion_notify_event):
8721 * shell/ev-window.c: (update_chrome_visibility),
8722 (ev_window_cmd_focus_page_selector),
8723 (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
8724 (sidebar_page_main_widget_update_cb), (ev_window_init):
8726 Autoraise toolbar on GoToPage binding and fix bindings in
8727 EvSidebarThumbnails page.
8729 2005-06-15 Christian Persch <chpe@cvs.gnome.org>
8731 * shell/ev-properties.c: (update_progress_label):
8733 Hide the progress label when finished; bug #307697.
8735 2005-06-15 Marco Pesenti Gritti <mpg@redhat.com>
8737 * pdf/ev-poppler.cc:
8739 Enable is_open for links, you will need poppler cvs
8741 * shell/ev-properties.c: (job_fonts_finished_cb):
8743 Get a lock on the document when filling the tree view
8745 2005-06-15 Marco Pesenti Gritti <mpg@redhat.com>
8747 * backend/ev-document-links.h:
8748 * pdf/ev-poppler.cc:
8749 * shell/ev-sidebar-links.c: (create_loading_model),
8750 (expand_open_links), (job_finished_callback):
8752 Expand links when specified by the document.
8753 Depend on a poppler api (defined out for now)
8755 2005-06-15 Marco Pesenti Gritti <mpg@redhat.com>
8757 * shell/ev-properties.c: (ev_properties_dispose),
8758 (ev_properties_class_init), (dialog_destroy_cb),
8759 (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
8760 (ev_properties_set_document), (ev_properties_new),
8761 (ev_properties_show):
8762 * shell/ev-properties.h:
8764 Make it an object, cleanup the code, api to show it as transient
8765 and to set the document.
8767 * shell/ev-window.c: (ev_window_setup_document),
8768 (ev_window_cmd_file_properties):
8770 Adapt to EvProperties changes, do not show multiple
8771 times, update it when document changes.
8773 2005-06-14 Marco Pesenti Gritti <mpg@redhat.com>
8776 * ps/ps-document.c: (ps_document_init), (get_page_orientation),
8777 (ps_document_set_orientation), (ps_document_document_iface_init):
8780 Implement orientation here too
8782 * shell/ev-properties.c: (ev_properties_new):
8783 * data/evince-properties.glade:
8785 Hide the fonts page for backends that doesnt
8788 2005-06-14 Marco Pesenti Gritti <mpg@redhat.com>
8790 * backend/ev-document.c: (ev_document_set_orientation):
8791 * backend/ev-document.h:
8792 * pdf/ev-poppler.cc:
8794 Add orientation api. Currently poppler api is not optimal,
8795 we need to set orientation every time we _get a page.
8796 I will try to fix that at some point.
8798 * data/evince-ui.xml:
8799 * shell/ev-window.c: (ev_window_cmd_edit_landscape),
8800 (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
8802 Add orientation menu items
8804 * shell/ev-page-cache.c: (ev_page_cache_clear):
8805 * shell/ev-page-cache.h:
8807 Add api to clear the cache
8809 * shell/ev-view.c: (setup_caches), (clear_caches),
8810 (ev_view_set_document), (ev_view_zoom_out),
8811 (ev_view_set_orientation):
8814 Implement orientation changing
8816 2005-06-13 Marco Pesenti Gritti <mpg@redhat.com>
8818 * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
8819 (ev_document_fonts_scan), (ev_document_fonts_fill_model):
8820 * backend/ev-document-fonts.h:
8822 Separate scan and fill so that we can incrementally fill from
8823 the main thread. Add a progress api.
8825 * data/evince-properties.glade:
8826 * pdf/ev-poppler.cc:
8827 * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
8829 * shell/ev-properties.c: (update_progress_label),
8830 (job_fonts_finished_cb), (setup_fonts_view):
8832 Incrementally feel the list and show the progress
8833 percentage in a label like acrobat does.
8835 You are going to need poppler cvs
8837 2005-06-11 Marco Pesenti Gritti <mpg@redhat.com>
8839 * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
8840 * backend/ev-document-fonts.h:
8841 * pdf/ev-poppler.cc:
8843 Make fonts model fill incrementally.
8845 * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
8846 (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
8847 (ev_job_queue_remove_job):
8848 * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
8849 (ev_job_fonts_new), (ev_job_fonts_run):
8852 New job for fonts scanning
8854 * shell/ev-properties.c: (job_fonts_finished_cb),
8855 (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
8856 * shell/ev-properties.h:
8857 * shell/ev-window.c: (ev_window_cmd_file_properties):
8859 Incrementally feel the treeview using the new job. Show Loading...
8860 message until scanning is completed.
8862 Hopefully I didnt break the build without the poppler patch.
8864 2005-06-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8866 * shell/ev-application.c: (ev_application_open):
8867 * shell/ev-document-types.c: (ev_document_type_from_from_mime),
8868 (ev_document_type_get_type), (ev_document_type_lookup):
8869 * shell/ev-document-types.h:
8870 * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
8871 * shell/ev-job-xfer.h:
8872 * shell/ev-window.c: (ev_window_clear_local_uri),
8873 (ev_window_load_job_cb), (ev_window_xfer_job_cb),
8874 (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
8875 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8877 Transfer remote documents to tmp directory to display them later.
8879 2005-06-10 Marco Pesenti Gritti <mpg@redhat.com>
8881 * backend/ev-document-info.h:
8882 * shell/ev-properties.c: (ev_properties_new):
8884 s/GTime*/GTime. Not sure why we was using a pointer
8887 Wed Jun 8 01:04:22 2005 Jonathan Blandford <jrb@redhat.com>
8889 * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
8890 situations. That situation is that you're using GTK+-HEAD with
8891 the patch at #306726 is applied, and you have a document with <
8892 1500 pages in it. It's not quite as uniformly nice as the
8893 TreeView, but should be better in the long run.
8895 I'm pretty sure I guarded against breaking compilation with
8896 HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
8899 * shell/ev-window.c (ev_window_init): We don't have our tree/list
8900 widget yet, so I commented that code out
8901 enable_view_actions_for_widget() for now. Need to figure this
8904 * shell/ev-page-action.c (match_selected_cb): emit the right
8905 signals. Our cool C-l completion now works.
8907 2005-06-08 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8909 * backend/Makefile.am:
8910 * backend/ev-document-fonts.c:
8911 * backend/ev-document-links.c:
8912 * backend/ev-document.c: (ev_document_load):
8913 * backend/ev-document.h:
8914 * backend/ev-job-queue.c:
8915 * backend/ev-job-queue.h:
8916 * backend/ev-jobs.c:
8917 * backend/ev-jobs.h:
8918 * backend/ev-page-cache.c:
8919 * backend/ev-page-cache.h:
8921 EvPageCache and EvJobs are moved to shell.
8923 * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
8925 * lib/ev-file-helpers.h:
8927 New helper to work with temporary files
8929 * shell/Makefile.am:
8930 * shell/ev-application.c: (ev_application_open):
8931 * shell/ev-application.h:
8932 * shell/ev-job-queue.c: (remove_job_from_queue_locked),
8933 (remove_job_from_async_queue), (add_job_to_async_queue),
8934 (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
8935 (handle_job), (search_for_jobs_unlocked),
8936 (no_jobs_available_unlocked), (ev_render_thread),
8937 (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8938 (ev_job_queue_add_job), (move_job_async), (move_job),
8939 (ev_job_queue_update_job), (ev_job_queue_remove_job):
8940 * shell/ev-job-queue.h:
8941 * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
8942 (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
8943 * shell/ev-job-xfer.h:
8944 * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
8945 (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
8946 (ev_job_links_class_init), (ev_job_render_init),
8947 (ev_job_render_dispose), (ev_job_render_class_init),
8948 (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
8949 (ev_job_thumbnail_class_init), (ev_job_load_init),
8950 (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
8951 (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
8952 (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
8953 (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
8955 * shell/ev-page-action.c: (ev_page_action_set_document):
8956 * shell/ev-page-cache.c: (ev_page_cache_init),
8957 (ev_page_cache_class_init), (ev_page_cache_finalize),
8958 (ev_page_cache_new), (ev_page_cache_get_n_pages),
8959 (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
8960 (ev_page_cache_set_page_label), (ev_page_cache_set_link),
8961 (ev_page_cache_get_title), (ev_page_cache_get_size),
8962 (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8963 (ev_page_cache_get_height_to_page),
8964 (ev_page_cache_get_max_label_chars),
8965 (ev_page_cache_get_page_label),
8966 (ev_page_cache_has_nonnumeric_page_labels),
8967 (ev_page_cache_get_info), (ev_page_cache_next_page),
8968 (ev_page_cache_prev_page), (ev_page_cache_get):
8969 * shell/ev-page-cache.h:
8970 * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
8971 (ev_pixbuf_cache_clear_job_sizes),
8972 (ev_pixbuf_cache_add_jobs_if_needed),
8973 (ev_pixbuf_cache_set_page_range):
8974 * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
8975 * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
8976 * shell/ev-sidebar-thumbnails.c:
8977 (ev_sidebar_tree_selection_changed),
8978 (ev_sidebar_thumbnails_set_document):
8979 * shell/ev-statusbar.c: (ev_statusbar_destroy),
8980 (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
8981 (ev_statusbar_get_context_id), (ev_statusbar_push),
8982 (ev_statusbar_pop), (ev_statusbar_set_maximized),
8983 (ev_statusbar_pulse), (ev_statusbar_show_progress),
8984 (ev_statusbar_set_progress):
8985 * shell/ev-statusbar.h:
8986 * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
8987 (ev_view_find_previous):
8988 * shell/ev-window.c: (ev_window_is_empty),
8989 (ev_window_setup_document), (password_dialog_response),
8990 (ev_window_clear_jobs), (ev_window_load_job_cb),
8991 (ev_window_xfer_job_cb), (ev_window_open_uri),
8992 (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
8993 (ev_window_print), (ev_window_print_range),
8994 (ev_window_state_event), (ev_window_cmd_view_reload),
8995 (menu_item_select_cb), (menu_item_deselect_cb),
8996 (view_status_changed_cb), (ev_window_dispose),
8997 (drag_data_received_cb), (ev_window_init):
8998 * shell/ev-window.h:
8999 * shell/main.c: (load_files):
9001 New statusbar to show progress on idle. Two new jobs -
9002 xfer job and load job to load document in background. And update
9003 of page_cache clients to new location of code.
9005 2005-06-08 Carlos Garcia Campos <carlosgc@gnome.org>
9007 * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
9008 selection in open dialog. It also remembers the last visited directory
9009 in the current session.
9011 2005-06-08 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9013 * shell/ev-properties.c: (ev_properties_new):
9014 * shell/ev-properties.h:
9015 * shell/ev-window.c: (ev_window_cmd_file_properties):
9017 Get document info from page cache instead of document itself.
9018 This should fix crash related to race conditions described in
9021 2005-06-07 Marco Pesenti Gritti <mpg@redhat.com>
9023 * ps/ps-document.c: (ps_document_init),
9024 (send_ps), (get_page_box), (output), (catchPipe), (input),
9025 (stop_interpreter), (file_length), (file_readable),
9026 (check_filecompressedb), (ps_document_enable_interpreter),
9027 (document_load), (ps_async_renderer_render_pixbuf):
9030 Big cleanup of the ps code
9032 2005-06-07 Marco Pesenti Gritti <mpg@redhat.com>
9034 * backend/Makefile.am:
9035 * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
9036 (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
9037 * backend/ev-async-renderer.h:
9039 Add an async renderer interface (method + callback) which
9040 is useful for backends like ps.
9042 * backend/ev-job-queue.c: (remove_job_from_async_queue),
9043 (add_job_to_async_queue), (job_finished_cb), (handle_job),
9044 (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9045 (ev_job_queue_add_job), (move_job_async), (move_job),
9046 (ev_job_queue_update_job), (ev_job_queue_remove_job):
9048 Add queues for async renderer, these are executed on the
9051 * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
9052 (ev_job_render_run):
9053 * backend/ev-jobs.h:
9055 If the backend support async renderer interface use it.
9057 * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9058 (setup_pixmap), (ps_document_get_type),
9059 (ps_async_renderer_render_pixbuf),
9060 (ps_document_document_iface_init), (ps_async_renderer_iface_init):
9062 Implement async renderer interface.
9064 2005-06-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9066 * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
9068 Cleanup links job on exit.
9070 2005-06-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9072 * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9073 (drag_data_get_cb), (drag_data_received_cb):
9074 * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9075 (drag_data_get_cb), (parse_item_list),
9076 (egg_toolbar_editor_load_actions):
9077 * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9078 (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
9079 (parse_item_list), (parse_toolbars):
9080 * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9081 (dvi_pixbuf_put_pixel):
9083 Fix gcc 4.0 warnings
9085 2005-06-06 Marco Pesenti Gritti <mpg@redhat.com>
9087 * ps/ps-document.c: (start_interpreter):
9089 Fix warning when loading ps
9091 2005-06-06 Marco Pesenti Gritti <mpg@redhat.com>
9093 * ps/ps-document.c: (output):
9095 Fix crash when priting gs error messages.
9097 2005-06-06 Marco Pesenti Gritti <mpg@redhat.com>
9099 * backend/ev-page-cache.c: (_ev_page_cache_new):
9100 * backend/ev-page-cache.h:
9102 Use a const to return title so that we dont double
9103 free it. Small cleanup and fix a leak.
9105 * shell/ev-window.c: (update_window_title):
9107 strdup value from get_title.
9109 2005-06-06 Marco Pesenti Gritti <mpg@redhat.com>
9111 * shell/ev-sidebar-links.c: (job_finished_callback),
9112 (ev_sidebar_links_set_document):
9114 Cleanup the old job when changing document
9116 2005-06-05 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9118 * shell/ev-stock-icons.c:
9119 * shell/ev-stock-icons.h:
9120 * shell/ev-window.c:
9122 Add stock icons for actions that can appear in toolbar. Fix for
9125 2005-06-05 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9127 * backend/ev-page-cache.c: (ev_page_cache_finalize),
9128 (_ev_page_cache_new), (ev_page_cache_get_max_width),
9129 (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
9130 * backend/ev-page-cache.h:
9131 * shell/ev-view.c: (scroll_to_current_page),
9132 (view_update_range_and_current_page), (get_page_y_offset),
9133 (get_page_extents), (ev_view_size_request_continuous_dual_page),
9134 (ev_view_size_request_continuous),
9135 (ev_view_zoom_for_size_continuous_and_dual_page),
9136 (ev_view_zoom_for_size_continuous):
9138 More compact EvView layout in document with pages of different size.
9140 Sat Jun 4 19:20:57 2005 Jonathan Blandford <jrb@redhat.com>
9142 * shell/ev-window.c (ev_window_cmd_file_properties): fix
9145 2005-06-05 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9147 * shell/ev-view.c: (view_set_adjustment_values):
9148 * shell/ev-window.c: (ev_window_cmd_file_properties):
9150 A bit different fix for rounding problem but it has no
9151 problems on startup. Make properties window transient to parent.
9153 2005-06-04 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9155 * pdf/ev-poppler.cc:
9157 More commenting of font stuff.
9159 2005-06-04 Marco Pesenti Gritti <mpg@redhat.com>
9161 * pdf/ev-poppler.cc:
9163 Comment out some more fonts stuff. Should really
9164 work without the poppler patch now.
9166 2005-06-04 Marco Pesenti Gritti <mpg@redhat.com>
9168 * pdf/ev-poppler.cc:
9172 2005-06-04 Marco Pesenti Gritti <mpg@redhat.com>
9174 * data/evince-properties.glade:
9175 * pdf/ev-poppler.cc:
9176 * shell/ev-properties.c: (setup_fonts_view):
9178 Set the column title. Show the dialog only
9179 once everything is setup.
9180 Getting font info can be very slow... will
9181 prolly need to make this threaded too.
9183 2005-06-04 Marco Pesenti Gritti <mpg@redhat.com>
9185 * backend/Makefile.am:
9186 * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
9187 (ev_document_fonts_get_fonts_model):
9188 * backend/ev-document-fonts.h:
9189 * data/evince-properties.glade:
9190 * pdf/ev-poppler.cc:
9191 * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
9192 * shell/ev-properties.h:
9193 * shell/ev-window.c: (ev_window_cmd_file_properties):
9195 Implement fonts list. Defined out for now, since it depends
9196 on a not yet committed poppler patch.
9198 Fri Jun 3 21:07:57 2005 Jonathan Blandford <jrb@redhat.com>
9200 * shell/ev-view.c (get_page_extents): other_page isn't necessarily
9203 * shell/ev-window.c: Make sure we add the timeout when we get a
9206 * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
9207 adjustment->value before calculating the zoom factor to average
9208 out all of our rounding errors. The page no longer 'drifts' when
9211 2005-06-04 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9213 * data/evince-properties.glade:
9214 * shell/ev-properties.c: (ev_properties_format_date),
9217 Labels don't expand when the dialogue is resized.
9218 strftime result needs to be converted to UTF-8. Thanks
9219 to Christian Persch <chpe@gnome.org>.
9221 2005-06-04 Marco Pesenti Gritti <mpg@redhat.com>
9223 * data/evince-properties.glade:
9227 2005-06-04 Marco Pesenti Gritti <mpg@redhat.com>
9229 * backend/ev-document-info.h:
9230 * backend/ev-document.c: (ev_document_info_free):
9231 * data/evince-properties.glade:
9232 * pdf/ev-poppler.cc:
9233 * ps/ps-document.c: (ps_document_get_info):
9234 * shell/ev-properties.c: (ev_properties_format_date),
9235 (set_property), (ev_properties_new):
9236 * shell/ev-properties.h:
9237 * shell/ev-window.c: (ev_window_cmd_file_properties):
9239 Rework properties code to take only EvPropertyInfo
9240 in the constructor so that it can be useful for
9241 nautilus plugin too.
9243 Deal with backends that doesnt support some properties.
9244 Make set property code generic.
9246 2005-06-04 Christian Persch <chpe@gnome.org>
9248 * data/evince-properties.glade:
9250 fix spacings, make resizeable, and make data labels
9251 selectable + ellipsised
9253 2005-06-03 Marco Pesenti Gritti <mpg@redhat.com>
9255 * backend/ev-document-info.h:
9257 * data/evince-ui.xml:
9258 * pdf/ev-poppler.cc:
9259 * shell/Makefile.am:
9260 * shell/ev-window.c: (update_action_sensitivity),
9261 (ev_window_cmd_file_properties):
9263 Initial go at file properties. Patch by
9264 Emil Soleyman-Zomalan <emil@soleyman.com>.
9265 Needs love see #169583
9267 2005-06-02 Marco Pesenti Gritti <mpg@redhat.com>
9269 * ps/ps-document.c: (output):
9270 * ps/ps.c: (psscan):
9272 Try to render even if psscan fails.
9274 2005-06-01 Marco Pesenti Gritti <mpg@redhat.com>
9276 * ps/ps.c: (psscan), (pscopydoc):
9278 Port buffered reading code from gv
9280 2005-06-01 Marco Pesenti Gritti <mpg@redhat.com>
9282 * ps/ps-document.c: (interpreter_message), (output):
9284 Do not fail on interpreter messages
9286 2005-06-01 Marco Pesenti Gritti <mpg@redhat.com>
9288 * backend/ev-document-misc.c:
9289 (ev_document_misc_get_thumbnail_frame):
9291 Pages can be 0 x 0, dont assert on this case
9293 2005-05-31 Marco Pesenti Gritti <mpg@redhat.com>
9295 * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9296 (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
9298 Correctly manage our reference on document. Finally the reload
9299 huge leak is gone...
9301 2005-05-31 Marco Pesenti Gritti <mpg@redhat.com>
9303 * ps/ps-document.c: (ps_document_dispose):
9305 Forgot to chain it to the parent. Thanks chpe.
9307 2005-05-31 Marco Pesenti Gritti <mpg@redhat.com>
9309 * ps/ps-document.c: (ps_document_dispose),
9310 (ps_document_class_init), (stop_interpreter), (document_load):
9312 Cleanup dispose a bit. Dont leak the whole pixmap.
9314 2005-05-31 Marco Pesenti Gritti <mpg@redhat.com>
9316 * pdf/ev-poppler.cc:
9318 Release the poppler document on dispose
9320 2005-05-31 Marco Pesenti Gritti <mpg@redhat.com>
9322 * shell/ev-view.c: (ev_view_set_document):
9324 Release ref on the pixbuf cache when changing
9327 2005-05-31 Marco Pesenti Gritti <mpg@redhat.com>
9329 * ps/ps-document.c: (ps_document_get_info):
9333 2005-05-31 Nikolay V. Shmyrev <nshmyrev@yandex.ru>
9335 * backend/ev-page-cache.c: (ev_page_cache_init),
9336 (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
9337 * backend/ev-page-cache.h:
9338 * shell/ev-page-action.c: (page_changed_cb):
9340 Set page action entry width depending on labels width. Fix
9343 2005-05-31 Marco Pesenti Gritti <mpg@redhat.com>
9345 * backend/ev-link.c: (ev_link_class_init):
9347 Allow -1 as page value (error)
9349 2005-05-31 Marco Pesenti Gritti <mpg@redhat.com>
9351 * shell/ev-sidebar-thumbnails.c:
9352 (ev_sidebar_thumbnails_set_document):
9353 * shell/ev-view.c: (scroll_to_current_page),
9354 (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
9355 (page_changed_cb), (on_adjustment_value_changed),
9356 (ev_view_set_document):
9358 Slightly modified patch by Nickolay V. Shmyrev <nshmyrev@yandex.ru>.
9361 2005-05-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9364 * djvu/djvu-document.c: (djvu_document_get_page_size):
9366 Require djvulibre CVS. Now djvu loading is much faster. Fix for
9369 Sat May 28 07:38:03 2005 Jonathan Blandford <jrb@redhat.com>
9371 * shell/ev-view.c (draw_one_page): modify the expose handling to
9374 * shell/ev-window.c (update_action_sensitivity): Respect
9375 permissions field. Kowtow to the man.
9377 * pdf/ev-poppler.cc: Get the permissions field.
9379 * tiff/*c: Make a tiny bit more robust.
9381 2005-05-26 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9383 * djvu/djvu-document.c:
9385 Pop messages from djvu context message queue.
9387 2005-05-24 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9389 * configure.ac, Makefile.am, shell/Makefile.am:
9390 * tiff/Makefile.am, shell/ev-document-types.c:
9392 Cleanup tiff configure checks. Fix for bug 305218.
9394 2005-05-24 Maxim V. Dziumanenko <mvd@mylinux.ua>
9396 * configure.ac: Added "uk" to ALL_LINGUAS.
9398 2005-05-22 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9400 * cut-n-paste/zoom-control/ephy-zoom.c:
9401 (ephy_zoom_get_changed_zoom_level):
9402 * cut-n-paste/zoom-control/ephy-zoom.h:
9403 * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
9404 (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
9405 * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
9406 (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
9407 (zoom_control_changed_cb), (ev_window_init):
9409 Fix minor points related to moving best fit up. Introduce
9410 "zoom" property and make zoom control change it's value on
9411 notify::zoom signals. Fix for 305080.
9413 2005-05-22 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9415 * data/evince-ui.xml:
9416 * shell/ev-window.c: (set_view_actions_sensitivity):
9418 Use + and - as accels for zoom in and zoom out. Fix for 305001.
9420 2005-05-22 Marco Pesenti Gritti <mpg@redhat.com>
9424 Depends on poppler 0.3.2
9426 2005-05-22 Marco Pesenti Gritti <mpg@redhat.com>
9428 * cut-n-paste/recent-files/egg-recent-item.c:
9429 (egg_recent_item_get_short_name):
9430 * cut-n-paste/toolbar-editor/Makefile.am:
9431 * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9432 (new_pixbuf_from_widget):
9433 * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9434 * cut-n-paste/toolbar-editor/egg-marshal.c:
9435 * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9436 * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9440 Sat May 21 23:18:30 2005 Jonathan Blandford <jrb@redhat.com>
9442 * tiff/tiff-document.c: Rough TIFF backend.
9444 2005-05-21 Marco Pesenti Gritti <mpg@redhat.com>
9448 * cut-n-paste/toolbar-editor/Makefile.am:
9452 2005-05-21 Marco Pesenti Gritti <mpg@redhat.com>
9454 * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
9455 (ev_view_find_next), (ev_view_find_previous):
9457 Remove the locks around get_n_results
9459 2005-05-21 Juerg Billeter <j@bitron.ch>
9461 * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
9463 Pass correct number of pages to poppler.
9465 2005-05-21 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9469 * data/evince.desktop.in:
9470 * data/evince.desktop.in.in:
9473 Add conditionally dvi and djvu to desktop types. Fix for 304658.
9475 Sat May 21 00:21:30 2005 Jonathan Blandford <jrb@redhat.com>
9477 * shell/ev-view.c: (view_update_adjustments),
9478 (view_set_adjustment_values): cast adjustmen->value to (int)
9479 before using it. Otherwise, we get off by a pixel in some
9482 (draw_one_page): Draw the border on expose.
9484 Fri May 20 22:05:25 2005 Jonathan Blandford <jrb@redhat.com>
9486 * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
9487 adjustment when the mode changes, #304923
9489 Fri May 20 02:00:03 2005 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9491 * shell/ev-view.c: Use gdk_widget_queue_draw to remove
9492 flickering on resize but still use gdk_window_scroll on
9495 Fri May 20 01:46:57 2005 Jonathan Blandford <jrb@redhat.com>
9497 * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
9500 Fri May 20 01:27:01 2005 Jonathan Blandford <jrb@redhat.com>
9502 * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
9503 second page on page_changed if possible, #304669
9505 Fri May 20 01:07:15 2005 Jonathan Blandford <jrb@redhat.com>
9507 * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
9508 instead of gtk_widget_queue_draw. Massive speedups in scrolling.
9510 Fri May 20 01:05:10 2005 Jonathan Blandford <jrb@redhat.com>
9513 * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
9514 (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9515 (ev_view_zoom_for_size_presentation),
9516 (ev_view_zoom_for_size_continuous_and_dual_page),
9517 (ev_view_zoom_for_size_continuous),
9518 (ev_view_zoom_for_size_dual_page),
9519 (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
9521 * shell/ev-window.c: (update_view_size),
9522 (ev_window_sizing_mode_changed_cb):
9524 Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
9525 the scrollbars. It's not 100% right, but it's much closer. Kills
9526 an infinite loop, #304769
9529 2005-05-18 Marco Pesenti Gritti <mpg@redhat.com>
9531 * data/evince-ui.xml:
9532 * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
9533 * shell/ev-window.c: (set_view_actions_sensitivity):
9535 Make PgUp/Down behave like Space
9537 2005-05-18 Marco Pesenti Gritti <mpg@redhat.com>
9539 * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9540 * backend/ev-ps-exporter.h:
9541 * pdf/ev-poppler.cc:
9542 * ps/ps-document.c: (ps_document_ps_export_begin):
9543 * shell/ev-print-job.c: (idle_print_handler):
9545 Adapt to new poppler api
9547 2005-05-18 Marco Pesenti Gritti <mpg@redhat.com>
9549 * cut-n-paste/zoom-control/ephy-zoom-control.c:
9550 (ephy_zoom_control_init):
9552 Translate zoom levels
9554 2005-05-18 Marco Pesenti Gritti <mpg@redhat.com>
9556 * cut-n-paste/zoom-control/ephy-zoom.c:
9557 (ephy_zoom_get_zoom_level_index):
9559 Fix current zoom -> zoom control match
9561 2005-05-18 James Bowes <bowes@cs.dal.ca>
9563 * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
9564 rather than the scrolled_window that it's in. Fixes bug #304655.
9566 Tue May 17 22:54:17 2005 Jonathan Blandford <jrb@redhat.com>
9568 * shell/ev-view.c: (view_update_adjustments),
9569 (view_set_adjustment_values), (view_update_range_and_current_page),
9570 (view_scroll_to_page), (set_scroll_adjustment),
9571 (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
9572 (ev_view_scroll), (ev_view_scroll_view),
9573 (ensure_rectangle_is_visible), (find_page_at_location),
9574 (get_link_at_location), (go_to_link), (status_message_from_link),
9575 (ev_view_size_request_continuous_dual_page),
9576 (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
9577 (ev_view_unrealize), (ev_view_expose_event),
9578 (ev_view_button_press_event), (ev_view_motion_notify_event),
9579 (ev_view_button_release_event), (ev_gdk_color_to_rgb),
9580 (draw_rubberband), (highlight_find_results), (draw_one_page),
9581 (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
9582 (ev_view_init), (find_changed_cb), (page_changed_cb),
9583 (on_adjustment_value_changed), (ev_view_new),
9584 (ev_view_set_document), (ev_view_set_zoom),
9585 (ev_view_set_continuous), (ev_view_set_dual_page),
9586 (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
9587 (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9588 (ev_view_zoom_for_size_presentation),
9589 (ev_view_zoom_for_size_continuous_dual_page),
9590 (ev_view_zoom_for_size_continuous),
9591 (ev_view_zoom_for_size_dual_page),
9592 (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9593 (ev_view_get_status), (ev_view_set_status),
9594 (update_find_status_message), (ev_view_get_find_status),
9595 (ev_view_set_find_status), (jump_to_find_result),
9596 (jump_to_find_page), (compute_selections), (clear_selection),
9597 (ev_view_select_all), (get_selected_text), (ev_view_copy),
9598 (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
9599 (ev_view_update_primary_selection),
9600 (ev_view_create_invisible_cursor), (ev_view_set_cursor):
9602 * shell/ev-window.c: (ev_window_open_page_label),
9603 (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
9605 * shell/ev-window.h:
9606 * shell/main.c: (load_files):
9608 Massive code clean up from Nickolay Shmyrev. Keep page offset
9609 when resizing. Remove the bin_window(). Also, patch from James
9610 Bowes to fix command line page, #300641
9612 2005-05-17 Marco Pesenti Gritti <mpg@redhat.com>
9614 * data/evince-ui.xml:
9617 * shell/ev-window.c: (update_action_sensitivity):
9619 Get rid of View->Normal Size, it's just confusing
9621 Tue May 17 00:51:21 2005 Jonathan Blandford <jrb@redhat.com>
9623 * backend/ev-document-info.h:
9624 * backend/ev-document.c: (ev_document_info_free): Free the
9627 * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9628 (clear_range), (add_range), (update_visible_range),
9629 (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
9630 (ev_sidebar_thumbnails_set_document):
9631 * shell/ev-window.c: (ev_window_setup_document): Only render the
9632 visible thumbnails. It takes an instant to render, but it uses
9635 2005-05-16 Marco Pesenti Gritti <mpg@redhat.com>
9637 * shell/ev-sidebar-links.c: (popup_menu_cb):
9641 2005-05-16 Marco Pesenti Gritti <mpg@redhat.com>
9644 * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
9645 (button_press_cb), (ev_sidebar_links_construct):
9647 Show the popup menu also on keybindings
9649 2005-05-16 Marco Pesenti Gritti <mpg@redhat.com>
9651 * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
9652 * shell/ev-window.h:
9654 Expose api to print a range (with dialog). Make private _print use
9657 * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
9658 (ev_sidebar_links_construct):
9660 Show a print context menu on linkx, it prints the selected
9663 2005-05-15 Carlos Garcia Campos <carlosgc@gnome.org>
9665 * shell/ev-sidebar.c: make the drop down menu as width as the toggle
9668 2005-05-12 Marco Pesenti Gritti <mpg@redhat.com>
9674 * shell/ev-window.c: (build_comments_string),
9675 (ev_window_cmd_help_about):
9677 Show poppler version/backend and authors
9679 2005-05-11 Marco Pesenti Gritti <mpg@redhat.com>
9681 * cut-n-paste/zoom-control/ephy-zoom.c:
9682 (ephy_zoom_get_zoom_level_index):
9683 * cut-n-paste/zoom-control/ephy-zoom.h:
9685 Move the best fit items at the top of the list
9687 2005-05-11 Marco Pesenti Gritti <mpg@redhat.com>
9689 * shell/ev-marshal.list:
9690 * shell/ev-page-action.c: (ev_page_action_widget_class_init),
9691 (activate_cb), (match_selected_cb), (activate_link_cb),
9692 (connect_proxy), (ev_page_action_class_init):
9693 * shell/ev-page-action.h:
9695 Use signals to notify action activation. Hopefully
9696 I did not break completion since I cant test...
9698 * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
9699 (register_custom_actions):
9701 Connect to page selector actions and also grab focus on
9702 the view when activated.
9704 Wed May 11 01:18:29 2005 Jonathan Blandford <jrb@redhat.com>
9706 * pdf/ev-poppler.cc:
9707 * backend/ev-page-cache.c: make page size calculation consistent
9708 and set it to (int)( width * scale + 0.5). This makes the weird
9709 line going through the middle of the page go away.
9711 * shell/ev-view.c: move painting the background page after
9712 checking the expose area covers us.
9714 2005-05-11 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9716 * data/evince-password.glade:
9718 Mark labels as not translatable. Fix for bug 302842.
9720 2005-05-10 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
9722 * configure.ac: Added "es" to ALL_LINGUAS.
9724 2005-05-10 Marco Pesenti Gritti <mpg@redhat.com>
9726 * data/evince-toolbar.xml:
9727 * shell/ev-window.c: (update_action_sensitivity),
9728 (ev_window_setup_document), (ev_window_set_page_mode),
9731 Remove some leftover code from jrb first continous
9732 attempt. Use the new actions, we still need good icons
9735 2005-05-10 Marco Pesenti Gritti <mpg@redhat.com>
9737 * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
9739 Update label when connecting proxy. Fix a warning with NULL
9742 2005-05-10 Marco Pesenti Gritti <mpg@redhat.com>
9744 * data/evince-ui.xml:
9745 * shell/ev-page-action.c: (ev_page_action_grab_focus):
9746 * shell/ev-page-action.h:
9747 * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
9749 Add mnemonic for edit toolbar.
9750 ctrl+l focus the page entry.
9752 2005-05-10 Marco Pesenti Gritti <mpg@redhat.com>
9755 * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
9757 * shell/main.c: (main):
9759 Put the toolbar xml in evince own dot dir
9761 2005-05-10 Marco Pesenti Gritti <mpg@redhat.com>
9763 * shell/ev-window.c: (ev_window_init):
9765 Make the toolbar not removable
9767 2005-05-10 Marco Pesenti Gritti <mpg@redhat.com>
9769 * data/evince-ui.xml:
9770 * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
9771 * shell/ev-sidebar-links.h:
9772 * shell/ev-sidebar-thumbnails.c:
9773 (ev_sidebar_thumbnails_get_treeview):
9774 * shell/ev-sidebar-thumbnails.h:
9775 * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
9776 (ev_view_class_init):
9778 * shell/ev-window.c: (update_action_sensitivity),
9779 (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
9780 (set_view_actions_sensitivity), (view_actions_focus_in_cb),
9781 (view_actions_focus_out_cb), (enable_view_actions_for_widget),
9784 This is evil... Make space/backspace global accelerators but
9785 enable them only for some widgets (sidebars and view).
9786 I dont like it, but I dont know a better way... :/
9788 2005-05-10 Marco Pesenti Gritti <mpg@redhat.com>
9790 * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
9791 (ev_page_action_widget_finalize),
9792 (ev_page_action_widget_class_init), (update_page_cache):
9794 Keep a weak reference on proxy->page_cache so that we
9795 dont try to disconnect the signal if the object is already
9796 gone. Maybe there is a better way to cleanup reference handling
9797 in page action though...
9799 2005-05-10 Juerg Billeter <j@bitron.ch>
9801 * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9802 * backend/ev-ps-exporter.h:
9803 * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
9804 * ps/ps-document.c: (ps_document_ps_export_begin):
9806 Change api to pass print range to ps_exporter_begin. The pdf backend
9807 requires this information.
9809 * shell/ev-print-job.c: (idle_print_handler):
9813 2005-05-10 Juerg Billeter <j@bitron.ch>
9815 * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
9816 (idle_print_handler)
9817 * shell/ev-window.c: (ev_window_print):
9819 Support printing page range, based on patch by Amaury Jacquot
9821 2005-05-10 Marco Pesenti Gritti <mpg@redhat.com>
9823 * data/evince-toolbar.xml:
9825 Add zoom control to available items
9827 2005-05-10 Marco Pesenti Gritti <mpg@redhat.com>
9829 * shell/ev-window.c: (update_action_sensitivity):
9831 Set slash action insensitive when appropriate
9833 2005-05-10 Christian Persch <chpe@gnome.org>
9835 * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
9837 Fix warning on the overflow menu
9839 2005-05-10 Marco Pesenti Gritti <mpg@redhat.com>
9841 * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
9843 Check for uri correctness/existence
9845 2005-05-09 Juerg Billeter <j@bitron.ch>
9847 * shell/ev-window.c: (using_postscript_printer):
9849 LPD printers use postscript, too
9851 2005-05-09 Marco Pesenti Gritti <mpg@redhat.com>
9853 * shell/ev-window.c: (register_custom_actions):
9855 The zoom one is actually sort of useful,
9858 2005-05-09 Marco Pesenti Gritti <mpg@redhat.com>
9860 * shell/ev-window.c: (register_custom_actions):
9862 Hide page/zoom controls from overflow, they
9865 2005-05-09 Marco Pesenti Gritti <mpg@redhat.com>
9867 * cut-n-paste/update-from-egg.sh:
9869 Share it between all cut-n-paste subdirs
9871 * cut-n-paste/recent-files/Makefile.am:
9873 Fix to use "global" update-from-egg.sh
9875 * cut-n-paste/recent-files/egg-recent-model.c:
9876 (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
9877 * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9878 (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
9879 (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
9883 * cut-n-paste/toolbar-editor/Makefile.am:
9885 Fix to use "global" update-from-egg.sh
9887 * cut-n-paste/toolbar-editor/eggmarshalers.list:
9891 2005-05-09 Marco Pesenti Gritti <mpg@redhat.com>
9894 * cut-n-paste/Makefile.am:
9895 * cut-n-paste/recent-files/Makefile.am:
9896 * cut-n-paste/toolbar-editor/.cvsignore:
9897 * cut-n-paste/toolbar-editor/Makefile.am:
9898 * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9899 (egg_editable_toolbar_get_type), (get_toolbar_position),
9900 (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
9901 (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
9902 (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
9903 (set_item_drag_source), (create_item_from_action), (create_item),
9904 (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
9905 (popup_toolbar_context_menu_cb), (free_dragged_item),
9906 (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
9907 (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
9908 (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
9909 (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
9910 (item_added_cb), (item_removed_cb),
9911 (egg_editable_toolbar_construct),
9912 (egg_editable_toolbar_disconnect_model),
9913 (egg_editable_toolbar_deconstruct),
9914 (egg_editable_toolbar_set_model),
9915 (egg_editable_toolbar_set_ui_manager),
9916 (egg_editable_toolbar_set_property),
9917 (egg_editable_toolbar_get_property),
9918 (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
9919 (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
9920 (egg_editable_toolbar_new_with_model),
9921 (egg_editable_toolbar_get_edit_mode),
9922 (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
9923 (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
9924 (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
9925 (new_pixbuf_from_widget), (new_separator_pixbuf),
9926 (update_separator_image), (style_set_cb),
9927 (_egg_editable_toolbar_new_separator_image),
9928 (egg_editable_toolbar_get_model):
9929 * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9930 * cut-n-paste/toolbar-editor/egg-marshal.c:
9931 * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9932 (egg_toolbar_editor_get_type), (compare_actions), (find_action),
9933 (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
9934 (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
9935 (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
9936 (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
9937 (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
9938 (editor_drag_data_delete_cb), (drag_data_get_cb),
9939 (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
9940 (editor_create_item), (update_editor_sheet), (setup_editor),
9941 (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
9942 (parse_item_list), (model_has_action), (update_actions_list),
9943 (egg_toolbar_editor_load_actions):
9944 * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
9945 * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9946 (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
9947 (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
9948 (toolbars_item_new), (free_toolbar_node), (free_item_node),
9949 (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
9950 (egg_toolbars_model_add_separator), (impl_add_item),
9951 (parse_item_list), (egg_toolbars_model_add_toolbar),
9952 (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
9953 (impl_get_item_data), (impl_get_item_type),
9954 (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
9955 (egg_toolbars_model_init), (free_toolbar),
9956 (egg_toolbars_model_finalize), (egg_toolbars_model_new),
9957 (egg_toolbars_model_remove_toolbar),
9958 (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
9959 (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
9960 (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
9961 (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
9962 (egg_toolbars_model_get_item_data),
9963 (egg_toolbars_model_get_item_type):
9964 * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9965 * cut-n-paste/toolbar-editor/eggmarshalers.list:
9967 * data/evince-toolbar.xml:
9968 * data/evince-ui.xml:
9969 * data/hand-open.png:
9971 * shell/Makefile.am:
9972 * shell/ev-window.c: (update_chrome_visibility),
9973 (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
9974 (ev_window_dispose), (ev_window_init):
9976 Implement epiphany like toolbar editor. Based on patch by
9977 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9979 2005-05-09 Marco Pesenti Gritti <mpg@redhat.com>
9981 * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
9983 Use set_cursor instead of set_selection, so that
9984 the keyboard focus moves too.
9986 2005-05-09 Aleksey Kliger <akliger@gmail.com>
9988 * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
9990 Fix infinite loop when loading Type1 fonts
9992 2005-05-09 Marco Pesenti Gritti <mpg@redhat.com>
9994 * data/evince-ui.xml:
9995 * shell/ev-window.c:
9999 2005-05-09 Thomas de Grenier de Latour <degrenier@easyconnect.fr>
10003 Make --disable really disable
10005 2005-05-07 Juerg Billeter <j@bitron.ch>
10007 * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
10009 Compare page labels even without has_labels set, fixes setting page
10012 2005-05-09 Marco Pesenti Gritti <mpg@redhat.com>
10014 * shell/ev-view.c: (ev_view_create_invisible_cursor),
10015 (ev_view_set_cursor), (ev_view_button_press_event),
10016 (ev_view_motion_notify_event), (ev_view_button_release_event),
10019 Implement middle button scrolling. Based on a patch
10020 by Tommi Komulainen <tommi.komulainen@iki.fi>.
10022 2005-05-08 Marco Pesenti Gritti <mpg@redhat.com>
10024 * shell/ev-document-types.c: (get_slow_mime_type),
10025 (get_document_type_from_mime), (ev_document_type_lookup):
10026 * shell/ev-document-types.h:
10028 Change api to lookup from uri. Do fast lookup first, if the
10029 type is unknown try with data sniffing.
10031 * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
10032 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10034 Adapt to api change
10036 2005-05-07 Marco Pesenti Gritti <mpg@redhat.com>
10038 * thumbnailer/Makefile.am:
10042 2005-05-07 Marco Pesenti Gritti <mpg@redhat.com>
10049 * data/evince-ui.xml:
10051 Hide presentation mode for now
10053 * shell/ev-view.c: (highlight_find_results):
10055 Show current find selection only on current page
10057 2005-05-07 Marco Pesenti Gritti <mpg@redhat.com>
10059 * shell/ev-view.c: (ev_view_select_all):
10061 Compute size of the actual page, not of
10064 2005-05-07 Marco Pesenti Gritti <mpg@redhat.com>
10066 * shell/ev-view.c: (clear_selection), (ev_view_finalize),
10067 (view_rect_to_doc_rect), (compute_selections),
10068 (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
10069 (ev_view_copy), (ev_view_primary_get_cb),
10070 (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
10071 (ev_view_button_press_event), (ev_view_motion_notify_event),
10072 (ev_view_button_release_event), (page_changed_cb):
10076 2005-05-07 Marco Pesenti Gritti <mpg@redhat.com>
10078 * shell/ev-view.c: (compute_border), (get_page_extents),
10079 (doc_rect_to_view_rect), (highlight_find_results),
10080 (ev_view_bin_expose), (ev_view_select_all),
10081 (ev_view_motion_notify_event), (update_find_status_message),
10082 (jump_to_find_result), (jump_to_find_page):
10084 First go at fixing search, still buggy
10086 2005-05-04 Kristian Høgsberg <krh@redhat.com>
10088 * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
10089 dropdown box and button at the top of the sidebar.
10091 2005-05-02 James Bowes <bowes@cs.dal.ca>
10093 * configure.ac: Output zoom-control Makefile.
10094 * cut-n-paste/Makefile.am: build zoom-control subdir.
10095 * cut-n-paste/zoom-control/ephy-zoom-action.c:
10096 * cut-n-paste/zoom-control/ephy-zoom-action.h:
10097 * cut-n-paste/zoom-control/ephy-zoom-control.c:
10098 * cut-n-paste/zoom-control/ephy-zoom-control.h:
10099 * cut-n-paste/zoom-control/ephy-zoom.c:
10100 * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
10101 from epiphany, and modified to add a separator into the menu.
10102 * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
10103 * data/evince-ui.xml: Replace old zoom toolbar actions with new
10104 zoom-control action.
10105 * shell/Makefile.am: Include zoom-control flags.
10106 * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
10107 (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
10108 (ev_view_zoom_for_size_presentation),
10109 (ev_view_zoom_for_size_continuous_and_dual_page),
10110 (ev_view_zoom_for_size_continuous),
10111 (ev_view_zoom_for_size_dual_page),
10112 (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal):
10113 s/ev_view_zoom/ev_view_set_zoom/ and make public, add
10114 ev_view_get_zoom and ev_view_get_sizing_mode.
10116 * shell/ev-window.c: (update_action_sensitivity),
10117 (update_sizing_buttons), (zoom_control_changed_cb),
10118 (register_custom_actions): Initialize and use the zoom-control
10121 Sun May 1 00:46:47 2005 Jonathan Blandford <jrb@redhat.com>
10123 * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
10124 preview cache back to 1. Don't know when it got set to 0.
10126 * shell/ev-view.c: (compute_border), (ev_view_realize),
10127 (draw_one_page), (ev_view_set_property), (ev_view_get_property),
10128 (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
10129 (ev_view_get_fullscreen), (ev_view_set_presentation),
10130 (ev_view_get_presentation), (ev_view_set_sizing_mode),
10131 (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
10133 * shell/ev-window.c:
10134 (update_chrome_visibility),
10135 (ev_window_cmd_continuous), (ev_window_cmd_dual),
10136 (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10137 (update_document_mode), (ev_window_update_fullscreen_action),
10138 (ev_window_fullscreen), (ev_window_unfullscreen),
10139 (ev_window_cmd_view_fullscreen),
10140 (ev_window_update_presentation_action),
10141 (ev_window_run_presentation), (ev_window_stop_presentation),
10142 (ev_window_cmd_view_presentation), (ev_window_state_event),
10143 (ev_window_focus_in_event), (ev_window_focus_out_event),
10144 (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
10145 * data/evince-ui.xml: Initial presentation mode. We should
10146 probably hide this until it's done, as it's quite rough. Also,
10147 change full-screen to fullscreen and add two getters to EvView.
10149 2005-04-29 Marco Pesenti Gritti <mpg@redhat.com>
10151 * shell/ev-page-action.c: (update_page_cache),
10152 (ev_page_action_dispose):
10153 * shell/ev-window.c: (destroy_fullscreen_popup),
10154 (ev_window_create_fullscreen_popup):
10156 Use connect_object rather than explicitly
10157 disconnect on dispose.
10159 2005-04-29 Marco Pesenti Gritti <mpg@redhat.com>
10161 * shell/ev-page-action.c: (update_page_cache),
10162 (ev_page_action_dispose):
10164 2005-04-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10166 * backend/ev-page-cache.c: (_ev_page_cache_new),
10167 (ev_page_cache_set_page_label),
10168 (ev_page_cache_has_nonnumeric_page_labels):
10169 * backend/ev-page-cache.h:
10170 * shell/ev-page-action.c: (update_pages_label):
10172 If all page labels are numeric, fallback to default
10173 way to display number of pages. See bug 173185.
10175 2005-04-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10177 * shell/ev-page-action.c: (ev_page_action_dispose):
10178 * shell/ev-view.c: (view_update_range_and_current_page):
10179 * shell/ev-window.c: (ev_window_dispose):
10181 Set page on scroll in continuous mode. Fixes bug 301986.
10182 Also cleanup callbacks on destroy of EvWindow and EvPageAction.
10184 2005-04-26 Marco Pesenti Gritti <mpg@redhat.com>
10188 Require poppler 0.3.0
10190 2005-04-26 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10192 * shell/Makefile.am, configure.ac: Fix build problems
10193 with t1lib. Bug 301996.
10195 2005-04-25 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10197 * shell/ev-view.c: (ev_view_scroll_event):
10199 Scroll up increase zoom
10201 2005-04-25 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10203 * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
10204 (ev_view_set_sizing_mode),
10205 (ev_view_zoom_for_size_continuous_and_dual_page),
10206 (ev_view_zoom_for_size_continuous):
10207 * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10208 (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
10209 (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
10212 Control + Scroll does zooming, Shift + Scroll scrolls horizontally
10213 Fix for 165473 and 165472.
10215 2005-04-24 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10218 * thumbnailer/Makefile.am:
10219 * thumbnailer/evince-thumbnailer-djvu.schemas.in:
10220 * thumbnailer/evince-thumbnailer-dvi.schemas.in:
10221 * thumbnailer/evince-thumbnailer.schemas.in:
10223 Make thumbnailer schemas translatable. Fix for bug 301773
10225 * thumbnailer/evince-thumbnailer-djvu.schemas:
10226 * thumbnailer/evince-thumbnailer-dvi.schemas:
10227 * thumbnailer/evince-thumbnailer.schemas:
10231 Sun Apr 24 01:37:39 2005 Jonathan Blandford <jrb@redhat.com>
10233 * shell/ev-view.c (ev_view_init): forgot to set this.
10235 Sun Apr 24 01:07:27 2005 Jonathan Blandford <jrb@redhat.com>
10237 * shell/ev-view.c: (find_page_at_location),
10238 (get_link_at_location),
10239 (ev_view_set_show_border), (ev_view_set_spacing),
10240 (ev_view_zoom_for_size_continuous_and_dual_page),
10241 (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
10242 Also, add a quick fix measuring of widths. Also, removed
10243 ev_view_set_spacing and ev_view_set_show_border.
10245 * shell/ev-window.c: (ev_window_unfullscreen),
10246 (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
10248 2005-04-24 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10250 * shell/ev-view.c: (view_update_range_and_current_page),
10253 Fix crash on exit and scrolling to page in continuous view.
10255 Sat Apr 23 13:13:04 2005 Jonathan Blandford <jrb@redhat.com>
10258 * backend/ev-page-cache.c: (_ev_page_cache_new),
10259 (ev_page_cache_get_max_width_size),
10260 (ev_page_cache_get_max_height_size):
10261 * backend/ev-page-cache.h:
10262 * data/evince-ui.xml:
10263 * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
10264 * shell/ev-view.c: (view_update_adjustments),
10265 (view_update_range_and_current_page), (get_bounding_box_size),
10266 (ev_view_size_request_continuous_and_dual_page),
10267 (ev_view_size_request_continuous),
10268 (ev_view_size_request_dual_page),
10269 (ev_view_size_request_single_page), (ev_view_size_request),
10270 (ev_view_size_allocate), (get_page_extents), (draw_one_page),
10271 (ev_view_bin_expose), (ev_view_expose_event),
10272 (ev_view_set_property), (ev_view_get_property),
10273 (ev_view_class_init), (ev_view_init), (ev_view_new),
10274 (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
10275 (ev_view_set_dual_page), (ev_view_set_full_screen),
10276 (ev_view_set_presentation), (ev_view_set_sizing_mode),
10277 (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
10278 (ev_view_zoom_out), (zoom_for_size_fit_width),
10279 (zoom_for_size_best_fit),
10280 (ev_view_zoom_for_size_continuous_and_dual_page),
10281 (ev_view_zoom_for_size_continuous),
10282 (ev_view_zoom_for_size_dual_page),
10283 (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10284 (ev_view_show_cursor), (ev_sizing_mode_get_type):
10286 * shell/ev-window.c: (update_action_sensitivity),
10287 (ev_window_cmd_continuous), (ev_window_cmd_dual),
10288 (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10289 (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
10290 (ev_window_cmd_view_zoom_out), (update_view_size),
10291 (ev_window_set_sizing_mode), (ev_window_init):
10293 Add Continuous and Dual page modes.
10295 2005-04-23 James Bowes <bowes@cs.dal.ca>
10297 * dvi/dvi-document.c: (dvi_document_load),
10298 (dvi_document_thumbnails_get_thumbnail),
10299 (dvi_document_init_params): Fix up some mixups between
10300 width and height to correct thumbnail rendering.
10302 2005-04-23 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10304 * dvi/mdvi-lib/private.h:
10305 * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
10307 Suppess output for kpathsea during font generation. Thanks to
10310 Fri Apr 22 19:57:46 2005 Jonathan Blandford <jrb@redhat.com>
10317 * Makefile.am: fix distcheck.
10319 2005-04-23 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10321 * shell/ev-sidebar-links.c: (selection_changed_callback),
10322 (update_page_callback), (row_activated_callback),
10323 (job_finished_callback), (ev_sidebar_links_set_document):
10325 Fix for bug #169901. Double click on links expands tree.
10327 2005-03-14 Bryan Clark <clarkbw@cvs.gnome.org>
10329 * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
10330 hard-coded style. Fix for bug 170111
10332 2005-04-22 Kristian Høgsberg <krh@redhat.com>
10334 * shell/ev-view.c (highlight_find_results): Remove unnecessary
10337 2005-04-22 Bryan Clark <clarkbw@cvs.gnome.org>
10339 * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
10341 2005-04-22 Marco Pesenti Gritti <mpg@redhat.com>
10343 * pdf/ev-poppler.cc:
10344 * shell/ev-view.c: (highlight_find_results):
10346 Fix find on single page documents
10348 2005-04-22 Bryan Clark <clarkbw@cvs.gnome.org>
10350 * data/evince.schemas.in: fix for bug 301390
10352 2005-04-22 Marco Pesenti Gritti <mpg@redhat.com>
10354 * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
10355 (ev_view_zoom_out), (ev_view_zoom_normal):
10357 * shell/ev-window.c: (update_action_sensitivity),
10358 (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10359 (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
10360 (ev_window_cmd_view_normal_size):
10362 Fix normal size zoom. Make zoom in/zoom out unsensitive when
10363 they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
10366 2005-04-22 Marco Pesenti Gritti <mpg@redhat.com>
10370 Depend on 2.57, 2.59 doesnt seem to be necessary
10372 2005-04-22 Marco Pesenti Gritti <mpg@redhat.com>
10374 * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
10375 (create_tool_item):
10377 Put back total number of pages as (1 of 1234)
10379 Thu Apr 21 23:37:52 2005 Jonathan Blandford <jrb@redhat.com>
10381 * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
10384 * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
10385 function. This helps debugging.
10387 2005-04-21 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10389 * djvu/djvu-document.c: (djvu_document_class_init),
10390 (djvu_document_get_info), (djvu_document_document_iface_init):
10391 * dvi/dvi-document.c: (dvi_document_class_init),
10392 (dvi_document_get_info), (dvi_document_document_iface_init):
10394 Dummy implementation of get_info method for dvi and
10395 djvu. Fix crashes with those backends
10397 2005-04-20 Marco Pesenti Gritti <mpg@redhat.com>
10399 * data/evince.desktop.in:
10401 Add application/x-gzpostscript
10403 2005-04-20 Bryan Clark <clarkbw@cvs.gnome.org>
10405 * data/evince.schemas.in: Added real long descriptions,
10408 * README: Added actual text, closes bug 171869
10410 2005-04-19 Marco Pesenti Gritti <mpg@redhat.com>
10412 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10416 2005-04-19 Marco Pesenti Gritti <mpg@redhat.com>
10418 * backend/ev-document-info.h:
10420 s/GDate */GDate so we can just use g_free
10422 2005-04-19 Marco Pesenti Gritti <mpg@redhat.com>
10424 * shell/ev-window.c: (update_document_mode),
10425 (ev_window_setup_document):
10427 Show the window in fullscreen when specified by
10430 2005-04-19 Marco Pesenti Gritti <mpg@redhat.com>
10432 * backend/ev-document.c: (ev_document_class_init),
10433 (ev_document_get_info), (ev_document_render_pixbuf):
10434 * backend/ev-document.h:
10435 * backend/ev-page-cache.c: (_ev_page_cache_new):
10436 * pdf/ev-poppler.cc:
10437 * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
10438 (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
10439 * ps/ps-document.c: (ps_document_class_init), (document_load),
10440 (ps_document_get_info), (ps_document_document_iface_init):
10442 Remove get_title from the interface, we can just use document info
10444 2005-04-19 Marco Pesenti Gritti <mpg@redhat.com>
10446 * backend/Makefile.am:
10447 * backend/ev-document.c: (ev_document_render_get_info):
10448 * backend/ev-document.h:
10449 * pdf/ev-poppler.cc:
10451 Initial support for document info. Based on jrb patch.
10453 2005-04-19 Paolo Borelli <pborelli@katamail.com>
10455 * shell/ev-window.c: (ev_window_state_event),
10456 (ev_window_class_init), (ev_window_init):
10458 Doesn't show resize grip when maximized. See bug #301053
10460 2005-04-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10464 ev-sidebar-thumbnails now has translatable labels
10466 * shell/Makefile.am:
10467 * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
10468 (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
10469 (ev_sidebar_links_page_iface_init):
10470 * shell/ev-sidebar-links.h:
10471 * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10472 (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
10473 (ev_sidebar_page_get_label):
10474 * shell/ev-sidebar-page.h:
10475 * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
10476 (ev_sidebar_thumbnails_set_document),
10477 (ev_sidebar_thumbnails_support_document),
10478 (ev_sidebar_thumbnails_get_label),
10479 (ev_sidebar_thumbnails_page_iface_init):
10480 * shell/ev-sidebar-thumbnails.h:
10481 * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
10482 (ev_sidebar_set_document):
10483 * shell/ev-sidebar.h:
10484 * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
10486 Small rework of sidebar code. Now sidebar pages should implement
10487 EvSidebarPage interface. That makes page management in EvSidebar
10488 easier. See bug #164811 for details
10490 2005-04-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10492 * shell/ev-application.c: (ev_application_open):
10493 * shell/ev-document-types.c:
10495 Fix build error and small problem with application exit
10497 2005-04-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10499 * thumbnailer/Makefile.am:
10500 * thumbnailer/evince-thumbnailer-djvu.schemas:
10501 * thumbnailer/evince-thumbnailer-dvi.schemas:
10503 Conditionally install schemas for djvu/dvi thumbnailer
10505 2005-04-18 David Malcolm <dmalcolm@redhat.com>
10507 * shell/ev-document-types.h:
10508 * shell/ev-document-types.c:
10509 New files, handling the mapping from mimetypes to backends
10511 * shell/ev-window.c:
10512 * thumbnailer/evince-thumbnailer.c:
10513 Use the ev-document-types code
10515 * shell/Makefile.am:
10516 Added new convenience library libevbackendfactory_la, containing
10517 the new mimetype->backend logic; moved the backends into it.
10519 * thumbnailer/Makefile.am:
10520 Make the thumbnailer link with the libevbackend.la convenience
10521 library, rather than having a duplicate of the backend logic here.
10523 2005-04-18 Paolo Borelli <pborelli@katamail.com>
10525 * shell/ev-stock-icons.c: constify some vars.
10526 * shell/ev-window.c: ditto.
10528 2005-04-18 Marco Pesenti Gritti <mpg@redhat.com>
10530 * ps/ps-document.c (get_page_orientation):
10532 Respect document orientation
10534 2005-04-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10536 * djvu/Makefile.am:
10538 * shell/Makefile.am:
10540 Move library dependencies to components.
10542 * shell/ev-window.c: (update_window_title),
10543 (start_loading_document):
10545 Fix display of uris with spaces. Bug 168358.
10547 Sat Apr 16 18:53:47 2005 Jonathan Blandford <jrb@redhat.com>
10549 * shell/ev-sidebar-links.c: (selection_changed_cb):
10550 * shell/ev-view.c: (ev_view_finalize), (go_to_link),
10551 (ev_view_button_release_event), (ev_view_set_document):
10553 * shell/ev-window.c: (find_bar_search_changed_cb):
10554 * shell/ev-window.h: Minor cleanups removing some dead code.
10556 2005-04-16 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10558 * backend/ev-page-cache.c: (_ev_page_cache_new):
10560 Set current page to 0 if document has pages.
10562 2005-04-16 Marco Pesenti Gritti <mpg@redhat.com>
10564 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10566 Initialize GError to NULL, fix a crash when loading fails.
10568 2005-04-16 Marco Pesenti Gritti <mpg@redhat.com>
10570 * shell/ev-window.c: (update_view_size):
10572 Calculate shadow size only when there is actually
10575 2005-04-16 Marco Pesenti Gritti <mpg@redhat.com>
10577 * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
10580 Allow setting view spacing, default to 0
10582 * shell/ev-window.c: (ev_window_unfullscreen),
10583 (ev_window_cmd_view_fullscreen), (ev_window_init):
10585 Remove spacing in fullscreen mode
10587 2005-04-16 Marco Pesenti Gritti <mpg@redhat.com>
10589 * shell/ev-view.c: (compute_border), (compute_zoom_factor),
10590 (ev_view_size_request), (expose_bin_window),
10591 (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
10593 * shell/ev-window.c: (ev_window_unfullscreen),
10594 (ev_window_cmd_view_fullscreen):
10596 Do not draw the border in fulscreen
10598 2005-04-16 Marco Pesenti Gritti <mpg@redhat.com>
10600 * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
10601 (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
10602 (find_page_at_location), (page_changed_cb):
10604 Rework border calculation, so that I can more easily disable it.
10605 Code somewhat cleaner too.
10607 2005-04-16 Marco Pesenti Gritti <mpg@redhat.com>
10609 * backend/ev-page-cache.c: (ev_page_cache_init),
10610 (_ev_page_cache_new):
10612 Remove some assertions, documents can have 0 pages.
10613 Make initial current page -1.
10615 * shell/ev-page-action.c: (page_changed_cb):
10617 Show "" if current page is -1
10619 * shell/ev-window.c: (update_action_sensitivity),
10620 (ev_window_setup_document):
10622 When document has 0 pages do not set the view
10623 and make nearly everything insensitive.
10625 2005-04-16 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10627 * shell/ev-page-view.c:
10628 * shell/ev-page-view.h:
10630 Remove unused files.
10632 * shell/ev-sidebar-thumbnails.c:
10633 (ev_sidebar_thumbnails_set_document):
10634 * shell/ev-sidebar.c: (ev_sidebar_set_document),
10635 (ev_sidebar_supports_document):
10636 * shell/ev-sidebar.h:
10637 * shell/ev-window.c: (ev_window_setup_document):
10639 Doesn't show thumbnails if document has 1 page. Make
10640 sidebar menu entries sensitive only if if they have
10641 sense. Fix bug 164811.
10643 2005-04-15 Marco Pesenti Gritti <mpg@redhat.com>
10645 * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
10646 (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
10647 (ev_view_zoom_out), (ev_view_set_size):
10649 Rework sizing to deal with documents with not uniform page
10652 2005-04-15 Marco Pesenti Gritti <mpg@redhat.com>
10654 * backend/ev-page-cache.c: (_ev_page_cache_new):
10656 Fix several page size caching bugs
10658 2005-04-15 Luca Ferretti <elle.uca@libero.it>
10660 * shell/ev-window.c: (set_action_properties):
10662 Make all toolbar items translatable
10664 2005-04-15 Marco Pesenti Gritti <mpg@redhat.com>
10666 * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
10667 (save_page_list), (ps_document_save),
10668 (ps_document_document_iface_init), (ps_document_ps_export_begin),
10669 (ps_document_ps_export_do_page), (ps_document_ps_export_end),
10670 (ps_document_ps_exporter_iface_init):
10671 * ps/ps-document.h:
10673 Based on a patch by J�rg Billeter <j@bitron.ch>
10675 Implement print and save a copy for the ps backend.
10677 2005-04-14 Marco Pesenti Gritti <mpg@redhat.com>
10679 * backend/ev-document.h:
10680 * djvu/djvu-document.c: (djvu_document_can_get_text),
10681 (djvu_document_document_iface_init):
10682 * dvi/dvi-document.c: (dvi_document_can_get_text),
10683 (dvi_document_document_iface_init):
10684 * pdf/ev-poppler.cc:
10685 * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
10686 (pixbuf_document_document_iface_init):
10687 * ps/ps-document.c: (ps_document_can_get_text),
10688 (ps_document_document_iface_init):
10689 * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
10690 * shell/ev-window.c: (update_action_sensitivity):
10692 Fix the crash when trying to copy in backends that doesnt
10693 support it. We can implement a better solution once we
10694 do real text selection.
10696 2005-04-12 Marco Pesenti Gritti <mpg@redhat.com>
10698 * data/evince-ui.xml:
10699 * shell/ev-window.c: (ev_window_cmd_escape):
10701 Work around the Escape conflict (find bar and unfullscreen)
10703 2005-04-12 Nikolay V. Shmyrev <nshmyrev@yandex.ru>
10705 * backend/ev-page-cache.c: (ev_page_cache_next_page):
10707 Fix for #300233. Next page correctly handles document end.
10709 * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10710 (ev_sidebar_thumbnails_class_init),
10711 (ev_sidebar_thumbnails_set_document),
10712 (ev_sidebar_thumbnails_clear_job),
10713 (ev_sidebar_thumbnails_clear_model):
10715 Cleanup thumbnail jobs on document changes.
10717 * shell/ev-view.c: (add_scroll_binding_keypad),
10718 (add_scroll_binding_shifted), (ev_view_class_init):
10720 Shift + Space scrolls up. Fix for #173184
10722 * shell/ev-window.c: (ev_window_open_page),
10723 (ev_window_cmd_view_reload):
10725 Fix reload (Bug #300094)
10727 2005-04-09 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10730 * dvi/mdvi-lib/assoc.c:
10731 * dvi/mdvi-lib/assoc.h: Removed garbage files
10733 * dvi/mdvi-lib/bitmap.c:
10734 * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
10735 (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
10736 * dvi/mdvi-lib/color.h: Antialias of rules
10738 * dvi/mdvi-lib/common.h:
10739 * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
10740 (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
10741 * dvi/mdvi-lib/files.c:
10742 * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
10743 * dvi/mdvi-lib/mdvi.h:
10744 * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
10745 * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
10746 * dvi/mdvi-lib/util.c: Fix compile warnings
10748 * dvi/dvi-document.c:
10749 (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
10750 (dvi_document_thumbnails_get_thumbnail),
10751 (dvi_document_document_thumbnails_iface_init):
10752 * dvi/mdvi-lib/Makefile.am:
10753 * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10754 (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
10756 Dvi backend now renders thumbnails
10758 2005-04-09 Christian Persch <chpe@cvs.gnome.org>
10760 * shell/main.c: (main):
10762 Save accelerators on exit. Fixes bug #172095.
10764 Sat Apr 9 01:05:09 2005 Jonathan Blandford <jrb@redhat.com>
10766 * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
10767 update priority" comment.
10769 * backend/ev-job-queue.c: Give a way to change priority.
10771 Sat Apr 9 00:05:36 2005 Jonathan Blandford <jrb@redhat.com>
10773 * shell/ev-page-action.c: Fix logic.
10775 2005-04-08 Marco Pesenti Gritti <mpg@redhat.com>
10777 * shell/ev-view.c: (ev_view_can_find_next):
10778 * shell/ev-window.c: (ev_window_setup_document):
10780 Check that the document supports find
10782 2005-04-08 Marco Pesenti Gritti <mpg@redhat.com>
10784 * data/evince-ui.xml:
10785 * shell/ev-view.c: (ev_view_can_find_next):
10787 * shell/ev-window.c: (update_action_sensitivity),
10788 (find_changed_cb), (ev_window_setup_document),
10789 (ev_window_cmd_edit_find_next):
10791 Add Edit->Find Next
10793 2005-04-08 Marco Pesenti Gritti <mpg@redhat.com>
10795 * pdf/ev-poppler.cc:
10796 * shell/ev-print-job.c: (idle_print_handler):
10798 Make printing work again
10800 Fri Apr 8 01:12:24 2005 Jonathan Blandford <jrb@redhat.com>
10802 * shell/ev-page-action.h:
10803 * shell/ev-page-action.c: (ev_page_action_widget_init),
10804 (ev_page_action_widget_class_init), (page_changed_cb),
10805 (create_tool_item), (update_page_cache), (build_new_tree_cb),
10806 (get_filter_model_from_model), (match_selected_cb),
10807 (display_completion_text), (match_completion), (update_model),
10808 (connect_proxy), (ev_page_action_set_property),
10809 (ev_page_action_get_property), (ev_page_action_set_document),
10810 (ev_page_action_set_model), (ev_page_action_class_init): Big
10811 reworking to make completions work iff we have >= GTK-2.7.0
10813 * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
10814 (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
10815 (job_finished_cb): We now have a 'model' property that is set when
10816 the links are loaded. This can be caught with "notify::model"
10818 * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
10819 listen for the model to be set, and propagate it to the action.
10821 2005-04-08 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10823 * cut-n-paste/recent-files/egg-recent-item.c:
10824 (egg_recent_item_set_uri), (make_valid_utf8),
10825 (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
10826 * cut-n-paste/recent-files/egg-recent-item.h:
10828 Update egg-recent from libegg. This should fix long
10829 startup problem. For details see
10830 http://bugzilla.gnome.org/show_bug.cgi?id=160531
10832 2005-04-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10834 * cut-n-paste/recent-files/Makefile.am:
10835 * data/evince-ui.xml, shell/Makefile.am:
10836 * shell/ev-application.c, shell/ev-application.h:
10837 * shell/ev-window.c: Recent files support.
10839 * configure.ac: Added "ru" to ALL_LINGUAS.
10841 * dvju: new backend to support DJVU files.
10842 * dvi: new backend to support DVI.
10844 * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
10845 * ev-application.c: Support for new backends.
10847 * help, ev-window.c, main.c shell/Makefile.am:
10848 Evince user documentation.
10850 2005-04-06 Marco Pesenti Gritti <mpg@redhat.com>
10853 * shell/ev-window.c:
10854 * thumbnailer/evince-thumbnailer.c:
10856 s/pdf-document/ev-poppler
10858 2005-04-06 Marco Pesenti Gritti <mpg@redhat.com>
10865 * ps/ps-document.c: (setup_pixmap):
10869 2005-04-05 Kristian Høgsberg <krh@redhat.com>
10871 * backend/ev-page-cache.c (ev_page_cache_next_page):
10872 * shell/ev-window.c (ev_window_cmd_go_next_page)
10873 (ev_window_cmd_go_first_page): Fix of by one errors.
10875 2005-04-05 Marco Pesenti Gritti <mpg@redhat.com>
10877 * ps/ps-document.c: (get_page_box):
10879 Fix page size calculation
10881 2005-04-05 Marco Pesenti Gritti <mpg@redhat.com>
10883 * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10884 (ps_document_cleanup), (setup_pixmap), (get_page_box),
10885 (get_page_orientation), (setup_page), (document_load),
10886 (ps_document_get_page_size), (render_pixbuf_idle):
10887 * ps/ps-document.h:
10889 More refactoring to adapt to EvDocument changes
10891 2005-04-05 Marco Pesenti Gritti <mpg@redhat.com>
10893 * ps/ps-document.c: (start_interpreter):
10895 Actually add alpha args
10897 2005-04-05 Marco Pesenti Gritti <mpg@redhat.com>
10899 * pdf/ev-poppler.cc:
10901 Make clipboard work again
10903 2005-04-04 Kristian Høgsberg <krh@redhat.com>
10905 Make searching work again.
10907 * backend/ev-document.c:
10908 * backend/ev-document.h:
10909 * backend/ev-document-find.c:
10910 * backend/ev-document-find.h: Change EvDocumentIface so we no
10911 longer store the current page or zoom level in the document. The
10912 consequence is that all calls that operate on the current page now
10913 instead take the page number as an extra argument, and all
10914 coordinates are now doubles in document coordinate system.
10916 * pdf/ev-poppler.cc:
10917 * pixbuf/pixbuf-document.c:
10918 * ps/ps-document.c: Update backends accordingly.
10920 2005-04-04 Marco Pesenti Gritti <marco@gnome.org>
10924 Add required gettext version
10926 Sat Apr 2 18:57:00 2005 Jonathan Blandford <jrb@redhat.com>
10928 * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
10929 make F1 bring up non-existent help.
10931 * shell/eggfindbar.c: Patch from Christian Persch to sync to
10932 epiphany's find bar, #167477
10934 * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
10935 <emil@nishra.com> to add space-bar scrolling,
10937 * shell/ev-window.c (static GtkActionEntry entries): add default
10938 keybinding for Help (F1)
10941 * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
10942 changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
10945 2005-04-01 David Malcolm <dmalcolm@redhat.com>
10948 * pixbuf/pixbuf-document.c:
10950 Got pixbuf backend working again
10952 2005-04-01 Steve Murphy <murf@e-tools.com>
10954 * configure.in: Added "rw" to ALL_LINGUAS.
10956 Fri Apr 1 02:33:41 2005 Jonathan Blandford <jrb@redhat.com>
10958 * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
10959 model types, noticed by Martin Kretzschmar.
10961 2005-04-01 Kristian Høgsberg <krh@redhat.com>
10963 * pdf/ev-poppler.cc: Implement search based on
10964 poppler_page_find_text(). Currently a bit crude since we remember
10965 all matches from all pages. Also, we grab the big document lock
10966 when we search since searching changes the underlying stream and
10967 thus conflicts with the rendering thread.
10969 * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10970 (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
10971 (ev_view_find_previous): Fix some page indexes to be 0 based,
10972 offset rubber band by view offset,
10974 Fri Apr 01 09:21:12 2005 Pablo Saratxaga <pablo@mandrakesoft.com>
10976 * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
10978 Fri Apr 1 01:59:39 2005 Jonathan Blandford <jrb@redhat.com>
10980 * shell/ev-page-action.c: Changed to use page labels now. Rewrote
10981 completely because I didn't understand GtkActions. I should
10982 read Marco's code more carefully in the future.
10984 * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
10987 2005-03-31 Kristian Høgsberg <krh@redhat.com>
10989 * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
10990 PopplerRectangle change from poppler CVS.
10992 Thu Mar 31 13:27:50 2005 Jonathan Blandford <jrb@redhat.com>
10994 * backend/ev-document.c: (ev_document_get_page_label):
10995 * backend/ev-document.h:
10996 * backend/ev-page-cache.c: (_ev_page_cache_new),
10997 (ev_page_cache_get_page_label):
10998 * backend/ev-page-cache.h:
10999 * pdf/ev-poppler.cc:
11000 * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
11001 (links_page_num_func):
11002 * shell/ev-sidebar-thumbnails.c:
11003 (ev_sidebar_thumbnails_set_document):
11004 * shell/ev-view.c: (status_message_from_link),
11005 (ev_view_motion_notify_event):
11006 * shell/ev-window.c: (document_supports_sidebar): Add in page
11007 label support. It's not perfect yet, but it's the first 'feature'
11009 Also, fix a bogus comment noticed by crispin.
11011 Thu Mar 31 01:21:58 2005 Jonathan Blandford <jrb@redhat.com>
11013 * Makefile.am: Remove pixbuf backend for now
11015 * configure.ac: Require poppler-glib instead of just poppler.
11017 * backend/ev-document-thumbnails.h: Add a comment
11019 * backend/ev-document.h:
11020 * backend/ev-document.c: (ev_document_class_init),
11021 (ev_document_load), (ev_document_get_link),
11022 (ev_document_get_links): Remove 3 methods and add get_links.
11023 Also, made 0 based.
11025 * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
11026 * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
11028 * backend/ev-link.c: (ev_link_set_title),
11029 (ev_link_mapping_free_foreach), (ev_link_mapping_free),
11030 (ev_link_mapping_find):
11031 * backend/ev-link.h: Allow NULL titles. Also, introduce a mapping link.
11033 * backend/ev-page-cache.c: (ev_page_cache_init),
11034 (_ev_page_cache_new), (ev_page_cache_set_current_page),
11035 (ev_page_cache_get_size), (ev_page_cache_next_page),
11036 (ev_page_cache_prev_page): Fix to be 0 based.
11039 * pdf/ev-poppler.h:
11040 * pdf/ev-poppler.cc: New backend.
11042 * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
11043 (ps_document_get_page), (ps_document_document_iface_init):
11045 * shell/ev-pixbuf-cache.h:
11046 * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11047 (dispose_cache_job_info), (job_finished_cb), (move_one_job),
11048 (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
11049 (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
11050 (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
11051 Fix up code to grab a page cache per each doc. Also, fix to be 0
11054 * shell/ev-sidebar-thumbnails.c:
11055 (ev_sidebar_tree_selection_changed), (page_changed_cb),
11056 (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
11058 * shell/ev-view.c: (status_message_from_link),
11059 (find_page_at_location), (get_link_at_location),
11060 (ev_view_motion_notify_event), (ev_view_button_release_event),
11061 (ev_view_init): Use the new link code. Fix to be 0 based.
11063 * shell/ev-window.c: (update_action_sensitivity),
11064 (document_supports_sidebar): 0 based.
11066 Fri Mar 25 16:55:58 2005 Jonathan Blandford <jrb@redhat.com>
11068 * pdf/pdf-document.cc: Patch from Fernando Herrera
11069 <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
11072 Wed Mar 23 23:49:41 2005 Jonathan Blandford <jrb@redhat.com>
11074 * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
11075 1 to the page, as this seems to be 1 based. I thought we has this
11078 2005-03-23 Marco Pesenti Gritti <marco@gnome.org>
11081 * backend/Makefile.am:
11082 * backend/ev-document-links.c:
11083 (ev_document_links_has_document_links),
11084 (ev_document_links_get_links_model):
11085 * backend/ev-document-links.h:
11086 * backend/ev-document.c: (ev_document_get_page_cache),
11087 (ev_document_get_doc_mutex), (ev_document_load),
11088 (ev_document_save), (ev_document_get_title),
11089 (ev_document_get_n_pages), (ev_document_set_page),
11090 (ev_document_get_page), (ev_document_set_target),
11091 (ev_document_set_scale), (ev_document_set_page_offset),
11092 (ev_document_get_page_size), (ev_document_get_text),
11093 (ev_document_get_link), (ev_document_render),
11094 (ev_document_render_pixbuf), (ev_document_scale_changed):
11095 * backend/ev-document.h:
11096 * backend/ev-job-queue.c: (remove_object_from_queue),
11097 (notify_finished), (handle_job), (search_for_jobs_unlocked),
11098 (no_jobs_available_unlocked), (ev_render_thread),
11099 (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
11100 (ev_job_queue_remove_job):
11101 * backend/ev-job-queue.h:
11102 * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
11103 (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
11104 (ev_job_links_class_init), (ev_job_render_init),
11105 (ev_job_render_dispose), (ev_job_render_class_init),
11106 (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
11107 (ev_job_thumbnail_class_init), (ev_job_finished),
11108 (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
11109 (ev_job_render_run), (ev_job_thumbnail_new),
11110 (ev_job_thumbnail_run):
11111 * backend/ev-jobs.h:
11112 * backend/ev-link.c:
11113 * backend/ev-link.h:
11114 * backend/ev-page-cache.c: (ev_page_cache_init),
11115 (ev_page_cache_class_init), (ev_page_cache_finalize),
11116 (_ev_page_cache_new), (ev_page_cache_get_n_pages),
11117 (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
11118 (ev_page_cache_set_link), (ev_page_cache_get_title),
11119 (ev_page_cache_get_size), (ev_page_cache_next_page),
11120 (ev_page_cache_prev_page):
11121 * backend/ev-page-cache.h:
11122 * pdf/pdf-document.cc:
11125 * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11126 (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
11127 (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
11128 (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
11129 (is_interpreter_ready), (output), (catchPipe), (input),
11130 (start_interpreter), (check_filecompressed), (compute_dimensions),
11131 (ps_document_enable_interpreter), (document_load),
11132 (ps_document_next_page), (render_page), (ps_document_set_page),
11133 (ps_document_set_scale), (render_pixbuf_idle),
11134 (ps_document_render_pixbuf), (ps_document_document_iface_init):
11135 * ps/ps-document.h:
11136 * shell/Makefile.am:
11137 * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11138 (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
11139 (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
11140 (ev_pixbuf_cache_new), (job_finished_cb),
11141 (check_job_size_and_unref), (move_one_job),
11142 (ev_pixbuf_cache_update_range), (find_job_cache),
11143 (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
11144 (ev_pixbuf_cache_add_jobs_if_needed),
11145 (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
11146 * shell/ev-pixbuf-cache.h:
11147 * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11148 (idle_print_handler):
11149 * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11150 (selection_changed_cb), (create_loading_model),
11151 (ev_sidebar_links_construct), (links_page_num_func),
11152 (ev_sidebar_links_clear_document), (update_page_callback_foreach),
11153 (update_page_callback), (job_finished_cb),
11154 (ev_sidebar_links_set_document):
11155 * shell/ev-sidebar-thumbnails.c:
11156 (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
11157 (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
11158 (page_changed_cb), (thumbnail_job_completed_callback),
11159 (ev_sidebar_thumbnails_set_document):
11160 * shell/ev-sidebar-thumbnails.h:
11161 * shell/ev-sidebar.c: (ev_sidebar_set_document):
11162 * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
11163 (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
11164 (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
11165 (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
11166 (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
11167 (ev_view_button_release_event), (ev_view_scroll_view),
11168 (ev_view_class_init), (ev_view_init), (update_find_status_message),
11169 (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
11170 (ev_view_new), (job_finished_cb), (page_changed_cb),
11171 (ev_view_set_document), (go_to_link), (ev_view_zoom),
11172 (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
11173 (ev_view_find_previous):
11175 * shell/ev-window.c: (update_action_sensitivity),
11176 (ev_window_open_page), (update_window_title), (update_total_pages),
11177 (page_changed_cb), (ev_window_setup_document),
11178 (password_dialog_response), (ev_window_cmd_save_as),
11179 (ev_window_print), (ev_window_cmd_go_previous_page),
11180 (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
11181 (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
11182 (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
11183 * shell/main.c: (main):
11185 Merge evince-threads branch
11187 2005-03-16 Žygimantas Beručka <uid0@akl.lt>
11189 * configure.ac: Added "lt" to ALL_LINGUAS.
11191 2005-03-14 Marco Pesenti Gritti <marco@gnome.org>
11198 2005-03-13 Fernando Herrera <fherrera@onirica.com>
11200 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11202 Fix here also the thumbnails 1-basedness :)
11204 2005-03-12 Marco Pesenti Gritti <marco@gnome.org>
11211 2005-03-12 Marco Pesenti Gritti <marco@gnome.org>
11213 * pdf/pdf-document.cc:
11214 * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
11215 (do_one_iteration), (ev_sidebar_thumbnails_set_document):
11217 Fix the mess we did with thumbnails and 1-basedness
11219 2005-03-12 Changwoo Ryu <cwryu@debian.org>
11221 * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
11223 2005-03-09 Marco Pesenti Gritti <marco@gnome.org>
11230 2005-03-08 Marco Pesenti Gritti <marco@gnome.org>
11233 * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
11234 (gtk_gs_defaults_get_alpha_parameters),
11235 (gtk_gs_defaults_get_ungzip_cmd),
11236 (gtk_gs_defaults_get_unbzip2_cmd):
11238 * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11239 (ps_document_get_orientation), (document_load),
11240 (ps_document_goto_page), (ps_document_set_page_size):
11241 * ps/ps-document.h:
11243 Some more sanitization of the ps backend. Remove a lot
11244 of unused code and do not base our defaults on ggv
11247 2005-03-08 Fernando Herrera <fherrera@onirica.com>
11249 * thumbnailer/evince-thumbnailer.schemas:
11250 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11251 (main): add -s option for thumbnail size.
11253 2005-03-07 Christian Persch <chpe@cvs.gnome.org>
11257 AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
11260 2005-03-07 Marco Pesenti Gritti <marco@gnome.org>
11262 * pdf/pdf-document.cc:
11264 Remove 4 pixels of useless border from the
11267 2005-03-07 Marco Pesenti Gritti <marco@gnome.org>
11269 * backend/ev-document-thumbnails.c:
11270 (ev_document_thumbnails_get_thumbnail):
11271 * backend/ev-document-thumbnails.h:
11273 Rework API a bit. Add a border flag and
11274 change sizing logic (now the size we specify
11275 applies to the bigger dimension).
11277 * pdf/pdf-document.cc:
11278 * pixbuf/pixbuf-document.c:
11279 (pixbuf_document_thumbnails_get_thumbnail):
11280 * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
11281 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11283 Adapt to the new API and do not draw a border for nautilus
11286 2005-03-03 Fernando Herrera <fherrera@onirica.com>
11288 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11289 take thumbnails from page "0" instead of "1". Added a copyright header.
11291 2005-03-03 Jens Granseuer <jensgr@gmx.net>
11293 * ps/ps-document.c: (set_up_page), (start_interpreter):
11295 Make it C89 compliant
11297 2005-03-03 Marco Pesenti Gritti <marco@gnome.org>
11302 * pdf/pdf-document.cc:
11303 * thumbnailer/Makefile.am:
11304 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11306 * thumbnailer/evince-thumbnailer.schemas:
11307 * thumbnailer/pdf-icon.png:
11309 Add a nautilus thumbnailer.
11310 Based on patch by Fernando Herrera <fherrera@onirica.com>.
11312 2005-03-02 Marco Pesenti Gritti <marco@gnome.org>
11320 2005-03-01 Kristian Høgsberg <krh@redhat.com>
11322 Use poppler instead of including xpdf source code. Poppler is a
11323 fork of xpdf to build it as a shared library. See
11324 http://freedesktop.org/wiki/Software/poppler.
11326 * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
11329 * pdf/Makefile.am: Build libpdfdocument.a here.
11331 * pdf/GDKSplashOutputDev.cc:
11332 * pdf/GDKSplashOutputDev.h:
11333 * pdf/GnomeVFSStream.cc:
11334 * pdf/GnomeVFSStream.h:
11337 * test-gdk-output-dev.cc
11339 * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
11342 2005-02-28 Marco Pesenti Gritti <marco@gnome.org>
11344 * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
11346 Clear idle stack before unsetting the document
11348 2005-02-28 Marco Pesenti Gritti <marco@gnome.org>
11350 * ps/ps-document.c: (ps_document_widget_event),
11351 (ps_document_set_target), (ps_document_finalize),
11352 (ps_document_get_page):
11354 Disconnect the widget event signal on finalize.
11355 Some code cleanups.
11357 2005-02-28 Marco Pesenti Gritti <marco@gnome.org>
11359 * ps/ps-document.c: (set_up_page):
11361 If there is no bpixmap create one, even if size
11364 2005-02-28 Marco Pesenti Gritti <marco@gnome.org>
11366 * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
11367 (set_up_page), (document_load), (ps_document_set_zoom):
11369 Default page is 0. Calculate size even when we have no
11372 2005-02-28 Carlos Garcia Campos <carlosgc@gnome.org>
11374 * shell/ev-sidebar.c: expand the selection widget to be always as
11375 wide as the sidebar
11377 2005-02-28 Marco Pesenti Gritti <marco@gnome.org>
11379 * shell/ev-sidebar-thumbnails.c:
11380 (ev_sidebar_thumbnails_set_document):
11382 Clear the list store when setting document
11384 2005-02-28 Marco Pesenti Gritti <marco@gnome.org>
11386 * shell/ev-page-action.c: (update_entry), (sync_entry),
11387 (activate_cb), (entry_size_request_cb), (create_tool_item),
11390 Use an entry for the page control instead of spinbuttons
11392 2005-02-28 Marco Pesenti Gritti <marco@gnome.org>
11394 * data/evince.schemas.in:
11396 Correct confusing string
11398 Sun Feb 27 23:00:31 2005 Jonathan Blandford <jrb@redhat.com>
11400 * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
11401 for real. Gosh, how long has this been broken.
11403 * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
11404 check for a NULL link. We crash otherwise.
11406 2005-02-27 Marco Pesenti Gritti <marco@gnome.org>
11413 2005-02-25 Sebastien Bacher <seb128@debian.org>
11415 * configure.ac: add the french translation.
11417 2005-02-25 Marco Pesenti Gritti <marco@gnome.org>
11419 * shell/ev-window.c:
11421 Remove unused header -> fix distcheck
11423 2005-02-25 Marco Pesenti Gritti <marco@gnome.org>
11425 * shell/ev-window.c: (update_window_title),
11426 (ev_window_popup_password_dialog):
11428 Unescape filename for display
11430 2005-02-25 Marco Pesenti Gritti <marco@gnome.org>
11432 * pdf/xpdf/pdf-document.cc:
11434 In get_page_size deal with rotation. Also
11435 cleanup the function a bit.
11437 2005-02-25 Marco Pesenti Gritti <marco@gnome.org>
11439 * pdf/xpdf/pdf-document.cc:
11441 Fix crash when opening in new window
11443 2005-02-25 Marco Pesenti Gritti <marco@gnome.org>
11447 Check ghostscript >= 7
11449 2005-02-25 Pedro Villavicencio <pvillavi@gnome.cl>
11451 * shell/ev-window.c:
11453 Make page width the default sizing mode
11455 2005-02-25 Carlos Garcia Campos <carlosgc@gnome.org>
11456 Marco Pesenti Gritti <marco@gnome.org>
11458 * shell/ev-window.c: Remember the sidebar size
11460 * data/evince.schemas.in: Add a new gconf key to store the size of
11463 2005-02-24 Kai Willadsen <kaiw@itee.uq.edu.au>
11465 * data/evince-ui.xml:
11466 * shell/ev-window.c: (update_action_sensitivity),
11467 (ev_window_cmd_view_reload):
11469 Add a "Reload" action and menu entry
11471 Thu Feb 24 23:07:33 2005 Jonathan Blandford <jrb@redhat.com>
11473 * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
11474 iff the type doesn't support thumbnailing and indexing.
11476 2005-02-24 Martin Kretzschmar <martink@gnome.org>
11478 * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
11480 2005-02-24 Marco Pesenti Gritti <marco@gnome.org>
11482 * pdf/splash/Splash.cc:
11484 Port fix for a crasher from kde bug
11485 http://bugs.kde.org/show_bug.cgi?id=97131
11487 2005-02-24 Marco Pesenti Gritti <marco@gnome.org>
11489 * pdf/xpdf/pdf-document.cc:
11491 Return a link even if it's of an unrecognized
11492 type. Otherwise we go in an infinte cycle.
11494 2005-02-24 Marco Pesenti Gritti <marco@gnome.org>
11496 * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
11497 (size_allocate_cb), (ev_window_set_sizing_mode):
11499 Update size when switching mode
11501 2005-02-24 Marco Pesenti Gritti <marco@gnome.org>
11503 * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11504 (ev_window_cmd_view_page_width), (update_sizing_buttons),
11505 (ev_window_cmd_view_normal_size):
11507 Fix size toggle buttons behavior
11509 2005-02-24 Marco Pesenti Gritti <marco@gnome.org>
11511 * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
11512 (doc_rect_to_view_rect), (ev_view_size_allocate),
11513 (expose_bin_window), (ev_view_select_all), (page_changed_callback),
11514 (scale_changed_callback):
11516 Do not cache offsets in size_allocate.
11518 2005-02-24 Marco Pesenti Gritti <marco@gnome.org>
11520 * shell/ev-view.c: (ev_view_size_allocate):
11522 Calculate offsets before calling the parent
11523 class (which does a redraw)
11525 2005-02-24 Marco Pesenti Gritti <marco@gnome.org>
11527 * pdf/xpdf/pdf-document.cc:
11529 Fix a crasher on exit. Unused code, put a TODO
11531 2005-02-24 Marco Pesenti Gritti <marco@gnome.org>
11533 * backend/ev-document.c: (ev_document_class_init),
11534 (ev_document_page_changed), (ev_document_scale_changed):
11535 * backend/ev-document.h:
11537 Separate page/scale notifications
11539 * pdf/xpdf/pdf-document.cc:
11541 Emit the new signals.
11542 Do not display the pdf page in _render, do it
11543 when scale/page are requested.
11545 * ps/ps-document.c: (ps_document_set_zoom),
11546 (ps_document_widget_event):
11547 * ps/ps-document.h:
11549 Emit the new signals.
11551 * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11552 (ev_view_init), (page_changed_callback), (scale_changed_callback),
11553 (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
11554 (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
11556 * shell/ev-window.c: (ev_window_cmd_view_normal_size),
11557 (ev_window_cmd_view_page_width), (size_allocate_cb),
11558 (ev_window_set_sizing_mode):
11560 Rework sizing to be pixel based.
11561 There are bugs but should be already way better.
11563 2005-02-23 Marco Pesenti Gritti <marco@gnome.org>
11565 * shell/ev-window.c: (ev_window_init):
11567 Do not allow to shrink sidebar smaller then
11570 2005-02-23 Carlos Garcia Campos <carlosgc@gnome.org>
11572 * shell/ev-sidebar.[ch]
11573 * shell/ev-window.c:
11575 Improved sidebar widget. Fixes #166683
11577 2005-02-23 Tommi Vainikainen <thv@iki.fi>
11579 * shell/ev-view.c (update_find_status_message): Give translators
11580 more flexibility with ngettext plural handling.
11582 Mon Feb 21 17:52:08 2005 Jonathan Blandford <jrb@redhat.com>
11584 * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
11585 from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
11586 page when we get the page size.
11588 2005-02-21 Marco Pesenti Gritti <marco@gnome.org>
11590 * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
11592 ps pages are 0 based, convert
11594 2005-02-21 Marco Pesenti Gritti <marco@gnome.org>
11596 * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
11598 Initialize correct parent class. Set GError on document load
11600 2005-02-21 Marco Pesenti Gritti <marco@gnome.org>
11602 * pdf/xpdf/pdf-document.cc:
11604 Fixup selection offset calculation
11606 * shell/ev-view.c: (view_rect_to_doc_rect),
11607 (doc_rect_to_view_rect), (ev_view_size_allocate),
11608 (expose_bin_window), (ev_view_select_all), (ev_view_copy),
11609 (ev_view_primary_get_cb), (ev_view_motion_notify_event):
11611 Store selection as document relative, so that zooming
11612 and offset changing doesnt break it.
11614 2005-02-21 Marco Pesenti Gritti <marco@gnome.org>
11616 * shell/ev-view.c: (ev_view_best_fit):
11618 Do not try to best fit if the view is not realized
11620 2005-02-20 Kostas Papadimas <pkst@gnome.org>
11622 * configure.ac (ALL_LINGUAS): Added "el" (Greek).
11624 Fri Feb 18 16:06:39 2005 Jonathan Blandford <jrb@redhat.com>
11626 * shell/ev-window.c (ev_window_focus_in_event): missed a case.
11628 Fri Feb 18 15:32:57 2005 Jonathan Blandford <jrb@redhat.com>
11630 * shell/ev-window.c: Change the fullscreen toolbar to always be in
11631 the popup window. That prevents it resizing when in full screen
11634 * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
11635 multiple rerenders. This pretty much sucks.
11637 * data/evince-ui.xml: Change the fullscreen toolbar to include the
11638 rest of the toolbar.
11640 2005-02-18 Tommi Vainikainen <thv@iki.fi>
11642 * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
11644 2005-02-17 Alexander Shopov <ash@contact.bg>
11646 * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
11648 2005-02-16 Bryan Clark <clarkbw@cvs.gnome.org>
11650 * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
11652 2005-02-16 Marco Pesenti Gritti <marco@gnome.org>
11654 * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
11655 (ev_view_create_invisible_cursor), (ev_view_set_cursor),
11656 (set_document_page), (document_changed_callback),
11657 (ev_view_set_document), (ev_view_find_previous),
11658 (ev_view_hide_cursor), (ev_view_show_cursor):
11660 * shell/ev-window.c: (update_chrome_visibility),
11661 (fullscreen_timeout_cb), (fullscreen_set_timeout),
11662 (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
11663 (fullscreen_leave_notify_cb), (ev_window_fullscreen),
11664 (ev_window_unfullscreen):
11665 * shell/main.c: (main):
11667 Automatically hide the fullscreen button.
11668 Patch by Kristian Høgsberg <krh@redhat.com>
11670 2005-02-16 Vincent Noel <vnoel@cox.net>
11672 * shell/main.c (main): Specify an icon for the window. Patch by
11673 Jaap A. Haitsma. Fixes #166177.
11675 Wed Feb 16 06:30:13 2005 Jonathan Blandford <jrb@redhat.com>
11677 * shell/ev-view.c (ev_view_realize): get rid of the black flash.
11679 Tue Feb 15 22:27:13 2005 Jonathan Blandford <jrb@redhat.com>
11681 * backend/ev-document-misc.h:
11682 * backend/ev-document-misc.c:
11683 (ev_document_misc_get_page_border_size),
11684 (ev_document_misc_paint_one_page): New function to canonicalize
11685 sizing/painting a border.
11687 * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
11690 * pdf/xpdf/pdf-document.cc: use new function
11692 * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11693 (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
11694 (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
11695 shell/ev-window.c: (update_sizing_buttons),
11696 (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
11697 (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
11698 (ev_window_cmd_view_page_width), (size_allocate_cb),
11699 (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
11700 and "fit width" values act as toggle buttons so they stay
11701 toggled. It's not 100% perfect, and it's a little slow, but it's
11702 good enough to commit I think.
11704 2005-02-15 David Lodge <dave@cirt.net>
11706 * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
11708 2005-02-15 Martin Kretzschmar <martink@gnome.org>
11710 * shell/ev-window.c (update_window_title): replace newlines in
11711 the title by spaces. Bug #166107.
11713 2005-02-14 Martin Kretzschmar <martink@gnome.org>
11715 * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
11716 parameters providing allocation width and height without
11717 scrollbars and width of a possible vertical scrollbar. With this
11718 additional information the functions can work as
11719 intended. Unfortunately they're not idempotent. We should
11720 transform these commands to toggles. Fixes Bug #164976
11721 Initial patch by Stephane Loeuillet, then heavily modified.
11723 * shell/ev-view.h: update prototypes.
11725 * shell/ev-window.c (ev_window_cmd_view_best_fit)
11726 (ev_window_cmd_view_page_width): provide EvView fit functions with
11727 all the information they need. Formulas to calculate this
11728 information taken from GtkScrolledWindow.
11730 2005-02-14 Crispin Flowerday <gnome@flowerday.cx>
11732 * shell/ev-sidebar-thumbnails.c: Ensure that after we have
11733 created a thumbnail, the list store is updated to know
11734 that the thumbnail is set. Fixes bug #166792
11736 2005-02-11 Bryan Clark <clarkbw@cvs.gnome.org>
11738 * shell/ev-window.c: fixed typo, closes bug 166897
11740 * TODO: updated TODO with bug numbers that are relevant
11742 2005-02-09 Carlos Garcia Campos <carlosgc@gnome.org>
11744 * shell/ev-window.c: Support for DnD of files. Fixes #164813
11746 2005-02-09 Vincent Noel <vnoel@cox.net>
11748 * shell/ev-window.c: (set_action_properties): Set the "Previous"
11749 and "Next" toolbar buttons as important to make them stand out.
11751 2005-02-09 Marco Pesenti Gritti <marco@gnome.org>
11755 * ps/ps-document.c: (ps_document_finalize), (set_up_page),
11756 (start_interpreter), (stop_interpreter), (document_load),
11757 (ps_document_next_page), (ps_document_goto_page),
11758 (ps_document_set_page_size), (ps_document_widget_event),
11759 (ps_document_render):
11760 * shell/ev-page-view.c: (ev_page_view_dispose):
11761 * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
11763 Fix compilation on non-gcc platforms
11765 2005-02-09 Marco Pesenti Gritti <marco@gnome.org>
11772 * pdf/xpdf/Catalog.cc:
11773 * pdf/xpdf/XRef.cc:
11775 Fix the fix for CAN-2004-0888
11777 2005-02-09 Luca Ferretti <elle.uca@libero.it>
11779 * data/Makefile.am:
11780 * data/evince-ui.xml:
11781 * shell/ev-stock-icons.c: (ev_stock_icons_init):
11782 * shell/ev-stock-icons.h:
11783 * shell/ev-window.c: (update_action_sensitivity),
11784 (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
11785 (set_action_properties):
11787 Improve toolbar layout/icons
11789 2005-02-08 Marco Pesenti Gritti <marco@gnome.org>
11791 * pdf/xpdf/pdf-document.cc:
11793 Add warnings about unimplemented/unknown link
11796 2005-02-07 Marco Pesenti Gritti <marco@gnome.org>
11798 * ps/ps-document.c: (set_up_page):
11802 2005-02-07 Marco Pesenti Gritti <marco@gnome.org>
11804 * ps/ps-document.c: (start_interpreter):
11808 2005-02-07 Marco Pesenti Gritti <marco@gnome.org>
11810 * shell/ev-page-view.c: (ev_page_view_dispose):
11811 * shell/ev-view.c: (ev_view_finalize):
11812 * shell/ev-window.c: (ev_window_setup_document),
11813 (ev_window_dispose), (ev_window_init):
11815 Solve more refs issues.
11817 I commented out the page_view initialization for now:
11818 it was never destroyed (because it's never added
11819 to a container). Because of that we was leaking
11820 gs processes. Couldnt think to a clean fix.
11821 We need to figure this out, password view has the
11822 same issue probably.
11824 2005-02-07 Marco Pesenti Gritti <marco@gnome.org>
11826 * ps/ps-document.c: (ps_document_finalize),
11827 (ps_document_get_n_pages), (ps_document_get_page):
11829 Some cleanups, stop the interpreter on finalize
11831 * shell/ev-page-view.c: (ev_page_view_dispose),
11832 (ev_page_view_class_init):
11834 Release our reference on the document
11836 2005-02-07 Marco Pesenti Gritti <marco@gnome.org>
11840 * doc/debugging.txt:
11843 * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
11844 (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
11845 (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
11848 Add debugging helpers
11851 * ps/ps-document.c: (set_up_page), (start_interpreter),
11852 (stop_interpreter), (document_load), (ps_document_next_page),
11853 (ps_document_goto_page), (ps_document_set_page_size),
11854 (ps_document_widget_event), (ps_document_render):
11855 * shell/Makefile.am:
11856 * shell/ev-view.c: (expose_bin_window):
11857 * shell/main.c: (main):
11861 2005-02-07 Marco Pesenti Gritti <marco@gnome.org>
11863 * ps/ps-document.c: (ps_document_widget_event):
11865 Initialize message_window, this should make ps
11866 rendering really work! (Never noticed because I was
11867 testing with a ps that is causing gs to exit every time!)
11869 2005-02-07 Bryan Clark <clarkbw@cvs.gnome.org>
11871 * data/evince.schemas.in: updated simple error in applyto closing tag
11873 2005-02-07 Christian Persch <chpe@cvs.gnome.org>
11878 * data/Makefile.am:
11879 * data/evince-ui.xml:
11880 A data/evince.schemas.in:
11882 * shell/ev-stock-icons.c: (ev_stock_icons_init):
11883 * shell/ev-stock-icons.h:
11884 * shell/ev-window.c: (update_chrome_visibility),
11885 (update_chrome_flag), (ev_window_cmd_edit_find),
11886 (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
11887 (ev_window_unfullscreen), (ev_window_focus_in_event),
11888 (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
11889 (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
11890 (ev_window_view_sidebar_cb), (find_bar_close_cb),
11891 (ev_window_dispose), (ev_window_class_init),
11892 (set_action_properties), (set_chrome_actions), (load_chrome),
11895 Implement fullscreen mode changes from bug #164776.
11896 Also implement persistent chrome toggles.
11898 2005-02-07 Jordi Mallach <jordi@sindominio.net>
11900 * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
11902 2005-02-04 Marco Pesenti Gritti <marco@gnome.org>
11908 Add another check for find interface
11912 2005-02-04 Marco Pesenti Gritti <marco@gnome.org>
11914 * shell/ev-application.c: (ev_application_open):
11915 * shell/ev-window.c: (ev_window_open):
11917 Open gzipped ps documents
11919 2005-02-04 Marco Pesenti Gritti <marco@gnome.org>
11922 * shell/ev-view.c: (set_document_page):
11924 Clamp page number, dont try to move to
11925 not existant pages.
11927 2005-02-04 Marco Pesenti Gritti <marco@gnome.org>
11929 * backend/ev-document-find.c: (ev_document_find_changed):
11930 * backend/ev-document-find.h:
11931 * pdf/xpdf/pdf-document.cc:
11932 * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
11933 * shell/ev-window.c: (find_bar_search_changed_cb):
11935 Fix several bugs with find
11937 2005-02-04 Martin Kretzschmar <martink@gnome.org>
11939 * shell/ev-sidebar-thumbnails.c
11940 (ev_sidebar_thumbnails_select_page): do nothing unless we have a
11941 document. Prevents warning from scroll_to_cell.
11943 2005-02-02 Kjartan Maraas <kmaraas@gnome.org>
11945 * configure.ac: Add «nb» to ALL_LINGUAS too.
11947 Wed Feb 2 21:13:11 2005 Jonathan Blandford <jrb@redhat.com>
11949 * NOTES: New file with some random thoughts.
11953 * backend/ev-document-misc.c:
11954 (ev_document_misc_get_page_border_size): New function to
11955 canonicalize shadow drawing sizes. Possibly goofy.
11957 * shell/ev-view.c: (ev_view_size_request), (set_document_page),
11958 (ev_view_best_fit), (ev_view_fit_width):
11959 * pdf/xpdf/pdf-document.cc:
11960 * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11961 * ps/ps-document.c: (ps_document_get_page_size):
11962 * backend/ev-document-misc.h:
11963 * backend/ev-document.c: (ev_document_get_page_size):
11964 * backend/ev-document.h: get_page_size now takes a page number
11965 parameter. Made all the backends/frontends honor it.
11967 * data/evince-ui.xml: Added a multiple-page mode. Uncomment to
11968 see. Doesn't work yet.
11970 * shell/Makefile.am:
11971 * shell/ev-page-view.[ch]: New multi-page view. Really rough.
11972 Doesn't do anything yet.
11974 * shell/ev-sidebar-thumbnails.c:
11975 (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
11978 * shell/ev-window.c: (update_action_sensitivity),
11979 (ev_window_setup_document), (ev_window_set_page_mode),
11980 (ev_window_page_mode_cb), (ev_window_init): Clean up the
11981 view-swapping code a bit so we can have multiple views on a
11982 document. Add the multi-page view, though it can't be turned on
11985 2005-02-01 Marco Pesenti Gritti <marco@gnome.org>
11987 * shell/ev-application.c: (ev_application_open):
11988 * shell/ev-view.c: (expose_bin_window):
11989 * shell/ev-window.c: (ev_window_open):
11991 Support eps and check document supports find
11992 before drawing highlightings in expose.
11994 2005-01-13 Jeff Muizelaar <jeff@nit.ca>
11996 * pixbuf/pixbuf-document.c:
11997 (pixbuf_document_thumbnails_get_dimensions),
11998 (pixbuf_document_document_thumbnails_iface_init):
12000 implement get_dimensions
12002 2005-02-01 Marco Pesenti Gritti <marco@gnome.org>
12009 2005-01-30 Marco Pesenti Gritti <marco@gnome.org>
12011 * shell/ev-view.c: (set_document_page):
12013 Scroll at the top of the page when changing page
12015 2005-01-30 Marco Pesenti Gritti <marco@gnome.org>
12017 * shell/ev-view.c: (ev_view_motion_notify_event):
12019 Do not redraw unnecessarily
12021 2005-01-30 Marco Pesenti Gritti <marco@gnome.org>
12023 * pdf/xpdf/pdf-document.cc:
12024 * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12025 (expose_bin_window), (find_changed_cb):
12027 Yay! find works now... Now to find bugs...
12029 2005-01-30 Marco Pesenti Gritti <marco@gnome.org>
12031 * backend/ev-document-find.c: (ev_document_find_base_init),
12032 (ev_document_find_changed):
12033 * backend/ev-document-find.h:
12034 * pdf/xpdf/pdf-document.cc:
12035 * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12036 (expose_bin_window), (ev_view_init), (set_document_page),
12037 (ensure_rectangle_is_visible), (jump_to_find_result),
12038 (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
12039 (ev_view_find_next), (ev_view_find_previous):
12041 * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
12043 More work on find implementation, mostly there now
12045 2005-01-29 Marco Pesenti Gritti <marco@gnome.org>
12047 * backend/ev-backend-marshalers.list:
12048 * backend/ev-document-find.c: (ev_document_find_base_init),
12049 (ev_document_find_cancel), (ev_document_find_page_has_results),
12050 (ev_document_find_get_n_results), (ev_document_find_get_result),
12051 (ev_document_find_get_progress), (ev_document_find_changed):
12052 * backend/ev-document-find.h:
12054 Enanche the find interface to be really able to do
12057 * pdf/xpdf/pdf-document.cc:
12061 * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
12062 (expose_bin_window), (ev_view_init),
12063 (ev_view_get_find_status_message), (find_changed_cb),
12064 (ev_view_set_document), (set_document_page):
12066 Adapt to the new interface. A few things are regressed sorry,
12067 I will finish it soon.
12069 2005-01-28 Martin Kretzschmar <martink@gnome.org>
12071 * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
12072 (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
12073 ev_sidebar_thumbnails_parent_class variable, don't define another
12074 parent_class variable.
12076 * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
12077 (ev_page_action_class_init): ditto.
12079 * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
12080 (pixbuf_document_class_init): ditto.
12082 * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
12085 * .cvsignore: ignore various valgrind output files.
12087 2005-01-27 Marco Pesenti Gritti <marco@gnome.org>
12089 * data/evince-ui.xml:
12090 * shell/Makefile.am:
12091 * shell/ev-history.c:
12092 * shell/ev-history.h:
12093 * shell/ev-navigation-action.c:
12094 * shell/ev-navigation-action.h:
12095 * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
12096 (ev_view_set_page), (ev_view_fit_width):
12098 * shell/ev-window.c: (update_action_sensitivity),
12099 (ev_window_setup_document), (register_custom_actions):
12101 Kill session history
12103 2005-01-27 Marco Pesenti Gritti <marco@gnome.org>
12105 * shell/ev-window.c: (update_action_sensitivity):
12107 Fix inverted up/down buttons
12109 2005-01-27 Martin Kretzschmar <martink@gnome.org>
12111 * shell/ev-sidebar-thumbnails.c
12112 (ev_sidebar_thumbnails_select_page): make sure the selected
12113 thumbnail stays visible.
12115 2005-01-26 Martin Kretzschmar <martink@gnome.org>
12117 * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
12118 scrolled window for Federico.
12120 2005-01-26 Ole Laursen <olau@hardworking.dk>
12122 * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
12124 2005-01-26 Marco Pesenti Gritti <marco@gnome.org>
12127 * pdf/splash/SplashFTFontEngine.cc:
12129 Fix CID fonts with freetype 2.1.9
12131 2005-01-26 Bryan Clark <clarkbw@cvs.gnome.org>
12133 * TODO: added item for desktop icon thumbnailer
12135 Tue Jan 25 00:59:34 2005 Jonathan Blandford <jrb@redhat.com>
12137 * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
12138 unloaded docs when the title is accessed.
12140 * shell/ev-password-view.[hc]: New widget for displaying password
12143 * shell/ev-window.[ch]: Refactor password handling code to handle
12146 2005-01-24 Marco Pesenti Gritti <marco@gnome.org>
12150 * data/Makefile.am:
12154 2005-01-23 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
12156 * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
12157 ignore page offset here, to make search results independent of it,
12159 * shell/ev-view.c (expose_bin_window): but take offsets into
12160 account here. Bug #164932
12162 * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
12163 scale at the right time. Bug #164996
12165 2005-01-22 Martin Kretzschmar <martink@gnome.org>
12167 * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
12168 fix the problem. Now I just removed the Adobe font names and hope
12169 that the URW fonts are always in outline format. Bug #164934
12171 * shell/ev-window.c (update_window_title): empty titles are
12172 useless, use filename in that case too.
12174 * NEWS: Add some content.
12176 2005-01-21 Bryan Clark <clarkbw@cvs.gnome.org>
12178 * TODO: added one more TODO item and a TODONE section :)
12180 2005-01-21 Martin Kretzschmar <martink@gnome.org>
12182 * ps/ps-document.h: add page_[xy]_offset fields.
12184 * ps/ps-document.c (ps_document_set_page_offset)
12185 (ps_document_render): Keep offset in consideration in a few
12186 places. Bug #164752 "postscript documents are not centered in
12189 * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
12190 s/gpdf/evince/. Spotted by Stephane Loeuillet.
12192 * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
12193 (pixbuf_document_get_text, pixbuf_document_document_iface_init):
12194 stub out missing methods for complete EvDocument implementation.
12195 Fixes segfaults with Save A Copy and Copy actions.
12197 * ps/ps-document.c (ps_document_save, ps_document_get_text)
12198 (ps_document_document_iface_init): ditto.
12200 2005-01-21 Marco Pesenti Gritti <marco@gnome.org>
12203 * data/Makefile.am:
12204 * data/evince.desktop.in:
12208 2005-01-21 Marco Pesenti Gritti <marco@gnome.org>
12210 * shell/ev-view.c: (ev_view_button_press_event),
12211 (ev_view_motion_notify_event):
12213 Make selection work in any direction
12215 2005-01-21 Marco Pesenti Gritti <marco@gnome.org>
12218 * shell/ev-window.c: (set_short_labels), (ev_window_init):
12220 Use shorter labels for some of the toolbars items
12222 2005-01-21 Marco Pesenti Gritti <marco@gnome.org>
12224 * pdf/xpdf/pdf-document.cc:
12226 Check the links info is initialized before
12227 using it. Should fix a crash on startup.
12229 2005-01-21 Martin Kretzschmar <martink@gnome.org>
12231 * pixbuf/pixbuf-document.c
12232 (pixbuf_document_thumbnails_get_dimensions): force floating point
12233 division to calculate page_ratio. Fixes crash with landscape
12236 Thu Jan 20 18:56:35 2005 Jonathan Blandford <jrb@redhat.com>
12238 * shell/ev-view.c (ev_view_realize): make the bg color darker.
12240 2005-01-20 Martin Kretzschmar <martink@gnome.org>
12242 * shell/ev-view.c (set_document_page): unset has_selection when
12244 (set_document_page): handle paper size changes when the page
12245 changes (test with Free Culture, page 2).
12247 2005-01-20 Marco Pesenti Gritti <marco@gnome.org>
12249 * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
12250 (expose_bin_window), (ev_view_class_init), (ev_view_init):
12252 Use normal style color for the widget background and
12253 draw a black box around the page.
12255 2005-01-20 Marco Pesenti Gritti <marco@gnome.org>
12257 * pdf/xpdf/pdf-document.cc:
12259 Keep offset in consideration in a few places
12261 * shell/ev-view.c: (expose_bin_window):
12263 Set the offsets so that the document is ever centered
12265 2005-01-20 Bryan Clark <clarkbw@cvs.gnome.org>
12267 * TODO: Added TODO items and finished off the first todo item
12269 * AUTHORS: Updated AUTHORS section with piece from gpdf file and
12270 reflect current authors
12272 2005-01-20 Marco Pesenti Gritti <marco@gnome.org>
12274 * pdf/xpdf/pdf-document.cc:
12275 * shell/ev-view.c: (ev_view_set_cursor),
12276 (ev_view_motion_notify_event), (document_changed_callback),
12277 (set_document_page):
12279 Show a wait cursor while the page is rendering
12281 2005-01-20 Marco Pesenti Gritti <marco@gnome.org>
12283 * shell/ev-sidebar-thumbnails.c:
12284 (ev_sidebar_tree_selection_changed),
12285 (ev_sidebar_thumbnails_select_page):
12286 * shell/ev-sidebar-thumbnails.h:
12287 * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
12288 (ev_view_can_go_forward):
12289 * shell/ev-window.c: (ev_window_open_page),
12290 (ev_window_setup_document), (update_current_page),
12291 (view_page_changed_cb), (ev_window_init):
12292 * shell/ev-window.h:
12294 Ensure thumbnails selection, toolbar page control and
12295 current page are in sync.
12297 2005-01-19 Marco Pesenti Gritti <marco@gnome.org>
12299 * pdf/xpdf/XRef.cc:
12303 Wed Jan 19 01:10:57 2005 Jonathan Blandford <jrb@redhat.com>
12305 * backend/Makefile.am:
12306 * backend/ev-document-links.h:
12307 * backend/ev-document-security.c: (ev_document_security_get_type),
12308 (ev_document_security_has_document_security),
12309 (ev_document_security_set_password):
12310 * backend/ev-document-security.h:
12311 * backend/ev-document.c: (ev_document_error_quark):
12312 * backend/ev-document.h:
12313 * data/Makefile.am:
12314 * data/evince-password.glade:
12315 * pdf/xpdf/pdf-document.cc:
12316 * shell/Makefile.am:
12317 * shell/ev-password.c: (ev_password_set_bad_password_label),
12318 (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
12319 (ev_password_dialog_get_password),
12320 (ev_password_dialog_set_bad_pass):
12321 * shell/ev-password.h:
12322 * shell/ev-window.c: (ev_window_get_attribute),
12323 (ev_window_set_property), (update_action_sensitivity),
12324 (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
12325 (ev_window_setup_document), (ev_window_get_password),
12326 (ev_window_open), (ev_window_cmd_save_as),
12327 (using_postscript_printer), (ev_window_print),
12328 (find_not_supported_dialog), (ev_window_cmd_edit_find),
12329 (update_fullscreen_popup), (ev_window_fullscreen),
12330 (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12331 (ev_window_focus_out_cb), (ev_window_cmd_help_about),
12332 (menu_item_select_cb), (find_bar_search_changed_cb),
12333 (ev_window_dispose), (ev_window_init):
12335 Add initial support for password-supported dialogs. This could be
12336 a lot cooler, but it'll do for now.
12338 2005-01-18 Marco Pesenti Gritti <marco@gnome.org>
12340 * pdf/xpdf/pdf-document.cc:
12341 * shell/ev-view.c: (status_message_from_link),
12342 (ev_view_set_status), (ev_view_set_cursor),
12343 (ev_view_motion_notify_event), (ev_view_init):
12344 * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
12346 Fix bugs in the links implementation and change cursor
12347 when hovering a link.
12349 2005-01-17 Bryan Clark <clarkbw@cvs.gnome.org>
12351 * viewer/.cvsignore: added cvsignore file for viewer directory
12353 * TODO: created TODO document
12355 2005-01-14 Dave Malcolm <dmalcolm@redhat.com>
12358 * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):
12359 new functions to help with implementation of sensitivity code
12360 * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12361 of all actions that might require it. Fixes a crash when you
12362 click on the Zoom actions in a window lacking a document.
12364 2005-01-13 Dave Malcolm <dmalcolm@redhat.com>
12366 * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12369 2005-01-13 Marco Pesenti Gritti <marco@gnome.org>
12371 * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
12372 (pixbuf_document_document_iface_init):
12373 * ps/ps-document.c: (ps_document_get_link),
12374 (ps_document_document_iface_init):
12375 * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
12376 (status_message_from_link), (ev_view_set_status),
12377 (ev_view_set_find_status), (ev_view_motion_notify_event),
12378 (ev_view_button_release_event), (ev_view_set_property),
12379 (ev_view_get_property), (ev_view_class_init), (ev_view_init),
12380 (ev_view_get_find_status_message), (update_find_results),
12381 (ev_view_get_status), (ev_view_get_find_status):
12383 * shell/ev-window.c: (view_status_changed_cb),
12384 (view_find_status_changed_cb), (ev_window_init):
12386 View status message support, use it to show the links.
12389 2005-01-13 Marco Pesenti Gritti <marco@gnome.org>
12391 * backend/ev-document.c: (ev_document_get_link):
12392 * backend/ev-document.h:
12393 * pdf/xpdf/pdf-document.cc:
12394 * shell/ev-application.c: (ev_application_open):
12395 * shell/ev-application.h:
12396 * shell/ev-sidebar-links.c: (selection_changed_cb):
12397 * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
12398 (ev_view_go_to_link):
12400 Add support for document links
12402 2005-01-13 Anders Carlsson <andersca@gnome.org>
12404 * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
12405 (create_tool_item):
12406 Set the spin button limits correctly.
12408 * shell/ev-sidebar-thumbnails.c:
12409 (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
12410 Support changing pages by clicking on the thumbnails.
12412 2005-01-13 Jeff Muizelaar <jeff@nit.ca>
12414 * pixbuf/pixbuf-document.c:
12415 (pixbuf_document_thumbnails_get_dimensions),
12416 (pixbuf_document_document_thumbnails_iface_init):
12418 implement get_dimensions
12420 2005-01-13 Marco Pesenti Gritti <marco@gnome.org>
12422 * ps/ps-document.c: (ps_document_goto_page):
12424 Fix page switching on multipage documents
12426 2005-01-12 Jeff Muizelaar <jrmuizel@nit.ca>
12428 * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12430 check for NULL before assigning to width and height parameters
12432 2005-01-12 Jeff Muizelaar <jeff@nit.ca>
12434 * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12435 (pixbuf_document_set_property), (pixbuf_document_get_property):
12437 implement get/set properties
12439 2005-01-12 Jeff Muizelaar <jeff@nit.ca>
12441 * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
12443 return NULL instead of "Unknown", letting the title get set to
12444 the filename when the pdf has no title.
12446 2005-01-11 Marco Pesenti Gritti <marco@gnome.org>
12448 * ps/ps-document.c: (ps_document_get_page_count),
12449 (ps_document_goto_page):
12451 2005-01-11 Marco Pesenti Gritti <marco@gnome.org>
12453 * shell/ev-history.c: (ev_history_get_property),
12454 (ev_history_set_property), (ev_history_class_init),
12455 (ev_history_add_page), (ev_history_set_current_index):
12456 * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
12457 (activate_menu_item_cb), (new_history_menu_item), (build_menu),
12458 (ev_navigation_action_finalize):
12459 * shell/ev-navigation-action.h:
12460 * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12461 (ev_view_go_forward), (ev_view_get_find_status_message),
12462 (history_index_changed_cb), (ev_view_set_history):
12464 * shell/ev-window.c: (update_total_pages), (ev_window_open),
12465 (update_current_page), (register_custom_actions):
12467 Implement history dropdowns
12469 2005-01-11 Marco Pesenti Gritti <marco@gnome.org>
12471 * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
12472 * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12473 (ev_view_go_forward):
12474 * shell/ev-window.c: (register_custom_actions):
12476 Fix several history bugs
12478 2005-01-11 Kjartan Maraas <kmaraas@gnome.org>
12480 * configure.ac: Add «nb» to ALL_LINGUAS.
12482 2005-01-10 Marco Pesenti Gritti <marco@gnome.org>
12484 * backend/Makefile.am:
12485 * backend/ev-bookmark.c:
12486 * backend/ev-bookmark.h:
12487 * backend/ev-document-bookmarks.c:
12488 * backend/ev-document-bookmarks.h:
12489 * backend/ev-document-links.c: (ev_document_links_get_type),
12490 (ev_document_links_has_document_links),
12491 (ev_document_links_begin_read), (ev_document_links_get_link),
12492 (ev_document_links_get_child), (ev_document_links_next),
12493 (ev_document_links_free_iter):
12494 * backend/ev-document-links.h:
12495 * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
12496 (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
12497 (ev_link_get_link_type), (ev_link_set_link_type),
12498 (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
12499 (ev_link_set_property), (ev_window_dispose), (ev_link_init),
12500 (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
12501 (ev_link_new_external):
12502 * backend/ev-link.h:
12503 * pdf/xpdf/pdf-document.cc:
12504 * shell/Makefile.am:
12505 * shell/ev-application.c: (ev_application_open_link):
12506 * shell/ev-application.h:
12507 * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
12508 (ev_history_get_link_nth):
12509 * shell/ev-history.h:
12510 * shell/ev-sidebar-bookmarks.c:
12511 * shell/ev-sidebar-bookmarks.h:
12512 * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12513 (ev_sidebar_links_class_init), (selection_changed_cb),
12514 (ev_sidebar_links_construct), (ev_sidebar_links_init),
12515 (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
12516 (do_one_iteration), (populate_links_idle),
12517 (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
12518 * shell/ev-sidebar-links.h:
12519 * shell/ev-sidebar.c: (ev_sidebar_set_document):
12520 * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
12523 * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
12524 * shell/ev-window.h:
12526 Rename bookmark to link, and use "Index" for the sidebar panel.
12528 2005-01-09 Marco Pesenti Gritti <marco@gnome.org>
12530 * shell/Makefile.am:
12531 * shell/ev-application.c: (ev_application_open_bookmark):
12532 * shell/ev-application.h:
12533 * shell/ev-history.c: (ev_history_init), (free_links_list),
12534 (ev_history_finalize), (ev_history_class_init),
12535 (ev_history_add_link), (ev_history_add_page),
12536 (ev_history_get_link_nth), (ev_history_get_n_links),
12537 (ev_history_get_current_index), (ev_history_set_current_index),
12539 * shell/ev-history.h:
12540 * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12541 * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
12542 (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
12543 (go_to_index), (ev_view_go_back), (ev_view_go_forward),
12544 (ev_view_set_page):
12546 * shell/ev-window.c: (ev_window_open_bookmark),
12547 (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
12548 (goto_page_cb), (register_custom_actions):
12549 * shell/ev-window.h:
12551 Initial history implementation. Needs work.
12553 2005-01-09 Martin Kretzschmar <martink@gnome.org>
12555 * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
12557 2005-01-09 Marco Pesenti Gritti <marco@gnome.org>
12559 * cut-n-paste/recent-files/egg-recent-item.c:
12560 * cut-n-paste/recent-files/egg-recent-item.h:
12561 * cut-n-paste/recent-files/egg-recent-model.c:
12562 * cut-n-paste/recent-files/egg-recent-util.c:
12563 * cut-n-paste/recent-files/egg-recent-view-gtk.c:
12564 * cut-n-paste/recent-files/egg-recent-view.c:
12568 2005-01-08 Martin Kretzschmar <martink@gnome.org>
12570 * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
12571 (fillGlyph, fillImageMask, drawImage):
12572 pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
12573 pdf/splash/SplashTypes.h:
12574 pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
12575 packed mode for Splash.
12577 * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
12578 RGB8 packed mode, eliminates the pixbuf data creation loop.
12580 * shell/ev-print-job.c (ev_print_job_finalize)
12581 (ev_print_job_set_property, ev_print_job_get_property)
12582 (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
12583 (ev_print_job_use_print_dialog_settings, idle_print_handler)
12584 (print_closure_finalize, ev_print_job_print): implement
12585 printing (for backends with EvPsExporter)
12587 * shell/ev_print_job.h: update prototypes.
12589 * shell/ev-window.c (ev_window_print): unref print job after
12592 * shell/ev-view.c (ev_view_set_document): don't connect to "found"
12593 unless the document implements the EvDocumentFind interface.
12595 2005-01-08 Satoru SATOH <ss@gnome.gr.jp>
12597 * configure.ac: Added ja to ALL_LINGUAS.
12599 2005-01-07 Marco Pesenti Gritti <marco@gnome.org>
12601 * pdf/xpdf/pdf-document.cc:
12603 add a FIXME. We should probably not allocate
12604 a bookmark object every time
12606 2005-01-07 Marco Pesenti Gritti <marco@gnome.org>
12608 * shell/ev-application.c: (ev_application_open),
12609 (ev_application_open_bookmark):
12610 * shell/ev-application.h:
12612 Add a way to open bookmarks
12614 * backend/ev-bookmark.c: (ev_bookmark_get_uri),
12615 (ev_bookmark_set_uri), (ev_bookmark_get_property),
12616 (ev_bookmark_set_property), (ev_bookmark_class_init),
12617 (ev_bookmark_new_title), (ev_bookmark_new_link),
12618 (ev_bookmark_new_external):
12620 Support for external uris, better constructors.
12622 * backend/ev-bookmark.h:
12623 * pdf/xpdf/pdf-document.cc:
12624 * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12626 Handle external uris
12628 2005-01-07 Marco Pesenti Gritti <marco@gnome.org>
12630 * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
12631 (ev_sidebar_bookmarks_construct), (do_one_iteration):
12633 Hook up bookmarks navigation
12635 2005-01-07 Marco Pesenti Gritti <marco@gnome.org>
12637 * backend/Makefile.am:
12638 * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
12639 (ev_bookmark_get_title), (ev_bookmark_set_title),
12640 (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
12641 (ev_bookmark_get_page), (ev_bookmark_set_page),
12642 (ev_bookmark_get_property), (ev_bookmark_set_property),
12643 (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
12645 * backend/ev-bookmark.h:
12646 * backend/ev-document-bookmarks.c:
12647 (ev_document_bookmarks_get_bookmark):
12648 * backend/ev-document-bookmarks.h:
12649 * pdf/xpdf/pdf-document.cc:
12650 * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
12652 Add a bookmark object to the backend and use it instead of get_values
12654 2005-01-07 Marco Pesenti Gritti <marco@gnome.org>
12656 * data/evince-ui.xml:
12658 Cleanup and add select all.
12660 * shell/ev-view.c: (ev_view_select_all),
12661 (ev_view_button_press_event):
12663 * shell/ev-window.c: (ev_window_cmd_edit_select_all):
12666 Clear selection on click.
12668 Fri Jan 7 01:28:58 2005 Jonathan Blandford <jrb@redhat.com>
12670 * shell/ev-sidebar-thumbnails.c
12671 (ev_sidebar_thumbnails_set_document): forgot to unref the
12674 Fri Jan 7 01:22:48 2005 Jonathan Blandford <jrb@redhat.com>
12676 * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
12677 at the visible page, not just linearly. This makes it look fast.
12679 Thu Jan 6 18:48:11 2005 Jonathan Blandford <jrb@redhat.com>
12681 * backend/ev-document-misc.c
12682 (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
12684 * backend/ev-document-thumbnails.h: New interface to get the size
12687 2005-01-06 Jeremy Katz <katzj@redhat.com>
12689 * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
12692 Wed Jan 5 15:38:28 2005 Jonathan Blandford <jrb@redhat.com>
12694 * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
12695 GDKSplashOutputDev and just use a normal SplashOutputDev. Speeds
12698 * shell/ev-sidebar-thumbnail.c: start of some profiling code.
12700 2005-01-05 Martin Kretzschmar <martink@gnome.org>
12702 * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
12703 fonts. Should fix font problems on systems that have the base
12704 fonts in bitmap format. Reported by James Henstridge
12705 <james@jamesh.id.au>.
12707 2005-01-05 Marco Pesenti Gritti <marco@gnome.org>
12710 * pdf/xpdf/GfxState.cc:
12712 Fix for CAN-2004-1125
12714 2005-01-05 Marco Pesenti Gritti <marco@gnome.org>
12716 * shell/ev-view.c: (ev_view_copy):
12718 * shell/ev-window.c: (ev_window_cmd_edit_copy):
12720 Implement Edit->Copy
12722 2005-01-05 Marco Pesenti Gritti <marco@gnome.org>
12724 * backend/ev-document.c: (ev_document_get_text):
12725 * backend/ev-document.h:
12726 * pdf/xpdf/pdf-document.cc:
12727 * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
12728 (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
12729 (ev_view_update_primary_selection), (ev_view_button_press_event),
12730 (ev_view_motion_notify_event), (ev_view_button_release_event):
12732 Beginnings of clipboard support. Incomplete but primary sort
12735 2005-01-05 Marco Pesenti Gritti <marco@gnome.org>
12737 * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
12738 (expose_bin_window):
12740 Nicer rubberband drawing, from GtkIconView.
12742 2005-01-05 Marco Pesenti Gritti <marco@gnome.org>
12744 * backend/ev-document.c: (ev_document_save):
12745 * backend/ev-document.h:
12746 * data/evince-ui.xml:
12747 * pdf/xpdf/pdf-document.cc:
12748 * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
12750 Implement "Save a copy..." menu item
12752 2005-01-05 Marco Pesenti Gritti <marco@gnome.org>
12754 * shell/ev-view.c: (ev_view_zoom):
12756 Queue a resize when zoom changes
12758 Wed Jan 5 02:33:06 2005 Jonathan Blandford <jrb@redhat.com>
12760 * backend/ev-document-misc.[ch]: New misc file to do simple drop
12763 * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
12766 Tue Jan 4 22:32:32 2005 Jonathan Blandford <jrb@redhat.com>
12768 * pdf/xpdf/pdf-document.cc
12769 (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
12771 Tue Jan 4 21:25:05 2005 Jonathan Blandford <jrb@redhat.com>
12773 * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
12774 It's slow, but I'll speed it up next!
12776 2005-01-04 Jeff Muizelaar <jrmuizel@nit.ca>
12778 * shell/main.c (load_files):
12780 use gnome_vfs_make_uri_from_shell_arg so that relative paths work
12781 from the command line and because it seems more appropriate.
12783 2005-01-04 Marco Pesenti Gritti <marco@gnome.org>
12785 * data/evince-ui.xml:
12786 * shell/ev-window.c: (update_action_sensitivity),
12787 (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
12789 s/next page/page down
12790 s/previous page/page up
12792 2005-01-04 Marco Pesenti Gritti <marco@gnome.org>
12794 * data/evince-ui.xml:
12796 Change the layout to match clarkbw design.
12798 * shell/Makefile.am:
12799 * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
12800 (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
12801 (ev_navigation_action_finalize),
12802 (ev_navigation_action_set_property),
12803 (ev_navigation_action_get_property),
12804 (ev_navigation_action_class_init):
12805 * shell/ev-navigation-action.h:
12807 Implement clarkbw toolbar navigation controls (incomplete)
12809 * shell/ev-page-action.c: (update_label), (update_spin),
12810 (value_changed_cb), (create_tool_item), (connect_proxy),
12811 (ev_page_action_init), (ev_page_action_finalize),
12812 (ev_page_action_set_property), (ev_page_action_get_property),
12813 (ev_page_action_set_current_page),
12814 (ev_page_action_set_total_pages), (ev_page_action_class_init):
12815 * shell/ev-page-action.h:
12817 Implement a page switcher in the toolbar
12819 * shell/ev-view.c: (ev_view_scroll_view):
12820 * shell/ev-window.c: (update_total_pages), (ev_window_open),
12821 (update_current_page), (view_page_changed_cb), (goto_page_cb),
12822 (register_custom_actions), (ev_window_init):
12824 Change page on PageUp/Down.
12826 Tue Jan 4 03:22:56 2005 Jonathan Blandford <jrb@redhat.com>
12828 * pdf/xpdf/pdf-document.cc
12829 (pdf_document_thumbnails_get_thumbnail): initial stab at
12830 implementing thumbnail support for pdfs. It only does documents
12831 with precached pdfs now.
12833 Mon Jan 3 17:22:25 2005 Jonathan Blandford <jrb@redhat.com>
12835 * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
12836 thumbnail code into a time-based idle as well. Also, turn off the
12837 shadow temporarily as it's really slow.
12839 2005-01-03 Marco Pesenti Gritti <marco@gnome.org>
12841 * backend/ev-document.c: (ev_document_class_init):
12842 * pdf/xpdf/pdf-document.cc:
12843 * shell/ev-window.c: (ev_window_open):
12845 Fix document title bugs and fallback to
12846 filename when not available.
12848 2005-01-03 Marco Pesenti Gritti <marco@gnome.org>
12850 * backend/ev-document.c: (ev_document_get_type),
12851 (ev_document_class_init), (ev_document_load),
12852 (ev_document_get_title):
12853 * backend/ev-document.h:
12854 * pdf/xpdf/pdf-document.cc:
12855 * ps/ps-document.c: (ps_document_set_property),
12856 (ps_document_get_property), (ps_document_class_init),
12858 * ps/ps-document.h:
12860 * shell/ev-window.c: (update_window_title), (ev_window_open),
12863 Initial support for document title. Not working yet.
12865 2005-01-02 Marco Pesenti Gritti <marco@gnome.org>
12867 * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
12869 Grab focus on the view when clicking it
12871 2005-01-02 Marco Pesenti Gritti <marco@gnome.org>
12873 * shell/ev-marshal.list:
12874 * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
12875 (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
12877 Add key bindings to the view. Now if the focus would work
12880 2005-01-02 Marco Pesenti Gritti <marco@gnome.org>
12883 * backend/Makefile.am:
12884 * data/Makefile.am:
12886 * dvi/dvilib/Makefile.am:
12887 * pdf/xpdf/Makefile.am:
12893 2005-01-01 Marco Pesenti Gritti <marco@gnome.org>
12895 * shell/ev-view.c: (ev_view_realize):
12897 Fix mouse wheel scrolling
12899 2005-01-01 Marco Pesenti Gritti <marco@gnome.org>
12905 * ps/ps-document.c: (catchPipe), (ps_document_init),
12906 (ps_document_class_init), (ps_document_cleanup),
12907 (ps_document_finalize), (send_ps), (ps_document_get_orientation),
12908 (set_up_page), (close_pipe), (is_interpreter_ready),
12909 (interpreter_failed), (output), (input), (start_interpreter),
12910 (stop_interpreter), (file_length), (file_readable),
12911 (check_filecompressed), (check_pdf), (compute_xdpi),
12912 (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
12913 (ps_document_get_type), (ps_document_emit_error_msg),
12914 (document_load), (ps_document_next_page),
12915 (ps_document_get_current_page), (ps_document_get_page_count),
12916 (ps_document_goto_page), (ps_document_set_page_size),
12917 (ps_document_zoom_to_fit), (ps_document_set_zoom),
12918 (ps_document_load), (ps_document_get_n_pages),
12919 (ps_document_set_page), (ps_document_get_page),
12920 (ps_document_widget_event), (ps_document_set_target),
12921 (ps_document_set_scale), (ps_document_set_page_offset),
12922 (ps_document_get_page_size), (ps_document_render),
12923 (ps_document_document_iface_init):
12924 * ps/ps-document.h:
12926 * shell/ev-window.c: (ev_window_open):
12928 Rename GtkGS to PSDocument
12930 2005-01-01 Marco Pesenti Gritti <marco@gnome.org>
12932 * ps/gtkgs.c: (gtk_gs_class_init):
12935 Some more leftover...
12937 2005-01-01 Marco Pesenti Gritti <marco@gnome.org>
12939 * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
12940 (output), (stop_interpreter), (gtk_gs_emit_error_msg),
12941 (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
12944 Remove unused code and make a lot of stuff private
12946 2005-01-01 Marco Pesenti Gritti <marco@gnome.org>
12948 * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
12949 (gtk_gs_defaults_changed):
12955 Cleanup headers dependencies
12957 2005-01-01 Marco Pesenti Gritti <marco@gnome.org>
12962 * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
12964 * ps/gtkgs.c: (file_length), (file_readable),
12965 (check_filecompressed), (check_pdf), (gtk_gs_load),
12966 (gtk_gs_get_postscript):
12968 Get rid of ggvutils
12970 2004-12-31 Marco Pesenti Gritti <marco@gnome.org>
12975 * ps/gtkgs.c: (gtk_gs_set_zoom):
12979 2004-12-31 Marco Pesenti Gritti <marco@gnome.org>
12981 * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
12983 Ensure the page is rerendered when changing zoom
12985 2004-12-31 Marco Pesenti Gritti <marco@gnome.org>
12987 * backend/ev-document.c: (ev_document_base_init),
12988 (ev_document_changed):
12989 * backend/ev-document.h:
12991 Add a changed event that is emitted when the page content
12992 changes. This is necessary to deal with the fact that
12993 in ps backend rendering happen asycrounously.
12994 This makes the ps backend mostly work.
12996 * pdf/xpdf/pdf-document.cc:
13000 * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
13001 (ps_document_set_target):
13005 * shell/ev-view.c: (document_changed_callback),
13006 (ev_view_set_document), (ev_view_set_page):
13008 Redraw on the changed signal
13010 2004-12-25 Raphael Higino <raphaelh@cvs.gnome.org>
13012 * configure.ac: Added pt_BR to ALL_LINGUAS.
13014 Fri Dec 24 00:48:44 2004 Jonathan Blandford <jrb@redhat.com>
13016 * backend/ev-document-bookmarks.c:
13017 (ev_document_bookmarks_get_child): *
13018 backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
13019 pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
13020 shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
13021 (ev_sidebar_bookmarks_destroy),
13022 (ev_sidebar_bookmarks_class_init),
13023 (ev_sidebar_bookmarks_construct), (stack_data_free),
13024 (do_one_iteration), (populate_bookmarks_idle),
13025 (ev_sidebar_bookmarks_clear_document),
13026 (ev_sidebar_bookmarks_set_document): *
13027 shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
13028 (ev_sidebar_add_page),
13029 (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
13030 Initial stab at a bookmarks sidebar. It doesn't navigate yet, but
13031 it displays both the topics and the page numbers.
13033 2004-12-23 Kristian Høgsberg <krh@redhat.com>
13035 * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
13037 * shell/ev-window.c (toggle_entries): Set sidebar default value to
13040 2004-12-23 Adam Weinberger <adamw@gnome.org>
13042 * configure.ac: Added en_CA to ALL_LINGUAS.
13044 2004-12-23 Martin Kretzschmar <martink@gnome.org>
13046 * ChangeLog: replace bottom of this ChangeLog (merged history of
13047 ggv and gpdf; where all paths were wrong and most of the files are
13048 not even in this tree) with ChangeLog (from arch) of the shell
13051 2004-12-23 Havoc Pennington <hp@redhat.com>
13053 * shell/ev-window.c: hook up potentially-questionable "find
13054 results status text" feature - something involving the sidebar or
13055 scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
13056 might be better in the end.
13058 * shell/ev-view.c (ev_view_get_find_status_message): new function,
13059 with corresponding signal when it should be updated
13061 * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
13063 2004-12-22 Havoc Pennington <hp@redhat.com>
13065 * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
13066 find stuff on other pages, sort of (only returns one result on
13067 invisible pages, to show they have results; updates full results
13068 for a page when you view it). Currently repaints the current page
13069 every time a new result is found on any page, which isn't so nice.
13071 2004-12-22 Havoc Pennington <hp@redhat.com>
13073 * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
13074 the document doesn't support find (better ideas?)
13075 (find_bar_search_changed_cb): handle missing document or document
13076 that doesn't support find
13078 * pdf/xpdf/pdf-document.cc: port to implement the new
13079 EvDocumentFindIface
13081 * backend/ev-document-find.c: create a new interface for searching
13083 * backend/ev-document.h, backend/ev-document.c: delete the find stuff
13085 2004-12-23 Martin Kretzschmar <martink@gnome.org>
13087 * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
13090 * shell/ev-window.c (ev_window_print): add GnomePrintJob to
13091 EvPrintJob constructor arguments.
13093 * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
13094 for documents that can export PostScript (page by page).
13096 * backend/Makefile.am (libevbackend_la_SOURCES): add them.
13098 * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
13099 (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
13100 (pdf_document_ps_exporter_iface_init:
13101 Implement EvPSExporter.
13103 * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
13105 2004-12-22 Anders Carlsson <andersca@gnome.org>
13107 * backend/Makefile.am:
13108 * backend/ev-document-thumbnails.c:
13109 (ev_document_thumbnails_get_type),
13110 (ev_document_thumbnails_get_thumbnail):
13111 * backend/ev-document-thumbnails.h:
13112 * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13113 (pixbuf_document_thumbnails_get_thumbnail),
13114 (pixbuf_document_document_thumbnails_iface_init):
13115 * shell/Makefile.am:
13116 * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
13117 (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
13118 (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
13119 * shell/ev-sidebar-thumbnails.h:
13120 * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
13121 (ev_sidebar_set_document):
13122 * shell/ev-utils.c: (gaussian), (create_blur_filter),
13123 (create_shadow), (ev_pixbuf_add_shadow):
13124 * shell/ev-utils.h:
13125 Add thumbnail support.
13127 2004-12-22 Martin Kretzschmar <martink@gnome.org>
13129 * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
13130 (using_postscript_printer): Set up a print dialog for "PostScript
13133 * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
13136 * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
13138 2004-12-22 Marco Pesenti Gritti <marco@gnome.org>
13140 * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
13141 (ps_document_set_target), (ps_document_get_page_size),
13142 (ps_document_render):
13147 2004-12-22 Christian Rose <menthos@menthos.com>
13149 * configure.ac: Added "sv" to ALL_LINGUAS.
13151 Wed Dec 22 14:47:38 2004 Jonathan Blandford <jrb@redhat.com>
13153 * backend/ev-document-bookmarks.[ch]: new interface to indicate
13154 document supports bookmarks.
13156 2004-12-22 Marco Pesenti Gritti <marco@gnome.org>
13158 * ps/ggvutils.c: (ggv_file_readable):
13160 * ps/gtkgs.c: (check_filecompressed), (check_pdf),
13161 (gtk_gs_get_postscript):
13163 Remove unused utils
13165 2004-12-22 Marco Pesenti Gritti <marco@gnome.org>
13167 * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
13168 (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
13169 (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
13170 (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
13171 (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
13172 (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
13173 (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13174 (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13175 (gtk_gs_set_antialiasing), (ps_document_load),
13176 (ps_document_render):
13179 Another check point for the ps backend. Now I can get it to show
13182 Wed Dec 22 13:41:01 2004 Jonathan Blandford <jrb@redhat.com>
13184 * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
13185 document setting code.
13187 2004-12-22 Anders Carlsson <andersca@gnome.org>
13189 * shell/eggfindbar.c: (entry_activate_callback):
13190 Animate the next button when activate is pressed.
13192 2004-12-22 Anders Carlsson <andersca@gnome.org>
13194 * shell/ev-window.c: (ev_window_cmd_edit_find),
13195 (update_fullscreen_popup), (ev_window_fullscreen),
13196 (ev_window_unfullscreen), (ev_window_state_event_cb),
13197 (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
13198 Fix bugs in fullscreen code.
13200 2004-12-22 Anders Carlsson <andersca@gnome.org>
13204 * pixbuf/Makefile.am:
13205 * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13206 (pixbuf_document_load), (pixbuf_document_get_n_pages),
13207 (pixbuf_document_set_page), (pixbuf_document_get_page),
13208 (pixbuf_document_set_target), (pixbuf_document_set_scale),
13209 (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
13210 (pixbuf_document_render), (pixbuf_document_begin_find),
13211 (pixbuf_document_end_find), (pixbuf_document_finalize),
13212 (pixbuf_document_class_init),
13213 (pixbuf_document_document_iface_init), (pixbuf_document_init):
13214 * pixbuf/pixbuf-document.h:
13215 * shell/Makefile.am:
13216 * shell/ev-application.c: (ev_application_open):
13217 * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
13219 Add pixbuf backend.
13221 Tue Dec 21 21:45:43 2004 Soeren Sandmann <sandmann@redhat.com>
13224 * dvi/dvilib/Makefile.am:
13226 * configure.ac: Auto*ify dvi and dvi/dvilib
13228 * dvi/Makefile: Remove from CVS
13230 * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
13233 * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
13235 * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
13237 2004-12-22 Marco Pesenti Gritti <marco@gnome.org>
13240 * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
13241 (gtk_gs_value_adjustment_changed), (compute_size),
13242 (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
13243 (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
13244 (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13245 (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13246 (gtk_gs_start_scroll), (gtk_gs_get_postscript),
13247 (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
13248 (ps_document_load), (ps_document_get_n_pages),
13249 (ps_document_set_page), (ps_document_get_page),
13250 (ps_document_set_target), (ps_document_set_scale),
13251 (ps_document_set_page_offset), (ps_document_get_page_size),
13252 (ps_document_render), (ps_document_begin_find),
13253 (ps_document_end_find), (ps_document_document_iface_init):
13255 * shell/Makefile.am:
13256 * shell/ev-window.c: (ev_window_open):
13258 Some work to integrate gtkgs with EvDocument
13260 2004-12-22 Anders Carlsson <andersca@gnome.org>
13262 * shell/ev-window.c: (update_fullscreen_popup),
13263 (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
13264 (exit_fullscreen_button_clicked_cb),
13265 (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
13266 (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13267 (ev_window_state_event_cb), (ev_window_init):
13268 Add fullscreen support from Epiphany.
13270 2004-12-22 Mark McLoughlin <mark@skynet.ie>
13272 * data/ev-stock-zoom-fit-width.png: fit-width
13273 stock icon from gpdf.
13275 * shell/ev-stock-icons.[ch]: copied from gpdf.
13277 * shell/main.c: (main): init stock icons.
13279 * shell/ev-window.c: use the fit-width icon.
13281 * data/evince-ui.xml: add zooming toolbar items.
13283 2004-12-22 Mark McLoughlin <mark@skynet.ie>
13286 (ev_view_best_fit), (ev_view_fit_width): because
13287 get_page_size() returns the scaled page size, we
13288 need to calculate the scale factor relative to
13289 the previous scale factor. Should really just
13290 add get_real_page_size().
13292 2004-12-22 Mark McLoughlin <mark@skynet.ie>
13294 * shell/ev-view.[ch]:
13295 (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
13296 (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
13299 * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
13300 (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
13301 (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
13304 * pdf/xpdf/pdf-document.cc:
13305 (pdf_document_begin_find),
13306 (pdf_document_end_find): make static.
13308 2004-12-22 Martin Kretzschmar <martink@gnome.org>
13310 * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
13312 * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
13313 names to fontconfig patterns.
13314 (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
13316 * pdf/xpdf/pdf-document.cc (pdf_document_load): use
13319 2004-12-22 Marco Pesenti Gritti <marco@gnome.org>
13335 Import ggv backend. Not hooked up yet.
13337 2004-12-22 Mark McLoughlin <mark@skynet.ie>
13339 * shell/main.c: (load_files), (main): load files
13340 from the command line.
13342 2004-12-22 Mark McLoughlin <mark@skynet.ie>
13344 * configure.ac: don't require bonobo.
13346 * cut-n-paste/recent-files/*: kill bonobo recent
13349 * shell/ev-window.c:
13350 (ev_window_is_empty): upd.
13351 (unable_to_load), (ev_window_open): load backend
13352 based on the mime type.
13354 2004-12-22 Martin Kretzschmar <martink@gnome.org>
13356 * backend/.cvsignore: ignore generated marshalers source.
13358 * shell/main.c (main): this is not epiphany.
13360 2004-12-22 Havoc Pennington <hp@redhat.com>
13362 * shell/ev-view.c (ev_view_set_document): connect to "found" signal
13363 (expose_bin_window): draw find highlights
13365 * shell/ev-window.c (find_bar_search_changed_cb): implement
13367 * pdf/xpdf/pdf-document.cc (pdf_document_begin_find)
13368 (pdf_document_end_find): implement this interface
13370 * backend/ev-document.c (ev_document_found): add this to emit
13373 Tue Dec 21 23:57:37 2004 Owen Taylor <otaylor@redhat.com>
13375 * data/evince-ui.xml: Add a few more toolbar items.
13377 * shell/ev-window.c: Hook up page navigation toolbar
13380 * shell/ev-view.[ch]: add ev_view_set/get_page and
13381 a page-changed signal.
13383 * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
13384 Add ev_document_get_page().
13386 * shell/ev-window.c: Sensitize/desensitize navigation
13389 2004-12-21 Havoc Pennington <hp@redhat.com>
13391 * backend/ev-backend-marshal.c,
13392 backend/ev-backend-marshalers.list, backend/Makefile.am: add
13393 marshaler-generator thingy. I'm sure there's a better way to do
13394 this in the modern world.
13396 * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
13397 end_find methods and "found" signal.
13399 * configure.ac: find glib-genmarshal
13401 Tue Dec 21 23:20:35 2004 Jonathan Blandford <jrb@redhat.com>
13403 * shell/ev-sidebar.c: Construct an actual sidebar.
13404 * shell/ev-sidebar-bookmarks.[ch]:
13405 * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
13407 Tue Dec 21 23:05:51 2004 Owen Taylor <otaylor@redhat.com>
13409 * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
13410 Redo size handling.
13412 * shell/ev-view.c: Track the size from the document.
13414 Tue Dec 21 22:17:04 2004 Owen Taylor <otaylor@redhat.com>
13416 * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
13417 constructor assumes ownership of the string passed in.
13419 * shell/ev-window.c (ev_window_open): Destroy the error
13420 dialog once we've displayed it.
13422 Tue Dec 21 21:58:56 2004 Owen Taylor <otaylor@redhat.com>
13424 * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up
13425 a bit, it works! (sort of)
13427 * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
13428 Move to .cc since we need to use C++ in the implementation.
13430 * shell/dummy.cc: Add a CC file to force evince
13431 to be linked as a C++ program.
13433 Tue Dec 21 21:07:55 2004 Owen Taylor <otaylor@redhat.com>
13435 * shell/ev-view.[ch]: Start of content-area widget.
13437 * shell/ev-window.c: Create a EvView, update it
13438 as we change documents.
13440 * shell/Makefile.am shell/ev-marshal.list: Add
13441 generated marshalers.
13443 Tue Dec 21 20:28:11 2004 Jonathan Blandford <jrb@redhat.com>
13445 * Makefile.am (SUBDIRS): move shell.
13447 Tue Dec 21 19:28:55 2004 Owen Taylor <otaylor@redhat.com>
13449 * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
13450 .a to libtool convenience libraries.
13452 * shell/ev-window.c (ev_window_open): Hard code loading
13455 * backend/ev-document.h: Add a boolean return to load(),
13456 fix GError * to GError **.
13458 * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
13459 object for a PDF backend EvDocument.
13461 Tue Dec 21 18:55:06 2004 Søren Sandmann <sandmann@redhat.com>
13463 * dvi/*: New directory with the beginning of a .dvi backend.
13465 2004-12-21 Havoc Pennington <hp@redhat.com>
13467 * shell/eggfindbar.c (egg_find_bar_init): change buttons to
13468 previous/next instead of back/forward
13470 Tue Dec 21 18:26:24 2004 Owen Taylor <otaylor@redhat.com>
13472 * backend/ev-document.[ch]: Fix a couple of problems so
13475 Tue Dec 21 18:20:40 2004 Owen Taylor <otaylor@redhat.com>
13477 * viewer/* backend/* configure.ac Makefile.am: Move viewer directory
13478 to backend/ directory, rename EvViewer to EvDocument.
13480 2004-12-21 Havoc Pennington <hp@redhat.com>
13482 * shell/ev-window.c: hook up the find bar widget; now we just need
13483 a document to find things in
13485 * shell/eggfindbar.c: a find bar widget
13487 Tue Dec 21 17:20:16 2004 Jonathan Blandford <jrb@redhat.com>
13489 * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
13491 Tue Dec 21 16:30:58 2004 Owen Taylor <otaylor@redhat.com>
13493 * pdf/**: Import of xpdf code from gpdf.
13495 * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
13497 * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
13498 pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h:
13499 Fix FreeType includes.
13501 * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
13502 pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
13503 pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
13504 Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
13505 pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
13506 Include xpdfconfig.h
13508 Tue Dec 21 16:08:17 2004 Jonathan Blandford <jrb@redhat.com>
13510 * shell/ev-window.c (ev_window_dispose): dispose can be called
13513 2004-12-21 Havoc Pennington <hp@redhat.com>
13515 * shell/ev-window.c (ev_window_init): set title to Document Viewer
13518 * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
13519 items; really they should be synced with the strings, etc. from
13520 current gpdf, but just getting the boring typing out of the way
13522 2004-12-21 Marco Pesenti Gritti <marco@gnome.org>
13525 * shell/ev-application.c: (window_destroy_cb):
13526 * shell/ev-window.c:
13527 * shell/main.c: (main):
13529 Actually show the window...
13531 2004-12-21 Marco Pesenti Gritti <marco@gnome.org>
13534 * shell/Makefile.am:
13535 * shell/ev-application.c: (ev_application_class_init):
13536 * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
13538 Make it build again
13540 2004-12-21 Marco Pesenti Gritti <marco@gnome.org>
13542 Import to gnome cvs.
13544 * Remove copies of gpdf and ggv trees.
13545 * Rip out all the recursive configure code.
13546 * Remove bonobo machinery.
13547 * viewer/*: GInterfaces that backends should/can implement.
13549 2004-11-09 Martin Kretzschmar <m_kretzschmar@gmx.net>
13551 * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
13554 2004-10-28 Martin Kretzschmar <m_kretzschmar@gmx.net>
13556 * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
13557 (ev_application_finalize, ev_application_class_init)
13558 (ev_application_init): use GType instance private data for priv.
13560 * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
13561 (ev_window_finalize, ev_window_class_init)
13562 (ev_window_init): ditto.
13564 2004-10-27 Martin Kretzschmar <m_kretzschmar@gmx.net>
13566 * shell/ev-application.c (ev_application_new_window): make public
13567 (ev_application_show_initial_window): kill.
13569 * shell/ev-application.h: update prototypes.
13571 * shell/main.cc (main): inline ev_application_show_initial_window.
13573 2004-10-27 Martin Kretzschmar <m_kretzschmar@gmx.net>
13575 * shell/ev-application.c (ev_application_new_window): impl.
13576 (ev_application_show_initial_window): use it.
13577 (is_window_empty, ev_application_get_empty_window): returns an
13578 existing empty window or a new one.
13579 (ev_application_open): from ev_window_cmd_file_open.
13581 * shell/ev-application.h: update prototypes
13583 * shell/ev-window.c (ev_window_is_empty): impl.
13584 (ev_window_open): make public.
13585 (ev_window_cmd_file_open): use ev_application_open
13587 * shell/ev-window.h: update prototypes, remove unused.
13589 2004-10-26 Martin Kretzschmar <m_kretzschmar@gmx.net>
13591 * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
13592 move destroy handler out of here...
13594 * shell/ev-application.c, shell/ev-application.h: ...into this new
13595 class. Also handles initial window creation.
13597 * shell/main.cc (main): use EvApplication to create initial
13600 2004-10-26 Martin Kretzschmar <m_kretzschmar@gmx.net>
13602 * Makefile.am (SUBDIRS): add cut-n-paste
13604 * cut-n-paste/Makefile.am: add
13606 * configure.ac: generate Makefiles in cut-n-paste
13608 2004-10-26 Martin Kretzschmar <m_kretzschmar@gmx.net>
13610 * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
13611 (ev_window_class_init): install ev_window_dispose.
13613 2004-10-25 Martin Kretzschmar <m_kretzschmar@gmx.net>
13615 * shell/ev-window.h, shell/ev-window.c: replace gchar with
13616 char (gchar looks stupid).
13618 2004-10-25 Martin Kretzschmar <m_kretzschmar@gmx.net>
13620 * po/de.po: updated German translation.
13622 2004-10-25 Martin Kretzschmar <m_kretzschmar@gmx.net>
13624 * configure.ac: add more pkg-config library checks for gnome-vfs,
13627 * gpdf/configure.in: temporarily disable libpaper
13628 checks. Otherwise I'd have to add the checks for the shell, too.
13630 2004-10-24 Martin Kretzschmar <m_kretzschmar@gmx.net>
13632 * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
13633 and * file filters to the file choose.
13635 2004-10-24 Martin Kretzschmar <m_kretzschmar@gmx.net>
13637 * po/de.po: Updated German translation.
13639 2004-10-24 Martin Kretzschmar <m_kretzschmar@gmx.net>
13641 * shell/ev-window.c: use "S" as mnemonic for Statusbar.
13643 2004-10-24 Martin Kretzschmar <m_kretzschmar@gmx.net>
13645 * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
13647 * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
13648 (ev_window_init): implement those menuitems.
13650 2004-10-24 Martin Kretzschmar <m_kretzschmar@gmx.net>
13652 * data/evince-ui.xml: add a toolbar (with FileOpen action)
13654 * shell/ev-window.c (ev_window_init): use the toolbar.
13656 2004-10-24 Martin Kretzschmar <m_kretzschmar@gmx.net>
13658 * shell/ev-window.c (ev_window_init): use menu translations
13660 2004-10-24 Martin Kretzschmar <m_kretzschmar@gmx.net>
13662 * configure.ac: add "de" to ALL_LINGUAS.
13664 * po/de.po: add German translation.
13666 2004-10-24 Martin Kretzschmar <m_kretzschmar@gmx.net>
13668 * Makefile.am (SUBDIRS): add po
13670 * configure.ac: check intltool, glib-gettext etc, generate
13673 * po, po/POTFILES.in, po/POTFILES.skip: new.
13675 2004-10-24 Martin Kretzschmar <m_kretzschmar@gmx.net>
13677 * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
13678 already use (#ifdef ENABLE_NLS)
13680 * shell/ev-window.c (ev_window_cmd_help_about): fix two star
13681 pointer indirection thinko.
13683 * shell/main.c: include gi18n.h for bindtextdomain etc.
13685 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
13687 * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
13688 (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
13689 tooltips for menu items in the statusbar.
13691 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
13693 * configure.ac, data/Makefile.am, shell/Makefile.am: use
13694 pkgdatadir drop UIDIR
13696 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
13698 * data/evince-ui.xml: Add File->Open menu item
13700 * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
13701 chooser), hook it up in the ui manager.
13703 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
13705 * shell/ev-window.c: fix Help->About tooltip.
13707 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
13709 * configure.ac: set CFLAGS for libevprivate.
13711 * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
13712 definitions, factory etc.
13714 * lib/Makefile.am: build libevprivate.a (only stock icon code).
13716 * shell/Makefile.am: link against libevprivate.a.
13718 * shell/ev-window.c (entries): add stock icon to Help->About.
13720 * shell/main.c (main): init stock icon code.
13722 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
13724 * lib/recent-files: egg recent files code
13726 * lib/Makefile.am: add.
13728 * Makefile.am: add lib subdir.
13730 * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
13731 set CFLAGS for recent-files.
13733 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
13735 * configure.ac: disable -ansi and -pedantic gcc flags. They
13736 disable POSIX stuff in stdio.h, but egg-recent uses them.
13738 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
13740 * configure.ac: add --disable-deprecated flag (defaults to on in
13743 * shell/Makefile.am (INCLUDES): use it.
13745 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
13747 * shell/main.c: add missing #include.
13749 * shell/ev-window.c: fix for pedantic gcc.
13750 (ev_window_cmd_help_about): split license into paragraphs for
13751 translators and pedantic compilers.
13753 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
13755 * configure.ac: add more warning flags if compiling with gcc from
13756 cvs (or explicitly requested with --enable-more-warnings).
13758 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
13760 * data/evince-ui.xml: add File and File->Close menu.
13762 * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
13763 (ev_window_destroy): quit after destroy.
13764 (ev_window_class_init): override GtkObject::destroy.
13765 (entries): install close_window callback.
13767 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
13769 * Makefile.am (SUBDIRS): add data subdir.
13771 * configure.ac (UIDIR): gen data/Makefile, define UIDIR. Require
13772 gtk+ 2.5.0 for GtkAboutDialog.
13774 * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
13777 * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
13779 * shell/ev-window.c (ev_window_init): create a menubar, using a ui
13781 (ev_window_cmd_help_about): about command, using GtkAboutDialog.
13783 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
13785 * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
13787 2004-10-22 Martin Kretzschmar <m_kretzschmar@gmx.net>
13789 * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
13791 2004-10-22 Martin Kretzschmar <m_kretzschmar@gmx.net>
13793 * shell/*: Added shell directory boilerplate, build it.
13795 2004-10-22 Martin Kretzschmar <m_kretzschmar@gmx.net>
13797 * configure.ac, Makefile.am: Added top-level configure.ac and