1 2006-10-08 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3 * backend/ev-document-factory.c:
4 (ev_document_factory_get_document):
6 Load document even if extension is wrong.
8 2006-10-03 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10 * shell/ev-metadata-manager.c: (save_values):
11 * shell/ev-window.c: (setup_size_from_metadata),
12 (setup_view_from_metadata), (ev_window_setup_document),
13 (ev_window_xfer_job_cb), (window_configure_event_cb):
15 Set size according to the document size/page size ratio.
16 That should correct rather wierd behaviour of the previous
19 2006-10-03 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
21 * shell/ev-window.c: (setup_view_from_metadata):
23 Set size for new windows from previous window size.
24 See bugs #354968 and #168450 for details. Thanks
27 2006-10-01 Carlos Garcia Campos <carlosgc@gnome.org>
29 * djvu/djvu-links.c: (build_tree):
33 2006-10-01 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
35 * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
37 Don't make sidebar close button insensitive. Fixes
40 2006-10-01 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
42 * shell/ev-window.c: (ev_window_setup_action_sensitivity),
43 (ev_window_set_view_accels_sensitivity):
45 Don't enable Splash on documents which don't support
46 find. Fixes bug #358648.
48 2006-10-01 Wouter Bolsterlee <wbolster@gnome.org>
50 * shell/ev-window.c: (ev_window_cmd_file_open): Make the
51 open dialog fall back to the current document uri if the
52 filechooser hasn't been used before. Fixes bug #356980.
54 2006-09-24 Mathias Hasselmann <mathias.hasselmann@gmx.de>
56 * shell/ev-window.c: (ev_window_setup_recent),
57 (ev_window_get_recent_file_label):
59 Escape underscores in filenames of recent file items.
61 2006-09-24 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
65 Bumped poppler requirements, really 0.5.3 is very
66 buggy, now we require 0.5.4.
68 2006-09-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
71 * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
72 (djvu_document_find_iface_init), (djvu_document_links_get_links),
73 (djvu_document_document_links_iface_init):
74 * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
75 (number_from_string_10), (get_djvu_link_dest),
76 (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
77 (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
78 (djvu_links_get_links), (djvu_links_find_link_dest),
79 (djvu_links_get_links_model):
82 Add support for links and bookmarks in djvu documents. Thanks
83 to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
86 2006-09-14 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
88 * shell/ev-application.c: (ev_application_open_uri_at_dest):
90 Reopen should reload document. Fixes
93 2006-09-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
101 * data/icons/16x16/Makefile.am:
102 * data/icons/16x16/evince.png:
103 * data/icons/22x22/Makefile.am:
104 * data/icons/22x22/evince.png:
105 * data/icons/48x48/Makefile.am:
106 * data/icons/48x48/evince.png:
107 * data/icons/Makefile.am:
108 * data/icons/scalable/Makefile.am:
109 * data/icons/scalable/evince.svg:
111 Install icons with correct names. Fixes
114 2006-09-07 Carlos Garcia Campos <carlosgc@gnome.org>
116 * shell/ev-view.c: (ev_view_button_release_event):
118 Don't open links with middle mouse button. Fixes bug #353649
120 2006-09-04 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
125 Update for release 0.6.0
127 2006-08-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
129 * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
130 Implement Close named action. Patch by Carlos Garcia Campos.
132 2006-08-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
134 * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
136 Don't clear link mapping on copy_job_to_job_info. Fixes
139 2006-08-21 Carlos Garcia Campos <carlosgc@gnome.org>
141 * shell/main.c: (main):
143 Revert my previous commit, gnome_program_init owns the option context.
144 Fix another memory leak in main. Both caught by Christian Persch.
146 2006-08-21 Carlos Garcia Campos <carlosgc@gnome.org>
148 * shell/main.c: (main):
152 2006-08-21 Carlos Garcia Campos <carlosgc@gnome.org>
154 * backend/ev-document-factory.c: (ev_document_factory_get_document):
156 Fix crash when opening a pdf with password protection.
158 2006-08-19 Carlos Garcia Campos <carlosgc@gnome.org>
160 * pdf/ev-poppler.cc: (pdf_document_search_free):
164 2006-08-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
166 * backend/ev-document-factory.c:
167 (ev_document_factory_get_document):
168 * tiff/tiff-document.c: (tiff_document_finalize):
170 More correct handling of document loading. Fixes
173 2006-08-14 Carlos Garcia Campos <carlosgc@gnome.org>
175 * backend/ev-attachment.c: (ev_attachment_save):
177 Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
178 gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
180 2006-08-15 Julien Rebetez <julienr@cvs.gnome.org>
182 * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
183 Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
185 2006-08-14 Carlos Garcia Campos <carlosgc@gnome.org>
187 * shell/ev-sidebar-thumbnails.c:
189 Do not render thumbnails unless thumbnails page is active in the
192 2006-08-14 Christian Persch <chpe@cvs.gnome.org>
194 * shell/ev-properties-dialog.c:
196 Fix dialogue spacing. Bug #351370.
198 2006-08-13 Wouter Bolsterlee <uws+gnome@xs4all.nl>
202 Use lowercase gettext catalog file names (evince.mo
203 instead of Evince.mo)
205 2006-08-13 Carlos Garcia Campos <carlosgc@gnome.org>
207 * shell/ev-sidebar-attachments.c:
209 GtkIconTheme is now screen safe too. Fixes bug #350878
211 2006-08-11 Carlos Garcia Campos <carlosgc@gnome.org>
215 GtkRecent manager is now screen safe. Fixes bug #350145
217 2006-08-11 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
219 * shell/ev-sidebar.c: (ev_sidebar_init):
221 Make sidebar close icon smaller. Fix for bug 350177.
222 See also bugs 350176 and 165770.
224 2006-08-10 Carlos Garcia Campos <carlosgc@gnome.org>
226 * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
228 Ignore zoom for xyz destinations when it's <= 1, keeping user
229 preferences instead. Set correct sizing-mode for fith and fitv
230 destinations rather than EV_SIZING_FREE. Fixes bug #349433
232 2006-08-08 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
237 Update for release 0.5.5
239 2006-08-07 Radoslav Dorcik <dixiecko@gmail.com>
241 * shell/ev-window.c: (ev_window_cmd_escape)
243 Escape unfocus page entry. Fixes bug #345809.
245 2006-08-06 Carlos Garcia Campos <carlosgc@gnome.org>
247 * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
248 (build_tree), (pdf_document_links_get_links),
249 (pdf_document_links_find_link_dest):
250 * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
253 Convert from PDF style coordinates to X style coordinates in the
254 backend rather than in the view. Fixes bug #338440
256 2006-08-06 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
260 Remove Ctrl+Shift+T shortcut for toolbars. See
263 2006-08-05 Carlos Garcia Campos <carlosgc@gnome.org>
267 Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
270 2006-08-05 Carlos Garcia Campos <carlosgc@gnome.org>
273 * cut-n-paste/Makefile.am:
274 * data/evince-ui.xml:
276 * shell/ev-application.[ch]:
279 Use GtkRecent instead of EggRecent when it's available. Fixes bug
282 2006-08-04 Wouter Bolsterlee <uws+gnome@xs4all.nl>
284 * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
285 findbar code: s/help/search/
287 2006-08-04 Ricardo Markiewicz <rmarkie@fi.uba.ar>
289 * shell/ev-window.c: (setup_document_from_metadata),
290 (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
291 (setup_view_from_metadata):
295 2006-07-31 Christian Persch <chpe@cvs.gnome.org>
297 * autogen.sh, configure.ac:
299 Update automake usage. See bug 349292.
301 2006-07-30 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
303 * shell/eggfindbar.c: (egg_find_bar_class_init),
304 (entry_activate_callback), (egg_find_bar_init),
305 (egg_find_bar_set_status_text):
306 * shell/eggfindbar.h:
308 Unify Evince findbar with Epiphany. Nice patch
309 from Fabricio Silva <silva@crans.org> and
310 Frederic Peters <fpeters@entrouvert.com>. See
311 bug #339966 for details.
313 2006-07-27 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
315 * data/evince.desktop.in.in:
317 Correct information for bugzilla. Thanks to
318 Olaf Vitters, see bug #348855.
320 2006-07-26 Carlos Garcia Campos <carlosgc@gnome.org>
322 * shell/ev-jobs.[ch]:
323 * shell/ev-sidebar-links.c:
324 * shell/ev-window.[ch]:
326 GtkPrintJob doesn't support print ranges or current page, so we export
327 to a ps file now when printing ranges or current page.
329 2006-07-26 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
332 * shell/ev-window.c: (do_action_named):
334 We should be more clear about bugzilla. See the
337 2006-07-23 Carlos Garcia Campos <carlosgc@gnome.org>
341 * shell/ev-job-queue.c:
342 * shell/ev-jobs.[ch]:
343 * shell/ev-sidebar-links.c:
344 * shell/ev-window.[ch]:
346 Use GtkPrint instead of GnomePrint when it's available. Fixes bug
349 2006-07-17 Carlos Garcia Campos <carlosgc@gnome.org>
351 * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
352 * shell/ev-application-service.xml:
353 * shell/ev-application.[ch]:
354 * shell/ev-jobs.[ch]:
355 * shell/ev-window.[ch]: (ev_window_run_preview):
358 Add preview mode to use evince as a printing previewer. It also adds
359 other command line options for fullscreen and presentation modes.
360 Fixes bugs #347822, #317031
362 2006-07-11 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
367 Update for release 0.5.4
369 2006-07-11 Bastien Nocera <hadess@hadess.net>
372 * backend/Makefile.am:
373 * backend/ev-document-factory.c: (ev_document_factory_add_filters):
374 * backend/ev-document-factory.h:
376 * impress/.cvsignore:
377 * impress/Makefile.am:
379 * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
380 (imp_get_page), (imp_next_page), (imp_prev_page),
381 (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
382 * impress/f_oasis.c: (render_object), (render_page),
383 (get_geometry), (_imp_oasis_load):
384 * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
386 * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
387 (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
388 (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
389 (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
390 (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
391 (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
392 (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
393 (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
394 (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
395 (iks_new_within), (iks_insert), (iks_insert_cdata),
396 (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
397 (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
398 (iks_parent), (iks_root), (iks_child), (iks_first_tag),
399 (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
400 (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
401 (iks_cdata), (iks_cdata_size), (iks_has_children),
402 (iks_has_attribs), (escape_size), (my_strcat), (escape),
403 (iks_string), (iks_copy_within), (iks_copy), (tagHook),
404 (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
405 (iks_tree), (iks_load), (iks_save):
407 * impress/imposter.h:
408 * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
409 (imp_render_draw_bezier_real), (imp_render_get_size),
410 (imp_render_set_fg_color), (imp_render_draw_line),
411 (imp_render_draw_rect), (imp_render_draw_polygon),
412 (imp_render_draw_arc), (imp_render_draw_bezier),
413 (imp_render_open_image), (imp_render_get_image_size),
414 (imp_render_scale_image), (imp_render_draw_image),
415 (imp_render_close_image), (imp_render_markup),
416 (imp_render_get_text_size), (imp_render_draw_text),
417 (impress_document_load), (impress_document_save),
418 (impress_document_get_n_pages), (impress_document_get_page_size),
419 (imp_render_get_from_drawable), (impress_document_render_pixbuf),
420 (impress_document_finalize), (impress_document_class_init),
421 (impress_document_can_get_text), (impress_document_get_info),
422 (impress_document_document_iface_init),
423 (impress_document_thumbnails_get_thumbnail),
424 (impress_document_thumbnails_get_dimensions),
425 (impress_document_document_thumbnails_iface_init),
426 (impress_document_init):
427 * impress/impress-document.h:
428 * impress/internal.h:
429 * impress/r_back.c: (_imp_fill_back):
430 * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
431 (_imp_draw_image), (_imp_tile_image):
432 * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
433 (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
435 * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
436 (r_draw_gradient_complex), (r_draw_gradient):
437 * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
439 * impress/r_text.c: (add_line), (add_span), (calc_sizes),
440 (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
442 * impress/render.c: (imp_create_context), (imp_context_set_page),
443 (imp_context_set_step), (imp_render), (imp_delete_context):
445 * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
446 (list_files), (zip_open), (zip_close), (find_file), (seek_file),
447 (zip_load_xml), (zip_get_size), (zip_load):
451 New backend to support impress slides. Fixes bug #30867.
453 2006-07-10 Ghee Teo <ghee.teo@sun.com>
455 * shell/ev-utils.c: (using_postscript_printer):
457 Fixes crash when print using PAPI backend,
460 2006-06-09 Pat Rondon <pmr@patrondon.org>
462 * shell/ev-jobs.c: (ev_job_xfer_run):
463 * shell/ev-window.c: (password_dialog_response),
464 (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
466 Fixes bug #344160: if the xfer job doesn't complete
467 because a password is required, reload the existing
468 instance instead of creating a new one.
470 2006-06-01 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
472 * shell/main.c: (main): Call gdk_threads_init. Thus
473 we'll avoid errors in auth dialog. Fix for the bug
476 2006-06-01 Wouter Bolsterlee <uws+gnome@xs4all.nl>
478 * configure.ac: Advertise pixbuf support, fix
481 2006-05-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
483 * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
484 (ev_sidebar_thumbnails_set_document):
486 Update sidebar thumbnails after reloading.
488 2006-05-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
490 * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
492 * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
493 (ev_window_cmd_view_reload), (ev_window_init):
495 Don't crash on reload. Fix for the bug #343167.
497 2006-05-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
499 * shell/ev-jobs.c: (ev_job_render_run):
501 Check for document links.
503 2006-05-27 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
505 * backend/ev-attachment.c: (ev_attachment_save),
506 (ev_attachment_launch_app), (ev_attachment_open):
507 * backend/ev-document-factory.c: (get_document_from_uri):
508 * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
509 (egg_recent_view_uimanager_set_list):
510 * ps/ps-document.c: (check_filecompressed), (document_load),
512 * shell/ev-metadata-manager.c: (load_values):
513 * shell/ev-password.c: (ev_password_dialog_set_property):
514 * shell/ev-view.c: (tip_from_link):
515 * shell/ev-window.c: (file_save_dialog_response_cb),
516 (ev_window_print_dialog_response_cb):
518 Use consistent quoting style. Fix for the bug #320285.
520 2006-05-27 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
522 * shell/ev-jobs.c: (ev_job_xfer_run):
523 * shell/main.c: (load_files):
525 Open links with anchors. Fix for the bug #339836.
527 2006-05-27 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
529 * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
530 (ev_link_dest_get_page_label), (ev_link_dest_get_property),
531 (ev_link_dest_set_property), (ev_link_dest_finalize),
532 (ev_link_dest_class_init), (ev_link_dest_new_named),
533 (ev_link_dest_new_page_label):
534 * backend/ev-link-dest.h:
535 * shell/ev-application.c: (ev_application_open_uri):
536 * shell/ev-view.c: (goto_dest):
540 Fix page-label command line option. Bug #342070.
542 2006-05-27 Ricardo Markiewicz <rmarkie@fi.uba.ar>
544 * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
546 Don't show highlight rects if page can't be showed. Fix for
549 2006-05-27 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
551 * shell/ev-window.c: (setup_sidebar_from_metadata),
552 (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
554 Setup sidebar from metadata even if there is no document
555 loaded. Fix for the bug #342807.
557 2006-05-26 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
559 * cut-n-paste/toolbar-editor/Makefile.am:
560 * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
561 (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
562 (find_action), (drag_data_delete_cb), (drag_begin_cb),
563 (drag_end_cb), (drag_data_get_cb), (move_item_cb),
564 (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
565 (popup_context_menu_cb), (button_press_event_cb),
566 (configure_item_sensitivity), (configure_item_cursor),
567 (configure_item_tooltip), (connect_widget_signals),
568 (action_sensitive_cb), (create_item_from_action),
569 (create_item_from_position), (toolbar_drag_data_received_cb),
570 (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
571 (toolbar_drag_leave_cb), (configure_drag_dest),
572 (toggled_visibility_cb), (toolbar_visibility_refresh),
573 (create_dock), (toolbar_changed_cb), (unparent_fixed),
574 (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
575 (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
576 (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
577 (egg_editable_toolbar_dispose),
578 (egg_editable_toolbar_set_ui_manager),
579 (egg_editable_toolbar_get_selected),
580 (egg_editable_toolbar_set_selected), (set_edit_mode),
581 (egg_editable_toolbar_set_property),
582 (egg_editable_toolbar_get_property),
583 (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
584 (egg_editable_toolbar_new_with_model),
585 (egg_editable_toolbar_get_edit_mode),
586 (egg_editable_toolbar_set_edit_mode),
587 (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
588 (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
589 * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
590 * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
591 (item_added_or_removed_cb), (toolbar_removed_cb),
592 (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
593 (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
594 (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
595 (editor_create_item_from_name), (append_table),
596 (update_editor_sheet), (egg_toolbar_editor_init):
597 * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
598 * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
599 (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
600 (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
601 (toolbar_node_free), (egg_toolbars_model_get_flags),
602 (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
603 (egg_toolbars_model_get_name), (impl_add_item),
604 (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
605 (parse_data_list), (parse_item_list), (parse_toolbars),
606 (egg_toolbars_model_load_toolbars), (parse_available_list),
607 (parse_names), (egg_toolbars_model_load_names),
608 (egg_toolbars_model_class_init), (egg_toolbars_model_init),
609 (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
610 (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
611 (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
612 (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
613 (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
614 (egg_toolbars_model_set_types), (fill_avail_array),
615 (egg_toolbars_model_get_name_avail),
616 (egg_toolbars_model_get_name_flags),
617 (egg_toolbars_model_set_name_flags):
618 * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
619 * cut-n-paste/toolbar-editor/eggintl.h:
620 * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
621 (egg_tree_multi_drag_source_get_type),
622 (egg_tree_multi_drag_source_row_draggable),
623 (egg_tree_multi_drag_source_drag_data_delete),
624 (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
625 (egg_tree_multi_drag_button_release_event), (selection_foreach),
626 (path_list_free), (set_context_data), (get_context_data),
627 (get_info), (egg_tree_multi_drag_drag_data_get),
628 (egg_tree_multi_drag_motion_event),
629 (egg_tree_multi_drag_button_press_event),
630 (egg_tree_multi_drag_add_drag_support):
631 * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
632 * shell/ev-application.c: (ev_application_init),
633 (ev_application_save_toolbars_model):
634 * shell/ev-window.c: (ev_window_create_fullscreen_popup),
635 (ev_window_cmd_edit_toolbar), (ev_window_init):
637 Sync toolbareditor with epiphany and libegg
639 2006-05-23 Carlos Garcia Campos <carlosgc@gnome.org>
643 Depend on poppler 0.5.2
645 2006-05-22 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
647 * shell/ev-jobs.c: (ev_job_render_run):
649 Check if document supports links iterface.
651 2006-05-16 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
656 Update for release 0.5.3
658 2006-05-13 Michael Plump <plumpy@skylab.org>
662 * shell/main.c: (main):
664 Port to GOption command line parsing. Fix for the
667 2006-05-13 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
669 * shell/ev-window.c: (ev_window_cmd_help_about):
671 Do not wrap license. Fix for the bug #309460.
673 2006-05-13 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
676 * properties/ev-properties-main.c: (ev_properties_get_pages):
677 * shell/ev-application.c: (ev_application_open_window),
678 (ev_application_open_uri_at_dest):
679 * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
680 * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
681 (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
682 * shell/ev-utils.c: (save_print_config_to_file):
683 * shell/ev-window.c: (ev_window_cmd_save_as),
684 (ev_attachment_popup_cmd_save_attachment_as):
685 * shell/main.c: (load_files_remote):
687 Bump requirements to gtk 2.8 and drop all ifdefs used.
689 2006-05-11 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
691 * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
692 * shell/ev-window.c: (ev_window_init):
694 Show attachments page.
696 2006-05-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
699 * shell/ev-attachment-bar.c:
700 * shell/ev-attachment-bar.h:
701 * shell/ev-sidebar-attachments.c:
702 (ev_sidebar_attachments_icon_cache_add),
703 (icon_theme_get_pixbuf_from_mime_type),
704 (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
705 (ev_sidebar_attachments_icon_cache_refresh),
706 (ev_sidebar_attachments_get_attachment_at_pos),
707 (ev_sidebar_attachments_popup_menu_show),
708 (ev_sidebar_attachments_popup_menu),
709 (ev_sidebar_attachments_button_press),
710 (ev_sidebar_attachments_update_icons),
711 (ev_sidebar_attachments_drag_data_get),
712 (ev_sidebar_attachments_get_property),
713 (ev_sidebar_attachments_destroy),
714 (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
715 (ev_sidebar_attachments_new),
716 (ev_sidebar_attachments_set_document),
717 (ev_sidebar_attachments_support_document),
718 (ev_sidebar_attachments_get_label),
719 (ev_sidebar_attachments_page_iface_init):
720 * shell/ev-sidebar-attachments.h:
721 * shell/ev-window.c: (update_chrome_visibility),
722 (setup_sidebar_from_metadata), (ev_window_setup_document),
723 (ev_window_sidebar_current_page_changed_cb),
724 (attachment_bar_menu_popup_cb), (ev_window_init):
726 Move attachments bar to sidebar.
728 2006-05-09 Carlos Garcia Campos <carlosgc@gnome.org>
731 * shell/ev-application.[ch]:
734 Fix some memory leaks.
736 2006-05-09 Wouter Bolsterlee <uws+gnome@xs4all.nl>
738 * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
740 Change the properties dialog response to
741 GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
742 will make the dialog go away when the user presses
743 enter. With gtk+ >= 2.9 this will happen anyway, but for
744 older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
745 escape by default. Fixes bug #340539. See also bug
746 #101293 for the gtk+ part.
748 2006-05-08 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
750 * shell/ev-view.c (tip_from_action_named): Replace some strings
751 that were wrong. Closes #340970.
753 2006-05-08 Carlos Garcia Campos <carlosgc@gnome.org>
755 * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
757 Update sidebar chrome flag when sidebar visibility changes. Fixes bug
760 2006-05-05 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
764 * dvi/mdvi-lib/Makefile.am:
765 * properties/Makefile.am:
768 * thumbnailer/Makefile.am:
770 Due to broken libtool that is unable to track dependencies
771 of noinst libraries we are forced to explicitely point
772 libraries for binary. Fix for the bug #333334.
774 2006-05-05 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
776 * data/evince.desktop.in.in:
777 * shell/ev-view.c: (view_update_range_and_current_page),
778 (ev_view_next_page), (ev_view_previous_page):
779 * shell/ev-window.c: (update_chrome_visibility),
780 (setup_sidebar_from_metadata), (ev_window_setup_document),
781 (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
782 (fullscreen_set_timeout), (fullscreen_clear_timeout),
783 (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
784 (ev_window_stop_fullscreen), (ev_window_run_presentation),
785 (ev_window_stop_presentation), (ev_window_focus_in_event),
786 (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
788 * thumbnailer/Makefile.am:
790 Update fullscreen and presentation timeout handling. Hide
791 cursor in presentation after timeout. Fix for the bugs
794 2006-05-03 Carlos Garcia Campos <carlosgc@gnome.org>
796 * backend/ev-link-action.[ch]:
797 * pdf/ev-poppler.cc: (ev_link_from_action):
798 * shell/ev-view-private.h:
799 * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
800 * shell/ev-window.c: (do_action_named), (view_external_link_cb):
802 Add support for Named Action links
804 2006-05-02 Carlos Garcia Campos <carlosgc@gnome.org>
806 * backend/Makefile.am:
807 * backend/ev-document-links.[ch]:
808 * backend/ev-document.[ch]:
809 * backend/ev-link-action.[ch]:
810 * backend/ev-link-dest.[ch]:
811 * backend/ev-link.[ch]:
812 * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
813 (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
814 * shell/ev-page-action.c: (build_new_tree_cb):
815 * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
816 (links_page_num_func), (update_page_callback):
817 * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
820 * shell/ev-window.[ch]: (ev_window_open_uri),
821 (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
822 * shell/ev-application.[ch]: (ev_application_open_window),
823 (ev_application_open_uri):
825 Rework links system, it adds support for remote links now and it makes
826 easier to add new kinds of actions and destinations. Fixes bug #317292
828 2006-05-02 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
832 * data/evince-16.png:
833 * data/evince-22.png:
835 * shell/main.c: (main):
837 Evince use it's own icon. Fix for the bug #313392.
839 * shell/ev-window.c: (fullscreen_timeout_cb),
840 (fullscreen_set_timeout), (fullscreen_clear_timeout),
841 (ev_window_cmd_help_about), (ev_window_dispose):
843 Simplify fullscreen timeout code.
845 2006-04-29 Carlos Garcia Campos <carlosgc@gnome.org>
847 * backend/ev-attachment.c:
848 * shell/ev-attachment-bar.c:
851 Allow multiple selection of attachments
853 2006-04-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
855 * shell/ev-view.c: (view_update_range_and_current_page),
858 Fix for the bug #312573 – Optimal selection of current
859 page among visible pages.
861 2006-04-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
867 Update to djvulibre-3.5.17, now it uses pkg-config. Fix
870 2006-04-22 Kjartan Maraas <kmaraas@gnome.org>
872 * configure.ac: Fix the LINGUAS stuff here too so it builds.
874 2006-04-21 Wouter Bolsterlee <uws+gnome@xs4all.nl>
876 * shell/ev-window.c: Add ellipsis to the Find... menu item, as
877 dictated by the GNOME HIG. Fixes bug #339235.
879 2006-04-20 Wouter Bolsterlee <uws+gnome@xs4all.nl>
881 * data/evince-ui.xml:
882 * shell/ev-view.c: (ev_view_can_find_previous):
884 * shell/ev-window.c: (ev_window_update_actions),
885 (ev_window_cmd_edit_find_previous):
887 Add support for "Find Previous" as dictated by the GNOME HIG. A
888 menu item is added and some glue code to make it all work is added
891 2006-04-09 Wouter Bolsterlee <uws+gnome@xs4all.nl>
893 * configure.ac: Award myself the "useless use of cat" award.
895 2006-04-09 Wouter Bolsterlee <uws+gnome@xs4all.nl>
897 * po/LINGUAS: New file listing all supported languages.
899 * configure.in: Use po/LINGUAS instead of including all languages
900 directly in this file. See the wiki for more information:
901 http://live.gnome.org/GnomeGoals/PoLinguas
903 2006-04-06 Carlos Garcia Campos <carlosgc@gnome.org>
905 * backend/ev-document-factory.c:
907 Do not load the document twice when there isn't errors
909 2006-04-03 Carlos Garcia Campos <carlosgc@gnome.org>
911 * backend/ev-attachment.c:
913 Fix a crash when there isn't a default application to open an
916 2006-04-03 Carlos Garcia Campos <carlosgc@gnome.org>
918 * backend/ev-attachment.[ch]:
919 * shell/ev-attachment-bar.[ch]:
923 2006-04-03 Carlos Garcia Campos <carlosgc@gnome.org>
925 * backend/Makefile.am:
926 * data/evince-ui.xml:
927 * backend/ev-attachment.[ch]:
928 * backend/ev-document.[ch]: (ev_document_has_attachments),
929 (ev_document_get_attachments):
930 * pdf/ev-poppler.cc: (pdf_document_has_attachments),
931 (attachment_save_to_buffer), (pdf_document_get_attachments),
932 (pdf_document_document_iface_init):
934 * shell/ev-attachment-bar.[ch]:
937 Add support for PDF attachments. Fixes bug #325143
939 2006-04-03 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
941 * backend/ev-document-factory.c: (get_document_from_uri),
942 (ev_document_factory_get_document):
943 * backend/ev-document-factory.h:
944 * properties/ev-properties-main.c: (ev_properties_get_pages):
946 * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
947 (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
948 (ev_job_queue_remove_job):
949 * shell/ev-job-queue.h:
950 * shell/ev-job-xfer.c:
951 * shell/ev-job-xfer.h:
952 * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
953 (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
954 (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
957 * shell/ev-window.c: (ev_window_is_empty),
958 (password_dialog_response), (ev_window_clear_xfer_job),
959 (ev_window_xfer_job_cb), (ev_window_open_uri),
960 (ev_window_cmd_focus_page_selector),
961 (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
962 (ev_window_cmd_continuous), (ev_window_cmd_dual),
963 (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
965 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
967 * Cleanup mime type detection on document load. Fix for the
970 2006-04-02 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
972 * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
974 Fix crash on exit, described in the bug #336825.
976 2006-03-31 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
978 * backend/ev-document-factory.c:
979 (ev_document_factory_get_from_mime),
980 (ev_document_factory_get_all_mime_types), (get_document_from_uri),
981 (ev_document_factory_get_document),
982 (file_filter_add_mime_list_and_free),
983 (ev_document_factory_add_filters):
984 * backend/ev-document-factory.h:
985 * properties/ev-properties-main.c: (ev_properties_get_pages):
987 * shell/ev-application.c:
988 * shell/ev-job-xfer.c: (ev_job_xfer_run):
989 * shell/ev-window.c: (ev_window_cmd_file_open),
990 (ev_window_cmd_save_as):
991 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
993 Rework factory functions so they are placed now in a single
994 file ev-document-factory.c
996 2006-03-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
998 * shell/ev-window.c: (update_chrome_visibility):
1000 Fix for the bug 166566 - don't show menubar in fullscreen
1003 2006-03-22 Tommi Vainikainen <thv@iki.fi>
1005 * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
1007 2006-03-21 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1009 * shell/ev-view.c: (ev_view_expose_event):
1011 More correctly draw loading text when document
1014 2006-03-21 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1016 * shell/ev-view.c: (ev_view_scroll):
1018 Fix for the bug #334854, page down and page up switch
1019 pages in presentation mode.
1021 2006-03-21 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1023 * shell/ev-window.c: (ev_window_set_action_sensitive),
1024 (ev_window_setup_action_sensitivity), (ev_window_update_actions),
1025 (ev_window_set_view_accels_sensitivity),
1026 (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
1027 (ev_window_cmd_continuous), (ev_window_cmd_dual),
1028 (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
1029 (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
1030 (ev_window_cmd_edit_find), (ev_window_set_page_mode),
1031 (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
1032 (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
1033 (view_actions_focus_in_cb), (ev_window_init):
1035 Fix for the bug #333902, now it's possible to search
1038 2006-03-16 Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
1040 * configure.ac: Added Breton translation.
1041 * po/br.po: Added Breton translation.
1043 2006-03-14 Carlos Garcia Campos <carlosgc@gnome.org>
1045 * shell/ev-window-title (ev_window_title_update):
1047 Fix memory leak in window title. Fixes bug #333944
1049 2006-03-14 Carlos Garcia Campos <carlosgc@gnome.org>
1051 * shell/ev-metadata-manager.c (parseItem):
1053 Fix memory leaks. Fixes bug #333945
1055 2006-03-13 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1057 * NEWS, configure.ac, TODO:
1059 Update for release 0.5.2.
1061 2006-03-05 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1063 * shell/ev-view.c: (view_update_range_and_current_page),
1066 Don't jump on scrolling, fix for the bug #333127.
1068 2006-03-01 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1070 * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
1072 Scroll by one page in presentation mode. Fix for the bug
1075 2006-03-01 Vladimer SIchinava <vlsichinava@gmail.com>
1077 * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
1079 2006-02-28 Clytie Siddall <clytie@riverland.net.au>
1081 * configure.ac Added lv in ALL_LINGUAS line.
1083 2006-02-27 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1085 * NEWS, configure.ac:
1087 Update for release 0.5.1
1089 2006-02-24 Ricardo Markiewicz <rmarkie@fi.uba.ar>
1091 * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
1092 * backend/ev-document-misc.h:
1093 * shell/ev-view.c: (draw_one_page):
1095 Clairfy what page the toolbar page number applies to. Fix
1096 for the bug #328102.
1098 2006-02-24 Stanislav Slusny <slusnys@gmail.com>
1100 * shell/ev-view-private.h:
1101 * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
1102 (ev_view_init), (find_changed_cb), (ev_view_find_previous),
1103 (ev_view_search_changed):
1105 * shell/ev-window.c: (find_bar_search_changed_cb):
1107 Dont't jump to find result if window was scrolled during search.
1108 Fix for the bug #313266.
1110 2006-02-21 Stanislav Slusny <slusnys@gmail.com>
1112 * shell/eggfindbar.c: (egg_find_bar_class_init):
1113 * shell/eggfindbar.h:
1114 * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
1115 * shell/ev-view-private.h:
1116 * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
1117 (ev_view_class_init), (ev_sizing_mode_get_type),
1118 (ev_scroll_type_get_type):
1120 * shell/ev-window.c: (ev_window_cmd_scroll_forward),
1121 (ev_window_cmd_scroll_backward), (find_bar_scroll),
1124 Fix for the bug 319133 - Find entry should allow text scroll.
1126 2006-02-20 Antoine Dopffer <antoine.dopffer@free.fr>
1128 * shell/ev-view-private.h:
1129 * shell/ev-view.c: (view_update_range_and_current_page),
1130 (highlight_find_results), (find_changed_cb), (page_changed_cb),
1131 (ev_view_set_document), (update_find_status_message),
1132 (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
1133 (ev_view_find_previous):
1135 Fix for the bug #319137. Search now takes account for scrolling.
1137 2006-02-19 Michael Hofmann <mh21@piware.de>
1141 * djvu/djvu-document-private.h:
1142 * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
1143 (djvu_handle_events), (djvu_document_load), (djvu_document_save),
1144 (djvu_document_get_page_size), (djvu_document_render_pixbuf),
1145 (djvu_document_can_get_text), (djvu_document_get_text),
1146 (djvu_document_document_iface_init),
1147 (djvu_document_thumbnails_get_thumbnail),
1148 (djvu_document_find_begin), (djvu_document_find_get_n_results),
1149 (djvu_document_find_get_result),
1150 (djvu_document_find_page_has_results),
1151 (djvu_document_find_get_progress), (djvu_document_find_cancel),
1152 (djvu_document_find_iface_init):
1153 * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
1154 (djvu_text_page_selection), (djvu_text_page_limits_process),
1155 (djvu_text_page_limits), (djvu_text_page_copy),
1156 (djvu_text_page_position), (djvu_text_page_union),
1157 (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
1158 (djvu_text_page_box), (djvu_text_page_append_text),
1159 (djvu_text_page_search), (djvu_text_page_prepare_search),
1160 (djvu_text_page_new), (djvu_text_page_free):
1161 * djvu/djvu-text-page.h:
1162 * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
1163 (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
1164 (djvu_text_n_results), (djvu_text_has_results),
1165 (djvu_text_get_result), (djvu_text_get_progress):
1168 Text search in djvu. Fix for the bug #303415.
1170 2006-02-18 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1173 * shell/ev-window.c: (ev_window_cmd_save_as):
1175 Ask filechooser to confirm overwrite. Fix for the bug #328266.
1176 Thanks to Gary Coady <gary@lyranthe.org>
1178 2006-02-18 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1180 * shell/ev-print-job.c: (idle_print_handler):
1182 Inverse order printing, bug #320919.
1184 2006-02-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1186 * data/evince-toolbar.xml:
1187 * shell/ev-window.c:
1189 Allow to add sidebar checkbutton on toolbar. Fix
1190 for the bug #144577.
1192 2006-02-16 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1194 * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
1196 Add checks that have sense for empty ps document.
1198 2006-02-15 Luca Ferretti <elle.uca@libero.it>
1200 * configure.ac: Include PS in mime types list.
1202 2006-02-13 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1205 * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
1207 * ps/ps-document.c: (start_interpreter), (ps_document_load):
1209 Runtime check for gs interpreter. Fix for the bug #320868.
1210 Thanks to Antoine Dopffer antoine.dopffer@free.fr
1212 2006-02-12 Carlos Garcia Campos <carlosgc@gnome.org>
1214 * shell/ev-application.c:
1216 Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
1217 dbus>=0.60, so that the request is not queued.
1219 2006-02-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1222 * shell/Makefile.am:
1223 * shell/ev-sidebar-links.c: (print_section_cb):
1226 * shell/ev-window.c: (update_action_sensitivity),
1227 (ev_window_close_dialogs), (ev_window_print):
1228 * shell/ev-window.h:
1230 Make printing support optional. Patch from Eduardo de Barros Lima
1231 <eduardo.lima@indt.org.br> for the bug #330546.
1233 2006-02-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1235 * shell/ev-view-private.h:
1236 * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
1237 (ev_view_set_document):
1239 * shell/ev-window.c: (ev_window_load_job_cb),
1240 (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
1243 Draw Loading message during xfer job. Fix for the bug #329495.
1245 2006-02-03 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1247 * comics/comics-document.c: (comics_regex_quote),
1248 (comics_document_load), (extract_argv):
1250 Correcly quote regexp before passing it to unzip.
1252 2006-02-01 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1254 * shell/ev-page-cache.c: (build_height_to_page),
1255 (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
1256 (ev_page_cache_get_dual_even_left):
1257 * shell/ev-page-cache.h:
1258 * shell/ev-view.c: (view_update_range_and_current_page),
1259 (get_page_y_offset), (get_page_extents):
1261 Place even pages to the left if document has less then
1262 two pages. Fix for the bug #328856.
1264 2006-01-31 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1266 * thumbnailer/evince-thumbnailer-comics.schemas.in:
1268 Correct comics scheme. This make evince create thumbnails
1269 for comic books. Fix for the bug 329088.
1271 2006-01-31 Christopher Aillon <caillon@redhat.com>
1273 * data/evince-password.glade: Don't explicitly set
1274 invisible_char to the current default value in case
1275 the default changes; let GTK+ do its magic.
1277 2006-01-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1279 * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
1280 real filename to tmp filename since often document
1281 type is determined by extension.
1283 2006-01-24 Ricardo Markiewicz <rmarkie@fi.uba.ar>
1285 * shell/ev-view.c: (add_scroll_binding_keypad),
1286 (ev_view_binding_activated), (ev_view_class_init):
1288 Add keybindings for percision-scrolling of display area.
1289 Fix for the bug #314072.
1291 2006-01-21 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1293 * data/evince.desktop.in.in:
1295 Add GTK to the list of categories. Fix for the bug #328034.
1297 2006-01-21 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1299 * shell/ev-application.c: (ev_application_shutdown),
1300 (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
1301 * shell/ev-application.h:
1302 * shell/ev-window.c: (file_open_dialog_response_cb),
1303 (ev_window_cmd_file_open):
1305 Save last uri in file chooser dialog. Fix for the bug #327950.
1307 2006-01-20 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1312 Final update for release 0.5.0
1314 * shell/Makefile.am:
1316 Remove disable deprecated until we'll require libgnome-2.13.7
1317 and port to GOption argument parsing. See bug 327518.
1319 2006-01-19 Jani Monoses <jani.monoses@gmail.com>
1321 * comics/comics-document.c: (comics_document_save):
1322 * djvu/djvu-document.c: (djvu_document_save):
1323 * dvi/dvi-document.c: (dvi_document_save):
1324 * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
1325 * lib/ev-file-helpers.h:
1326 * pixbuf/pixbuf-document.c: (pixbuf_document_save):
1327 * tiff/tiff-document.c: (tiff_document_save):
1329 Use common save function for backends.
1331 2006-01-18 Jani Monoses <jani.monoses@gmail.com>
1333 * backend/ev-document-types.c:
1335 Fix crash on saving pixbuf.
1337 2006-01-18 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1339 * cut-n-paste/recent-files/egg-recent-item.c:
1340 (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
1341 * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
1342 (parse_info_free), (valid_element), (start_element_handler),
1343 (end_element_handler), (text_handler), (egg_recent_model_filter),
1344 (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
1345 (egg_recent_model_monitor), (egg_recent_model_read),
1346 (egg_recent_model_open_file), (egg_recent_model_lock_file),
1347 (egg_recent_model_unlock_file), (egg_recent_model_finalize),
1348 (egg_recent_model_set_property), (egg_recent_model_class_init),
1349 (egg_recent_model_init), (egg_recent_model_add_full),
1350 (egg_recent_model_delete), (egg_recent_model_get_list),
1351 (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
1352 (egg_recent_model_set_filter_mime_types),
1353 (egg_recent_model_clear_group_filter),
1354 (egg_recent_model_set_filter_groups),
1355 (egg_recent_model_clear_scheme_filter),
1356 (egg_recent_model_set_filter_uri_schemes),
1357 (egg_recent_model_remove_expired):
1358 * cut-n-paste/recent-files/egg-recent-util.c:
1359 (egg_recent_util_get_icon):
1360 * cut-n-paste/recent-files/egg-recent-util.h:
1361 * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
1362 (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
1363 (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
1364 (egg_recent_view_uimanager_set_property),
1365 (egg_recent_view_uimanager_get_property),
1366 (egg_recent_view_uimanager_class_init),
1367 (egg_recent_view_uimanager_init),
1368 (egg_recent_view_uimanager_set_label_width),
1369 (egg_recent_view_uimanager_get_label_width):
1370 * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
1371 * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1372 * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
1373 * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
1374 * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
1375 * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
1379 2006-01-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1381 * shell/ev-page-cache.c: (build_height_to_page),
1382 (ev_page_cache_get_height_to_page):
1383 * shell/ev-page-cache.h:
1384 * shell/ev-view.c: (view_update_range_and_current_page),
1385 (get_page_y_offset), (get_page_extents), (ev_view_next_page),
1386 (ev_view_previous_page):
1388 Dual mode places even pages to the left. Fix for the bug #309393.
1391 * shell/ev-window.c: (update_action_sensitivity),
1392 (setup_view_from_metadata), (view_menu_popup_cb):
1394 Don't restore presentation in empty windows, more intelligent
1395 next page behaviour in dual mode.
1397 * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
1398 (ev_pixbuf_cache_clear_job_sizes):
1400 Cleanup job callback on removal. Fix for the bug #325886.
1402 2006-01-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1404 * ps/ps.c: (psscan):
1406 Commit workaround Mozilla problem. Fix for the bug #325919
1408 * shell/ev-metadata-manager.c: (parse_value), (parseItem),
1411 Fix for year 2038 problem.
1413 2006-01-06 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1415 * shell/ev-window.c: (setup_document_from_metadata),
1416 (ev_window_cmd_view_reload):
1418 Clamp page recieved from metadata in valid values. Fix
1419 for the bug #325986.
1421 2006-01-06 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1424 Add MAINTAINERS as requested on desktop-devel-list.
1426 2006-01-06 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1428 * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
1429 (mime_type_supported_by_gdk_pixbuf),
1430 (ev_document_factory_get_mime_types),
1431 (ev_document_factory_get_all_mime_types):
1433 Don't add pixbuf mime types if pixbuf backend is disabled.
1435 * shell/ev-application.c: (ev_application_get_uri_window):
1437 Fix for the bug 325815 - unhandled MIME type message doesn't
1438 appear a second time.
1440 * shell/ev-document-types.c: (ev_document_types_add_filters):
1441 * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
1442 (password_dialog_response), (ev_window_popup_password_dialog),
1443 (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
1444 (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
1445 (ev_window_run_presentation), (ev_window_stop_presentation),
1446 (save_sizing_mode), (ev_window_zoom_changed_cb),
1447 (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
1448 (ev_window_dual_mode_changed_cb),
1449 (ev_window_sidebar_current_page_changed_cb),
1450 (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
1451 (window_state_event_cb), (window_configure_event_cb):
1453 Cleanup additional uris holded by EvWindow.
1455 2006-01-06 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1457 * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
1458 (ev_view_can_previous_page), (ev_view_can_next_page):
1460 * shell/ev-window.c: (update_action_sensitivity):
1462 Two page scrolling with Space and PageUp in dual mode. Second fix
1463 for the bug #316608.
1465 2006-01-05 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1467 * shell/ev-view.c: (scroll_to_current_page):
1469 Correctly clamp adjustment value. Fix for the bug
1472 2006-01-04 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1474 * shell/ev-sidebar-links.c: (print_section_cb):
1475 * shell/ev-window.c: (ev_window_get_uri),
1476 (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
1477 (ev_window_print_dialog_response_cb), (ev_window_print_range),
1478 (ev_window_dispose):
1480 Make print dialog non-modal. Fix for the bug #325622.
1482 2006-01-04 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1484 * shell/ev-metadata-manager.c:
1485 * shell/ev-utils.c: (using_pdf_printer),
1486 (using_postscript_printer), (load_print_config_from_file),
1487 (save_print_config_to_file):
1489 * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
1490 (update_sidebar_visibility), (setup_sidebar_from_metadata),
1491 (setup_view_from_metadata), (ev_window_setup_document),
1492 (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
1493 (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
1494 (ev_window_run_presentation), (ev_window_stop_presentation),
1495 (save_sizing_mode), (ev_window_zoom_changed_cb),
1496 (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
1497 (ev_window_dual_mode_changed_cb),
1498 (ev_window_sidebar_current_page_changed_cb),
1499 (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
1500 (window_state_event_cb), (window_configure_event_cb),
1503 Setting saving behaviour fixes.
1505 2005-12-30 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1509 Make antialiasing gs options better and allow
1510 to change them during configure. Fix for the
1513 2005-12-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1515 * shell/ev-window.c: (setup_view_from_metadata):
1517 Remember if last window was maximized. Fix for the
1520 2005-12-28 Abel Cheung <maddog@linuxhall.org>
1522 * configure.ac: Added "zh_HK" to ALL_LINGUAS.
1524 2005-12-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1526 * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
1527 * shell/ev-page-action.c: (build_new_tree_cb):
1528 * shell/ev-sidebar-links.c: (links_page_num_func),
1529 (update_page_callback_foreach), (update_page_callback):
1530 * shell/ev-view.c: (scroll_to_current_page):
1532 Fix for the bug #325067 with more intelligent selection
1533 of current link in sidebar. Make sidebar handle links
1534 of FITR-like type more correctly.
1536 * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
1537 (dvi_pixbuf_put_pixel):
1539 Fix memory consumtion with disabled alpha channel.
1541 2005-12-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1543 * data/evince-ui.xml:
1544 * shell/ev-window.c: (view_menu_popup_cb),
1545 (ev_popup_cmd_open_link), (ev_window_init):
1547 Update context menu for internal links. Fix for the bug
1550 2005-12-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1552 * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
1554 Bind context menu to keyboard also. Fix for the bug
1557 2005-12-27 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1559 * shell/ev-view.c: (selection_scroll_timeout_cb):
1561 Horizontal scroll on selection also.
1563 2005-12-26 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1565 * shell/ev-metadata-manager.c: (parse_value):
1566 * shell/ev-view.c: (goto_xyz_link):
1568 Correct zoom setup and metadata save broken in
1571 2005-12-26 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1573 * shell/ev-view-private.h:
1574 * shell/ev-view.c: (scroll_to_current_page),
1575 (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
1576 (goto_fith_link), (goto_fit_link), (goto_xyz_link),
1577 (page_changed_cb), (ev_view_set_continuous),
1578 (ev_view_set_dual_page), (ev_view_set_presentation):
1580 Delay scroll until allocation to correctly position page. Fix
1581 for the bug #317334.
1583 2005-12-25 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1588 Update NEWS and require poppler 0.5.0.
1590 2005-12-25 Carlos Garcia Campos <carlosgc@gnome.org>
1592 * data/evince-ui.xml:
1593 * shell/ev-view-private.h:
1594 * shell/ev-view.c: (ev_view_get_link_at_location),
1595 (handle_link_over_xy), (ev_view_button_press_event),
1596 (ev_view_button_release_event), (ev_view_class_init):
1597 * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
1598 (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
1601 Implement right-click context menu.
1603 2005-12-25 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1605 * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
1606 * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
1607 (mdvi_pixbuf_device_render):
1608 * pdf/ev-poppler.cc:
1610 Don't generate thumbnails with alpha. See bug #324077.
1611 Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
1613 2005-12-25 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1615 * shell/ev-window.c: (setup_chrome_from_metadata):
1617 Fix typo that was hiding toolbar.
1619 2005-12-25 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1621 * shell/ev-view-private.h:
1622 * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
1623 (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
1624 (ev_view_button_release_event), (ev_view_destroy):
1626 Small cleanup and autoscrolling during selection. Thanks to
1627 Ricardo Markiewicz <rmarkie@fi.uba.ar>.
1629 2005-12-22 Jani Monoses <jani.monoses@gmail.com>
1633 Correctly check for comics option.
1635 2005-12-21 Eduardo Lima <eduardo.lima@indt.org.br>
1638 * backend/Makefile.am:
1639 * backend/ev-document-factory.c:
1640 * shell/ev-document-types.c:
1642 Included option in configure to make ps backend
1643 compilation optional with --disable-ps.
1645 2005-12-20 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1647 * backend/ev-document-factory.c:
1648 * comics/Makefile.am:
1649 * comics/comics-document.c: (comics_document_load):
1650 * comics/ev-cbr-mime.xml:
1653 Comics mime types are added to shared-mime-info CVS. Now
1654 we don't need to install our own mime types.
1656 2005-12-20 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1658 * shell/ev-window.c:
1660 Add shortcut for "save a copy" menu entry. Fix for
1663 2005-12-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1665 * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
1666 (job_finished_cb), (new_selection_pixbuf_needed),
1667 (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
1668 (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
1670 Rework selection job info logic and fix critical warning.
1672 2005-12-17 Abel Cheung <maddog@linuxhall.org>
1674 * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
1676 2005-11-27 Jaap A. Haitsma <jaap@haitsma.org>
1678 * data/evince-ui.xml:
1679 * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
1681 Enter as shortcut key for next page. Fix for the bug
1684 2005-11-18 Ales Nyakhaychyk <nab@mail.by>
1686 * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
1688 2005-11-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1690 * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
1691 (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
1692 (new_selection_pixbuf_needed),
1693 (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
1694 (clear_job_selection):
1696 Too early for 0.5. Pixbuf cache code cleaned a bit.
1698 2005-11-14 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1703 Release 0.5.0 preparation
1705 2005-11-14 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1707 * comics/Makefile.am:
1709 * shell/ev-document-types.c: (ev_document_types_add_filters):
1711 More advanced handling of custom mime type installation.
1713 2005-11-14 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1715 * data/evince.schemas.in:
1716 * shell/ev-metadata-manager.c: (value_free),
1717 (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
1718 (ev_metadata_manager_get), (ev_metadata_manager_set):
1719 * shell/ev-metadata-manager.h:
1720 * shell/ev-window.c: (update_chrome_flag),
1721 (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
1722 (setup_document_from_metadata), (setup_chrome_from_metadata),
1723 (setup_sidebar_from_metadata), (setup_view_from_metadata),
1724 (ev_window_cmd_edit_find), (ev_window_cmd_escape),
1725 (ev_window_view_toolbar_cb),
1726 (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
1727 (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
1729 Save last document settings and reuse them for new documents.
1731 2005-11-14 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1734 * backend/Makefile.am:
1735 * backend/ev-document-factory.c:
1736 * backend/ev-document-factory.h:
1737 * comics/Makefile.am:
1738 * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
1739 (comics_document_load), (comics_document_save),
1740 (comics_document_get_n_pages), (comics_document_get_page_size),
1741 (get_page_size_area_prepared_cb), (comics_document_render_pixbuf) (render_pixbuf_size_prepared_cb), (comics_document_finalize),
1742 (comics_document_class_init), (comics_document_can_get_text),
1743 (comics_document_get_info), (comics_document_document_iface_init),
1744 (comics_document_init), (get_supported_image_extensions),
1745 (comics_document_thumbnails_get_geometry),
1746 (comics_document_thumbnails_get_thumbnail),
1747 (comics_document_thumbnails_get_dimensions),
1748 (comics_document_document_thumbnails_iface_init), (extract_argv):
1749 * comics/comics-document.h:
1750 * comics/ev-cbr-mime.xml:
1753 * shell/ev-application.c: (ev_application_register_service):
1754 * shell/ev-document-types.c: (ev_document_types_add_filters):
1755 * thumbnailer/Makefile.am:
1756 * thumbnailer/evince-thumbnailer-comics.schemas.in:
1758 New CBR/CBZ backend for comic books.
1760 2005-11-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1762 * shell/main.c: (load_files_remote):
1764 Thanks to Robert McQueen <robot101@debian.org>. Dbus
1765 warning on startup of second instance is fixed. It
1768 2005-10-30 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1770 * shell/ev-window.c: (ev_window_finalize):
1772 Fix double free that cause crash.
1774 2005-10-29 Bastien Nocera <hadess@hadess.net>
1776 * tiff/tiff-document.c: (tiff_document_load):
1780 2005-10-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1783 * shell/Makefile.am:
1784 * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
1785 (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
1786 (ev_view_accessible_get_text),
1787 (ev_view_accessible_get_character_at_offset),
1788 (ev_view_accessible_get_text_before_offset),
1789 (ev_view_accessible_get_text_at_offset),
1790 (ev_view_accessible_get_text_after_offset),
1791 (ev_view_accessible_get_character_count),
1792 (ev_view_accessible_get_caret_offset),
1793 (ev_view_accessible_set_caret_offset),
1794 (ev_view_accessible_get_run_attributes),
1795 (ev_view_accessible_get_default_attributes),
1796 (ev_view_accessible_get_character_extents),
1797 (ev_view_accessible_get_offset_at_point),
1798 (ev_view_accessible_get_n_selections),
1799 (ev_view_accessible_get_selection),
1800 (ev_view_accessible_add_selection),
1801 (ev_view_accessible_remove_selection),
1802 (ev_view_accessible_set_selection),
1803 (ev_view_accessible_text_iface_init),
1804 (ev_view_accessible_idle_do_action),
1805 (ev_view_accessible_action_do_action),
1806 (ev_view_accessible_action_get_n_actions),
1807 (ev_view_accessible_action_get_description),
1808 (ev_view_accessible_action_get_name),
1809 (ev_view_accessible_action_set_description),
1810 (ev_view_accessible_action_iface_init),
1811 (ev_view_accessible_get_type), (ev_view_accessible_new),
1812 (ev_view_accessible_factory_get_accessible_type),
1813 (ev_view_accessible_factory_create_accessible),
1814 (ev_view_accessible_factory_class_init),
1815 (ev_view_accessible_factory_get_type):
1816 * shell/ev-view-accessible.h:
1817 * shell/ev-view-private.h:
1818 * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
1821 Initial accessibility support.
1823 2005-10-27 Erdal Ronahi <erdal.ronahi@gmail.com>
1825 * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
1827 2005-10-26 Hubert Figuiere <hfiguiere@teaser.fr>
1829 * shell/ev-print-job.c: (idle_print_handler):
1831 Fix for bug Bug 318916: Printing multiple pages.
1833 2005-10-20 Runa Bhattacharjee <runa@bengalinux.org>
1835 * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
1837 2005-10-18 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1839 * pdf/ev-poppler.cc:
1841 Thumnail dimensions unified with other backends.
1843 * shell/ev-window-title.c: (ev_window_title_update):
1847 2005-10-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1849 * data/ev-stock-zoom-fit-width.png:
1853 2005-10-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1856 * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
1857 (djvu_document_finalize):
1858 * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
1859 (dvi_document_finalize):
1860 * pixbuf/pixbuf-document.c: (pixbuf_document_load),
1861 (pixbuf_document_save), (pixbuf_document_finalize):
1862 * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
1863 (tiff_document_finalize):
1865 Save a copy implemented for various backends.
1867 2005-10-17 Daniel Gryniewicz <dang@gentoo.org>
1871 Don't link with ltiff if tiff is disabled.
1873 2005-10-14 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1875 * pdf/GDKSplashOutputDev.cc:
1876 * pdf/GDKSplashOutputDev.h:
1879 * pdf/pdf-document.cc:
1880 * pdf/pdf-document.h:
1881 * pdf/test-gdk-output-dev.cc:
1883 Remove old unused files.
1885 2005-10-12 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1887 * shell/ev-window.c: (ev_window_setup_document):
1889 Fixed warnings on reload and probably crash reason.
1891 2005-10-12 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1893 * properties/ev-properties-view.c:
1894 (ev_properties_view_format_date):
1896 Check if date is invalid. Fix for bug 318134.
1898 2005-10-02 Wouter Bolsterlee <uws+gnome@xs4all.nl>
1900 * shell/ev-window-title.c:
1902 Add .indd files (Adobe Indesign) to the list of "bad
1905 2005-10-02 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1907 * data/evince-ui.xml:
1908 * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
1910 Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
1912 2005-09-27 Christian Persch <chpe@cvs.gnome.org>
1914 * shell/ev-window.c: (launch_link), (launch_external_uri),
1915 (view_external_link_cb):
1917 URL-escape link before passing it to gnome_vfs_url_show.
1919 2005-09-27 Carlos Garcia Campos <carlosgc@gnome.org>
1921 * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
1922 there isn't text selected.
1924 2005-09-27 Marco Pesenti Gritti <mpg@redhat.com>
1926 * shell/ev-view.c: (handle_link_over_xy):
1928 Check tooltip is valid utf8 before showing it
1930 2005-09-27 Carlos Garcia Campos <carlosgc@gnome.org>
1932 * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
1934 2005-09-27 Christian Persch <chpe@cvs.gnome.org>
1936 * shell/ev-window-title.c: (ev_window_title_update):
1938 Guard against using g_strstrip on NULL. Fixes bug #317291.
1940 2005-09-26 Marco Pesenti Gritti <mpg@redhat.com>
1942 * pdf/ev-poppler.cc:
1944 Show title even for unknown links
1946 2005-09-26 Marco Pesenti Gritti <mpg@redhat.com>
1948 * shell/ev-window-title.c: (ev_window_title_update):
1950 Strip the title string
1952 2005-09-26 Marco Pesenti Gritti <mpg@redhat.com>
1954 * shell/ev-window-title.c:
1956 Add .rtf to the bad extensions list
1958 2005-09-26 Marco Pesenti Gritti <mpg@redhat.com>
1960 * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
1961 (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
1963 Ignore link coordinates if they are outside page bounds
1965 2005-09-26 Marco Pesenti Gritti <mpg@redhat.com>
1967 * backend/ev-link.c: (ev_link_type_get_type),
1968 (ev_link_get_filename), (ev_link_get_params),
1969 (ev_link_get_property), (ev_link_set_property),
1970 (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
1971 * backend/ev-link.h:
1972 * pdf/ev-poppler.cc:
1973 * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
1974 * shell/ev-window.c: (launch_link), (view_external_link_cb),
1977 Implement launch links. Delegate external link opening to
1980 2005-09-24 Marco Pesenti Gritti <mpg@redhat.com>
1982 * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
1983 (ev_link_get_right), (ev_link_get_property),
1984 (ev_link_set_property), (ev_link_class_init),
1985 (ev_link_new_page_fitv), (ev_link_new_page_fitr):
1986 * backend/ev-link.h:
1987 * pdf/ev-poppler.cc:
1988 * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
1990 Implement fitr links
1992 2005-09-24 Marco Pesenti Gritti <mpg@redhat.com>
1994 * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
1995 (goto_fitv_link), (goto_fith_link), (goto_fit_link),
1996 (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
1997 (ev_view_size_request_continuous),
1998 (ev_view_size_request_dual_page),
1999 (ev_view_size_request_single_page), (ev_view_size_allocate),
2000 (ev_view_zoom_for_size_continuous_and_dual_page),
2001 (ev_view_zoom_for_size_continuous),
2002 (ev_view_zoom_for_size_dual_page),
2003 (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
2004 (ev_sizing_mode_get_type):
2006 * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
2008 Do not use modes for link, we need to calculate size ad hoc.
2009 Still not perfect because of the usual scrollbar issues grrr.
2011 2005-09-24 Marco Pesenti Gritti <mpg@redhat.com>
2013 * backend/ev-link.c: (ev_link_type_get_type),
2014 (ev_link_new_page_fith), (ev_link_new_page_fitv):
2015 * backend/ev-link.h:
2016 * pdf/ev-poppler.cc:
2017 * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
2018 (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
2019 (ev_view_size_request_continuous),
2020 (ev_view_size_request_dual_page),
2021 (ev_view_size_request_single_page), (ev_view_size_allocate),
2022 (zoom_for_size_fit_height),
2023 (ev_view_zoom_for_size_continuous_and_dual_page),
2024 (ev_view_zoom_for_size_continuous),
2025 (ev_view_zoom_for_size_dual_page),
2026 (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
2027 (ev_sizing_mode_get_type):
2029 * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
2031 Implement FIT_HEIGHT mode (only for links).
2032 Implement FITH links
2034 2005-09-24 Marco Pesenti Gritti <mpg@redhat.com>
2036 * shell/ev-window-title.c: (get_filename_from_uri),
2037 (ev_window_title_sanitize_extension), (ev_window_title_update),
2038 (ev_window_title_set_document), (ev_window_title_set_uri),
2039 (ev_window_title_free):
2040 * shell/ev-window-title.h:
2041 * shell/ev-window.c: (ev_window_setup_document),
2042 (ev_window_popup_password_dialog):
2044 Refactor window title building while fixing it for
2047 2005-09-24 Marco Pesenti Gritti <mpg@redhat.com>
2049 * pdf/ev-poppler.cc:
2051 Escape link title before setting it in the model
2053 2005-09-23 Marco Pesenti Gritti <mpg@redhat.com>
2055 * shell/ev-application.c: (removed_from_session), (save_session),
2056 (init_session), (ev_application_get_empty_window),
2057 (ev_application_init), (ev_application_get_windows):
2058 * shell/ev-application.h:
2059 * shell/ev-window.c: (ev_window_finalize):
2061 Add a function to retrieve window list and share it where
2063 Implement session handling, works pretty well thanks to the
2066 2005-09-22 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2068 * shell/ev-password.c: (ev_password_item_created_callback),
2069 (ev_password_dialog_save_password):
2071 Fix for bug 316972. Use async gnome-keyring API.
2073 2005-09-22 Christian Persch <chpe@cvs.gnome.org>
2075 * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
2076 Remove unused unrealize handler. Add scroll handling to
2077 ev_view_scroll_event for presentation mode (bug #316708),
2078 and fix the event state checks there.
2080 2005-09-22 Marco Pesenti Gritti <mpg@redhat.com>
2082 * shell/ev-page-action.c: (page_changed_cb):
2084 "marco, maybe we should be crazy and jump right to 6! :)"
2086 Bryan Clark, Sep 2005
2088 2005-09-22 Marco Pesenti Gritti <mpg@redhat.com>
2090 * ps/ps-document.c: (save_document), (ps_document_save),
2091 (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
2092 (ps_document_ps_export_end):
2094 Fix unstructured documents save and print
2096 2005-09-22 Marco Pesenti Gritti <mpg@redhat.com>
2098 * shell/ev-application.c: (ev_application_open_uri):
2100 Fix window size persistance
2102 2005-09-22 Marco Pesenti Gritti <mpg@redhat.com>
2104 * shell/ev-view.c: (ev_view_button_release_event):
2106 Based on a patch from carlosgc@gnome.org. Mouse buttons
2107 switch pages in presentation mode.
2109 2005-09-19 Marco Pesenti Gritti <mpg@redhat.com>
2111 * shell/ev-page-cache.c: (ev_page_cache_get_size):
2113 Dont cast to int before scaling
2115 2005-09-19 Marco Pesenti Gritti <mpg@redhat.com>
2117 * backend/ev-link.c: (ev_link_type_get_type),
2118 (ev_link_new_page_xyz), (ev_link_new_page_fit),
2119 (ev_link_new_page_fith):
2120 * backend/ev-link.h:
2121 * pdf/ev-poppler.cc:
2122 * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
2124 Implement FIT and FITH links
2126 2005-09-19 Marco Pesenti Gritti <mpg@redhat.com>
2128 * pdf/ev-poppler.cc:
2130 Return 0 results when search is not in progress.
2132 * shell/ev-window.c: (ev_window_cmd_go_previous_page),
2133 (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
2135 Update menu sensitivity when cancelling search
2137 2005-09-19 Marco Pesenti Gritti <mpg@redhat.com>
2139 * shell/ev-view.c: (ev_view_can_find_next):
2141 Take all pages in consideration, not just current one
2143 2005-09-19 Marco Pesenti Gritti <mpg@redhat.com>
2145 * shell/ev-page-cache.c:
2146 * shell/ev-page-cache.h:
2147 * shell/ev-view.c: (ev_view_binding_activated),
2148 (ev_view_next_page), (ev_view_previous_page),
2149 (ev_sizing_mode_get_type):
2151 * shell/ev-window.c: (ev_window_cmd_go_previous_page),
2152 (ev_window_cmd_go_next_page):
2154 Move page next/previous functions from page chace to
2155 view and change it to move by 2 page steps in dual mode.
2157 2005-09-19 Marco Pesenti Gritti <mpg@redhat.com>
2159 * shell/ev-window.c: (update_sidebar_visibility),
2160 (setup_sidebar_from_metadata), (ev_window_setup_document),
2161 (setup_view_from_metadata):
2163 Show the index by default when there is one
2165 2005-09-19 Marco Pesenti Gritti <mpg@redhat.com>
2167 * shell/ev-window-title.c: (ev_window_title_set_document):
2171 2005-09-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2173 * shell/ev-view.c: (view_update_range_and_current_page):
2175 Allow display of last odd page in dual view. Fix for 316347.
2177 2005-09-17 Wouter Bolsterlee <uws+gnome@xs4all.nl>
2179 * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
2181 Make close button default. Fix for 316383.
2183 2005-09-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2185 * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
2187 Mark close button as default. Fix for 316381.
2189 2005-09-16 Marco Pesenti Gritti <mpg@redhat.com>
2191 * backend/ev-link.c: (ev_link_class_init):
2193 Allow negative doubles in left/top properties
2195 2005-09-16 Marco Pesenti Gritti <mpg@redhat.com>
2197 * shell/ev-window.c:
2199 Remove a bunch of strings that was used only
2202 2005-09-16 Marco Pesenti Gritti <mpg@redhat.com>
2204 * shell/ev-window-title.c: (get_filename_from_uri),
2205 (ev_window_title_set_document):
2207 When title has a confusing extension, show also
2208 the document filename inside ()
2210 2005-09-16 Marco Pesenti Gritti <mpg@redhat.com>
2212 * shell/Makefile.am:
2213 * shell/ev-window-title.c: (ev_window_title_new),
2214 (ev_window_title_update), (ev_window_title_set_type),
2215 (ev_window_title_set_document), (ev_window_title_free):
2216 * shell/ev-window-title.h:
2217 * shell/ev-window.c: (ev_window_setup_document),
2218 (password_dialog_response), (ev_window_popup_password_dialog),
2219 (ev_window_dispose), (ev_window_init):
2221 Factor out and cleanup window title code
2223 2005-09-16 Marco Pesenti Gritti <mpg@redhat.com>
2225 * shell/ev-window.c: (unable_to_load_dialog_response_cb),
2228 Make dialog transient so it doesnt block other windows
2230 2005-09-13 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2232 * pdf/ev-poppler.cc:
2234 Fix pdf thumbnails rendering.
2236 2005-09-13 Wouter Bolsterlee <uws+gnome@xs4all.nl>
2238 * shell/ev-window.c: (fullscreen_set_timeout):
2240 Increase timeout to hide full screen popup. Bug
2243 2005-09-13 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2245 * data/evince.schemas.in:
2246 * shell/ev-window.c: (update_action_sensitivity):
2248 Allow the user to override document restrictions. Fix for bug
2251 2005-09-13 Christian Persch <chpe@cvs.gnome.org>
2253 * shell/ev-window.c: (ev_window_update_fullscreen_popup),
2254 (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
2255 (ev_window_class_init): Fix multihead behaviour of fullscreen
2256 toolbar popup. Fixes bug #315451.
2258 2005-09-13 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2261 * data/evince-password.glade:
2262 * shell/ev-password.c: (ev_password_dialog_set_property),
2263 (ev_password_dialog_finalize), (ev_password_dialog_class_init),
2264 (ev_password_dialog_init), (ev_password_set_bad_password_label),
2265 (ev_password_dialog_entry_changed_cb),
2266 (ev_password_dialog_entry_activated_cb),
2267 (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
2268 (ev_password_search_in_keyring), (ev_password_dialog_get_password),
2269 (ev_password_dialog_set_bad_pass):
2270 * shell/ev-password.h:
2271 * shell/ev-window.c: (password_dialog_response),
2272 (ev_window_popup_password_dialog):
2274 Support for gnome-keyring for encrypted PDF's.
2276 2005-09-11 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2278 * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
2279 (ev_view_motion_notify_event), (ev_view_leave_notify_event),
2280 (ev_view_enter_notify_event), (ev_view_class_init):
2282 More precise handling of enter_notify/leave_notify events
2283 in EvView. Fix for bug 315470.
2285 2005-09-08 Christopher Aillon <caillon@redhat.com>
2287 * shell/ev-window.c: (fullscreen_timeout_cb),
2288 (fullscreen_set_timeout), (fullscreen_clear_timeout),
2289 (ev_window_dispose):
2291 leak fix: unref fullscreen_timeout_source before clearing it
2293 2005-09-08 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2295 * configure.ac, dvi/mdvi/Makefile.am:
2297 Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
2299 2005-09-08 Marco Pesenti Gritti <mpg@redhat.com>
2301 * backend/ev-link.c: (ev_link_new_page_xyz):
2302 * pdf/ev-poppler.cc:
2303 * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
2305 Fix some bugs with xyz links, respect zoom
2307 2005-09-08 Marco Pesenti Gritti <mpg@redhat.com>
2309 * shell/ev-window.c: (page_changed_cb),
2310 (setup_document_from_metadata), (update_sidebar_visibility),
2311 (setup_view_from_metadata), (ev_window_run_fullscreen),
2312 (ev_window_stop_fullscreen), (ev_window_run_presentation),
2313 (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
2314 (ev_window_dual_mode_changed_cb),
2315 (ev_window_sidebar_current_page_changed_cb):
2317 null check uri before setting and getting metadata
2319 2005-09-08 Marco Pesenti Gritti <mpg@redhat.com>
2322 * properties/Makefile.am:
2323 * shell/Makefile.am:
2324 * thumbnailer/Makefile.am:
2326 Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
2328 2005-09-08 Marco Pesenti Gritti <mpg@redhat.com>
2330 * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
2331 (selection_changed_callback):
2332 * shell/ev-sidebar-links.h:
2334 Add a signal for link activation.
2336 * shell/ev-view.c: (ev_view_goto_link),
2337 (ev_view_button_release_event):
2339 * shell/ev-window.c: (sidebar_links_link_activated_cb),
2342 Implement the signal so that we can handle all link types.
2344 * shell/ev-page-cache.c:
2346 Remove unused set_link function
2348 2005-09-08 Marco Pesenti Gritti <mpg@redhat.com>
2350 * lib/ev-tooltip.c: (ev_tooltip_set_position):
2352 Add some space from the cursor, hardcoded but I couldnt
2355 2005-09-07 Marco Pesenti Gritti <mpg@redhat.com>
2359 Use mozilla style vs gtk style, way better for links.
2361 * shell/ev-view.c: (ev_view_motion_notify_event),
2362 (ev_view_destroy), (ev_view_init):
2364 Deactive tooltip when the link hovered is changed.
2366 2005-09-07 Marco Pesenti Gritti <mpg@redhat.com>
2368 * backend/ev-document.h:
2369 * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
2370 (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
2371 (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
2372 (ev_link_new_page), (ev_link_new_page_xyz):
2373 * backend/ev-link.h:
2374 * pdf/ev-poppler.cc:
2375 * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
2376 (go_to_link), (tip_from_link):
2378 Implement xyz links, still not functional. Links are a total
2379 mess, will need to refactor and bugfix a lot :(
2381 2005-09-05 Alessio Frusciante <algol@firenze.linux.it>
2383 * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
2385 2005-09-05 Marco Pesenti Gritti <mpg@redhat.com>
2387 * data/evince-ui.xml:
2388 * data/evince.schemas.in:
2389 * shell/Makefile.am:
2390 * shell/ev-window.c: (update_chrome_visibility),
2391 (password_dialog_response), (ev_window_load_job_cb),
2392 (ev_window_xfer_job_cb), (ev_window_open_uri),
2393 (ev_window_class_init), (set_chrome_actions), (load_chrome),
2396 Remove the statusbar. This regress loading feedback, need to
2397 check with Bryan what we want to do there...
2399 2005-09-05 Marco Pesenti Gritti <mpg@redhat.com>
2401 * lib/ev-tooltip.c: (ev_tooltip_init):
2403 Fix tooltip border and size handling
2405 2005-09-05 Marco Pesenti Gritti <mpg@redhat.com>
2407 * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
2408 (ev_tooltip_set_position), (ev_tooltip_recently_shown),
2409 (ev_tooltip_timeout), (ev_tooltip_activate),
2410 (ev_tooltip_deactivate):
2412 * shell/ev-view.c: (ev_view_motion_notify_event):
2414 Delay popup showing. Mirror gtk logic/times.
2416 2005-09-03 Marco Pesenti Gritti <mpg@redhat.com>
2419 * lib/ev-tooltip.c: (ev_tooltip_expose_event),
2420 (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
2421 (ev_tooltip_set_text), (ev_tooltip_set_position):
2424 Simple widget to show tooltips at a custom position
2426 * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
2429 Use it for links. First go, needs work
2431 2005-08-17 Dennis Cranston <dennis_cranston@yahoo.com>
2433 * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small
2434 HIG fixes. Use title capitalization for window title. Use 12
2435 pixels of space between the dialog's vbox and action area.
2437 2005-09-02 Marco Pesenti Gritti <mpg@redhat.com>
2439 * shell/ev-window.c: (file_open_dialog_response_cb),
2440 (ev_window_cmd_file_open), (file_save_dialog_response_cb),
2441 (ev_window_cmd_save_as):
2443 Make file pickers not modal and refactor code some
2445 2005-09-02 Marco Pesenti Gritti <mpg@redhat.com>
2447 * shell/ev-sidebar.h:
2448 * shell/ev-sidebar.c: (ev_sidebar_set_property),
2449 (ev_sidebar_get_current_page), (ev_sidebar_get_property),
2450 (ev_sidebar_class_init), (ev_sidebar_select_page),
2451 (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
2452 (ev_sidebar_set_page):
2454 Add a current page property and allow to get/set it
2456 * shell/ev-window.c: (setup_view_from_metadata),
2457 (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
2459 Persist current sidebar page per document
2461 2005-09-02 Marco Pesenti Gritti <mpg@redhat.com>
2463 * data/evince.schemas.in:
2464 * shell/ev-window.c: (update_chrome_visibility),
2465 (setup_document_from_metadata), (update_sidebar_visibility),
2466 (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
2467 (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
2468 (ev_window_run_presentation), (ev_window_stop_presentation),
2469 (ev_window_view_sidebar_cb),
2470 (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
2471 (load_chrome), (ev_window_init):
2473 Persist size/visibility of sidebar per document
2475 Fri Sep 2 00:59:55 2005 Jonathan Blandford <jrb@redhat.com>
2477 * shell/ev-view.c (draw_loading_text): Draw loading text.
2479 2005-09-02 Dan Damian <dand@gnome.ro>
2481 * configure.in: Added "ro" to ALL_LINGUAS.
2483 2005-09-01 Marco Pesenti Gritti <mpg@redhat.com>
2485 * shell/ev-view.c: (clear_caches):
2487 ev_page_cache_get doesnt return a reference,
2488 dont try to unref it.
2490 2005-09-01 Marco Pesenti Gritti <mpg@redhat.com>
2492 * shell/main.c: (load_files_remote):
2494 Fix timestamp parameter with dbus <= 0.33
2496 2005-08-31 Marco Pesenti Gritti <mpg@redhat.com>
2498 * data/evince.schemas.in:
2500 Add missing full stop
2502 2005-08-31 Hiroyuki Ikezoe <poincare@ikezoe.net>
2504 * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
2505 * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
2507 Plug some memory leaks
2509 2005-08-29 Christian Persch <chpe@cvs.gnome.org>
2512 * lib/ev-debug.c: (trap_handler):
2514 Check for execinfo.h and use it only if it exists.
2515 Ported from Epiphany (bug #314776).
2517 2005-08-29 Duarte Loreto <happyguy_pt@hotmail.com>
2519 * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
2521 2005-08-27 Mohammad DAMT <mdamt@gnome.org>
2523 * configure.ac: Added Indonesian "id" to ALL_LINGUAS
2524 * po/id.po : Added Indonesian translation
2526 Fri Aug 26 00:45:09 2005 Jonathan Blandford <jrb@redhat.com>
2529 * shell/ev-application.c: Last minute GTK-2.6 fixes.
2530 * NEWS: Release 0.4.0
2532 Thu Aug 25 23:40:23 2005 Jonathan Blandford <jrb@redhat.com>
2534 * configure.ac: catch another gtk+-2.8ism
2535 * shell/main.c: Make work with gtk+-2.6
2537 2005-08-25 Ryan Lortie <desrt@desrt.ca>
2539 * shell/ev-application-service.xml: Add 'timestamp' argument to
2540 ev_application_open_window and ev_application_open_uri methods.
2542 * shell/ev-application.h: Add 'timestamp' argument to
2543 ev_application_open_window, ev_application_open_uri,
2544 and ev_application_open_uri_list functions.
2546 * shell/ev-application.c (ev_application_open_window,
2547 ev_application_open_uri, ev_application_open_uri_list): Change
2548 functions that show/present windows to use a timestamp if one
2551 * shell/ev-window.c (ev_window_cmd_file_open,
2552 ev_window_cmd_recent_file_activate, drag_data_received_cb):
2553 * shell/main.c (load_files): Modify calls to ev_application to
2554 include GDK_CURRENT_TIME as timestamp.
2556 * shell/main.c (load_files_remote): Obtain timestamp for client
2557 instance from GDK and pass to server instance so new windows are
2558 focused properly. Fix dbus_g_proxy_call() calls by including second
2563 Thu Aug 25 22:13:08 2005 Jonathan Blandford <jrb@redhat.com>
2565 * shell/ev-window.c (ev_window_finalize): Check for
2566 avail. EvWindows when quiting to handle the finalize better,
2569 2005-08-26 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2571 * properties/ev-properties-view.c:
2573 Set textdomain to libglade. Fixes translation problem in property page.
2575 2005-08-26 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2577 * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
2579 * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
2580 * dvi/mdvi-lib/Makefile.am:
2582 Fix rotation of thumbnails, ported to new API. Moved library
2583 dependencies earlier, probably it will fix linkage problem.
2585 Thu Aug 25 02:32:32 2005 Jonathan Blandford <jrb@redhat.com>
2587 * backend/ev-document-misc.c:
2588 (ev_document_misc_get_thumbnail_frame):
2589 * backend/ev-document-misc.h:
2591 * pdf/ev-poppler.cc:
2592 * shell/Makefile.am:
2593 * shell/ev-sidebar-thumbnails.c: (add_range),
2594 (ev_sidebar_thumbnails_set_loading_icon),
2595 (ev_sidebar_thumbnails_refresh),
2596 (ev_sidebar_thumbnails_set_document):
2597 * shell/ev-sidebar-thumbnails.h:
2598 * shell/ev-view.c: (ev_view_motion_notify_event),
2599 (ev_view_set_property), (ev_view_get_property),
2600 (ev_view_class_init), (ev_view_set_rotation):
2601 * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
2602 (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
2604 * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
2605 Redo rotation (again). prepare for 0.4.0
2607 2005-08-24 Kristian Høgsberg <krh@redhat.com>
2609 * configure.ac: Bump poppler requirement to 0.4.1.
2611 * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
2612 argument to poppler_page_render_selection() call.
2614 2005-08-24 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2616 * djvu/djvu-document.c: (djvu_document_render_pixbuf),
2617 (djvu_document_thumbnails_get_thumbnail):
2618 * dvi/dvi-document.c: (dvi_document_render_pixbuf),
2619 (dvi_document_thumbnails_get_thumbnail):
2620 * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
2621 (pixbuf_document_thumbnails_get_thumbnail):
2622 * tiff/tiff-document.c: (tiff_document_render_pixbuf):
2624 Update rotation direction of backends to fit with pdf and ps.
2626 2005-08-24 Marco Pesenti Gritti <mpg@redhat.com>
2628 * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
2629 * backend/ev-async-renderer.h:
2630 * ps/ps-document.c: (ps_document_init), (setup_pixmap),
2631 (setup_page), (ps_document_get_page_size),
2632 (ps_async_renderer_render_pixbuf):
2634 * shell/ev-jobs.c: (ev_job_render_run):
2636 Fix orientation in the postscript document
2638 2005-08-23 Marco Pesenti Gritti <mpg@redhat.com>
2640 * pdf/ev-poppler.cc:
2641 * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
2642 * shell/ev-view.c: (highlight_find_results):
2644 Adapt to the new poppler rotation API. Fix text maps on landscape
2647 Sat Aug 20 17:13:48 2005 Jonathan Blandford <jrb@redhat.com>
2649 * shell/ev-view.c (compute_new_selection_text): get the correct
2650 region when selecting in modes other than continuous.
2652 Sat Aug 20 13:10:01 2005 Jonathan Blandford <jrb@redhat.com>
2654 * shell/main.c (main): remove redundant g_warnings.
2656 2005-08-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2658 * shell/Makefile.am: Don't include autogenerated
2659 file ev-application-service.h into distribution, since
2660 it causes dbus crash. Fix for bugs 313724 and 313443.
2662 2005-08-18 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2664 * configure.ac: Fix sed expression for FreeBSD. Thanks
2665 to Joe Marcus Clark <marcus@freebsd.org>
2667 * shell/eggfindbar.c: (entry_activate_callback),
2668 (entry_changed_callback), (egg_find_bar_init),
2669 (egg_find_bar_set_search_string):
2671 Made findbar buttons unsensitive if there is no text in
2672 entry. Fix for the bug 313285.
2674 2005-08-17 Carlos Garcia Campos <carlosgc@gnome.org>
2676 * ps/ps-document.c: Use g_filename_display_name for displaying
2677 filenames and revert string freeze breackage
2679 2005-08-17 Marco Pesenti Gritti <mpg@redhat.com>
2686 * shell/Makefile.am:
2688 Add ev-application-service.xml to extra dist
2690 * shell/ev-view.c: (find_page_at_location):
2692 Remove unused function (fix warning)
2694 2005-08-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2696 * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
2697 (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
2699 Fix warnings and compilation with t1lib-5.0 and newer. Fix for
2702 2005-08-16 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2704 * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
2705 * shell/ev-window.c:
2708 2005-08-16 Carlos Garcia Campos <carlosgc@gnome.org>
2710 * configure.ac: Update script to get dbus version.
2711 Fix for the bug #313443.
2713 2005-08-16 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2715 * shell/ev-window.c: (ev_window_cmd_escape):
2717 Return focus back to view on escape. Fix for bug 313295.
2719 2005-08-16 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2721 * shell/ev-window.c: (update_window_title),
2722 (ev_window_popup_password_dialog), (ev_window_load_job_cb),
2723 (ev_window_cmd_save_as):
2725 Correct conversion from uri to displayable string. Fix for
2728 2005-08-16 Carlos Garcia Campos <carlosgc@gnome.org>
2730 * ps/ps-document.c: convert filename to utf8 when there is an error
2731 loading document. Fixes #309915
2733 2005-08-16 Marco Pesenti Gritti <mpg@redhat.com>
2737 We depend on poppler 0.4.0
2739 Mon Aug 15 21:53:05 2005 Jonathan Blandford <jrb@redhat.com>
2742 * NEWS: Release 0.3.3.
2743 * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
2745 2005-08-14 Dennis Cranston <dennis_cranston@yahoo.com>
2747 * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:
2748 add a couple missing mnemonics to menu items, use title
2749 capitalization for menu items and window titles, and add
2750 ellipsis to open menu item.
2752 Mon Aug 15 00:40:21 2005 Jonathan Blandford <jrb@redhat.com>
2754 * pdf/ev-poppler.cc:
2755 * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
2756 * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
2757 (ev_view_get_rotation):
2759 * shell/ev-window.c: (setup_view_from_metadata),
2760 (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
2761 (ev_window_cmd_edit_rotate_right): Fix rotation. Save it to
2764 2005-08-14 Baris Cicek <baris@teamforce.name.tr>
2766 * configure.ac: Added tr to ALL_LINGUAS
2768 2005-08-12 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2770 * shell/ev-view.c: Fix for bug Bug 311838. Search backward
2771 requires several clicks to find word. Thanks to
2772 Colin Slater <kiltedtaco@gmail.com>.
2774 2005-08-11 Bryan Clark <clarkbw@cvs.gnome.org>
2776 * data/evince.desktop.in.in: Hide menu entry and
2777 rename it to "Document Viewer". Fix for bug
2780 2005-08-11 Crispin Flowerday <gnome@flowerday.cx>
2782 * shell/ev-page-action.c (ev_page_action_class_init):
2784 Point to the correct function in constructor of the
2785 activate_label signal
2787 Tue Aug 9 02:17:13 2005 Jonathan Blandford <jrb@redhat.com>
2789 * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
2790 * shell/ev-jobs.h: Make thread safe.
2792 2005-08-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2794 * shell/ev-view.c: (view_update_range_and_current_page):
2795 Don't update page range if we are scrolling to some document
2798 2005-08-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2800 * shell/ev-view.c: (get_page_extents): reverse rotation/scale
2801 when getting max_page_width, fix drawing in dual mode.
2803 Sun Aug 7 02:06:08 2005 Jonathan Blandford <jrb@redhat.com>
2805 * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
2806 getting the area for select_all.
2808 2005-08-06 Kristian Høgsberg <krh@redhat.com>
2810 * backend/ev-selection.c: (ev_selection_render_selection):
2811 * backend/ev-selection.h:
2812 * pdf/ev-poppler.cc:
2813 * shell/ev-jobs.c: (ev_job_render_new):
2815 * shell/ev-pixbuf-cache.c: (get_selection_colors),
2816 (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
2817 * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
2818 (ev_view_class_init):
2820 Change selection color on focus in and focus out events. Also,
2821 poppler now uses GdkColor for specifying the selection colors, so
2822 drop some awkward conversion code.
2824 2005-08-06 Yair Hershkovitz <yairhr@gmail.com>
2826 * configure.ac: Added Hebrew translation
2828 Sat Aug 6 01:12:44 2005 Jonathan Blandford <jrb@redhat.com>
2831 * backend/ev-selection.c: (ev_selection_render_selection):
2832 * backend/ev-selection.h:
2833 * pdf/ev-poppler.cc:
2834 * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
2835 (ev_job_render_run):
2837 * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
2838 (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
2839 (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
2840 (ev_pixbuf_cache_style_changed),
2841 (ev_pixbuf_cache_get_selection_pixbuf),
2842 (ev_pixbuf_cache_set_selection_list),
2843 (ev_pixbuf_cache_get_selection_list):
2844 * shell/ev-pixbuf-cache.h:
2845 * shell/ev-utils.c: (ev_print_region_contents):
2847 * shell/ev-view.c: (ev_view_queue_draw_page),
2848 (selection_update_idle_cb), (ev_view_motion_notify_event),
2849 (ev_view_style_set), (draw_one_page), (ev_view_class_init),
2850 (setup_caches), (ev_view_find_next), (merge_selection_region),
2852 * shell/ev-window.c: (ev_window_update_fullscreen_popup):
2854 Clean up selection to be much smoother!
2856 2005-08-05 Kristian Høgsberg <krh@redhat.com>
2858 * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
2859 to poppler_page_render_selection().
2861 2005-08-05 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2863 * ps/ps-document.c: (save_page_list): Use
2864 unzipped document when printing. Thanks to
2865 Colin Slater <kiltedtaco@gmail.com>. Fix for bug
2868 2005-08-03 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2870 * shell/ev-window.c: (update_action_sensitivity):
2872 Disable print and save respect to lockdown gconf keys. Fix
2875 2005-08-03 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2878 * shell/ev-utils.c: (rename_file), (set_umask_permissions),
2879 (write_to_temp_file), (ev_file_set_contents):
2881 * shell/ev-window.c: (save_print_config_to_file):
2883 Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
2886 2005-07-31 Christian Persch <chpe@cvs.gnome.org>
2888 * shell/ev-window.c: (load_print_config_from_file),
2889 (save_print_config_to_file), (ev_window_print_range):
2891 Persist the print settings. Fixes bug #311578.
2893 2005-07-31 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2895 * djvu/djvu-document.c: (djvu_document_get_page_size),
2896 (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
2897 (djvu_document_thumbnails_get_thumbnail):
2898 * dvi/dvi-document.c: (dvi_document_get_page_size),
2899 (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
2900 (dvi_document_thumbnails_get_dimensions),
2901 (dvi_document_thumbnails_get_thumbnail):
2902 * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
2903 (pixbuf_document_render_pixbuf),
2904 (pixbuf_document_document_iface_init),
2905 (pixbuf_document_thumbnails_get_thumbnail):
2907 Update backends to make them build with new rotation system.
2909 2005-07-31 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2911 * help/C/figures/evince_start_window.png:
2913 Update documentation image from Luca Ferretti <elle.uca@libero.it>
2915 Sat Jul 30 19:09:34 2005 Jonathan Blandford <jrb@redhat.com>
2917 * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
2918 * shell/ev-pixbuf-cache.h:
2919 * shell/ev-sidebar-thumbnails.c:
2920 (ev_sidebar_thumbnails_get_property), (add_range),
2921 (adjustment_changed_cb):
2922 * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
2923 pixbuf cache. Make thumbnailing work again. Also, fix bug where
2924 we were thumbnailing the entire docment on startup, slowing us
2927 Fri Jul 29 23:14:28 2005 Jonathan Blandford <jrb@redhat.com>
2929 * shell/ev-page-cache.c: (ev_page_cache_new):
2930 * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
2931 == 0, fixes #310306.
2933 2005-07-29 Marco Pesenti Gritti <mpg@redhat.com>
2935 * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
2936 (ev_view_rotate_left):
2938 Account rotation in doc_rect_to_view_rect.
2939 Ensure rotation doesnt go out of bounds.
2941 2005-07-29 Marco Pesenti Gritti <mpg@redhat.com>
2943 * shell/ev-page-cache.c: (ev_page_cache_get_size):
2945 Correct and cleanup w/h swapping
2947 2005-07-29 Marco Pesenti Gritti <mpg@redhat.com>
2949 * backend/ev-document-thumbnails.c:
2950 (ev_document_thumbnails_get_thumbnail):
2951 * backend/ev-document-thumbnails.h:
2952 * backend/ev-document.c:
2953 * backend/ev-document.h:
2954 * backend/ev-render-context.c: (ev_render_context_new),
2955 (ev_render_context_set_rotation):
2956 * backend/ev-render-context.h:
2957 * pdf/ev-poppler.cc:
2958 * ps/ps-document.c: (ps_document_document_iface_init):
2959 * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
2961 * shell/ev-page-cache.c: (build_height_to_page),
2962 (ev_page_cache_new), (ev_page_cache_get_size),
2963 (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
2964 (ev_page_cache_get_height_to_page):
2965 * shell/ev-page-cache.h:
2966 * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
2967 (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
2968 (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
2969 (ev_pixbuf_cache_get_selection_pixbuf):
2970 * shell/ev-pixbuf-cache.h:
2971 * shell/ev-print-job.c: (idle_print_handler):
2972 * shell/ev-sidebar-thumbnails.c: (add_range):
2973 * shell/ev-view.c: (view_update_range_and_current_page),
2974 (get_page_y_offset), (get_page_extents),
2975 (ev_view_size_request_continuous_dual_page),
2976 (ev_view_size_request_continuous),
2977 (ev_view_size_request_dual_page),
2978 (ev_view_size_request_single_page), (draw_one_page),
2979 (ev_view_set_rotation), (ev_view_rotate_right),
2980 (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
2981 (ev_view_zoom_for_size_continuous_and_dual_page),
2982 (ev_view_zoom_for_size_continuous),
2983 (ev_view_zoom_for_size_dual_page),
2984 (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
2985 (ev_view_select_all):
2986 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2987 * tiff/tiff-document.c: (tiff_document_render_pixbuf),
2988 (tiff_document_document_iface_init),
2989 (tiff_document_thumbnails_get_thumbnail):
2991 Use rotation rather than orientation. It's easier and enough
2994 2005-07-29 Marco Pesenti Gritti <mpg@redhat.com>
2996 * shell/ev-page-cache.c: (build_height_to_page),
2997 (ev_page_cache_new), (ev_page_cache_get_size),
2998 (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
2999 (ev_page_cache_get_height_to_page):
3000 * shell/ev-page-cache.h:
3001 * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
3002 (ev_view_size_request_continuous_dual_page),
3003 (ev_view_size_request_continuous),
3004 (ev_view_zoom_for_size_continuous_and_dual_page),
3005 (ev_view_zoom_for_size_continuous):
3007 Make the page cache aware of page orientation.
3009 2005-07-29 Marco Pesenti Gritti <mpg@redhat.com>
3011 * backend/ev-document-thumbnails.c:
3012 (ev_document_thumbnails_get_thumbnail):
3013 * backend/ev-document-thumbnails.h:
3014 * backend/ev-document.c:
3015 * backend/ev-document.h:
3016 * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
3017 * backend/ev-ps-exporter.h:
3018 * pdf/ev-poppler.cc:
3019 * ps/ps-document.c: (ps_document_document_iface_init),
3020 (ps_document_ps_export_do_page):
3021 * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
3023 * shell/ev-page-cache.c: (ev_page_cache_get_size),
3024 (ev_page_cache_get):
3025 * shell/ev-page-cache.h:
3026 * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
3027 (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
3028 (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
3029 * shell/ev-pixbuf-cache.h:
3030 * shell/ev-print-job.c: (idle_print_handler):
3031 * shell/ev-sidebar-thumbnails.c: (add_range):
3032 * shell/ev-view.c: (view_update_range_and_current_page),
3033 (get_page_extents), (ev_view_size_request_dual_page),
3034 (ev_view_size_request_single_page), (draw_one_page),
3035 (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
3036 (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
3037 (ev_view_zoom_for_size_dual_page),
3038 (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
3039 (ev_view_select_all):
3040 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3041 * tiff/tiff-document.c: (tiff_document_get_page_size),
3042 (tiff_document_get_orientation), (rotate_pixbuf),
3043 (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
3044 (tiff_document_thumbnails_get_thumbnail),
3045 (tiff_document_ps_export_do_page), (tiff_document_init):
3047 Really make use of the orientation bit of the render context.
3048 Use the render context in a few more places in the backend API.
3049 This regress orientation, but now it's done right. Will try to
3052 2005-07-29 Marco Pesenti Gritti <mpg@redhat.com>
3054 * shell/ev-view.c: (ensure_rectangle_is_visible):
3056 Patch by Nickolay V. Shmyrev to fix find flickering
3058 2005-07-27 Martin Kretzschmar <martink@gnome.org>
3060 * backend/ev-ps-exporter.h: add paper_width, paper_height, and
3061 duplex parameters to ::begin.
3063 * tiff/tiff-document.c (tiff_document_ps_export_begin):
3064 * shell/ev-print-job.c (idle_print_handler):
3065 * ps/ps-document.c (ps_document_ps_export_begin):
3066 * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin):
3067 * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
3068 implementations. Poppler backend needs poppler cvs. Rest has
3071 2005-07-25 Martin Kretzschmar <martink@gnome.org>
3073 * shell/ev-window.c (using_pdf_printer): new function.
3074 (ev_window_print_range): print a less techy message if someone
3075 tries to print to PDF.
3077 2005-07-25 Martin Kretzschmar <martink@gnome.org>
3079 * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
3080 from "unknown font" string. Bug #311431
3082 2005-07-24 Martin Kretzschmar <martink@gnome.org>
3084 * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
3086 2005-07-24 Martin Kretzschmar <martink@gnome.org>
3090 * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
3091 name for PopplerFontTypes
3092 (pdf_document_fonts_fill_model): add font type to the detail column
3094 * backend/ev-document-fonts.h: added
3095 EV_DOCUMENT_FONTS_COLUMN_DETAILS.
3097 * shell/ev-properties-fonts.c (font_cell_data_func): glue together
3098 font name and font details, add a little markup.
3099 (ev_properties_fonts_init): use the new cell data func, specify ypad
3100 property for the cell renderer.
3101 (ev_properties_fonts_set_document): add the details column.
3103 2005-07-24 Artur Flinta <aflinta@cvs.gnome.org>
3105 * configure.ac: Added "pl" to ALL_LINGUAS.
3107 2005-07-24 Danilo Šegan <danilo@gnome.org>
3109 * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
3111 2005-07-23 Tommi Vainikainen <thv@iki.fi>
3113 * help/ChangeLog: Started this for translations of manual.
3114 * configure.ac, autogen.sh, .cvsignore: Migrated to
3115 gnome-doc-utils. Patch in bug #311222.
3117 2005-07-22 Martin Kretzschmar <martink@gnome.org>
3119 * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf):
3120 #ifdef this away to fix an unused-function warning.
3122 2005-07-22 Ignacio Casal Quinteiro <nacho.resa@gmail.com>
3124 * configure.ac: Added 'gl' to ALL_LINGUAS.
3126 2005-07-22 Pawan Chitrakar <pawan@nplinux.org>
3128 * configure.ac: Added ne in ALL_LINGUAS
3130 2005-07-22 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3132 * shell/ev-view.c: (ev_view_leave_notify_event):
3134 Clear status message when pointer leaves view. Fix for bug
3137 2005-07-20 Ankit Patel <ankit644@yahoo.com>
3139 * configure.ac: Gujarati (gu) added to ALL_LINGUAS
3141 2005-07-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3143 * shell/ev-view.c: (ev_view_leave_notify_event),
3144 (ev_view_class_init):
3146 Set cursor to normal then leaving view.
3148 2005-07-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3152 Fix required djvulibre version.
3154 2005-07-15 Rajesh Ranjan <rajeshkajha@yahoo.com>
3156 *configure.ac: Hindi (hi) language added
3158 2005-07-15 Amanpreet Singh Brar <amanpreetalam@yahoo.com>
3160 *configure.ac: Punjabi (pa) Language added
3162 2005-07-12 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3164 * data/evince-ui.xml, shell/ev-window.c:
3166 Add keypad accelerators for zooming. Fix for bug 308128.
3168 2005-07-11 Marco Pesenti Gritti <mpg@redhat.com>
3171 * backend/Makefile.am:
3172 * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
3174 * shell/ev-document-types.c: (ev_document_types_add_filters):
3176 Allow to enable/disable the pixbuf backend.
3177 Default to off for now. If we want it enabled we should
3178 really put mime types in the desktop, implement properties etc.
3180 * properties/evince-properties.c:
3182 Initialize error to NULL.
3183 Check error is not NULL before freeing.
3185 2005-07-11 Marco Pesenti Gritti <mpg@redhat.com>
3187 * shell/ev-window.c:
3189 Use F5 as presentation accell
3191 2005-07-11 Marco Pesenti Gritti <mpg@redhat.com>
3193 * shell/ev-window.c: (update_chrome_visibility),
3194 (ev_window_create_fullscreen_popup), (ev_window_init):
3196 Do not leak the fullscreen toolbar
3198 2005-07-11 Marco Pesenti Gritti <mpg@redhat.com>
3200 * shell/ev-window.c: (view_actions_focus_in_cb),
3201 (view_actions_focus_out_cb):
3203 These has a return value! Fix totally random focus
3204 issues we was seeing.
3206 2005-07-11 Carlos Garcia Campos <carlosgc@gnome.org>
3208 * shell/main.c: (load_files_remote):
3210 Allow open more than one file
3212 2005-07-11 Marco Pesenti Gritti <mpg@redhat.com>
3214 * shell/main.c: (load_files_remote):
3216 Fix for dbus 0.33. bug #309975
3218 2005-07-08 Marco Pesenti Gritti <mpg@redhat.com>
3220 * properties/ev-properties-main.c: (ev_properties_get_pages):
3222 Actually return NULL for types we dont support
3224 2005-07-08 Christian Persch <chpe@cvs.gnome.org>
3230 2005-07-08 Marco Pesenti Gritti <marco@gnome.org>
3232 * backend/ev-document-factory.c:
3233 (ev_document_factory_get_document):
3235 Do not try to create the object if type
3238 2005-07-08 Marco Pesenti Gritti <mpg@redhat.com>
3240 * ps/ps-document.c: (ps_document_dispose),
3241 (ps_async_renderer_render_pixbuf):
3244 Do not leak the target window
3246 2005-07-08 Marco Pesenti Gritti <mpg@redhat.com>
3248 * shell/ev-application.c: (ev_application_init):
3250 Let tbe check file existence for us.
3251 Add a comment about eggrecent mime filter.
3253 2005-07-08 Marco Pesenti Gritti <mpg@redhat.com>
3255 * data/evince-ui.xml:
3256 * shell/ev-application.c: (ev_application_shutdown),
3257 (ev_application_init), (ev_application_get_toolbars_model),
3258 (ev_application_get_recent_model),
3259 (ev_application_save_toolbars_model):
3260 * shell/ev-application.h:
3261 * shell/ev-window.c: (ev_window_add_recent),
3262 (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
3263 (ev_window_cmd_edit_toolbar), (ev_window_dispose),
3266 Use common toolbar and recent models for all windows.
3267 Patch by Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3269 Thu Jul 7 23:10:01 2005 Jonathan Blandford <jrb@redhat.com>
3271 * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
3272 successfully check for gtk_icon_view_get_visible_range.
3274 2005-07-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3279 Fix djvu and dvi backend build.
3281 2005-07-07 Christian Persch <chpe@cvs.gnome.org>
3283 * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
3284 (new_separator_pixbuf):
3288 2005-07-07 Christian Persch <chpe@cvs.gnome.org>
3290 * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
3292 HIGification of toolbar editor dialogue.
3294 2005-07-07 Marco Pesenti Gritti <mpg@redhat.com>
3297 * shell/Makefile.am:
3299 Ever build metadata manager since it's just
3300 disabled at runtime now.
3302 2005-07-07 Marco Pesenti Gritti <mpg@redhat.com>
3304 * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
3305 (ev_metadata_manager_get), (ev_metadata_manager_set):
3306 * shell/ev-metadata-manager.h:
3308 Add an _init functions that enabled metadata management
3311 * shell/ev-window.c: (page_changed_cb),
3312 (setup_document_from_metadata), (ev_window_setup_document),
3313 (setup_view_from_metadata), (ev_window_open_uri),
3314 (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3315 (ev_window_run_presentation), (ev_window_stop_presentation),
3316 (save_sizing_mode), (ev_window_zoom_changed_cb),
3317 (ev_window_continuous_changed_cb),
3318 (ev_window_dual_mode_changed_cb), (window_state_event_cb),
3319 (window_configure_event_cb):
3321 Remove all ugly metadata define since we deal with it
3324 * shell/main.c: (load_files_remote), (main):
3326 Add support for dbus cvs head. Hopefully didnt break one
3327 of the other versions now!
3329 If we dont get a response from the dbus server just
3330 give up with it and not enable metadata.
3332 2005-07-07 Marco Pesenti Gritti <mpg@redhat.com>
3335 * backend/Makefile.am:
3337 * cut-n-paste/recent-files/Makefile.am:
3338 * cut-n-paste/toolbar-editor/Makefile.am:
3339 * cut-n-paste/zoom-control/Makefile.am:
3342 * pixbuf/Makefile.am:
3343 * properties/Makefile.am:
3345 * shell/Makefile.am:
3346 * thumbnailer/Makefile.am:
3349 Make frontends depend on just libev.
3350 Rework and group CFLAGS/LIBS definitions.
3353 2005-07-07 Marco Pesenti Gritti <mpg@redhat.com>
3357 do not unnecessarily save zoom
3360 * lib/ev-file-helpers.c: (ev_dot_dir):
3361 * shell/Makefile.am:
3366 2005-07-07 Marco Pesenti Gritti <mpg@redhat.com>
3370 Remove unnecessary dependencies
3372 2005-07-07 Marco Pesenti Gritti <mpg@redhat.com>
3374 * properties/Makefile.am:
3375 * thumbnailer/Makefile.am:
3378 Some more cleanups. Was really necessary
3379 but I probably introduced bugs, feel free
3382 2005-07-07 Marco Pesenti Gritti <mpg@redhat.com>
3384 * backend/Makefile.am:
3386 * cut-n-paste/recent-files/Makefile.am:
3387 * cut-n-paste/toolbar-editor/Makefile.am:
3388 * cut-n-paste/zoom-control/Makefile.am:
3391 * pixbuf/Makefile.am:
3392 * properties/Makefile.am:
3394 * shell/Makefile.am:
3395 * thumbnailer/Makefile.am:
3398 Use gnome-common macros when possible.
3399 Cleanup dependencies.
3400 Actually disable deprecated where possible.
3402 2005-07-07 Marco Pesenti Gritti <mpg@redhat.com>
3405 * backend/Makefile.am:
3406 * properties/Makefile.am:
3407 * shell/Makefile.am:
3408 * thumbnailer/Makefile.am:
3410 This should solve the circular dep without
3411 requiring dir reorg!
3413 * shell/ev-window.c: (setup_view_from_metadata):
3415 Never restore window size/position when the
3416 window is already visible.
3418 2005-07-06 Christian Persch <chpe@cvs.gnome.org>
3420 * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
3422 Return a boolean from timeout func. Fix ported from gedit.
3424 2005-07-07 Iñaki Larrañaga <dooteo@euskalgnu.org>
3426 * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
3428 2005-07-06 Carlos Garcia Campos <carlosgc@gnome.org>
3430 * shell/ev-document-types.c: set "All Documents" as default filter in
3433 2005-07-06 Martin Kretzschmar <martink@gnome.org>
3435 * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
3436 (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
3437 (ev_metadata_manager_set_boolean): fix value/val thinko.
3439 2005-07-06 Marco Pesenti Gritti <mpg@redhat.com>
3441 * shell/ev-window.c: (setup_view_from_metadata),
3442 (window_state_event_cb), (window_configure_event_cb),
3445 Remember window position and maximized state
3447 2005-07-06 Christian Persch <chpe@cvs.gnome.org>
3451 Fix DBUS configure checks.
3453 * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
3454 (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
3455 (ev_metadata_manager_set_boolean):
3459 * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
3460 (ev_window_stop_fullscreen), (ev_window_run_presentation),
3461 (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
3462 (ev_window_continuous_changed_cb),
3463 (ev_window_dual_mode_changed_cb), (ev_window_new):
3465 Fix the build without DBUS.
3467 2005-07-06 Marco Pesenti Gritti <mpg@redhat.com>
3469 * shell/ev-metadata-manager.c: (parse_value), (save_values),
3470 (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
3471 (ev_metadata_manager_set_string),
3472 (ev_metadata_manager_set_boolean):
3473 * shell/ev-metadata-manager.h:
3475 Add support for some more types
3477 * shell/ev-view.c: (scroll_to_current_page),
3478 (ev_view_get_continuous), (ev_view_set_continuous),
3479 (ev_view_get_dual_page):
3481 * shell/ev-window.c: (page_changed_cb),
3482 (setup_document_from_metadata), (ev_window_setup_document),
3483 (setup_view_from_metadata), (ev_window_open_uri),
3484 (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3485 (ev_window_run_presentation), (ev_window_stop_presentation),
3486 (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
3487 (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
3488 (ev_window_update_dual_page_action),
3489 (ev_window_continuous_changed_cb),
3490 (ev_window_dual_mode_changed_cb), (ev_window_init):
3492 Remember a bunch of view/document properties. Prolly some
3493 are still missing but it's getting interesting.
3495 2005-07-05 Martin Kretzschmar <martink@gnome.org>
3497 * configure.ac: check if dbus-binding-tool is installed. Not the
3498 case on current Ubuntu breezy, it seems.
3500 2005-07-05 Luca Ferretti <elle.uca@libero.it>
3502 * data/evince.desktop.in.in:
3504 Allow open uri lists and add TryExec field.
3506 2005-07-05 Marco Pesenti Gritti <mpg@redhat.com>
3510 Enable dbus when available, do not require a configure
3513 2005-07-05 Christian Persch <chpe@cvs.gnome.org>
3517 Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
3520 2005-07-05 Carlos Garcia Campos <carlosgc@gnome.org>
3521 Marco Pesenti Gritti <mpg@redhat.com>
3523 * shell/Makefile.am: Add --prefix for dbus-binding-tool script
3525 * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC
3526 functions to the format required by dbus
3528 * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
3529 errors. Use the RPC parameters in the expected way
3531 2005-07-05 Marco Pesenti Gritti <mpg@redhat.com>
3534 * properties/Makefile.am:
3535 * properties/ev-properties-main.c: (ev_properties_get_pages):
3537 Support all mime types
3539 * shell/Makefile.am:
3540 * thumbnailer/Makefile.am:
3541 * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
3542 (evince_thumbnail_pngenc_get):
3544 Use the document factory
3546 2005-07-05 Marco Pesenti Gritti <mpg@redhat.com>
3548 * backend/Makefile.am:
3549 * backend/ev-document-factory.c:
3550 (mime_type_supported_by_gdk_pixbuf),
3551 (ev_document_type_get_from_mime),
3552 (ev_document_factory_get_document),
3553 (ev_document_factory_get_backend),
3554 (ev_document_factory_get_mime_types),
3555 (ev_document_factory_get_all_mime_types):
3556 * backend/ev-document-factory.h:
3557 * shell/Makefile.am:
3558 * shell/ev-document-types.c: (get_document_from_uri),
3559 (ev_document_types_get_document),
3560 (file_filter_add_mime_list_and_free),
3561 (ev_document_types_add_filters):
3562 * shell/ev-document-types.h:
3563 * shell/ev-job-xfer.c: (ev_job_xfer_run):
3564 * shell/ev-properties-dialog.c:
3565 (ev_properties_dialog_set_document):
3566 * shell/ev-window.c: (ev_window_cmd_file_open),
3567 (ev_window_cmd_save_as):
3568 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3570 Rework document types managing to avoid code duplication
3571 and actually abstract from backend implementations.
3572 Also provide a minimal factory api that can be used by
3573 thumbnailer/properties.
3575 2005-07-05 Christian Persch <chpe@cvs.gnome.org>
3577 * properties/ev-properties-view.c: (ev_properties_view_set_info):
3579 * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
3582 2005-07-04 Matthew S. Wilson <msw@rpath.com>
3584 * shell/ev-properties-dialog.c
3585 (ev_properties_dialog_set_document): only call
3586 ev_properties_fonts_set_document() if the document implements the
3589 2005-07-05 Marco Pesenti Gritti <mpg@redhat.com>
3592 * properties/Makefile.am:
3593 * properties/ev-properties-view.c:
3594 (ev_properties_view_register_type):
3595 * properties/ev-properties-view.h:
3596 * properties/ev-properties-main.h:
3598 Implement nautilus plugin for properties.
3599 Works only for pdf atm, I need to rework the
3600 document types stuff to get this to work
3603 2005-07-04 Martin Kretzschmar <martink@gnome.org>
3605 * shell/ev-properties-fonts.c (enum): kill redundant columns enum
3606 (ev_properties_fonts_set_document): use
3607 EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
3609 2005-07-04 Matthew S. Wilson <msw@rpath.com>
3611 * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
3613 (PlaceImage, tiff2ps_process_page): use
3614 g_ascii_dtostr to convert floats to strings in a locale-safe way.
3617 2005-07-04 Martin Kretzschmar <martink@gnome.org>
3619 * shell/main.c: include libgnomeui/gnome-authentication-manager.h
3620 (main): to call gnome_authentication_manager_init. Should fix
3623 * configure.ac: that requires libgnomeui 2.6.0.
3625 2005-07-04 Matthew S. Wilson <msw@rpath.com>
3627 * tiff/tiff-document.c (tiff_document_ps_export_begin)
3628 (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
3629 use the new tiff2ps interfaces
3631 * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page)
3632 (tiff2ps_context_finalize): implement new interfaces for tiff2ps
3634 * tiff/tiff2ps.c: refactor tiff2ps code to use a context
3635 structure instead of global variables. Remove use of static
3636 variables in functions.
3638 2005-07-04 Carlos Garcia Campos <carlosgc@gnome.org>
3640 * shell/ev-page-action.c: unref the completion after setting it to the
3643 2005-07-04 Matthew S. Wilson <msw@rpath.com>
3645 * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
3648 2005-07-04 Matthew S. Wilson <msw@rpath.com>
3650 * shell/ev-window.c (update_action_sensitivity): disable
3651 File->Print if the document does not implement the ps exporter
3654 2005-07-04 Marco Pesenti Gritti <mpg@redhat.com>
3658 * data/evince-properties.glade:
3659 * properties/.cvsignore:
3660 * properties/Makefile.am:
3661 * properties/ev-properties-view.c: (ev_properties_view_dispose),
3662 (ev_properties_view_class_init), (ev_properties_view_format_date),
3663 (make_valid_utf8), (set_property), (ev_properties_view_set_info),
3664 (ev_properties_view_init), (ev_properties_view_new):
3665 * properties/ev-properties-view.h:
3666 * shell/Makefile.am:
3667 * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
3668 (ev_properties_dialog_init), (ev_properties_dialog_set_document),
3669 (ev_properties_dialog_new):
3670 * shell/ev-properties-dialog.h:
3671 * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
3672 (ev_properties_fonts_class_init), (ev_properties_fonts_init),
3673 (update_progress_label), (job_fonts_finished_cb),
3674 (ev_properties_fonts_set_document), (ev_properties_fonts_new):
3675 * shell/ev-properties-fonts.h:
3676 * shell/ev-properties.c:
3677 * shell/ev-properties.h:
3678 * shell/ev-window.c: (ev_window_setup_document),
3679 (ev_window_cmd_file_properties):
3681 Split the properties pages in two different objects, depend
3682 only on the backend where possible, use widgets instead
3683 of gobject for the glade part, reimplement the dialog
3685 I need this to implement nautilus properties page.
3687 2005-07-03 Matthew S. Wilson <msw@rpath.com>
3689 * tiff/tiff-document.c (tiff_document_ps_export_begin)
3690 (tiff_document_ps_export_do_page, tiff_document_ps_export_end)
3691 (tiff_document_document_ps_exporter_iface_init): implement the ps
3692 exporter interface for tiff documents
3694 * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
3695 libtiff to implement TIFF postscript export
3697 * tiff/tiff2ps.h: added a header file for external tiff2ps
3700 * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
3703 2005-07-03 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3705 * shell/ev-view.c: (scroll_to_current_page),
3706 (ev_view_set_fullscreen), (ev_view_set_presentation):
3708 Scroll to current page when exit from presentation
3710 2005-07-03 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3712 * shell/ev-window.c: (update_document_mode),
3713 (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3714 (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
3715 (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
3717 Exit from fullscreen mode when switch to presentation. Fix for
3720 2005-07-02 Matthew S. Wilson <msw@rpath.com>
3722 * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
3723 return NULL if the document does not implement the selection
3726 2005-07-02 Matthew S. Wilson <msw@rpath.com>
3728 * tiff/tiff-document.c (tiff_document_get_page_size): scale the
3729 reported height by using the resolution aspect ratio
3730 (tiff_document_render_pixbuf): scale the pixbuf using the
3731 resolution aspect ratio
3733 2005-07-01 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3737 Require libgnomeprint >= 2.5.1. Thanks to Colin Slater
3738 <kiltedaco@gmail.com>
3740 * djvu/djvu-document.c: (djvu_document_get_orientation),
3741 (djvu_document_set_orientation), (djvu_document_get_page_size),
3742 (rotate_pixbuf), (djvu_document_render_pixbuf),
3743 (djvu_document_document_iface_init):
3744 * dvi/dvi-document.c: (dvi_document_get_orientation),
3745 (dvi_document_set_orientation), (dvi_document_get_page_size),
3746 (rotate_pixbuf), (dvi_document_render_pixbuf),
3747 (dvi_document_document_iface_init):
3749 Dvi and djvu backends are ported to new API
3751 Fri Jul 1 00:10:15 2005 Jonathan Blandford <jrb@redhat.com>
3753 * backend/ev-selection.c: (ev_selection_get_selection_region),
3754 (ev_selection_get_selection_map):
3755 * backend/ev-selection.h:
3756 * pdf/ev-poppler.cc:
3757 * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
3759 * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
3760 (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
3761 (ev_pixbuf_cache_get_text_mapping):
3762 * shell/ev-pixbuf-cache.h:
3763 * shell/ev-view.c: (location_in_text),
3764 (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
3765 support to EvView. Now we can see where we can select! Sweet!
3767 2005-06-30 Kristian Høgsberg <krh@redhat.com>
3769 * shell/ev-view.c (ev_view_button_press_event): Fix
3770 event->y + view->scroll_x typo.
3772 2005-06-30 Kristian Høgsberg <krh@redhat.com>
3774 * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
3775 sub-GdkPixbuf instead of passing dest_x and dest_y.
3777 * shell/ev-view.c: (view_point_to_doc_point),
3778 (view_rect_to_doc_rect), (ev_view_button_press_event),
3779 (ev_view_motion_notify_event), (compute_new_selection_rect),
3780 (gdk_rectangle_point_in), (compute_new_selection_text),
3781 (compute_selections): Update selection code to keep the selection
3782 around as two points and not as a normalized rectangle, and fix
3783 page level selection in two-column mode.
3785 2005-06-30 Alex Duggan <aldug@astrolinux.com>
3787 * shell/ev-window.c: (window_configure_event_cb):
3791 2005-06-30 Marco Pesenti Gritti <mpg@redhat.com>
3793 * pdf/ev-poppler.cc:
3797 2005-06-30 Marco Pesenti Gritti <mpg@redhat.com>
3799 * shell/Makefile.am:
3800 * shell/ev-metadata-manager.c: (item_free),
3801 (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3802 (parse_value), (parseItem), (load_values),
3803 (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
3804 (save_values), (save_item), (get_oldest), (resize_items),
3805 (ev_metadata_manager_save), (ev_metadata_manager_set_int):
3806 * shell/ev-metadata-manager.h:
3808 Metadata manager from gedit but modified to use GValue, so that
3809 we dont need to keep converting from strings.
3813 ENABLE_METADATA conditional, on when dbus is on
3815 * shell/ev-application.c: (ev_application_open_uri):
3817 Show the window after load so that we can initialize
3818 window size before it's showed.
3820 * shell/ev-window.c: (ev_window_setup_from_metadata),
3821 (ev_window_open_uri), (window_configure_event_cb),
3824 Save and load metadata information about window size.
3825 Not yet keeping states in account.
3827 * shell/main.c: (main):
3829 Shutdown metadata manager.
3831 2005-06-24 Marco Pesenti Gritti <mpg@redhat.com>
3833 * shell/ev-application-service.xml:
3835 * shell/Makefile.am:
3836 * shell/ev-application.c:
3837 * shell/ev-application.h:
3838 * shell/ev-window.c:
3839 * shell/ev-window.h:
3842 Add an optional dbus interface (--enable-dbus).
3843 Rework application code, mainly to be easier to
3845 Do not open multiple windows with the same document,
3848 Thu Jun 30 01:50:14 2005 Jonathan Blandford <jrb@redhat.com>
3850 * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
3851 pixbuf iff it exists.
3853 Thu Jun 30 01:43:00 2005 Jonathan Blandford <jrb@redhat.com>
3856 * backend/ev-render-context.[ch]:
3857 * backend/ev-selection.[ch]:
3859 Massive changes. We now support text selection of pdfs, and not
3860 just rectangular selection. This is pretty broken still, but I
3861 want to get something into CVS.
3863 2005-06-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3865 * pdf/ev-poppler.cc:
3867 Fix for Bug 309080: crash on window close.
3869 * shell/ev-page-action.c: (page_changed_cb):
3871 Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
3872 jensgr@gmx.net (Jens Granseuer).
3874 2005-06-25 Marcel Telka <marcel@telka.sk>
3876 * configure.in (ALL_LINGUAS): Added sk.
3878 2005-06-24 Carlos Garcia Campos <carlosgc@gnome.org>
3880 * shell/ev-window.c: Make rotate menu entries unsensitive if there is
3883 2005-06-24 Marco Pesenti Gritti <mpg@redhat.com>
3890 * cut-n-paste/recent-files/Makefile.am:
3894 2005-06-24 Marco Pesenti Gritti <mpg@redhat.com>
3896 * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
3897 (pixbuf_document_set_orientation), (rotate_pixbuf),
3898 (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
3899 (pixbuf_document_document_iface_init), (pixbuf_document_init):
3901 Implement rotation and cleanup the code a bit.
3903 * tiff/tiff-document.c: (tiff_document_get_page_size),
3904 (tiff_document_get_orientation), (tiff_document_set_orientation),
3905 (rotate_pixbuf), (tiff_document_render_pixbuf),
3906 (tiff_document_document_iface_init), (tiff_document_init):
3908 Implement rotation. Was the quicker solution for the release
3909 but we really need to share this code in the shell.
3911 2005-06-24 Marco Pesenti Gritti <mpg@redhat.com>
3913 * pdf/ev-poppler.cc:
3915 Enable rotation, require poppler cvs. Fix a leak.
3917 2005-06-24 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3919 * shell/ev-window.c: (update_action_sensitivity):
3921 Make properties unsensitive if document backend doesn't provide
3924 2005-06-24 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3926 * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
3927 (bitmap_flip_horizontally), (bitmap_flip_vertically),
3928 (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
3929 (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
3930 (bitmap_flip_rotate_counter_clockwise):
3931 * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
3932 * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
3934 * dvi/mdvi-lib/common.h:
3935 * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
3936 * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
3937 (opendvi), (mdvi_reload), (mdvi_init_context),
3938 (mdvi_destroy_context), (mdvi_dopage), (special):
3939 * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
3940 * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
3941 (file_hash_free), (register_encoding), (parse_spec),
3942 (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
3943 (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
3944 (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
3945 * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
3946 (mdvi_register_font_type), (mdvi_unregister_font_type),
3947 (lookup_font), (mdvi_add_font), (mdvi_font_retry):
3948 * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
3949 * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
3950 (mdvi_hash_destroy_key), (mdvi_hash_reset):
3951 * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
3952 (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
3953 * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
3954 * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
3955 * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
3956 * dvi/mdvi-lib/special.c: (mdvi_register_special),
3957 (mdvi_unregister_special), (mdvi_flush_specials):
3958 * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
3960 * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
3961 * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
3962 (ofm1_load_file), (ofm_load_file), (get_font_metrics),
3963 (free_font_metrics), (flush_font_metrics):
3964 * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
3966 * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
3967 (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
3968 (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
3969 (dstring_insert), (dstring_new), (dstring_reset):
3970 * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
3972 Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
3973 avoid conflict with libtool on FC4
3975 * shell/ev-window.c: (ev_window_cmd_help_about):
3977 Update copyright year. Fix for bug 308828.
3979 2005-06-23 Nikolay V. Shmyrev <nshmyrev@yandex.ru>
3981 * shell/ev-view.c: (add_scroll_binding_keypad),
3982 (ev_view_binding_activated), (ev_view_class_init),
3983 (on_adjustment_value_changed):
3985 Bug 170874: Arrow keys switch pages in presentation mode
3987 2005-06-23 Nikolay V. Shmyrev <nshmyrev@yandex.ru>
3989 * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3991 Fix for Bug 308265: Sidebar dissappears coming out of
3994 2005-06-23 Nikolay V. Shmyrev <nshmyrev@yandex.ru>
3996 * shell/ev-application.c: (ev_application_open):
3997 * shell/ev-document-types.c: (ev_document_types_add_filters),
3998 (ev_document_types_add_filters_for_type):
3999 * shell/ev-document-types.h:
4000 * shell/ev-window.c: (ev_window_cmd_save_as):
4002 Suggest basename as template when saving, provide filters
4003 for save dialog. It's bug 308402
4005 2005-06-20 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4007 * pdf/ev-poppler.cc:
4008 * shell/ev-sidebar-links.c: (job_finished_callback):
4009 * shell/ev-view.c: (update_find_status_message):
4013 2005-06-19 Christian Persch <chpe@cvs.gnome.org>
4015 * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4016 (egg_recent_view_uimanager_set_list):
4018 Fix buglet in !show_numbers case.
4020 2005-06-19 Christian Persch <chpe@cvs.gnome.org>
4022 * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4023 (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
4025 Use pango ellipsisation.
4027 * pdf/ev-poppler.cc:
4029 Fix refcount leak, from nsh.
4031 2005-06-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4033 * cut-n-paste/recent-files/Makefile.am:
4034 * cut-n-paste/recent-files/egg-recent-view-gtk.c:
4035 * cut-n-paste/recent-files/egg-recent-view-gtk.h:
4037 Removed EggRecentViewGtk
4039 * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4040 * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
4041 * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
4042 (ev_window_setup_recent):
4044 Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
4047 2005-06-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4049 * cut-n-paste/recent-files/egg-recent-view-gtk.c:
4050 (egg_recent_view_gtk_finalize):
4054 * cut-n-paste/toolbar-editor/Makefile.am:
4056 Fix location of cursor icon.
4058 * pdf/ev-poppler.cc:
4059 * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
4060 (display_completion_text), (match_completion):
4061 * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
4062 (selection_changed_callback), (create_loading_model),
4063 (print_section_cb), (links_page_num_func),
4064 (update_page_callback_foreach):
4065 * shell/ev-window.c: (ev_window_dispose):
4067 Small memory fixes. Links model now store objects instead
4068 of pointers to improve memory management.
4070 2005-06-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4072 * shell/ev-window.c: (zoom_control_changed_cb):
4074 Fix update of zoom control (bug 308268).
4076 Sat Jun 18 22:46:42 2005 Jonathan Blandford <jrb@redhat.com>
4078 * shell/ev-properties.c (set_property): escape the text correctly.
4079 Handles non-UTF-8 properties and escaped properties. Also, sets
4080 the text to "<i>None</i>" if the property isn't set.
4082 * data/evince-properties.glade: Change the label to be ellipsized,
4083 and give it a minimum size.
4085 2005-06-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4087 * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
4088 * shell/ev-sidebar-links.c: (create_loading_model):
4089 * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
4090 * shell/ev-view.c: (ev_view_set_document):
4091 * shell/ev-window.c: (ev_window_dispose):
4093 Various small fixes, mostly memory leaks. Thanks to valgrind.
4095 2005-06-19 Martin Kretzschmar <martink@gnome.org>
4097 * ps/ps-document.c: remove the locale.h include again ;-). And
4098 kill the (bogus) setlocale/savelocale business.
4100 2005-06-19 Jaap A. Haitsma <jaap@haitsma.org>
4104 Include locale.h to fix build
4106 * shell/ev-sidebar.c:
4108 Remove unnecessary includes
4110 2005-06-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4112 * dvi/dvi-document.c: (dvi_document_load):
4113 * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
4116 Check for incorrect dvi files. Fix parsing dvi on AMD64
4117 platform. Thanks to tester@tester.ca (Olivier Crete).
4119 2005-06-18 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4121 * shell/ev-page-action.c: (match_selected_cb),
4122 (display_completion_text), (match_completion), (update_model):
4123 * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
4124 (expand_open_links):
4125 * shell/ev-sidebar.c: (ev_sidebar_destroy),
4126 (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
4127 (ev_sidebar_set_document):
4128 * shell/ev-window.c: (ev_window_xfer_job_cb),
4129 (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
4131 Fixed lot's of memory leaks, for example, memory leak on reload,
4132 described in bug 307793.
4134 2005-06-18 Marco Pesenti Gritti <mpg@redhat.com>
4136 * pdf/ev-poppler.cc:
4137 * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
4138 (update_visible_range), (adjustment_changed_cb),
4139 (ev_sidebar_thumbnails_fill_model),
4140 (ev_sidebar_thumbnails_refresh),
4141 (ev_sidebar_tree_selection_changed),
4142 (ev_sidebar_icon_selection_changed),
4143 (ev_sidebar_thumbnails_use_icon_view),
4144 (ev_sidebar_thumbnails_set_document):
4145 * shell/ev-sidebar-thumbnails.h:
4146 * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
4147 (ev_window_cmd_edit_rotate_right), (ev_window_init):
4149 Refresh thumbnails when changing orientation. Not fully
4150 working yet becuase of a sidebar bug.
4152 Set page orientation to poppler page everywhere. This sucks
4153 really need to fix poppler.
4155 2005-06-18 Marco Pesenti Gritti <mpg@redhat.com>
4157 * cut-n-paste/recent-files/egg-recent-view-gtk.c:
4158 (egg_recent_view_gtk_new_menu_item),
4159 (egg_recent_view_gtk_set_property),
4160 (egg_recent_view_gtk_get_property),
4161 (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
4162 (egg_recent_view_gtk_set_tooltip_func),
4163 (egg_recent_view_gtk_set_label_width),
4164 (egg_recent_view_gtk_get_label_width):
4165 * cut-n-paste/recent-files/egg-recent-view-gtk.h:
4167 Sync with libegg (ellipsize labels)
4169 2005-06-18 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4171 * data/evince-ui.xml:
4172 * shell/ev-window.c: (ev_window_cmd_go_forward),
4173 (ev_window_cmd_go_backward):
4175 Shift + PageUp moves 10 Pages. Fix for 306125
4177 2005-06-17 Marco Pesenti Gritti <mpg@redhat.com>
4179 * pdf/ev-poppler.cc:
4181 Add a flag to check if orientation has been overriden
4183 2005-06-17 Martin Kretzschmar <martink@gnome.org>
4185 * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
4188 * ps/ps.h: add creator field to document.
4190 * ps/ps-document.c (ps_document_get_info): set format to PostScript,
4193 2005-06-17 Marco Pesenti Gritti <mpg@redhat.com>
4195 * data/evince-properties.glade:
4196 * shell/ev-properties.c: (ev_properties_set_document):
4198 s/PDF Version/Format
4200 2005-06-17 Marco Pesenti Gritti <mpg@redhat.com>
4202 * shell/ev-properties.c: (ev_properties_set_document):
4204 Remove unnecessary translations
4206 2005-06-17 Marco Pesenti Gritti <mpg@redhat.com>
4208 * cut-n-paste/toolbar-editor/Makefile.am:
4210 Correct library name
4212 2005-06-17 Marco Pesenti Gritti <mpg@redhat.com>
4215 * cut-n-paste/recent-files/egg-recent-model.c:
4216 (egg_recent_model_write_raw), (egg_recent_model_lock_file),
4217 (egg_recent_model_unlock_file):
4218 * cut-n-paste/recent-files/egg-recent-util.c:
4219 (egg_recent_util_get_unique_id):
4220 * cut-n-paste/recent-files/update-from-egg.sh:
4221 * cut-n-paste/toolbar-editor/Makefile.am:
4222 * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4223 * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4224 * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4225 * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4226 (egg_toolbars_model_get_type):
4227 * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4229 Better makefile for toolbar editor and update everything
4232 2005-06-17 Marco Pesenti Gritti <mpg@redhat.com>
4234 * shell/ev-window.c: (update_document_mode):
4236 Prefer presentation mode when the document
4239 2005-06-17 Marco Pesenti Gritti <mpg@redhat.com>
4241 * data/evince-ui.xml:
4242 * shell/ev-window.c:
4244 Add control-equal for zooming
4246 2005-06-17 Theppitak Karoonboonyanan <thep@linux.thai.net>
4248 * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
4250 2005-06-16 Marco Pesenti Gritti <mpg@redhat.com>
4252 * backend/ev-document.c: (ev_document_get_orientation):
4253 * backend/ev-document.h:
4254 * pdf/ev-poppler.cc:
4255 * ps/ps-document.c: (ps_document_get_orientation),
4256 (ps_document_set_orientation), (ps_document_document_iface_init):
4258 Add a get_orientation api. Improve set_orientation.
4260 * data/evince-ui.xml:
4261 * shell/ev-view.c: (ev_view_set_orientation),
4262 (ev_view_rotate_right), (ev_view_rotate_left):
4264 * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
4265 (ev_window_cmd_edit_rotate_right):
4267 Better ui for changing document orientation
4269 2005-06-16 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4271 * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
4272 (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
4273 * shell/ev-sidebar-links.h:
4274 * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
4275 (ev_sidebar_page_iface_init):
4276 * shell/ev-sidebar-page.h:
4277 * shell/ev-sidebar-thumbnails.c:
4278 (ev_sidebar_thumbnails_get_property),
4279 (ev_sidebar_thumbnails_class_init),
4280 (ev_sidebar_thumbnails_set_document):
4281 * shell/ev-sidebar-thumbnails.h:
4282 * shell/ev-view.c: (ev_view_motion_notify_event):
4283 * shell/ev-window.c: (update_chrome_visibility),
4284 (ev_window_cmd_focus_page_selector),
4285 (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
4286 (sidebar_page_main_widget_update_cb), (ev_window_init):
4288 Autoraise toolbar on GoToPage binding and fix bindings in
4289 EvSidebarThumbnails page.
4291 2005-06-15 Christian Persch <chpe@cvs.gnome.org>
4293 * shell/ev-properties.c: (update_progress_label):
4295 Hide the progress label when finished; bug #307697.
4297 2005-06-15 Marco Pesenti Gritti <mpg@redhat.com>
4299 * pdf/ev-poppler.cc:
4301 Enable is_open for links, you will need poppler cvs
4303 * shell/ev-properties.c: (job_fonts_finished_cb):
4305 Get a lock on the document when filling the tree view
4307 2005-06-15 Marco Pesenti Gritti <mpg@redhat.com>
4309 * backend/ev-document-links.h:
4310 * pdf/ev-poppler.cc:
4311 * shell/ev-sidebar-links.c: (create_loading_model),
4312 (expand_open_links), (job_finished_callback):
4314 Expand links when specified by the document.
4315 Depend on a poppler api (defined out for now)
4317 2005-06-15 Marco Pesenti Gritti <mpg@redhat.com>
4319 * shell/ev-properties.c: (ev_properties_dispose),
4320 (ev_properties_class_init), (dialog_destroy_cb),
4321 (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
4322 (ev_properties_set_document), (ev_properties_new),
4323 (ev_properties_show):
4324 * shell/ev-properties.h:
4326 Make it an object, cleanup the code, api to show it as transient
4327 and to set the document.
4329 * shell/ev-window.c: (ev_window_setup_document),
4330 (ev_window_cmd_file_properties):
4332 Adapt to EvProperties changes, do not show multiple
4333 times, update it when document changes.
4335 2005-06-14 Marco Pesenti Gritti <mpg@redhat.com>
4338 * ps/ps-document.c: (ps_document_init), (get_page_orientation),
4339 (ps_document_set_orientation), (ps_document_document_iface_init):
4342 Implement orientation here too
4344 * shell/ev-properties.c: (ev_properties_new):
4345 * data/evince-properties.glade:
4347 Hide the fonts page for backends that doesnt
4350 2005-06-14 Marco Pesenti Gritti <mpg@redhat.com>
4352 * backend/ev-document.c: (ev_document_set_orientation):
4353 * backend/ev-document.h:
4354 * pdf/ev-poppler.cc:
4356 Add orientation api. Currently poppler api is not optimal,
4357 we need to set orientation every time we _get a page.
4358 I will try to fix that at some point.
4360 * data/evince-ui.xml:
4361 * shell/ev-window.c: (ev_window_cmd_edit_landscape),
4362 (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
4364 Add orientation menu items
4366 * shell/ev-page-cache.c: (ev_page_cache_clear):
4367 * shell/ev-page-cache.h:
4369 Add api to clear the cache
4371 * shell/ev-view.c: (setup_caches), (clear_caches),
4372 (ev_view_set_document), (ev_view_zoom_out),
4373 (ev_view_set_orientation):
4376 Implement orientation changing
4378 2005-06-13 Marco Pesenti Gritti <mpg@redhat.com>
4380 * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
4381 (ev_document_fonts_scan), (ev_document_fonts_fill_model):
4382 * backend/ev-document-fonts.h:
4384 Separate scan and fill so that we can incrementally fill from
4385 the main thread. Add a progress api.
4387 * data/evince-properties.glade:
4388 * pdf/ev-poppler.cc:
4389 * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
4391 * shell/ev-properties.c: (update_progress_label),
4392 (job_fonts_finished_cb), (setup_fonts_view):
4394 Incrementally feel the list and show the progress
4395 percentage in a label like acrobat does.
4397 You are going to need poppler cvs
4399 2005-06-11 Marco Pesenti Gritti <mpg@redhat.com>
4401 * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
4402 * backend/ev-document-fonts.h:
4403 * pdf/ev-poppler.cc:
4405 Make fonts model fill incrementally.
4407 * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4408 (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4409 (ev_job_queue_remove_job):
4410 * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
4411 (ev_job_fonts_new), (ev_job_fonts_run):
4414 New job for fonts scanning
4416 * shell/ev-properties.c: (job_fonts_finished_cb),
4417 (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
4418 * shell/ev-properties.h:
4419 * shell/ev-window.c: (ev_window_cmd_file_properties):
4421 Incrementally feel the treeview using the new job. Show Loading...
4422 message until scanning is completed.
4424 Hopefully I didnt break the build without the poppler patch.
4426 2005-06-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4428 * shell/ev-application.c: (ev_application_open):
4429 * shell/ev-document-types.c: (ev_document_type_from_from_mime),
4430 (ev_document_type_get_type), (ev_document_type_lookup):
4431 * shell/ev-document-types.h:
4432 * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
4433 * shell/ev-job-xfer.h:
4434 * shell/ev-window.c: (ev_window_clear_local_uri),
4435 (ev_window_load_job_cb), (ev_window_xfer_job_cb),
4436 (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
4437 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4439 Transfer remote documents to tmp directory to display them later.
4441 2005-06-10 Marco Pesenti Gritti <mpg@redhat.com>
4443 * backend/ev-document-info.h:
4444 * shell/ev-properties.c: (ev_properties_new):
4446 s/GTime*/GTime. Not sure why we was using a pointer
4449 Wed Jun 8 01:04:22 2005 Jonathan Blandford <jrb@redhat.com>
4451 * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
4452 situations. That situation is that you're using GTK+-HEAD with
4453 the patch at #306726 is applied, and you have a document with <
4454 1500 pages in it. It's not quite as uniformly nice as the
4455 TreeView, but should be better in the long run.
4457 I'm pretty sure I guarded against breaking compilation with
4458 HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
4461 * shell/ev-window.c (ev_window_init): We don't have our tree/list
4462 widget yet, so I commented that code out
4463 enable_view_actions_for_widget() for now. Need to figure this
4466 * shell/ev-page-action.c (match_selected_cb): emit the right
4467 signals. Our cool C-l completion now works.
4469 2005-06-08 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4471 * backend/Makefile.am:
4472 * backend/ev-document-fonts.c:
4473 * backend/ev-document-links.c:
4474 * backend/ev-document.c: (ev_document_load):
4475 * backend/ev-document.h:
4476 * backend/ev-job-queue.c:
4477 * backend/ev-job-queue.h:
4478 * backend/ev-jobs.c:
4479 * backend/ev-jobs.h:
4480 * backend/ev-page-cache.c:
4481 * backend/ev-page-cache.h:
4483 EvPageCache and EvJobs are moved to shell.
4485 * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
4487 * lib/ev-file-helpers.h:
4489 New helper to work with temporary files
4491 * shell/Makefile.am:
4492 * shell/ev-application.c: (ev_application_open):
4493 * shell/ev-application.h:
4494 * shell/ev-job-queue.c: (remove_job_from_queue_locked),
4495 (remove_job_from_async_queue), (add_job_to_async_queue),
4496 (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
4497 (handle_job), (search_for_jobs_unlocked),
4498 (no_jobs_available_unlocked), (ev_render_thread),
4499 (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
4500 (ev_job_queue_add_job), (move_job_async), (move_job),
4501 (ev_job_queue_update_job), (ev_job_queue_remove_job):
4502 * shell/ev-job-queue.h:
4503 * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
4504 (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
4505 * shell/ev-job-xfer.h:
4506 * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
4507 (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
4508 (ev_job_links_class_init), (ev_job_render_init),
4509 (ev_job_render_dispose), (ev_job_render_class_init),
4510 (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
4511 (ev_job_thumbnail_class_init), (ev_job_load_init),
4512 (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
4513 (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
4514 (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
4515 (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
4517 * shell/ev-page-action.c: (ev_page_action_set_document):
4518 * shell/ev-page-cache.c: (ev_page_cache_init),
4519 (ev_page_cache_class_init), (ev_page_cache_finalize),
4520 (ev_page_cache_new), (ev_page_cache_get_n_pages),
4521 (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
4522 (ev_page_cache_set_page_label), (ev_page_cache_set_link),
4523 (ev_page_cache_get_title), (ev_page_cache_get_size),
4524 (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
4525 (ev_page_cache_get_height_to_page),
4526 (ev_page_cache_get_max_label_chars),
4527 (ev_page_cache_get_page_label),
4528 (ev_page_cache_has_nonnumeric_page_labels),
4529 (ev_page_cache_get_info), (ev_page_cache_next_page),
4530 (ev_page_cache_prev_page), (ev_page_cache_get):
4531 * shell/ev-page-cache.h:
4532 * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
4533 (ev_pixbuf_cache_clear_job_sizes),
4534 (ev_pixbuf_cache_add_jobs_if_needed),
4535 (ev_pixbuf_cache_set_page_range):
4536 * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
4537 * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
4538 * shell/ev-sidebar-thumbnails.c:
4539 (ev_sidebar_tree_selection_changed),
4540 (ev_sidebar_thumbnails_set_document):
4541 * shell/ev-statusbar.c: (ev_statusbar_destroy),
4542 (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
4543 (ev_statusbar_get_context_id), (ev_statusbar_push),
4544 (ev_statusbar_pop), (ev_statusbar_set_maximized),
4545 (ev_statusbar_pulse), (ev_statusbar_show_progress),
4546 (ev_statusbar_set_progress):
4547 * shell/ev-statusbar.h:
4548 * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
4549 (ev_view_find_previous):
4550 * shell/ev-window.c: (ev_window_is_empty),
4551 (ev_window_setup_document), (password_dialog_response),
4552 (ev_window_clear_jobs), (ev_window_load_job_cb),
4553 (ev_window_xfer_job_cb), (ev_window_open_uri),
4554 (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
4555 (ev_window_print), (ev_window_print_range),
4556 (ev_window_state_event), (ev_window_cmd_view_reload),
4557 (menu_item_select_cb), (menu_item_deselect_cb),
4558 (view_status_changed_cb), (ev_window_dispose),
4559 (drag_data_received_cb), (ev_window_init):
4560 * shell/ev-window.h:
4561 * shell/main.c: (load_files):
4563 New statusbar to show progress on idle. Two new jobs -
4564 xfer job and load job to load document in background. And update
4565 of page_cache clients to new location of code.
4567 2005-06-08 Carlos Garcia Campos <carlosgc@gnome.org>
4569 * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
4570 selection in open dialog. It also remembers the last visited directory
4571 in the current session.
4573 2005-06-08 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4575 * shell/ev-properties.c: (ev_properties_new):
4576 * shell/ev-properties.h:
4577 * shell/ev-window.c: (ev_window_cmd_file_properties):
4579 Get document info from page cache instead of document itself.
4580 This should fix crash related to race conditions described in
4583 2005-06-07 Marco Pesenti Gritti <mpg@redhat.com>
4585 * ps/ps-document.c: (ps_document_init),
4586 (send_ps), (get_page_box), (output), (catchPipe), (input),
4587 (stop_interpreter), (file_length), (file_readable),
4588 (check_filecompressedb), (ps_document_enable_interpreter),
4589 (document_load), (ps_async_renderer_render_pixbuf):
4592 Big cleanup of the ps code
4594 2005-06-07 Marco Pesenti Gritti <mpg@redhat.com>
4596 * backend/Makefile.am:
4597 * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
4598 (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
4599 * backend/ev-async-renderer.h:
4601 Add an async renderer interface (method + callback) which
4602 is useful for backends like ps.
4604 * backend/ev-job-queue.c: (remove_job_from_async_queue),
4605 (add_job_to_async_queue), (job_finished_cb), (handle_job),
4606 (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
4607 (ev_job_queue_add_job), (move_job_async), (move_job),
4608 (ev_job_queue_update_job), (ev_job_queue_remove_job):
4610 Add queues for async renderer, these are executed on the
4613 * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
4614 (ev_job_render_run):
4615 * backend/ev-jobs.h:
4617 If the backend support async renderer interface use it.
4619 * ps/ps-document.c: (ps_document_init), (push_pixbuf),
4620 (setup_pixmap), (ps_document_get_type),
4621 (ps_async_renderer_render_pixbuf),
4622 (ps_document_document_iface_init), (ps_async_renderer_iface_init):
4624 Implement async renderer interface.
4626 2005-06-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4628 * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
4630 Cleanup links job on exit.
4632 2005-06-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4634 * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4635 (drag_data_get_cb), (drag_data_received_cb):
4636 * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4637 (drag_data_get_cb), (parse_item_list),
4638 (egg_toolbar_editor_load_actions):
4639 * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4640 (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
4641 (parse_item_list), (parse_toolbars):
4642 * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
4643 (dvi_pixbuf_put_pixel):
4645 Fix gcc 4.0 warnings
4647 2005-06-06 Marco Pesenti Gritti <mpg@redhat.com>
4649 * ps/ps-document.c: (start_interpreter):
4651 Fix warning when loading ps
4653 2005-06-06 Marco Pesenti Gritti <mpg@redhat.com>
4655 * ps/ps-document.c: (output):
4657 Fix crash when priting gs error messages.
4659 2005-06-06 Marco Pesenti Gritti <mpg@redhat.com>
4661 * backend/ev-page-cache.c: (_ev_page_cache_new):
4662 * backend/ev-page-cache.h:
4664 Use a const to return title so that we dont double
4665 free it. Small cleanup and fix a leak.
4667 * shell/ev-window.c: (update_window_title):
4669 strdup value from get_title.
4671 2005-06-06 Marco Pesenti Gritti <mpg@redhat.com>
4673 * shell/ev-sidebar-links.c: (job_finished_callback),
4674 (ev_sidebar_links_set_document):
4676 Cleanup the old job when changing document
4678 2005-06-05 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4680 * shell/ev-stock-icons.c:
4681 * shell/ev-stock-icons.h:
4682 * shell/ev-window.c:
4684 Add stock icons for actions that can appear in toolbar. Fix for
4687 2005-06-05 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4689 * backend/ev-page-cache.c: (ev_page_cache_finalize),
4690 (_ev_page_cache_new), (ev_page_cache_get_max_width),
4691 (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
4692 * backend/ev-page-cache.h:
4693 * shell/ev-view.c: (scroll_to_current_page),
4694 (view_update_range_and_current_page), (get_page_y_offset),
4695 (get_page_extents), (ev_view_size_request_continuous_dual_page),
4696 (ev_view_size_request_continuous),
4697 (ev_view_zoom_for_size_continuous_and_dual_page),
4698 (ev_view_zoom_for_size_continuous):
4700 More compact EvView layout in document with pages of different size.
4702 Sat Jun 4 19:20:57 2005 Jonathan Blandford <jrb@redhat.com>
4704 * shell/ev-window.c (ev_window_cmd_file_properties): fix
4707 2005-06-05 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4709 * shell/ev-view.c: (view_set_adjustment_values):
4710 * shell/ev-window.c: (ev_window_cmd_file_properties):
4712 A bit different fix for rounding problem but it has no
4713 problems on startup. Make properties window transient to parent.
4715 2005-06-04 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4717 * pdf/ev-poppler.cc:
4719 More commenting of font stuff.
4721 2005-06-04 Marco Pesenti Gritti <mpg@redhat.com>
4723 * pdf/ev-poppler.cc:
4725 Comment out some more fonts stuff. Should really
4726 work without the poppler patch now.
4728 2005-06-04 Marco Pesenti Gritti <mpg@redhat.com>
4730 * pdf/ev-poppler.cc:
4734 2005-06-04 Marco Pesenti Gritti <mpg@redhat.com>
4736 * data/evince-properties.glade:
4737 * pdf/ev-poppler.cc:
4738 * shell/ev-properties.c: (setup_fonts_view):
4740 Set the column title. Show the dialog only
4741 once everything is setup.
4742 Getting font info can be very slow... will
4743 prolly need to make this threaded too.
4745 2005-06-04 Marco Pesenti Gritti <mpg@redhat.com>
4747 * backend/Makefile.am:
4748 * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
4749 (ev_document_fonts_get_fonts_model):
4750 * backend/ev-document-fonts.h:
4751 * data/evince-properties.glade:
4752 * pdf/ev-poppler.cc:
4753 * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
4754 * shell/ev-properties.h:
4755 * shell/ev-window.c: (ev_window_cmd_file_properties):
4757 Implement fonts list. Defined out for now, since it depends
4758 on a not yet committed poppler patch.
4760 Fri Jun 3 21:07:57 2005 Jonathan Blandford <jrb@redhat.com>
4762 * shell/ev-view.c (get_page_extents): other_page isn't necessarily
4765 * shell/ev-window.c: Make sure we add the timeout when we get a
4768 * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
4769 adjustment->value before calculating the zoom factor to average
4770 out all of our rounding errors. The page no longer 'drifts' when
4773 2005-06-04 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4775 * data/evince-properties.glade:
4776 * shell/ev-properties.c: (ev_properties_format_date),
4779 Labels don't expand when the dialogue is resized.
4780 strftime result needs to be converted to UTF-8. Thanks
4781 to Christian Persch <chpe@gnome.org>.
4783 2005-06-04 Marco Pesenti Gritti <mpg@redhat.com>
4785 * data/evince-properties.glade:
4789 2005-06-04 Marco Pesenti Gritti <mpg@redhat.com>
4791 * backend/ev-document-info.h:
4792 * backend/ev-document.c: (ev_document_info_free):
4793 * data/evince-properties.glade:
4794 * pdf/ev-poppler.cc:
4795 * ps/ps-document.c: (ps_document_get_info):
4796 * shell/ev-properties.c: (ev_properties_format_date),
4797 (set_property), (ev_properties_new):
4798 * shell/ev-properties.h:
4799 * shell/ev-window.c: (ev_window_cmd_file_properties):
4801 Rework properties code to take only EvPropertyInfo
4802 in the constructor so that it can be useful for
4803 nautilus plugin too.
4805 Deal with backends that doesnt support some properties.
4806 Make set property code generic.
4808 2005-06-04 Christian Persch <chpe@gnome.org>
4810 * data/evince-properties.glade:
4812 fix spacings, make resizeable, and make data labels
4813 selectable + ellipsised
4815 2005-06-03 Marco Pesenti Gritti <mpg@redhat.com>
4817 * backend/ev-document-info.h:
4819 * data/evince-ui.xml:
4820 * pdf/ev-poppler.cc:
4821 * shell/Makefile.am:
4822 * shell/ev-window.c: (update_action_sensitivity),
4823 (ev_window_cmd_file_properties):
4825 Initial go at file properties. Patch by
4826 Emil Soleyman-Zomalan <emil@soleyman.com>.
4827 Needs love see #169583
4829 2005-06-02 Marco Pesenti Gritti <mpg@redhat.com>
4831 * ps/ps-document.c: (output):
4832 * ps/ps.c: (psscan):
4834 Try to render even if psscan fails.
4836 2005-06-01 Marco Pesenti Gritti <mpg@redhat.com>
4838 * ps/ps.c: (psscan), (pscopydoc):
4840 Port buffered reading code from gv
4842 2005-06-01 Marco Pesenti Gritti <mpg@redhat.com>
4844 * ps/ps-document.c: (interpreter_message), (output):
4846 Do not fail on interpreter messages
4848 2005-06-01 Marco Pesenti Gritti <mpg@redhat.com>
4850 * backend/ev-document-misc.c:
4851 (ev_document_misc_get_thumbnail_frame):
4853 Pages can be 0 x 0, dont assert on this case
4855 2005-05-31 Marco Pesenti Gritti <mpg@redhat.com>
4857 * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
4858 (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
4860 Correctly manage our reference on document. Finally the reload
4861 huge leak is gone...
4863 2005-05-31 Marco Pesenti Gritti <mpg@redhat.com>
4865 * ps/ps-document.c: (ps_document_dispose):
4867 Forgot to chain it to the parent. Thanks chpe.
4869 2005-05-31 Marco Pesenti Gritti <mpg@redhat.com>
4871 * ps/ps-document.c: (ps_document_dispose),
4872 (ps_document_class_init), (stop_interpreter), (document_load):
4874 Cleanup dispose a bit. Dont leak the whole pixmap.
4876 2005-05-31 Marco Pesenti Gritti <mpg@redhat.com>
4878 * pdf/ev-poppler.cc:
4880 Release the poppler document on dispose
4882 2005-05-31 Marco Pesenti Gritti <mpg@redhat.com>
4884 * shell/ev-view.c: (ev_view_set_document):
4886 Release ref on the pixbuf cache when changing
4889 2005-05-31 Marco Pesenti Gritti <mpg@redhat.com>
4891 * ps/ps-document.c: (ps_document_get_info):
4895 2005-05-31 Nikolay V. Shmyrev <nshmyrev@yandex.ru>
4897 * backend/ev-page-cache.c: (ev_page_cache_init),
4898 (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
4899 * backend/ev-page-cache.h:
4900 * shell/ev-page-action.c: (page_changed_cb):
4902 Set page action entry width depending on labels width. Fix
4905 2005-05-31 Marco Pesenti Gritti <mpg@redhat.com>
4907 * backend/ev-link.c: (ev_link_class_init):
4909 Allow -1 as page value (error)
4911 2005-05-31 Marco Pesenti Gritti <mpg@redhat.com>
4913 * shell/ev-sidebar-thumbnails.c:
4914 (ev_sidebar_thumbnails_set_document):
4915 * shell/ev-view.c: (scroll_to_current_page),
4916 (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
4917 (page_changed_cb), (on_adjustment_value_changed),
4918 (ev_view_set_document):
4920 Slightly modified patch by Nickolay V. Shmyrev <nshmyrev@yandex.ru>.
4923 2005-05-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4926 * djvu/djvu-document.c: (djvu_document_get_page_size):
4928 Require djvulibre CVS. Now djvu loading is much faster. Fix for
4931 Sat May 28 07:38:03 2005 Jonathan Blandford <jrb@redhat.com>
4933 * shell/ev-view.c (draw_one_page): modify the expose handling to
4936 * shell/ev-window.c (update_action_sensitivity): Respect
4937 permissions field. Kowtow to the man.
4939 * pdf/ev-poppler.cc: Get the permissions field.
4941 * tiff/*c: Make a tiny bit more robust.
4943 2005-05-26 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4945 * djvu/djvu-document.c:
4947 Pop messages from djvu context message queue.
4949 2005-05-24 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4951 * configure.ac, Makefile.am, shell/Makefile.am:
4952 * tiff/Makefile.am, shell/ev-document-types.c:
4954 Cleanup tiff configure checks. Fix for bug 305218.
4956 2005-05-24 Maxim V. Dziumanenko <mvd@mylinux.ua>
4958 * configure.ac: Added "uk" to ALL_LINGUAS.
4960 2005-05-22 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4962 * cut-n-paste/zoom-control/ephy-zoom.c:
4963 (ephy_zoom_get_changed_zoom_level):
4964 * cut-n-paste/zoom-control/ephy-zoom.h:
4965 * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
4966 (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
4967 * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
4968 (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
4969 (zoom_control_changed_cb), (ev_window_init):
4971 Fix minor points related to moving best fit up. Introduce
4972 "zoom" property and make zoom control change it's value on
4973 notify::zoom signals. Fix for 305080.
4975 2005-05-22 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4977 * data/evince-ui.xml:
4978 * shell/ev-window.c: (set_view_actions_sensitivity):
4980 Use + and - as accels for zoom in and zoom out. Fix for 305001.
4982 2005-05-22 Marco Pesenti Gritti <mpg@redhat.com>
4986 Depends on poppler 0.3.2
4988 2005-05-22 Marco Pesenti Gritti <mpg@redhat.com>
4990 * cut-n-paste/recent-files/egg-recent-item.c:
4991 (egg_recent_item_get_short_name):
4992 * cut-n-paste/toolbar-editor/Makefile.am:
4993 * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4994 (new_pixbuf_from_widget):
4995 * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4996 * cut-n-paste/toolbar-editor/egg-marshal.c:
4997 * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4998 * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5002 Sat May 21 23:18:30 2005 Jonathan Blandford <jrb@redhat.com>
5004 * tiff/tiff-document.c: Rough TIFF backend.
5006 2005-05-21 Marco Pesenti Gritti <mpg@redhat.com>
5010 * cut-n-paste/toolbar-editor/Makefile.am:
5014 2005-05-21 Marco Pesenti Gritti <mpg@redhat.com>
5016 * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
5017 (ev_view_find_next), (ev_view_find_previous):
5019 Remove the locks around get_n_results
5021 2005-05-21 Juerg Billeter <j@bitron.ch>
5023 * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
5025 Pass correct number of pages to poppler.
5027 2005-05-21 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5031 * data/evince.desktop.in:
5032 * data/evince.desktop.in.in:
5035 Add conditionally dvi and djvu to desktop types. Fix for 304658.
5037 Sat May 21 00:21:30 2005 Jonathan Blandford <jrb@redhat.com>
5039 * shell/ev-view.c: (view_update_adjustments),
5040 (view_set_adjustment_values): cast adjustmen->value to (int)
5041 before using it. Otherwise, we get off by a pixel in some
5044 (draw_one_page): Draw the border on expose.
5046 Fri May 20 22:05:25 2005 Jonathan Blandford <jrb@redhat.com>
5048 * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
5049 adjustment when the mode changes, #304923
5051 Fri May 20 02:00:03 2005 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5053 * shell/ev-view.c: Use gdk_widget_queue_draw to remove
5054 flickering on resize but still use gdk_window_scroll on
5057 Fri May 20 01:46:57 2005 Jonathan Blandford <jrb@redhat.com>
5059 * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
5062 Fri May 20 01:27:01 2005 Jonathan Blandford <jrb@redhat.com>
5064 * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
5065 second page on page_changed if possible, #304669
5067 Fri May 20 01:07:15 2005 Jonathan Blandford <jrb@redhat.com>
5069 * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
5070 instead of gtk_widget_queue_draw. Massive speedups in scrolling.
5072 Fri May 20 01:05:10 2005 Jonathan Blandford <jrb@redhat.com>
5075 * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
5076 (zoom_for_size_fit_width), (zoom_for_size_best_fit),
5077 (ev_view_zoom_for_size_presentation),
5078 (ev_view_zoom_for_size_continuous_and_dual_page),
5079 (ev_view_zoom_for_size_continuous),
5080 (ev_view_zoom_for_size_dual_page),
5081 (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
5083 * shell/ev-window.c: (update_view_size),
5084 (ev_window_sizing_mode_changed_cb):
5086 Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
5087 the scrollbars. It's not 100% right, but it's much closer. Kills
5088 an infinite loop, #304769
5091 2005-05-18 Marco Pesenti Gritti <mpg@redhat.com>
5093 * data/evince-ui.xml:
5094 * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
5095 * shell/ev-window.c: (set_view_actions_sensitivity):
5097 Make PgUp/Down behave like Space
5099 2005-05-18 Marco Pesenti Gritti <mpg@redhat.com>
5101 * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
5102 * backend/ev-ps-exporter.h:
5103 * pdf/ev-poppler.cc:
5104 * ps/ps-document.c: (ps_document_ps_export_begin):
5105 * shell/ev-print-job.c: (idle_print_handler):
5107 Adapt to new poppler api
5109 2005-05-18 Marco Pesenti Gritti <mpg@redhat.com>
5111 * cut-n-paste/zoom-control/ephy-zoom-control.c:
5112 (ephy_zoom_control_init):
5114 Translate zoom levels
5116 2005-05-18 Marco Pesenti Gritti <mpg@redhat.com>
5118 * cut-n-paste/zoom-control/ephy-zoom.c:
5119 (ephy_zoom_get_zoom_level_index):
5121 Fix current zoom -> zoom control match
5123 2005-05-18 James Bowes <bowes@cs.dal.ca>
5125 * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
5126 rather than the scrolled_window that it's in. Fixes bug #304655.
5128 Tue May 17 22:54:17 2005 Jonathan Blandford <jrb@redhat.com>
5130 * shell/ev-view.c: (view_update_adjustments),
5131 (view_set_adjustment_values), (view_update_range_and_current_page),
5132 (view_scroll_to_page), (set_scroll_adjustment),
5133 (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
5134 (ev_view_scroll), (ev_view_scroll_view),
5135 (ensure_rectangle_is_visible), (find_page_at_location),
5136 (get_link_at_location), (go_to_link), (status_message_from_link),
5137 (ev_view_size_request_continuous_dual_page),
5138 (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
5139 (ev_view_unrealize), (ev_view_expose_event),
5140 (ev_view_button_press_event), (ev_view_motion_notify_event),
5141 (ev_view_button_release_event), (ev_gdk_color_to_rgb),
5142 (draw_rubberband), (highlight_find_results), (draw_one_page),
5143 (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
5144 (ev_view_init), (find_changed_cb), (page_changed_cb),
5145 (on_adjustment_value_changed), (ev_view_new),
5146 (ev_view_set_document), (ev_view_set_zoom),
5147 (ev_view_set_continuous), (ev_view_set_dual_page),
5148 (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
5149 (zoom_for_size_fit_width), (zoom_for_size_best_fit),
5150 (ev_view_zoom_for_size_presentation),
5151 (ev_view_zoom_for_size_continuous_dual_page),
5152 (ev_view_zoom_for_size_continuous),
5153 (ev_view_zoom_for_size_dual_page),
5154 (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5155 (ev_view_get_status), (ev_view_set_status),
5156 (update_find_status_message), (ev_view_get_find_status),
5157 (ev_view_set_find_status), (jump_to_find_result),
5158 (jump_to_find_page), (compute_selections), (clear_selection),
5159 (ev_view_select_all), (get_selected_text), (ev_view_copy),
5160 (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
5161 (ev_view_update_primary_selection),
5162 (ev_view_create_invisible_cursor), (ev_view_set_cursor):
5164 * shell/ev-window.c: (ev_window_open_page_label),
5165 (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
5167 * shell/ev-window.h:
5168 * shell/main.c: (load_files):
5170 Massive code clean up from Nickolay Shmyrev. Keep page offset
5171 when resizing. Remove the bin_window(). Also, patch from James
5172 Bowes to fix command line page, #300641
5174 2005-05-17 Marco Pesenti Gritti <mpg@redhat.com>
5176 * data/evince-ui.xml:
5179 * shell/ev-window.c: (update_action_sensitivity):
5181 Get rid of View->Normal Size, it's just confusing
5183 Tue May 17 00:51:21 2005 Jonathan Blandford <jrb@redhat.com>
5185 * backend/ev-document-info.h:
5186 * backend/ev-document.c: (ev_document_info_free): Free the
5189 * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
5190 (clear_range), (add_range), (update_visible_range),
5191 (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
5192 (ev_sidebar_thumbnails_set_document):
5193 * shell/ev-window.c: (ev_window_setup_document): Only render the
5194 visible thumbnails. It takes an instant to render, but it uses
5197 2005-05-16 Marco Pesenti Gritti <mpg@redhat.com>
5199 * shell/ev-sidebar-links.c: (popup_menu_cb):
5203 2005-05-16 Marco Pesenti Gritti <mpg@redhat.com>
5206 * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
5207 (button_press_cb), (ev_sidebar_links_construct):
5209 Show the popup menu also on keybindings
5211 2005-05-16 Marco Pesenti Gritti <mpg@redhat.com>
5213 * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
5214 * shell/ev-window.h:
5216 Expose api to print a range (with dialog). Make private _print use
5219 * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
5220 (ev_sidebar_links_construct):
5222 Show a print context menu on linkx, it prints the selected
5225 2005-05-15 Carlos Garcia Campos <carlosgc@gnome.org>
5227 * shell/ev-sidebar.c: make the drop down menu as width as the toggle
5230 2005-05-12 Marco Pesenti Gritti <mpg@redhat.com>
5236 * shell/ev-window.c: (build_comments_string),
5237 (ev_window_cmd_help_about):
5239 Show poppler version/backend and authors
5241 2005-05-11 Marco Pesenti Gritti <mpg@redhat.com>
5243 * cut-n-paste/zoom-control/ephy-zoom.c:
5244 (ephy_zoom_get_zoom_level_index):
5245 * cut-n-paste/zoom-control/ephy-zoom.h:
5247 Move the best fit items at the top of the list
5249 2005-05-11 Marco Pesenti Gritti <mpg@redhat.com>
5251 * shell/ev-marshal.list:
5252 * shell/ev-page-action.c: (ev_page_action_widget_class_init),
5253 (activate_cb), (match_selected_cb), (activate_link_cb),
5254 (connect_proxy), (ev_page_action_class_init):
5255 * shell/ev-page-action.h:
5257 Use signals to notify action activation. Hopefully
5258 I did not break completion since I cant test...
5260 * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
5261 (register_custom_actions):
5263 Connect to page selector actions and also grab focus on
5264 the view when activated.
5266 Wed May 11 01:18:29 2005 Jonathan Blandford <jrb@redhat.com>
5268 * pdf/ev-poppler.cc:
5269 * backend/ev-page-cache.c: make page size calculation consistent
5270 and set it to (int)( width * scale + 0.5). This makes the weird
5271 line going through the middle of the page go away.
5273 * shell/ev-view.c: move painting the background page after
5274 checking the expose area covers us.
5276 2005-05-11 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5278 * data/evince-password.glade:
5280 Mark labels as not translatable. Fix for bug 302842.
5282 2005-05-10 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
5284 * configure.ac: Added "es" to ALL_LINGUAS.
5286 2005-05-10 Marco Pesenti Gritti <mpg@redhat.com>
5288 * data/evince-toolbar.xml:
5289 * shell/ev-window.c: (update_action_sensitivity),
5290 (ev_window_setup_document), (ev_window_set_page_mode),
5293 Remove some leftover code from jrb first continous
5294 attempt. Use the new actions, we still need good icons
5297 2005-05-10 Marco Pesenti Gritti <mpg@redhat.com>
5299 * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
5301 Update label when connecting proxy. Fix a warning with NULL
5304 2005-05-10 Marco Pesenti Gritti <mpg@redhat.com>
5306 * data/evince-ui.xml:
5307 * shell/ev-page-action.c: (ev_page_action_grab_focus):
5308 * shell/ev-page-action.h:
5309 * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
5311 Add mnemonic for edit toolbar.
5312 ctrl+l focus the page entry.
5314 2005-05-10 Marco Pesenti Gritti <mpg@redhat.com>
5317 * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
5319 * shell/main.c: (main):
5321 Put the toolbar xml in evince own dot dir
5323 2005-05-10 Marco Pesenti Gritti <mpg@redhat.com>
5325 * shell/ev-window.c: (ev_window_init):
5327 Make the toolbar not removable
5329 2005-05-10 Marco Pesenti Gritti <mpg@redhat.com>
5331 * data/evince-ui.xml:
5332 * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
5333 * shell/ev-sidebar-links.h:
5334 * shell/ev-sidebar-thumbnails.c:
5335 (ev_sidebar_thumbnails_get_treeview):
5336 * shell/ev-sidebar-thumbnails.h:
5337 * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
5338 (ev_view_class_init):
5340 * shell/ev-window.c: (update_action_sensitivity),
5341 (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
5342 (set_view_actions_sensitivity), (view_actions_focus_in_cb),
5343 (view_actions_focus_out_cb), (enable_view_actions_for_widget),
5346 This is evil... Make space/backspace global accelerators but
5347 enable them only for some widgets (sidebars and view).
5348 I dont like it, but I dont know a better way... :/
5350 2005-05-10 Marco Pesenti Gritti <mpg@redhat.com>
5352 * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
5353 (ev_page_action_widget_finalize),
5354 (ev_page_action_widget_class_init), (update_page_cache):
5356 Keep a weak reference on proxy->page_cache so that we
5357 dont try to disconnect the signal if the object is already
5358 gone. Maybe there is a better way to cleanup reference handling
5359 in page action though...
5361 2005-05-10 Juerg Billeter <j@bitron.ch>
5363 * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
5364 * backend/ev-ps-exporter.h:
5365 * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
5366 * ps/ps-document.c: (ps_document_ps_export_begin):
5368 Change api to pass print range to ps_exporter_begin. The pdf backend
5369 requires this information.
5371 * shell/ev-print-job.c: (idle_print_handler):
5375 2005-05-10 Juerg Billeter <j@bitron.ch>
5377 * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
5378 (idle_print_handler)
5379 * shell/ev-window.c: (ev_window_print):
5381 Support printing page range, based on patch by Amaury Jacquot
5383 2005-05-10 Marco Pesenti Gritti <mpg@redhat.com>
5385 * data/evince-toolbar.xml:
5387 Add zoom control to available items
5389 2005-05-10 Marco Pesenti Gritti <mpg@redhat.com>
5391 * shell/ev-window.c: (update_action_sensitivity):
5393 Set slash action insensitive when appropriate
5395 2005-05-10 Christian Persch <chpe@gnome.org>
5397 * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
5399 Fix warning on the overflow menu
5401 2005-05-10 Marco Pesenti Gritti <mpg@redhat.com>
5403 * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
5405 Check for uri correctness/existence
5407 2005-05-09 Juerg Billeter <j@bitron.ch>
5409 * shell/ev-window.c: (using_postscript_printer):
5411 LPD printers use postscript, too
5413 2005-05-09 Marco Pesenti Gritti <mpg@redhat.com>
5415 * shell/ev-window.c: (register_custom_actions):
5417 The zoom one is actually sort of useful,
5420 2005-05-09 Marco Pesenti Gritti <mpg@redhat.com>
5422 * shell/ev-window.c: (register_custom_actions):
5424 Hide page/zoom controls from overflow, they
5427 2005-05-09 Marco Pesenti Gritti <mpg@redhat.com>
5429 * cut-n-paste/update-from-egg.sh:
5431 Share it between all cut-n-paste subdirs
5433 * cut-n-paste/recent-files/Makefile.am:
5435 Fix to use "global" update-from-egg.sh
5437 * cut-n-paste/recent-files/egg-recent-model.c:
5438 (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
5439 * cut-n-paste/recent-files/egg-recent-view-gtk.c:
5440 (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
5441 (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
5445 * cut-n-paste/toolbar-editor/Makefile.am:
5447 Fix to use "global" update-from-egg.sh
5449 * cut-n-paste/toolbar-editor/eggmarshalers.list:
5453 2005-05-09 Marco Pesenti Gritti <mpg@redhat.com>
5456 * cut-n-paste/Makefile.am:
5457 * cut-n-paste/recent-files/Makefile.am:
5458 * cut-n-paste/toolbar-editor/.cvsignore:
5459 * cut-n-paste/toolbar-editor/Makefile.am:
5460 * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5461 (egg_editable_toolbar_get_type), (get_toolbar_position),
5462 (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
5463 (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
5464 (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
5465 (set_item_drag_source), (create_item_from_action), (create_item),
5466 (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
5467 (popup_toolbar_context_menu_cb), (free_dragged_item),
5468 (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
5469 (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
5470 (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
5471 (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
5472 (item_added_cb), (item_removed_cb),
5473 (egg_editable_toolbar_construct),
5474 (egg_editable_toolbar_disconnect_model),
5475 (egg_editable_toolbar_deconstruct),
5476 (egg_editable_toolbar_set_model),
5477 (egg_editable_toolbar_set_ui_manager),
5478 (egg_editable_toolbar_set_property),
5479 (egg_editable_toolbar_get_property),
5480 (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
5481 (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
5482 (egg_editable_toolbar_new_with_model),
5483 (egg_editable_toolbar_get_edit_mode),
5484 (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
5485 (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
5486 (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
5487 (new_pixbuf_from_widget), (new_separator_pixbuf),
5488 (update_separator_image), (style_set_cb),
5489 (_egg_editable_toolbar_new_separator_image),
5490 (egg_editable_toolbar_get_model):
5491 * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5492 * cut-n-paste/toolbar-editor/egg-marshal.c:
5493 * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5494 (egg_toolbar_editor_get_type), (compare_actions), (find_action),
5495 (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
5496 (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
5497 (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
5498 (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
5499 (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
5500 (editor_drag_data_delete_cb), (drag_data_get_cb),
5501 (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
5502 (editor_create_item), (update_editor_sheet), (setup_editor),
5503 (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
5504 (parse_item_list), (model_has_action), (update_actions_list),
5505 (egg_toolbar_editor_load_actions):
5506 * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
5507 * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5508 (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
5509 (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
5510 (toolbars_item_new), (free_toolbar_node), (free_item_node),
5511 (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
5512 (egg_toolbars_model_add_separator), (impl_add_item),
5513 (parse_item_list), (egg_toolbars_model_add_toolbar),
5514 (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
5515 (impl_get_item_data), (impl_get_item_type),
5516 (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
5517 (egg_toolbars_model_init), (free_toolbar),
5518 (egg_toolbars_model_finalize), (egg_toolbars_model_new),
5519 (egg_toolbars_model_remove_toolbar),
5520 (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
5521 (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
5522 (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
5523 (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
5524 (egg_toolbars_model_get_item_data),
5525 (egg_toolbars_model_get_item_type):
5526 * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5527 * cut-n-paste/toolbar-editor/eggmarshalers.list:
5529 * data/evince-toolbar.xml:
5530 * data/evince-ui.xml:
5531 * data/hand-open.png:
5533 * shell/Makefile.am:
5534 * shell/ev-window.c: (update_chrome_visibility),
5535 (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
5536 (ev_window_dispose), (ev_window_init):
5538 Implement epiphany like toolbar editor. Based on patch by
5539 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5541 2005-05-09 Marco Pesenti Gritti <mpg@redhat.com>
5543 * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
5545 Use set_cursor instead of set_selection, so that
5546 the keyboard focus moves too.
5548 2005-05-09 Aleksey Kliger <akliger@gmail.com>
5550 * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
5552 Fix infinite loop when loading Type1 fonts
5554 2005-05-09 Marco Pesenti Gritti <mpg@redhat.com>
5556 * data/evince-ui.xml:
5557 * shell/ev-window.c:
5561 2005-05-09 Thomas de Grenier de Latour <degrenier@easyconnect.fr>
5565 Make --disable really disable
5567 2005-05-07 Juerg Billeter <j@bitron.ch>
5569 * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
5571 Compare page labels even without has_labels set, fixes setting page
5574 2005-05-09 Marco Pesenti Gritti <mpg@redhat.com>
5576 * shell/ev-view.c: (ev_view_create_invisible_cursor),
5577 (ev_view_set_cursor), (ev_view_button_press_event),
5578 (ev_view_motion_notify_event), (ev_view_button_release_event),
5581 Implement middle button scrolling. Based on a patch
5582 by Tommi Komulainen <tommi.komulainen@iki.fi>.
5584 2005-05-08 Marco Pesenti Gritti <mpg@redhat.com>
5586 * shell/ev-document-types.c: (get_slow_mime_type),
5587 (get_document_type_from_mime), (ev_document_type_lookup):
5588 * shell/ev-document-types.h:
5590 Change api to lookup from uri. Do fast lookup first, if the
5591 type is unknown try with data sniffing.
5593 * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
5594 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5598 2005-05-07 Marco Pesenti Gritti <mpg@redhat.com>
5600 * thumbnailer/Makefile.am:
5604 2005-05-07 Marco Pesenti Gritti <mpg@redhat.com>
5611 * data/evince-ui.xml:
5613 Hide presentation mode for now
5615 * shell/ev-view.c: (highlight_find_results):
5617 Show current find selection only on current page
5619 2005-05-07 Marco Pesenti Gritti <mpg@redhat.com>
5621 * shell/ev-view.c: (ev_view_select_all):
5623 Compute size of the actual page, not of
5626 2005-05-07 Marco Pesenti Gritti <mpg@redhat.com>
5628 * shell/ev-view.c: (clear_selection), (ev_view_finalize),
5629 (view_rect_to_doc_rect), (compute_selections),
5630 (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
5631 (ev_view_copy), (ev_view_primary_get_cb),
5632 (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
5633 (ev_view_button_press_event), (ev_view_motion_notify_event),
5634 (ev_view_button_release_event), (page_changed_cb):
5638 2005-05-07 Marco Pesenti Gritti <mpg@redhat.com>
5640 * shell/ev-view.c: (compute_border), (get_page_extents),
5641 (doc_rect_to_view_rect), (highlight_find_results),
5642 (ev_view_bin_expose), (ev_view_select_all),
5643 (ev_view_motion_notify_event), (update_find_status_message),
5644 (jump_to_find_result), (jump_to_find_page):
5646 First go at fixing search, still buggy
5648 2005-05-04 Kristian Høgsberg <krh@redhat.com>
5650 * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
5651 dropdown box and button at the top of the sidebar.
5653 2005-05-02 James Bowes <bowes@cs.dal.ca>
5655 * configure.ac: Output zoom-control Makefile.
5656 * cut-n-paste/Makefile.am: build zoom-control subdir.
5657 * cut-n-paste/zoom-control/ephy-zoom-action.c:
5658 * cut-n-paste/zoom-control/ephy-zoom-action.h:
5659 * cut-n-paste/zoom-control/ephy-zoom-control.c:
5660 * cut-n-paste/zoom-control/ephy-zoom-control.h:
5661 * cut-n-paste/zoom-control/ephy-zoom.c:
5662 * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
5663 from epiphany, and modified to add a separator into the menu.
5664 * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
5665 * data/evince-ui.xml: Replace old zoom toolbar actions with new
5666 zoom-control action.
5667 * shell/Makefile.am: Include zoom-control flags.
5668 * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
5669 (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
5670 (ev_view_zoom_for_size_presentation),
5671 (ev_view_zoom_for_size_continuous_and_dual_page),
5672 (ev_view_zoom_for_size_continuous),
5673 (ev_view_zoom_for_size_dual_page),
5674 (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal):
5675 s/ev_view_zoom/ev_view_set_zoom/ and make public, add
5676 ev_view_get_zoom and ev_view_get_sizing_mode.
5678 * shell/ev-window.c: (update_action_sensitivity),
5679 (update_sizing_buttons), (zoom_control_changed_cb),
5680 (register_custom_actions): Initialize and use the zoom-control
5683 Sun May 1 00:46:47 2005 Jonathan Blandford <jrb@redhat.com>
5685 * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
5686 preview cache back to 1. Don't know when it got set to 0.
5688 * shell/ev-view.c: (compute_border), (ev_view_realize),
5689 (draw_one_page), (ev_view_set_property), (ev_view_get_property),
5690 (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
5691 (ev_view_get_fullscreen), (ev_view_set_presentation),
5692 (ev_view_get_presentation), (ev_view_set_sizing_mode),
5693 (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
5695 * shell/ev-window.c:
5696 (update_chrome_visibility),
5697 (ev_window_cmd_continuous), (ev_window_cmd_dual),
5698 (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5699 (update_document_mode), (ev_window_update_fullscreen_action),
5700 (ev_window_fullscreen), (ev_window_unfullscreen),
5701 (ev_window_cmd_view_fullscreen),
5702 (ev_window_update_presentation_action),
5703 (ev_window_run_presentation), (ev_window_stop_presentation),
5704 (ev_window_cmd_view_presentation), (ev_window_state_event),
5705 (ev_window_focus_in_event), (ev_window_focus_out_event),
5706 (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
5707 * data/evince-ui.xml: Initial presentation mode. We should
5708 probably hide this until it's done, as it's quite rough. Also,
5709 change full-screen to fullscreen and add two getters to EvView.
5711 2005-04-29 Marco Pesenti Gritti <mpg@redhat.com>
5713 * shell/ev-page-action.c: (update_page_cache),
5714 (ev_page_action_dispose):
5715 * shell/ev-window.c: (destroy_fullscreen_popup),
5716 (ev_window_create_fullscreen_popup):
5718 Use connect_object rather than explicitly
5719 disconnect on dispose.
5721 2005-04-29 Marco Pesenti Gritti <mpg@redhat.com>
5723 * shell/ev-page-action.c: (update_page_cache),
5724 (ev_page_action_dispose):
5726 2005-04-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5728 * backend/ev-page-cache.c: (_ev_page_cache_new),
5729 (ev_page_cache_set_page_label),
5730 (ev_page_cache_has_nonnumeric_page_labels):
5731 * backend/ev-page-cache.h:
5732 * shell/ev-page-action.c: (update_pages_label):
5734 If all page labels are numeric, fallback to default
5735 way to display number of pages. See bug 173185.
5737 2005-04-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5739 * shell/ev-page-action.c: (ev_page_action_dispose):
5740 * shell/ev-view.c: (view_update_range_and_current_page):
5741 * shell/ev-window.c: (ev_window_dispose):
5743 Set page on scroll in continuous mode. Fixes bug 301986.
5744 Also cleanup callbacks on destroy of EvWindow and EvPageAction.
5746 2005-04-26 Marco Pesenti Gritti <mpg@redhat.com>
5750 Require poppler 0.3.0
5752 2005-04-26 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5754 * shell/Makefile.am, configure.ac: Fix build problems
5755 with t1lib. Bug 301996.
5757 2005-04-25 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5759 * shell/ev-view.c: (ev_view_scroll_event):
5761 Scroll up increase zoom
5763 2005-04-25 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5765 * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
5766 (ev_view_set_sizing_mode),
5767 (ev_view_zoom_for_size_continuous_and_dual_page),
5768 (ev_view_zoom_for_size_continuous):
5769 * shell/ev-window.c: (ev_window_cmd_view_best_fit),
5770 (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
5771 (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
5774 Control + Scroll does zooming, Shift + Scroll scrolls horizontally
5775 Fix for 165473 and 165472.
5777 2005-04-24 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5780 * thumbnailer/Makefile.am:
5781 * thumbnailer/evince-thumbnailer-djvu.schemas.in:
5782 * thumbnailer/evince-thumbnailer-dvi.schemas.in:
5783 * thumbnailer/evince-thumbnailer.schemas.in:
5785 Make thumbnailer schemas translatable. Fix for bug 301773
5787 * thumbnailer/evince-thumbnailer-djvu.schemas:
5788 * thumbnailer/evince-thumbnailer-dvi.schemas:
5789 * thumbnailer/evince-thumbnailer.schemas:
5793 Sun Apr 24 01:37:39 2005 Jonathan Blandford <jrb@redhat.com>
5795 * shell/ev-view.c (ev_view_init): forgot to set this.
5797 Sun Apr 24 01:07:27 2005 Jonathan Blandford <jrb@redhat.com>
5799 * shell/ev-view.c: (find_page_at_location),
5800 (get_link_at_location),
5801 (ev_view_set_show_border), (ev_view_set_spacing),
5802 (ev_view_zoom_for_size_continuous_and_dual_page),
5803 (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
5804 Also, add a quick fix measuring of widths. Also, removed
5805 ev_view_set_spacing and ev_view_set_show_border.
5807 * shell/ev-window.c: (ev_window_unfullscreen),
5808 (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
5810 2005-04-24 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5812 * shell/ev-view.c: (view_update_range_and_current_page),
5815 Fix crash on exit and scrolling to page in continuous view.
5817 Sat Apr 23 13:13:04 2005 Jonathan Blandford <jrb@redhat.com>
5820 * backend/ev-page-cache.c: (_ev_page_cache_new),
5821 (ev_page_cache_get_max_width_size),
5822 (ev_page_cache_get_max_height_size):
5823 * backend/ev-page-cache.h:
5824 * data/evince-ui.xml:
5825 * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
5826 * shell/ev-view.c: (view_update_adjustments),
5827 (view_update_range_and_current_page), (get_bounding_box_size),
5828 (ev_view_size_request_continuous_and_dual_page),
5829 (ev_view_size_request_continuous),
5830 (ev_view_size_request_dual_page),
5831 (ev_view_size_request_single_page), (ev_view_size_request),
5832 (ev_view_size_allocate), (get_page_extents), (draw_one_page),
5833 (ev_view_bin_expose), (ev_view_expose_event),
5834 (ev_view_set_property), (ev_view_get_property),
5835 (ev_view_class_init), (ev_view_init), (ev_view_new),
5836 (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
5837 (ev_view_set_dual_page), (ev_view_set_full_screen),
5838 (ev_view_set_presentation), (ev_view_set_sizing_mode),
5839 (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
5840 (ev_view_zoom_out), (zoom_for_size_fit_width),
5841 (zoom_for_size_best_fit),
5842 (ev_view_zoom_for_size_continuous_and_dual_page),
5843 (ev_view_zoom_for_size_continuous),
5844 (ev_view_zoom_for_size_dual_page),
5845 (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5846 (ev_view_show_cursor), (ev_sizing_mode_get_type):
5848 * shell/ev-window.c: (update_action_sensitivity),
5849 (ev_window_cmd_continuous), (ev_window_cmd_dual),
5850 (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5851 (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
5852 (ev_window_cmd_view_zoom_out), (update_view_size),
5853 (ev_window_set_sizing_mode), (ev_window_init):
5855 Add Continuous and Dual page modes.
5857 2005-04-23 James Bowes <bowes@cs.dal.ca>
5859 * dvi/dvi-document.c: (dvi_document_load),
5860 (dvi_document_thumbnails_get_thumbnail),
5861 (dvi_document_init_params): Fix up some mixups between
5862 width and height to correct thumbnail rendering.
5864 2005-04-23 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5866 * dvi/mdvi-lib/private.h:
5867 * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
5869 Suppess output for kpathsea during font generation. Thanks to
5872 Fri Apr 22 19:57:46 2005 Jonathan Blandford <jrb@redhat.com>
5879 * Makefile.am: fix distcheck.
5881 2005-04-23 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5883 * shell/ev-sidebar-links.c: (selection_changed_callback),
5884 (update_page_callback), (row_activated_callback),
5885 (job_finished_callback), (ev_sidebar_links_set_document):
5887 Fix for bug #169901. Double click on links expands tree.
5889 2005-03-14 Bryan Clark <clarkbw@cvs.gnome.org>
5891 * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
5892 hard-coded style. Fix for bug 170111
5894 2005-04-22 Kristian Høgsberg <krh@redhat.com>
5896 * shell/ev-view.c (highlight_find_results): Remove unnecessary
5899 2005-04-22 Bryan Clark <clarkbw@cvs.gnome.org>
5901 * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
5903 2005-04-22 Marco Pesenti Gritti <mpg@redhat.com>
5905 * pdf/ev-poppler.cc:
5906 * shell/ev-view.c: (highlight_find_results):
5908 Fix find on single page documents
5910 2005-04-22 Bryan Clark <clarkbw@cvs.gnome.org>
5912 * data/evince.schemas.in: fix for bug 301390
5914 2005-04-22 Marco Pesenti Gritti <mpg@redhat.com>
5916 * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
5917 (ev_view_zoom_out), (ev_view_zoom_normal):
5919 * shell/ev-window.c: (update_action_sensitivity),
5920 (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5921 (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
5922 (ev_window_cmd_view_normal_size):
5924 Fix normal size zoom. Make zoom in/zoom out unsensitive when
5925 they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
5928 2005-04-22 Marco Pesenti Gritti <mpg@redhat.com>
5932 Depend on 2.57, 2.59 doesnt seem to be necessary
5934 2005-04-22 Marco Pesenti Gritti <mpg@redhat.com>
5936 * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
5939 Put back total number of pages as (1 of 1234)
5941 Thu Apr 21 23:37:52 2005 Jonathan Blandford <jrb@redhat.com>
5943 * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
5946 * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
5947 function. This helps debugging.
5949 2005-04-21 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5951 * djvu/djvu-document.c: (djvu_document_class_init),
5952 (djvu_document_get_info), (djvu_document_document_iface_init):
5953 * dvi/dvi-document.c: (dvi_document_class_init),
5954 (dvi_document_get_info), (dvi_document_document_iface_init):
5956 Dummy implementation of get_info method for dvi and
5957 djvu. Fix crashes with those backends
5959 2005-04-20 Marco Pesenti Gritti <mpg@redhat.com>
5961 * data/evince.desktop.in:
5963 Add application/x-gzpostscript
5965 2005-04-20 Bryan Clark <clarkbw@cvs.gnome.org>
5967 * data/evince.schemas.in: Added real long descriptions,
5970 * README: Added actual text, closes bug 171869
5972 2005-04-19 Marco Pesenti Gritti <mpg@redhat.com>
5974 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5978 2005-04-19 Marco Pesenti Gritti <mpg@redhat.com>
5980 * backend/ev-document-info.h:
5982 s/GDate */GDate so we can just use g_free
5984 2005-04-19 Marco Pesenti Gritti <mpg@redhat.com>
5986 * shell/ev-window.c: (update_document_mode),
5987 (ev_window_setup_document):
5989 Show the window in fullscreen when specified by
5992 2005-04-19 Marco Pesenti Gritti <mpg@redhat.com>
5994 * backend/ev-document.c: (ev_document_class_init),
5995 (ev_document_get_info), (ev_document_render_pixbuf):
5996 * backend/ev-document.h:
5997 * backend/ev-page-cache.c: (_ev_page_cache_new):
5998 * pdf/ev-poppler.cc:
5999 * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
6000 (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
6001 * ps/ps-document.c: (ps_document_class_init), (document_load),
6002 (ps_document_get_info), (ps_document_document_iface_init):
6004 Remove get_title from the interface, we can just use document info
6006 2005-04-19 Marco Pesenti Gritti <mpg@redhat.com>
6008 * backend/Makefile.am:
6009 * backend/ev-document.c: (ev_document_render_get_info):
6010 * backend/ev-document.h:
6011 * pdf/ev-poppler.cc:
6013 Initial support for document info. Based on jrb patch.
6015 2005-04-19 Paolo Borelli <pborelli@katamail.com>
6017 * shell/ev-window.c: (ev_window_state_event),
6018 (ev_window_class_init), (ev_window_init):
6020 Doesn't show resize grip when maximized. See bug #301053
6022 2005-04-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6026 ev-sidebar-thumbnails now has translatable labels
6028 * shell/Makefile.am:
6029 * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
6030 (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
6031 (ev_sidebar_links_page_iface_init):
6032 * shell/ev-sidebar-links.h:
6033 * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
6034 (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
6035 (ev_sidebar_page_get_label):
6036 * shell/ev-sidebar-page.h:
6037 * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
6038 (ev_sidebar_thumbnails_set_document),
6039 (ev_sidebar_thumbnails_support_document),
6040 (ev_sidebar_thumbnails_get_label),
6041 (ev_sidebar_thumbnails_page_iface_init):
6042 * shell/ev-sidebar-thumbnails.h:
6043 * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
6044 (ev_sidebar_set_document):
6045 * shell/ev-sidebar.h:
6046 * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
6048 Small rework of sidebar code. Now sidebar pages should implement
6049 EvSidebarPage interface. That makes page management in EvSidebar
6050 easier. See bug #164811 for details
6052 2005-04-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6054 * shell/ev-application.c: (ev_application_open):
6055 * shell/ev-document-types.c:
6057 Fix build error and small problem with application exit
6059 2005-04-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6061 * thumbnailer/Makefile.am:
6062 * thumbnailer/evince-thumbnailer-djvu.schemas:
6063 * thumbnailer/evince-thumbnailer-dvi.schemas:
6065 Conditionally install schemas for djvu/dvi thumbnailer
6067 2005-04-18 David Malcolm <dmalcolm@redhat.com>
6069 * shell/ev-document-types.h:
6070 * shell/ev-document-types.c:
6071 New files, handling the mapping from mimetypes to backends
6073 * shell/ev-window.c:
6074 * thumbnailer/evince-thumbnailer.c:
6075 Use the ev-document-types code
6077 * shell/Makefile.am:
6078 Added new convenience library libevbackendfactory_la, containing
6079 the new mimetype->backend logic; moved the backends into it.
6081 * thumbnailer/Makefile.am:
6082 Make the thumbnailer link with the libevbackend.la convenience
6083 library, rather than having a duplicate of the backend logic here.
6085 2005-04-18 Paolo Borelli <pborelli@katamail.com>
6087 * shell/ev-stock-icons.c: constify some vars.
6088 * shell/ev-window.c: ditto.
6090 2005-04-18 Marco Pesenti Gritti <mpg@redhat.com>
6092 * ps/ps-document.c (get_page_orientation):
6094 Respect document orientation
6096 2005-04-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6100 * shell/Makefile.am:
6102 Move library dependencies to components.
6104 * shell/ev-window.c: (update_window_title),
6105 (start_loading_document):
6107 Fix display of uris with spaces. Bug 168358.
6109 Sat Apr 16 18:53:47 2005 Jonathan Blandford <jrb@redhat.com>
6111 * shell/ev-sidebar-links.c: (selection_changed_cb):
6112 * shell/ev-view.c: (ev_view_finalize), (go_to_link),
6113 (ev_view_button_release_event), (ev_view_set_document):
6115 * shell/ev-window.c: (find_bar_search_changed_cb):
6116 * shell/ev-window.h: Minor cleanups removing some dead code.
6118 2005-04-16 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6120 * backend/ev-page-cache.c: (_ev_page_cache_new):
6122 Set current page to 0 if document has pages.
6124 2005-04-16 Marco Pesenti Gritti <mpg@redhat.com>
6126 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6128 Initialize GError to NULL, fix a crash when loading fails.
6130 2005-04-16 Marco Pesenti Gritti <mpg@redhat.com>
6132 * shell/ev-window.c: (update_view_size):
6134 Calculate shadow size only when there is actually
6137 2005-04-16 Marco Pesenti Gritti <mpg@redhat.com>
6139 * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
6142 Allow setting view spacing, default to 0
6144 * shell/ev-window.c: (ev_window_unfullscreen),
6145 (ev_window_cmd_view_fullscreen), (ev_window_init):
6147 Remove spacing in fullscreen mode
6149 2005-04-16 Marco Pesenti Gritti <mpg@redhat.com>
6151 * shell/ev-view.c: (compute_border), (compute_zoom_factor),
6152 (ev_view_size_request), (expose_bin_window),
6153 (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
6155 * shell/ev-window.c: (ev_window_unfullscreen),
6156 (ev_window_cmd_view_fullscreen):
6158 Do not draw the border in fulscreen
6160 2005-04-16 Marco Pesenti Gritti <mpg@redhat.com>
6162 * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
6163 (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
6164 (find_page_at_location), (page_changed_cb):
6166 Rework border calculation, so that I can more easily disable it.
6167 Code somewhat cleaner too.
6169 2005-04-16 Marco Pesenti Gritti <mpg@redhat.com>
6171 * backend/ev-page-cache.c: (ev_page_cache_init),
6172 (_ev_page_cache_new):
6174 Remove some assertions, documents can have 0 pages.
6175 Make initial current page -1.
6177 * shell/ev-page-action.c: (page_changed_cb):
6179 Show "" if current page is -1
6181 * shell/ev-window.c: (update_action_sensitivity),
6182 (ev_window_setup_document):
6184 When document has 0 pages do not set the view
6185 and make nearly everything insensitive.
6187 2005-04-16 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6189 * shell/ev-page-view.c:
6190 * shell/ev-page-view.h:
6192 Remove unused files.
6194 * shell/ev-sidebar-thumbnails.c:
6195 (ev_sidebar_thumbnails_set_document):
6196 * shell/ev-sidebar.c: (ev_sidebar_set_document),
6197 (ev_sidebar_supports_document):
6198 * shell/ev-sidebar.h:
6199 * shell/ev-window.c: (ev_window_setup_document):
6201 Doesn't show thumbnails if document has 1 page. Make
6202 sidebar menu entries sensitive only if if they have
6203 sense. Fix bug 164811.
6205 2005-04-15 Marco Pesenti Gritti <mpg@redhat.com>
6207 * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
6208 (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
6209 (ev_view_zoom_out), (ev_view_set_size):
6211 Rework sizing to deal with documents with not uniform page
6214 2005-04-15 Marco Pesenti Gritti <mpg@redhat.com>
6216 * backend/ev-page-cache.c: (_ev_page_cache_new):
6218 Fix several page size caching bugs
6220 2005-04-15 Luca Ferretti <elle.uca@libero.it>
6222 * shell/ev-window.c: (set_action_properties):
6224 Make all toolbar items translatable
6226 2005-04-15 Marco Pesenti Gritti <mpg@redhat.com>
6228 * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
6229 (save_page_list), (ps_document_save),
6230 (ps_document_document_iface_init), (ps_document_ps_export_begin),
6231 (ps_document_ps_export_do_page), (ps_document_ps_export_end),
6232 (ps_document_ps_exporter_iface_init):
6235 Based on a patch by J�rg Billeter <j@bitron.ch>
6237 Implement print and save a copy for the ps backend.
6239 2005-04-14 Marco Pesenti Gritti <mpg@redhat.com>
6241 * backend/ev-document.h:
6242 * djvu/djvu-document.c: (djvu_document_can_get_text),
6243 (djvu_document_document_iface_init):
6244 * dvi/dvi-document.c: (dvi_document_can_get_text),
6245 (dvi_document_document_iface_init):
6246 * pdf/ev-poppler.cc:
6247 * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
6248 (pixbuf_document_document_iface_init):
6249 * ps/ps-document.c: (ps_document_can_get_text),
6250 (ps_document_document_iface_init):
6251 * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
6252 * shell/ev-window.c: (update_action_sensitivity):
6254 Fix the crash when trying to copy in backends that doesnt
6255 support it. We can implement a better solution once we
6256 do real text selection.
6258 2005-04-12 Marco Pesenti Gritti <mpg@redhat.com>
6260 * data/evince-ui.xml:
6261 * shell/ev-window.c: (ev_window_cmd_escape):
6263 Work around the Escape conflict (find bar and unfullscreen)
6265 2005-04-12 Nikolay V. Shmyrev <nshmyrev@yandex.ru>
6267 * backend/ev-page-cache.c: (ev_page_cache_next_page):
6269 Fix for #300233. Next page correctly handles document end.
6271 * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
6272 (ev_sidebar_thumbnails_class_init),
6273 (ev_sidebar_thumbnails_set_document),
6274 (ev_sidebar_thumbnails_clear_job),
6275 (ev_sidebar_thumbnails_clear_model):
6277 Cleanup thumbnail jobs on document changes.
6279 * shell/ev-view.c: (add_scroll_binding_keypad),
6280 (add_scroll_binding_shifted), (ev_view_class_init):
6282 Shift + Space scrolls up. Fix for #173184
6284 * shell/ev-window.c: (ev_window_open_page),
6285 (ev_window_cmd_view_reload):
6287 Fix reload (Bug #300094)
6289 2005-04-09 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6292 * dvi/mdvi-lib/assoc.c:
6293 * dvi/mdvi-lib/assoc.h: Removed garbage files
6295 * dvi/mdvi-lib/bitmap.c:
6296 * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
6297 (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
6298 * dvi/mdvi-lib/color.h: Antialias of rules
6300 * dvi/mdvi-lib/common.h:
6301 * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
6302 (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
6303 * dvi/mdvi-lib/files.c:
6304 * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
6305 * dvi/mdvi-lib/mdvi.h:
6306 * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
6307 * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
6308 * dvi/mdvi-lib/util.c: Fix compile warnings
6310 * dvi/dvi-document.c:
6311 (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
6312 (dvi_document_thumbnails_get_thumbnail),
6313 (dvi_document_document_thumbnails_iface_init):
6314 * dvi/mdvi-lib/Makefile.am:
6315 * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
6316 (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
6318 Dvi backend now renders thumbnails
6320 2005-04-09 Christian Persch <chpe@cvs.gnome.org>
6322 * shell/main.c: (main):
6324 Save accelerators on exit. Fixes bug #172095.
6326 Sat Apr 9 01:05:09 2005 Jonathan Blandford <jrb@redhat.com>
6328 * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
6329 update priority" comment.
6331 * backend/ev-job-queue.c: Give a way to change priority.
6333 Sat Apr 9 00:05:36 2005 Jonathan Blandford <jrb@redhat.com>
6335 * shell/ev-page-action.c: Fix logic.
6337 2005-04-08 Marco Pesenti Gritti <mpg@redhat.com>
6339 * shell/ev-view.c: (ev_view_can_find_next):
6340 * shell/ev-window.c: (ev_window_setup_document):
6342 Check that the document supports find
6344 2005-04-08 Marco Pesenti Gritti <mpg@redhat.com>
6346 * data/evince-ui.xml:
6347 * shell/ev-view.c: (ev_view_can_find_next):
6349 * shell/ev-window.c: (update_action_sensitivity),
6350 (find_changed_cb), (ev_window_setup_document),
6351 (ev_window_cmd_edit_find_next):
6355 2005-04-08 Marco Pesenti Gritti <mpg@redhat.com>
6357 * pdf/ev-poppler.cc:
6358 * shell/ev-print-job.c: (idle_print_handler):
6360 Make printing work again
6362 Fri Apr 8 01:12:24 2005 Jonathan Blandford <jrb@redhat.com>
6364 * shell/ev-page-action.h:
6365 * shell/ev-page-action.c: (ev_page_action_widget_init),
6366 (ev_page_action_widget_class_init), (page_changed_cb),
6367 (create_tool_item), (update_page_cache), (build_new_tree_cb),
6368 (get_filter_model_from_model), (match_selected_cb),
6369 (display_completion_text), (match_completion), (update_model),
6370 (connect_proxy), (ev_page_action_set_property),
6371 (ev_page_action_get_property), (ev_page_action_set_document),
6372 (ev_page_action_set_model), (ev_page_action_class_init): Big
6373 reworking to make completions work iff we have >= GTK-2.7.0
6375 * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
6376 (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
6377 (job_finished_cb): We now have a 'model' property that is set when
6378 the links are loaded. This can be caught with "notify::model"
6380 * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
6381 listen for the model to be set, and propagate it to the action.
6383 2005-04-08 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6385 * cut-n-paste/recent-files/egg-recent-item.c:
6386 (egg_recent_item_set_uri), (make_valid_utf8),
6387 (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
6388 * cut-n-paste/recent-files/egg-recent-item.h:
6390 Update egg-recent from libegg. This should fix long
6391 startup problem. For details see
6392 http://bugzilla.gnome.org/show_bug.cgi?id=160531
6394 2005-04-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6396 * cut-n-paste/recent-files/Makefile.am:
6397 * data/evince-ui.xml, shell/Makefile.am:
6398 * shell/ev-application.c, shell/ev-application.h:
6399 * shell/ev-window.c: Recent files support.
6401 * configure.ac: Added "ru" to ALL_LINGUAS.
6403 * dvju: new backend to support DJVU files.
6404 * dvi: new backend to support DVI.
6406 * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
6407 * ev-application.c: Support for new backends.
6409 * help, ev-window.c, main.c shell/Makefile.am:
6410 Evince user documentation.
6412 2005-04-06 Marco Pesenti Gritti <mpg@redhat.com>
6415 * shell/ev-window.c:
6416 * thumbnailer/evince-thumbnailer.c:
6418 s/pdf-document/ev-poppler
6420 2005-04-06 Marco Pesenti Gritti <mpg@redhat.com>
6427 * ps/ps-document.c: (setup_pixmap):
6431 2005-04-05 Kristian Høgsberg <krh@redhat.com>
6433 * backend/ev-page-cache.c (ev_page_cache_next_page):
6434 * shell/ev-window.c (ev_window_cmd_go_next_page)
6435 (ev_window_cmd_go_first_page): Fix of by one errors.
6437 2005-04-05 Marco Pesenti Gritti <mpg@redhat.com>
6439 * ps/ps-document.c: (get_page_box):
6441 Fix page size calculation
6443 2005-04-05 Marco Pesenti Gritti <mpg@redhat.com>
6445 * ps/ps-document.c: (ps_document_init), (push_pixbuf),
6446 (ps_document_cleanup), (setup_pixmap), (get_page_box),
6447 (get_page_orientation), (setup_page), (document_load),
6448 (ps_document_get_page_size), (render_pixbuf_idle):
6451 More refactoring to adapt to EvDocument changes
6453 2005-04-05 Marco Pesenti Gritti <mpg@redhat.com>
6455 * ps/ps-document.c: (start_interpreter):
6457 Actually add alpha args
6459 2005-04-05 Marco Pesenti Gritti <mpg@redhat.com>
6461 * pdf/ev-poppler.cc:
6463 Make clipboard work again
6465 2005-04-04 Kristian Høgsberg <krh@redhat.com>
6467 Make searching work again.
6469 * backend/ev-document.c:
6470 * backend/ev-document.h:
6471 * backend/ev-document-find.c:
6472 * backend/ev-document-find.h: Change EvDocumentIface so we no
6473 longer store the current page or zoom level in the document. The
6474 consequence is that all calls that operate on the current page now
6475 instead take the page number as an extra argument, and all
6476 coordinates are now doubles in document coordinate system.
6478 * pdf/ev-poppler.cc:
6479 * pixbuf/pixbuf-document.c:
6480 * ps/ps-document.c: Update backends accordingly.
6482 2005-04-04 Marco Pesenti Gritti <marco@gnome.org>
6486 Add required gettext version
6488 Sat Apr 2 18:57:00 2005 Jonathan Blandford <jrb@redhat.com>
6490 * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
6491 make F1 bring up non-existent help.
6493 * shell/eggfindbar.c: Patch from Christian Persch to sync to
6494 epiphany's find bar, #167477
6496 * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
6497 <emil@nishra.com> to add space-bar scrolling,
6499 * shell/ev-window.c (static GtkActionEntry entries): add default
6500 keybinding for Help (F1)
6503 * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
6504 changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
6507 2005-04-01 David Malcolm <dmalcolm@redhat.com>
6510 * pixbuf/pixbuf-document.c:
6512 Got pixbuf backend working again
6514 2005-04-01 Steve Murphy <murf@e-tools.com>
6516 * configure.in: Added "rw" to ALL_LINGUAS.
6518 Fri Apr 1 02:33:41 2005 Jonathan Blandford <jrb@redhat.com>
6520 * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
6521 model types, noticed by Martin Kretzschmar.
6523 2005-04-01 Kristian Høgsberg <krh@redhat.com>
6525 * pdf/ev-poppler.cc: Implement search based on
6526 poppler_page_find_text(). Currently a bit crude since we remember
6527 all matches from all pages. Also, we grab the big document lock
6528 when we search since searching changes the underlying stream and
6529 thus conflicts with the rendering thread.
6531 * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
6532 (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
6533 (ev_view_find_previous): Fix some page indexes to be 0 based,
6534 offset rubber band by view offset,
6536 Fri Apr 01 09:21:12 2005 Pablo Saratxaga <pablo@mandrakesoft.com>
6538 * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
6540 Fri Apr 1 01:59:39 2005 Jonathan Blandford <jrb@redhat.com>
6542 * shell/ev-page-action.c: Changed to use page labels now. Rewrote
6543 completely because I didn't understand GtkActions. I should
6544 read Marco's code more carefully in the future.
6546 * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
6549 2005-03-31 Kristian Høgsberg <krh@redhat.com>
6551 * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
6552 PopplerRectangle change from poppler CVS.
6554 Thu Mar 31 13:27:50 2005 Jonathan Blandford <jrb@redhat.com>
6556 * backend/ev-document.c: (ev_document_get_page_label):
6557 * backend/ev-document.h:
6558 * backend/ev-page-cache.c: (_ev_page_cache_new),
6559 (ev_page_cache_get_page_label):
6560 * backend/ev-page-cache.h:
6561 * pdf/ev-poppler.cc:
6562 * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
6563 (links_page_num_func):
6564 * shell/ev-sidebar-thumbnails.c:
6565 (ev_sidebar_thumbnails_set_document):
6566 * shell/ev-view.c: (status_message_from_link),
6567 (ev_view_motion_notify_event):
6568 * shell/ev-window.c: (document_supports_sidebar): Add in page
6569 label support. It's not perfect yet, but it's the first 'feature'
6571 Also, fix a bogus comment noticed by crispin.
6573 Thu Mar 31 01:21:58 2005 Jonathan Blandford <jrb@redhat.com>
6575 * Makefile.am: Remove pixbuf backend for now
6577 * configure.ac: Require poppler-glib instead of just poppler.
6579 * backend/ev-document-thumbnails.h: Add a comment
6581 * backend/ev-document.h:
6582 * backend/ev-document.c: (ev_document_class_init),
6583 (ev_document_load), (ev_document_get_link),
6584 (ev_document_get_links): Remove 3 methods and add get_links.
6587 * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6588 * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
6590 * backend/ev-link.c: (ev_link_set_title),
6591 (ev_link_mapping_free_foreach), (ev_link_mapping_free),
6592 (ev_link_mapping_find):
6593 * backend/ev-link.h: Allow NULL titles. Also, introduce a mapping link.
6595 * backend/ev-page-cache.c: (ev_page_cache_init),
6596 (_ev_page_cache_new), (ev_page_cache_set_current_page),
6597 (ev_page_cache_get_size), (ev_page_cache_next_page),
6598 (ev_page_cache_prev_page): Fix to be 0 based.
6602 * pdf/ev-poppler.cc: New backend.
6604 * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
6605 (ps_document_get_page), (ps_document_document_iface_init):
6607 * shell/ev-pixbuf-cache.h:
6608 * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
6609 (dispose_cache_job_info), (job_finished_cb), (move_one_job),
6610 (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
6611 (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
6612 (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
6613 Fix up code to grab a page cache per each doc. Also, fix to be 0
6616 * shell/ev-sidebar-thumbnails.c:
6617 (ev_sidebar_tree_selection_changed), (page_changed_cb),
6618 (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
6620 * shell/ev-view.c: (status_message_from_link),
6621 (find_page_at_location), (get_link_at_location),
6622 (ev_view_motion_notify_event), (ev_view_button_release_event),
6623 (ev_view_init): Use the new link code. Fix to be 0 based.
6625 * shell/ev-window.c: (update_action_sensitivity),
6626 (document_supports_sidebar): 0 based.
6628 Fri Mar 25 16:55:58 2005 Jonathan Blandford <jrb@redhat.com>
6630 * pdf/pdf-document.cc: Patch from Fernando Herrera
6631 <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
6634 Wed Mar 23 23:49:41 2005 Jonathan Blandford <jrb@redhat.com>
6636 * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
6637 1 to the page, as this seems to be 1 based. I thought we has this
6640 2005-03-23 Marco Pesenti Gritti <marco@gnome.org>
6643 * backend/Makefile.am:
6644 * backend/ev-document-links.c:
6645 (ev_document_links_has_document_links),
6646 (ev_document_links_get_links_model):
6647 * backend/ev-document-links.h:
6648 * backend/ev-document.c: (ev_document_get_page_cache),
6649 (ev_document_get_doc_mutex), (ev_document_load),
6650 (ev_document_save), (ev_document_get_title),
6651 (ev_document_get_n_pages), (ev_document_set_page),
6652 (ev_document_get_page), (ev_document_set_target),
6653 (ev_document_set_scale), (ev_document_set_page_offset),
6654 (ev_document_get_page_size), (ev_document_get_text),
6655 (ev_document_get_link), (ev_document_render),
6656 (ev_document_render_pixbuf), (ev_document_scale_changed):
6657 * backend/ev-document.h:
6658 * backend/ev-job-queue.c: (remove_object_from_queue),
6659 (notify_finished), (handle_job), (search_for_jobs_unlocked),
6660 (no_jobs_available_unlocked), (ev_render_thread),
6661 (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
6662 (ev_job_queue_remove_job):
6663 * backend/ev-job-queue.h:
6664 * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
6665 (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
6666 (ev_job_links_class_init), (ev_job_render_init),
6667 (ev_job_render_dispose), (ev_job_render_class_init),
6668 (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
6669 (ev_job_thumbnail_class_init), (ev_job_finished),
6670 (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
6671 (ev_job_render_run), (ev_job_thumbnail_new),
6672 (ev_job_thumbnail_run):
6673 * backend/ev-jobs.h:
6674 * backend/ev-link.c:
6675 * backend/ev-link.h:
6676 * backend/ev-page-cache.c: (ev_page_cache_init),
6677 (ev_page_cache_class_init), (ev_page_cache_finalize),
6678 (_ev_page_cache_new), (ev_page_cache_get_n_pages),
6679 (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
6680 (ev_page_cache_set_link), (ev_page_cache_get_title),
6681 (ev_page_cache_get_size), (ev_page_cache_next_page),
6682 (ev_page_cache_prev_page):
6683 * backend/ev-page-cache.h:
6684 * pdf/pdf-document.cc:
6687 * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
6688 (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
6689 (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
6690 (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
6691 (is_interpreter_ready), (output), (catchPipe), (input),
6692 (start_interpreter), (check_filecompressed), (compute_dimensions),
6693 (ps_document_enable_interpreter), (document_load),
6694 (ps_document_next_page), (render_page), (ps_document_set_page),
6695 (ps_document_set_scale), (render_pixbuf_idle),
6696 (ps_document_render_pixbuf), (ps_document_document_iface_init):
6698 * shell/Makefile.am:
6699 * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
6700 (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
6701 (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
6702 (ev_pixbuf_cache_new), (job_finished_cb),
6703 (check_job_size_and_unref), (move_one_job),
6704 (ev_pixbuf_cache_update_range), (find_job_cache),
6705 (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
6706 (ev_pixbuf_cache_add_jobs_if_needed),
6707 (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
6708 * shell/ev-pixbuf-cache.h:
6709 * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
6710 (idle_print_handler):
6711 * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
6712 (selection_changed_cb), (create_loading_model),
6713 (ev_sidebar_links_construct), (links_page_num_func),
6714 (ev_sidebar_links_clear_document), (update_page_callback_foreach),
6715 (update_page_callback), (job_finished_cb),
6716 (ev_sidebar_links_set_document):
6717 * shell/ev-sidebar-thumbnails.c:
6718 (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
6719 (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
6720 (page_changed_cb), (thumbnail_job_completed_callback),
6721 (ev_sidebar_thumbnails_set_document):
6722 * shell/ev-sidebar-thumbnails.h:
6723 * shell/ev-sidebar.c: (ev_sidebar_set_document):
6724 * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
6725 (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
6726 (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
6727 (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
6728 (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
6729 (ev_view_button_release_event), (ev_view_scroll_view),
6730 (ev_view_class_init), (ev_view_init), (update_find_status_message),
6731 (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
6732 (ev_view_new), (job_finished_cb), (page_changed_cb),
6733 (ev_view_set_document), (go_to_link), (ev_view_zoom),
6734 (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
6735 (ev_view_find_previous):
6737 * shell/ev-window.c: (update_action_sensitivity),
6738 (ev_window_open_page), (update_window_title), (update_total_pages),
6739 (page_changed_cb), (ev_window_setup_document),
6740 (password_dialog_response), (ev_window_cmd_save_as),
6741 (ev_window_print), (ev_window_cmd_go_previous_page),
6742 (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
6743 (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
6744 (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
6745 * shell/main.c: (main):
6747 Merge evince-threads branch
6749 2005-03-16 Žygimantas Beručka <uid0@akl.lt>
6751 * configure.ac: Added "lt" to ALL_LINGUAS.
6753 2005-03-14 Marco Pesenti Gritti <marco@gnome.org>
6760 2005-03-13 Fernando Herrera <fherrera@onirica.com>
6762 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6764 Fix here also the thumbnails 1-basedness :)
6766 2005-03-12 Marco Pesenti Gritti <marco@gnome.org>
6773 2005-03-12 Marco Pesenti Gritti <marco@gnome.org>
6775 * pdf/pdf-document.cc:
6776 * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
6777 (do_one_iteration), (ev_sidebar_thumbnails_set_document):
6779 Fix the mess we did with thumbnails and 1-basedness
6781 2005-03-12 Changwoo Ryu <cwryu@debian.org>
6783 * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
6785 2005-03-09 Marco Pesenti Gritti <marco@gnome.org>
6792 2005-03-08 Marco Pesenti Gritti <marco@gnome.org>
6795 * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
6796 (gtk_gs_defaults_get_alpha_parameters),
6797 (gtk_gs_defaults_get_ungzip_cmd),
6798 (gtk_gs_defaults_get_unbzip2_cmd):
6800 * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
6801 (ps_document_get_orientation), (document_load),
6802 (ps_document_goto_page), (ps_document_set_page_size):
6805 Some more sanitization of the ps backend. Remove a lot
6806 of unused code and do not base our defaults on ggv
6809 2005-03-08 Fernando Herrera <fherrera@onirica.com>
6811 * thumbnailer/evince-thumbnailer.schemas:
6812 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
6813 (main): add -s option for thumbnail size.
6815 2005-03-07 Christian Persch <chpe@cvs.gnome.org>
6819 AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
6822 2005-03-07 Marco Pesenti Gritti <marco@gnome.org>
6824 * pdf/pdf-document.cc:
6826 Remove 4 pixels of useless border from the
6829 2005-03-07 Marco Pesenti Gritti <marco@gnome.org>
6831 * backend/ev-document-thumbnails.c:
6832 (ev_document_thumbnails_get_thumbnail):
6833 * backend/ev-document-thumbnails.h:
6835 Rework API a bit. Add a border flag and
6836 change sizing logic (now the size we specify
6837 applies to the bigger dimension).
6839 * pdf/pdf-document.cc:
6840 * pixbuf/pixbuf-document.c:
6841 (pixbuf_document_thumbnails_get_thumbnail):
6842 * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
6843 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6845 Adapt to the new API and do not draw a border for nautilus
6848 2005-03-03 Fernando Herrera <fherrera@onirica.com>
6850 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6851 take thumbnails from page "0" instead of "1". Added a copyright header.
6853 2005-03-03 Jens Granseuer <jensgr@gmx.net>
6855 * ps/ps-document.c: (set_up_page), (start_interpreter):
6857 Make it C89 compliant
6859 2005-03-03 Marco Pesenti Gritti <marco@gnome.org>
6864 * pdf/pdf-document.cc:
6865 * thumbnailer/Makefile.am:
6866 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
6868 * thumbnailer/evince-thumbnailer.schemas:
6869 * thumbnailer/pdf-icon.png:
6871 Add a nautilus thumbnailer.
6872 Based on patch by Fernando Herrera <fherrera@onirica.com>.
6874 2005-03-02 Marco Pesenti Gritti <marco@gnome.org>
6882 2005-03-01 Kristian Høgsberg <krh@redhat.com>
6884 Use poppler instead of including xpdf source code. Poppler is a
6885 fork of xpdf to build it as a shared library. See
6886 http://freedesktop.org/wiki/Software/poppler.
6888 * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
6891 * pdf/Makefile.am: Build libpdfdocument.a here.
6893 * pdf/GDKSplashOutputDev.cc:
6894 * pdf/GDKSplashOutputDev.h:
6895 * pdf/GnomeVFSStream.cc:
6896 * pdf/GnomeVFSStream.h:
6899 * test-gdk-output-dev.cc
6901 * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
6904 2005-02-28 Marco Pesenti Gritti <marco@gnome.org>
6906 * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
6908 Clear idle stack before unsetting the document
6910 2005-02-28 Marco Pesenti Gritti <marco@gnome.org>
6912 * ps/ps-document.c: (ps_document_widget_event),
6913 (ps_document_set_target), (ps_document_finalize),
6914 (ps_document_get_page):
6916 Disconnect the widget event signal on finalize.
6919 2005-02-28 Marco Pesenti Gritti <marco@gnome.org>
6921 * ps/ps-document.c: (set_up_page):
6923 If there is no bpixmap create one, even if size
6926 2005-02-28 Marco Pesenti Gritti <marco@gnome.org>
6928 * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
6929 (set_up_page), (document_load), (ps_document_set_zoom):
6931 Default page is 0. Calculate size even when we have no
6934 2005-02-28 Carlos Garcia Campos <carlosgc@gnome.org>
6936 * shell/ev-sidebar.c: expand the selection widget to be always as
6939 2005-02-28 Marco Pesenti Gritti <marco@gnome.org>
6941 * shell/ev-sidebar-thumbnails.c:
6942 (ev_sidebar_thumbnails_set_document):
6944 Clear the list store when setting document
6946 2005-02-28 Marco Pesenti Gritti <marco@gnome.org>
6948 * shell/ev-page-action.c: (update_entry), (sync_entry),
6949 (activate_cb), (entry_size_request_cb), (create_tool_item),
6952 Use an entry for the page control instead of spinbuttons
6954 2005-02-28 Marco Pesenti Gritti <marco@gnome.org>
6956 * data/evince.schemas.in:
6958 Correct confusing string
6960 Sun Feb 27 23:00:31 2005 Jonathan Blandford <jrb@redhat.com>
6962 * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
6963 for real. Gosh, how long has this been broken.
6965 * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
6966 check for a NULL link. We crash otherwise.
6968 2005-02-27 Marco Pesenti Gritti <marco@gnome.org>
6975 2005-02-25 Sebastien Bacher <seb128@debian.org>
6977 * configure.ac: add the french translation.
6979 2005-02-25 Marco Pesenti Gritti <marco@gnome.org>
6981 * shell/ev-window.c:
6983 Remove unused header -> fix distcheck
6985 2005-02-25 Marco Pesenti Gritti <marco@gnome.org>
6987 * shell/ev-window.c: (update_window_title),
6988 (ev_window_popup_password_dialog):
6990 Unescape filename for display
6992 2005-02-25 Marco Pesenti Gritti <marco@gnome.org>
6994 * pdf/xpdf/pdf-document.cc:
6996 In get_page_size deal with rotation. Also
6997 cleanup the function a bit.
6999 2005-02-25 Marco Pesenti Gritti <marco@gnome.org>
7001 * pdf/xpdf/pdf-document.cc:
7003 Fix crash when opening in new window
7005 2005-02-25 Marco Pesenti Gritti <marco@gnome.org>
7009 Check ghostscript >= 7
7011 2005-02-25 Pedro Villavicencio <pvillavi@gnome.cl>
7013 * shell/ev-window.c:
7015 Make page width the default sizing mode
7017 2005-02-25 Carlos Garcia Campos <carlosgc@gnome.org>
7018 Marco Pesenti Gritti <marco@gnome.org>
7020 * shell/ev-window.c: Remember the sidebar size
7022 * data/evince.schemas.in: Add a new gconf key to store the size of
7025 2005-02-24 Kai Willadsen <kaiw@itee.uq.edu.au>
7027 * data/evince-ui.xml:
7028 * shell/ev-window.c: (update_action_sensitivity),
7029 (ev_window_cmd_view_reload):
7031 Add a "Reload" action and menu entry
7033 Thu Feb 24 23:07:33 2005 Jonathan Blandford <jrb@redhat.com>
7035 * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
7036 iff the type doesn't support thumbnailing and indexing.
7038 2005-02-24 Martin Kretzschmar <martink@gnome.org>
7040 * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
7042 2005-02-24 Marco Pesenti Gritti <marco@gnome.org>
7044 * pdf/splash/Splash.cc:
7046 Port fix for a crasher from kde bug
7047 http://bugs.kde.org/show_bug.cgi?id=97131
7049 2005-02-24 Marco Pesenti Gritti <marco@gnome.org>
7051 * pdf/xpdf/pdf-document.cc:
7053 Return a link even if it's of an unrecognized
7054 type. Otherwise we go in an infinte cycle.
7056 2005-02-24 Marco Pesenti Gritti <marco@gnome.org>
7058 * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
7059 (size_allocate_cb), (ev_window_set_sizing_mode):
7061 Update size when switching mode
7063 2005-02-24 Marco Pesenti Gritti <marco@gnome.org>
7065 * shell/ev-window.c: (ev_window_cmd_view_best_fit),
7066 (ev_window_cmd_view_page_width), (update_sizing_buttons),
7067 (ev_window_cmd_view_normal_size):
7069 Fix size toggle buttons behavior
7071 2005-02-24 Marco Pesenti Gritti <marco@gnome.org>
7073 * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
7074 (doc_rect_to_view_rect), (ev_view_size_allocate),
7075 (expose_bin_window), (ev_view_select_all), (page_changed_callback),
7076 (scale_changed_callback):
7078 Do not cache offsets in size_allocate.
7080 2005-02-24 Marco Pesenti Gritti <marco@gnome.org>
7082 * shell/ev-view.c: (ev_view_size_allocate):
7084 Calculate offsets before calling the parent
7085 class (which does a redraw)
7087 2005-02-24 Marco Pesenti Gritti <marco@gnome.org>
7089 * pdf/xpdf/pdf-document.cc:
7091 Fix a crasher on exit. Unused code, put a TODO
7093 2005-02-24 Marco Pesenti Gritti <marco@gnome.org>
7095 * backend/ev-document.c: (ev_document_class_init),
7096 (ev_document_page_changed), (ev_document_scale_changed):
7097 * backend/ev-document.h:
7099 Separate page/scale notifications
7101 * pdf/xpdf/pdf-document.cc:
7103 Emit the new signals.
7104 Do not display the pdf page in _render, do it
7105 when scale/page are requested.
7107 * ps/ps-document.c: (ps_document_set_zoom),
7108 (ps_document_widget_event):
7111 Emit the new signals.
7113 * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
7114 (ev_view_init), (page_changed_callback), (scale_changed_callback),
7115 (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
7116 (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
7118 * shell/ev-window.c: (ev_window_cmd_view_normal_size),
7119 (ev_window_cmd_view_page_width), (size_allocate_cb),
7120 (ev_window_set_sizing_mode):
7122 Rework sizing to be pixel based.
7123 There are bugs but should be already way better.
7125 2005-02-23 Marco Pesenti Gritti <marco@gnome.org>
7127 * shell/ev-window.c: (ev_window_init):
7129 Do not allow to shrink sidebar smaller then
7132 2005-02-23 Carlos Garcia Campos <carlosgc@gnome.org>
7134 * shell/ev-sidebar.[ch]
7135 * shell/ev-window.c:
7137 Improved sidebar widget. Fixes #166683
7139 2005-02-23 Tommi Vainikainen <thv@iki.fi>
7141 * shell/ev-view.c (update_find_status_message): Give translators
7142 more flexibility with ngettext plural handling.
7144 Mon Feb 21 17:52:08 2005 Jonathan Blandford <jrb@redhat.com>
7146 * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
7147 from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
7148 page when we get the page size.
7150 2005-02-21 Marco Pesenti Gritti <marco@gnome.org>
7152 * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
7154 ps pages are 0 based, convert
7156 2005-02-21 Marco Pesenti Gritti <marco@gnome.org>
7158 * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
7160 Initialize correct parent class. Set GError on document load
7162 2005-02-21 Marco Pesenti Gritti <marco@gnome.org>
7164 * pdf/xpdf/pdf-document.cc:
7166 Fixup selection offset calculation
7168 * shell/ev-view.c: (view_rect_to_doc_rect),
7169 (doc_rect_to_view_rect), (ev_view_size_allocate),
7170 (expose_bin_window), (ev_view_select_all), (ev_view_copy),
7171 (ev_view_primary_get_cb), (ev_view_motion_notify_event):
7173 Store selection as document relative, so that zooming
7174 and offset changing doesnt break it.
7176 2005-02-21 Marco Pesenti Gritti <marco@gnome.org>
7178 * shell/ev-view.c: (ev_view_best_fit):
7180 Do not try to best fit if the view is not realized
7182 2005-02-20 Kostas Papadimas <pkst@gnome.org>
7184 * configure.ac (ALL_LINGUAS): Added "el" (Greek).
7186 Fri Feb 18 16:06:39 2005 Jonathan Blandford <jrb@redhat.com>
7188 * shell/ev-window.c (ev_window_focus_in_event): missed a case.
7190 Fri Feb 18 15:32:57 2005 Jonathan Blandford <jrb@redhat.com>
7192 * shell/ev-window.c: Change the fullscreen toolbar to always be in
7193 the popup window. That prevents it resizing when in full screen
7196 * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
7197 multiple rerenders. This pretty much sucks.
7199 * data/evince-ui.xml: Change the fullscreen toolbar to include the
7200 rest of the toolbar.
7202 2005-02-18 Tommi Vainikainen <thv@iki.fi>
7204 * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
7206 2005-02-17 Alexander Shopov <ash@contact.bg>
7208 * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
7210 2005-02-16 Bryan Clark <clarkbw@cvs.gnome.org>
7212 * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
7214 2005-02-16 Marco Pesenti Gritti <marco@gnome.org>
7216 * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
7217 (ev_view_create_invisible_cursor), (ev_view_set_cursor),
7218 (set_document_page), (document_changed_callback),
7219 (ev_view_set_document), (ev_view_find_previous),
7220 (ev_view_hide_cursor), (ev_view_show_cursor):
7222 * shell/ev-window.c: (update_chrome_visibility),
7223 (fullscreen_timeout_cb), (fullscreen_set_timeout),
7224 (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
7225 (fullscreen_leave_notify_cb), (ev_window_fullscreen),
7226 (ev_window_unfullscreen):
7227 * shell/main.c: (main):
7229 Automatically hide the fullscreen button.
7230 Patch by Kristian Høgsberg <krh@redhat.com>
7232 2005-02-16 Vincent Noel <vnoel@cox.net>
7234 * shell/main.c (main): Specify an icon for the window. Patch by
7235 Jaap A. Haitsma. Fixes #166177.
7237 Wed Feb 16 06:30:13 2005 Jonathan Blandford <jrb@redhat.com>
7239 * shell/ev-view.c (ev_view_realize): get rid of the black flash.
7241 Tue Feb 15 22:27:13 2005 Jonathan Blandford <jrb@redhat.com>
7243 * backend/ev-document-misc.h:
7244 * backend/ev-document-misc.c:
7245 (ev_document_misc_get_page_border_size),
7246 (ev_document_misc_paint_one_page): New function to canonicalize
7247 sizing/painting a border.
7249 * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
7252 * pdf/xpdf/pdf-document.cc: use new function
7254 * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
7255 (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
7256 (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
7257 shell/ev-window.c: (update_sizing_buttons),
7258 (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
7259 (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
7260 (ev_window_cmd_view_page_width), (size_allocate_cb),
7261 (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
7262 and "fit width" values act as toggle buttons so they stay
7263 toggled. It's not 100% perfect, and it's a little slow, but it's
7264 good enough to commit I think.
7266 2005-02-15 David Lodge <dave@cirt.net>
7268 * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
7270 2005-02-15 Martin Kretzschmar <martink@gnome.org>
7272 * shell/ev-window.c (update_window_title): replace newlines in
7273 the title by spaces. Bug #166107.
7275 2005-02-14 Martin Kretzschmar <martink@gnome.org>
7277 * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
7278 parameters providing allocation width and height without
7279 scrollbars and width of a possible vertical scrollbar. With this
7280 additional information the functions can work as
7281 intended. Unfortunately they're not idempotent. We should
7282 transform these commands to toggles. Fixes Bug #164976
7283 Initial patch by Stephane Loeuillet, then heavily modified.
7285 * shell/ev-view.h: update prototypes.
7287 * shell/ev-window.c (ev_window_cmd_view_best_fit)
7288 (ev_window_cmd_view_page_width): provide EvView fit functions with
7289 all the information they need. Formulas to calculate this
7290 information taken from GtkScrolledWindow.
7292 2005-02-14 Crispin Flowerday <gnome@flowerday.cx>
7294 * shell/ev-sidebar-thumbnails.c: Ensure that after we have
7295 created a thumbnail, the list store is updated to know
7296 that the thumbnail is set. Fixes bug #166792
7298 2005-02-11 Bryan Clark <clarkbw@cvs.gnome.org>
7300 * shell/ev-window.c: fixed typo, closes bug 166897
7302 * TODO: updated TODO with bug numbers that are relevant
7304 2005-02-09 Carlos Garcia Campos <carlosgc@gnome.org>
7306 * shell/ev-window.c: Support for DnD of files. Fixes #164813
7308 2005-02-09 Vincent Noel <vnoel@cox.net>
7310 * shell/ev-window.c: (set_action_properties): Set the "Previous"
7311 and "Next" toolbar buttons as important to make them stand out.
7313 2005-02-09 Marco Pesenti Gritti <marco@gnome.org>
7317 * ps/ps-document.c: (ps_document_finalize), (set_up_page),
7318 (start_interpreter), (stop_interpreter), (document_load),
7319 (ps_document_next_page), (ps_document_goto_page),
7320 (ps_document_set_page_size), (ps_document_widget_event),
7321 (ps_document_render):
7322 * shell/ev-page-view.c: (ev_page_view_dispose):
7323 * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
7325 Fix compilation on non-gcc platforms
7327 2005-02-09 Marco Pesenti Gritti <marco@gnome.org>
7334 * pdf/xpdf/Catalog.cc:
7337 Fix the fix for CAN-2004-0888
7339 2005-02-09 Luca Ferretti <elle.uca@libero.it>
7342 * data/evince-ui.xml:
7343 * shell/ev-stock-icons.c: (ev_stock_icons_init):
7344 * shell/ev-stock-icons.h:
7345 * shell/ev-window.c: (update_action_sensitivity),
7346 (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
7347 (set_action_properties):
7349 Improve toolbar layout/icons
7351 2005-02-08 Marco Pesenti Gritti <marco@gnome.org>
7353 * pdf/xpdf/pdf-document.cc:
7355 Add warnings about unimplemented/unknown link
7358 2005-02-07 Marco Pesenti Gritti <marco@gnome.org>
7360 * ps/ps-document.c: (set_up_page):
7364 2005-02-07 Marco Pesenti Gritti <marco@gnome.org>
7366 * ps/ps-document.c: (start_interpreter):
7370 2005-02-07 Marco Pesenti Gritti <marco@gnome.org>
7372 * shell/ev-page-view.c: (ev_page_view_dispose):
7373 * shell/ev-view.c: (ev_view_finalize):
7374 * shell/ev-window.c: (ev_window_setup_document),
7375 (ev_window_dispose), (ev_window_init):
7377 Solve more refs issues.
7379 I commented out the page_view initialization for now:
7380 it was never destroyed (because it's never added
7381 to a container). Because of that we was leaking
7382 gs processes. Couldnt think to a clean fix.
7383 We need to figure this out, password view has the
7384 same issue probably.
7386 2005-02-07 Marco Pesenti Gritti <marco@gnome.org>
7388 * ps/ps-document.c: (ps_document_finalize),
7389 (ps_document_get_n_pages), (ps_document_get_page):
7391 Some cleanups, stop the interpreter on finalize
7393 * shell/ev-page-view.c: (ev_page_view_dispose),
7394 (ev_page_view_class_init):
7396 Release our reference on the document
7398 2005-02-07 Marco Pesenti Gritti <marco@gnome.org>
7402 * doc/debugging.txt:
7405 * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
7406 (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
7407 (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
7410 Add debugging helpers
7413 * ps/ps-document.c: (set_up_page), (start_interpreter),
7414 (stop_interpreter), (document_load), (ps_document_next_page),
7415 (ps_document_goto_page), (ps_document_set_page_size),
7416 (ps_document_widget_event), (ps_document_render):
7417 * shell/Makefile.am:
7418 * shell/ev-view.c: (expose_bin_window):
7419 * shell/main.c: (main):
7423 2005-02-07 Marco Pesenti Gritti <marco@gnome.org>
7425 * ps/ps-document.c: (ps_document_widget_event):
7427 Initialize message_window, this should make ps
7428 rendering really work! (Never noticed because I was
7429 testing with a ps that is causing gs to exit every time!)
7431 2005-02-07 Bryan Clark <clarkbw@cvs.gnome.org>
7433 * data/evince.schemas.in: updated simple error in applyto closing tag
7435 2005-02-07 Christian Persch <chpe@cvs.gnome.org>
7441 * data/evince-ui.xml:
7442 A data/evince.schemas.in:
7444 * shell/ev-stock-icons.c: (ev_stock_icons_init):
7445 * shell/ev-stock-icons.h:
7446 * shell/ev-window.c: (update_chrome_visibility),
7447 (update_chrome_flag), (ev_window_cmd_edit_find),
7448 (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
7449 (ev_window_unfullscreen), (ev_window_focus_in_event),
7450 (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
7451 (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
7452 (ev_window_view_sidebar_cb), (find_bar_close_cb),
7453 (ev_window_dispose), (ev_window_class_init),
7454 (set_action_properties), (set_chrome_actions), (load_chrome),
7457 Implement fullscreen mode changes from bug #164776.
7458 Also implement persistent chrome toggles.
7460 2005-02-07 Jordi Mallach <jordi@sindominio.net>
7462 * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
7464 2005-02-04 Marco Pesenti Gritti <marco@gnome.org>
7470 Add another check for find interface
7474 2005-02-04 Marco Pesenti Gritti <marco@gnome.org>
7476 * shell/ev-application.c: (ev_application_open):
7477 * shell/ev-window.c: (ev_window_open):
7479 Open gzipped ps documents
7481 2005-02-04 Marco Pesenti Gritti <marco@gnome.org>
7484 * shell/ev-view.c: (set_document_page):
7486 Clamp page number, dont try to move to
7489 2005-02-04 Marco Pesenti Gritti <marco@gnome.org>
7491 * backend/ev-document-find.c: (ev_document_find_changed):
7492 * backend/ev-document-find.h:
7493 * pdf/xpdf/pdf-document.cc:
7494 * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
7495 * shell/ev-window.c: (find_bar_search_changed_cb):
7497 Fix several bugs with find
7499 2005-02-04 Martin Kretzschmar <martink@gnome.org>
7501 * shell/ev-sidebar-thumbnails.c
7502 (ev_sidebar_thumbnails_select_page): do nothing unless we have a
7503 document. Prevents warning from scroll_to_cell.
7505 2005-02-02 Kjartan Maraas <kmaraas@gnome.org>
7507 * configure.ac: Add «nb» to ALL_LINGUAS too.
7509 Wed Feb 2 21:13:11 2005 Jonathan Blandford <jrb@redhat.com>
7511 * NOTES: New file with some random thoughts.
7515 * backend/ev-document-misc.c:
7516 (ev_document_misc_get_page_border_size): New function to
7517 canonicalize shadow drawing sizes. Possibly goofy.
7519 * shell/ev-view.c: (ev_view_size_request), (set_document_page),
7520 (ev_view_best_fit), (ev_view_fit_width):
7521 * pdf/xpdf/pdf-document.cc:
7522 * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
7523 * ps/ps-document.c: (ps_document_get_page_size):
7524 * backend/ev-document-misc.h:
7525 * backend/ev-document.c: (ev_document_get_page_size):
7526 * backend/ev-document.h: get_page_size now takes a page number
7527 parameter. Made all the backends/frontends honor it.
7529 * data/evince-ui.xml: Added a multiple-page mode. Uncomment to
7530 see. Doesn't work yet.
7532 * shell/Makefile.am:
7533 * shell/ev-page-view.[ch]: New multi-page view. Really rough.
7534 Doesn't do anything yet.
7536 * shell/ev-sidebar-thumbnails.c:
7537 (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
7540 * shell/ev-window.c: (update_action_sensitivity),
7541 (ev_window_setup_document), (ev_window_set_page_mode),
7542 (ev_window_page_mode_cb), (ev_window_init): Clean up the
7543 view-swapping code a bit so we can have multiple views on a
7544 document. Add the multi-page view, though it can't be turned on
7547 2005-02-01 Marco Pesenti Gritti <marco@gnome.org>
7549 * shell/ev-application.c: (ev_application_open):
7550 * shell/ev-view.c: (expose_bin_window):
7551 * shell/ev-window.c: (ev_window_open):
7553 Support eps and check document supports find
7554 before drawing highlightings in expose.
7556 2005-01-13 Jeff Muizelaar <jeff@nit.ca>
7558 * pixbuf/pixbuf-document.c:
7559 (pixbuf_document_thumbnails_get_dimensions),
7560 (pixbuf_document_document_thumbnails_iface_init):
7562 implement get_dimensions
7564 2005-02-01 Marco Pesenti Gritti <marco@gnome.org>
7571 2005-01-30 Marco Pesenti Gritti <marco@gnome.org>
7573 * shell/ev-view.c: (set_document_page):
7575 Scroll at the top of the page when changing page
7577 2005-01-30 Marco Pesenti Gritti <marco@gnome.org>
7579 * shell/ev-view.c: (ev_view_motion_notify_event):
7581 Do not redraw unnecessarily
7583 2005-01-30 Marco Pesenti Gritti <marco@gnome.org>
7585 * pdf/xpdf/pdf-document.cc:
7586 * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
7587 (expose_bin_window), (find_changed_cb):
7589 Yay! find works now... Now to find bugs...
7591 2005-01-30 Marco Pesenti Gritti <marco@gnome.org>
7593 * backend/ev-document-find.c: (ev_document_find_base_init),
7594 (ev_document_find_changed):
7595 * backend/ev-document-find.h:
7596 * pdf/xpdf/pdf-document.cc:
7597 * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
7598 (expose_bin_window), (ev_view_init), (set_document_page),
7599 (ensure_rectangle_is_visible), (jump_to_find_result),
7600 (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
7601 (ev_view_find_next), (ev_view_find_previous):
7603 * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
7605 More work on find implementation, mostly there now
7607 2005-01-29 Marco Pesenti Gritti <marco@gnome.org>
7609 * backend/ev-backend-marshalers.list:
7610 * backend/ev-document-find.c: (ev_document_find_base_init),
7611 (ev_document_find_cancel), (ev_document_find_page_has_results),
7612 (ev_document_find_get_n_results), (ev_document_find_get_result),
7613 (ev_document_find_get_progress), (ev_document_find_changed):
7614 * backend/ev-document-find.h:
7616 Enanche the find interface to be really able to do
7619 * pdf/xpdf/pdf-document.cc:
7623 * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
7624 (expose_bin_window), (ev_view_init),
7625 (ev_view_get_find_status_message), (find_changed_cb),
7626 (ev_view_set_document), (set_document_page):
7628 Adapt to the new interface. A few things are regressed sorry,
7629 I will finish it soon.
7631 2005-01-28 Martin Kretzschmar <martink@gnome.org>
7633 * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
7634 (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
7635 ev_sidebar_thumbnails_parent_class variable, don't define another
7636 parent_class variable.
7638 * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
7639 (ev_page_action_class_init): ditto.
7641 * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
7642 (pixbuf_document_class_init): ditto.
7644 * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
7647 * .cvsignore: ignore various valgrind output files.
7649 2005-01-27 Marco Pesenti Gritti <marco@gnome.org>
7651 * data/evince-ui.xml:
7652 * shell/Makefile.am:
7653 * shell/ev-history.c:
7654 * shell/ev-history.h:
7655 * shell/ev-navigation-action.c:
7656 * shell/ev-navigation-action.h:
7657 * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
7658 (ev_view_set_page), (ev_view_fit_width):
7660 * shell/ev-window.c: (update_action_sensitivity),
7661 (ev_window_setup_document), (register_custom_actions):
7663 Kill session history
7665 2005-01-27 Marco Pesenti Gritti <marco@gnome.org>
7667 * shell/ev-window.c: (update_action_sensitivity):
7669 Fix inverted up/down buttons
7671 2005-01-27 Martin Kretzschmar <martink@gnome.org>
7673 * shell/ev-sidebar-thumbnails.c
7674 (ev_sidebar_thumbnails_select_page): make sure the selected
7675 thumbnail stays visible.
7677 2005-01-26 Martin Kretzschmar <martink@gnome.org>
7679 * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
7680 scrolled window for Federico.
7682 2005-01-26 Ole Laursen <olau@hardworking.dk>
7684 * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
7686 2005-01-26 Marco Pesenti Gritti <marco@gnome.org>
7689 * pdf/splash/SplashFTFontEngine.cc:
7691 Fix CID fonts with freetype 2.1.9
7693 2005-01-26 Bryan Clark <clarkbw@cvs.gnome.org>
7695 * TODO: added item for desktop icon thumbnailer
7697 Tue Jan 25 00:59:34 2005 Jonathan Blandford <jrb@redhat.com>
7699 * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
7700 unloaded docs when the title is accessed.
7702 * shell/ev-password-view.[hc]: New widget for displaying password
7705 * shell/ev-window.[ch]: Refactor password handling code to handle
7708 2005-01-24 Marco Pesenti Gritti <marco@gnome.org>
7716 2005-01-23 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
7718 * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
7719 ignore page offset here, to make search results independent of it,
7721 * shell/ev-view.c (expose_bin_window): but take offsets into
7722 account here. Bug #164932
7724 * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
7725 scale at the right time. Bug #164996
7727 2005-01-22 Martin Kretzschmar <martink@gnome.org>
7729 * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
7730 fix the problem. Now I just removed the Adobe font names and hope
7731 that the URW fonts are always in outline format. Bug #164934
7733 * shell/ev-window.c (update_window_title): empty titles are
7734 useless, use filename in that case too.
7736 * NEWS: Add some content.
7738 2005-01-21 Bryan Clark <clarkbw@cvs.gnome.org>
7740 * TODO: added one more TODO item and a TODONE section :)
7742 2005-01-21 Martin Kretzschmar <martink@gnome.org>
7744 * ps/ps-document.h: add page_[xy]_offset fields.
7746 * ps/ps-document.c (ps_document_set_page_offset)
7747 (ps_document_render): Keep offset in consideration in a few
7748 places. Bug #164752 "postscript documents are not centered in
7751 * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
7752 s/gpdf/evince/. Spotted by Stephane Loeuillet.
7754 * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
7755 (pixbuf_document_get_text, pixbuf_document_document_iface_init):
7756 stub out missing methods for complete EvDocument implementation.
7757 Fixes segfaults with Save A Copy and Copy actions.
7759 * ps/ps-document.c (ps_document_save, ps_document_get_text)
7760 (ps_document_document_iface_init): ditto.
7762 2005-01-21 Marco Pesenti Gritti <marco@gnome.org>
7766 * data/evince.desktop.in:
7770 2005-01-21 Marco Pesenti Gritti <marco@gnome.org>
7772 * shell/ev-view.c: (ev_view_button_press_event),
7773 (ev_view_motion_notify_event):
7775 Make selection work in any direction
7777 2005-01-21 Marco Pesenti Gritti <marco@gnome.org>
7780 * shell/ev-window.c: (set_short_labels), (ev_window_init):
7782 Use shorter labels for some of the toolbars items
7784 2005-01-21 Marco Pesenti Gritti <marco@gnome.org>
7786 * pdf/xpdf/pdf-document.cc:
7788 Check the links info is initialized before
7789 using it. Should fix a crash on startup.
7791 2005-01-21 Martin Kretzschmar <martink@gnome.org>
7793 * pixbuf/pixbuf-document.c
7794 (pixbuf_document_thumbnails_get_dimensions): force floating point
7795 division to calculate page_ratio. Fixes crash with landscape
7798 Thu Jan 20 18:56:35 2005 Jonathan Blandford <jrb@redhat.com>
7800 * shell/ev-view.c (ev_view_realize): make the bg color darker.
7802 2005-01-20 Martin Kretzschmar <martink@gnome.org>
7804 * shell/ev-view.c (set_document_page): unset has_selection when
7806 (set_document_page): handle paper size changes when the page
7807 changes (test with Free Culture, page 2).
7809 2005-01-20 Marco Pesenti Gritti <marco@gnome.org>
7811 * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
7812 (expose_bin_window), (ev_view_class_init), (ev_view_init):
7814 Use normal style color for the widget background and
7815 draw a black box around the page.
7817 2005-01-20 Marco Pesenti Gritti <marco@gnome.org>
7819 * pdf/xpdf/pdf-document.cc:
7821 Keep offset in consideration in a few places
7823 * shell/ev-view.c: (expose_bin_window):
7825 Set the offsets so that the document is ever centered
7827 2005-01-20 Bryan Clark <clarkbw@cvs.gnome.org>
7829 * TODO: Added TODO items and finished off the first todo item
7831 * AUTHORS: Updated AUTHORS section with piece from gpdf file and
7832 reflect current authors
7834 2005-01-20 Marco Pesenti Gritti <marco@gnome.org>
7836 * pdf/xpdf/pdf-document.cc:
7837 * shell/ev-view.c: (ev_view_set_cursor),
7838 (ev_view_motion_notify_event), (document_changed_callback),
7839 (set_document_page):
7841 Show a wait cursor while the page is rendering
7843 2005-01-20 Marco Pesenti Gritti <marco@gnome.org>
7845 * shell/ev-sidebar-thumbnails.c:
7846 (ev_sidebar_tree_selection_changed),
7847 (ev_sidebar_thumbnails_select_page):
7848 * shell/ev-sidebar-thumbnails.h:
7849 * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
7850 (ev_view_can_go_forward):
7851 * shell/ev-window.c: (ev_window_open_page),
7852 (ev_window_setup_document), (update_current_page),
7853 (view_page_changed_cb), (ev_window_init):
7854 * shell/ev-window.h:
7856 Ensure thumbnails selection, toolbar page control and
7857 current page are in sync.
7859 2005-01-19 Marco Pesenti Gritti <marco@gnome.org>
7865 Wed Jan 19 01:10:57 2005 Jonathan Blandford <jrb@redhat.com>
7867 * backend/Makefile.am:
7868 * backend/ev-document-links.h:
7869 * backend/ev-document-security.c: (ev_document_security_get_type),
7870 (ev_document_security_has_document_security),
7871 (ev_document_security_set_password):
7872 * backend/ev-document-security.h:
7873 * backend/ev-document.c: (ev_document_error_quark):
7874 * backend/ev-document.h:
7876 * data/evince-password.glade:
7877 * pdf/xpdf/pdf-document.cc:
7878 * shell/Makefile.am:
7879 * shell/ev-password.c: (ev_password_set_bad_password_label),
7880 (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
7881 (ev_password_dialog_get_password),
7882 (ev_password_dialog_set_bad_pass):
7883 * shell/ev-password.h:
7884 * shell/ev-window.c: (ev_window_get_attribute),
7885 (ev_window_set_property), (update_action_sensitivity),
7886 (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
7887 (ev_window_setup_document), (ev_window_get_password),
7888 (ev_window_open), (ev_window_cmd_save_as),
7889 (using_postscript_printer), (ev_window_print),
7890 (find_not_supported_dialog), (ev_window_cmd_edit_find),
7891 (update_fullscreen_popup), (ev_window_fullscreen),
7892 (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
7893 (ev_window_focus_out_cb), (ev_window_cmd_help_about),
7894 (menu_item_select_cb), (find_bar_search_changed_cb),
7895 (ev_window_dispose), (ev_window_init):
7897 Add initial support for password-supported dialogs. This could be
7898 a lot cooler, but it'll do for now.
7900 2005-01-18 Marco Pesenti Gritti <marco@gnome.org>
7902 * pdf/xpdf/pdf-document.cc:
7903 * shell/ev-view.c: (status_message_from_link),
7904 (ev_view_set_status), (ev_view_set_cursor),
7905 (ev_view_motion_notify_event), (ev_view_init):
7906 * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
7908 Fix bugs in the links implementation and change cursor
7909 when hovering a link.
7911 2005-01-17 Bryan Clark <clarkbw@cvs.gnome.org>
7913 * viewer/.cvsignore: added cvsignore file for viewer directory
7915 * TODO: created TODO document
7917 2005-01-14 Dave Malcolm <dmalcolm@redhat.com>
7920 * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):
7921 new functions to help with implementation of sensitivity code
7922 * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
7923 of all actions that might require it. Fixes a crash when you
7924 click on the Zoom actions in a window lacking a document.
7926 2005-01-13 Dave Malcolm <dmalcolm@redhat.com>
7928 * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
7931 2005-01-13 Marco Pesenti Gritti <marco@gnome.org>
7933 * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
7934 (pixbuf_document_document_iface_init):
7935 * ps/ps-document.c: (ps_document_get_link),
7936 (ps_document_document_iface_init):
7937 * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
7938 (status_message_from_link), (ev_view_set_status),
7939 (ev_view_set_find_status), (ev_view_motion_notify_event),
7940 (ev_view_button_release_event), (ev_view_set_property),
7941 (ev_view_get_property), (ev_view_class_init), (ev_view_init),
7942 (ev_view_get_find_status_message), (update_find_results),
7943 (ev_view_get_status), (ev_view_get_find_status):
7945 * shell/ev-window.c: (view_status_changed_cb),
7946 (view_find_status_changed_cb), (ev_window_init):
7948 View status message support, use it to show the links.
7951 2005-01-13 Marco Pesenti Gritti <marco@gnome.org>
7953 * backend/ev-document.c: (ev_document_get_link):
7954 * backend/ev-document.h:
7955 * pdf/xpdf/pdf-document.cc:
7956 * shell/ev-application.c: (ev_application_open):
7957 * shell/ev-application.h:
7958 * shell/ev-sidebar-links.c: (selection_changed_cb):
7959 * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
7960 (ev_view_go_to_link):
7962 Add support for document links
7964 2005-01-13 Anders Carlsson <andersca@gnome.org>
7966 * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
7968 Set the spin button limits correctly.
7970 * shell/ev-sidebar-thumbnails.c:
7971 (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
7972 Support changing pages by clicking on the thumbnails.
7974 2005-01-13 Jeff Muizelaar <jeff@nit.ca>
7976 * pixbuf/pixbuf-document.c:
7977 (pixbuf_document_thumbnails_get_dimensions),
7978 (pixbuf_document_document_thumbnails_iface_init):
7980 implement get_dimensions
7982 2005-01-13 Marco Pesenti Gritti <marco@gnome.org>
7984 * ps/ps-document.c: (ps_document_goto_page):
7986 Fix page switching on multipage documents
7988 2005-01-12 Jeff Muizelaar <jrmuizel@nit.ca>
7990 * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
7992 check for NULL before assigning to width and height parameters
7994 2005-01-12 Jeff Muizelaar <jeff@nit.ca>
7996 * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
7997 (pixbuf_document_set_property), (pixbuf_document_get_property):
7999 implement get/set properties
8001 2005-01-12 Jeff Muizelaar <jeff@nit.ca>
8003 * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
8005 return NULL instead of "Unknown", letting the title get set to
8006 the filename when the pdf has no title.
8008 2005-01-11 Marco Pesenti Gritti <marco@gnome.org>
8010 * ps/ps-document.c: (ps_document_get_page_count),
8011 (ps_document_goto_page):
8013 2005-01-11 Marco Pesenti Gritti <marco@gnome.org>
8015 * shell/ev-history.c: (ev_history_get_property),
8016 (ev_history_set_property), (ev_history_class_init),
8017 (ev_history_add_page), (ev_history_set_current_index):
8018 * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
8019 (activate_menu_item_cb), (new_history_menu_item), (build_menu),
8020 (ev_navigation_action_finalize):
8021 * shell/ev-navigation-action.h:
8022 * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
8023 (ev_view_go_forward), (ev_view_get_find_status_message),
8024 (history_index_changed_cb), (ev_view_set_history):
8026 * shell/ev-window.c: (update_total_pages), (ev_window_open),
8027 (update_current_page), (register_custom_actions):
8029 Implement history dropdowns
8031 2005-01-11 Marco Pesenti Gritti <marco@gnome.org>
8033 * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
8034 * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
8035 (ev_view_go_forward):
8036 * shell/ev-window.c: (register_custom_actions):
8038 Fix several history bugs
8040 2005-01-11 Kjartan Maraas <kmaraas@gnome.org>
8042 * configure.ac: Add «nb» to ALL_LINGUAS.
8044 2005-01-10 Marco Pesenti Gritti <marco@gnome.org>
8046 * backend/Makefile.am:
8047 * backend/ev-bookmark.c:
8048 * backend/ev-bookmark.h:
8049 * backend/ev-document-bookmarks.c:
8050 * backend/ev-document-bookmarks.h:
8051 * backend/ev-document-links.c: (ev_document_links_get_type),
8052 (ev_document_links_has_document_links),
8053 (ev_document_links_begin_read), (ev_document_links_get_link),
8054 (ev_document_links_get_child), (ev_document_links_next),
8055 (ev_document_links_free_iter):
8056 * backend/ev-document-links.h:
8057 * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
8058 (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
8059 (ev_link_get_link_type), (ev_link_set_link_type),
8060 (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
8061 (ev_link_set_property), (ev_window_dispose), (ev_link_init),
8062 (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
8063 (ev_link_new_external):
8064 * backend/ev-link.h:
8065 * pdf/xpdf/pdf-document.cc:
8066 * shell/Makefile.am:
8067 * shell/ev-application.c: (ev_application_open_link):
8068 * shell/ev-application.h:
8069 * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
8070 (ev_history_get_link_nth):
8071 * shell/ev-history.h:
8072 * shell/ev-sidebar-bookmarks.c:
8073 * shell/ev-sidebar-bookmarks.h:
8074 * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
8075 (ev_sidebar_links_class_init), (selection_changed_cb),
8076 (ev_sidebar_links_construct), (ev_sidebar_links_init),
8077 (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
8078 (do_one_iteration), (populate_links_idle),
8079 (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
8080 * shell/ev-sidebar-links.h:
8081 * shell/ev-sidebar.c: (ev_sidebar_set_document):
8082 * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
8085 * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
8086 * shell/ev-window.h:
8088 Rename bookmark to link, and use "Index" for the sidebar panel.
8090 2005-01-09 Marco Pesenti Gritti <marco@gnome.org>
8092 * shell/Makefile.am:
8093 * shell/ev-application.c: (ev_application_open_bookmark):
8094 * shell/ev-application.h:
8095 * shell/ev-history.c: (ev_history_init), (free_links_list),
8096 (ev_history_finalize), (ev_history_class_init),
8097 (ev_history_add_link), (ev_history_add_page),
8098 (ev_history_get_link_nth), (ev_history_get_n_links),
8099 (ev_history_get_current_index), (ev_history_set_current_index),
8101 * shell/ev-history.h:
8102 * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
8103 * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
8104 (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
8105 (go_to_index), (ev_view_go_back), (ev_view_go_forward),
8108 * shell/ev-window.c: (ev_window_open_bookmark),
8109 (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
8110 (goto_page_cb), (register_custom_actions):
8111 * shell/ev-window.h:
8113 Initial history implementation. Needs work.
8115 2005-01-09 Martin Kretzschmar <martink@gnome.org>
8117 * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
8119 2005-01-09 Marco Pesenti Gritti <marco@gnome.org>
8121 * cut-n-paste/recent-files/egg-recent-item.c:
8122 * cut-n-paste/recent-files/egg-recent-item.h:
8123 * cut-n-paste/recent-files/egg-recent-model.c:
8124 * cut-n-paste/recent-files/egg-recent-util.c:
8125 * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8126 * cut-n-paste/recent-files/egg-recent-view.c:
8130 2005-01-08 Martin Kretzschmar <martink@gnome.org>
8132 * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
8133 (fillGlyph, fillImageMask, drawImage):
8134 pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
8135 pdf/splash/SplashTypes.h:
8136 pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
8137 packed mode for Splash.
8139 * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
8140 RGB8 packed mode, eliminates the pixbuf data creation loop.
8142 * shell/ev-print-job.c (ev_print_job_finalize)
8143 (ev_print_job_set_property, ev_print_job_get_property)
8144 (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
8145 (ev_print_job_use_print_dialog_settings, idle_print_handler)
8146 (print_closure_finalize, ev_print_job_print): implement
8147 printing (for backends with EvPsExporter)
8149 * shell/ev_print_job.h: update prototypes.
8151 * shell/ev-window.c (ev_window_print): unref print job after
8154 * shell/ev-view.c (ev_view_set_document): don't connect to "found"
8155 unless the document implements the EvDocumentFind interface.
8157 2005-01-08 Satoru SATOH <ss@gnome.gr.jp>
8159 * configure.ac: Added ja to ALL_LINGUAS.
8161 2005-01-07 Marco Pesenti Gritti <marco@gnome.org>
8163 * pdf/xpdf/pdf-document.cc:
8165 add a FIXME. We should probably not allocate
8166 a bookmark object every time
8168 2005-01-07 Marco Pesenti Gritti <marco@gnome.org>
8170 * shell/ev-application.c: (ev_application_open),
8171 (ev_application_open_bookmark):
8172 * shell/ev-application.h:
8174 Add a way to open bookmarks
8176 * backend/ev-bookmark.c: (ev_bookmark_get_uri),
8177 (ev_bookmark_set_uri), (ev_bookmark_get_property),
8178 (ev_bookmark_set_property), (ev_bookmark_class_init),
8179 (ev_bookmark_new_title), (ev_bookmark_new_link),
8180 (ev_bookmark_new_external):
8182 Support for external uris, better constructors.
8184 * backend/ev-bookmark.h:
8185 * pdf/xpdf/pdf-document.cc:
8186 * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
8188 Handle external uris
8190 2005-01-07 Marco Pesenti Gritti <marco@gnome.org>
8192 * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
8193 (ev_sidebar_bookmarks_construct), (do_one_iteration):
8195 Hook up bookmarks navigation
8197 2005-01-07 Marco Pesenti Gritti <marco@gnome.org>
8199 * backend/Makefile.am:
8200 * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
8201 (ev_bookmark_get_title), (ev_bookmark_set_title),
8202 (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
8203 (ev_bookmark_get_page), (ev_bookmark_set_page),
8204 (ev_bookmark_get_property), (ev_bookmark_set_property),
8205 (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
8207 * backend/ev-bookmark.h:
8208 * backend/ev-document-bookmarks.c:
8209 (ev_document_bookmarks_get_bookmark):
8210 * backend/ev-document-bookmarks.h:
8211 * pdf/xpdf/pdf-document.cc:
8212 * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
8214 Add a bookmark object to the backend and use it instead of get_values
8216 2005-01-07 Marco Pesenti Gritti <marco@gnome.org>
8218 * data/evince-ui.xml:
8220 Cleanup and add select all.
8222 * shell/ev-view.c: (ev_view_select_all),
8223 (ev_view_button_press_event):
8225 * shell/ev-window.c: (ev_window_cmd_edit_select_all):
8228 Clear selection on click.
8230 Fri Jan 7 01:28:58 2005 Jonathan Blandford <jrb@redhat.com>
8232 * shell/ev-sidebar-thumbnails.c
8233 (ev_sidebar_thumbnails_set_document): forgot to unref the
8236 Fri Jan 7 01:22:48 2005 Jonathan Blandford <jrb@redhat.com>
8238 * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
8239 at the visible page, not just linearly. This makes it look fast.
8241 Thu Jan 6 18:48:11 2005 Jonathan Blandford <jrb@redhat.com>
8243 * backend/ev-document-misc.c
8244 (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
8246 * backend/ev-document-thumbnails.h: New interface to get the size
8249 2005-01-06 Jeremy Katz <katzj@redhat.com>
8251 * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
8254 Wed Jan 5 15:38:28 2005 Jonathan Blandford <jrb@redhat.com>
8256 * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
8257 GDKSplashOutputDev and just use a normal SplashOutputDev. Speeds
8260 * shell/ev-sidebar-thumbnail.c: start of some profiling code.
8262 2005-01-05 Martin Kretzschmar <martink@gnome.org>
8264 * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
8265 fonts. Should fix font problems on systems that have the base
8266 fonts in bitmap format. Reported by James Henstridge
8267 <james@jamesh.id.au>.
8269 2005-01-05 Marco Pesenti Gritti <marco@gnome.org>
8272 * pdf/xpdf/GfxState.cc:
8274 Fix for CAN-2004-1125
8276 2005-01-05 Marco Pesenti Gritti <marco@gnome.org>
8278 * shell/ev-view.c: (ev_view_copy):
8280 * shell/ev-window.c: (ev_window_cmd_edit_copy):
8282 Implement Edit->Copy
8284 2005-01-05 Marco Pesenti Gritti <marco@gnome.org>
8286 * backend/ev-document.c: (ev_document_get_text):
8287 * backend/ev-document.h:
8288 * pdf/xpdf/pdf-document.cc:
8289 * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
8290 (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
8291 (ev_view_update_primary_selection), (ev_view_button_press_event),
8292 (ev_view_motion_notify_event), (ev_view_button_release_event):
8294 Beginnings of clipboard support. Incomplete but primary sort
8297 2005-01-05 Marco Pesenti Gritti <marco@gnome.org>
8299 * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
8300 (expose_bin_window):
8302 Nicer rubberband drawing, from GtkIconView.
8304 2005-01-05 Marco Pesenti Gritti <marco@gnome.org>
8306 * backend/ev-document.c: (ev_document_save):
8307 * backend/ev-document.h:
8308 * data/evince-ui.xml:
8309 * pdf/xpdf/pdf-document.cc:
8310 * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
8312 Implement "Save a copy..." menu item
8314 2005-01-05 Marco Pesenti Gritti <marco@gnome.org>
8316 * shell/ev-view.c: (ev_view_zoom):
8318 Queue a resize when zoom changes
8320 Wed Jan 5 02:33:06 2005 Jonathan Blandford <jrb@redhat.com>
8322 * backend/ev-document-misc.[ch]: New misc file to do simple drop
8325 * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
8328 Tue Jan 4 22:32:32 2005 Jonathan Blandford <jrb@redhat.com>
8330 * pdf/xpdf/pdf-document.cc
8331 (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
8333 Tue Jan 4 21:25:05 2005 Jonathan Blandford <jrb@redhat.com>
8335 * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
8336 It's slow, but I'll speed it up next!
8338 2005-01-04 Jeff Muizelaar <jrmuizel@nit.ca>
8340 * shell/main.c (load_files):
8342 use gnome_vfs_make_uri_from_shell_arg so that relative paths work
8343 from the command line and because it seems more appropriate.
8345 2005-01-04 Marco Pesenti Gritti <marco@gnome.org>
8347 * data/evince-ui.xml:
8348 * shell/ev-window.c: (update_action_sensitivity),
8349 (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
8351 s/next page/page down
8352 s/previous page/page up
8354 2005-01-04 Marco Pesenti Gritti <marco@gnome.org>
8356 * data/evince-ui.xml:
8358 Change the layout to match clarkbw design.
8360 * shell/Makefile.am:
8361 * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
8362 (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
8363 (ev_navigation_action_finalize),
8364 (ev_navigation_action_set_property),
8365 (ev_navigation_action_get_property),
8366 (ev_navigation_action_class_init):
8367 * shell/ev-navigation-action.h:
8369 Implement clarkbw toolbar navigation controls (incomplete)
8371 * shell/ev-page-action.c: (update_label), (update_spin),
8372 (value_changed_cb), (create_tool_item), (connect_proxy),
8373 (ev_page_action_init), (ev_page_action_finalize),
8374 (ev_page_action_set_property), (ev_page_action_get_property),
8375 (ev_page_action_set_current_page),
8376 (ev_page_action_set_total_pages), (ev_page_action_class_init):
8377 * shell/ev-page-action.h:
8379 Implement a page switcher in the toolbar
8381 * shell/ev-view.c: (ev_view_scroll_view):
8382 * shell/ev-window.c: (update_total_pages), (ev_window_open),
8383 (update_current_page), (view_page_changed_cb), (goto_page_cb),
8384 (register_custom_actions), (ev_window_init):
8386 Change page on PageUp/Down.
8388 Tue Jan 4 03:22:56 2005 Jonathan Blandford <jrb@redhat.com>
8390 * pdf/xpdf/pdf-document.cc
8391 (pdf_document_thumbnails_get_thumbnail): initial stab at
8392 implementing thumbnail support for pdfs. It only does documents
8393 with precached pdfs now.
8395 Mon Jan 3 17:22:25 2005 Jonathan Blandford <jrb@redhat.com>
8397 * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
8398 thumbnail code into a time-based idle as well. Also, turn off the
8399 shadow temporarily as it's really slow.
8401 2005-01-03 Marco Pesenti Gritti <marco@gnome.org>
8403 * backend/ev-document.c: (ev_document_class_init):
8404 * pdf/xpdf/pdf-document.cc:
8405 * shell/ev-window.c: (ev_window_open):
8407 Fix document title bugs and fallback to
8408 filename when not available.
8410 2005-01-03 Marco Pesenti Gritti <marco@gnome.org>
8412 * backend/ev-document.c: (ev_document_get_type),
8413 (ev_document_class_init), (ev_document_load),
8414 (ev_document_get_title):
8415 * backend/ev-document.h:
8416 * pdf/xpdf/pdf-document.cc:
8417 * ps/ps-document.c: (ps_document_set_property),
8418 (ps_document_get_property), (ps_document_class_init),
8422 * shell/ev-window.c: (update_window_title), (ev_window_open),
8425 Initial support for document title. Not working yet.
8427 2005-01-02 Marco Pesenti Gritti <marco@gnome.org>
8429 * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
8431 Grab focus on the view when clicking it
8433 2005-01-02 Marco Pesenti Gritti <marco@gnome.org>
8435 * shell/ev-marshal.list:
8436 * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
8437 (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
8439 Add key bindings to the view. Now if the focus would work
8442 2005-01-02 Marco Pesenti Gritti <marco@gnome.org>
8445 * backend/Makefile.am:
8448 * dvi/dvilib/Makefile.am:
8449 * pdf/xpdf/Makefile.am:
8455 2005-01-01 Marco Pesenti Gritti <marco@gnome.org>
8457 * shell/ev-view.c: (ev_view_realize):
8459 Fix mouse wheel scrolling
8461 2005-01-01 Marco Pesenti Gritti <marco@gnome.org>
8467 * ps/ps-document.c: (catchPipe), (ps_document_init),
8468 (ps_document_class_init), (ps_document_cleanup),
8469 (ps_document_finalize), (send_ps), (ps_document_get_orientation),
8470 (set_up_page), (close_pipe), (is_interpreter_ready),
8471 (interpreter_failed), (output), (input), (start_interpreter),
8472 (stop_interpreter), (file_length), (file_readable),
8473 (check_filecompressed), (check_pdf), (compute_xdpi),
8474 (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
8475 (ps_document_get_type), (ps_document_emit_error_msg),
8476 (document_load), (ps_document_next_page),
8477 (ps_document_get_current_page), (ps_document_get_page_count),
8478 (ps_document_goto_page), (ps_document_set_page_size),
8479 (ps_document_zoom_to_fit), (ps_document_set_zoom),
8480 (ps_document_load), (ps_document_get_n_pages),
8481 (ps_document_set_page), (ps_document_get_page),
8482 (ps_document_widget_event), (ps_document_set_target),
8483 (ps_document_set_scale), (ps_document_set_page_offset),
8484 (ps_document_get_page_size), (ps_document_render),
8485 (ps_document_document_iface_init):
8488 * shell/ev-window.c: (ev_window_open):
8490 Rename GtkGS to PSDocument
8492 2005-01-01 Marco Pesenti Gritti <marco@gnome.org>
8494 * ps/gtkgs.c: (gtk_gs_class_init):
8497 Some more leftover...
8499 2005-01-01 Marco Pesenti Gritti <marco@gnome.org>
8501 * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
8502 (output), (stop_interpreter), (gtk_gs_emit_error_msg),
8503 (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
8506 Remove unused code and make a lot of stuff private
8508 2005-01-01 Marco Pesenti Gritti <marco@gnome.org>
8510 * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
8511 (gtk_gs_defaults_changed):
8517 Cleanup headers dependencies
8519 2005-01-01 Marco Pesenti Gritti <marco@gnome.org>
8524 * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
8526 * ps/gtkgs.c: (file_length), (file_readable),
8527 (check_filecompressed), (check_pdf), (gtk_gs_load),
8528 (gtk_gs_get_postscript):
8532 2004-12-31 Marco Pesenti Gritti <marco@gnome.org>
8537 * ps/gtkgs.c: (gtk_gs_set_zoom):
8541 2004-12-31 Marco Pesenti Gritti <marco@gnome.org>
8543 * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
8545 Ensure the page is rerendered when changing zoom
8547 2004-12-31 Marco Pesenti Gritti <marco@gnome.org>
8549 * backend/ev-document.c: (ev_document_base_init),
8550 (ev_document_changed):
8551 * backend/ev-document.h:
8553 Add a changed event that is emitted when the page content
8554 changes. This is necessary to deal with the fact that
8555 in ps backend rendering happen asycrounously.
8556 This makes the ps backend mostly work.
8558 * pdf/xpdf/pdf-document.cc:
8562 * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
8563 (ps_document_set_target):
8567 * shell/ev-view.c: (document_changed_callback),
8568 (ev_view_set_document), (ev_view_set_page):
8570 Redraw on the changed signal
8572 2004-12-25 Raphael Higino <raphaelh@cvs.gnome.org>
8574 * configure.ac: Added pt_BR to ALL_LINGUAS.
8576 Fri Dec 24 00:48:44 2004 Jonathan Blandford <jrb@redhat.com>
8578 * backend/ev-document-bookmarks.c:
8579 (ev_document_bookmarks_get_child): *
8580 backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
8581 pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
8582 shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
8583 (ev_sidebar_bookmarks_destroy),
8584 (ev_sidebar_bookmarks_class_init),
8585 (ev_sidebar_bookmarks_construct), (stack_data_free),
8586 (do_one_iteration), (populate_bookmarks_idle),
8587 (ev_sidebar_bookmarks_clear_document),
8588 (ev_sidebar_bookmarks_set_document): *
8589 shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
8590 (ev_sidebar_add_page),
8591 (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
8592 Initial stab at a bookmarks sidebar. It doesn't navigate yet, but
8593 it displays both the topics and the page numbers.
8595 2004-12-23 Kristian Høgsberg <krh@redhat.com>
8597 * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
8599 * shell/ev-window.c (toggle_entries): Set sidebar default value to
8602 2004-12-23 Adam Weinberger <adamw@gnome.org>
8604 * configure.ac: Added en_CA to ALL_LINGUAS.
8606 2004-12-23 Martin Kretzschmar <martink@gnome.org>
8608 * ChangeLog: replace bottom of this ChangeLog (merged history of
8609 ggv and gpdf; where all paths were wrong and most of the files are
8610 not even in this tree) with ChangeLog (from arch) of the shell
8613 2004-12-23 Havoc Pennington <hp@redhat.com>
8615 * shell/ev-window.c: hook up potentially-questionable "find
8616 results status text" feature - something involving the sidebar or
8617 scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
8618 might be better in the end.
8620 * shell/ev-view.c (ev_view_get_find_status_message): new function,
8621 with corresponding signal when it should be updated
8623 * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
8625 2004-12-22 Havoc Pennington <hp@redhat.com>
8627 * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
8628 find stuff on other pages, sort of (only returns one result on
8629 invisible pages, to show they have results; updates full results
8630 for a page when you view it). Currently repaints the current page
8631 every time a new result is found on any page, which isn't so nice.
8633 2004-12-22 Havoc Pennington <hp@redhat.com>
8635 * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
8636 the document doesn't support find (better ideas?)
8637 (find_bar_search_changed_cb): handle missing document or document
8638 that doesn't support find
8640 * pdf/xpdf/pdf-document.cc: port to implement the new
8643 * backend/ev-document-find.c: create a new interface for searching
8645 * backend/ev-document.h, backend/ev-document.c: delete the find stuff
8647 2004-12-23 Martin Kretzschmar <martink@gnome.org>
8649 * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
8652 * shell/ev-window.c (ev_window_print): add GnomePrintJob to
8653 EvPrintJob constructor arguments.
8655 * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
8656 for documents that can export PostScript (page by page).
8658 * backend/Makefile.am (libevbackend_la_SOURCES): add them.
8660 * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
8661 (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
8662 (pdf_document_ps_exporter_iface_init:
8663 Implement EvPSExporter.
8665 * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
8667 2004-12-22 Anders Carlsson <andersca@gnome.org>
8669 * backend/Makefile.am:
8670 * backend/ev-document-thumbnails.c:
8671 (ev_document_thumbnails_get_type),
8672 (ev_document_thumbnails_get_thumbnail):
8673 * backend/ev-document-thumbnails.h:
8674 * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
8675 (pixbuf_document_thumbnails_get_thumbnail),
8676 (pixbuf_document_document_thumbnails_iface_init):
8677 * shell/Makefile.am:
8678 * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
8679 (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
8680 (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
8681 * shell/ev-sidebar-thumbnails.h:
8682 * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
8683 (ev_sidebar_set_document):
8684 * shell/ev-utils.c: (gaussian), (create_blur_filter),
8685 (create_shadow), (ev_pixbuf_add_shadow):
8687 Add thumbnail support.
8689 2004-12-22 Martin Kretzschmar <martink@gnome.org>
8691 * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
8692 (using_postscript_printer): Set up a print dialog for "PostScript
8695 * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
8698 * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
8700 2004-12-22 Marco Pesenti Gritti <marco@gnome.org>
8702 * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
8703 (ps_document_set_target), (ps_document_get_page_size),
8704 (ps_document_render):
8709 2004-12-22 Christian Rose <menthos@menthos.com>
8711 * configure.ac: Added "sv" to ALL_LINGUAS.
8713 Wed Dec 22 14:47:38 2004 Jonathan Blandford <jrb@redhat.com>
8715 * backend/ev-document-bookmarks.[ch]: new interface to indicate
8716 document supports bookmarks.
8718 2004-12-22 Marco Pesenti Gritti <marco@gnome.org>
8720 * ps/ggvutils.c: (ggv_file_readable):
8722 * ps/gtkgs.c: (check_filecompressed), (check_pdf),
8723 (gtk_gs_get_postscript):
8727 2004-12-22 Marco Pesenti Gritti <marco@gnome.org>
8729 * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
8730 (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
8731 (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
8732 (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
8733 (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
8734 (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
8735 (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
8736 (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
8737 (gtk_gs_set_antialiasing), (ps_document_load),
8738 (ps_document_render):
8741 Another check point for the ps backend. Now I can get it to show
8744 Wed Dec 22 13:41:01 2004 Jonathan Blandford <jrb@redhat.com>
8746 * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
8747 document setting code.
8749 2004-12-22 Anders Carlsson <andersca@gnome.org>
8751 * shell/eggfindbar.c: (entry_activate_callback):
8752 Animate the next button when activate is pressed.
8754 2004-12-22 Anders Carlsson <andersca@gnome.org>
8756 * shell/ev-window.c: (ev_window_cmd_edit_find),
8757 (update_fullscreen_popup), (ev_window_fullscreen),
8758 (ev_window_unfullscreen), (ev_window_state_event_cb),
8759 (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
8760 Fix bugs in fullscreen code.
8762 2004-12-22 Anders Carlsson <andersca@gnome.org>
8766 * pixbuf/Makefile.am:
8767 * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
8768 (pixbuf_document_load), (pixbuf_document_get_n_pages),
8769 (pixbuf_document_set_page), (pixbuf_document_get_page),
8770 (pixbuf_document_set_target), (pixbuf_document_set_scale),
8771 (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
8772 (pixbuf_document_render), (pixbuf_document_begin_find),
8773 (pixbuf_document_end_find), (pixbuf_document_finalize),
8774 (pixbuf_document_class_init),
8775 (pixbuf_document_document_iface_init), (pixbuf_document_init):
8776 * pixbuf/pixbuf-document.h:
8777 * shell/Makefile.am:
8778 * shell/ev-application.c: (ev_application_open):
8779 * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
8783 Tue Dec 21 21:45:43 2004 Soeren Sandmann <sandmann@redhat.com>
8786 * dvi/dvilib/Makefile.am:
8788 * configure.ac: Auto*ify dvi and dvi/dvilib
8790 * dvi/Makefile: Remove from CVS
8792 * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
8795 * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
8797 * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
8799 2004-12-22 Marco Pesenti Gritti <marco@gnome.org>
8802 * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
8803 (gtk_gs_value_adjustment_changed), (compute_size),
8804 (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
8805 (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
8806 (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
8807 (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
8808 (gtk_gs_start_scroll), (gtk_gs_get_postscript),
8809 (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
8810 (ps_document_load), (ps_document_get_n_pages),
8811 (ps_document_set_page), (ps_document_get_page),
8812 (ps_document_set_target), (ps_document_set_scale),
8813 (ps_document_set_page_offset), (ps_document_get_page_size),
8814 (ps_document_render), (ps_document_begin_find),
8815 (ps_document_end_find), (ps_document_document_iface_init):
8817 * shell/Makefile.am:
8818 * shell/ev-window.c: (ev_window_open):
8820 Some work to integrate gtkgs with EvDocument
8822 2004-12-22 Anders Carlsson <andersca@gnome.org>
8824 * shell/ev-window.c: (update_fullscreen_popup),
8825 (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
8826 (exit_fullscreen_button_clicked_cb),
8827 (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
8828 (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
8829 (ev_window_state_event_cb), (ev_window_init):
8830 Add fullscreen support from Epiphany.
8832 2004-12-22 Mark McLoughlin <mark@skynet.ie>
8834 * data/ev-stock-zoom-fit-width.png: fit-width
8835 stock icon from gpdf.
8837 * shell/ev-stock-icons.[ch]: copied from gpdf.
8839 * shell/main.c: (main): init stock icons.
8841 * shell/ev-window.c: use the fit-width icon.
8843 * data/evince-ui.xml: add zooming toolbar items.
8845 2004-12-22 Mark McLoughlin <mark@skynet.ie>
8848 (ev_view_best_fit), (ev_view_fit_width): because
8849 get_page_size() returns the scaled page size, we
8850 need to calculate the scale factor relative to
8851 the previous scale factor. Should really just
8852 add get_real_page_size().
8854 2004-12-22 Mark McLoughlin <mark@skynet.ie>
8856 * shell/ev-view.[ch]:
8857 (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
8858 (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
8861 * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
8862 (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
8863 (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
8866 * pdf/xpdf/pdf-document.cc:
8867 (pdf_document_begin_find),
8868 (pdf_document_end_find): make static.
8870 2004-12-22 Martin Kretzschmar <martink@gnome.org>
8872 * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
8874 * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
8875 names to fontconfig patterns.
8876 (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
8878 * pdf/xpdf/pdf-document.cc (pdf_document_load): use
8881 2004-12-22 Marco Pesenti Gritti <marco@gnome.org>
8897 Import ggv backend. Not hooked up yet.
8899 2004-12-22 Mark McLoughlin <mark@skynet.ie>
8901 * shell/main.c: (load_files), (main): load files
8902 from the command line.
8904 2004-12-22 Mark McLoughlin <mark@skynet.ie>
8906 * configure.ac: don't require bonobo.
8908 * cut-n-paste/recent-files/*: kill bonobo recent
8911 * shell/ev-window.c:
8912 (ev_window_is_empty): upd.
8913 (unable_to_load), (ev_window_open): load backend
8914 based on the mime type.
8916 2004-12-22 Martin Kretzschmar <martink@gnome.org>
8918 * backend/.cvsignore: ignore generated marshalers source.
8920 * shell/main.c (main): this is not epiphany.
8922 2004-12-22 Havoc Pennington <hp@redhat.com>
8924 * shell/ev-view.c (ev_view_set_document): connect to "found" signal
8925 (expose_bin_window): draw find highlights
8927 * shell/ev-window.c (find_bar_search_changed_cb): implement
8929 * pdf/xpdf/pdf-document.cc (pdf_document_begin_find)
8930 (pdf_document_end_find): implement this interface
8932 * backend/ev-document.c (ev_document_found): add this to emit
8935 Tue Dec 21 23:57:37 2004 Owen Taylor <otaylor@redhat.com>
8937 * data/evince-ui.xml: Add a few more toolbar items.
8939 * shell/ev-window.c: Hook up page navigation toolbar
8942 * shell/ev-view.[ch]: add ev_view_set/get_page and
8943 a page-changed signal.
8945 * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
8946 Add ev_document_get_page().
8948 * shell/ev-window.c: Sensitize/desensitize navigation
8951 2004-12-21 Havoc Pennington <hp@redhat.com>
8953 * backend/ev-backend-marshal.c,
8954 backend/ev-backend-marshalers.list, backend/Makefile.am: add
8955 marshaler-generator thingy. I'm sure there's a better way to do
8956 this in the modern world.
8958 * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
8959 end_find methods and "found" signal.
8961 * configure.ac: find glib-genmarshal
8963 Tue Dec 21 23:20:35 2004 Jonathan Blandford <jrb@redhat.com>
8965 * shell/ev-sidebar.c: Construct an actual sidebar.
8966 * shell/ev-sidebar-bookmarks.[ch]:
8967 * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
8969 Tue Dec 21 23:05:51 2004 Owen Taylor <otaylor@redhat.com>
8971 * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
8974 * shell/ev-view.c: Track the size from the document.
8976 Tue Dec 21 22:17:04 2004 Owen Taylor <otaylor@redhat.com>
8978 * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
8979 constructor assumes ownership of the string passed in.
8981 * shell/ev-window.c (ev_window_open): Destroy the error
8982 dialog once we've displayed it.
8984 Tue Dec 21 21:58:56 2004 Owen Taylor <otaylor@redhat.com>
8986 * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up
8987 a bit, it works! (sort of)
8989 * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
8990 Move to .cc since we need to use C++ in the implementation.
8992 * shell/dummy.cc: Add a CC file to force evince
8993 to be linked as a C++ program.
8995 Tue Dec 21 21:07:55 2004 Owen Taylor <otaylor@redhat.com>
8997 * shell/ev-view.[ch]: Start of content-area widget.
8999 * shell/ev-window.c: Create a EvView, update it
9000 as we change documents.
9002 * shell/Makefile.am shell/ev-marshal.list: Add
9003 generated marshalers.
9005 Tue Dec 21 20:28:11 2004 Jonathan Blandford <jrb@redhat.com>
9007 * Makefile.am (SUBDIRS): move shell.
9009 Tue Dec 21 19:28:55 2004 Owen Taylor <otaylor@redhat.com>
9011 * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
9012 .a to libtool convenience libraries.
9014 * shell/ev-window.c (ev_window_open): Hard code loading
9017 * backend/ev-document.h: Add a boolean return to load(),
9018 fix GError * to GError **.
9020 * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
9021 object for a PDF backend EvDocument.
9023 Tue Dec 21 18:55:06 2004 Søren Sandmann <sandmann@redhat.com>
9025 * dvi/*: New directory with the beginning of a .dvi backend.
9027 2004-12-21 Havoc Pennington <hp@redhat.com>
9029 * shell/eggfindbar.c (egg_find_bar_init): change buttons to
9030 previous/next instead of back/forward
9032 Tue Dec 21 18:26:24 2004 Owen Taylor <otaylor@redhat.com>
9034 * backend/ev-document.[ch]: Fix a couple of problems so
9037 Tue Dec 21 18:20:40 2004 Owen Taylor <otaylor@redhat.com>
9039 * viewer/* backend/* configure.ac Makefile.am: Move viewer directory
9040 to backend/ directory, rename EvViewer to EvDocument.
9042 2004-12-21 Havoc Pennington <hp@redhat.com>
9044 * shell/ev-window.c: hook up the find bar widget; now we just need
9045 a document to find things in
9047 * shell/eggfindbar.c: a find bar widget
9049 Tue Dec 21 17:20:16 2004 Jonathan Blandford <jrb@redhat.com>
9051 * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
9053 Tue Dec 21 16:30:58 2004 Owen Taylor <otaylor@redhat.com>
9055 * pdf/**: Import of xpdf code from gpdf.
9057 * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
9059 * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
9060 pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h:
9061 Fix FreeType includes.
9063 * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
9064 pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
9065 pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
9066 Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
9067 pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
9068 Include xpdfconfig.h
9070 Tue Dec 21 16:08:17 2004 Jonathan Blandford <jrb@redhat.com>
9072 * shell/ev-window.c (ev_window_dispose): dispose can be called
9075 2004-12-21 Havoc Pennington <hp@redhat.com>
9077 * shell/ev-window.c (ev_window_init): set title to Document Viewer
9080 * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
9081 items; really they should be synced with the strings, etc. from
9082 current gpdf, but just getting the boring typing out of the way
9084 2004-12-21 Marco Pesenti Gritti <marco@gnome.org>
9087 * shell/ev-application.c: (window_destroy_cb):
9088 * shell/ev-window.c:
9089 * shell/main.c: (main):
9091 Actually show the window...
9093 2004-12-21 Marco Pesenti Gritti <marco@gnome.org>
9096 * shell/Makefile.am:
9097 * shell/ev-application.c: (ev_application_class_init):
9098 * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
9102 2004-12-21 Marco Pesenti Gritti <marco@gnome.org>
9104 Import to gnome cvs.
9106 * Remove copies of gpdf and ggv trees.
9107 * Rip out all the recursive configure code.
9108 * Remove bonobo machinery.
9109 * viewer/*: GInterfaces that backends should/can implement.
9111 2004-11-09 Martin Kretzschmar <m_kretzschmar@gmx.net>
9113 * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
9116 2004-10-28 Martin Kretzschmar <m_kretzschmar@gmx.net>
9118 * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
9119 (ev_application_finalize, ev_application_class_init)
9120 (ev_application_init): use GType instance private data for priv.
9122 * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
9123 (ev_window_finalize, ev_window_class_init)
9124 (ev_window_init): ditto.
9126 2004-10-27 Martin Kretzschmar <m_kretzschmar@gmx.net>
9128 * shell/ev-application.c (ev_application_new_window): make public
9129 (ev_application_show_initial_window): kill.
9131 * shell/ev-application.h: update prototypes.
9133 * shell/main.cc (main): inline ev_application_show_initial_window.
9135 2004-10-27 Martin Kretzschmar <m_kretzschmar@gmx.net>
9137 * shell/ev-application.c (ev_application_new_window): impl.
9138 (ev_application_show_initial_window): use it.
9139 (is_window_empty, ev_application_get_empty_window): returns an
9140 existing empty window or a new one.
9141 (ev_application_open): from ev_window_cmd_file_open.
9143 * shell/ev-application.h: update prototypes
9145 * shell/ev-window.c (ev_window_is_empty): impl.
9146 (ev_window_open): make public.
9147 (ev_window_cmd_file_open): use ev_application_open
9149 * shell/ev-window.h: update prototypes, remove unused.
9151 2004-10-26 Martin Kretzschmar <m_kretzschmar@gmx.net>
9153 * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
9154 move destroy handler out of here...
9156 * shell/ev-application.c, shell/ev-application.h: ...into this new
9157 class. Also handles initial window creation.
9159 * shell/main.cc (main): use EvApplication to create initial
9162 2004-10-26 Martin Kretzschmar <m_kretzschmar@gmx.net>
9164 * Makefile.am (SUBDIRS): add cut-n-paste
9166 * cut-n-paste/Makefile.am: add
9168 * configure.ac: generate Makefiles in cut-n-paste
9170 2004-10-26 Martin Kretzschmar <m_kretzschmar@gmx.net>
9172 * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
9173 (ev_window_class_init): install ev_window_dispose.
9175 2004-10-25 Martin Kretzschmar <m_kretzschmar@gmx.net>
9177 * shell/ev-window.h, shell/ev-window.c: replace gchar with
9178 char (gchar looks stupid).
9180 2004-10-25 Martin Kretzschmar <m_kretzschmar@gmx.net>
9182 * po/de.po: updated German translation.
9184 2004-10-25 Martin Kretzschmar <m_kretzschmar@gmx.net>
9186 * configure.ac: add more pkg-config library checks for gnome-vfs,
9189 * gpdf/configure.in: temporarily disable libpaper
9190 checks. Otherwise I'd have to add the checks for the shell, too.
9192 2004-10-24 Martin Kretzschmar <m_kretzschmar@gmx.net>
9194 * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
9195 and * file filters to the file choose.
9197 2004-10-24 Martin Kretzschmar <m_kretzschmar@gmx.net>
9199 * po/de.po: Updated German translation.
9201 2004-10-24 Martin Kretzschmar <m_kretzschmar@gmx.net>
9203 * shell/ev-window.c: use "S" as mnemonic for Statusbar.
9205 2004-10-24 Martin Kretzschmar <m_kretzschmar@gmx.net>
9207 * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
9209 * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
9210 (ev_window_init): implement those menuitems.
9212 2004-10-24 Martin Kretzschmar <m_kretzschmar@gmx.net>
9214 * data/evince-ui.xml: add a toolbar (with FileOpen action)
9216 * shell/ev-window.c (ev_window_init): use the toolbar.
9218 2004-10-24 Martin Kretzschmar <m_kretzschmar@gmx.net>
9220 * shell/ev-window.c (ev_window_init): use menu translations
9222 2004-10-24 Martin Kretzschmar <m_kretzschmar@gmx.net>
9224 * configure.ac: add "de" to ALL_LINGUAS.
9226 * po/de.po: add German translation.
9228 2004-10-24 Martin Kretzschmar <m_kretzschmar@gmx.net>
9230 * Makefile.am (SUBDIRS): add po
9232 * configure.ac: check intltool, glib-gettext etc, generate
9235 * po, po/POTFILES.in, po/POTFILES.skip: new.
9237 2004-10-24 Martin Kretzschmar <m_kretzschmar@gmx.net>
9239 * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
9240 already use (#ifdef ENABLE_NLS)
9242 * shell/ev-window.c (ev_window_cmd_help_about): fix two star
9243 pointer indirection thinko.
9245 * shell/main.c: include gi18n.h for bindtextdomain etc.
9247 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
9249 * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
9250 (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
9251 tooltips for menu items in the statusbar.
9253 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
9255 * configure.ac, data/Makefile.am, shell/Makefile.am: use
9256 pkgdatadir drop UIDIR
9258 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
9260 * data/evince-ui.xml: Add File->Open menu item
9262 * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
9263 chooser), hook it up in the ui manager.
9265 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
9267 * shell/ev-window.c: fix Help->About tooltip.
9269 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
9271 * configure.ac: set CFLAGS for libevprivate.
9273 * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
9274 definitions, factory etc.
9276 * lib/Makefile.am: build libevprivate.a (only stock icon code).
9278 * shell/Makefile.am: link against libevprivate.a.
9280 * shell/ev-window.c (entries): add stock icon to Help->About.
9282 * shell/main.c (main): init stock icon code.
9284 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
9286 * lib/recent-files: egg recent files code
9288 * lib/Makefile.am: add.
9290 * Makefile.am: add lib subdir.
9292 * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
9293 set CFLAGS for recent-files.
9295 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
9297 * configure.ac: disable -ansi and -pedantic gcc flags. They
9298 disable POSIX stuff in stdio.h, but egg-recent uses them.
9300 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
9302 * configure.ac: add --disable-deprecated flag (defaults to on in
9305 * shell/Makefile.am (INCLUDES): use it.
9307 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
9309 * shell/main.c: add missing #include.
9311 * shell/ev-window.c: fix for pedantic gcc.
9312 (ev_window_cmd_help_about): split license into paragraphs for
9313 translators and pedantic compilers.
9315 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
9317 * configure.ac: add more warning flags if compiling with gcc from
9318 cvs (or explicitly requested with --enable-more-warnings).
9320 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
9322 * data/evince-ui.xml: add File and File->Close menu.
9324 * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
9325 (ev_window_destroy): quit after destroy.
9326 (ev_window_class_init): override GtkObject::destroy.
9327 (entries): install close_window callback.
9329 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
9331 * Makefile.am (SUBDIRS): add data subdir.
9333 * configure.ac (UIDIR): gen data/Makefile, define UIDIR. Require
9334 gtk+ 2.5.0 for GtkAboutDialog.
9336 * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
9339 * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
9341 * shell/ev-window.c (ev_window_init): create a menubar, using a ui
9343 (ev_window_cmd_help_about): about command, using GtkAboutDialog.
9345 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
9347 * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
9349 2004-10-22 Martin Kretzschmar <m_kretzschmar@gmx.net>
9351 * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
9353 2004-10-22 Martin Kretzschmar <m_kretzschmar@gmx.net>
9355 * shell/*: Added shell directory boilerplate, build it.
9357 2004-10-22 Martin Kretzschmar <m_kretzschmar@gmx.net>
9359 * configure.ac, Makefile.am: Added top-level configure.ac and