1 2009-04-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3 * evince.doap: Added project description.
5 2009-04-10 Carlos Garcia Campos <carlosgc@gnome.org>
7 * shell/main.c: (main):
9 Change process working directory to $HOME so that we don't prevent
10 unmounting in case the initial cwd is on an external device. Fixes
13 2009-04-10 Carlos Garcia Campos <carlosgc@gnome.org>
15 * shell/ev-window.c: (ev_window_create_tmp_symlink):
17 Use g_file_make_symbolic_link to create symlinks. Patch by Hib
18 Eris. See bug #339172.
20 2009-04-10 Carlos Garcia Campos <carlosgc@gnome.org>
22 * properties/ev-properties-main.c: (ev_properties_get_pages):
24 Create and load the document based on the mime-type provided by
25 nautilus instead of using our own documents factory. Fixes bug
28 2009-04-09 Benjamin Berg <benjamin@sipsolutions.net>
30 * backend/tiff/tiff-document.c: (tiff_document_render):
31 Fix tiff pixel conversion on big endian machines. Fixes bug #509920.
33 2009-04-09 Benjamin Berg <benjamin@sipsolutions.net>
35 * backend/dvi/cairo-device.c: (dvi_cairo_put_pixel):
36 Fix output on big endian machines. Fixes bug #578433.
38 2009-04-08 Dan Winship <danw@gnome.org>
39 * cut-n-paste/smclient/eggsmclient-xsmp.c (save_state):
41 Fix the .desktop-file-as-state-file case;
42 egg_desktop_file_get_source() returns a URI, not a filename.
44 2009-04-08 Carlos Garcia Campos <carlosgc@gnome.org>
47 * cut-n-paste/Makefile.am:
48 * cut-n-paste/evmountoperation/*: Removed
51 * shell/ev-print-operation.c:
52 * shell/ev-window.c: (window_open_file_copy_ready_cb),
53 (ev_window_cmd_help_contents), (launch_action),
54 (launch_external_uri):
56 Bump GTK+ requirement to 2.14.
58 2009-04-08 Carlos Garcia Campos <carlosgc@gnome.org>
60 * shell/ev-window.c: (window_open_file_copy_ready_cb),
61 (reload_remote_copy_ready_cb), (window_save_file_copy_ready_cb):
63 Use g_error_matches() instead of manually check error code and
66 2009-04-08 Carlos Garcia Campos <carlosgc@gnome.org>
68 * shell/ev-window.c: (ev_window_clear_temp_symlink),
71 Delete the temp symlink created when opening a copy.
73 2009-04-08 Carlos Garcia Campos <carlosgc@gnome.org>
77 Add previewer files to POTFILES.in.
79 2009-04-08 Carlos Garcia Campos <carlosgc@gnome.org>
81 * previewer/ev-previewer.c: (ev_previewer_unlink_tempfile),
84 Delete the print settings file.
86 2009-04-08 Carlos Garcia Campos <carlosgc@gnome.org>
89 * shell/ev-application.[ch]: (ev_application_open_uri_at_dest),
90 (ev_application_open_uri), (ev_application_open_uri_list):
91 * shell/ev-print-operation.c: (export_print_done):
92 * shell/ev-window.[ch]: (ev_window_setup_action_sensitivity),
93 (update_chrome_visibility), (ev_window_clear_local_uri),
94 (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
95 (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
96 (ev_window_cmd_recent_file_activate),
97 (ev_window_open_recent_action_item_activated),
98 (ev_window_dispose), (open_remote_link):
99 * shell/main.c: (launch_previewer), (arguments_parse), (main):
101 Remove the preview mode from EvWindow. EvPrintOperation now
102 launches evince-previewer. The preview mode command line options
103 have not been removed to keep backwards compatibility, launching
104 evince-previewer when evince is run in preview mode.
106 2009-04-08 Carlos Garcia Campos <carlosgc@gnome.org>
111 * previewer/Makefile.am:
112 * previewer/ev-previewer-window.[ch]:
113 * previewer/ev-previewer.c:
115 Add evince-previewer as a separate applicaton that implements the
118 2009-04-08 Carlos Garcia Campos <carlosgc@gnome.org>
124 * shell/ev-page-action-widget.[ch]:
125 * shell/ev-page-action.[ch]:
126 * shell/ev-stock-icons.[ch]:
127 * shell/ev-application.c:
129 * libmisc/Makefile.am:
130 * libmisc/ev-page-action-widget.[ch]:
131 * libmisc/ev-page-action.[ch]:
132 * libmisc/ev-stock-icons.[ch]:
134 Move EvPageAction and EvStockIcons from shell to a new internal
135 library (libevmisc) that will be used by the evince previewer too.
137 2009-04-08 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
139 * backend/tiff/tiff2ps.c (tiff2ps_context_new):
141 Fixes memory leak. Bug #578285.
143 2009-04-06 Carlos Garcia Campos <carlosgc@gnome.org>
145 * libview/ev-view.[ch]: (ev_view_set_zoom),
146 (ev_view_update_view_size):
147 * shell/ev-window.c: (ev_window_set_view_size),
148 (ev_window_sizing_mode_changed_cb), (ev_window_init):
150 Move ev_view_update_view_size() from libview to ev-window again
151 and make sure the view is not redrawn when calling
152 ev_view_set_zoom more than once with the same zoom scale.
154 2009-04-05 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
158 Follow up to bug #539972. Alt+Arrows conflict with
159 view scrolling, changed it to Ctrl+Arrows.
161 2009-04-05 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
163 * shell/ev-print-operation.c (clamp_ranges),
164 (ev_print_operation_export_print_dialog_response_cb):
168 Patch by Juanjo Marín <juanj.marin@juntadeandalucia.es> to fix
169 the bug 517735. Fixes preview of the empty selection.
171 2009-04-01 Christian Persch <chpe@gnome.org>
173 * data/evince.desktop.in.in: Direct bug-buddy bugs to the
174 BugBuddyBugs component.
176 2009-04-01 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
178 * shell/ev-application.c (ev_application_init):
180 Set proper path to saved accels file. Fixes bug #577500.
182 2009-03-30 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
184 * libview/ev-transition-animation.c:
185 (ev_transition_animation_paint), (ev_transition_animation_ready):
187 Animation is ready only when origin surface is ready. This fixes
188 fading animations because otherwise next page is displayed
189 before animaiton starts.
191 2009-03-26 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
196 Added a test to check printing and a size of the file.
198 2009-03-24 Christian Persch <chpe@gnome.org>
200 * cut-n-paste/smclient/eggdesktopfile.c:
201 (egg_desktop_file_launchv), (egg_set_desktop_file):
202 * cut-n-paste/smclient/eggsmclient.c:
203 (egg_sm_client_get_option_group): Update smclient from libegg master.
205 2009-03-19 Christian Persch <chpe@gnome.org>
207 * shell/ev-window.c: (ev_window_cmd_save_as),
208 (ev_window_cmd_file_close_window),
209 (ev_view_popup_cmd_save_image_as),
210 (ev_attachment_popup_cmd_save_attachment_as): Set alternative button
213 2009-03-19 Christian Persch <chpe@gnome.org>
215 Bug 575085 – titles not translated in the nautilus tab
217 * properties/ev-properties-view.c: (set_property): Translate the
220 2009-03-16 Carlos Garcia Campos <carlosgc@gnome.org>
225 Updated for release 2.26.0
227 2009-03-05 Tobias Mueller <tobiasmue@svn.gnome.org>
229 * properties/ev-properties-view.c:
230 (ev_properties_view_format_date): Make the fixed sized string a
231 semantically correct const char[] instead of a const char* to fix
232 a compiler warning if built with -Wformat.
235 2009-03-03 Christian Persch <chpe@gnome.org>
237 * libdocument/ev-document-factory.c:
238 (ev_document_factory_get_document): If the document is encrypted,
239 the ev_document_factory_get_document() is supposed to return the
240 document *and* fill in the error. So let's propagate the local error.
242 2009-03-02 Carlos Garcia Campos <carlosgc@gnome.org>
246 Update for release 2.25.92.
248 2009-03-01 Carlos Garcia Campos <carlosgc@gnome.org>
250 * libview/ev-view.c: (ev_view_goto_window_create):
252 Show the 'jump to page' window in the right GdkScreen. Fixes bug
255 2009-03-01 Carlos Garcia Campos <carlosgc@gnome.org>
257 * shell/ev-window.c: (ev_window_set_document),
258 (ev_window_reload_job_cb):
260 Do not lose page position when reloading. Fixes bug #573091.
262 2009-03-01 Carlos Garcia Campos <carlosgc@gnome.org>
264 * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
265 (pdf_document_thumbnails_get_thumbnail),
266 (pdf_document_thumbnails_get_dimensions):
268 Make our own thumbnail when the provided one doesn't have the size
269 we need. Based on patch and feedback by Christian Spurk. Fixes
270 bugs #323198 and #307357.
272 2009-02-27 Christian Spurk <mail@code.chriki.de>
274 * thumbnailer/evince-thumbnailer.c: (main):
276 Reduce the restriction on the minimum size of thumbnails from 40
277 to 1. See bug #323198.
279 2009-02-27 Carlos Garcia Campos <carlosgc@gnome.org>
281 * thumbnailer/evince-thumbnailer.c: (print_usage), (main):
283 Use GOption in thumbnailer.
285 2009-02-22 Carlos Garcia Campos <carlosgc@gnome.org>
287 * backend/pdf/ev-poppler.cc: (pdf_document_save),
288 (pdf_document_forms_form_field_text_set_text),
289 (pdf_document_forms_form_field_button_set_state),
290 (pdf_document_forms_form_field_choice_select_item),
291 (pdf_document_forms_form_field_choice_toggle_item),
292 (pdf_document_forms_form_field_choice_unselect_all),
293 (pdf_document_forms_form_field_choice_set_text):
295 Use poppler_document_save_a_copy(), which never saves the document
296 modifications, when saving an unmodified document. It makes saving
297 a copy of encrypted PDFs work again. Fixes bug #566791.
299 2009-02-18 Christian Persch <chpe@gnome.org>
301 * backend/djvu/djvu-document.c: (ev_djvu_error_quark):
302 Don't use g_quark_from_static_string in a loadable module!
304 2009-02-17 Carlos Garcia Campos <carlosgc@gnome.org>
308 Update for release 2.25.91
310 2009-02-16 Thomas H.P. Andersen <phomes@gmail.com>
312 * backend/impress/r_gradient.c: (r_draw_gradient): Replace deprecated
313 GTK symbol in commented out code. Bug #571707
315 2009-02-16 Carlos Garcia Campos <carlosgc@gnome.org>
319 Update for release 2.25.91.
321 2009-02-16 Christian Persch <chpe@gnome.org>
323 * libdocument/ev-file-helpers.c: (get_mime_type_from_uri): Fix a freed
326 2009-02-15 Christian Persch <chpe@gnome.org>
328 * backend/dvi/dvi-document.c: (hsb2rgb): Fix signed/unsigned compiler
331 2009-02-15 Christian Persch <chpe@gnome.org>
333 * libdocument/Makefile.am:
334 * libview/Makefile.am: Rename GIRs to EvinceDocument/EvinceView.
336 2009-02-15 Christian Persch <chpe@gnome.org>
338 * libdocument/ev-document-type-builtins.c.template:
339 * libview/ev-view-type-builtins.c.template: Use g_intern_static_string.
341 2009-02-14 Christian Persch <chpe@gnome.org>
343 * backend/impress/impress-document.c: (impress_document_save):
346 2009-02-14 Christian Persch <chpe@gnome.org>
348 * libdocument/ev-document.c: (ev_document_load): Add code to catch
349 backends incorrectly implementing the load vfunc.
351 2009-02-14 Christian Persch <chpe@gnome.org>
353 * libdocument/ev-document-factory.c:
354 (ev_document_factory_get_document): Use a local GError, and propagate
355 as appropriate, making sure always to fill in @error if returning NULL.
357 2009-02-14 Christian Persch <chpe@gnome.org>
359 * shell/ev-window.c: (ev_window_load_job_cb): Use g_error_matches.
361 2009-02-14 Christian Persch <chpe@gnome.org>
363 * backend/pdf/ev-poppler.cc: Plug a mem leak.
365 2009-02-14 Christian Persch <chpe@gnome.org>
367 * backend/dvi/dvi-document.c: (dvi_document_load): Don't overwite
370 2009-02-14 Christian Persch <chpe@gnome.org>
372 * backend/djvu/djvu-document.c: (djvu_document_load): Make sure
373 to always set @error when returning FALSE. Fix a typo.
375 2009-02-14 Christian Persch <chpe@gnome.org>
377 * backend/tiff/tiff-document.c: (tiff_document_load): Make sure
378 to always set @error when returning FALSE.
380 2009-02-14 Christian Persch <chpe@gnome.org>
382 * backend/comics/comics-document.c: (comics_document_load): Make sure
383 to always set @error when returning FALSE.
385 2009-02-14 Christian Persch <chpe@gnome.org>
387 * backend/impress/impress-document.c: (impress_document_load): Plug a
390 2009-02-14 Christian Persch <chpe@gnome.org>
392 * backend/impress/impress-document.c: (impress_document_load): Don't
395 2009-02-14 Christian Persch <chpe@gnome.org>
397 * libdocument/ev-document.c: (ev_document_info_copy): Remove
398 unnecessary NULL check; g_strdup() is NULL-safe.
400 2009-02-14 Christian Persch <chpe@gnome.org>
402 * libdocument/ev-document-factory.c: (get_document_from_uri): Document
403 that this returns either NULL and fills in error, or non-NULL. Use a
404 local GError so we can reliably check it.
406 2009-02-14 Christian Persch <chpe@gnome.org>
408 * libdocument/ev-document-factory.c: (get_document_from_uri): Use the
409 content type to get the description, not the MIME type.
411 2009-02-14 Christian Persch <chpe@gnome.org>
413 * libdocument/ev-file-helpers.c: (compression_run): Make sure to fill
414 in @error on failure. Also, since this is exported in public APIs,
415 cope with the passed-in GError** being NULL.
417 2009-02-13 Christian Persch <chpe@gnome.org>
419 * libdocument/ev-file-helpers.c: (get_mime_type_from_uri): NULL
421 (get_mime_type_from_data): Return the MIME type, not the content type.
423 2009-02-13 Christian Persch <chpe@gnome.org>
425 * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't leak
428 2009-02-13 Christian Persch <chpe@gnome.org>
430 * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Propagate
433 2009-02-13 Christian Persch <chpe@gnome.org>
435 * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't use
436 more bytes from buffer than were read from the file.
438 2009-02-15 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
440 * properties/ev-properties-view.c (set_property):
444 2009-02-14 Carlos Garcia Campos <carlosgc@gnome.org>
446 * shell/eggfindbar.c: (egg_find_bar_init):
448 Use gtk_tool_button_set_use_underline() for next/previous buttons
449 so that the underline is used for the mnemonic. Fixes bug #571547.
451 2009-02-09 Carlos Garcia Campos <carlosgc@gnome.org>
453 * shell/ev-window.c: (setup_document_from_metadata),
454 (setup_sidebar_from_metadata), (setup_document_from_metadata),
455 (setup_view_from_metadata), (ev_window_set_document),
456 (ev_window_load_job_cb), (ev_window_reload_job_cb),
457 (ev_window_reload_remote), (ev_window_init):
459 Do not use metadata when reloading the document, so that the
460 window is not resized when reloading. See bugs #571051 and
463 2009-02-09 Carlos Garcia Campos <carlosgc@gnome.org>
466 * cut-n-paste/smclient/Makefile.am:
468 Fix smclient libs on cycgwin. See bug #339172.
470 2009-02-08 Christian Persch <chpe@gnome.org>
473 * libdocument/Makefile.am:
474 * libview/Makefile.am: Add experimental introspection support.
475 Disabled by default; use --enable-introspection to enable it.
478 2009-02-08 Christian Persch <chpe@gnome.org>
480 * libview/Makefile.am: Link libevdocument.la to libevview.la.
482 2009-02-05 Christian Persch <chpe@gnome.org>
484 * backend/comics/comics-document.c: (comics_document_load):
485 * backend/djvu/djvu-document.c: (djvu_document_load):
486 * backend/dvi/dvi-document.c: (dvi_document_load):
487 * backend/impress/impress-document.c: (impress_document_load):
488 * backend/pdf/ev-poppler.cc:
489 * libdocument/ev-document-factory.c: (get_document_from_uri),
490 (ev_document_factory_get_document):
491 * shell/ev-print-operation.c:
492 (ev_print_operation_export_print_dialog_response_cb): Use
493 g_set_error_literal now that we depend on glib 2.18.
495 2009-02-05 Hib Eris <hib@hiberis.nl>
497 * shell/ev-application.c:
499 Include gdkx.h only with X11. See bug #339172.
501 2009-02-05 Hib Eris <hib@hiberis.nl>
503 * backend/pdf/pdfdocument.evince-backend.in:
505 Add application/x-ext-pdf mime type for pdf backend. See bug
508 2009-02-05 Carlos Garcia Campos <carlosgc@gnome.org>
511 * cut-n-paste/smclient/Makefile.am:
512 * cut-n-paste/smclient/eggdesktopfile.c:
513 * cut-n-paste/smclient/eggsmclient-win32.c:
516 Make session manager code compile for w32. These changes have been
517 taken from upstream libegg. Based on patch by Hib Eris. See bug
520 2009-02-05 Hib Eris <hib@hiberis.nl>
522 * cut-n-paste/totem-screensaver/totem-scrsaver.c:
524 Make screensaver code compile for w32. These changes have been
525 copied from upstream totem. See bug #339172.
527 2009-02-05 Carlos Garcia Campos <carlosgc@gnome.org>
530 * shell/ev-window.c: (ev_window_setup_action_sensitivity):
532 Make use of GConf optional. Based on patch by Hib Eris. See bug
535 2009-02-04 Christian Persch <chpe@gnome.org>
537 * libdocument/ev-init.c: (ev_init): Make ev_init() also bind the
538 evince gettext domain, so i18n works in the library.
540 * properties/ev-properties-main.c: (nautilus_module_initialize):
541 Remove extra bindtextdomain call.
543 2009-02-04 Christian Persch <chpe@gnome.org>
545 * backend/comics/comics-document.c:
546 * backend/djvu/djvu-document.c:
547 * backend/dvi/dvi-document.c:
548 * backend/impress/impress-document.c:
549 * backend/pdf/ev-poppler.cc:
550 * backend/pixbuf/pixbuf-document.c:
551 * backend/ps/ev-spectre.c:
552 * backend/tiff/tiff-document.c:
553 * libdocument/ev-attachment.c:
554 * libdocument/ev-document-factory.c:
556 * libview/ev-view-accessible.c:
558 * properties/ev-properties-view.c: Include gi18n-lib.h instead of
561 2009-02-01 Carlos Garcia Campos <carlosgc@gnome.org>
566 Update for release 2.25.90
568 2009-02-01 Carlos Garcia Campos <carlosgc@gnome.org>
570 * cut-n-paste/zoom-control/ephy-zoom-control.c:
571 (ephy_zoom_control_finalize), (ephy_zoom_control_class_init):
573 Remove the old tooltips code and use G_DEFINE_TYPE().
575 2009-02-01 Carlos Garcia Campos <carlosgc@gnome.org>
578 * help/reference/Makefile.am:
579 * help/reference/libdocument/Makefile.am:
580 * help/reference/libdocument/libevdocument-docs.sgml:
581 * help/reference/libdocument/libevdocument.types:
582 * help/reference/libdocument/version.xml.in:
583 * help/reference/libview/Makefile.am:
584 * help/reference/libview/libevview-docs.sgml:
585 * help/reference/libview/libevview.types:
586 * help/reference/libview/version.xml.in:
587 * help/reference/shell/Makefile.am:
588 * help/reference/shell/evince-docs.sgml:
589 * help/reference/shell/evince.types:
590 * help/reference/shell/tmpl/dummy.sgml:
591 * help/reference/shell/version.xml.in:
593 Split API documentation into libdocument, libview and
594 shell. Required gtk-doc files has been added, but API docs still
595 need to be completed and improved. Fixes bug #568465.
597 2009-02-01 Christian Persch <chpe@gnome.org>
599 * libdocument/ev-document.h: Don't make GTypeInfo static. Bug #570077.
601 2009-02-01 Christian Persch <chpe@gnome.org>
603 * backend/Makefile.am:
604 A backend/backend.symbols:
605 * configure.ac: Only export the backend module entry point. Bug
608 2009-02-01 Carlos Garcia Campos <carlosgc@gnome.org>
610 * shell/eggfindbar.c: (egg_find_bar_init):
612 Add mnemonics to buttons in search bar. Fixes bug #569212.
614 2009-02-01 Carlos Garcia Campos <carlosgc@gnome.org>
616 * shell/ev-print-operation.c:
617 (ev_print_operation_export_print_dialog_response_cb):
619 Make sure pages_per_sheet is always >= 1. Fixes bug #569328.
621 2009-02-01 Carlos Garcia Campos <carlosgc@gnome.org>
623 * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
625 Clamp top/bottom values of destinations to make sure they are not
626 bigger than the page height. Fixes bug #569327.
628 2009-02-01 Carlos Garcia Campos <carlosgc@gnome.org>
630 * libdocument/ev-debug.h:
632 Fix build when debug mode is disabled.
634 2009-01-30 Christian Persch <chpe@gnome.org>
636 * libdocument/ev-backends-manager.c: (ev_backends_manager_load): Make
637 this return TRUE only if any backends were loaded, so the ev_init()
638 function works as documented.
640 2009-01-30 Christian Persch <chpe@gnome.org>
643 * libdocument/Makefile.am:
644 A libdocument/ev-init.[ch]: Add single init/shutdown method. Bug
647 * libdocument/ev-backends-manager.c: (_ev_backends_manager_init):
648 * libdocument/ev-backends-manager.h:
649 * libdocument/ev-debug.c: (_ev_debug_init), (_ev_debug_shutdown):
650 * libdocument/ev-debug.h:
651 * libdocument/ev-file-helpers.c: (_ev_file_helpers_init),
652 (_ev_file_helpers_shutdown):
653 * libdocument/ev-file-helpers.h: Make these init/shutdown methods
656 * properties/ev-properties-main.c: (nautilus_module_initialize),
657 (nautilus_module_shutdown):
658 * shell/main.c: (main):
659 * thumbnailer/evince-thumbnailer.c: (main): Use the new single
660 init/shutdown method.
662 2009-01-29 Christian Persch <chpe@gnome.org>
664 * shell/main.c: (option_version_cb): Add --version which was lost in
665 the libgnome removal. Bug #562869.
667 2009-01-26 Christian Persch <chpe@gnome.org>
669 * shell/ev-application.c: (ev_application_register_service),
670 (ev_application_shutdown):
671 * shell/main.c: (main): Move metadata manager initialisation and
672 shutdown into EvApplication. Follow-up from bug #569120.
674 2009-01-26 Christian Persch <chpe@gnome.org>
676 * shell/ev-metadata-manager.c: (ev_metadata_manager_set_string): Don't
677 copy the string twice. Bug #569231.
679 2009-01-26 Christian Persch <chpe@gnome.org>
681 * libdocument/ev-file-helpers.c: (ev_dir_ensure_exists),
682 (ev_tmp_dir), (ev_file_helpers_init), (ev_file_helpers_shutdown):
683 * libdocument/ev-file-helpers.h:
684 * shell/ev-application.c: (ev_application_shutdown),
685 (ev_application_init), (ev_application_screensaver_disable),
686 (ev_application_save_print_settings),
687 (ev_application_set_page_setup):
688 * shell/ev-application.h:
689 * shell/ev-metadata-manager.c: (load_values),
690 (ev_metadata_manager_save): Move ev_dot_dir() from libdocument to
691 shell, since it shouldn't be public API. Bug #569120.
693 * libdocument/ev-file-helpers.c: (ev_tmp_filename): Use
694 g_get_prgname() instead of hardcoding "evince" for the tmpdir name.
696 2009-01-25 Christian Persch <chpe@gnome.org>
698 Bug 569082 – use versioned directory for backends
700 * configure.ac: Define ev_binary_version and backenddir.
701 * evince-document.pc.in: Add backenddir variable.
702 * libdocument/Makefile.am:
703 * backend/*/Makefile.am: Remove backenddir definition, so it picks
704 up the one from configure.
706 2009-01-25 Christian Persch <chpe@gnome.org>
709 * evince-document.pc.in: Renamed from evince-backend.pc.in.
710 * libdocument/Makefile.am: Renamed library to libevdocument.la.
711 * libview/Makefile.am:
713 * backend/*/Makefile.am: Adapt to changed library name.
715 * libdocument/Makefile.am:
716 * libview/Makefile.am: Change the installed headers path to match
717 the directory names in SVN.
720 * evince-view.h: Add single headers. Bug #568227.
723 * libview/*.h: Add single headers guards.
725 * libview/Makefile.am:
726 * libdocument/Makefile.am:
727 * backend/*/Makefile.am:
728 * help/reference/Makefile.am: Define EVINCE_COMPILATION, so we can
729 still include individual headers.
731 * properties/Makefile.am:
732 * properties/ev-properties-main.c:
733 * properties/ev-properties-view.h:
734 * thumbnailer/Makefile.am:
735 * thumbnailer/evince-thumbnailer.c: Include only evince-document.h.
737 * libdocument/Makefile.am:
738 * libview/Makefile.am: Generate type builtins from all installed headers.
739 * libdocument/ev-link-action.[ch]:
740 * libdocument/ev-link-dest.[ch]:
741 * libdocument/ev-transition-effect.[ch]:
742 * libview/ev-view.[ch]: Remove handcoded type builtins.
744 * libdocument/Makefile.am:
745 * evince-document.h: Add ev-document-factory.h to the public headers.
747 2009-01-24 Carlos Garcia Campos <carlosgc@gnome.org>
749 * shell/ev-sidebar-page.c:
751 Use EV_DEFINE_INTERFACE to define EvSidebarPage interface. See bug
754 2009-01-24 Carlos Garcia Campos <carlosgc@gnome.org>
756 * libdocument/ev-document.h:
758 Add EV_DEFINE_INTERFACE macro.
760 * libdocument/ev-async-renderer.c:
761 * libdocument/ev-document-find.c:
762 * libdocument/ev-document-fonts.c:
763 * libdocument/ev-document-forms.c:
764 * libdocument/ev-document-images.c:
765 * libdocument/ev-document-layers.c:
766 * libdocument/ev-document-links.c:
767 * libdocument/ev-document-security.c:
768 * libdocument/ev-document-thumbnails.c:
769 * libdocument/ev-document-transition.c:
770 * libdocument/ev-document.c:
771 * libdocument/ev-file-exporter.c:
772 * libdocument/ev-selection.c:
774 Use EV_DEFINE_INTERFACE macro to define interfaces in
775 libdocument. See bug #568228.
777 2009-01-24 Carlos Garcia Campos <carlosgc@gnome.org>
779 * libdocument/ev-document.[ch]:
781 Add EV_DEFINE_BOXED_TYPE macro to define boxed types. See bug
784 2009-01-24 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
786 * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
787 (drag_begin_cb), (drag_end_cb), (configure_item_tooltip),
788 (new_separator_pixbuf):
789 * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
790 (egg_toolbar_editor_disconnect_model),
791 (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
792 (egg_toolbar_editor_finalize):
793 * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
794 * cut-n-paste/toolbar-editor/eggmarshalers.list:
796 Sync EggToolbarEditor with libegg.
798 2009-01-22 Michael J. Chudobiak <mjc@svn.gnome.org>
800 * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
801 When saving a file, using the default permissions for the user/system,
802 respecting umask and any setgid bit on the directory. Uses the new
803 G_FILE_COPY_TARGET_DEFAULT_PERMS flag in glib 2.19.0, if available.
806 2009-01-21 Christian Persch <chpe@gnome.org>
809 * libdocument/Makefile.am:
810 * libview/Makefile.am: Add libtool versioning to libevbackend and
811 libevview. Bug #568229.
813 2009-01-21 Christian Persch <chpe@gnome.org>
817 A evince-{backend,view}.pc.in: Add pkgconfig files. Bug #568220.
819 2009-01-21 Christian Persch <chpe@gnome.org>
822 * libdocument/Makefile.am:
823 A libdocument/ev-version.h.in: Add version defines and version check
826 2009-01-21 Hiroyuki Ikezoe <poincare@ikezoe.net>
828 * shell/ev-sidebar-links.c
829 * shell/ev-print-operation.c:
830 * shell/ev-history.c:
831 * shell/ev-file-monitor.c:
833 * shell/ev-password-view.c:
834 * shell/ev-sidebar-thumbnails.c:
835 * shell/ev-sidebar-attachments.c:
836 * libview/ev-pixbuf-cache.c:
837 * libview/ev-view.c: Remove needless G_OBJECT from g_signal_connect.
840 2009-01-20 Tomeu Vizoso <tomeu@sugarlabs.org>
842 * libdocument/ev-document-info.h:
844 Add missing EV_TYPE_DOCUMENT_INFO. See bug #567790.
846 2009-01-20 Tomeu Vizoso <tomeu@sugarlabs.org>
848 * libview/Makefile.am:
850 Install ev-job-scheduler.h. See bug #567790.
852 2009-01-20 Tomeu Vizoso <tomeu@sugarlabs.org>
854 * libdocument/Makefile.am:
856 Install ev-backends-manager.h and
857 ev-document-type-builtins.h. Fixes bug #567787.
859 2009-01-18 Carlos Garcia Campos <carlosgc@gnome.org>
864 Update for release 2.25.5
866 2009-01-18 Carlos Garcia Campos <carlosgc@gnome.org>
868 * libview/ev-view.c: (ev_view_drag_data_get):
870 Fix second parameter passed to gtk_selection_data_set_uris(),
871 it expects a gchar **.
873 2009-01-18 Tomeu Vizoso <tomeu@sugarlabs.org>
875 * libdocument/Makefile.am:
876 * libdocument/ev-document-info.h:
877 * libdocument/ev-document-type-builtins.c.template:
878 * libdocument/ev-document-type-builtins.h.template:
879 * libdocument/ev-document.c: (ev_document_info_get_type),
880 (ev_document_info_copy):
882 Make EvDocumentInfo and enums definded in ev-document-info.h
883 GTypes. Fixes bug #567789.
885 2009-01-18 Michal Vaner <vorner+evince@ucw.cz>
887 * shell/main.c (arguments_parse): Fix for a minor code typo.
889 2009-01-18 Christian Persch <chpe@gnome.org>
891 * help/reference/Makefile.am:
892 * help/reference/evince.types: Fix the API docs build. Bug #568171.
894 2009-01-18 Tomeu Vizoso <tomeu@sugarlabs.org>
896 * libview/Makefile.am:
897 * libview/ev-view-type-builtins.c.template:
898 * libview/ev-view-type-builtins.h.template:
900 Make EvJobPriority a proper GType. Fixes bug #567788.
902 2009-01-18 Carlos Garcia Campos <carlosgc@gnome.org>
905 * cut-n-paste/*/Makefile.am:
906 * libdocument/Makefile.am:
908 Rename LIB as LIBDOCUMENT and use SHELL_CORE for cut-n-paste
911 2009-01-18 Christian Persch <chpe@gnome.org>
913 * libview/ev-view.c: (ev_view_drag_data_get),
914 (ev_view_drag_motion), (ev_view_update_primary_selection),
915 (clear_link_selected):
916 * shell/ev-sidebar-attachments.c:
917 (ev_sidebar_attachments_drag_data_get),
918 (ev_sidebar_attachments_get_property),
919 (ev_sidebar_attachments_init):
920 * shell/ev-window.c: Update drag handling code to use the
921 gtk_*_add_uri_targets and gtk_*_add_text_targets targets instead of
922 hardcoding the targets lists. Bug #558084.
924 2009-01-18 Carlos Garcia Campos <carlosgc@gnome.org>
926 * libdocument/Makefile.am:
927 * libdocument/ev-backend-marshal.c:
928 * libdocument/ev-backend-marshalers.list:
929 * libdocument/ev-document.c:
931 Remove unused marshalers stuff from libdocument.
933 2009-01-18 Carlos Garcia Campos <carlosgc@gnome.org>
937 Update for the current source tree.
939 2009-01-18 Carlos Garcia Campos <carlosgc@gnome.org>
943 * libdocument/Makefile.am:
944 * libview/Makefile.am:
945 * libview/ev-job-scheduler.[ch]:
946 * libview/ev-jobs.[ch]:
947 * libview/ev-page-cache.[ch]:
948 * libview/ev-pixbuf-cache.[ch]:
949 * libview/ev-timeline.[ch]:
950 * libview/ev-transition-animation.[ch]:
951 * libview/ev-view-accessible.[ch]:
952 * libview/ev-view-marshal.list:
953 * libview/ev-view.[ch]:
956 Move EvView specific code to a libeviview library so that it can
957 be embbeded in other applications. Based on patches by Tomeu
958 Vizoso. Fixes bug #567751.
960 2009-01-18 Carlos Garcia Campos <carlosgc@gnome.org>
962 * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
963 * shell/ev-window.c: (ev_window_load_job_cb),
964 (ev_window_load_job_cb), (ev_window_open_uri),
965 (ev_window_reload_local), (ev_window_dispose):
967 Remove dest, mode and search_string from EvJobLoad since they are
968 not really needed by the job, but for the window.
970 2009-01-17 Carlos Garcia Campos <carlosgc@gnome.org>
972 * shell/ev-view.c: (ev_view_drag_data_received),
973 (ev_view_class_init), (ev_view_init):
974 * shell/ev-window.c: (ev_window_drag_data_received),
975 (ev_window_class_init), (ev_window_init):
977 Make the whole EvWindow the destination of a drag and drop
980 2009-01-16 Carlos Garcia Campos <carlosgc@gnome.org>
982 * shell/ev-window.c: (window_open_file_copy_progress_cb):
984 Add missing brakets around the percentage in progress
985 messages. See bug #567910.
987 2009-01-16 Carlos Garcia Campos <carlosgc@gnome.org>
989 * shell/ev-application.c: (ev_application_open_window),
990 (ev_application_open_uri_at_dest):
992 Do no use gdk_x11_* when not available. Based on patch by Hib
993 Eris, see bug #339172.
995 2009-01-16 Hib Eris <hib@hiberis.nl>
998 * properties/ev-properties-view.c:
999 (ev_properties_view_format_date):
1001 Check for localtime_r. See bug #339172.
1003 2009-01-16 Hib Eris <hib@hiberis.nl>
1007 Include gdkx only for dbus support. See bug #339172.
1009 2009-01-16 Tomeu Vizoso <tomeu@sugarlabs.org>
1011 * shell/ev-view.c: (ev_view_set_zoom_for_size):
1013 Expose ev_view_set_zoom_for_size for embedders to use. Fixes bug
1016 2009-01-16 Carlos Garcia Campos <carlosgc@gnome.org>
1018 * shell/ev-window.c: (reload_remote_copy_progress_cb),
1019 (window_save_file_copy_progress_cb):
1021 Use brakets around the percentage in progress messages. See bug
1024 2009-01-16 Carlos Garcia Campos <carlosgc@gnome.org>
1026 * shell/ev-window.c: (reload_remote_copy_ready_cb):
1028 Fix typo in error message. See bug #567910.
1030 2009-01-16 Carlos Garcia Campos <carlosgc@gnome.org>
1032 * shell/ev-window.c: (ev_window_cmd_file_close_window):
1034 Fix mnemonic conflict. Fixes bug #567937.
1036 2009-01-05 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1041 Update for release 2.25.4
1043 2009-01-02 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1047 GLib version requirement bumped to 2.18 due to g_set_error_literal.
1048 Thanks to Christian Spurk.
1050 2008-12-31 Hib Eris <hib@hiberis.nl>
1052 * libdocument/ev-file-helpers.c: (get_mime_type_from_uri):
1054 Fix mime type handling.
1056 2008-12-31 Carlos Garcia Campos <carlosgc@gnome.org>
1060 Add ev-print-operation.c.
1062 2008-12-30 Carlos Garcia Campos <carlosgc@gnome.org>
1064 * shell/ev-window.c: (ev_window_clear_progress_idle),
1065 (reset_progress_idle), (ev_window_show_progress_message),
1066 (ev_window_reset_progress_cancellable),
1067 (ev_window_progress_response_cb), (show_loading_progress),
1068 (ev_window_load_remote_failed), (window_open_file_copy_ready_cb),
1069 (window_open_file_copy_progress_cb), (ev_window_load_file_remote),
1070 (show_reloading_progress), (reload_remote_copy_ready_cb),
1071 (reload_remote_copy_progress_cb), (query_remote_uri_mtime_cb),
1072 (show_saving_progress), (window_save_file_copy_ready_cb),
1073 (window_save_file_copy_progress_cb), (ev_window_save_remote),
1074 (ev_window_dispose):
1076 Show progress information when loading/saving remote files. Fixes
1079 2008-12-30 Carlos Garcia Campos <carlosgc@gnome.org>
1081 * libdocument/ev-file-helpers.c: (ev_tmp_file_unlink):
1083 Show better warning message when temp file cannot be deleted.
1085 2008-12-30 Carlos Garcia Campos <carlosgc@gnome.org>
1087 * shell/ev-window.c: (image_save_dialog_response_cb):
1089 Fix saving images to remote locations.
1091 2008-12-29 Carlos Garcia Campos <carlosgc@gnome.org>
1093 * shell/ev-application.[ch]: (ev_application_shutdown),
1094 (ev_application_get_print_settings_file),
1095 (ev_application_save_print_settings),
1096 (ev_application_get_print_settings),
1097 (ev_application_set_print_settings),
1098 (ev_application_get_page_setup), (ev_application_set_page_setup):
1099 * shell/ev-window.c: (ev_window_save_print_page_setup),
1100 (ev_window_load_print_page_setup_from_metadata),
1101 (ev_window_print_page_setup_done_cb),
1102 (ev_window_cmd_file_print_setup), (ev_window_do_preview_print),
1103 (ev_window_cmd_preview_print):
1105 Remember page setup options too. Paper size is globally remembered
1106 while page margins are stored per document in metadata file. Fixes
1107 bugs #525185 and #349102.
1109 2008-12-29 Carlos Garcia Campos <carlosgc@gnome.org>
1111 * shell/ev-print-operation.c:
1112 (ev_print_operation_export_print_dialog_response_cb):
1114 Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
1116 2008-12-28 Carlos Garcia Campos <carlosgc@gnome.org>
1118 * shell/ev-print-operation.c: (export_cancel),
1119 (export_job_cancelled), (ev_print_operation_export_begin),
1120 (ev_print_operation_export_cancel):
1121 * shell/ev-window.c: (ev_window_print_cancel),
1122 (ev_window_print_update_pending_jobs_message),
1123 (ev_window_print_operation_done),
1124 (ev_window_print_operation_status_changed),
1125 (print_jobs_confirmation_dialog_response),
1126 (ev_window_cmd_file_close_window):
1128 Show a confirmation dialog when there are pending print jobs while
1129 closing the main window. Fixes bug #480964.
1131 2008-12-27 Carlos Garcia Campos <carlosgc@gnome.org>
1133 * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
1134 (ev_print_operation_get_job_name),
1135 (ev_print_operation_get_status),
1136 (ev_print_operation_get_progress),
1137 (ev_print_operation_update_status),
1138 (ev_print_operation_export_get_job_name), (clamp_ranges),
1139 (get_first_and_last_page), (ev_print_operation_export_run_next),
1140 (print_job_finished), (export_print_done), (export_job_cancelled),
1141 (update_progress), (export_print_page),
1142 (ev_print_operation_export_begin),
1143 (ev_print_operation_export_print_dialog_response_cb),
1144 (ev_print_operation_export_run),
1145 (ev_print_operation_export_cancel),
1146 (ev_print_operation_export_class_init):
1147 * shell/ev-window.c:
1148 (ev_window_print_update_pending_jobs_message),
1149 (ev_window_print_operation_done),
1150 (ev_window_print_progress_response_cb),
1151 (ev_window_print_operation_status_changed),
1152 (ev_window_print_operation_begin_print), (ev_window_print_range),
1153 (ev_window_dispose):
1155 Show progress information when printing. Fixes bug #482770.
1157 2008-12-27 Carlos Garcia Campos <carlosgc@gnome.org>
1159 * shell/Makefile.am:
1160 * shell/ev-progress-message-area.[ch]:
1161 * shell/ev-message-area.[ch]: (ev_message_area_init),
1162 (ev_message_area_set_image_from_stock):
1164 Add EvProgressMessageArea derived from EvMessageArea to show
1165 progress information in the message area.
1167 2008-12-27 Carlos Garcia Campos <carlosgc@gnome.org>
1169 * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
1171 Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the
1172 close button. Add a function to get the contents of the message
1175 2008-12-24 Carlos Garcia Campos <carlosgc@gnome.org>
1177 * shell/Makefile.am:
1178 * shell/ev-print-operation.[ch]:
1179 * shell/ev-jobs.[ch]: (ev_job_export_init),
1180 (ev_job_export_dispose), (ev_job_export_run),
1181 (ev_job_export_class_init), (ev_job_export_new),
1182 (ev_job_export_set_page):
1183 * shell/ev-window.c: (ev_window_print_operation_done),
1184 (ev_window_print_range), (ev_window_dispose):
1186 First step of the printing system rework. EvJobPrint has been
1187 replaced by EvJobExport so that every page is scheduled to be
1188 exported in a thread instead of scheduling the whole printing
1189 process. This way the gui is responsive during printing.
1191 2008-12-24 Carlos Garcia Campos <carlosgc@gnome.org>
1193 * shell/ev-window.c: (setup_size_from_metadata),
1194 (ev_window_load_print_settings_from_metadata):
1198 2008-12-24 Carlos Garcia Campos <carlosgc@gnome.org>
1200 * libdocument/ev-document.c: (ev_document_get_type):
1202 Add GObject type as prerequisite to EvDocument interface so that
1203 document instances can be used as GObjects.
1205 2008-12-19 Carlos Garcia Campos <carlosgc@gnome.org>
1207 * shell/ev-view.c: (jump_to_find_result):
1209 Only jump the the location of the find result for the first match
1210 when searching. It drastically improves the performance when
1211 searching. Bug catched and fixed by Michael Hunold. Fixes bug
1214 2008-12-03 Carlos Garcia Campos <carlosgc@gnome.org>
1216 * properties/ev-properties-main.c: (ev_properties_get_pages):
1217 * properties/ev-properties-view.[ch]:
1218 (ev_properties_view_dispose), (ev_properties_view_class_init),
1219 (ev_properties_view_set_info), (ev_properties_view_new):
1220 * shell/ev-properties-dialog.[ch]:
1221 (ev_properties_dialog_set_document):
1222 * shell/ev-window.c: (ev_window_setup_document),
1223 (ev_window_cmd_file_properties):
1225 Add document URI to properties page. Fixes bug #555376.
1227 2008-12-03 Carlos Garcia Campos <carlosgc@gnome.org>
1231 * data/evince-password.glade: Removed
1232 * data/evince-properties.glade: Removed
1233 * properties/ev-properties-view.c:
1234 (ev_properties_view_class_init), (set_property),
1235 (ev_properties_view_set_info), (ev_properties_view_init):
1236 * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1237 (font_cell_data_func), (ev_properties_fonts_init):
1239 Remove Glade dependency.
1241 2008-12-03 Carlos Garcia Campos <carlosgc@gnome.org>
1243 * backend/comics/comics-document.c: (comics_document_load):
1245 Fix zip mime-type in comics backend. Patch by Juanjo Marín.
1247 2008-12-01 Carlos Garcia Campos <carlosgc@gnome.org>
1252 Update for release 2.25.2
1254 2008-12-01 Carlos Garcia Campos <carlosgc@gnome.org>
1257 * shell/Makefile.am:
1258 * shell/ev-keyring.[ch]:
1259 * shell/ev-password.[ch]: Removed
1260 * shell/ev-password-view.[ch]: (ev_password_view_finalize),
1261 (ev_password_view_class_init), (ev_password_view_clicked_cb),
1262 (ev_password_view_init), (ev_password_view_set_uri),
1263 (ev_password_dialog_got_response),
1264 (ev_password_dialog_remember_button_toggled),
1265 (ev_password_dialog_entry_changed_cb),
1266 (ev_password_dialog_entry_activated_cb),
1267 (ev_password_view_ask_password), (ev_password_view_get_password),
1268 (ev_password_view_get_password_save_flags),
1269 (ev_password_view_new):
1270 * shell/ev-window.c: (ev_window_password_view_unlock),
1271 (ev_window_load_job_cb), (ev_window_close_dialogs),
1274 Rework the password view. When the password is in the keyring it's
1275 used automatically without showing the password dialog and it's
1276 only stored in the keyring when we are sure it's correct. The
1277 password dialog has been reworked too, in order to make it
1278 more hig compliant and consistent with the GTK+ dialog used in
1279 gtkmountoperation. Fixes bug #562496.
1281 2008-11-29 Carlos Garcia Campos <carlosgc@gnome.org>
1283 * backend/comics/comics-document.c: (comics_document_load):
1285 Do not trust file extensions when getting the command needed to
1286 uncompress comic documents. Fixes bug #562143.
1288 2008-11-29 Carlos Garcia Campos <carlosgc@gnome.org>
1290 * libdocument/ev-document-factory.c: (get_document_from_uri),
1291 (ev_document_factory_get_document):
1292 * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
1293 (get_mime_type_from_data), (ev_file_get_mime_type):
1295 Move mime-type functions from document-facrory to file-helpers so
1296 that it can be reused.
1298 2008-11-29 Carlos Garcia Campos <carlosgc@gnome.org>
1300 * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
1301 (window_open_file_copy_ready_cb), (ev_window_reload_local),
1302 (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
1303 (ev_window_reload_remote), (ev_window_reload_document):
1305 Add support for reloading remote documents. Fixes bug #555399.
1307 2008-11-23 Carlos Garcia Campos <carlosgc@gnome.org>
1309 * shell/ev-view.c: (ev_view_find_previous):
1311 Make sure find_result is never < 0 which causes a crash while
1312 searching. Fixes bug #558377.
1314 2008-11-19 Marek Kašík <mkasik@redhat.com>
1316 * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
1317 (ev_pixbuf_cache_get_selection_surface):
1319 Fixes crash on fast scrolling with simultaneous text selection.
1321 2008-11-19 Marek Kašík <mkasik@redhat.com>
1323 * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
1324 * shell/ev-window.c (launch_external_uri):
1326 Fixes assertion fail on selecting text. See bug #561393.
1328 2008-11-15 Carlos Garcia Campos <carlosgc@gnome.org>
1330 * shell/Makefile.am:
1331 * shell/ev-jobs.[ch]: (ev_job_layers_init),
1332 (ev_job_layers_dispose), (ev_job_layers_run),
1333 (ev_job_layers_class_init), (ev_job_layers_new):
1334 * shell/ev-sidebar-layers.[ch]:
1335 * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
1336 (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1337 (ev_view_reload_page), (ev_view_reload):
1338 * shell/ev-window.c: (setup_sidebar_from_metadata),
1339 (ev_window_sidebar_current_page_changed_cb),
1340 (sidebar_layers_visibility_changed), (ev_window_init):
1344 2008-11-15 Carlos Garcia Campos <carlosgc@gnome.org>
1346 * data/icons/22x22/actions/Makefile.am:
1347 * data/icons/22x22/actions/eye.png:
1348 * shell/ev-stock-icons.[ch]:
1350 Add eye icon from gimp to hide/show layers.
1352 2008-11-15 Carlos Garcia Campos <carlosgc@gnome.org>
1355 * cut-n-paste/Makefile.am:
1356 * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
1357 * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
1358 * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
1360 Add GimpCellRendererToggle from gimp slightly modified to fit our
1363 2008-11-15 Carlos Garcia Campos <carlosgc@gnome.org>
1366 * backend/pdf/ev-poppler.cc:
1368 Implement layers interface in PDF backend.
1370 2008-11-15 Carlos Garcia Campos <carlosgc@gnome.org>
1372 * libdocument/Makefile.am:
1373 * libdocument/ev-document-layers.[ch]:
1374 * libdocument/ev-layer.[ch]:
1376 Add optional content (layers) interface.
1378 2008-11-12 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1380 * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
1381 * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
1383 Removes unused code.
1385 2008-11-05 Carlos Garcia Campos <carlosgc@gnome.org>
1390 Update for 2.25.1 release
1392 2008-11-05 Carlos Garcia Campos <carlosgc@gnome.org>
1394 * shell/ev-window.c:
1396 Fix build with GTK+ < 2.14
1398 2008-11-05 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1400 * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
1402 Makes menu label translatable. Fixes bug #559129.
1404 2008-11-04 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1406 * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
1407 (t1_transform_font):
1408 * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
1410 More renames of warning to mdvi_warning in follow up to the
1411 fix of the bug #553369. Fix for the bug #559257 by
1412 Tuxce <tuxce.net@gmail.com>.
1414 2008-11-02 Carlos Garcia Campos <carlosgc@gnome.org>
1416 * shell/ev-application.c: (ev_application_init_session):
1417 * shell/main.c: (main):
1419 Move the egg_set_desktop_file() call to main and remove
1420 gtk_window_set_default_icon_name() since it's already called by
1421 egg_set_desktop_file()
1423 2008-11-01 Carlos Garcia Campos <carlosgc@gnome.org>
1425 * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
1427 Initialize GError to NULL.
1429 2008-11-01 Carlos Garcia Campos <carlosgc@gnome.org>
1431 * shell/ev-window.c: (window_save_file_copy_ready_cb),
1432 (ev_window_print_finished), (ev_window_print_dialog_response_cb),
1433 (ev_window_preview_print_finished), (launch_action):
1435 Do not use popup dialogs to show error messages anymore, use the
1436 message area instead.
1438 2008-11-01 Carlos Garcia Campos <carlosgc@gnome.org>
1440 * shell/ev-window.c: (ev_window_error_message),
1441 (ev_window_warning_message), (ev_window_set_document),
1442 (ev_window_load_job_cb), (ev_window_load_remote_failed),
1443 (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
1444 (ev_window_cmd_help_contents), (launch_external_uri),
1445 (image_save_dialog_response_cb), (image_save_dialog_response_cb),
1446 (ev_attachment_popup_cmd_open_attachment),
1447 (attachment_save_dialog_response_cb):
1449 Use a message format (with printf()-style) in
1450 ev_window_error_message and ev_window_warning_message.
1452 2008-11-01 Carlos Garcia Campos <carlosgc@gnome.org>
1454 * shell/ev-window.c: (ev_window_error_message),
1455 (ev_window_warning_message), (ev_window_set_document),
1456 (ev_window_load_job_cb), (ev_window_load_remote_failed),
1457 (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
1458 (ev_window_cmd_help_contents), (launch_external_uri),
1459 (image_save_dialog_response_cb),
1460 (ev_attachment_popup_cmd_open_attachment),
1461 (attachment_save_dialog_response_cb):
1463 Change ev_window_error_message and ev_window_warning_message to
1464 receive a EvWindow instead of a GtkWindow. It's more consistent
1465 and avoids unneeded casts.
1467 2008-11-01 Carlos Garcia Campos <carlosgc@gnome.org>
1469 * shell/ev-window.c: (ev_window_cmd_help_contents):
1471 Use gtk_show_uri() when availale to display help contents.
1473 2008-10-31 Carlos Garcia Campos <carlosgc@gnome.org>
1476 * backend/pdf/ev-poppler.cc:
1477 * properties/ev-properties-view.c:
1478 * shell/Makefile.am:
1479 * shell/ev-tooltip.[ch]: Removed
1480 * shell/ev-view-private.h
1481 * shell/eggfindbar.c:
1482 * shell/ev-application.c:
1483 * shell/ev-open-recent-action.c:
1484 * shell/ev-sidebar-thumbnails.c:
1486 * shell/ev-window.c:
1488 Bump GTK+ requirement to 2.12.
1490 2008-10-27 Christian Persch <chpe@gnome.org>
1492 * backend/djvu/djvu-document.c
1493 * backend/dvi/cairo-device.c
1494 * cut-n-paste/evmountoperation/ev-mount-operation.h
1495 * cut-n-paste/gedit-message-area/gedit-message-area.h
1496 * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
1497 * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
1498 * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
1499 * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
1500 * cut-n-paste/toolbar-editor/egg-toolbars-model.c
1501 * cut-n-paste/toolbar-editor/egg-toolbars-model.h
1502 * cut-n-paste/toolbar-editor/eggtreemultidnd.c
1503 * cut-n-paste/toolbar-editor/eggtreemultidnd.h
1504 * cut-n-paste/zoom-control/ephy-zoom-action.c
1505 * cut-n-paste/zoom-control/ephy-zoom-action.h
1506 * cut-n-paste/zoom-control/ephy-zoom-control.c
1507 * cut-n-paste/zoom-control/ephy-zoom-control.h
1508 * libdocument/ev-async-renderer.h
1509 * libdocument/ev-document-factory.c
1510 * libdocument/ev-document-misc.h
1511 * libdocument/ev-image.h
1512 * libdocument/ev-selection.h
1513 * shell/ev-properties-fonts.h
1514 * shell/ev-stock-icons.h
1515 * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
1516 directly. Bug #558064.
1518 2008-10-27 Christian Persch <chpe@gnome.org>
1520 * cut-and-paste/smclient/*: Update from libegg.
1522 2008-10-27 Christian Persch <chpe@gnome.org>
1524 * backend/djvu/djvu-document.c
1525 * backend/ps/ev-spectre.c
1526 * shell/ev-jobs.c: Use printf safely. Bug #558066.
1528 2008-10-24 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1530 * shell/ev-view.c (ev_view_change_page),
1531 (ev_view_transition_animation_finish),
1532 (ev_view_transition_animation_cancel), (page_changed_cb),
1533 (ev_view_set_presentation), (ev_view_next_page),
1534 (ev_view_previous_page):
1536 Cancel the animation without scheduling transition start
1537 and proceed to the next page to fix bug #516749.
1539 2008-10-19 Carlos Garcia Campos <carlosgc@gnome.org>
1544 Update for release 2.24.1
1546 2008-10-17 Carlos Garcia Campos <carlosgc@gnome.org>
1548 * shell/ev-window.c: (ev_window_cmd_view_presentation):
1550 Disable toggle function of F5 when in presentation mode. Patch by
1551 Dave Neary. Fixes bug #556162.
1553 2008-10-17 Carlos Garcia Campos <carlosgc@gnome.org>
1555 * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
1556 (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
1557 (ev_sidebar_thumbnails_fill_model),
1558 (ev_sidebar_thumbnails_refresh),
1559 (ev_sidebar_thumbnails_set_document):
1561 Instead of using only one loading icon for thumbnails based on the
1562 size of the first page, create an icon for every different page
1563 size. Fixes bug #556264.
1565 2008-10-17 Carlos Garcia Campos <carlosgc@gnome.org>
1567 * shell/ev-page-cache.c: (ev_page_cache_finalize):
1571 2008-10-14 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1573 * shell/ev-window-title.c (ev_window_title_sanitize_title):
1575 Removes bad prefixes from window title. Patch by
1576 Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
1578 2008-10-12 Carlos Garcia Campos <carlosgc@gnome.org>
1580 * shell/ev-window.c: (launch_external_uri):
1582 Do not consider mailto links as http uris. Fixes bug #555801.
1584 2008-10-06 Carlos Garcia Campos <carlosgc@gnome.org>
1586 * shell/ev-view.c: (merge_selection_region), (clear_selection):
1588 Fix memory leak. Fixes bug #555134.
1590 2008-10-04 Carlos Garcia Campos <carlosgc@gnome.org>
1592 * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1594 Emit the job finished signal when the job is handled before the
1595 page_ready callback.
1597 2008-10-04 Carlos Garcia Campos <carlosgc@gnome.org>
1599 * shell/ev-window.c: (launch_action):
1601 Use GdkAppLaunchContext when available to launch external
1604 2008-10-04 Carlos Garcia Campos <carlosgc@gnome.org>
1606 * shell/ev-window.c: (launch_action):
1608 Fix launching external applications for launch actions which seems
1609 to be broken since the gio port. Fixes bug #554500.
1611 2008-09-28 Carlos Garcia Campos <carlosgc@gnome.org>
1613 * backend/dvi/Makefile.am:
1614 * backend/dvi/cairo-device.c:
1615 * backend/dvi/dvi-document.c:
1616 * backend/dvi/mdvi-lib/Makefile.am:
1618 Fix several compile warnings in the dvi backend.
1620 2008-09-28 Carlos Garcia Campos <carlosgc@gnome.org>
1622 * backend/dvi/mdvi-lib/common.h:
1623 * backend/dvi/mdvi-lib/dviread.c:
1624 * backend/dvi/mdvi-lib/font.c:
1625 * backend/dvi/mdvi-lib/fontmap.c:
1626 * backend/dvi/mdvi-lib/fontsrch.c:
1627 * backend/dvi/mdvi-lib/gf.c:
1628 * backend/dvi/mdvi-lib/pagesel.c:
1629 * backend/dvi/mdvi-lib/pk.c:
1630 * backend/dvi/mdvi-lib/sp-epsf.c:
1631 * backend/dvi/mdvi-lib/special.c:
1632 * backend/dvi/mdvi-lib/tfm.c:
1633 * backend/dvi/mdvi-lib/tfmfile.c:
1634 * backend/dvi/mdvi-lib/util.c:
1635 * backend/dvi/mdvi-lib/vf.c:
1637 Rename error as mdvi_error to avoid symbol conflicts with the libc
1638 error. Rename also message, crash, fatal and warning for
1639 consistency. Fixes bug #553369.
1641 2008-09-28 Carlos Garcia Campos <carlosgc@gnome.org>
1643 * backend/dvi/dvi-document.c: (dvi_document_load):
1647 2008-09-28 Carlos Garcia Campos <carlosgc@gnome.org>
1649 * backend/dvi/dvi-document.c:
1651 Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
1652 G_IMPLEMENT_INTERFACE.
1654 2008-09-26 Carlos Garcia Campos <carlosgc@gnome.org>
1656 * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1658 Make sure copy_job_page_and_selection_to_job_info is always called
1659 before copy_job_to_job_info. Fixes bug #552382.
1661 2008-09-22 Carlos Garcia Campos <carlosgc@gnome.org>
1666 Update for release 2.24.0
1668 2008-09-13 Carlos Garcia Campos <carlosgc@gnome.org>
1670 * shell/ev-window.c: (launch_external_uri):
1672 Use GdkAppLaunchContext when available to launch external uris.
1674 2008-09-13 Carlos Garcia Campos <carlosgc@gnome.org>
1676 * shell/ev-window.c: (launch_external_uri):
1678 Use the message area to show errors when lauching external uris
1679 instead of a popup window.
1681 2008-09-13 Carlos Garcia Campos <carlosgc@gnome.org>
1683 * shell/ev-window.c: (launch_external_uri):
1685 Assume invalid uris are http uris. Fixes bug #552071.
1687 2008-09-09 Carlos Garcia Campos <carlosgc@gnome.org>
1692 Update for release 2.23.92.
1694 2008-09-07 Carlos Garcia Campos <carlosgc@gnome.org>
1696 * shell/eggfindbar.c: (egg_find_bar_class_init):
1698 Allow page scrolling with PageUp/PageDown keys when find bar is
1699 active. Fixes bug #529833.
1701 2008-09-07 Carlos Garcia Campos <carlosgc@gnome.org>
1703 * shell/ev-view-private.h:
1704 * shell/ev-view.[ch]: (add_scroll_binding_keypad),
1705 (ev_view_scroll), (ev_view_class_init):
1706 * shell/ev-view-accessible.c:
1707 (ev_view_accessible_action_do_action):
1708 * shell/ev-window.c: (ev_window_cmd_scroll_forward),
1709 (ev_window_cmd_scroll_backward):
1711 Use GtkScrollType instead of EvScrollType.
1713 2008-09-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1715 * shell/ev-page-cache.c (ev_page_cache_set_page_label):
1717 Patch for case unsensitive page label match by Michael Lee.
1720 * shell/ev-page-action.c (create_tool_item):
1726 Added test for the above and updated other tests.
1728 2008-09-07 Carlos Garcia Campos <carlosgc@gnome.org>
1730 * shell/ev-window.c: (image_save_dialog_response_cb):
1732 Do not append the file extension twice when saving an image.
1734 2008-09-07 Carlos Garcia Campos <carlosgc@gnome.org>
1736 * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
1738 Remove an invalid ifdef.
1740 2008-09-05 Carlos Garcia Campos <carlosgc@gnome.org>
1742 * shell/ev-view.c: (ev_view_motion_notify_event):
1744 Make sure the cursor is correctly restored after showing the right
1747 2008-09-05 Carlos Garcia Campos <carlosgc@gnome.org>
1749 * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
1750 (ev_attachment_open):
1751 * shell/ev-sidebar-attachments.c:
1752 (ev_sidebar_attachments_button_press):
1753 * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
1755 Use GdkAppLaunchContext when available to open attachments.
1757 2008-09-04 Carlos Garcia Campos <carlosgc@gnome.org>
1759 * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
1761 Grab the mediakeys with a low priority. Fixes bug #547164. Patch
1764 2008-09-04 Carlos Garcia Campos <carlosgc@gnome.org>
1766 * shell/ev-application.c: (ev_application_get_media_keys):
1767 * shell/ev-media-player-keys.[ch]:
1768 (ev_media_player_keys_class_init), (on_media_player_key_pressed),
1769 (ev_media_player_keys_grab_keys),
1770 (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
1771 (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
1772 * shell/ev-window.[ch]: (ev_window_dispose),
1773 (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
1776 Clean up the media player keys stuff.
1778 2008-08-31 Carlos Garcia Campos <carlosgc@gnome.org>
1783 Update for release 2.23.91.
1785 2008-08-31 Carlos Garcia Campos <carlosgc@gnome.org>
1787 * cut-n-paste/smclient/eggsmclient-xsmp.c:
1788 (sm_client_xsmp_set_initial_properties):
1792 2008-08-31 Carlos Garcia Campos <carlosgc@gnome.org>
1794 * shell/ev-application.c: (ev_application_open_window),
1795 (ev_application_open_uri_at_dest):
1797 Make sure evince starts up in the right workspace when resuming a
1800 2008-08-31 Carlos Garcia Campos <carlosgc@gnome.org>
1802 * shell/ev-application.[ch]: (ev_application_open_window),
1803 (ev_application_add_icon_path_for_screen),
1804 (ev_application_open_uri_at_dest):
1806 Fix window manager warnings shown in ~/.xsession-errors
1808 2008-08-31 Carlos Garcia Campos <carlosgc@gnome.org>
1811 * cut-n-paste/Makefile.am:
1812 * cut-n-paste/smclient/Makefile.am:
1813 * cut-n-paste/smclient/eggdesktopfile.[ch]:
1814 * cut-n-paste/smclient/eggsmclient-private.h:
1815 * cut-n-paste/smclient/eggsmclient-xsmp.c:
1816 * cut-n-paste/smclient/eggsmclient.[ch]:
1818 EggSMClient copied from libegg
1820 * libdocument/ev-file-helpers.c: (ev_dot_dir):
1821 * shell/Makefile.am:
1822 * shell/ev-application.[ch]: (ev_application_load_session),
1823 (smclient_save_state_cb), (smclient_quit_cb),
1824 (ev_application_init_session), (ev_application_shutdown),
1825 (ev_application_init):
1826 * shell/main.c: (main):
1828 Use EggSMClient instead of gnome-client and remove libgnome and
1829 libgnomeui dependencies.
1831 2008-08-27 Carlos Garcia Campos <carlosgc@gnome.org>
1833 * shell/main.c: (main):
1835 Remove gnome_authentication_manager_init.
1837 2008-08-27 Carlos Garcia Campos <carlosgc@gnome.org>
1839 * shell/ev-view.c: (ev_view_goto_window_create):
1841 Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
1842 since it's now deprecated.
1844 2008-08-27 Carlos Garcia Campos <carlosgc@gnome.org>
1846 * backend/djvu/Makefile.am:
1847 * backend/djvu/djvu-document-private.h:
1848 * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
1849 (djvu_document_find_iface_init):
1850 * backend/djvu/djvu-text-page.[ch]:
1851 * backend/djvu/djvu-text.[ch]: Removed
1852 * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
1853 (pdf_document_find_iface_init):
1854 * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
1855 * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
1856 (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
1857 (ev_job_find_get_n_results), (ev_job_find_get_progress),
1858 (ev_job_find_has_results), (ev_job_find_get_results):
1859 * shell/ev-view-private.h:
1860 * shell/ev-view.[ch]: (ev_view_expose_event),
1861 (highlight_find_results), (ev_view_finalize),
1862 (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
1863 (ev_view_set_document), (ev_view_find_get_n_results),
1864 (ev_view_find_get_result), (jump_to_find_result),
1865 (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
1866 (ev_view_find_previous), (ev_view_find_search_changed),
1867 (ev_view_find_set_highlight_search), (ev_view_find_cancel):
1868 * shell/ev-window.c: (ev_window_update_actions),
1869 (page_changed_cb), (ev_window_setup_document),
1870 (ev_window_update_find_status_message),
1871 (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
1872 (ev_window_clear_find_job), (find_bar_close_cb),
1873 (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
1874 (ev_window_dispose), (ev_window_init):
1876 Rework find interface. The find logic has been moved from backends
1877 to the shell avoiding a lot of duplicated code in the backends and
1878 making easier to implement the find interface in the backends.
1880 2008-08-25 Carlos Garcia Campos <carlosgc@gnome.org>
1882 * backend/pdf/ev-poppler.cc:
1883 (pdf_document_thumbnails_get_dimensions):
1885 Make sure thumbnail size returned by the PDF is actually
1886 valid. Fixes bug #548462.
1888 2008-08-24 Carlos Garcia Campos <carlosgc@gnome.org>
1890 * shell/ev-window.c: (ev_window_setup_document),
1891 (ev_window_set_document), (ev_window_dispose):
1893 Remove the idle function for setting the document up when the
1894 window is destroyed. Fixes bug #549163.
1896 2008-08-22 Carlos Garcia Campos <carlosgc@gnome.org>
1898 * shell/ev-jobs.[ch]: (ev_job_attachments_init),
1899 (ev_job_attachments_dispose), (ev_job_attachments_run),
1900 (ev_job_attachments_class_init), (ev_job_attachments_new):
1901 * shell/ev-sidebar-attachments.c:
1902 (ev_sidebar_attachments_set_document):
1904 Add a new job to get the attachments in a thread with the document
1905 lock held. Fixes bug #548653.
1907 2008-08-19 Carlos Garcia Campos <carlosgc@gnome.org>
1909 * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
1910 (tiff_document_document_iface_init):
1912 Implement document_get_page_label in tiff backend.
1914 2008-08-19 Carlos Garcia Campos <carlosgc@gnome.org>
1916 * backend/tiff/tiff-document.c: (tiff_document_render):
1918 Handle document orientation in tiff backend. Fixes bug #548444.
1920 2008-08-17 Carlos Garcia Campos <carlosgc@gnome.org>
1922 * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1924 Do not crash when adjustment page size is 0. Fixes bug #547440.
1926 2008-08-11 Carlos Garcia Campos <carlosgc@gnome.org>
1928 * cut-n-paste/evmountoperation/ev-mount-operation.c:
1930 Sync with current GTK+.
1932 2008-08-06 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1936 Update for release 2.23.6.
1938 2008-08-06 Carlos Garcia Campos <carlosgc@gnome.org>
1940 * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
1941 (ev_job_load_set_password):
1942 * shell/ev-password.[ch]: (ev_password_dialog_get_password):
1943 * shell/ev-window.c: (password_dialog_response),
1944 (ev_window_load_job_cb):
1946 Fix loading encrypted documents since I broke it with the jobs
1949 2008-08-05 Carlos Garcia Campos <carlosgc@gnome.org>
1953 Update NEWS for 2.23.6 release.
1955 2008-08-03 Wouter Bolsterlee <wbolster@svn.gnome.org>
1957 * backend/impress/impress-document.c:
1958 * backend/impress/render.h:
1959 * libdocument/ev-document-factory.c:
1960 * libdocument/ev-document-factory.h:
1961 * libdocument/ev-document-links.h:
1962 * libdocument/ev-document-misc.c:
1963 * libdocument/ev-document-misc.h:
1964 * properties/ev-properties-main.c:
1965 * properties/ev-properties-view.c:
1966 * properties/ev-properties-view.h:
1967 * shell/eggfindbar.c:
1968 * shell/eggfindbar.h:
1969 * shell/ev-application.c:
1970 * shell/ev-application.h:
1972 * shell/ev-message-area.h:
1973 * shell/ev-navigation-action.c:
1974 * shell/ev-navigation-action.h:
1975 * shell/ev-open-recent-action.c:
1976 * shell/ev-open-recent-action.h:
1977 * shell/ev-page-action-widget.c:
1978 * shell/ev-page-action.c:
1979 * shell/ev-page-action.h:
1980 * shell/ev-page-cache.h:
1981 * shell/ev-password-view.h:
1982 * shell/ev-password.h:
1983 * shell/ev-pixbuf-cache.h:
1984 * shell/ev-properties-fonts.c:
1985 * shell/ev-sidebar-attachments.c:
1986 * shell/ev-sidebar-links.c:
1987 * shell/ev-sidebar-links.h:
1988 * shell/ev-sidebar-thumbnails.c:
1989 * shell/ev-sidebar-thumbnails.h:
1990 * shell/ev-sidebar.c:
1991 * shell/ev-sidebar.h:
1992 * shell/ev-stock-icons.c:
1993 * shell/ev-tooltip.h:
1996 * shell/ev-window.c:
1997 * shell/ev-window.h:
2000 More #include cleanups. Again: reordering, single gtk.h
2001 includes and other stuff.
2003 2008-08-03 Wouter Bolsterlee <wbolster@svn.gnome.org>
2005 * shell/eggfindbar.c:
2006 * shell/ev-application.c:
2007 * shell/ev-message-area.c:
2008 * shell/ev-navigation-action.c:
2009 * shell/ev-open-recent-action.c:
2010 * shell/ev-page-action-widget.c:
2011 * shell/ev-page-action.c:
2012 * shell/ev-password-view.c:
2013 * shell/ev-properties-dialog.c:
2014 * shell/ev-properties-fonts.c:
2015 * shell/ev-sidebar-attachments.c:
2016 * shell/ev-sidebar-page.c:
2017 * shell/ev-sidebar-thumbnails.c:
2018 * shell/ev-stock-icons.c:
2019 * shell/ev-tooltip.c:
2021 * shell/ev-window.c:
2024 Cleanup many #include statements: reorder so that a
2025 generic-to-specific order is used, use single gtk.h
2026 includes, and some other cleanups.
2028 2008-08-03 Carlos Garcia Campos <carlosgc@gnome.org>
2034 2008-08-03 Carlos Garcia Campos <carlosgc@gnome.org>
2036 * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
2037 (ev_document_fc_mutex_trylock):
2038 * shell/Makefile.am:
2039 * shell/ev-job-queue.[ch]:
2040 * shell/ev-job-scheduler.[ch]:
2041 * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
2042 (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
2043 (ev_job_run), (ev_job_cancel), (ev_job_failed),
2044 (ev_job_failed_from_error), (ev_job_succeeded),
2045 (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
2046 (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
2047 (ev_job_links_class_init), (ev_job_render_init),
2048 (notify_page_ready), (ev_job_render_page_ready),
2049 (ev_job_render_run), (ev_job_render_class_init),
2050 (ev_job_thumbnail_init), (ev_job_thumbnail_run),
2051 (ev_job_thumbnail_class_init), (ev_job_fonts_init),
2052 (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
2053 (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
2054 (ev_job_save_dispose), (ev_job_save_run),
2055 (ev_job_save_class_init), (ev_job_print_init),
2056 (ev_job_print_dispose), (ev_job_print_run),
2057 (ev_job_print_class_init):
2058 * shell/ev-page-cache.c:
2059 * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2060 (check_job_size_and_unref), (move_one_job),
2061 (copy_job_to_job_info), (add_job),
2062 (ev_pixbuf_cache_add_jobs_if_needed):
2063 * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
2064 (job_fonts_finished_cb), (job_fonts_updated_cb),
2065 (ev_properties_fonts_set_document):
2066 * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
2067 (ev_sidebar_links_set_document):
2068 * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
2069 (ev_sidebar_thumbnails_set_document),
2070 (ev_sidebar_thumbnails_clear_job):
2071 * shell/ev-view-private.h:
2073 * shell/ev-window.c: (ev_window_clear_thumbnail_job),
2074 (ev_window_refresh_window_thumbnail), (password_dialog_response),
2075 (ev_window_clear_load_job), (ev_window_clear_reload_job),
2076 (ev_window_load_job_cb), (ev_window_reload_job_cb),
2077 (window_open_file_copy_ready_cb), (ev_window_open_uri),
2078 (ev_window_reload_document), (ev_window_clear_save_job),
2079 (ev_window_save_job_cb), (file_save_dialog_response_cb),
2080 (ev_window_clear_print_job), (ev_window_print_job_cb),
2081 (ev_window_print_dialog_response_cb):
2082 * shell/main.c: (main):
2084 Rework the jobs system in order to make it simpler and more
2085 extensible. It allows to run jobs in the main loop instead of
2086 using a thread when it's appropriate like the fonts job. Now it's
2087 also possible to cancel jobs that are currently running.
2089 2008-07-27 Carlos Garcia Campos <carlosgc@gnome.org>
2091 * libdocument/ev-debug.c: (profile_init):
2093 Create the hash table also when profiling service is enabled for
2096 2008-07-27 Carlos Garcia Campos <carlosgc@gnome.org>
2098 * libdocument/ev-debug.[ch]: (ev_profiler_start),
2100 * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
2101 (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
2102 (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
2104 * shell/main.c: (main):
2106 Add a profile mode available when debug is enabled. Add profilers
2109 2008-07-23 Götz Waschk <waschk@mandriva.org>
2111 * configure.ac: Correctly build desktop file. Fixes
2114 2008-07-22 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2118 Update for release 2.23.5.
2120 2008-07-21 Carlos Garcia Campos <carlosgc@gnome.org>
2124 Update NEWS for 2.23.5 release.
2126 2008-07-20 Carlos Garcia Campos <carlosgc@gnome.org>
2128 * shell/ev-window.c: (ev_window_state_event),
2129 (ev_window_class_init):
2131 Intercept window manager's fullscreen request in order to run/stop
2132 fullscreen mode. Fixes bug #493541.
2134 2008-07-20 Carlos Garcia Campos <carlosgc@gnome.org>
2136 * shell/ev-window.c: (find_bar_visibility_changed_cb):
2138 Restart the job search when the find bar is opened for the second
2139 time. Fixes bug #531956.
2141 2008-07-20 Carlos Garcia Campos <carlosgc@gnome.org>
2143 * libdocument/ev-document-factory.c: (get_mime_type_from_data),
2144 (get_document_from_uri):
2146 Make sure we always return a valid error struct when
2147 get_document_from_uri fails. Fixes nautilus crash, see bug
2150 2008-07-15 Darren Kenny <darren.kenny@sun.com>
2152 * libdocument/ev-transition-effect.c
2153 (ev_transition_effect_type_get_type),
2154 (ev_transition_effect_alignment_get_type),
2155 (ev_transition_effect_direction_get_type):
2157 Fixes bug #542924. Makes enums static to fix Solaris build.
2159 2008-07-13 Carlos Garcia Campos <carlosgc@gnome.org>
2161 * shell/ev-view.c: (ev_view_key_press_event):
2163 Add '.' keybinding for blanking the screen in presentation
2164 mode. Fixes bug #542001.
2166 2008-07-13 Carlos Garcia Campos <carlosgc@gnome.org>
2168 * libdocument/ev-document-misc.c:
2169 (ev_document_misc_pixbuf_from_surface):
2171 Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
2174 2008-07-11 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2176 * backend/comics/comics-document.c (comics_document_load):
2177 * backend/comics/comicsdocument.evince-backend.in:
2179 * thumbnailer/evince-thumbnailer-comics.schemas.in:
2181 Added support for 7-zip based cb7 comic book. Patch by
2182 Kartik Rustagi. Fixes bug #532312.
2184 2008-06-24 Bastien Nocera <hadess@hadess.net>
2186 * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
2187 to rotate right. Ctrl+R (as EOG uses) is already used for reload.
2190 2008-06-24 Bastien Nocera <hadess@hadess.net>
2192 * shell/Makefile.am:
2193 * shell/ev-application.c (ev_application_init),
2194 (ev_application_get_media_keys):
2195 * shell/ev-application.h:
2196 * shell/ev-marshal.list:
2197 * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
2198 (proxy_destroy), (on_media_player_key_pressed),
2199 (ev_media_player_keys_init), (ev_media_player_keys_focused),
2200 (ev_media_player_keys_finalize), (ev_media_player_keys_new):
2201 * shell/ev-media-player-keys.h:
2202 * shell/ev-window.c (ev_window_go_previous_page),
2203 (ev_window_go_next_page), (ev_window_go_first_page),
2204 (ev_window_go_last_page), (ev_window_start_presentation),
2205 (ev_window_dispose), (view_actions_focus_in_cb):
2206 * shell/ev-window.h: When building with D-Bus support, listen
2207 for multimedia key events from gnome-settings-daemon. This allows
2208 to go to the next/previous/first/last pages using, respectively,
2209 Next/Previous/Rewing/Fast Forward. The Play button is used to start
2210 a presentation. Fixes bug #539971.
2212 2008-06-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2216 Update for release 2.23.4.
2218 2008-06-17 Carlos Garcia Campos <carlosgc@gnome.org>
2222 Update news for 2.23.4 release.
2224 2008-06-16 Carlos Garcia Campos <carlosgc@gnome.org>
2226 * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
2227 * shell/ev-sidebar-thumbnails.c:
2228 (ev_sidebar_thumbnails_set_loading_icon),
2229 (ev_sidebar_thumbnails_refresh):
2230 * shell/ev-window.c: (ev_window_error_message),
2231 (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
2232 (ev_window_set_document):
2234 Do not crash opening documents with no pages and show a warning
2235 message in the message area. Fixes bugs #537574 and #171588.
2237 2008-06-15 Carlos Garcia Campos <carlosgc@gnome.org>
2239 * shell/Makefile.am:
2240 * shell/ev-file-monitor.[ch]:
2241 * shell/ev-window.c: (ev_window_document_changed),
2242 (ev_window_clear_reload_job), (ev_window_load_job_cb),
2243 (ev_window_reload_job_cb), (ev_window_open_uri),
2244 (ev_window_reload_document), (ev_window_cmd_view_reload),
2245 (ev_window_dispose):
2247 Automaticly reload the document when the file has changed on
2250 2008-06-10 Cosimo Cecchi <cosimoc@gnome.org>
2252 * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2253 * libdocument/ev-image.c: (ev_image_save_tmp):
2254 * libdocument/ev-module.c: (ev_module_load):
2255 * shell/ev-application.c: (ev_application_shutdown),
2256 (ev_application_get_print_settings):
2257 * shell/ev-sidebar-attachments.c:
2258 (ev_sidebar_attachments_button_press),
2259 (ev_sidebar_attachments_drag_data_get):
2260 * shell/ev-window.c: (window_save_file_copy_ready_cb),
2261 (ev_window_print_finished), (ev_window_print_send),
2262 (ev_window_print_job_cb), (ev_window_cmd_help_contents),
2263 (ev_window_preview_print_finished), (ev_window_do_preview_print),
2264 (ev_window_cmd_preview_print):
2265 * shell/main.c: (load_files_remote):
2266 Fix some build warnings under GCC 4.3.0. (#537535).
2268 2008-05-29 Carlos Garcia Campos <carlosgc@gnome.org>
2270 * shell/ev-jobs.c: (ev_job_render_dispose):
2272 Fix a crash in debug mode. Patch by Daniel M German.
2274 2008-05-25 Carlos Garcia Campos <carlosgc@gnome.org>
2276 * shell/ev-window.c:
2278 Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
2280 2008-05-25 Carlos Garcia Campos <carlosgc@gnome.org>
2282 * shell/ev-window.c: (ev_window_print_send),
2283 (ev_window_do_preview_print):
2285 Use the window title as print job name instead of just
2286 "evince-print". Fixes bug #534493.
2288 2008-05-19 Frederic Peters <fpeters@0d.be>
2290 * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
2293 2008-05-19 Frederic Peters <fpeters@0d.be>
2295 * help/reference/Makefile.am: added missing libevmountoperation to
2296 gtkdoc-scanobj libraries. Bug #533896.
2298 2008-05-19 Matthias Drochner <M.Drochner@fz-juelich.de>
2300 * properties/ev-properties-view.c (get_default_user_units):
2301 Fixes check for default units string translation. Bug #533323.
2303 2008-05-01 Hans Petter Jansson <hpj@novell.com>
2305 * backend/impress/iksemel.c (sax_core): Fix a free() that should
2306 be an iks_free(). Fix an array overflow in the XML parser that
2307 would occur whenever the number of attributes in a tag was greater
2308 than 0 and divisible by 6. Fixes GNOME bug #530852.
2310 2008-04-29 Carlos Garcia Campos <carlosgc@gnome.org>
2312 * backend/djvu/djvu-document-private.h:
2313 * backend/djvu/djvu-links.c:
2314 * backend/djvu/djvu-text.c:
2315 * backend/djvu/djvu-document.c: (djvu_handle_events),
2316 (djvu_wait_for_message), (djvu_document_load),
2317 (document_get_page_size), (djvu_document_render),
2318 (djvu_document_thumbnails_get_thumbnail),
2319 (djvu_document_file_exporter_end):
2321 Make sure load job doesn't finish successfully when the document
2322 is not successfully decoded by libdjvu. Fixes bug #530202.
2324 2008-04-27 Carlos Garcia Campos <carlosgc@gnome.org>
2327 * libdocument/Makefile.am:
2328 * libdocument/ev-debug.[ch]:
2329 * libdocument/ev-document.c:
2330 * shell/ev-jobs.c: (ev_job_links_dispose),
2331 (ev_job_render_dispose), (ev_job_thumbnail_dispose),
2332 (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
2333 (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
2334 (ev_job_render_page_ready), (ev_job_render_run),
2335 (ev_job_thumbnail_new), (ev_job_thumbnail_run),
2336 (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
2337 (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
2338 (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
2339 (ev_job_print_new), (ev_job_print_run):
2340 * shell/main.c: (main):
2342 Add debug mode based on gedit code. Add debug messages in
2345 2008-04-24 Carlos Garcia Campos <carlosgc@gnome.org>
2347 * libdocument/ev-document-factory.c: (get_document_from_uri):
2351 2008-04-24 Jean Baptiste Lallement <jeanbaptiste.lallement@gmail.com>
2353 * libdocument/ev-document-factory.c (get_mime_type_from_uri),
2354 (get_mime_type_from_data), (get_document_from_uri),
2355 (ev_document_factory_get_document):
2357 Improved error message about file opening failture.
2360 2008-04-24 Abhishek Mukherjee <linkinpark342@gmail.com>
2362 * data/evince-toolbar.xml:
2364 Allow to add SaveAs to toolbar.
2366 2008-04-20 Carlos Garcia Campos <carlosgc@gnome.org>
2368 * shell/ev-view-private.h:
2369 * shell/ev-view.[ch]: (ev_view_button_release_event),
2370 (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
2371 (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
2372 (ev_view_update_primary_selection), (clear_link_selected),
2373 (ev_view_copy_link_address):
2374 * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
2376 Update also the primary selection when copying a link
2377 address. Fixes bug #520855.
2379 2008-04-19 Carlos Garcia Campos <carlosgc@gnome.org>
2381 * libdocument/ev-document-factory.c: (get_document_from_uri):
2383 Use the pixbuf backend only when the mime type is not supported by
2384 any of the other backend so that tiff documents, for instance, are
2385 handled by the tiff backend instead of the pixbuf backend. fixes
2388 2008-04-17 Carlos Garcia Campos <carlosgc@gnome.org>
2390 * cut-n-paste/Makefile.am:
2392 Add evmountoperation to subdirs list.
2394 2008-04-17 Carlos Garcia Campos <carlosgc@gnome.org>
2398 Fix libspectre check in configure script. Fixes bug #528549.
2400 2008-04-16 Carlos Garcia Campos <carlosgc@gnome.org>
2403 * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
2404 * shell/Makefile.am:
2405 * shell/ev-window.c: (ev_window_load_remote_failed),
2406 (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
2408 Add GtkMountOperation (renamed to avoid conflicts) to be able to
2409 open documents in remote locations that are not mounted.
2411 2008-04-14 Carlos Garcia Campos <carlosgc@gnome.org>
2413 * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
2414 (bitmap_convert_msb8):
2415 * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
2416 * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
2418 Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
2420 2008-04-14 Carlos Garcia Campos <carlosgc@gnome.org>
2422 * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2423 (ev_job_render_new), (ev_job_render_set_selection_info),
2424 (ev_job_render_run):
2425 * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2426 (check_job_size_and_unref),
2427 (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2428 (add_job), (ev_pixbuf_cache_get_selection_surface):
2430 Create the render context needed for rendering a page in the render
2431 thread so that we don't block the main thread. Simplify
2434 2008-04-14 Carlos Garcia Campos <carlosgc@gnome.org>
2436 * libdocument/Makefile.am:
2437 * libdocument/ev-page.[ch]:
2438 * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
2439 (ev_render_context_new), (ev_render_context_set_page):
2440 * libdocument/ev-form-field.[ch]: (ev_form_field_init),
2441 (ev_form_field_finalize), (ev_form_field_class_init):
2442 * libdocument/ev-document-forms.[ch]:
2443 (ev_document_forms_get_form_fields):
2444 * libdocument/ev-document.[ch]: (ev_document_get_page),
2445 (ev_document_get_page_size), (ev_document_get_page_label):
2446 * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
2447 (ev_job_render_run), (ev_job_thumbnail_new),
2448 (ev_job_thumbnail_run), (ev_job_print_run):
2449 * shell/ev-page-cache.c: (ev_page_cache_new):
2450 * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2451 (check_job_size_and_unref), (add_job):
2452 * shell/ev-sidebar-thumbnails.c: (add_range):
2453 * shell/ev-view.c: (ev_view_form_field_get_region),
2454 (ev_view_form_field_button_create_widget),
2455 (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2456 (ev_view_handle_form_field), (ev_view_size_allocate),
2457 (get_selected_text):
2458 * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
2459 * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
2460 (pdf_document_get_page), (pdf_document_get_page_label),
2461 (pdf_document_render), (pdf_document_get_info),
2462 (pdf_document_document_iface_init),
2463 (pdf_document_thumbnails_get_thumbnail),
2464 (pdf_document_thumbnails_get_dimensions),
2465 (pdf_document_file_exporter_do_page),
2466 (pdf_selection_render_selection),
2467 (pdf_selection_get_selected_text),
2468 (pdf_selection_get_selection_region),
2469 (pdf_selection_get_selection_map),
2470 (pdf_document_forms_get_form_fields),
2471 (pdf_document_forms_form_field_text_get_text),
2472 (pdf_document_forms_form_field_text_set_text),
2473 (pdf_document_forms_form_field_button_set_state),
2474 (pdf_document_forms_form_field_button_get_state),
2475 (pdf_document_forms_form_field_choice_get_item),
2476 (pdf_document_forms_form_field_choice_get_n_items),
2477 (pdf_document_forms_form_field_choice_is_item_selected),
2478 (pdf_document_forms_form_field_choice_select_item),
2479 (pdf_document_forms_form_field_choice_toggle_item),
2480 (pdf_document_forms_form_field_choice_unselect_all),
2481 (pdf_document_forms_form_field_choice_set_text),
2482 (pdf_document_forms_form_field_choice_get_text):
2483 * backend/ps/ev-spectre.c: (ps_document_get_page),
2484 (ps_document_get_page_size), (ps_document_get_page_label),
2485 (ps_document_render), (ps_document_document_iface_init),
2486 (ps_document_file_exporter_do_page):
2487 * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
2488 (tiff_document_render), (tiff_document_render_pixbuf),
2489 (tiff_document_file_exporter_do_page):
2490 * backend/pixbuf/pixbuf-document.c:
2491 (pixbuf_document_get_page_size):
2492 * backend/comics/comics-document.c:
2493 (comics_document_get_page_size), (comics_document_render_pixbuf):
2494 * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
2495 (djvu_document_render), (djvu_selection_get_selected_text),
2496 (djvu_document_thumbnails_get_thumbnail),
2497 (djvu_document_file_exporter_do_page),
2498 (djvu_document_find_get_result):
2499 * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
2500 (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
2501 (dvi_document_thumbnails_get_thumbnail),
2502 (dvi_document_file_exporter_do_page):
2503 * backend/impress/impress-document.c:
2504 (impress_document_get_page_size),
2505 (impress_document_render_pixbuf):
2506 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2508 Add EvPage so that we can hold a reference to the backend
2509 page. Form fields keep now a reference to the poppler page
2510 improving performance since we don't have to create/destroy the
2511 poppler field for every form operation. This will be needed for
2514 2008-04-12 Carlos Garcia Campos <carlosgc@gnome.org>
2516 * data/evince-ui.xml:
2517 * shell/ev-window.c:
2519 Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
2521 2008-04-12 Carlos Garcia Campos <carlosgc@gnome.org>
2524 * backend/ps/Makefile.am:
2526 Remove gs stuff from ps backend.
2528 2008-04-12 Carlos Garcia Campos <carlosgc@gnome.org>
2531 * backend/pdf/ev-poppler.cc:
2533 Bump poppler requirement to 0.8.0.
2535 2008-04-08 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2540 Update for release 2.22.1.1
2542 2008-04-08 Carlos Garcia Campos <carlosgc@gnome.org>
2546 Fix build (again) when poppler version is 0.6
2548 2008-04-08 Carlos Garcia Campos <carlosgc@gnome.org>
2550 * backend/djvu/djvu-links.c: (build_tree):
2552 Make sure link title is a valid utf8 string. Fixes bug #526517.
2554 2008-04-07 Carlos Garcia Campos <carlosgc@gnome.org>
2558 Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
2561 2008-04-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2565 Update for release 2.22.1.
2567 2008-04-06 Carlos Garcia Campos <carlosgc@gnome.org>
2571 Update for upcoming release.
2573 2008-04-06 Carlos Garcia Campos <carlosgc@gnome.org>
2576 * backend/dvi/dvidocument.evince-backend.in:
2578 Add compressed dvi to the list of supported mime types. Patch by
2579 Ed Catmur. Fixes bug #307087.
2581 2008-04-06 Carlos Garcia Campos <carlosgc@gnome.org>
2583 * shell/ev-jobs.c: (ev_job_print_get_page_list):
2585 Fix a crash when printing a range that doesn't specify the start or
2586 end page. Fixes bug #524288.
2588 2008-04-02 Carlos Garcia Campos <carlosgc@gnome.org>
2590 * shell/ev-window.c: (ev_window_cmd_continuous),
2591 (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
2592 (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
2593 (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
2594 (ev_window_run_presentation), (ev_window_stop_presentation),
2595 (ev_window_cmd_view_presentation),
2596 (ev_window_cmd_leave_fullscreen),
2597 (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
2599 Do not unfullscreen and fullscreen again the window when changing
2600 from fullscreen to presentation mode and vice versa. Fixes bug
2603 2008-04-01 Carlos Garcia Campos <carlosgc@gnome.org>
2605 * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
2607 Do not crash when thumbnail failed to render in PS backend. Fixes
2610 2008-03-31 Carlos Garcia Campos <carlosgc@gnome.org>
2612 * shell/ev-window.c: (window_open_file_copy_ready_cb),
2613 (ev_window_load_file_remote), (ev_window_open_uri):
2615 Handle errors when opening remote files.
2617 2008-03-31 Carlos Garcia Campos <carlosgc@gnome.org>
2619 * shell/ev-page-action.c: (ev_page_action_grab_focus):
2621 Only grab the focus for the current visible proxy widget. Fixes
2624 2008-03-30 Emil Soleyman <emil@nishra.com>
2626 * shell/ev-window.c: (launch_external_uri):
2628 Reuse g_app_info_launch_default_for_uri to
2629 save some code and fix bug #525009.
2631 2008-03-24 Wouter Bolsterlee <wbolster@svn.gnome.org>
2633 * shell/ev-window.c (image_save_dialog_response_cb):
2635 Use g_str_has_suffix. See bug #523069.
2637 2008-03-22 Carlos Garcia Campos <carlosgc@gnome.org>
2641 Add a configure option to enable/diable DBus. Patch by Rémi
2642 Cardona. Fixes bug 521797.
2644 2008-03-22 Carlos Garcia Campos <carlosgc@gnome.org>
2646 * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2648 Fix printing in documents with rotated pages. Patch by Eugen
2649 Dedu. Fixes bug #512648.
2651 2008-03-19 Carlos Garcia Campos <carlosgc@gnome.org>
2653 * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
2654 (ev_link_from_action):
2656 Fix warning messages.
2658 2008-03-19 Carlos Garcia Campos <carlosgc@gnome.org>
2660 * shell/ev-window.c: (image_save_dialog_response_cb):
2662 Do not append the extension to filename when saving an image
2663 if the filename alredy contains the extension. Fixes bug #523069.
2665 2008-03-18 Carlos Garcia Campos <carlosgc@gnome.org>
2667 * shell/ev-view.[ch]: (ev_view_find_cancel):
2668 * shell/ev-window.c: (find_bar_close_cb):
2670 Cancel the find operation when the find bar is closed. Fixes bug
2673 2008-03-18 Carlos Garcia Campos <carlosgc@gnome.org>
2675 * backend/ps/psdocument.evince-backend.in:
2677 Make ps backend module resident. Fixes bug #520607.
2679 2008-03-18 Carlos Garcia Campos <carlosgc@gnome.org>
2681 * shell/ev-jobs.c: (ev_job_print_run):
2683 Invert collate action in order to work as expected, fix reverse
2684 printing so that it doesn't start with a blank page and fix number
2685 of copies. Patch by Eugen Dedu. Fixes bug #365332.
2687 2008-03-14 Carlos Garcia Campos <carlosgc@gnome.org>
2689 * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2691 Fix build with poppler <= 0.7.2
2693 2008-03-14 Carlos Garcia Campos <carlosgc@gnome.org>
2695 * libdocument/ev-document-misc.c:
2696 (ev_document_misc_surface_from_pixbuf):
2698 Fix selections with poppler-splash.
2700 2008-03-14 Carlos Garcia Campos <carlosgc@gnome.org>
2703 * backend/pdf/ev-poppler.cc:
2705 Fix build with poppler >= 0.7.2
2707 2008-03-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2711 Update for release 2.22.0
2713 2008-03-09 Carlos Garcia Campos <carlosgc@gnome.org>
2717 Update for upcoming release.
2719 2008-03-09 Wouter Bolsterlee <wbolster@svn.gnome.org>
2721 * shell/ev-window.c (ev_window_print_dialog_response_cb):
2723 Bug 495107 – Handle print dialog responses correctly
2725 Correctly handle print dialog response. Properly fixes
2726 the above mentioned bug.
2728 2008-03-08 Carlos Garcia Campos <carlosgc@gnome.org>
2730 * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2732 Make sure print job is only run when the print button is
2733 clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
2735 2008-03-03 Carlos Garcia Campos <carlosgc@gnome.org>
2737 * backend/pdf/pdfdocument.evince-backend.in:
2738 * libdocument/ev-backends-manager.c:
2739 (ev_backends_manager_load_backend),
2740 (ev_backends_manager_get_document):
2741 * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
2743 Allow making backend modules resident. This is needed only for
2744 some backends like pdf to avoid registering glib types more than
2747 2008-03-03 Carlos Garcia Campos <carlosgc@gnome.org>
2749 * backend/comics/comics-document.c:
2750 * backend/djvu/djvu-document.c:
2751 * backend/impress/impress-document.c:
2752 * backend/pdf/ev-poppler.cc:
2753 * backend/pixbuf/pixbuf-document.c:
2754 * backend/ps/ev-spectre.c:
2755 * backend/ps/ps-document.c:
2756 * backend/tiff/tiff-document.c:
2757 * libdocument/ev-document.h:
2758 * properties/ev-properties-main.c:
2760 Use g_type_module_add_interface instead of
2761 g_type_add_interface_static. Fixes bug #519679.
2763 2008-02-29 Carlos Garnacho <carlosg@gnome.org>
2765 * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
2766 Added. Returns whether the animation has everything necessary to run.
2767 * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
2768 is ready just because it's been created. Fixes #519106.
2769 (draw_one_page): Do not show the "Loading..." text in presentation
2770 mode, there was a slim probability that this could happen.
2772 2008-02-27 Carlos Garcia Campos <carlosgc@gnome.org>
2774 * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
2776 Duplicate mime_type string before freeing it so that it doesn't
2777 always fail when getting mime type from uri. Fixes bug #518874.
2779 2008-02-27 Carlos Garcia Campos <carlosgc@gnome.org>
2781 * shell/ev-view.c: (ev_view_form_field_choice_changed):
2783 Fix a crash when a choice form field doesn't have any item
2784 selected. Fixes bug #518831
2786 2008-02-25 Alexander Larsson <alexl@redhat.com>
2788 * shell/ev-window.c (ev_window_clear_temp_file):
2789 Use g_file_has_prefix instead of renamed
2790 g_file_contains_file.
2793 Require new glib for above change.
2795 2008-02-16 Carlos Garcia Campos <carlosgc@gnome.org>
2797 * libdocument/ev-image.c: (ev_image_finalize),
2798 (ev_image_save_tmp):
2800 Return a real uri instead of a filename when saving an
2801 image. Fixes images drag an drop from evince to nautilus.
2803 2008-02-16 Carlos Garcia Campos <carlosgc@gnome.org>
2805 * backend/pdf/ev-poppler.cc:
2806 (pdf_document_images_get_image_mapping):
2808 Return the image list in the right order. Fixes bug #516237.
2810 2008-02-12 Wouter Bolsterlee <wbolster@svn.gnome.org>
2812 * backend/impress/impress-document.c:
2813 (impress_document_thumbnails_get_thumbnail):
2815 Remove unused variable to avoid a compiler warning.
2817 2008-02-12 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2821 Update for release 2.21.91.
2823 2008-02-08 Carlos Garcia Campos <carlosgc@gnome.org>
2826 * shell/Makefile.am:
2827 * shell/ev-application.[ch]:
2828 * shell/ev-sidebar-links.c:
2829 * shell/ev-utils.[ch]:
2830 * shell/ev-window.[ch]:
2832 Remove libgnomeprint support. Fixes bug #512370.
2834 2008-02-08 Matthias Clasen <mclasen@redhat.com>
2836 * thumbnailer/evince-thumbnailer.c: (main):
2838 Initialize glib type system before using it. Fixes bug #513934.
2840 2008-02-03 Carlos Garcia Campos <carlosgc@gnome.org>
2842 * properties/ev-properties-main.c:
2844 Add missing #include.
2846 2008-01-31 Carlos Garcia Campos <carlosgc@gnome.org>
2849 * backend/djvu/djvu-document.c: (djvu_document_render):
2850 * backend/tiff/tiff-document.c: (tiff_document_render):
2852 Use the new cairo function cairo_format_stride_for_width when
2853 available. Fixes bug #482720.
2855 2008-01-31 Carlos Garcia Campos <carlosgc@gnome.org>
2857 * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
2858 (get_mime_type_from_data), (get_document_from_uri):
2860 Use g_content_type_guess() only when slow is true in
2861 get_document_from_uri(). Fix several memory leaks.
2863 2008-01-30 Cosimo Cecchi <cosimoc@svn.gnome.org>
2865 * libdocument/ev-document-factory.c:
2866 (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
2867 (get_document_from_uri):
2869 Use g_content_type_guess () to get mimetype for files.
2872 2008-01-30 Carlos Garcia Campos <carlosgc@gnome.org>
2874 * thumbnailer/Makefile.am:
2876 Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
2878 2008-01-29 Carlos Garcia Campos <carlosgc@gnome.org>
2882 Fix build with --without-libgnome. Fixes bug #512771.
2884 2008-01-29 Matthias Clasen <mclasen@redhat.com>
2886 * backend/dvi/Makefile.am: Install only dvi
2887 module. Fixes bug #512718.
2889 2008-01-29 Matthias Clasen <mclasen@redhat.com>
2891 * properties/ev-properties-main.c: (nautilus_module_initialize):
2893 Initialize backends in properties tab. Fixes bug
2896 2008-01-29 Matthias Clasen <mclasen@redhat.com>
2898 * properties/Makefile.am: No need to link with
2899 libraries. Fixes bug #512719.
2901 2008-01-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2906 Update for release 2.21.90.
2908 2008-01-27 Carlos Garcia Campos <carlosgc@gnome.org>
2910 * shell/ev-window.c: (ev_window_cmd_escape):
2912 Fix compile warning.
2914 2008-01-27 Carlos Garcia Campos <carlosgc@gnome.org>
2916 * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
2918 Fix printing in dvi backend when filename contains white
2919 espaces. Fixes bug #502839.
2921 2008-01-26 Carlos Garcia Campos <carlosgc@gnome.org>
2923 * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2924 (screensaver_disable_x11):
2925 * shell/Makefile.am:
2926 * shell/xdg-user-dir-lookup.c: Removed
2927 * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2928 * shell/ev-view.c: (ev_view_presentation_transition_start):
2929 * shell/ev-window.c: (ev_window_cmd_file_open),
2930 (ev_window_cmd_save_as), (presentation_set_timeout):
2932 Remove #ifdefs that are no longer needed.
2934 2008-01-26 Carlos Garcia Campos <carlosgc@gnome.org>
2936 * shell/ev-view.[ch]: (ev_view_button_release_event),
2937 (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
2938 * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
2939 (ev_window_cmd_escape):
2941 Stop autoscroll when Escape key is pressed. Fixes bug #511635.
2943 2008-01-25 Carlos Garcia Campos <carlosgc@gnome.org>
2946 * backend/comics/comics-document.c: (comics_document_load):
2947 * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
2948 (ev_attachment_set_property), (ev_attachment_init),
2949 (ev_attachment_save), (ev_attachment_launch_app),
2950 (ev_attachment_open):
2951 * libdocument/ev-document-factory.c: (get_document_from_uri):
2952 * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
2953 (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
2955 * shell/ev-password.c: (ev_password_dialog_set_property),
2956 (ev_password_dialog_save_password):
2957 * shell/ev-sidebar-attachments.c:
2958 (ev_sidebar_attachments_drag_data_get):
2959 * shell/ev-window-title.c: (get_filename_from_uri):
2960 * shell/ev-window.c: (ev_window_clear_temp_file),
2961 (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
2962 (ev_window_open_uri), (window_save_file_copy_ready_cb),
2963 (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
2964 (launch_external_uri), (image_save_dialog_response_cb),
2965 (attachment_save_dialog_response_cb):
2966 * shell/main.c: (load_files), (load_files_remote), (main):
2967 * thumbnailer/evince-thumbnailer.c: (main):
2969 Port to gio and drop gnome-vfs dependency. Fixes bug
2970 #510401. Based on patch by Cosimo Cecchi.
2972 2008-01-24 Wouter Bolsterlee <wbolster@svn.gnome.org>
2976 Fixed formatting inconsistencies (spaces vs. tabs)
2978 2008-01-24 Wouter Bolsterlee <wbolster@svn.gnome.org>
2980 * shell/ev-window.c:
2982 Use top/up/bottom/down arrows instead of
2983 first/left/last/right in the toolbar and menu actions.
2984 This fixes issues with RTL languages and is visually
2985 consistent with the page view. Fixes bug #170081.
2987 2008-01-24 Wouter Bolsterlee <wbolster@svn.gnome.org>
2991 Fixed some inaccuracies pointed out by Carlos Garcia
2994 2008-01-24 Wouter Bolsterlee <wbolster@svn.gnome.org>
2997 * data/evince.schemas.in:
2998 * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3000 Override PDF restrictions by default. Fixes bug #382700.
3002 2008-01-24 Wouter Bolsterlee <wbolster@svn.gnome.org>
3004 * NEWS: Updated for upcoming release
3006 2008-01-23 Carlos Garcia Campos <carlosgc@gnome.org>
3008 * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
3012 2008-01-23 Gil Forcada <gilforcada@guifi.net>
3014 * shell/ev-window.c: (register_custom_actions):
3016 Added comment for translators
3018 2008-01-22 Carlos Garcia Campos <carlosgc@gnome.org>
3020 * shell/ev-view.c: (ev_view_button_release_event):
3022 Do not create the idle function for kinetic scrolling if we are
3023 not in a drag operation.
3025 2008-01-22 Carlos Garcia Campos <carlosgc@gnome.org>
3027 * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3028 (ev_view_button_press_event), (ev_view_motion_notify_event),
3029 (ev_view_button_release_event):
3031 Restore cursor after autoscrolling. Fixes bug #509958.
3033 2008-01-19 Carlos Garcia Campos <carlosgc@gnome.org>
3036 * backend/pdf/ev-poppler.cc:
3037 (pdf_document_images_get_image_mapping),
3038 (pdf_document_images_get_image),
3039 (pdf_document_document_images_iface_init):
3040 * libdocument/ev-document-images.[ch]:
3041 (ev_document_images_get_image_mapping),
3042 (ev_document_images_get_image):
3043 * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
3044 (ev_image_get_id), (ev_image_save_tmp):
3045 * shell/ev-jobs.c: (ev_job_render_run):
3046 * shell/ev-view.c: (ev_view_drag_data_get):
3047 * shell/ev-window.c: (image_save_dialog_response_cb),
3048 (ev_view_popup_cmd_copy_image):
3050 Do not render images when rendering the page but on demand. It
3051 reduces the memory comsumption.
3053 2008-01-18 Marcelo Lira <setanta@gmail.com>
3056 * shell/ev-password.c:
3058 Make gnome-keyring optional. Fixes bug #509676.
3060 2008-01-16 Carlos Garcia Campos <carlosgc@gnome.org>
3062 * shell/ev-pixbuf-cache.c: (add_job):
3064 Initialize include_images variable as FALSE instead of TRUE.
3066 2008-01-15 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3069 * cut-n-paste/Makefile.am:
3070 * cut-n-paste/fileformatchooser/Makefile.am:
3071 * cut-n-paste/fileformatchooser/egg-macros.h:
3072 * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
3073 * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
3074 * shell/Makefile.am:
3076 (file_chooser_dialog_add_writable_pixbuf_formats),
3077 (get_gdk_pixbuf_format_by_extension):
3079 * shell/ev-window.c: (ev_window_error_message),
3080 (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
3082 Simplify image format selection on save.
3084 2008-01-15 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3086 * shell/ev-view.c: (ev_view_scroll_event):
3088 Repair gorizontal scrolling with shift. Fixes
3091 2008-01-13 Carlos Garcia Campos <carlosgc@gnome.org>
3095 Fix formatting issues.
3097 2008-01-13 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3099 * backend/comics/comics-document.c: (comics_regex_quote):
3101 Don't overquote special chars except of '. See bug
3102 502500. Thanks to Tom Parker.
3104 2008-01-13 Wouter Bolsterlee <wbolster@svn.gnome.org>
3108 Added Nickolay and Carlos, since they're doing most of
3109 the releases nowadays.
3111 2008-01-13 Wouter Bolsterlee <wbolster@svn.gnome.org>
3113 * properties/Makefile.am:
3115 Get the nautilus extension dir properly instead of using
3116 a hack. Fixes bug #505359.
3118 2008-01-13 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3120 * properties/Makefile.am:
3122 Install nautilus extension into new place. See bug
3123 #505359. Thanks to Matthias Clasen, Brian Pepple and
3126 2008-01-13 Djihed Afifi <djihed@gmail.com>
3128 * shell/ev-window.c: (ev_window_get_recent_file_label):
3130 RTL marker in recent file list. See bug #509076.
3132 2008-01-13 Carlos Garcia Campos <carlosgc@gnome.org>
3134 * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
3135 * shell/ev-window.c: (image_save_dialog_response_cb):
3137 Fix compile warnings due to unused variables.
3139 2008-01-13 Carlos Garcia Campos <carlosgc@gnome.org>
3142 * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
3143 * backend/ps/ev-spectre.c: (ps_document_render):
3145 Bump requirements to libspectre 0.2.0. Fixes bug #507705.
3147 2008-01-04 Carlos Garnacho <carlosg@gnome.org>
3149 * shell/ev-transition-animation.c (ev_transition_animation_fade)
3150 (ev_transition_animation_paint): Implement "fade" effect.
3152 2008-01-04 Carlos Garnacho <carlosg@gnome.org>
3154 * shell/ev-transition-animation.c (ev_transition_animation_uncover)
3155 (ev_transition_animation_paint): Implement "uncover" effect.
3157 2008-01-04 Carlos Garnacho <carlosg@gnome.org>
3159 * shell/ev-transition-animation.c (ev_transition_animation_cover)
3160 (ev_transition_animation_paint): Implement "cover" effect.
3162 2008-01-04 Carlos Garnacho <carlosg@gnome.org>
3164 * shell/ev-transition-animation.c (ev_transition_animation_push)
3165 (ev_transition_animation_paint): Implement "push" effect.
3167 2008-01-04 Carlos Garnacho <carlosg@gnome.org>
3169 * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
3170 (ev_transition_animation_paint): Implement "dissolve" effect.
3172 2008-01-04 Carlos Garnacho <carlosg@gnome.org>
3174 * shell/ev-transition-animation.c (ev_transition_animation_wipe)
3175 (ev_transition_animation_paint): Implement "wipe" effect.
3177 2008-01-04 Carlos Garnacho <carlosg@gnome.org>
3179 * shell/ev-transition-animation.c (ev_transition_animation_box)
3180 (ev_transition_animation_paint): Implement "box" effect.
3182 2008-01-04 Carlos Garnacho <carlosg@gnome.org>
3184 * shell/ev-transition-animation.c (ev_transition_animation_blinds)
3185 (ev_transition_animation_paint): Implement "blinds" effect.
3187 2008-01-04 Carlos Garnacho <carlosg@gnome.org>
3189 * shell/ev-transition-animation.c (ev_transition_animation_split)
3190 (ev_transition_animation_paint): Implement "split" effect.
3192 2008-01-04 Carlos Garnacho <carlosg@gnome.org>
3194 * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
3195 * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
3196 (ev_view_transition_animation_start)
3197 (ev_view_transition_animation_finish) (ev_transition_animation_frame)
3198 (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
3199 (ev_view_next_page) (ev_view_previous_page):
3201 Use EvTransitionAnimation to drive page changes in the presentation
3202 mode, the animation will wait to start until both the origin and
3203 destination page surfaces are available. Fixes #458460.
3205 (draw_loading_text):
3207 Remove workaround for bug #320352, it's now fixed properly.
3210 2008-01-04 Carlos Garnacho <carlosg@gnome.org>
3212 * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
3213 will contain the implementations for page transition animations, at
3214 the moment it just has the "replace" effect.
3215 * shell/Makefile.am: Added these files to build.
3217 2008-01-04 Carlos Garnacho <carlosg@gnome.org>
3219 * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
3221 * shell/Makefile.am: Added these files to build.
3223 2008-01-04 Carlos Garnacho <carlosg@gnome.org>
3225 * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
3226 implementation to get_effect() in EvDocumentTransitionIface.
3228 2008-01-04 Carlos Garnacho <carlosg@gnome.org>
3230 * libdocument/ev-transition-effect.[ch]: New files, define a page
3231 transition effect, at the moment it maps PopplerPageTransition to a
3233 * libdocument/Makefile.am: Added these files to build.
3234 * libdocument/ev-document-transition.[ch]
3235 (ev_document_transition_get_effect): New method, gets the
3236 EvTransitionEffect returned by the interface implementation, with
3237 fallback to the "replace" effect.
3239 2007-12-30 Carl-Anton Ingmarsson <c-a.ingmarsson@oktv.se>
3242 * cut-n-paste/Makefile.am:
3243 * cut-n-paste/fileformatchooser/Makefile.am:
3244 * cut-n-paste/fileformatchooser/egg-macros.h:
3245 * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
3246 * shell/Makefile.am:
3247 * shell/ev-window.c: (image_save_dialog_response_cb),
3248 (ev_view_popup_cmd_save_image_as):
3250 Allow exporting images in any format supported by
3251 GdkPixbuf. Fixes bug #500209.
3253 2007-12-29 Carlos Garcia Campos <carlosgc@gnome.org>
3255 * backend/pixbuf/pixbuf-document.c:
3257 More warnings fixed.
3259 2007-12-29 Carlos Garcia Campos <carlosgc@gnome.org>
3261 * backend/djvu/djvu-links.c: (get_djvu_link_dest),
3262 (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
3263 * backend/djvu/djvu-text.h:
3264 * backend/tiff/tiff-document.c: (tiff_document_render):
3266 Fix compile warnings.
3268 2007-12-28 Christian Persch <chpe@gnome.org>
3270 * **/*.c: Include config.h. Bug #504721.
3272 2007-12-28 Carlos Garcia Campos <carlosgc@gnome.org>
3277 * backend/comics/Makefile.am:
3278 * backend/comics/comics-document.[ch]:
3279 * backend/comics/comicsdocument.evince-backend.in:
3280 * backend/djvu/Makefile.am:
3281 * backend/djvu/djvu-document.[ch]:
3282 * backend/djvu/djvudocument.evince-backend.in:
3283 * backend/dvi/Makefile.am:
3284 * backend/dvi/dvi-document.[c]:
3285 * backend/dvi/dvidocument.evince-backend.in:
3286 * backend/impress/Makefile.am:
3287 * backend/impress/impress-document.[ch]:
3288 * backend/impress/impressdocument.evince-backend.in:
3289 * backend/pdf/Makefile.am:
3290 * backend/pdf/ev-poppler.cc:
3291 * backend/pdf/ev-poppler.h:
3292 * backend/pdf/pdfdocument.evince-backend.in:
3293 * backend/pixbuf/Makefile.am:
3294 * backend/pixbuf/pixbuf-document.[ch]:
3295 * backend/pixbuf/pixbufdocument.evince-backend.in:
3296 * backend/ps/Makefile.am:
3297 * backend/ps/ev-spectre.[ch]:
3298 * backend/ps/ps-document.[ch]:
3299 * backend/ps/psdocument.evince-backend.in:
3300 * backend/tiff/Makefile.am:
3301 * backend/tiff/tiff-document.[ch]:
3302 * backend/tiff/tiffdocument.evince-backend.in:
3303 * libdocument/Makefile.am:
3304 * libdocument/ev-backends-manager.[ch]:
3305 * libdocument/ev-module.[ch]:
3306 * libdocument/ev-document.h:
3307 * libdocument/ev-document-factory.[ch]:
3308 (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
3309 (get_compression_from_mime_type), (get_document_from_uri),
3310 (ev_document_factory_get_document), (file_filter_add_mime_types),
3311 (ev_document_factory_add_filters):
3312 * shell/Makefile.am:
3313 * shell/ev-window-title.c: (get_filename_from_uri):
3314 * shell/main.c: (main):
3315 * thumbnailer/Makefile.am:
3316 * thumbnailer/evince-thumbnailer.c: (main):
3318 Plugin system for backends. Fixes bug #351348.
3320 2007-12-25 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3322 * shell/ev-view-private.h:
3323 * shell/ev-view.c: (ev_view_drag_update_momentum),
3324 (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
3325 (ev_view_button_release_event), (ev_view_destroy):
3327 Kinetic scrolling implemented as requested in
3328 bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
3330 2007-12-23 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3332 * data/evince-toolbar.xml:
3333 * data/evince-ui.xml:
3334 * shell/ev-view-private.h:
3335 * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3336 (ev_view_button_press_event), (ev_view_motion_notify_event),
3337 (ev_view_button_release_event), (ev_view_init),
3338 (ev_view_autoscroll_cb), (ev_view_autoscroll),
3339 (ev_view_set_cursor):
3341 * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3342 (ev_window_cmd_view_autoscroll):
3344 Autoscroll feature with the context menu. Fixes bug
3345 #323670. Thanks to David Turner <cillian64@googlemail.com>.
3347 2007-12-23 Carlos Garcia Campos <carlosgc@gnome.org>
3349 * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
3351 Disconnect also page-ready signal when removing a job because the
3352 page size has changed. Thanks to kripken
3353 <kripkensteiner@gmail.com>.
3355 2007-12-21 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3357 * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
3359 Scroll pages in page entry with mouse wheel. Fixes bug
3360 #324122. Thanks to David Turner <cillian64@googlemail.com>.
3362 2007-12-20 Carlos Garcia Campos <carlosgc@gnome.org>
3364 * backend/dvi/Makefile.am:
3365 * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
3366 (mdvi_cairo_device_init):
3367 * backend/dvi/mdvi-lib/common.h:
3368 * backend/dvi/mdvi-lib/mdvi.h:
3369 * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
3370 * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
3371 (mdvi_build_path_from_cwd):
3373 Add ps specials support in dvi backend when libspectre is
3374 present. Fixes bug #386005.
3376 2007-12-20 Carlos Garcia Campos <carlosgc@gnome.org>
3379 * backend/ps/Makefile.am:
3380 * backend/ps/ev-spectre.[ch]:
3382 Use libspectre, if available, for the ps backend. Fixes bugs
3383 #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
3385 2007-12-18 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
3387 * backend/comics/comics-document.c: (comics_document_load):
3389 Cygwin build issue fix.
3391 2007-12-16 Carlos Garcia Campos <carlosgc@gnome.org>
3393 * shell/ev-view.c: (ev_view_set_zoom):
3395 Do not limit the minimum zoom factor when sizing mode is best bit
3396 or fit width. Fixes bug #503805.
3398 2007-12-14 Carlos Garcia Campos <carlosgc@gnome.org>
3400 * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
3401 * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
3402 (ev_link_dest_get_left), (ev_link_dest_get_zoom),
3403 (ev_link_dest_get_property), (ev_link_dest_set_property),
3404 (ev_link_dest_class_init), (ev_link_dest_new_xyz),
3405 (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
3406 (ev_link_dest_new_fitr):
3407 * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
3408 (goto_fith_dest), (goto_xyz_dest):
3410 Do not change left, top and zoom values when they are null in PDF
3411 destinations. Fixes bug #460658.
3413 2007-12-10 Christian Persch <chpe@gnome.org>
3415 * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
3416 (ev_view_accessible_class_init),
3417 (ev_view_accessible_idle_do_action),
3418 (ev_view_accessible_action_do_action),
3419 (ev_view_accessible_action_get_description),
3420 (ev_view_accessible_action_set_description),
3421 (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
3422 (ev_view_accessible_factory_init),
3423 (ev_view_accessible_factory_get_accessible_type):
3424 * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
3425 private data, and G_DEFINE_TYPE. Bug #502843.
3427 2007-12-08 Christian Persch <chpe@gnome.org>
3429 * shell/ev-metadata-manager.c: (item_free),
3430 (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3431 (value_free), (parse_value), (parseItem),
3432 (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3433 (save_values): Use GSlice to allocate small amounts of memory. Bug
3436 2007-12-05 Carlos Garcia Campos <carlosgc@gnome.org>
3438 * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3440 Restore cursor to normal after a drag operation. Fixes bug
3443 2007-12-04 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3448 Update for release 2.21.1
3450 2007-12-02 Carlos Garcia Campos <carlosgc@gnome.org>
3453 * cut-n-paste/gedit-message-area/Makefile.am:
3454 * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
3455 * shell/Makefile.am:
3456 * shell/ev-message-area.[ch]:
3457 * shell/ev-window.c: (ev_window_set_message_area),
3458 (ev_window_error_message_response_cb), (ev_window_error_message),
3459 (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
3460 (ev_window_save_job_cb), (image_save_dialog_response_cb),
3461 (ev_attachment_popup_cmd_open_attachment),
3462 (attachment_save_dialog_response_cb), (ev_window_set_document),
3465 Use a message area instead of a popup dialog for error
3466 notifications. Fixes bug #337495.
3468 2007-12-02 Carlos Garcia Campos <carlosgc@gnome.org>
3470 * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
3471 (ev_window_run_fullscreen):
3473 Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
3475 2007-12-01 Carlos Garcia Campos <carlosgc@gnome.org>
3477 * ev-sidebar-thumbnails.c: (update_visible_range),
3478 (ev_sidebar_thumbnails_refresh),
3479 (ev_sidebar_thumbnails_set_document),
3480 (ev_sidebar_thumbnails_support_document):
3482 Show thumbnails for documents with one page. Fixes bug #358751.
3484 2007-12-01 Carlos Garcia Campos <carlosgc@gnome.org>
3486 * shell/ev-window.c:
3487 (ev_window_load_print_settings_from_metadata),
3488 (ev_window_save_print_settings), (ev_window_print_finished),
3489 (ev_window_print_range):
3491 Print settings that are specific to the document are now saved per
3492 document in the metadata file. Fixes bug #488806.
3494 2007-11-26 Matthias Clasen <mclasen@redhat.com>
3496 * backend/tiff/tiff-document.c: (tiff_document_render):
3498 Tiff documents were rendered with wrong colors. Fixes bug #497279.
3500 2007-11-25 Carlos Garcia Campos <carlosgc@gnome.org>
3502 * shell/ev-application.[ch]: (get_find_string_from_args),
3503 (ev_application_open_uri_at_dest), (ev_application_open_uri),
3504 (ev_application_open_uri_list):
3505 * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
3506 * shell/ev-window.[ch]: (ev_window_load_job_cb),
3507 (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3508 (ev_window_cmd_recent_file_activate),
3509 (ev_window_open_recent_action_item_activated),
3510 (ev_window_print_send), (open_remote_link):
3511 * shell/main.c: (arguments_parse):
3513 Add a command line option for search. Fixes bug #497710.
3515 2007-11-20 Darren Kenny <darren.kenny@sun.com>
3517 * shell/ev-jobs.c: (ev_job_print_new):
3519 Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
3521 2007-10-29 Carlos Garcia Campos <carlosgc@gnome.org>
3523 * data/evince-toolbar.xml:
3524 * shell/Makefile.am:
3525 * shell/ev-application.c: (ev_application_init):
3526 * shell/ev-open-recent-action.[ch]:
3527 * shell/ev-window.c:
3528 (ev_window_open_recent_action_item_activated),
3529 (register_custom_actions):
3531 Add an expander to the open toolbar item which pops up a dropdown
3532 menu with the recently used documents. Fixes bug #487215.
3534 2007-10-29 Carlos Garcia Campos <carlosgc@gnome.org>
3536 * shell/ev-window.c: (ev_window_open_uri),
3537 (ev_window_cmd_view_reload):
3539 Do not jump to the first page when reloading by running evince
3540 from the command line. Fixes bug #490847.
3542 2007-10-27 Hiroyuki Ikezoe <poincare@ikezoe.net>
3544 * shell/ev-window.c: (ev_window_cmd_help_contents):
3546 Plugged memory leak when help file is not found. Fixes bug
3549 2007-10-26 Carlos Garcia Campos <carlosgc@gnome.org>
3553 Enable djvu, dvi and comics backends by default. Fixes bug
3556 2007-10-26 Carlos Garcia Campos <carlosgc@gnome.org>
3559 * cut-n-paste/Makefile.am:
3560 * cut-n-paste/recent-files/*: Removed
3561 * help/reference/Makefile.am:
3562 * shell/Makefile.am:
3563 * shell/ev-application.[ch]: (ev_application_shutdown),
3564 (ev_application_init):
3565 * shell/ev-window.c: (ev_window_add_recent),
3566 (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
3568 Bump requirements to gtk+ 2.10.0 and remove egg-recent code.
3570 2007-10-25 Pascal Terjan <pterjan@linuxfr.org>
3572 * shell/ev-window.c: (launch_external_uri):
3574 Let GnomeVFS check the URL, this allow more URL (like mailto:),
3575 and report error if the URL is not supported (#489910).
3577 2007-10-24 Carlos Garcia Campos <carlosgc@gnome.org>
3579 * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3580 (pdf_document_file_exporter_begin_page),
3581 (pdf_document_file_exporter_end_page):
3583 Fix printing with poppler splash backend. Fixes bug #489774.
3585 2007-10-22 Carlos Garcia Campos <carlosgc@gnome.org>
3587 * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3588 * shell/ev-print-job.c: (ev_print_job_class_init):
3590 Fix a crash when printing with the gnome-print dialog. Fixes bug
3593 2007-10-18 Sebastien Bacher <seb128@ubuntu.com>
3595 * backend/pixbuf/pixbuf-document.c:
3597 Fix an implicit function definition warning (#487655)
3599 2007-10-11 Carlos Garcia Campos <carlosgc@gnome.org>
3601 * shell/ev-window.c:
3603 Fix conflicting shortcut for view sade pane and presentation.
3605 2007-10-11 Carlos Garcia Campos <carlosgc@gnome.org>
3607 * backend/pdf/ev-poppler.cc:
3608 (pdf_document_file_exporter_begin_page),
3609 (pdf_document_file_exporter_do_page),
3610 (pdf_document_file_exporter_end_page),
3611 (pdf_document_file_exporter_iface_init):
3612 * libdocument/ev-file-exporter.[ch]:
3613 (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
3614 * shell/ev-jobs.c: (ev_job_print_get_page_list),
3617 When printing multiple pages per sheet in reverse option, do not
3618 invert the order of the pages in every sheet, but the order of the
3619 sheets. Do not print blank pages when page range is invalid. Fixes
3620 bugs #484857 and #485521.
3622 2007-10-10 Carlos Garcia Campos <carlosgc@gnome.org>
3624 * shell/ev-jobs.c: (ev_job_print_get_page_list),
3626 * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3628 Respect ranges order when printing more than one range in random
3631 2007-10-10 Martin Schanzenbach <mschanzenbach@gmail.com>
3633 * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
3634 (ev_window_setup_document), (ev_window_rotation_changed_cb):
3636 Rotate also the window icon when document is rotated. Fixes bug
3639 2007-10-04 Carlos Garcia Campos <carlosgc@gnome.org>
3641 * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
3642 (pdf_document_forms_get_form_fields):
3644 Silently ignore unknown form fields. Fixes bug #482654. Patch by
3647 2007-10-04 Carlos Garcia Campos <carlosgc@gnome.org>
3650 * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3652 Use poppler_page_render_for_printing() instead of
3653 poppler_page_render() if available when exporting to a ps or pdf
3654 file. Fixes bug #476627.
3656 2007-10-04 Carlos Garcia Campos <carlosgc@gnome.org>
3658 * shell/ev-window.c: (ev_window_run_fullscreen):
3660 Do not show the toolbar in fullscreen mode if the main toolbar is
3661 not visible. Fixes bug #483048.
3663 2007-09-29 Carlos Garcia Campos <carlosgc@gnome.org>
3665 * shell/ev-view.c: (ev_view_button_press_event):
3667 Give priority to form fields over images when deciding whether a
3668 button press event is over an image or form field. It allows edit
3669 form fields when they are over a background image. Fixes bug
3672 2007-09-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3677 Update for release 2.20.0
3679 2007-09-12 Carlos Garcia Campos <carlosgc@gnome.org>
3681 * backend/pdf/ev-poppler.cc:
3683 Remove #ifdef HAVE_FORMS, so that forms support works again.
3685 2007-09-05 Götz Waschk <waschk@mandriva.org>
3688 * data/evince.desktop.in.in:
3690 Fixes desktop file issues. See bug #473471.
3692 2007-09-04 Carlos Garcia Campos <carlosgc@gnome.org>
3694 * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3695 (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3696 (ev_job_queue_remove_job):
3697 * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
3698 (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
3699 * shell/ev-window.c: (ev_window_clear_save_job),
3700 (ev_window_save_job_cb), (file_save_dialog_response_cb),
3701 (ev_window_dispose):
3703 Move save a copy task to its own job so that it's carried out in a
3704 thread avoiding another lock in the main thread. Use
3705 ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
3706 can be saved to a pathin another file system. Fixes bug #456891.
3708 2007-09-04 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3713 Update for release 2.19.92
3715 2007-09-03 Carlos Garcia Campos <carlosgc@gnome.org>
3718 * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3719 (pdf_selection_get_selection_region),
3720 (pdf_selection_get_selection_map),
3721 (ev_form_field_from_poppler_field):
3723 Bump requirements to poppler 0.6 and drop all ifdefs used. Double
3724 and triple click selections are enabled again now.
3726 2007-09-03 Carlos Garcia Campos <carlosgc@gnome.org>
3728 * shell/ev-window.c: (ev_window_add_history):
3730 Make sure not to use the history with documents not supporting
3731 links. Fixes bug #468954.
3733 2007-09-03 Carlos Garcia Campos <carlosgc@gnome.org>
3735 * shell/ev-window.c: (ev_window_load_job_cb):
3737 Restart the search when reloading a document with the find bar
3738 visible. Fixes bug #461962.
3740 2007-09-03 Carlos Garcia Campos <carlosgc@gnome.org>
3742 * shell/ev-window.c: (setup_document_from_metadata),
3743 (ev_window_load_job_cb), (ev_window_cmd_view_reload):
3745 Do not jump to the first page when reloading a document from the
3748 2007-09-03 Carlos Garcia Campos <carlosgc@gnome.org>
3750 * shell/ev-window.c: (update_chrome_flag),
3751 (setup_sidebar_from_metadata),
3752 (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
3753 (ev_window_cmd_edit_find_next),
3754 (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
3755 (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
3756 (find_bar_close_cb), (view_actions_focus_in_cb):
3758 Do not update visibility when changing a chrome flag so that it's
3759 possible to update several flags and update visibility only once
3762 2007-09-03 Carlos Garcia Campos <carlosgc@gnome.org>
3764 * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3766 Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
3767 supported by gtk+. Fixes bug #460907.
3769 2007-09-03 Carlos Garcia Campos <carlosgc@gnome.org>
3771 * shell/ev-view.c: (view_update_range_and_current_page):
3773 Make sure current-page <= end-page in continuous mode. Fixes bug
3776 2007-09-03 Carlos Garcia Campos <carlosgc@gnome.org>
3778 * backend/pdf/ev-poppler.cc: (build_tree):
3780 Ignore outline items without a title. Fixes bug #453913.
3782 2007-09-03 Carlos Garcia Campos <carlosgc@gnome.org>
3784 * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3785 (ev_view_button_release_event), (ev_view_leave_notify_event):
3787 Use always drag mouse cursor during a drag operation. Fixes bug
3790 2007-09-02 Carlos Garcia Campos <carlosgc@gnome.org>
3792 * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3793 (pdf_selection_get_selection_region),
3794 (pdf_selection_get_selection_map):
3796 Temporarily disable double and triple selections since it depends on
3797 poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
3798 released and the update of the external dependency minimal version
3801 2007-09-01 Carlos Garcia Campos <carlosgc@gnome.org>
3803 * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3804 (pdf_document_file_exporter_do_page):
3805 * libdocument/ev-file-exporter.h:
3806 * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3807 * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3809 Actually fix printing regressions. Remove orientation from
3810 EvPrintContext since it's redundant.
3812 2007-08-31 Carlos Garcia Campos <carlosgc@gnome.org>
3814 * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
3815 * backend/impress/impress-document.c:
3816 (impress_document_document_iface_init):
3817 * backend/ps/ps-document.c: (ps_document_document_iface_init):
3818 * backend/djvu/djvu-document.c:
3819 (djvu_document_document_iface_init),
3820 (djvu_selection_get_selected_text), (djvu_selection_iface_init):
3821 * backend/tiff/tiff-document.c:
3822 (tiff_document_document_iface_init):
3823 * backend/pixbuf/pixbuf-document.c:
3824 (pixbuf_document_document_iface_init):
3825 * backend/comics/comics-document.c:
3826 (comics_document_document_iface_init):
3827 * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
3828 (pdf_selection_render_selection),
3829 (pdf_selection_get_selected_text),
3830 (pdf_selection_get_selection_region),
3831 (pdf_selection_get_selection_map), (pdf_selection_iface_init):
3832 * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
3833 (ev_selection_get_selection_region),
3834 (ev_selection_get_selection_map):
3835 * libdocument/ev-document.[ch]:
3836 * shell/ev-pixbuf-cache.[ch]: (add_job),
3837 (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
3838 * shell/ev-view-private.h:
3839 * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
3840 (ev_job_render_run):
3841 * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3842 * shell/ev-view.c: (start_selection_for_event),
3843 (ev_view_button_press_event), (ev_view_drag_data_get),
3844 (ev_view_drag_data_received), (ev_view_button_release_event),
3845 (compute_new_selection_text), (compute_selections),
3846 (ev_view_select_all), (get_selected_text), (ev_view_copy),
3847 (ev_view_primary_get_cb):
3849 Add support for double and triple click selections.
3851 2007-08-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3856 Update for release 2.19.4
3858 2007-08-28 Justin Blanchard <justinb04@aim.com>
3860 * shell/ev-view-private.h:
3861 * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
3862 (ev_view_set_highlight_search):
3864 * shell/ev-window.c: (ev_window_cmd_edit_find_next),
3865 (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
3866 (find_bar_visibility_changed_cb):
3868 Enables 'find next' when bindbar is hidden. Fixes bug #323817.
3870 2007-08-27 Carlos Garcia Campos <carlosgc@gnome.org>
3872 * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3873 (pdf_document_file_exporter_begin),
3874 (pdf_document_file_exporter_do_page):
3875 * shell/ev-jobs.c: (ev_job_print_run):
3876 * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3878 Create always a portrait cairo surface and rotate when needed for
3879 landscape. It fixes printing problems in real printers.
3881 2007-08-25 Carlos Garcia Campos <carlosgc@gnome.org>
3883 * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3884 * libdocument/ev-file-exporter.[ch]:
3885 (ev_file_exporter_get_capabilities):
3886 * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3887 * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3889 Adjust number of pages per row according to page orientation when
3890 printing 2 or 6 pages per sheet.
3892 2007-08-25 Carlos Garcia Campos <carlosgc@gnome.org>
3894 * shell/ev-window.c: (ev_window_print_send):
3896 Reset also cups setting to 1 when printing multiple pages per
3897 sheet. Fixes bug #468853.
3899 2007-08-24 Carlos Garcia Campos <carlosgc@gnome.org>
3901 * libdocument/ev-document-misc.c:
3902 (ev_document_misc_surface_rotate_and_scale):
3904 Use directly cairo_surface_get_content() when creating a similar
3905 surface as suggested by Jeff Muizelaar. Thanks again.
3907 2007-08-24 Carlos Garcia Campos <carlosgc@gnome.org>
3909 * backend/djvu/djvu-document.c: (djvu_document_render):
3910 * backend/tiff/tiff-document.c: (tiff_document_render):
3911 * backend/pdf/ev-poppler.cc: (pdf_document_render):
3912 * libdocument/ev-document-misc.c:
3913 (ev_document_misc_surface_from_pixbuf),
3914 (ev_document_misc_surface_rotate_and_scale):
3916 Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
3917 creating page surfaces. Fixes bug #453123. Thank you very much to
3918 Jeff Muizelaar <jeff@infidigm.net>.
3920 2007-08-17 Carlos Garcia Campos <carlosgc@gnome.org>
3922 * shell/ev-page-cache.c: (ev_page_cache_new),
3923 (ev_page_cache_get_thumbnail_size):
3924 * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
3925 (ev_sidebar_thumbnails_set_loading_icon):
3927 Also store in page-cache the dimensions of the thumbnails so that
3928 they can be used to create the correct loading icon in the side
3929 pane. Fixes bug #466857.
3931 2007-08-17 Carlos Garcia Campos <carlosgc@gnome.org>
3933 * backend/pdf/ev-poppler.cc:
3934 (pdf_document_thumbnails_get_thumbnail):
3936 Fix thumbnails rotation in pdf documents that include embedded
3939 2007-08-15 Jens Granseuer <jensgr@gmx.net>
3941 * backend/pdf/ev-poppler.cc:
3943 Don't use #ifdef in macro expansion. Some compilers don't
3944 like that. Closes bug #467042.
3946 2007-08-15 Justin Blanchard <justinb04@aim.com>
3948 * backend/djvu/djvu-document.c: (djvu_document_finalize):
3950 Fixes memory leak in djvu backend.
3952 2007-08-15 Andreas Nilsson <nisses.mail@home.se>
3954 * data/icons/32x32/Makefile.am:
3955 * data/icons/32x32/actions/Makefile.am:
3956 * data/icons/32x32/actions/view-page-cont.svg:
3957 * data/icons/32x32/actions/view-page-facing.svg:
3958 * data/icons/48x48/Makefile.am:
3959 * data/icons/48x48/actions/Makefile.am:
3960 * data/icons/48x48/actions/view-page-cont.svg:
3961 * data/icons/48x48/actions/view-page-facing.svg:
3963 Icons for a new sizes.
3965 2007-08-14 Justin Blanchard <justinb04@aim.com>
3967 * shell/ev-page-cache.c: (build_height_to_page),
3968 (ev_page_cache_get_height_to_page):
3970 Fixes invalid read, see bug #466401.
3972 2007-08-11 Carlos Garcia Campos <carlosgc@gnome.org>
3974 * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3976 * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3977 (configure_item_cursor), (new_pixbuf_from_widget):
3979 Fix multihead problems in toolbar editor. Fixes bug #382055.
3981 2007-08-11 Carlos Garcia Campos <carlosgc@gnome.org>
3983 * shell/ev-window.c: (ev_window_cmd_file_open),
3984 (ev_window_cmd_save_as):
3986 Use g_get_user_special_dir when available instead of
3987 xdg_user_dir_lookup.
3989 2007-08-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3993 Updated according to request on desktop-devel.
3995 2007-08-05 Carlos Garcia Campos <carlosgc@gnome.org>
3997 * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3999 Do not use cairo_rectangle and cairo_clip since we are
4000 not using cairo_fill but cairo_paint. Use the same cairo context
4001 for every page in the same expose event.
4003 2007-07-31 Hiroyuki Ikezoe <poincare@ikezoe.net>
4005 * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
4008 2007-07-30 Carlos Garcia Campos <carlosgc@gnome.org>
4015 2007-07-30 Carlos Garcia Campos <carlosgc@gnome.org>
4017 * libdocument/ev-document-info.h:
4018 * libdocument/ev-document.h:
4019 * shell/ev-page-action.h:
4020 * shell/ev-sidebar-links.h:
4022 Fix a headers problem with ev-link
4024 * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
4025 * shell/ev-view-private.h:
4026 * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
4027 (get_link_area), (ev_view_query_tooltip),
4028 (ev_view_leave_notify_event), (ev_view_destroy),
4029 (ev_view_class_init):
4031 Use new gtk tooltips when available instead of ev-tooltip.
4033 2007-07-30 Carlos Garcia Campos <carlosgc@gnome.org>
4035 * shell/ev-window.c: (update_chrome_visibility),
4036 (ev_window_sidebar_visibility_changed_cb):
4038 Do not hide sidebar in fullscreen mode. Fixes bug #396535.
4040 2007-07-29 Carlos Garcia Campos <carlosgc@gnome.org>
4042 * shell/ev-navigation-action.c:
4043 (ev_navigation_action_history_changed),
4044 (ev_navigation_action_set_history):
4045 * shell/ev-navigation-action-widget.c:
4046 (ev_navigation_action_widget_init):
4047 * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
4049 Fix compile warnings.
4051 2007-07-29 Carlos Garcia Campos <carlosgc@gnome.org>
4053 * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4054 (egg_editable_toolbar_dispose):
4058 2007-07-29 Carlos Garcia Campos <carlosgc@gnome.org>
4060 * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4061 (screensaver_disable_x11):
4062 * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
4063 * shell/ev-window.c: (presentation_set_timeout):
4064 * shell/ev-view.c: (ev_view_presentation_transition_start):
4066 Use g_timeout_add_seconds instead of g_timeout_add when
4069 2007-07-29 Carlos Garcia Campos <carlosgc@gnome.org>
4071 * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
4073 Set horizontal scrollbar policy to AUTOMATIC instead of
4074 NEVER. Workaround for bug #449462.
4076 2007-07-29 Carlos Garcia Campos <carlosgc@gnome.org>
4078 * shell/ev-jobs.c: (ev_job_render_page_ready):
4080 Add page_ready callback to main loop with high priority and hold
4081 a reference to job during idle.
4083 2007-07-29 Carlos Garcia Campos <carlosgc@gnome.org>
4086 * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
4087 (pdf_document_file_exporter_begin),
4088 (pdf_document_file_exporter_do_page),
4089 (pdf_document_file_exporter_get_capabilities):
4090 * libdocument/ev-file-exporter.h:
4091 * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4092 * shell/ev-window.c: (ev_window_print_send),
4093 (ev_window_print_dialog_response_cb):
4095 Allow printing multiple pages per sheet. Fixes bug #395573.
4097 2007-07-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4099 * shell/ev-view.c: (tip_from_link):
4101 Check for NULL, fixes bug #460862.
4103 2007-07-29 Christian Persch <chpe@gnome.org>
4105 * shell/ev-window.c: (ev_window_enumerate_printer_cb),
4106 (ev_window_preview_print_finished), (ev_window_do_preview_print),
4107 (ev_window_cmd_preview_print):
4109 Fixes bug #437681 - blocks while enumerating printers.
4111 2007-07-29 Christian Persch <chpe@gnome.org>
4113 * shell/ev-window.c: (ev_window_screen_changed):
4115 Don't use deprecated gtk+ function. See bug #460909.
4117 2007-07-27 Carlos Garcia Campos <carlosgc@gnome.org>
4119 * shell/ev-utils.c: (get_num_monitors):
4120 * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
4122 Do not use display before initializing it. Remove compile
4125 2007-07-27 Cosimo Cecchi <anarki@lilik.it>
4127 * shell/ev-view.c: (ev_view_class_init):
4129 Unix-like hjkl bindings added. See bug #458111.
4131 2007-07-27 Johannes Buchner <buchner.johannes@gmx.at>
4133 * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
4135 * shell/ev-view.c: (ev_view_set_zoom_for_size),
4136 (ev_view_update_view_size):
4138 * shell/ev-window.c: (ev_window_update_actions),
4139 (setup_view_from_metadata), (ev_window_screen_changed),
4140 (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
4141 (zoom_control_changed_cb):
4142 * shell/ev-window.h:
4144 Reorganizes utility functions.
4146 2007-07-26 Carlos Garcia Campos <carlosgc@gnome.org>
4148 * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
4149 (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
4150 (add_job), (ev_pixbuf_cache_get_surface),
4151 (ev_pixbuf_cache_get_link_mapping),
4152 (ev_pixbuf_cache_get_image_mapping),
4153 (ev_pixbuf_cache_get_form_field_mapping),
4154 (ev_pixbuf_cache_get_text_mapping):
4155 * shell/ev-jobs.[ch]: (ev_job_render_class_init),
4156 (notify_page_ready), (ev_job_render_page_ready),
4157 (ev_job_render_run):
4159 Add page_ready signal to notify that page is ready as soon as
4160 possible even if other page elements like links, forms, images or
4161 text mapping are not ready yet.
4163 2007-07-26 Carlos Garcia Campos <carlosgc@gnome.org>
4165 * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
4166 (dvi_document_file_exporter_do_page),
4167 (dvi_document_file_exporter_get_capabilities),
4168 (dvi_document_file_exporter_iface_init):
4169 * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
4170 (ps_document_file_exporter_do_page),
4171 (ps_document_file_exporter_get_capabilities),
4172 (ps_document_file_exporter_iface_init):
4173 * backend/djvu/djvu-document.c:
4174 (djvu_document_file_exporter_begin),
4175 (djvu_document_file_exporter_end),
4176 (djvu_document_file_exporter_get_capabilities),
4177 (djvu_document_file_exporter_iface_init):
4178 * backend/tiff/tiff-document.c:
4179 (tiff_document_file_exporter_begin),
4180 (tiff_document_file_exporter_get_capabilities),
4181 (tiff_document_document_file_exporter_iface_init):
4182 * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
4183 (pdf_document_file_exporter_do_page),
4184 (pdf_document_file_exporter_get_capabilities),
4185 (pdf_document_file_exporter_iface_init):
4186 * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
4187 (ev_file_exporter_get_capabilities):
4188 * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
4189 (idle_print_handler), (ev_print_job_print):
4190 * shell/ev-jobs.c: (ev_job_print_run):
4191 * shell/ev-window.c: (ev_window_print_send),
4192 (ev_window_print_range):
4194 Use capabilities to know which options should be offered by the
4195 print dialog depending on the document backend.
4197 2007-07-25 Carlos Garcia Campos <carlosgc@gnome.org>
4199 * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
4201 Give priority to forms over text to set the cursor.
4203 2007-07-24 Carlos Garcia Campos <carlosgc@gnome.org>
4205 * shell/ev-view-private.h:
4206 * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
4207 (ev_view_leave_notify_event), (ev_view_finalize),
4208 (ev_view_get_property), (ev_view_class_init):
4210 Use IBEAM cursor for text form fields and NORMAL cursor for read
4211 only fields. Remove unused status attribute.
4213 2007-07-20 Carlos Garcia Campos <carlosgc@gnome.org>
4215 * shell/ev-view.c: (ev_view_form_field_button_create_widget):
4217 Update region for current selected items also for checkbox
4218 buttons, since they can behave as radio buttons when they are in a
4221 2007-07-19 Carlos Garcia Campos <carlosgc@gnome.org>
4224 * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
4226 Get max length of text form fields.
4228 2007-07-19 Carlos Garcia Campos <carlosgc@gnome.org>
4230 * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
4231 * libdocument/ev-form-field.h:
4232 * shell/ev-view.c: (ev_view_form_field_text_create_widget):
4234 Fix build with current poppler cvs head.
4236 2007-07-11 Carlos Garcia Campos <carlosgc@gnome.org>
4238 * cut-n-paste/zoom-control/ephy-zoom-control.c:
4239 * shell/eggfindbar.c: (egg_find_bar_init):
4241 Fix build with gtk+ >= 2.11.5 due to gtktooltips
4242 deprecation. Fixes bug #455667
4244 2007-07-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4249 Update for release 0.9.2
4251 2007-07-09 Carlos Garcia Campos <carlosgc@gnome.org>
4253 * shell/ev-view.c: (ev_view_form_field_text_save),
4254 (ev_view_form_field_choice_save):
4256 Fix a crash when closing whith a form widget visible.
4258 2007-07-09 Carlos Garcia Campos <carlosgc@gnome.org>
4260 * shell/ev-view.c: (ev_view_form_field_button_create_widget):
4262 Update also the region of the current selected button when
4263 clicking on another button if they are radio buttons.
4265 2007-07-09 Carlos Garcia Campos <carlosgc@gnome.org>
4267 * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
4268 (dispose_cache_job_info), (job_finished_cb), (move_one_job),
4269 (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
4270 (ev_pixbuf_cache_get_link_mapping),
4271 (ev_pixbuf_cache_get_image_mapping),
4272 (ev_pixbuf_cache_get_form_field_mapping),
4273 (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
4274 * shell/ev-view.c: (ev_view_form_field_get_region),
4275 (ev_view_form_field_button_create_widget),
4276 (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
4279 Redraw only form field region instead of the whole page when
4280 reloading a page to show changes on the form field.
4282 2007-07-09 Carlos Garcia Campos <carlosgc@gnome.org>
4284 * shell/ev-view.c: (ev_view_form_field_choice_save):
4286 Fix selection of first item in list form fields.
4288 2007-07-09 Carlos Garcia Campos <carlosgc@gnome.org>
4290 * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
4291 (ev_pixbuf_cache_reload_page),
4292 (ev_pixbuf_cache_get_form_field_mapping):
4294 Some refactoring to avoid duplicated code.
4296 2007-07-08 Carlos Garcia Campos <carlosgc@gnome.org>
4299 * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
4300 (ev_form_field_from_poppler_field),
4301 (pdf_document_forms_get_form_fields),
4302 (pdf_document_forms_form_field_text_get_text),
4303 (pdf_document_forms_form_field_text_set_text),
4304 (pdf_document_forms_form_field_button_set_state),
4305 (pdf_document_forms_form_field_button_get_state),
4306 (pdf_document_forms_form_field_choice_get_item),
4307 (pdf_document_forms_form_field_choice_get_n_items),
4308 (pdf_document_forms_form_field_choice_is_item_selected),
4309 (pdf_document_forms_form_field_choice_select_item),
4310 (pdf_document_forms_form_field_choice_toggle_item),
4311 (pdf_document_forms_form_field_choice_unselect_all),
4312 (pdf_document_forms_form_field_choice_set_text),
4313 (pdf_document_forms_form_field_choice_get_text),
4314 (pdf_document_document_forms_iface_init):
4315 * libdocument/Makefile.am:
4316 * libdocument/ev-form-field.[ch]:
4317 * libdocument/ev-document-forms.[ch]:
4318 * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4319 (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4320 (add_job), (ev_pixbuf_cache_reload_page),
4321 (ev_pixbuf_cache_get_form_field_mapping):
4322 * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
4323 * shell/ev-view-private.h:
4324 * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
4325 (ev_view_handle_cursor_over_xy),
4326 (ev_view_get_form_field_at_location),
4327 (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
4328 (ev_view_form_field_button_create_widget),
4329 (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
4330 (ev_view_form_field_text_create_widget),
4331 (ev_view_form_field_choice_save),
4332 (ev_view_form_field_choice_changed),
4333 (ev_view_form_field_choice_create_widget),
4334 (ev_view_handle_form_field), (ev_view_size_allocate),
4335 (ev_view_realize), (draw_end_presentation_page),
4336 (ev_view_button_press_event), (ev_view_remove_all),
4337 (ev_view_motion_notify_event), (ev_view_key_press_event),
4338 (ev_view_enter_notify_event), (highlight_find_results),
4339 (draw_loading_text), (draw_one_page), (ev_view_destroy),
4340 (ev_view_class_init), (page_changed_cb),
4341 (on_adjustment_value_changed), (ev_view_set_presentation),
4342 (merge_selection_region), (ev_view_set_cursor),
4343 (ev_view_reset_presentation_state):
4345 Merge evince-forms branch.
4347 2007-07-03 Jaap Haitsma <jaap@haitsma.org>
4349 * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
4351 * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
4352 This script also updates itself from libegg
4354 * cut-n-paste/toolbar-editor/egg*:
4355 Run update-toolbareditor-from-libegg.sh so we are in sync again with
4358 2007-07-02 Jaap Haitsma <jaap@haitsma.org>
4360 * shell/ev-window.c:
4362 Adds a nice icon to page action during toolbar editing.
4365 2007-07-02 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4367 * data/evince-toolbar.xml:
4368 * shell/ev-window.c:
4370 Let user add a presentation and fullscreen icons on toolbar.
4373 2007-07-01 Jaap Haitsma <jaap@haitsma.org>
4375 * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg:
4377 new script to keep in sync with toolbareditor in libegg
4379 * cut-n-paste/toolbar-editor/*:
4381 Run update-toolbareditor-from-libegg so we are in sync again.
4385 2007-07-01 Carlos Garcia Campos <carlosgc@gnome.org>
4387 * shell/ev-sidebar-links.c: (job_finished_callback):
4389 Do not connect selection changed signal more than once. Fixes bug
4392 2007-06-29 Carlos Garcia Campos <carlosgc@gnome.org>
4394 * shell/ev-window.c: (ev_window_view_sidebar_cb):
4396 Do not change sidebar chrome flag when pressing F9 key in
4399 2007-06-29 Carlos Garcia Campos <carlosgc@gnome.org>
4401 * backend/pdf/ev-poppler.cc:
4402 (pdf_document_thumbnails_get_dimensions):
4404 Make sure thumbnails width and height is not <= 0. Fixes a crash
4405 with some pdf documents which have really small pages.
4407 2007-06-22 Gabor Kelemen <kelemeng@gnome.hu>
4409 * shell/main.c: (main):
4411 Fixes program description translation issue.
4414 2007-06-21 Cesar Fernandez <cesar@pk2.org>
4416 * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4418 Do not change current page when returning from black/white mode
4419 in presentation. Fixes bug #415032.
4421 2007-06-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4426 Update for release 0.9.1
4428 2007-06-17 Alaska Subedi <asubedi@gmail.com>
4430 * backend/dvi/dvi-document.c:
4431 (dvi_document_finalize),
4432 (dvi_document_file_exporter_format_supported),
4433 (dvi_document_file_exporter_begin),
4434 (dvi_document_file_exporter_do_page),
4435 (dvi_document_file_exporter_end),
4436 (dvi_document_file_exporter_iface_init), (dvi_document_init):
4438 PDF exporter for dvi documents. Fixes bug #441319.
4440 2007-06-17 Carlos Garcia Campos <carlosgc@gnome.org>
4442 * shell/ev-window.c: (ev_window_clear_print_job):
4444 Clear gtk print job when job has finished. Fixes bug #447612.
4446 2007-06-17 Carlos Garcia Campos <carlosgc@gnome.org>
4448 * shell/ev-window.c: (ev_window_print_send),
4449 (ev_window_print_dialog_response_cb), (ev_window_print_range):
4451 Add preview button to print dialog. Fixes bug #445419.
4453 2007-06-17 Carlos Garcia Campos <carlosgc@gnome.org>
4455 * backend/dvi/Makefile.am:
4456 * backend/dvi/pixbuf-device.[ch]: Removed
4457 * backend/dvi/cairo-device.[ch]: Added
4458 * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
4459 * backend/dvi/dvi-document.c: (dvi_document_load),
4460 (dvi_document_render), (dvi_document_finalize),
4461 (dvi_document_thumbnails_get_thumbnail), (parse_color),
4462 (dvi_document_do_color_special):
4463 * libdocument/ev-document-misc.[ch]:
4464 (ev_document_misc_pixbuf_from_surface):
4466 Port dvi backend to cairo and fix a problem with colors.
4468 2007-06-14 Carlos Garcia Campos <carlosgc@gnome.org>
4470 * shell/ev-view.c: (draw_one_page):
4472 Draw only visible region.
4474 2007-06-13 Carlos Garcia Campos <carlosgc@gnome.org>
4476 * backend/djvu/djvu-document.c: (djvu_document_render):
4478 Fix rotation in djvu backend.
4480 2007-06-13 Carlos Garcia Campos <carlosgc@gnome.org>
4482 * shell/ev-pixbuf-cache.c: (job_finished_cb),
4483 (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
4484 (ev_pixbuf_cache_get_image_mapping),
4485 (ev_pixbuf_cache_get_text_mapping):
4487 Redraw view every time we have a new surface. Fixes bug #443587.
4489 2007-06-13 Carlos Garcia Campos <carlosgc@gnome.org>
4491 * libdocument/ev-document.c: (ev_document_info_free):
4495 2007-06-13 Carlos Garcia Campos <carlosgc@gnome.org>
4497 * backend/dvi/dvi-document.c: (dvi_document_render),
4498 (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
4499 * backend/impress/impress-document.c:
4500 (imp_render_get_from_drawable), (impress_document_render_pixbuf),
4501 (impress_document_render), (impress_document_document_iface_init),
4502 (impress_document_thumbnails_get_thumbnail):
4503 * backend/djvu/djvu-document-private.h:
4504 * backend/djvu/djvu-document.c: (djvu_document_render),
4505 (djvu_document_finalize), (djvu_document_document_iface_init),
4506 (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
4507 * backend/tiff/tiff-document.c: (tiff_document_render),
4508 (tiff_document_render_pixbuf),
4509 (tiff_document_document_iface_init):
4510 * backend/pdf/ev-poppler.cc: (pdf_document_render),
4511 (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
4512 (pdf_selection_render_selection):
4513 * backend/comics/comics-document.c:
4514 (comics_document_render_pixbuf), (comics_document_render),
4515 (comics_document_document_iface_init):
4516 * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
4517 (pixbuf_document_document_iface_init):
4518 * libdocument/ev-document-misc.[ch]:
4519 (ev_document_misc_surface_from_pixbuf),
4520 (ev_document_misc_surface_rotate_and_scale):
4521 * libdocument/ev-document.[ch]: (ev_document_render):
4522 * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
4523 * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4524 (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4525 (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
4526 (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
4527 (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
4528 * shell/ev-jobs.[ch]: (ev_job_render_dispose),
4529 (render_finished_cb), (ev_job_render_run):
4530 * shell/ev-view.c: (draw_loading_text), (draw_one_page),
4531 (merge_selection_region):
4533 Use cairo image surfaces instead of GDK pixbufs for drawing pages
4536 2007-06-12 Carlos Garcia Campos <carlosgc@gnome.org>
4538 * shell/ev-window-title.c: (ev_window_title_update):
4542 2007-06-09 Carlos Garcia Campos <carlosgc@gnome.org>
4544 * shell/ev-view.c: (draw_loading_text):
4546 Show loading text centered. Fixes bug #433061
4548 2007-06-09 Carlos Garcia Campos <carlosgc@gnome.org>
4550 * shell/ev-sidebar-thumbnails.c:
4551 (ev_sidebar_thumbnails_set_loading_icon):
4553 Remove a mutex in the main thread that blocks the UI in heavy
4556 2007-06-09 Carlos Garcia Campos <carlosgc@gnome.org>
4558 * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
4560 Set points_set to TRUE so that selections don't disappear after a
4563 2007-06-07 Michael Monreal <infernux@web.de>
4565 * data/icons/16x16/actions/Makefile.am:
4566 * data/icons/16x16/actions/zoom.svg:
4567 * data/icons/22x22/actions/Makefile.am:
4568 * data/icons/22x22/actions/zoom.svg:
4569 * data/icons/24x24/actions/Makefile.am:
4570 * shell/ev-stock-icons.c:
4571 * shell/ev-stock-icons.h:
4572 * shell/ev-window.c:
4574 Zoom icon artwork. See bug #444795.
4576 2007-06-05 Bastien Nocera <hadess@hadess.net>
4578 * shell/ev-metadata-manager.c: Remove extraneous function
4581 2007-06-05 Bastien Nocera <hadess@hadess.net>
4583 * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
4584 (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
4585 (ev_metadata_manager_set), (ev_metadata_manager_save):
4586 Simplify the timeout, no need for modified anymore
4588 2007-06-05 Bastien Nocera <hadess@hadess.net>
4590 * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
4591 (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
4592 (ev_metadata_manager_set_last), (ev_metadata_manager_set),
4593 (ev_metadata_manager_save): Adapted patch from Arjan van de
4594 Ven (arjan@linux.intel.com) to avoid the timeout running all the
4595 time, saves on power (Closes: #443851)
4597 2007-06-02 Carlos Garcia Campos <carlosgc@gnome.org>
4600 * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
4601 (pdf_selection_render_selection), (pdf_document_get_page_duration):
4603 Bump requirements to poppler 0.5.9 and drop all ifdefs used.
4605 2007-05-25 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4607 * shell/ev-window.c: (ev_window_add_history):
4609 Check if history is NULL
4611 2007-05-25 Carlos Garcia Campos <carlosgc@gnome.org>
4613 * libdocument/ev-image.c: (ev_image_finalize):
4614 * libdocument/ev-document-factory.c: (free_uncompressed_uri):
4615 * libdocument/ev-attachment.c: (ev_attachment_finalize):
4616 * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
4617 (ev_tmp_uri_unlink):
4619 Add functions to delete temporary files created by evince in a safe
4622 * shell/ev-window.c: (ev_window_clear_local_uri),
4623 (open_xfer_update_progress_callback),
4624 (save_xfer_update_progress_callback), (ev_window_save_remote),
4625 (file_save_dialog_response_cb), (ev_window_cmd_save_as),
4626 (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4627 (attachment_save_dialog_response_cb),
4628 (ev_attachment_popup_cmd_save_attachment_as):
4630 Allow saving a copy of a document, image or attachment to a remote
4631 location. Fixes bug #440754.
4633 2007-05-22 Carlos Garcia Campos <carlosgc@gnome.org>
4636 * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
4638 Fix build with current poppler from cvs head.
4640 2007-05-21 Eduardo Lima <eduardo.lima@indt.org.br>
4642 * libdocument/ev-file-helpers.c: (ensure_dir_exists):
4644 Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
4647 2007-05-20 Wouter Bolsterlee <wbolster@svn.gnome.org>
4649 * shell/ev-sidebar.c: (ev_sidebar_add_page):
4650 * shell/ev-window.c:
4652 Change sidebar ordering. Fixes bug #439939.
4654 2007-05-20 Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
4656 * backend/comics/Makefile.am:
4658 Fixes build with --without-libgnome.
4660 2007-05-19 Carlos Garcia Campos <carlosgc@gnome.org>
4662 * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
4664 Update cursor and tooltip on page change and view scroll. Fixes bug
4667 2007-05-14 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4672 Update for release 0.9.0
4674 2007-05-14 Alaska Subedi <asubedi@gmail.com>
4676 * backend/djvu/djvu-document-private.h:
4677 * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4678 (djvu_document_finalize),
4679 (djvu_document_file_exporter_format_supported),
4680 (djvu_document_file_exporter_begin),
4681 (djvu_document_file_exporter_do_page),
4682 (djvu_document_file_exporter_end),
4683 (djvu_document_file_exporter_iface_init), (djvu_document_init):
4685 Implemented printing with djvu. Bug #437998.
4687 2007-05-14 Carlos Garcia Campos <carlosgc@gnome.org>
4689 * backend/impress/zip.c:
4690 Add missing ulong definition.
4692 * backend/ps/ps-interpreter.c:
4693 Add missing headers.
4695 Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
4697 2007-05-14 Carlos Garcia Campos <carlosgc@gnome.org>
4699 * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
4701 Add missing call to parent class dispose method.
4703 2007-05-12 Ross Burton <ross@openedhand.com>
4706 Sync keybindings manually when building without libgnome
4709 2007-05-12 Ross Burton <ross@openedhand.com>
4711 * shell/ev-window.c:
4712 Respect the screen when opening help (#437866).
4714 2007-05-11 Carlos Garcia Campos <carlosgc@gnome.org>
4716 * data/evince-ui.xml:
4717 * shell/ev-application.[ch]: (get_print_settings_from_args),
4718 (ev_application_open_uri_at_dest), (ev_application_open_uri),
4719 (ev_application_open_uri_list):
4720 * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
4721 (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
4722 (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
4723 (ev_window_cmd_view_reload), (lookup_printer_from_name),
4724 (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
4725 (ev_window_dispose):
4726 * shell/main.c: (arguments_parse):
4728 Add print button in preview mode. Fixes bug #396475.
4730 2007-05-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4732 * cut-n-paste/zoom-control/ephy-zoom.h:
4734 Fixes zoom level factors. See bug #408119 for details.
4736 2007-05-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4738 * backend/comics/comics-document.c: (comics_regex_quote),
4741 Correctly quote symbols. Fixes crash in the bug
4744 2007-05-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4746 * shell/ev-navigation-action-widget.c:
4747 (ev_navigation_action_widget_init),
4748 (ev_navigation_action_widget_class_init),
4749 (ev_navigation_action_widget_button_press_event):
4751 Connect to button-press event on correct widget. Fixes
4754 2007-05-09 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4756 * shell/ev-application.c: (ev_application_open_window),
4757 (ev_application_add_icon_path_for_screen),
4758 (ev_application_open_uri_at_dest):
4759 * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
4760 * shell/ev-navigation-action.c: (build_menu):
4762 Add app-specific icons to our icon theme. Fixes bug
4765 2007-05-09 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4767 * shell/ev-history.c: (ev_history_class_init),
4768 (ev_history_add_link):
4769 * shell/ev-history.h:
4770 * shell/ev-navigation-action.c:
4771 (ev_navigation_action_history_changed),
4772 (ev_navigation_action_set_history), (build_menu),
4773 (ev_navigation_action_finalize):
4774 * shell/ev-window.c: (ev_window_setup_action_sensitivity):
4776 Make navigation action unsensitive instead of showing
4777 menu with unsensitive word. Fixes bug #417392.
4779 2007-05-08 Carlos Garcia Campos <carlosgc@gnome.org>
4781 * shell/ev-application.[ch]: (ev_application_shutdown),
4782 (ev_application_get_print_settings),
4783 (ev_application_set_print_settings):
4784 * shell/ev-window.c:
4786 Remember print settings. Fixes bug #349102.
4788 2007-05-08 Christian Persch <chpe@gnome.org>
4791 * properties/ev-properties-view.c:
4793 No need for a configure check; just use the GTK_CHECK_VERSION macro.
4796 2007-05-08 Carlos Garcia Campos <carlosgc@gnome.org>
4799 * properties/ev-properties-view.c: (ev_regular_paper_size):
4801 Use gtk+ builtin paper list to identify the document's paper size.
4804 2007-05-04 Carlos Garcia Campos <carlosgc@gnome.org>
4808 Fix build when compiling with thumbnailer and libgnome support.
4810 2007-05-04 Ross Burton <ross@openedhand.com>
4813 Add --without-libgnome, check for libgnome and libgnomeui
4814 separately, and add them to the symbols as required.
4816 * libdocument/ev-file-helpers.c:
4817 When building without libgnome, use g_get_user_config_dir instead
4818 of gnome_user_dir_get.
4820 * shell/ev-application.c:
4821 When building without libgnome, don't use session management.
4824 When building without libgnome, don't use GnomeProgram or
4825 initialise the authentication manager.
4829 2007-05-04 Ross Burton <ross@openedhand.com>
4831 * shell/ev-window.c:
4832 Don't use libgnome to open help, instead call Yelp directly.
4834 2007-05-04 Ross Burton <ross@openedhand.com>
4836 * shell/ev-sidebar-attachments.c:
4837 Don't use libgnome to lookup icons for MIME types, instead copy
4838 code from GTK+ to do it manually.
4840 2007-05-04 Ross Burton <ross@openedhand.com>
4843 Add libxml to the dependencies for SHELL_CORE (#435818).
4845 2007-05-02 Ross Burton <ross@openedhand.com>
4849 Add --disable-thumbnailer (#434825)
4851 2007-05-02 Ross Burton <ross@openedhand.com>
4853 * shell/ev-window.c:
4854 Add missing includes, fix indentation.
4859 2007-04-30 Eduardo Lima <eduardo.lima@indt.org.br>
4861 * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
4862 ev_application_open_uri_at_dest instead of ev_application_open_uri
4863 preventing new document always being opened in a new window even if there
4866 2007-04-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4868 * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4869 (egg_recent_view_uimanager_finalize):
4870 * properties/ev-properties-view.c: (ev_properties_view_dispose):
4871 * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
4872 * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
4873 (ev_pixbuf_cache_dispose):
4874 * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
4875 * shell/ev-tooltip.c: (ev_tooltip_dispose):
4877 Add missing chain to parent class methods. Fixes
4880 2007-04-22 Brian Pepple <bpepple@fedoraproject.org>
4882 * data/Makefile.am (update-icon-cache): Updates
4883 gtk-update-icon-cache in uninstall-hook.
4885 2007-04-22 Carlos Garcia Campos <carlosgc@gnome.org>
4887 * shell/ev-window.c: (ev_window_setup_document),
4888 (ev_window_set_document), (ev_window_load_job_cb):
4889 * shell/ev-view.c: (setup_caches):
4890 * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
4892 Start rendering pages before any other jobs.
4894 2007-04-22 Carlos Garcia Campos <carlosgc@gnome.org>
4896 * shell/ev-window.c: (ev_window_stop_fullscreen),
4897 (ev_window_stop_presentation):
4899 Update chrome visibility before window unfullscreen.
4901 2007-04-20 Carlos Garcia Campos <carlosgc@gnome.org>
4904 * data/evince-ui.xml:
4905 * shell/ev-stock-icons.[ch]:
4906 * shell/ev-application.[ch]: (ev_application_shutdown),
4907 (ev_application_init), (ev_application_get_toolbars_model):
4908 * shell/ev-window.c: (update_chrome_visibility),
4909 (fullscreen_toolbar_setup_item_properties),
4910 (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4911 (ev_window_run_presentation), (ev_window_stop_presentation),
4912 (ev_window_run_preview), (ev_window_screen_changed),
4913 (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
4914 (ev_window_dispose), (ev_window_init):
4916 Make fullscreen toolbar always visible. Do not use egg toolbars for
4917 fullscreen and preview modes since such toolbars are not editables.
4918 Fixes bugs #300278, #338910 and #316188.
4920 2007-04-20 Iñigo Martínez <inigomartinez@gmail.com>
4922 * shell/ev-application.c:
4923 * shell/ev-job-queue.c:
4924 * shell/ev-metadata-manager.c:
4925 * shell/ev-stock-icons.c:
4926 * shell/ev-window.c:
4929 Developers documentation updated.
4931 2007-04-19 Carlos Garcia Campos <carlosgc@gnome.org>
4933 * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
4935 Check whether uri is valid before launching it. Fixes bug #427664.
4937 2007-04-19 Carlos Garcia Campos <carlosgc@gnome.org>
4939 * shell/ev-window.c:
4941 Change key accelerator for Open a Copy menu entry which is in conflict
4942 with Close. Fixes bug #427321.
4944 2007-04-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4949 Update for release 0.8.1
4951 2007-04-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4953 * shell/ev-window.c: (setup_size_from_metadata):
4955 Do not make window bigger than screen. Fixes bug
4958 2007-04-08 Carlos Garcia Campos <carlosgc@gnome.org>
4960 * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
4961 (tiff_document_get_page_size), (tiff_document_render_pixbuf):
4963 Use default resolution when it's not provided by document. Fixes bug
4966 2007-04-08 Carlos Garcia Campos <carlosgc@gnome.org>
4969 * thumbnailer/Makefile.am:
4970 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4971 * thumbnailer/evince-thumbnailer.schemas.in:
4972 * thumbnailer/evince-thumbnailer-ps.schemas.in:
4974 Add support for ps, eps and compressed documents thumbnails. Do not
4975 ignore size parameter.
4977 2007-04-07 Ricardo Markiewicz <rmarkie@fi.uba.ar>
4979 * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
4980 (dvi_document_do_color_special):
4981 * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
4983 Implement font color specials in the DVI backend. Fixes bug #303651.
4985 2007-04-02 Matthias Clasen <mclasen@redhat.com>
4987 Fixup the previous commit:
4989 * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
4990 * shell/xdg-user-dir-lookup.c: Make the function non-static
4991 * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
4993 2007-04-02 Matthias Clasen <mclasen@redhat.com>
4995 * shell/ev-window.c (file_open_dialog_response_cb): Use
4996 the xdg-user-dirs DOCUMENTS folder as default folder when
4997 opening a file chooser. (#424858)
4999 * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
5002 2007-03-24 Carlos Garcia Campos <carlosgc@gnome.org>
5004 * shell/ev-window.c: (ev_window_load_job_cb):
5006 Do not setup view from metadata on preview mode.
5008 2007-03-22 Carlos Garcia Campos <carlosgc@gnome.org>
5012 Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274.
5014 2007-03-19 Carlos Garcia Campos <carlosgc@gnome.org>
5016 * shell/ev-view.c: (ev_view_primary_get_cb):
5018 Check pointer != NULL before using it. Fixes bug #416841.
5020 2007-03-12 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5027 2007-03-10 Carlos Garcia Campos <carlosgc@gnome.org>
5029 * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
5031 Do not render thumbnails when sidebar thumbnail page is not visible
5032 at startup. Fixes bug #416447.
5034 2007-03-07 Christian Kirbach <Christian.Kirbach@googlemail.com>
5036 * data/evince.desktop.in.in:
5038 "Application" is not a valid category in the freedesktop specification.
5040 2007-02-27 Carlos Garcia Campos <carlosgc@gnome.org>
5042 * libdocument/ev-file-helpers.[ch]: (compression_run),
5043 (ev_file_uncompress), (ev_file_compress):
5044 * shell/ev-window.c: (file_save_dialog_response_cb):
5046 Save document compressed when saving a copy of a compressed document.
5049 2007-02-23 Carlos Garcia Campos <carlosgc@gnome.org>
5051 * shell/ev-view.c: (ev_view_goto_window_key_press_event):
5053 Allow deleting in goto window entry in presentation mode.
5055 2007-02-20 Kjartan Maraas <kmaraas@gnome.org>
5057 * Makefile.am: Dist MAINTAINERS.
5059 2007-02-20 Carlos Garcia Campos <carlosgc@gnome.org>
5061 * shell/ev-window.c: (ev_window_update_actions):
5063 Fix zoom shortcut keys when searching. Fixes bug #409828.
5065 2007-02-18 Carlos Garcia Campos <carlosgc@gnome.org>
5067 * shell/ev-window.c: (ev_window_setup_document):
5069 Fix crash when loading documents with only one page.
5071 2007-02-16 Carlos Garcia Campos <carlosgc@gnome.org>
5073 * backend/dvi/dvi-document.c:
5074 (dvi_document_thumbnails_get_dimensions),
5075 (dvi_document_thumbnails_get_thumbnail):
5076 * backend/impress/impress-document.c:
5077 (impress_document_thumbnails_get_thumbnail),
5078 (impress_document_thumbnails_get_dimensions):
5079 * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
5080 (ps_document_thumbnails_get_dimensions):
5081 * backend/djvu/djvu-document.c:
5082 (djvu_document_thumbnails_get_dimensions),
5083 (djvu_document_thumbnails_get_thumbnail):
5084 * backend/tiff/tiff-document.c:
5085 (tiff_document_thumbnails_get_thumbnail),
5086 (tiff_document_thumbnails_get_dimensions):
5087 * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
5088 (pdf_document_thumbnails_get_thumbnail),
5089 (pdf_document_thumbnails_get_dimensions):
5090 * backend/comics/comics-document.c:
5091 (comics_document_thumbnails_get_thumbnail),
5092 (comics_document_thumbnails_get_dimensions):
5093 * backend/pixbuf/pixbuf-document.c:
5094 (pixbuf_document_thumbnails_get_thumbnail),
5095 (pixbuf_document_thumbnails_get_dimensions):
5096 * libdocument/ev-document-thumbnails.[ch]:
5097 (ev_document_thumbnails_get_thumbnail),
5098 (ev_document_thumbnails_get_dimensions):
5099 * libdocument/ev-document-misc.[ch]:
5100 (ev_document_misc_get_thumbnail_frame):
5101 * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
5102 (ev_job_thumbnail_new), (ev_job_thumbnail_run):
5103 * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
5104 (ev_sidebar_thumbnails_set_loading_icon), (refresh),
5105 (ev_sidebar_thumbnails_refresh):
5106 * shell/ev-window.c: (ev_window_setup_document):
5107 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5109 Use an EvRenderContext for rendering thumbnails instead of a suggested
5110 width, so that different sized pages get sized proportionally.
5112 2007-02-15 Carlos Garcia Campos <carlosgc@gnome.org>
5114 * shell/ev-view.c: (ev_view_button_press_event),
5115 (ev_view_key_press_event):
5117 Fix critical warnings when there is no document loaded.
5119 2007-02-15 Carlos Garcia Campos <carlosgc@gnome.org>
5121 * shell/ev-page-action-widget.c:
5122 * shell/ev-navigation-action.c:
5123 * shell/ev-window.c:
5125 Fix compile warnings.
5127 2007-02-15 Carlos Garcia Campos <carlosgc@gnome.org>
5129 * backend/djvu/djvu-text.h:
5130 * backend/djvu/djvu-document.c:
5131 * backend/djvu/djvu-text-page.c:
5132 * backend/djvu/djvu-links.c:
5133 * backend/djvu/djvu-text-page.h:
5134 * backend/djvu/djvu-text.c:
5136 Fix build on Mac. Fixes bug #392186. Patch by
5137 <ephraim_owns@hotmail.com>
5139 2007-02-15 Carlos Garcia Campos <carlosgc@gnome.org>
5141 * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
5143 Restore cairo context before rendering every page when printing a PDF
5144 document into a PDF file.
5146 2007-02-13 Carlos Garcia Campos <carlosgc@gnome.org>
5148 * backend/ps/gstypes.h:
5149 * backend/ps/ps-document.c: (ps_document_get_page_rotation),
5150 (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
5151 (ps_document_thumbnails_get_thumbnail):
5153 Handle PostScript page orientation. Fixes bug #318568.
5155 2007-02-13 Carlos Garcia Campos <carlosgc@gnome.org>
5157 * backend/ps/Makefile.am:
5158 * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
5159 (document_load), (ps_document_load), (save_document),
5160 (save_page_list), (ps_document_get_n_pages),
5161 (ps_document_get_page_size), (ps_document_get_info),
5162 (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
5163 (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
5164 (ps_document_thumbnails_get_thumbnail),
5165 (ps_document_thumbnails_get_dimensions),
5166 (ps_document_document_thumbnails_iface_init):
5167 * backend/ps/ps.[ch]: (psgetpagebox):
5168 * backend/ps/ps-interpreter.[ch]:
5170 Add support for thumbnails in ps backend. Fixes bug #164755.
5172 2007-02-13 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5179 2007-02-12 Carlos Garcia Campos <carlosgc@gnome.org>
5181 * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
5182 (ev_window_clear_thumbnail_job), (ev_window_setup_document),
5183 (ev_window_dispose):
5185 Use document thumbnail as window icon. Fixes bug #384442.
5187 2007-02-11 Ed Catmur <ed@catmur.co.uk>
5191 Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
5192 duplicated adding application/x-bzpostscript instead.
5194 2007-02-11 Tom Parker <palfrey@tevp.net>
5196 * backend/ps/ps-document.c: (document_load):
5198 Check return value of psscan before trying
5199 to use it. Fixes bug #372414.
5201 2007-02-11 Carlos Garcia Campos <carlosgc@gnome.org>
5203 * shell/ev-page-cache.c: (ev_page_cache_finalize):
5205 Fix invalid free in ev-page-cache. Fixes bug #404745.
5207 2007-02-11 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5212 Added reload test case.
5214 2007-02-10 Carlos Garcia Campos <carlosgc@gnome.org>
5217 * backend/djvu/djvu-document.c: (djvu_document_load):
5219 Check whether there are missing files in indirect multipage djvu
5220 documents. Fixes bug #361683.
5222 2007-02-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5225 * test/test-mime.bin:
5228 Added test for slow mime type
5230 2007-02-06 Carlos Garcia Campos <carlosgc@gnome.org>
5232 * shell/ev-page-cache.c: (ev_page_cache_finalize):
5234 Add some checks and call parent_class->finalize. Fixes bug #404745.
5236 2007-02-06 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5238 * shell/ev-navigation-action.c: (connect_proxy):
5240 Fixes dropdown history menu. Thanks a lot Carlos!
5242 2007-02-05 Carlos Garcia Campos <carlosgc@gnome.org>
5244 * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
5246 Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
5249 2007-02-05 Carlos Garcia Campos <carlosgc@gnome.org>
5251 * backend/ps/ps.c: (psscan):
5255 2007-02-03 Carlos Garcia Campos <carlosgc@gnome.org>
5258 * libdocument/ev-file-helpers.c:
5260 Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
5262 2007-02-03 Carlos Garcia Campos <carlosgc@gnome.org>
5265 * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
5266 (ps_interpreter_start), (document_load), (save_document),
5268 * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
5269 * libdocument/ev-document-factory.c:
5270 (ev_document_factory_get_from_mime), (get_document_from_uri),
5271 (free_uncompressed_uri), (ev_document_factory_get_document):
5272 * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
5274 Support for PDF, PS and EPS compressed files. Fixes bug #307087.
5276 2007-02-03 Carlos Garcia Campos <carlosgc@gnome.org>
5278 * libdocument/ev-document.h:
5280 Fix typo in function name.
5282 2007-02-03 Carlos Garcia Campos <carlosgc@gnome.org>
5284 * backend/ps/ps-document.c: (ps_interpreter_finished),
5285 (ps_interpreter_start), (ps_interpreter_failed):
5287 Handle ghostscript interpreter crashes.
5289 2007-02-02 Carlos Garcia Campos <carlosgc@gnome.org>
5291 * shell/ev-window.c: (ev_window_open_uri),
5292 (window_configure_event_cb):
5294 Setup window size and position before showing it. Fixes bug #401711.
5296 2007-02-02 Carlos Garcia Campos <carlosgc@gnome.org>
5298 * backend/ps/Makefile.am:
5299 * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
5300 (ps_document_dispose), (ps_document_class_init),
5301 (ps_interpreter_input), (ps_interpreter_output),
5302 (ps_interpreter_error), (setup_interpreter_env),
5303 (ps_interpreter_start), (ps_interpreter_stop),
5304 (ps_interpreter_failed), (ps_interpreter_is_ready),
5305 (check_filecompressed), (document_load), (ps_document_load),
5306 (ps_document_get_n_pages), (setup_page), (setup_pixmap),
5307 (ps_document_widget_event), (send_ps), (ps_document_next_page),
5310 Rework ps-document. Code cleanups, remove deprecated code.
5312 2007-02-01 Carlos Garcia Campos <carlosgc@gnome.org>
5314 * shell/ev-view.c: (ev_view_button_press_event):
5316 Do not start an image drag and drop operation when pointer is on
5317 text, so that we can select text when the whole background is an
5320 2007-01-31 Carlos Garcia Campos <carlosgc@gnome.org>
5322 * shell/ev-window.c: (ev_window_update_actions):
5324 Disable all zoom related actions during presentation mode.
5326 2007-01-31 Esteban Sanchez <esteban@steve-0.com>
5328 * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
5330 Do not zoom in or out on presentation mode. Fixes bug #401305.
5332 2007-01-30 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5334 * shell/ev-navigation-action.c: (connect_proxy),
5335 (create_menu_item), (ev_navigation_action_class_init):
5337 Correctly show menu and fix crash when navigaton
5338 action is out of toolbar visible area.
5340 2007-01-30 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5347 2007-01-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5349 * help/reference/* :
5352 Added gtk-doc based documentation for Evince.
5353 Still in initial state but I hope it will
5358 Lower dbus requirement to 0.70
5360 2007-01-29 Carlos Garcia Campos <carlosgc@gnome.org>
5362 * shell/ev-window.c: (ev_window_add_history):
5366 2007-01-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5368 * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
5370 * shell/ev-window.c: (ev_window_add_history):
5372 Correctly handle named destination links
5374 2007-01-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5377 * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
5378 * backend/pdf/ev-poppler.cc:
5379 * libdocument/ev-document-links.h:
5380 * libdocument/ev-link.c: (ev_link_get_page):
5381 * libdocument/ev-link.h:
5382 * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
5383 (ev_history_add_link):
5384 * shell/ev-history.h:
5385 * shell/ev-navigation-action.c: (activate_menu_item_cb),
5386 (new_history_menu_item), (build_menu):
5387 * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
5388 * shell/ev-sidebar-links.c: (create_loading_model),
5389 (print_section_cb), (ev_sidebar_links_construct),
5390 (fill_page_labels), (update_page_callback_foreach),
5391 (update_page_callback), (job_finished_callback):
5392 * shell/ev-view.c: (ev_view_handle_link):
5393 * shell/ev-window.c: (ev_window_find_chapter),
5394 (ev_window_add_history), (view_handle_link_cb),
5395 (history_changed_cb):
5397 Implements another history variant
5399 2007-01-28 Carlos Garcia Campos <carlosgc@gnome.org>
5401 * shell/ev-window.c: (view_external_link_cb):
5402 * shell/ev-view.c: (ev_view_button_release_event):
5404 Open links in new window when clicking with middle button.
5406 2007-01-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5408 * shell/ev-navigation-action.c: (new_history_menu_item):
5409 * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
5410 * shell/ev-view.c: (ev_view_handle_link):
5411 * shell/ev-window.c:
5413 Store link before jump, not the destination. For me it
5414 seems like more natural history behavior.
5416 2007-01-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5418 * shell/ev-navigation-action.c: (activate_menu_item_cb),
5419 (ev_navigation_action_class_init):
5420 * shell/ev-navigation-action.h:
5421 * shell/ev-page-action.c: (activate_cb):
5422 * shell/ev-page-cache.c: (ev_page_cache_class_init),
5423 (ev_page_cache_set_current_page_history):
5424 * shell/ev-page-cache.h:
5425 * shell/ev-sidebar-thumbnails.c:
5426 (ev_sidebar_tree_selection_changed),
5427 (ev_sidebar_icon_selection_changed), (page_changed_cb):
5428 * shell/ev-view-private.h:
5429 * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
5431 * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
5432 (ev_window_setup_document), (ev_window_load_job_cb):
5433 * shell/ev-window.h:
5435 History finally works as expected.
5437 2007-01-28 Carlos Garcia Campos <carlosgc@gnome.org>
5439 * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
5441 Do not update links treeview if it doesn't have a model assigned yet.
5443 2007-01-28 Carlos Garcia Campos <carlosgc@gnome.org>
5445 * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
5446 (ev_sidebar_links_class_init), (update_page_callback):
5448 Do not update links treeview when sidepane is not visible.
5450 2007-01-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5452 * shell/ev-marshal.list:
5453 * shell/ev-page-action.c: (activate_cb),
5454 (ev_page_action_class_init):
5455 * shell/ev-page-action.h:
5456 * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
5457 * shell/ev-window.c:
5459 Remove activate_link signal, not required.
5461 2007-01-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5463 * shell/ev-navigation-action.c: (build_menu):
5465 Reorder menu items and build menu with fixed length.
5467 2007-01-27 Ed Catmur <ed@catmur.co.uk>
5469 * shell/ev-view.c: (get_selected_text):
5471 Normalize text to fix ligatures problem. See bug
5472 #341947 for details.
5474 2007-01-25 Carlos Garcia Campos <carlosgc@gnome.org>
5476 * shell/ev-page-cache.c: (ev_page_cache_finalize):
5478 Fix memory leak in ev-page-cache.
5480 2007-01-25 Tom Parker <palfrey@tevp.net>
5482 * backend/impress/impress-document.c: (impress_document_load),
5483 (impress_document_finalize), (impress_document_init):
5484 * properties/ev-properties-main.c: (ev_properties_get_pages):
5486 Correctly handle impress document errors. Fixes nautilus
5487 crash in property page #370491.
5489 2007-01-24 Carlos Garcia Campos <carlosgc@gnome.org>
5491 * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5492 (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5493 (ev_job_queue_remove_job):
5494 * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
5495 (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
5497 * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
5498 (ev_window_popup_password_dialog), (ev_window_clear_load_job),
5499 (ev_window_load_job_cb), (xfer_update_progress_callback),
5500 (ev_window_open_uri), (ev_window_dispose):
5501 * shell/main.c: (main):
5503 Do file transfer asynchronously in the main thread instead of
5504 synchronously in the load thread. Fixes bugs #399694, #398307 and
5507 2007-01-24 Carlos Garcia Campos <carlosgc@gnome.org>
5509 * shell/ev-jobs.c: (ev_job_xfer_run):
5511 Load the document with the font-config lock held.
5513 2007-01-23 Carlos Garcia Campos <carlosgc@gnome.org>
5515 * backend/ps/ps-document.c: (start_interpreter):
5517 Fix memory leaks in ps backend.
5519 2007-01-21 Carlos Garcia Campos <carlosgc@gnome.org>
5521 * backend/impress/impress-document.c:
5522 (impress_document_render_pixbuf):
5524 Do not acquire fontconfig lock in impress backend, since it is using
5525 the main loop for rendering.
5527 2007-01-21 Carlos Garcia Campos <carlosgc@gnome.org>
5531 Remove mdvi files that shouldn't be translated.
5533 2007-01-21 Carlos Garcia Campos <carlosgc@gnome.org>
5535 * shell/ev-view-private.h:
5536 * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
5539 Render "loading..." text into a cairo surface instead of directly into
5540 the window so that fontconfig lock is only needed once and UI is not
5541 blocked. Change text color to #9B9B9B. Fixes bug #397356.
5543 2007-01-19 Carlos Garcia Campos <carlosgc@gnome.org>
5545 * shell/ev-stock-icons.c: (ev_stock_icons_init):
5546 * shell/ev-application.c: (ev_application_open_uri_at_dest):
5548 Use icon theme associated with the window screen rather than default.
5550 2007-01-19 Luca Ferretti <elle.uca@libero.it>
5554 Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
5556 2007-01-19 Luca Ferretti <elle.uca@libero.it>
5558 * data/icons/*/apps/evince.*:
5560 Move Evince icons under new apps directory.
5562 * data/icons/*/actions/*:
5564 Add new custom themeable Evince icons: view-page-continuous,
5565 view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
5566 Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
5570 Add new directories to AC_CONFIG_FILES.
5572 * shell/ev-stock-icons.c:
5573 * shell/ev-stock-icons.h:
5575 Use new custom themeable icons.
5577 2007-01-18 Carlos Garcia Campos <carlosgc@gnome.org>
5579 * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5581 Do not draw white background page in presentation mode.
5583 2007-01-16 Jani Monoses <jani.monoses@gmail.com>
5585 * shell/ev-view.c: Remove unused gnome-vfs include.
5587 2007-01-16 Theppitak Karoonboonyanan <thep@linux.thai.net>
5589 * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
5591 Format string is corrected, fixes bug #397129.
5593 2007-01-14 Carlos Garcia Campos <carlosgc@gnome.org>
5595 * shell/ev-window.c: (ev_window_setup_recent):
5597 Do not include in recent menu inexistent documents. Fixes
5600 2007-01-14 Carlos Garcia Campos <carlosgc@gnome.org>
5604 Update POTFILES.skip file according to current source tree.
5606 2007-01-13 Carlos Garcia Campos <carlosgc@gnome.org>
5608 * shell/ev-window.c: (file_save_dialog_response_cb):
5610 Do Save a copy in atomic way. Fixes bug #328266.
5612 2007-01-12 Carlos Garcia Campos <carlosgc@gnome.org>
5614 * shell/ev-sidebar-links.c: (update_page_callback_foreach):
5616 Keep selected cell always visible in index treeview.
5618 2007-01-12 Carlos Garcia Campos <carlosgc@gnome.org>
5620 * shell/ev-view.c: (ev_view_size_allocate):
5622 Restore horizontal scrollbar after switching to/from fullscreen
5623 or presentation mode. Fixes bug #331728.
5625 2007-01-11 Carlos Garcia Campos <carlosgc@gnome.org>
5627 * shell/ev-view-private.h:
5628 * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
5629 * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
5630 (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
5631 (ev_view_can_zoom_out):
5633 Use max and min scale values in the view iby taking dpi into account.
5635 2007-01-10 Carlos Garcia Campos <carlosgc@gnome.org>
5642 2007-01-09 Carlos Garcia Campos <carlosgc@gnome.org>
5644 * shell/ev-window.c: (ev_window_print_send):
5646 Send print job to printer with some settings set to default values,
5647 since we have already exported to a file according to such settings
5648 and they could be taken twice by some printers.
5650 2007-01-09 Carlos Garcia Campos <carlosgc@gnome.org>
5652 * shell/ev-jobs.c: (ev_job_xfer_run):
5653 * shell/ev-application.c: (ev_application_open_uri_at_dest):
5655 Show main window and load document with the font-config lock held.
5657 2007-01-08 Carlos Garcia Campos <carlosgc@gnome.org>
5660 * shell/ev-application.c: (ev_application_register_service):
5661 * shell/main.c: (load_files_remote):
5663 Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
5665 2007-01-08 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5667 * doc/debugging.txt:
5669 Remove obsolete documentation.
5671 2007-01-08 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5674 * backend/Makefile.am:
5675 * backend/comics/Makefile.am:
5676 * backend/djvu/Makefile.am:
5677 * backend/dvi/Makefile.am:
5678 * backend/ev-async-renderer.c:
5679 * backend/ev-async-renderer.h:
5680 * backend/ev-attachment.c:
5681 * backend/ev-attachment.h:
5682 * backend/ev-backend-marshal.c:
5683 * backend/ev-document-factory.c:
5684 * backend/ev-document-factory.h:
5685 * backend/ev-document-find.c:
5686 * backend/ev-document-find.h:
5687 * backend/ev-document-fonts.c:
5688 * backend/ev-document-fonts.h:
5689 * backend/ev-document-images.c:
5690 * backend/ev-document-images.h:
5691 * backend/ev-document-info.h:
5692 * backend/ev-document-links.c:
5693 * backend/ev-document-links.h:
5694 * backend/ev-document-misc.c:
5695 * backend/ev-document-misc.h:
5696 * backend/ev-document-security.c:
5697 * backend/ev-document-security.h:
5698 * backend/ev-document-thumbnails.c:
5699 * backend/ev-document-thumbnails.h:
5700 * backend/ev-document-transition.c:
5701 * backend/ev-document-transition.h:
5702 * backend/ev-document.c:
5703 * backend/ev-document.h:
5704 * backend/ev-file-exporter.c:
5705 * backend/ev-file-exporter.h:
5706 * backend/ev-image.c:
5707 * backend/ev-image.h:
5708 * backend/ev-link-action.c:
5709 * backend/ev-link-action.h:
5710 * backend/ev-link-dest.c:
5711 * backend/ev-link-dest.h:
5712 * backend/ev-link.c:
5713 * backend/ev-link.h:
5714 * backend/ev-render-context.c:
5715 * backend/ev-render-context.h:
5716 * backend/ev-selection.c:
5717 * backend/ev-selection.h:
5718 * backend/impress/Makefile.am:
5719 * backend/pdf/Makefile.am:
5720 * backend/pixbuf/Makefile.am:
5721 * backend/ps/Makefile.am:
5722 * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
5723 (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
5724 (start_interpreter), (stop_interpreter), (document_load),
5725 (ps_document_next_page), (render_page):
5726 * backend/tiff/Makefile.am:
5727 * comics/Makefile.am:
5728 * comics/comics-document.c:
5729 * comics/comics-document.h:
5731 * cut-n-paste/zoom-control/ephy-zoom-control.c:
5733 * djvu/djvu-document-private.h:
5734 * djvu/djvu-document.c:
5735 * djvu/djvu-document.h:
5736 * djvu/djvu-links.c:
5737 * djvu/djvu-links.h:
5738 * djvu/djvu-text-page.c:
5739 * djvu/djvu-text-page.h:
5743 * dvi/dvi-document.c:
5744 * dvi/dvi-document.h:
5747 * dvi/mdvi-lib/Makefile.am:
5748 * dvi/mdvi-lib/afmparse.c:
5749 * dvi/mdvi-lib/afmparse.h:
5750 * dvi/mdvi-lib/bitmap.c:
5751 * dvi/mdvi-lib/bitmap.h:
5752 * dvi/mdvi-lib/color.c:
5753 * dvi/mdvi-lib/color.h:
5754 * dvi/mdvi-lib/common.c:
5755 * dvi/mdvi-lib/common.h:
5756 * dvi/mdvi-lib/defaults.h:
5757 * dvi/mdvi-lib/dvimisc.c:
5758 * dvi/mdvi-lib/dviopcodes.h:
5759 * dvi/mdvi-lib/dviread.c:
5760 * dvi/mdvi-lib/files.c:
5761 * dvi/mdvi-lib/font.c:
5762 * dvi/mdvi-lib/fontmap.c:
5763 * dvi/mdvi-lib/fontmap.h:
5764 * dvi/mdvi-lib/fontsrch.c:
5765 * dvi/mdvi-lib/gf.c:
5766 * dvi/mdvi-lib/hash.c:
5767 * dvi/mdvi-lib/hash.h:
5768 * dvi/mdvi-lib/list.c:
5769 * dvi/mdvi-lib/mdvi.h:
5770 * dvi/mdvi-lib/pagesel.c:
5771 * dvi/mdvi-lib/paper.c:
5772 * dvi/mdvi-lib/paper.h:
5773 * dvi/mdvi-lib/pk.c:
5774 * dvi/mdvi-lib/private.h:
5775 * dvi/mdvi-lib/setup.c:
5776 * dvi/mdvi-lib/sp-epsf.c:
5777 * dvi/mdvi-lib/special.c:
5778 * dvi/mdvi-lib/sysdeps.h:
5779 * dvi/mdvi-lib/t1.c:
5780 * dvi/mdvi-lib/tfm.c:
5781 * dvi/mdvi-lib/tfmfile.c:
5782 * dvi/mdvi-lib/tt.c:
5783 * dvi/mdvi-lib/util.c:
5784 * dvi/mdvi-lib/vf.c:
5785 * dvi/pixbuf-device.c:
5786 * dvi/pixbuf-device.h:
5787 * impress/Makefile.am:
5789 * impress/document.c:
5790 * impress/f_oasis.c:
5792 * impress/iksemel.c:
5793 * impress/iksemel.h:
5794 * impress/imposter.h:
5795 * impress/impress-document.c:
5796 * impress/impress-document.h:
5797 * impress/internal.h:
5800 * impress/r_geometry.c:
5801 * impress/r_gradient.c:
5802 * impress/r_style.c:
5811 * lib/ev-file-helpers.c:
5812 * lib/ev-file-helpers.h:
5817 * libdocument/Makefile.am:
5818 * libdocument/ev-file-helpers.c:
5820 * pdf/ev-poppler.cc:
5822 * pixbuf/Makefile.am:
5823 * pixbuf/pixbuf-document.c:
5824 * pixbuf/pixbuf-document.h:
5825 * properties/Makefile.am:
5836 * shell/Makefile.am:
5837 * shell/ev-application.h:
5838 * shell/ev-sidebar-links.c:
5839 * shell/ev-sidebar-links.h:
5840 * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
5841 (ev_gui_menu_position_tree_selection):
5843 * shell/ev-view.c: (ev_view_finalize):
5844 * shell/ev-window.c:
5845 * shell/main.c: (main):
5846 * thumbnailer/Makefile.am:
5848 * tiff/tiff-document.c:
5849 * tiff/tiff-document.h:
5853 Reorganize source tree.
5855 2007-01-08 Carlos Garcia Campos <carlosgc@gnome.org>
5857 * backend/ev-document-factory.c:
5859 Do not include ev-poppler.h when pdf is disabled.
5861 2007-01-07 Carlos Garcia Campos <carlosgc@gnome.org>
5864 * data/evince-ui.xml:
5865 * pdf/ev-poppler.cc: (pdf_document_images_get_images),
5866 (pdf_document_document_images_iface_init):
5867 * backend/Makefile.am:
5868 * backend/ev-document-images.[ch]:
5869 * backend/ev-image.[ch]:
5870 * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
5871 * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
5873 * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
5874 (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
5875 (ev_pixbuf_cache_get_image_mapping):
5876 * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
5877 (view_menu_popup_cb), (ev_window_dispose),
5878 (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
5879 (ev_view_popup_cmd_copy_image):
5880 * shell/ev-view-private.h:
5881 * shell/ev-view.c: (ev_view_get_image_at_location),
5882 (ev_view_do_popup_menu), (ev_view_popup_menu),
5883 (ev_view_button_press_event), (ev_view_drag_data_get),
5884 (ev_view_drag_motion), (ev_view_drag_data_received),
5885 (ev_view_motion_notify_event), (ev_view_button_release_event),
5886 (ev_view_finalize), (ev_view_class_init):
5888 Add image handling support. Fixes bugs #310008 and #325047. Images
5889 selection is not supported yet.
5891 2007-01-07 Carlos Garcia Campos <carlosgc@gnome.org>
5893 * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
5894 * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
5897 Move view drag and drop stuff to ev-view.
5899 2007-01-05 Carlos Garcia Campos <carlosgc@gnome.org>
5901 * shell/ev-pixbuf-cache.c: (clear_job_selection):
5902 * shell/ev-view.c: (clear_selection):
5904 Clear selection also in pixbuf cache.
5906 2007-01-02 Luca Ferretti <elle.uca@libero.it>
5908 * data/evince.desktop.in.in:
5910 Change icon name in desktop file. See bug #390734
5913 2006-12-28 Wouter Bolsterlee <wbolster@cvs.gnome.org>
5915 * thumbnailer/Makefile.am:
5917 Use top_builddir instead top_srcdir for generated schema
5918 file installation. Fixes bug #390161.
5920 2006-12-27 Carlos Garcia Campos <carlosgc@gnome.org>
5923 * backend/Makefile.am:
5924 * backend/ev-document-transition.[ch]:
5925 * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
5926 (pdf_document_page_transition_iface_init):
5927 * shell/ev-view-private.h:
5928 * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
5929 (ev_view_set_presentation), (transition_next_page),
5930 (ev_view_presentation_transition_stop),
5931 (ev_view_presentation_transition_start), (ev_view_next_page):
5933 Add page transition support in presentation mode. At the moment only
5934 page duration is supported, but not transition effects. Fixes bug
5937 2006-12-25 Carlos Garcia Campos <carlosgc@gnome.org>
5939 * backend/ev-document-links.c: (ev_document_links_find_link_dest):
5941 Run find_link_dest with document lock held, since it's called by links
5942 thread and main thread at the same time.
5944 2006-12-25 Carlos Garcia Campos <carlosgc@gnome.org>
5946 * shell/ev-view.c: (goto_dest):
5948 Update page-cache when page is changed by the view, so that
5949 page-changed signal is emitted.
5951 2006-12-25 Carlos Garcia Campos <carlosgc@gnome.org>
5956 Use C locale in tests.
5958 2006-12-24 Carlos Garcia Campos <carlosgc@gnome.org>
5960 * shell/ev-window.c: (ev_window_run_presentation):
5961 * shell/ev-view-private.h:
5962 * shell/ev-view.c: (ev_view_set_presentation):
5964 Restore zoom settings when back from presentation mode.
5966 2006-12-24 Wouter Bolsterlee <wbolster@cvs.gnome.org>
5968 * shell/ev-window.c: (ev_window_run_presentation):
5970 Always use "best fit" zoom in presentation mode.
5973 2006-12-24 Wouter Bolsterlee <wbolster@cvs.gnome.org>
5975 * shell/ev-view.c: (ev_view_goto_window_create):
5977 Show "Jump to page" label in the page jumping popup in
5978 presentation mode instead of just a GtkEntry.
5980 2006-12-23 Carlos Garcia Campos <carlosgc@gnome.org>
5982 * shell/ev-window.c: (launch_external_uri):
5984 Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
5987 2006-12-22 Elijah Newren <newren gmail com>
5989 * configure.ac: explicitly check for libxml2. Fixes #388795
5991 2006-12-22 Carlos Garcia Campos <carlosgc@gnome.org>
5993 * shell/ev-view-private.h:
5994 * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
5995 (ev_view_goto_window_delete_event), (key_is_numeric),
5996 (ev_view_goto_window_key_press_event),
5997 (ev_view_goto_window_button_press_event),
5998 (ev_view_goto_entry_activate), (ev_view_goto_window_create),
5999 (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
6000 (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
6002 Allow jumping to another page by typing a page number in presentation
6003 mode. It uses a popup window with an entry. Fixes bug #353625.
6005 2006-12-21 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6008 * properties/ev-properties-view.c: (ev_get_default_user_units),
6009 (ev_regular_paper_size):
6011 Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
6012 to Damien Carbery <damien.carbery@sun.com> and
6013 Yevgen Muntyan <muntyan@tamu.edu>.
6015 2006-12-20 Wouter Bolsterlee <wbolster@cvs.gnome.org>
6017 * shell/ev-window.c: (setup_document_from_metadata):
6019 Make sure Evince doesn't restore the view on the last
6020 page when a document is reopened. Fixes bug #383381.
6022 2006-12-18 Jens Granseuer <jensgr@gmx.net>
6024 * shell/ev-view.c: (draw_loading_text):
6026 Fix compilation with older compilers like gcc 2. Fixes bug #387237.
6028 2006-12-18 Carlos Garcia Campos <carlosgc@gnome.org>
6035 2006-12-18 Carlos Garcia Campos <carlosgc@gnome.org>
6038 * pdf/ev-poppler.cc: (pdf_print_context_free),
6039 (pdf_document_file_exporter_begin),
6040 (pdf_document_file_exporter_do_page):
6042 Make cairo-pdf depedency optional.
6044 2006-12-18 Carlos Garcia Campos <carlosgc@gnome.org>
6046 * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
6048 Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
6050 2006-12-18 Carlos Garcia Campos <carlosgc@gnome.org>
6052 * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
6053 (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
6054 * pdf/ev-poppler.cc: (make_thumbnail_for_size):
6055 * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
6056 * shell/ev-view.c: (draw_loading_text):
6057 * shell/ev-window.c: (ev_window_cmd_file_properties):
6059 Use an specific lock for FontConfig. Hopefully it fixes some crashes
6060 related to using FontConfig from different threads.
6062 2006-12-18 Carlos Garcia Campos <carlosgc@gnome.org>
6064 * shell/ev-view.c: (draw_loading_text):
6066 Acquire lock document when drawing "Loading..." text so that only one
6067 thread will use FontConfig at the same time. Fixes bug #374750.
6069 2006-12-15 Carlos Garcia Campos <carlosgc@gnome.org>
6071 * shell/ev-page-action.[ch]: (activate_cb):
6072 * shell/ev-window.c: (activate_label_cb):
6074 Check if text inserted in page entry is a valid page number when it
6075 doesn't match to any document page label. Fixes bug #383165.
6077 2006-12-14 Julien Rebetez, <julienr@cvs.gnome.org>
6078 * shell/ev-window.c:
6080 GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
6081 available with GTK < 2.10. Added an ifdef to avoid compilation
6084 2006-12-14 Carlos Garcia Campos <carlosgc@gnome.org>
6087 * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
6089 Fix ps backend in multihead systems.
6091 2006-12-14 Carlos Garcia Campos <carlosgc@gnome.org>
6093 * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
6094 * shell/ev-window.c: (ev_window_get_screen_dpi),
6095 (ev_window_update_actions), (setup_view_from_metadata),
6096 (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
6098 Take screen DPI into account when zooming. Fixes bug #318285.
6100 2006-12-14 Wouter Bolsterlee <wbolster@cvs.gnome.org>
6104 Cleaned up/slightly refactored Makefile.am. Added GConf
6105 schemas uninstallation as well.
6107 2006-12-13 Wouter Bolsterlee <wbolster@cvs.gnome.org>
6112 Fight with autotools to fix make check. Make distcheck
6113 works fine as well now!
6115 2006-12-13 Wouter Bolsterlee <wbolster@cvs.gnome.org>
6117 * shell/ev-view.c: (draw_end_presentation_page):
6119 Corrected "end of presentation" string.
6121 2006-12-13 Wouter Bolsterlee <wbolster@cvs.gnome.org>
6123 * shell/ev-view.c: (ev_view_key_press_event):
6125 Correctly propagate key press event so that up/down keys
6126 work as expected (correct behaviour was broken by
6127 black/white screen key bindings for presentations).
6129 2006-12-13 Carlos Garcia Campos <carlosgc@gnome.org>
6131 * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
6132 (pdf_document_find_get_result), (pdf_document_find_page_has_results),
6133 (pdf_document_find_get_progress), (pdf_selection_render_selection),
6134 (pdf_selection_get_selection_region),
6135 (pdf_selection_get_selection_map):
6137 Add "static" to some private functions.
6139 2006-12-13 P. Henrique Silva <ph.silva@gmail.com>
6142 * properties/ev-properties-view.h:
6144 * shell/ev-properties-dialog.h:
6145 * shell/ev-properties-fonts.h:
6146 * shell/ev-sidebar-links.h:
6147 * shell/ev-sidebar-thumbnails.h:
6148 * shell/ev-sidebar.h:
6149 * shell/ev-window.h:
6151 Fixes CHACK type in class casts. See bug #385343
6154 2006-12-10 Carlos Garcia Campos <carlosgc@gnome.org>
6156 * shell/ev-view-private.h:
6157 * shell/ev-view.c: (draw_end_presentation_page),
6158 (ev_view_expose_event), (ev_view_key_press_event),
6159 (ev_view_class_init), (ev_view_init):
6161 Blank screen in presentation mode when pressing 'b' (filling with
6162 black) or 'w' (filling with white) keys. Fixes bug #358132.
6164 2006-12-09 Gabriel Felipe Cornejo <gnomeusr@gmail.com>
6166 * data/evince-toolbar.xml:
6167 * shell/ev-window.c:
6169 Use stock icon for Select All action. Fixes
6172 2006-12-09 Radoslav Dorcik <dixiecko@gmail.com>
6174 * shell/ev-view.c: (get_doc_point_from_offset),
6175 (ev_view_get_link_at_location), (ev_view_motion_notify_event):
6177 Add links support in rotated documents. Fixes bug #343733.
6179 2006-12-09 Carlos Garcia Campos <carlosgc@gnome.org>
6181 * shell/ev-view-private.h:
6182 * shell/ev-view.c: (draw_end_presentation_page),
6183 (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
6185 Show a blank page after the last page in presentation mode with a
6186 message indicating that presentation has finished and how to exit.
6188 2006-12-09 Carlos Garcia Campos <carlosgc@gnome.org>
6190 * shell/ev-window.c: (fullscreen_timeout_cb):
6192 Hide cursor after a while in presentation mode.
6194 2006-12-04 Wouter Bolsterlee <wbolster@cvs.gnome.org>
6196 * backend/ev-document-info.h:
6197 * data/evince-properties.glade:
6198 * pdf/ev-poppler.cc:
6199 * properties/ev-properties-view.c: (ev_regular_paper_size),
6200 (ev_properties_view_set_info):
6201 * ps/ps-document.c: (ps_document_get_info):
6203 Adds a paper size field to the properties dialog. Fixes
6204 bug #307315. Patch by Kasper Svendsen (with some i18n
6205 changes done by me).
6207 2006-12-03 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6209 * cut-n-paste/totem-screensaver/totem-scrsaver.c:
6210 (screensaver_init_dbus), (totem_scrsaver_new),
6211 (totem_scrsaver_init):
6212 * cut-n-paste/totem-screensaver/totem-scrsaver.h:
6213 * shell/ev-application.c: (ev_application_register_service),
6214 (ev_application_screensaver_enable),
6215 (ev_application_screensaver_disable):
6216 * shell/ev-application.h:
6217 * shell/ev-window.c: (ev_window_run_presentation),
6218 (ev_window_stop_presentation), (build_comments_string),
6221 Move screensaver handling to application. No more
6224 2006-12-03 Carlos Garcia Campos <carlosgc@gnome.org>
6227 * backend/Makefile.am:
6228 * backend/ev-file-exporter.[ch]:
6229 * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
6230 * ps/ps-document.c: (ps_document_file_exporter_*):
6231 * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
6232 * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
6233 * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6234 (ev_window_print_dialog_response_cb), (ev_window_print_range):
6236 Allow printing to PDF when suppoted by the backend.
6238 2006-12-03 Carlos Garcia Campos <carlosgc@gnome.org>
6240 * shell/ev-window.c: (build_comments_string):
6242 Use always "Document Viewer" in about dialog.
6244 2006-12-03 Carlos Garcia Campos <carlosgc@gnome.org>
6246 * djvu/djvu-document.c: (djvu_document_get_page_size):
6248 Display a warning message when get_pageinfo fails.
6250 2006-11-30 Yevgen Muntyan <muntyan@tamu.edu>
6253 * backend/Makefile.am:
6254 * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6256 * shell/ev-window.c: (build_comments_string):
6258 Make pdf compilation optional. See bug #38007.
6260 2006-11-30 Carlos Garcia Campos <carlosgc@gnome.org>
6262 * ps/ps.c: (get_next_text):
6266 2006-11-22 Carlos Garcia Campos <carlosgc@gnome.org>
6268 * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
6269 * shell/ev-navigation-action.c: (connect_proxy),
6270 (ev_navigation_action_finalize), (ev_navigation_action_class_init):
6272 Do not call g_type_class_peek_parent twice.
6274 2006-11-22 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6277 * data/icons/24x24/.cvsignore:
6278 * data/icons/24x24/Makefile.am:
6279 * data/icons/24x24/evince.png:
6280 * data/icons/Makefile.am:
6282 Add 24x24 icon. Thanks to
6283 Michael Monreal <infernux@web.de>.
6285 2006-11-22 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6287 * configure.ac: Fix typo in configure.ac. Thanks
6288 to dmacks@netspace.org for notification.
6290 2006-11-22 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6292 * cut-n-paste/totem-screensaver/totem-scrsaver.c:
6294 Drop dbus include, fixes compilation with older dbus.
6296 2006-11-22 Wouter Bolsterlee <wbolster@cvs.gnome.org>
6299 * cut-n-paste/Makefile.am:
6300 * cut-n-paste/totem-screensaver/.cvsignore
6301 * cut-n-paste/totem-screensaver/Makefile.am:
6302 * cut-n-paste/totem-screensaver/README:
6303 * cut-n-paste/totem-screensaver/totem-scrsaver.c:
6304 * cut-n-paste/totem-screensaver/totem-scrsaver.h:
6305 * shell/Makefile.am:
6306 * shell/ev-window.c: (ev_window_run_presentation),
6307 (ev_window_stop_presentation), (ev_window_cmd_help_about),
6310 Implemented screensaver enabling/disabling for
6311 presentation mode (not fullscreen mode). Code stolen
6312 from Totem (with some minor tweaks). Fixes bug #338889.
6314 2006-11-19 Wouter Bolsterlee <wbolster@cvs.gnome.org>
6318 Bump gnome-icon-theme requirements. We use the rotation
6319 icons that appeared recently.
6321 2006-11-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6323 * shell/ev-history.c: (ev_history_add_page):
6324 * shell/ev-history.h:
6325 * shell/ev-window.c: (page_changed_cb):
6327 Use page labels instead of numbers.
6329 2006-11-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6331 * data/evince-toolbar.xml:
6333 * shell/Makefile.am:
6334 * shell/ev-navigation-action-widget.c:
6335 (ev_navigation_action_widget_init),
6336 (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
6337 (menu_detacher), (ev_navigation_action_widget_set_menu),
6338 (menu_position_func), (popup_menu_under_arrow),
6339 (ev_navigation_action_widget_toggled),
6340 (ev_navigation_action_widget_button_press_event):
6341 * shell/ev-navigation-action-widget.h:
6342 * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
6343 (ev_navigation_action_set_window), (activate_menu_item_cb),
6344 (new_history_menu_item), (new_empty_history_menu_item),
6345 (build_menu), (menu_activated_cb), (connect_proxy),
6346 (create_tool_item), (ev_navigation_action_init),
6347 (ev_navigation_action_finalize), (ev_navigation_action_class_init):
6348 * shell/ev-navigation-action.h:
6349 * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
6350 (ev_page_action_widget_set_page_cache),
6351 (ev_page_action_widget_finalize),
6352 (ev_page_action_widget_class_init), (match_selected_cb),
6353 (display_completion_text), (match_completion), (build_new_tree_cb),
6354 (get_filter_model_from_model),
6355 (ev_page_action_widget_update_model):
6356 * shell/ev-page-action-widget.h:
6357 * shell/ev-page-action.c: (activate_link_cb), (update_model),
6359 * shell/ev-page-action.h:
6360 * shell/ev-stock-icons.c:
6361 * shell/ev-stock-icons.h:
6362 * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6363 (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
6364 (register_custom_actions):
6367 Preliminary history implementation
6369 2006-11-16 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6371 * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
6372 (dvi_document_class_init), (dvi_document_init_params):
6373 * dvi/mdvi-lib/font.c: (font_reference):
6375 Add reference to subfont. Fixes bug #374277.
6377 2006-11-16 Carlos Garcia Campos <carlosgc@gnome.org>
6379 * shell/ev-window.c: (ev_window_create_tmp_symlink),
6380 (ev_window_cmd_file_open_copy_at_dest):
6382 Fix a race condition when creating symlink. Increase the counter
6383 avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
6384 Mathias Hasselmann).
6386 2006-11-15 Carlos Garcia Campos <carlosgc@gnome.org>
6388 * backend/Makefile.am:
6389 * backend/ev-attachment.c: (ev_attachment_open):
6390 * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
6391 (ev_tmp_dir), (ev_tmp_filename):
6392 * shell/ev-sidebar-attachments.c:
6393 (ev_sidebar_attachments_drag_data_get):
6394 * shell/ev-window.c: (ev_window_clear_temp_file):
6396 Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
6397 in ensure_dir_exists. Abort without crashing when we can't create
6400 2006-11-14 Carlos Garcia Campos <carlosgc@gnome.org>
6402 * data/evince-ui.xml:
6403 * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6404 (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
6405 (ev_window_cmd_file_open_copy_at_dest),
6406 (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
6407 (ev_view_popup_cmd_open_link_new_window):
6409 Allow opening a copy of the current document in a new window. Fixes bug
6412 2006-11-11 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6414 * data/evince-toolbar.xml:
6416 Add rotate right and rotate left to available items for toolbar.
6418 * data/evince-ui.xml:
6419 * shell/ev-window.c: (ev_window_init):
6421 Customize toolbar with right click. Fixes bug #372451.
6423 2006-11-11 Claudio Saavedra <csaavedra@alumnos.utalca.cl>
6425 * shell/ev-window.c:
6427 Use "object-rotate-{left,right}" stock icons. Fixes
6430 2006-11-10 Carlos Garcia Campos <carlosgc@gnome.org>
6432 * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
6433 (ev_application_open_uri_at_dest), (ev_application_open_uri):
6434 * shell/ev-window.[ch]: (ev_window_clear_temp_file),
6435 (ev_window_open_uri):
6436 * shell/main.c: (arguments_parse):
6438 Remove temp file created when evince is used by GTK+ in
6439 preview mode. Fixes bug #365282.
6441 2006-11-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6443 * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6445 Fixes bug #372474 - Side pane disabled when entering
6446 and leaving fullscreen mode.
6448 2006-11-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6450 * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
6452 * data/evince-preview-toolbar.xml:
6453 * data/evince-toolbar.xml:
6454 * shell/ev-application.c: (ev_application_shutdown),
6455 (ev_application_init), (ev_application_get_toolbars_model):
6456 * shell/ev-application.h:
6457 * shell/ev-window.c: (update_chrome_visibility),
6458 (ev_window_create_fullscreen_popup), (ev_window_run_preview),
6459 (ev_window_cmd_edit_toolbar), (ev_window_init):
6461 Fixes bug #364364 - toolbar editor shows zoom actions again.
6463 2006-11-09 Carlos Garcia Campos <carlosgc@gnome.org>
6465 * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6467 Do not take margins into consideration for paper size when printing.
6468 Really fixes bug #350491.
6470 2006-11-08 Carlos Garcia Campos <carlosgc@gnome.org>
6472 * data/evince-ui.xml:
6473 * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
6474 (ev_window_cmd_file_print_setup),
6475 (ev_window_print_dialog_response_cb),
6476 (ev_window_setup_action_sensitivity):
6478 Add page setup settings for printing. Fixes bugs #363860 and #350491.
6480 2006-11-08 Carlos Garcia Campos <carlosgc@gnome.org>
6482 * shell/ev-window.c: (ev_window_print_range):
6484 Revert my previuos commit, since printing to PDF is not supported by
6487 2006-11-08 Carlos Garcia Campos <carlosgc@gnome.org>
6489 * shell/ev-window.c: (ev_window_print_range):
6491 Enable print to a PDF. Fixes bug #332121.
6493 2006-10-31 Carlos Garcia Campos <carlosgc@gnome.org>
6495 * shell/ev-application-service.xml:
6496 * shell/ev-application.[ch]: (ev_application_open_window),
6497 (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
6498 (ev_application_open_uri), (ev_application_open_uri_list):
6499 * shell/ev-window.c: (file_open_dialog_response_cb),
6500 (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
6501 (drag_data_received_cb), (open_remote_link):
6502 * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
6504 Add support for multiscreen systems. Fixes bug #316206.
6506 2006-10-30 Carlos Garcia Campos <carlosgc@gnome.org>
6508 * shell/ev-jobs.[ch]: (ev_job_print_new),
6509 (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
6510 (ev_job_print_do_page):
6511 * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
6513 Allow printing only odd/even pages. Fixes bug #367289.
6515 2006-10-29 Wouter Bolsterlee <wbolster@cvs.gnome.org>
6520 Re-add locale settings to test files.
6522 2006-10-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6524 * data/evince-ui.xml:
6525 * shell/ev-window.c: (set_action_properties):
6527 Removed garbage from code and ui.
6529 2006-10-29 Wouter Bolsterlee <wbolster@cvs.gnome.org>
6531 * shell/ev-window.c: (ev_window_cmd_help_about):
6533 Shamelessly add my name to the list of contributors.
6535 2006-10-29 Wouter Bolsterlee <wbolster@cvs.gnome.org>
6540 Cleaned up the dogtail scripts.
6542 2006-10-27 Wouter Bolsterlee <wbolster@cvs.gnome.org>
6544 * shell/ev-view.c: (draw_loading_text): Don't render
6545 "loading..." text in presentation mode. Temporary
6546 workaround for bug #320352.
6548 2006-10-24 Carlos Garcia Campos <carlosgc@gnome.org>
6550 * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
6551 * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6553 Use print settings scale, copies, collate and reverse which were
6554 ignored. Fixes bug #359032.
6556 2006-10-24 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6559 * data/evince-password.glade:
6561 * test/test-encrypt.pdf:
6562 * test/test-links.pdf:
6566 Add automated UI tests for evince with dogtail. See
6569 2006-10-22 Carlos Garcia Campos <carlosgc@gnome.org>
6571 * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
6573 Hide fullscreen toolbar when switching to another desktop workspace.
6576 2006-10-20 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6578 * shell/ev-window-title.c:
6580 Test for .dvi in title of pdf documents.
6582 2006-10-19 Wouter Bolsterlee <wbolster@cvs.gnome.org>
6584 * shell/ev-view.c: (ev_view_scroll):
6586 Page Up/Down should do page jumps in "Best fit" mode.
6587 If a user has explicitly chosen to view exactly one page
6588 at a time, scrolling just a part of the page when
6589 pressing Page Up/Down is not right. Fixes bug #323107.
6591 2006-10-09 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6598 2006-10-09 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6600 * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
6601 (job_fonts_finished_cb), (ev_properties_fonts_set_document):
6603 Correctly disconnect from job signals on destroy.
6605 2006-10-08 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6607 * shell/ev-view-private.h:
6608 * shell/ev-view.c: (view_set_adjustment_values),
6609 (view_update_range_and_current_page),
6610 (ensure_rectangle_is_visible), (ev_view_size_allocate):
6612 Fixes bug #343199, current page now follows find page.
6614 2006-10-08 Wouter Bolsterlee <wbolster@gnome.org>
6616 * backend/ev-document-factory.c:
6618 Assigned OpenDocument presenation MIME type to the
6619 Impress backend. Added some missing (but harmless)
6620 #ifdefs in the document factory as well to make things
6621 consistent again. Fixes bug #360658.
6623 2006-10-08 Christian Persch <chpe@cvs.gnome.org>
6625 * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
6626 * backend/ev-document-find.c: (ev_document_find_get_type):
6627 * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
6628 * backend/ev-document-links.c: (ev_document_links_get_type):
6629 * backend/ev-document-security.c: (ev_document_security_get_type):
6630 * backend/ev-document-thumbnails.c:
6631 (ev_document_thumbnails_get_type):
6632 * backend/ev-document.c: (ev_document_get_type):
6633 * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
6634 * backend/ev-selection.c: (ev_selection_get_type):
6635 * cut-n-paste/recent-files/egg-recent-model.c:
6636 (egg_recent_model_get_type):
6637 * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6638 (egg_recent_view_uimanager_get_type):
6639 * cut-n-paste/recent-files/egg-recent-view.c:
6640 (egg_recent_view_get_type):
6641 * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6642 (egg_editable_toolbar_get_type):
6643 * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6644 (egg_toolbar_editor_get_type):
6645 * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6646 (egg_toolbars_model_get_type):
6647 * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6648 (egg_tree_multi_drag_source_get_type):
6649 * cut-n-paste/zoom-control/ephy-zoom-action.c:
6650 (ephy_zoom_action_get_type):
6651 * cut-n-paste/zoom-control/ephy-zoom-control.c:
6652 (ephy_zoom_control_get_type):
6653 * impress/r_back.c: (_imp_fill_back):
6654 * properties/ev-properties-main.c:
6655 (ev_properties_plugin_register_type):
6656 * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
6657 * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
6658 (ev_view_accessible_factory_get_type):
6660 Reduce relocations. Bug #360616.
6662 2006-10-08 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6664 * backend/ev-document-factory.c:
6665 (ev_document_factory_get_document):
6667 Load document even if extension is wrong.
6669 2006-10-03 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6671 * shell/ev-metadata-manager.c: (save_values):
6672 * shell/ev-window.c: (setup_size_from_metadata),
6673 (setup_view_from_metadata), (ev_window_setup_document),
6674 (ev_window_xfer_job_cb), (window_configure_event_cb):
6676 Set size according to the document size/page size ratio.
6677 That should correct rather wierd behaviour of the previous
6680 2006-10-03 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6682 * shell/ev-window.c: (setup_view_from_metadata):
6684 Set size for new windows from previous window size.
6685 See bugs #354968 and #168450 for details. Thanks
6688 2006-10-01 Carlos Garcia Campos <carlosgc@gnome.org>
6690 * djvu/djvu-links.c: (build_tree):
6694 2006-10-01 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6696 * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
6698 Don't make sidebar close button insensitive. Fixes
6701 2006-10-01 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6703 * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6704 (ev_window_set_view_accels_sensitivity):
6706 Don't enable Slash on documents which don't support
6707 find. Fixes bug #358648.
6709 2006-10-01 Wouter Bolsterlee <wbolster@gnome.org>
6711 * shell/ev-window.c: (ev_window_cmd_file_open): Make the
6712 open dialog fall back to the current document uri if the
6713 filechooser hasn't been used before. Fixes bug #356980.
6715 2006-09-24 Mathias Hasselmann <mathias.hasselmann@gmx.de>
6717 * shell/ev-window.c: (ev_window_setup_recent),
6718 (ev_window_get_recent_file_label):
6720 Escape underscores in filenames of recent file items.
6722 2006-09-24 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6726 Bumped poppler requirements, really 0.5.3 is very
6727 buggy, now we require 0.5.4.
6729 2006-09-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6732 * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6733 (djvu_document_find_iface_init), (djvu_document_links_get_links),
6734 (djvu_document_document_links_iface_init):
6735 * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
6736 (number_from_string_10), (get_djvu_link_dest),
6737 (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
6738 (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
6739 (djvu_links_get_links), (djvu_links_find_link_dest),
6740 (djvu_links_get_links_model):
6741 * djvu/djvu-links.h:
6743 Add support for links and bookmarks in djvu documents. Thanks
6744 to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
6747 2006-09-14 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6749 * shell/ev-application.c: (ev_application_open_uri_at_dest):
6751 Reopen should reload document. Fixes
6754 2006-09-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6758 * data/evince-16.png:
6759 * data/evince-22.png:
6762 * data/icons/16x16/Makefile.am:
6763 * data/icons/16x16/evince.png:
6764 * data/icons/22x22/Makefile.am:
6765 * data/icons/22x22/evince.png:
6766 * data/icons/48x48/Makefile.am:
6767 * data/icons/48x48/evince.png:
6768 * data/icons/Makefile.am:
6769 * data/icons/scalable/Makefile.am:
6770 * data/icons/scalable/evince.svg:
6772 Install icons with correct names. Fixes
6775 2006-09-07 Carlos Garcia Campos <carlosgc@gnome.org>
6777 * shell/ev-view.c: (ev_view_button_release_event):
6779 Don't open links with middle mouse button. Fixes bug #353649
6781 2006-09-04 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6786 Update for release 0.6.0
6788 2006-08-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6790 * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
6791 Implement Close named action. Patch by Carlos Garcia Campos.
6793 2006-08-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6795 * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
6797 Don't clear link mapping on copy_job_to_job_info. Fixes
6800 2006-08-21 Carlos Garcia Campos <carlosgc@gnome.org>
6802 * shell/main.c: (main):
6804 Revert my previous commit, gnome_program_init owns the option context.
6805 Fix another memory leak in main. Both caught by Christian Persch.
6807 2006-08-21 Carlos Garcia Campos <carlosgc@gnome.org>
6809 * shell/main.c: (main):
6813 2006-08-21 Carlos Garcia Campos <carlosgc@gnome.org>
6815 * backend/ev-document-factory.c: (ev_document_factory_get_document):
6817 Fix crash when opening a pdf with password protection.
6819 2006-08-19 Carlos Garcia Campos <carlosgc@gnome.org>
6821 * pdf/ev-poppler.cc: (pdf_document_search_free):
6825 2006-08-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6827 * backend/ev-document-factory.c:
6828 (ev_document_factory_get_document):
6829 * tiff/tiff-document.c: (tiff_document_finalize):
6831 More correct handling of document loading. Fixes
6834 2006-08-14 Carlos Garcia Campos <carlosgc@gnome.org>
6836 * backend/ev-attachment.c: (ev_attachment_save):
6838 Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
6839 gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
6841 2006-08-15 Julien Rebetez <julienr@cvs.gnome.org>
6843 * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
6844 Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
6846 2006-08-14 Carlos Garcia Campos <carlosgc@gnome.org>
6848 * shell/ev-sidebar-thumbnails.c:
6850 Do not render thumbnails unless thumbnails page is active in the
6853 2006-08-14 Christian Persch <chpe@cvs.gnome.org>
6855 * shell/ev-properties-dialog.c:
6857 Fix dialogue spacing. Bug #351370.
6859 2006-08-13 Wouter Bolsterlee <uws+gnome@xs4all.nl>
6863 Use lowercase gettext catalog file names (evince.mo
6864 instead of Evince.mo)
6866 2006-08-13 Carlos Garcia Campos <carlosgc@gnome.org>
6868 * shell/ev-sidebar-attachments.c:
6870 GtkIconTheme is now screen safe too. Fixes bug #350878
6872 2006-08-11 Carlos Garcia Campos <carlosgc@gnome.org>
6874 * shell/ev-window.c:
6876 GtkRecent manager is now screen safe. Fixes bug #350145
6878 2006-08-11 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6880 * shell/ev-sidebar.c: (ev_sidebar_init):
6882 Make sidebar close icon smaller. Fix for bug 350177.
6883 See also bugs 350176 and 165770.
6885 2006-08-10 Carlos Garcia Campos <carlosgc@gnome.org>
6887 * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
6889 Ignore zoom for xyz destinations when it's <= 1, keeping user
6890 preferences instead. Set correct sizing-mode for fith and fitv
6891 destinations rather than EV_SIZING_FREE. Fixes bug #349433
6893 2006-08-08 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6898 Update for release 0.5.5
6900 2006-08-07 Radoslav Dorcik <dixiecko@gmail.com>
6902 * shell/ev-window.c: (ev_window_cmd_escape)
6904 Escape unfocus page entry. Fixes bug #345809.
6906 2006-08-06 Carlos Garcia Campos <carlosgc@gnome.org>
6908 * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
6909 (build_tree), (pdf_document_links_get_links),
6910 (pdf_document_links_find_link_dest):
6911 * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
6914 Convert from PDF style coordinates to X style coordinates in the
6915 backend rather than in the view. Fixes bug #338440
6917 2006-08-06 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6919 * shell/ev-window.c:
6921 Remove Ctrl+Shift+T shortcut for toolbars. See
6924 2006-08-05 Carlos Garcia Campos <carlosgc@gnome.org>
6928 Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
6931 2006-08-05 Carlos Garcia Campos <carlosgc@gnome.org>
6934 * cut-n-paste/Makefile.am:
6935 * data/evince-ui.xml:
6936 * shell/Makefile.am:
6937 * shell/ev-application.[ch]:
6938 * shell/ev-window.c:
6940 Use GtkRecent instead of EggRecent when it's available. Fixes bug
6943 2006-08-04 Wouter Bolsterlee <uws+gnome@xs4all.nl>
6945 * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
6946 findbar code: s/help/search/
6948 2006-08-04 Ricardo Markiewicz <rmarkie@fi.uba.ar>
6950 * shell/ev-window.c: (setup_document_from_metadata),
6951 (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
6952 (setup_view_from_metadata):
6956 2006-07-31 Christian Persch <chpe@cvs.gnome.org>
6958 * autogen.sh, configure.ac:
6960 Update automake usage. See bug 349292.
6962 2006-07-30 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6964 * shell/eggfindbar.c: (egg_find_bar_class_init),
6965 (entry_activate_callback), (egg_find_bar_init),
6966 (egg_find_bar_set_status_text):
6967 * shell/eggfindbar.h:
6969 Unify Evince findbar with Epiphany. Nice patch
6970 from Fabricio Silva <silva@crans.org> and
6971 Frederic Peters <fpeters@entrouvert.com>. See
6972 bug #339966 for details.
6974 2006-07-27 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6976 * data/evince.desktop.in.in:
6978 Correct information for bugzilla. Thanks to
6979 Olaf Vitters, see bug #348855.
6981 2006-07-26 Carlos Garcia Campos <carlosgc@gnome.org>
6983 * shell/ev-jobs.[ch]:
6984 * shell/ev-sidebar-links.c:
6985 * shell/ev-window.[ch]:
6987 GtkPrintJob doesn't support print ranges or current page, so we export
6988 to a ps file now when printing ranges or current page.
6990 2006-07-26 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6992 * pdf/ev-poppler.cc:
6993 * shell/ev-window.c: (do_action_named):
6995 We should be more clear about bugzilla. See the
6998 2006-07-23 Carlos Garcia Campos <carlosgc@gnome.org>
7001 * shell/Makefile.am:
7002 * shell/ev-job-queue.c:
7003 * shell/ev-jobs.[ch]:
7004 * shell/ev-sidebar-links.c:
7005 * shell/ev-window.[ch]:
7007 Use GtkPrint instead of GnomePrint when it's available. Fixes bug
7010 2006-07-17 Carlos Garcia Campos <carlosgc@gnome.org>
7012 * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
7013 * shell/ev-application-service.xml:
7014 * shell/ev-application.[ch]:
7015 * shell/ev-jobs.[ch]:
7016 * shell/ev-window.[ch]: (ev_window_run_preview):
7019 Add preview mode to use evince as a printing previewer. It also adds
7020 other command line options for fullscreen and presentation modes.
7021 Fixes bugs #347822, #317031
7023 2006-07-11 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7028 Update for release 0.5.4
7030 2006-07-11 Bastien Nocera <hadess@hadess.net>
7033 * backend/Makefile.am:
7034 * backend/ev-document-factory.c: (ev_document_factory_add_filters):
7035 * backend/ev-document-factory.h:
7037 * impress/.cvsignore:
7038 * impress/Makefile.am:
7040 * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
7041 (imp_get_page), (imp_next_page), (imp_prev_page),
7042 (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
7043 * impress/f_oasis.c: (render_object), (render_page),
7044 (get_geometry), (_imp_oasis_load):
7045 * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
7047 * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
7048 (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
7049 (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
7050 (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
7051 (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
7052 (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
7053 (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
7054 (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
7055 (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
7056 (iks_new_within), (iks_insert), (iks_insert_cdata),
7057 (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
7058 (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
7059 (iks_parent), (iks_root), (iks_child), (iks_first_tag),
7060 (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
7061 (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
7062 (iks_cdata), (iks_cdata_size), (iks_has_children),
7063 (iks_has_attribs), (escape_size), (my_strcat), (escape),
7064 (iks_string), (iks_copy_within), (iks_copy), (tagHook),
7065 (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
7066 (iks_tree), (iks_load), (iks_save):
7067 * impress/iksemel.h:
7068 * impress/imposter.h:
7069 * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
7070 (imp_render_draw_bezier_real), (imp_render_get_size),
7071 (imp_render_set_fg_color), (imp_render_draw_line),
7072 (imp_render_draw_rect), (imp_render_draw_polygon),
7073 (imp_render_draw_arc), (imp_render_draw_bezier),
7074 (imp_render_open_image), (imp_render_get_image_size),
7075 (imp_render_scale_image), (imp_render_draw_image),
7076 (imp_render_close_image), (imp_render_markup),
7077 (imp_render_get_text_size), (imp_render_draw_text),
7078 (impress_document_load), (impress_document_save),
7079 (impress_document_get_n_pages), (impress_document_get_page_size),
7080 (imp_render_get_from_drawable), (impress_document_render_pixbuf),
7081 (impress_document_finalize), (impress_document_class_init),
7082 (impress_document_can_get_text), (impress_document_get_info),
7083 (impress_document_document_iface_init),
7084 (impress_document_thumbnails_get_thumbnail),
7085 (impress_document_thumbnails_get_dimensions),
7086 (impress_document_document_thumbnails_iface_init),
7087 (impress_document_init):
7088 * impress/impress-document.h:
7089 * impress/internal.h:
7090 * impress/r_back.c: (_imp_fill_back):
7091 * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
7092 (_imp_draw_image), (_imp_tile_image):
7093 * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
7094 (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
7096 * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
7097 (r_draw_gradient_complex), (r_draw_gradient):
7098 * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
7100 * impress/r_text.c: (add_line), (add_span), (calc_sizes),
7101 (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
7103 * impress/render.c: (imp_create_context), (imp_context_set_page),
7104 (imp_context_set_step), (imp_render), (imp_delete_context):
7106 * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
7107 (list_files), (zip_open), (zip_close), (find_file), (seek_file),
7108 (zip_load_xml), (zip_get_size), (zip_load):
7112 New backend to support impress slides. Fixes bug #30867.
7114 2006-07-10 Ghee Teo <ghee.teo@sun.com>
7116 * shell/ev-utils.c: (using_postscript_printer):
7118 Fixes crash when print using PAPI backend,
7121 2006-06-09 Pat Rondon <pmr@patrondon.org>
7123 * shell/ev-jobs.c: (ev_job_xfer_run):
7124 * shell/ev-window.c: (password_dialog_response),
7125 (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
7126 (ev_window_dispose):
7127 Fixes bug #344160: if the xfer job doesn't complete
7128 because a password is required, reload the existing
7129 instance instead of creating a new one.
7131 2006-06-01 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7133 * shell/main.c: (main): Call gdk_threads_init. Thus
7134 we'll avoid errors in auth dialog. Fix for the bug
7137 2006-06-01 Wouter Bolsterlee <uws+gnome@xs4all.nl>
7139 * configure.ac: Advertise pixbuf support, fix
7142 2006-05-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7144 * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
7145 (ev_sidebar_thumbnails_set_document):
7147 Update sidebar thumbnails after reloading.
7149 2006-05-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7151 * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
7153 * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
7154 (ev_window_cmd_view_reload), (ev_window_init):
7156 Don't crash on reload. Fix for the bug #343167.
7158 2006-05-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7160 * shell/ev-jobs.c: (ev_job_render_run):
7162 Check for document links.
7164 2006-05-27 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7166 * backend/ev-attachment.c: (ev_attachment_save),
7167 (ev_attachment_launch_app), (ev_attachment_open):
7168 * backend/ev-document-factory.c: (get_document_from_uri):
7169 * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7170 (egg_recent_view_uimanager_set_list):
7171 * ps/ps-document.c: (check_filecompressed), (document_load),
7173 * shell/ev-metadata-manager.c: (load_values):
7174 * shell/ev-password.c: (ev_password_dialog_set_property):
7175 * shell/ev-view.c: (tip_from_link):
7176 * shell/ev-window.c: (file_save_dialog_response_cb),
7177 (ev_window_print_dialog_response_cb):
7179 Use consistent quoting style. Fix for the bug #320285.
7181 2006-05-27 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7183 * shell/ev-jobs.c: (ev_job_xfer_run):
7184 * shell/main.c: (load_files):
7186 Open links with anchors. Fix for the bug #339836.
7188 2006-05-27 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7190 * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
7191 (ev_link_dest_get_page_label), (ev_link_dest_get_property),
7192 (ev_link_dest_set_property), (ev_link_dest_finalize),
7193 (ev_link_dest_class_init), (ev_link_dest_new_named),
7194 (ev_link_dest_new_page_label):
7195 * backend/ev-link-dest.h:
7196 * shell/ev-application.c: (ev_application_open_uri):
7197 * shell/ev-view.c: (goto_dest):
7198 * shell/ev-window.c:
7199 * shell/ev-window.h:
7201 Fix page-label command line option. Bug #342070.
7203 2006-05-27 Ricardo Markiewicz <rmarkie@fi.uba.ar>
7205 * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
7207 Don't show highlight rects if page can't be showed. Fix for
7210 2006-05-27 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7212 * shell/ev-window.c: (setup_sidebar_from_metadata),
7213 (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
7215 Setup sidebar from metadata even if there is no document
7216 loaded. Fix for the bug #342807.
7218 2006-05-26 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7220 * cut-n-paste/toolbar-editor/Makefile.am:
7221 * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7222 (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
7223 (find_action), (drag_data_delete_cb), (drag_begin_cb),
7224 (drag_end_cb), (drag_data_get_cb), (move_item_cb),
7225 (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
7226 (popup_context_menu_cb), (button_press_event_cb),
7227 (configure_item_sensitivity), (configure_item_cursor),
7228 (configure_item_tooltip), (connect_widget_signals),
7229 (action_sensitive_cb), (create_item_from_action),
7230 (create_item_from_position), (toolbar_drag_data_received_cb),
7231 (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
7232 (toolbar_drag_leave_cb), (configure_drag_dest),
7233 (toggled_visibility_cb), (toolbar_visibility_refresh),
7234 (create_dock), (toolbar_changed_cb), (unparent_fixed),
7235 (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
7236 (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
7237 (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
7238 (egg_editable_toolbar_dispose),
7239 (egg_editable_toolbar_set_ui_manager),
7240 (egg_editable_toolbar_get_selected),
7241 (egg_editable_toolbar_set_selected), (set_edit_mode),
7242 (egg_editable_toolbar_set_property),
7243 (egg_editable_toolbar_get_property),
7244 (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
7245 (egg_editable_toolbar_new_with_model),
7246 (egg_editable_toolbar_get_edit_mode),
7247 (egg_editable_toolbar_set_edit_mode),
7248 (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
7249 (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
7250 * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7251 * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
7252 (item_added_or_removed_cb), (toolbar_removed_cb),
7253 (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
7254 (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
7255 (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
7256 (editor_create_item_from_name), (append_table),
7257 (update_editor_sheet), (egg_toolbar_editor_init):
7258 * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
7259 * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7260 (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
7261 (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
7262 (toolbar_node_free), (egg_toolbars_model_get_flags),
7263 (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
7264 (egg_toolbars_model_get_name), (impl_add_item),
7265 (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
7266 (parse_data_list), (parse_item_list), (parse_toolbars),
7267 (egg_toolbars_model_load_toolbars), (parse_available_list),
7268 (parse_names), (egg_toolbars_model_load_names),
7269 (egg_toolbars_model_class_init), (egg_toolbars_model_init),
7270 (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
7271 (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
7272 (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
7273 (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
7274 (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
7275 (egg_toolbars_model_set_types), (fill_avail_array),
7276 (egg_toolbars_model_get_name_avail),
7277 (egg_toolbars_model_get_name_flags),
7278 (egg_toolbars_model_set_name_flags):
7279 * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7280 * cut-n-paste/toolbar-editor/eggintl.h:
7281 * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
7282 (egg_tree_multi_drag_source_get_type),
7283 (egg_tree_multi_drag_source_row_draggable),
7284 (egg_tree_multi_drag_source_drag_data_delete),
7285 (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
7286 (egg_tree_multi_drag_button_release_event), (selection_foreach),
7287 (path_list_free), (set_context_data), (get_context_data),
7288 (get_info), (egg_tree_multi_drag_drag_data_get),
7289 (egg_tree_multi_drag_motion_event),
7290 (egg_tree_multi_drag_button_press_event),
7291 (egg_tree_multi_drag_add_drag_support):
7292 * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
7293 * shell/ev-application.c: (ev_application_init),
7294 (ev_application_save_toolbars_model):
7295 * shell/ev-window.c: (ev_window_create_fullscreen_popup),
7296 (ev_window_cmd_edit_toolbar), (ev_window_init):
7298 Sync toolbareditor with epiphany and libegg
7300 2006-05-23 Carlos Garcia Campos <carlosgc@gnome.org>
7304 Depend on poppler 0.5.2
7306 2006-05-22 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7308 * shell/ev-jobs.c: (ev_job_render_run):
7310 Check if document supports links iterface.
7312 2006-05-16 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7317 Update for release 0.5.3
7319 2006-05-13 Michael Plump <plumpy@skylab.org>
7322 * shell/Makefile.am:
7323 * shell/main.c: (main):
7325 Port to GOption command line parsing. Fix for the
7328 2006-05-13 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7330 * shell/ev-window.c: (ev_window_cmd_help_about):
7332 Do not wrap license. Fix for the bug #309460.
7334 2006-05-13 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7337 * properties/ev-properties-main.c: (ev_properties_get_pages):
7338 * shell/ev-application.c: (ev_application_open_window),
7339 (ev_application_open_uri_at_dest):
7340 * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
7341 * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
7342 (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
7343 * shell/ev-utils.c: (save_print_config_to_file):
7344 * shell/ev-window.c: (ev_window_cmd_save_as),
7345 (ev_attachment_popup_cmd_save_attachment_as):
7346 * shell/main.c: (load_files_remote):
7348 Bump requirements to gtk 2.8 and drop all ifdefs used.
7350 2006-05-11 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7352 * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
7353 * shell/ev-window.c: (ev_window_init):
7355 Show attachments page.
7357 2006-05-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7360 * shell/ev-attachment-bar.c:
7361 * shell/ev-attachment-bar.h:
7362 * shell/ev-sidebar-attachments.c:
7363 (ev_sidebar_attachments_icon_cache_add),
7364 (icon_theme_get_pixbuf_from_mime_type),
7365 (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
7366 (ev_sidebar_attachments_icon_cache_refresh),
7367 (ev_sidebar_attachments_get_attachment_at_pos),
7368 (ev_sidebar_attachments_popup_menu_show),
7369 (ev_sidebar_attachments_popup_menu),
7370 (ev_sidebar_attachments_button_press),
7371 (ev_sidebar_attachments_update_icons),
7372 (ev_sidebar_attachments_drag_data_get),
7373 (ev_sidebar_attachments_get_property),
7374 (ev_sidebar_attachments_destroy),
7375 (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
7376 (ev_sidebar_attachments_new),
7377 (ev_sidebar_attachments_set_document),
7378 (ev_sidebar_attachments_support_document),
7379 (ev_sidebar_attachments_get_label),
7380 (ev_sidebar_attachments_page_iface_init):
7381 * shell/ev-sidebar-attachments.h:
7382 * shell/ev-window.c: (update_chrome_visibility),
7383 (setup_sidebar_from_metadata), (ev_window_setup_document),
7384 (ev_window_sidebar_current_page_changed_cb),
7385 (attachment_bar_menu_popup_cb), (ev_window_init):
7387 Move attachments bar to sidebar.
7389 2006-05-09 Carlos Garcia Campos <carlosgc@gnome.org>
7391 * pdf/ev-poppler.cc:
7392 * shell/ev-application.[ch]:
7395 Fix some memory leaks.
7397 2006-05-09 Wouter Bolsterlee <uws+gnome@xs4all.nl>
7399 * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7401 Change the properties dialog response to
7402 GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
7403 will make the dialog go away when the user presses
7404 enter. With gtk+ >= 2.9 this will happen anyway, but for
7405 older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
7406 escape by default. Fixes bug #340539. See also bug
7407 #101293 for the gtk+ part.
7409 2006-05-08 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
7411 * shell/ev-view.c (tip_from_action_named): Replace some strings
7412 that were wrong. Closes #340970.
7414 2006-05-08 Carlos Garcia Campos <carlosgc@gnome.org>
7416 * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7418 Update sidebar chrome flag when sidebar visibility changes. Fixes bug
7421 2006-05-05 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7425 * dvi/mdvi-lib/Makefile.am:
7426 * properties/Makefile.am:
7428 * shell/Makefile.am:
7429 * thumbnailer/Makefile.am:
7431 Due to broken libtool that is unable to track dependencies
7432 of noinst libraries we are forced to explicitely point
7433 libraries for binary. Fix for the bug #333334.
7435 2006-05-05 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7437 * data/evince.desktop.in.in:
7438 * shell/ev-view.c: (view_update_range_and_current_page),
7439 (ev_view_next_page), (ev_view_previous_page):
7440 * shell/ev-window.c: (update_chrome_visibility),
7441 (setup_sidebar_from_metadata), (ev_window_setup_document),
7442 (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
7443 (fullscreen_set_timeout), (fullscreen_clear_timeout),
7444 (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
7445 (ev_window_stop_fullscreen), (ev_window_run_presentation),
7446 (ev_window_stop_presentation), (ev_window_focus_in_event),
7447 (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
7449 * thumbnailer/Makefile.am:
7451 Update fullscreen and presentation timeout handling. Hide
7452 cursor in presentation after timeout. Fix for the bugs
7453 #136359 and #336981.
7455 2006-05-03 Carlos Garcia Campos <carlosgc@gnome.org>
7457 * backend/ev-link-action.[ch]:
7458 * pdf/ev-poppler.cc: (ev_link_from_action):
7459 * shell/ev-view-private.h:
7460 * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
7461 * shell/ev-window.c: (do_action_named), (view_external_link_cb):
7463 Add support for Named Action links
7465 2006-05-02 Carlos Garcia Campos <carlosgc@gnome.org>
7467 * backend/Makefile.am:
7468 * backend/ev-document-links.[ch]:
7469 * backend/ev-document.[ch]:
7470 * backend/ev-link-action.[ch]:
7471 * backend/ev-link-dest.[ch]:
7472 * backend/ev-link.[ch]:
7473 * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
7474 (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
7475 * shell/ev-page-action.c: (build_new_tree_cb):
7476 * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
7477 (links_page_num_func), (update_page_callback):
7478 * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
7481 * shell/ev-window.[ch]: (ev_window_open_uri),
7482 (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
7483 * shell/ev-application.[ch]: (ev_application_open_window),
7484 (ev_application_open_uri):
7486 Rework links system, it adds support for remote links now and it makes
7487 easier to add new kinds of actions and destinations. Fixes bug #317292
7489 2006-05-02 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7493 * data/evince-16.png:
7494 * data/evince-22.png:
7496 * shell/main.c: (main):
7498 Evince use it's own icon. Fix for the bug #313392.
7500 * shell/ev-window.c: (fullscreen_timeout_cb),
7501 (fullscreen_set_timeout), (fullscreen_clear_timeout),
7502 (ev_window_cmd_help_about), (ev_window_dispose):
7504 Simplify fullscreen timeout code.
7506 2006-04-29 Carlos Garcia Campos <carlosgc@gnome.org>
7508 * backend/ev-attachment.c:
7509 * shell/ev-attachment-bar.c:
7510 * shell/ev-window.c:
7512 Allow multiple selection of attachments
7514 2006-04-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7516 * shell/ev-view.c: (view_update_range_and_current_page),
7519 Fix for the bug #312573 – Optimal selection of current
7520 page among visible pages.
7522 2006-04-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7528 Update to djvulibre-3.5.17, now it uses pkg-config. Fix
7531 2006-04-22 Kjartan Maraas <kmaraas@gnome.org>
7533 * configure.ac: Fix the LINGUAS stuff here too so it builds.
7535 2006-04-21 Wouter Bolsterlee <uws+gnome@xs4all.nl>
7537 * shell/ev-window.c: Add ellipsis to the Find... menu item, as
7538 dictated by the GNOME HIG. Fixes bug #339235.
7540 2006-04-20 Wouter Bolsterlee <uws+gnome@xs4all.nl>
7542 * data/evince-ui.xml:
7543 * shell/ev-view.c: (ev_view_can_find_previous):
7545 * shell/ev-window.c: (ev_window_update_actions),
7546 (ev_window_cmd_edit_find_previous):
7548 Add support for "Find Previous" as dictated by the GNOME HIG. A
7549 menu item is added and some glue code to make it all work is added
7552 2006-04-09 Wouter Bolsterlee <uws+gnome@xs4all.nl>
7554 * configure.ac: Award myself the "useless use of cat" award.
7556 2006-04-09 Wouter Bolsterlee <uws+gnome@xs4all.nl>
7558 * po/LINGUAS: New file listing all supported languages.
7560 * configure.in: Use po/LINGUAS instead of including all languages
7561 directly in this file. See the wiki for more information:
7562 http://live.gnome.org/GnomeGoals/PoLinguas
7564 2006-04-06 Carlos Garcia Campos <carlosgc@gnome.org>
7566 * backend/ev-document-factory.c:
7568 Do not load the document twice when there isn't errors
7570 2006-04-03 Carlos Garcia Campos <carlosgc@gnome.org>
7572 * backend/ev-attachment.c:
7574 Fix a crash when there isn't a default application to open an
7577 2006-04-03 Carlos Garcia Campos <carlosgc@gnome.org>
7579 * backend/ev-attachment.[ch]:
7580 * shell/ev-attachment-bar.[ch]:
7582 Added missing files.
7584 2006-04-03 Carlos Garcia Campos <carlosgc@gnome.org>
7586 * backend/Makefile.am:
7587 * data/evince-ui.xml:
7588 * backend/ev-attachment.[ch]:
7589 * backend/ev-document.[ch]: (ev_document_has_attachments),
7590 (ev_document_get_attachments):
7591 * pdf/ev-poppler.cc: (pdf_document_has_attachments),
7592 (attachment_save_to_buffer), (pdf_document_get_attachments),
7593 (pdf_document_document_iface_init):
7594 * shell/Makefile.am:
7595 * shell/ev-attachment-bar.[ch]:
7596 * shell/ev-window.c:
7598 Add support for PDF attachments. Fixes bug #325143
7600 2006-04-03 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7602 * backend/ev-document-factory.c: (get_document_from_uri),
7603 (ev_document_factory_get_document):
7604 * backend/ev-document-factory.h:
7605 * properties/ev-properties-main.c: (ev_properties_get_pages):
7606 * shell/Makefile.am:
7607 * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7608 (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7609 (ev_job_queue_remove_job):
7610 * shell/ev-job-queue.h:
7611 * shell/ev-job-xfer.c:
7612 * shell/ev-job-xfer.h:
7613 * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7614 (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
7615 (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
7618 * shell/ev-window.c: (ev_window_is_empty),
7619 (password_dialog_response), (ev_window_clear_xfer_job),
7620 (ev_window_xfer_job_cb), (ev_window_open_uri),
7621 (ev_window_cmd_focus_page_selector),
7622 (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
7623 (ev_window_cmd_continuous), (ev_window_cmd_dual),
7624 (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7625 (ev_window_dispose):
7626 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7628 * Cleanup mime type detection on document load. Fix for the
7631 2006-04-02 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7633 * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7635 Fix crash on exit, described in the bug #336825.
7637 2006-03-31 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7639 * backend/ev-document-factory.c:
7640 (ev_document_factory_get_from_mime),
7641 (ev_document_factory_get_all_mime_types), (get_document_from_uri),
7642 (ev_document_factory_get_document),
7643 (file_filter_add_mime_list_and_free),
7644 (ev_document_factory_add_filters):
7645 * backend/ev-document-factory.h:
7646 * properties/ev-properties-main.c: (ev_properties_get_pages):
7647 * shell/Makefile.am:
7648 * shell/ev-application.c:
7649 * shell/ev-job-xfer.c: (ev_job_xfer_run):
7650 * shell/ev-window.c: (ev_window_cmd_file_open),
7651 (ev_window_cmd_save_as):
7652 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7654 Rework factory functions so they are placed now in a single
7655 file ev-document-factory.c
7657 2006-03-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7659 * shell/ev-window.c: (update_chrome_visibility):
7661 Fix for the bug 166566 - don't show menubar in fullscreen
7664 2006-03-22 Tommi Vainikainen <thv@iki.fi>
7666 * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
7668 2006-03-21 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7670 * shell/ev-view.c: (ev_view_expose_event):
7672 More correctly draw loading text when document
7675 2006-03-21 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7677 * shell/ev-view.c: (ev_view_scroll):
7679 Fix for the bug #334854, page down and page up switch
7680 pages in presentation mode.
7682 2006-03-21 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7684 * shell/ev-window.c: (ev_window_set_action_sensitive),
7685 (ev_window_setup_action_sensitivity), (ev_window_update_actions),
7686 (ev_window_set_view_accels_sensitivity),
7687 (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
7688 (ev_window_cmd_continuous), (ev_window_cmd_dual),
7689 (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7690 (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
7691 (ev_window_cmd_edit_find), (ev_window_set_page_mode),
7692 (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
7693 (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
7694 (view_actions_focus_in_cb), (ev_window_init):
7696 Fix for the bug #333902, now it's possible to search
7699 2006-03-16 Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
7701 * configure.ac: Added Breton translation.
7702 * po/br.po: Added Breton translation.
7704 2006-03-14 Carlos Garcia Campos <carlosgc@gnome.org>
7706 * shell/ev-window-title (ev_window_title_update):
7708 Fix memory leak in window title. Fixes bug #333944
7710 2006-03-14 Carlos Garcia Campos <carlosgc@gnome.org>
7712 * shell/ev-metadata-manager.c (parseItem):
7714 Fix memory leaks. Fixes bug #333945
7716 2006-03-13 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7718 * NEWS, configure.ac, TODO:
7720 Update for release 0.5.2.
7722 2006-03-05 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7724 * shell/ev-view.c: (view_update_range_and_current_page),
7727 Don't jump on scrolling, fix for the bug #333127.
7729 2006-03-01 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7731 * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
7733 Scroll by one page in presentation mode. Fix for the bug
7736 2006-03-01 Vladimer SIchinava <vlsichinava@gmail.com>
7738 * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
7740 2006-02-28 Clytie Siddall <clytie@riverland.net.au>
7742 * configure.ac Added lv in ALL_LINGUAS line.
7744 2006-02-27 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7746 * NEWS, configure.ac:
7748 Update for release 0.5.1
7750 2006-02-24 Ricardo Markiewicz <rmarkie@fi.uba.ar>
7752 * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
7753 * backend/ev-document-misc.h:
7754 * shell/ev-view.c: (draw_one_page):
7756 Clairfy what page the toolbar page number applies to. Fix
7757 for the bug #328102.
7759 2006-02-24 Stanislav Slusny <slusnys@gmail.com>
7761 * shell/ev-view-private.h:
7762 * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
7763 (ev_view_init), (find_changed_cb), (ev_view_find_previous),
7764 (ev_view_search_changed):
7766 * shell/ev-window.c: (find_bar_search_changed_cb):
7768 Dont't jump to find result if window was scrolled during search.
7769 Fix for the bug #313266.
7771 2006-02-21 Stanislav Slusny <slusnys@gmail.com>
7773 * shell/eggfindbar.c: (egg_find_bar_class_init):
7774 * shell/eggfindbar.h:
7775 * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
7776 * shell/ev-view-private.h:
7777 * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
7778 (ev_view_class_init), (ev_sizing_mode_get_type),
7779 (ev_scroll_type_get_type):
7781 * shell/ev-window.c: (ev_window_cmd_scroll_forward),
7782 (ev_window_cmd_scroll_backward), (find_bar_scroll),
7785 Fix for the bug 319133 - Find entry should allow text scroll.
7787 2006-02-20 Antoine Dopffer <antoine.dopffer@free.fr>
7789 * shell/ev-view-private.h:
7790 * shell/ev-view.c: (view_update_range_and_current_page),
7791 (highlight_find_results), (find_changed_cb), (page_changed_cb),
7792 (ev_view_set_document), (update_find_status_message),
7793 (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
7794 (ev_view_find_previous):
7796 Fix for the bug #319137. Search now takes account for scrolling.
7798 2006-02-19 Michael Hofmann <mh21@piware.de>
7802 * djvu/djvu-document-private.h:
7803 * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
7804 (djvu_handle_events), (djvu_document_load), (djvu_document_save),
7805 (djvu_document_get_page_size), (djvu_document_render_pixbuf),
7806 (djvu_document_can_get_text), (djvu_document_get_text),
7807 (djvu_document_document_iface_init),
7808 (djvu_document_thumbnails_get_thumbnail),
7809 (djvu_document_find_begin), (djvu_document_find_get_n_results),
7810 (djvu_document_find_get_result),
7811 (djvu_document_find_page_has_results),
7812 (djvu_document_find_get_progress), (djvu_document_find_cancel),
7813 (djvu_document_find_iface_init):
7814 * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
7815 (djvu_text_page_selection), (djvu_text_page_limits_process),
7816 (djvu_text_page_limits), (djvu_text_page_copy),
7817 (djvu_text_page_position), (djvu_text_page_union),
7818 (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
7819 (djvu_text_page_box), (djvu_text_page_append_text),
7820 (djvu_text_page_search), (djvu_text_page_prepare_search),
7821 (djvu_text_page_new), (djvu_text_page_free):
7822 * djvu/djvu-text-page.h:
7823 * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
7824 (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
7825 (djvu_text_n_results), (djvu_text_has_results),
7826 (djvu_text_get_result), (djvu_text_get_progress):
7829 Text search in djvu. Fix for the bug #303415.
7831 2006-02-18 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7834 * shell/ev-window.c: (ev_window_cmd_save_as):
7836 Ask filechooser to confirm overwrite. Fix for the bug #328266.
7837 Thanks to Gary Coady <gary@lyranthe.org>
7839 2006-02-18 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7841 * shell/ev-print-job.c: (idle_print_handler):
7843 Inverse order printing, bug #320919.
7845 2006-02-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7847 * data/evince-toolbar.xml:
7848 * shell/ev-window.c:
7850 Allow to add sidebar checkbutton on toolbar. Fix
7851 for the bug #144577.
7853 2006-02-16 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7855 * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
7857 Add checks that have sense for empty ps document.
7859 2006-02-15 Luca Ferretti <elle.uca@libero.it>
7861 * configure.ac: Include PS in mime types list.
7863 2006-02-13 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7866 * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
7868 * ps/ps-document.c: (start_interpreter), (ps_document_load):
7870 Runtime check for gs interpreter. Fix for the bug #320868.
7871 Thanks to Antoine Dopffer antoine.dopffer@free.fr
7873 2006-02-12 Carlos Garcia Campos <carlosgc@gnome.org>
7875 * shell/ev-application.c:
7877 Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
7878 dbus>=0.60, so that the request is not queued.
7880 2006-02-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7883 * shell/Makefile.am:
7884 * shell/ev-sidebar-links.c: (print_section_cb):
7887 * shell/ev-window.c: (update_action_sensitivity),
7888 (ev_window_close_dialogs), (ev_window_print):
7889 * shell/ev-window.h:
7891 Make printing support optional. Patch from Eduardo de Barros Lima
7892 <eduardo.lima@indt.org.br> for the bug #330546.
7894 2006-02-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7896 * shell/ev-view-private.h:
7897 * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
7898 (ev_view_set_document):
7900 * shell/ev-window.c: (ev_window_load_job_cb),
7901 (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
7904 Draw Loading message during xfer job. Fix for the bug #329495.
7906 2006-02-03 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7908 * comics/comics-document.c: (comics_regex_quote),
7909 (comics_document_load), (extract_argv):
7911 Correcly quote regexp before passing it to unzip.
7913 2006-02-01 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7915 * shell/ev-page-cache.c: (build_height_to_page),
7916 (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
7917 (ev_page_cache_get_dual_even_left):
7918 * shell/ev-page-cache.h:
7919 * shell/ev-view.c: (view_update_range_and_current_page),
7920 (get_page_y_offset), (get_page_extents):
7922 Place even pages to the left if document has less then
7923 two pages. Fix for the bug #328856.
7925 2006-01-31 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7927 * thumbnailer/evince-thumbnailer-comics.schemas.in:
7929 Correct comics scheme. This make evince create thumbnails
7930 for comic books. Fix for the bug 329088.
7932 2006-01-31 Christopher Aillon <caillon@redhat.com>
7934 * data/evince-password.glade: Don't explicitly set
7935 invisible_char to the current default value in case
7936 the default changes; let GTK+ do its magic.
7938 2006-01-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7940 * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
7941 real filename to tmp filename since often document
7942 type is determined by extension.
7944 2006-01-24 Ricardo Markiewicz <rmarkie@fi.uba.ar>
7946 * shell/ev-view.c: (add_scroll_binding_keypad),
7947 (ev_view_binding_activated), (ev_view_class_init):
7949 Add keybindings for percision-scrolling of display area.
7950 Fix for the bug #314072.
7952 2006-01-21 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7954 * data/evince.desktop.in.in:
7956 Add GTK to the list of categories. Fix for the bug #328034.
7958 2006-01-21 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7960 * shell/ev-application.c: (ev_application_shutdown),
7961 (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
7962 * shell/ev-application.h:
7963 * shell/ev-window.c: (file_open_dialog_response_cb),
7964 (ev_window_cmd_file_open):
7966 Save last uri in file chooser dialog. Fix for the bug #327950.
7968 2006-01-20 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7973 Final update for release 0.5.0
7975 * shell/Makefile.am:
7977 Remove disable deprecated until we'll require libgnome-2.13.7
7978 and port to GOption argument parsing. See bug 327518.
7980 2006-01-19 Jani Monoses <jani.monoses@gmail.com>
7982 * comics/comics-document.c: (comics_document_save):
7983 * djvu/djvu-document.c: (djvu_document_save):
7984 * dvi/dvi-document.c: (dvi_document_save):
7985 * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
7986 * lib/ev-file-helpers.h:
7987 * pixbuf/pixbuf-document.c: (pixbuf_document_save):
7988 * tiff/tiff-document.c: (tiff_document_save):
7990 Use common save function for backends.
7992 2006-01-18 Jani Monoses <jani.monoses@gmail.com>
7994 * backend/ev-document-types.c:
7996 Fix crash on saving pixbuf.
7998 2006-01-18 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8000 * cut-n-paste/recent-files/egg-recent-item.c:
8001 (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
8002 * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
8003 (parse_info_free), (valid_element), (start_element_handler),
8004 (end_element_handler), (text_handler), (egg_recent_model_filter),
8005 (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
8006 (egg_recent_model_monitor), (egg_recent_model_read),
8007 (egg_recent_model_open_file), (egg_recent_model_lock_file),
8008 (egg_recent_model_unlock_file), (egg_recent_model_finalize),
8009 (egg_recent_model_set_property), (egg_recent_model_class_init),
8010 (egg_recent_model_init), (egg_recent_model_add_full),
8011 (egg_recent_model_delete), (egg_recent_model_get_list),
8012 (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
8013 (egg_recent_model_set_filter_mime_types),
8014 (egg_recent_model_clear_group_filter),
8015 (egg_recent_model_set_filter_groups),
8016 (egg_recent_model_clear_scheme_filter),
8017 (egg_recent_model_set_filter_uri_schemes),
8018 (egg_recent_model_remove_expired):
8019 * cut-n-paste/recent-files/egg-recent-util.c:
8020 (egg_recent_util_get_icon):
8021 * cut-n-paste/recent-files/egg-recent-util.h:
8022 * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8023 (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
8024 (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
8025 (egg_recent_view_uimanager_set_property),
8026 (egg_recent_view_uimanager_get_property),
8027 (egg_recent_view_uimanager_class_init),
8028 (egg_recent_view_uimanager_init),
8029 (egg_recent_view_uimanager_set_label_width),
8030 (egg_recent_view_uimanager_get_label_width):
8031 * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
8032 * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8033 * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8034 * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8035 * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8036 * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8040 2006-01-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8042 * shell/ev-page-cache.c: (build_height_to_page),
8043 (ev_page_cache_get_height_to_page):
8044 * shell/ev-page-cache.h:
8045 * shell/ev-view.c: (view_update_range_and_current_page),
8046 (get_page_y_offset), (get_page_extents), (ev_view_next_page),
8047 (ev_view_previous_page):
8049 Dual mode places even pages to the left. Fix for the bug #309393.
8052 * shell/ev-window.c: (update_action_sensitivity),
8053 (setup_view_from_metadata), (view_menu_popup_cb):
8055 Don't restore presentation in empty windows, more intelligent
8056 next page behaviour in dual mode.
8058 * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8059 (ev_pixbuf_cache_clear_job_sizes):
8061 Cleanup job callback on removal. Fix for the bug #325886.
8063 2006-01-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8065 * ps/ps.c: (psscan):
8067 Commit workaround Mozilla problem. Fix for the bug #325919
8069 * shell/ev-metadata-manager.c: (parse_value), (parseItem),
8072 Fix for year 2038 problem.
8074 2006-01-06 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8076 * shell/ev-window.c: (setup_document_from_metadata),
8077 (ev_window_cmd_view_reload):
8079 Clamp page recieved from metadata in valid values. Fix
8080 for the bug #325986.
8082 2006-01-06 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8085 Add MAINTAINERS as requested on desktop-devel-list.
8087 2006-01-06 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8089 * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
8090 (mime_type_supported_by_gdk_pixbuf),
8091 (ev_document_factory_get_mime_types),
8092 (ev_document_factory_get_all_mime_types):
8094 Don't add pixbuf mime types if pixbuf backend is disabled.
8096 * shell/ev-application.c: (ev_application_get_uri_window):
8098 Fix for the bug 325815 - unhandled MIME type message doesn't
8099 appear a second time.
8101 * shell/ev-document-types.c: (ev_document_types_add_filters):
8102 * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
8103 (password_dialog_response), (ev_window_popup_password_dialog),
8104 (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
8105 (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8106 (ev_window_run_presentation), (ev_window_stop_presentation),
8107 (save_sizing_mode), (ev_window_zoom_changed_cb),
8108 (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
8109 (ev_window_dual_mode_changed_cb),
8110 (ev_window_sidebar_current_page_changed_cb),
8111 (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
8112 (window_state_event_cb), (window_configure_event_cb):
8114 Cleanup additional uris holded by EvWindow.
8116 2006-01-06 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8118 * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
8119 (ev_view_can_previous_page), (ev_view_can_next_page):
8121 * shell/ev-window.c: (update_action_sensitivity):
8123 Two page scrolling with Space and PageUp in dual mode. Second fix
8124 for the bug #316608.
8126 2006-01-05 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8128 * shell/ev-view.c: (scroll_to_current_page):
8130 Correctly clamp adjustment value. Fix for the bug
8133 2006-01-04 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8135 * shell/ev-sidebar-links.c: (print_section_cb):
8136 * shell/ev-window.c: (ev_window_get_uri),
8137 (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
8138 (ev_window_print_dialog_response_cb), (ev_window_print_range),
8139 (ev_window_dispose):
8141 Make print dialog non-modal. Fix for the bug #325622.
8143 2006-01-04 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8145 * shell/ev-metadata-manager.c:
8146 * shell/ev-utils.c: (using_pdf_printer),
8147 (using_postscript_printer), (load_print_config_from_file),
8148 (save_print_config_to_file):
8150 * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
8151 (update_sidebar_visibility), (setup_sidebar_from_metadata),
8152 (setup_view_from_metadata), (ev_window_setup_document),
8153 (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
8154 (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8155 (ev_window_run_presentation), (ev_window_stop_presentation),
8156 (save_sizing_mode), (ev_window_zoom_changed_cb),
8157 (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
8158 (ev_window_dual_mode_changed_cb),
8159 (ev_window_sidebar_current_page_changed_cb),
8160 (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
8161 (window_state_event_cb), (window_configure_event_cb),
8164 Setting saving behaviour fixes.
8166 2005-12-30 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8170 Make antialiasing gs options better and allow
8171 to change them during configure. Fix for the
8174 2005-12-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8176 * shell/ev-window.c: (setup_view_from_metadata):
8178 Remember if last window was maximized. Fix for the
8181 2005-12-28 Abel Cheung <maddog@linuxhall.org>
8183 * configure.ac: Added "zh_HK" to ALL_LINGUAS.
8185 2005-12-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8187 * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
8188 * shell/ev-page-action.c: (build_new_tree_cb):
8189 * shell/ev-sidebar-links.c: (links_page_num_func),
8190 (update_page_callback_foreach), (update_page_callback):
8191 * shell/ev-view.c: (scroll_to_current_page):
8193 Fix for the bug #325067 with more intelligent selection
8194 of current link in sidebar. Make sidebar handle links
8195 of FITR-like type more correctly.
8197 * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
8198 (dvi_pixbuf_put_pixel):
8200 Fix memory consumtion with disabled alpha channel.
8202 2005-12-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8204 * data/evince-ui.xml:
8205 * shell/ev-window.c: (view_menu_popup_cb),
8206 (ev_popup_cmd_open_link), (ev_window_init):
8208 Update context menu for internal links. Fix for the bug
8211 2005-12-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8213 * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
8215 Bind context menu to keyboard also. Fix for the bug
8218 2005-12-27 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8220 * shell/ev-view.c: (selection_scroll_timeout_cb):
8222 Horizontal scroll on selection also.
8224 2005-12-26 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8226 * shell/ev-metadata-manager.c: (parse_value):
8227 * shell/ev-view.c: (goto_xyz_link):
8229 Correct zoom setup and metadata save broken in
8232 2005-12-26 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8234 * shell/ev-view-private.h:
8235 * shell/ev-view.c: (scroll_to_current_page),
8236 (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
8237 (goto_fith_link), (goto_fit_link), (goto_xyz_link),
8238 (page_changed_cb), (ev_view_set_continuous),
8239 (ev_view_set_dual_page), (ev_view_set_presentation):
8241 Delay scroll until allocation to correctly position page. Fix
8242 for the bug #317334.
8244 2005-12-25 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8249 Update NEWS and require poppler 0.5.0.
8251 2005-12-25 Carlos Garcia Campos <carlosgc@gnome.org>
8253 * data/evince-ui.xml:
8254 * shell/ev-view-private.h:
8255 * shell/ev-view.c: (ev_view_get_link_at_location),
8256 (handle_link_over_xy), (ev_view_button_press_event),
8257 (ev_view_button_release_event), (ev_view_class_init):
8258 * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
8259 (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
8262 Implement right-click context menu.
8264 2005-12-25 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8266 * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8267 * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
8268 (mdvi_pixbuf_device_render):
8269 * pdf/ev-poppler.cc:
8271 Don't generate thumbnails with alpha. See bug #324077.
8272 Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
8274 2005-12-25 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8276 * shell/ev-window.c: (setup_chrome_from_metadata):
8278 Fix typo that was hiding toolbar.
8280 2005-12-25 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8282 * shell/ev-view-private.h:
8283 * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
8284 (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
8285 (ev_view_button_release_event), (ev_view_destroy):
8287 Small cleanup and autoscrolling during selection. Thanks to
8288 Ricardo Markiewicz <rmarkie@fi.uba.ar>.
8290 2005-12-22 Jani Monoses <jani.monoses@gmail.com>
8294 Correctly check for comics option.
8296 2005-12-21 Eduardo Lima <eduardo.lima@indt.org.br>
8299 * backend/Makefile.am:
8300 * backend/ev-document-factory.c:
8301 * shell/ev-document-types.c:
8303 Included option in configure to make ps backend
8304 compilation optional with --disable-ps.
8306 2005-12-20 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8308 * backend/ev-document-factory.c:
8309 * comics/Makefile.am:
8310 * comics/comics-document.c: (comics_document_load):
8311 * comics/ev-cbr-mime.xml:
8314 Comics mime types are added to shared-mime-info CVS. Now
8315 we don't need to install our own mime types.
8317 2005-12-20 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8319 * shell/ev-window.c:
8321 Add shortcut for "save a copy" menu entry. Fix for
8324 2005-12-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8326 * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8327 (job_finished_cb), (new_selection_pixbuf_needed),
8328 (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
8329 (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
8331 Rework selection job info logic and fix critical warning.
8333 2005-12-17 Abel Cheung <maddog@linuxhall.org>
8335 * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
8337 2005-11-27 Jaap A. Haitsma <jaap@haitsma.org>
8339 * data/evince-ui.xml:
8340 * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
8342 Enter as shortcut key for next page. Fix for the bug
8345 2005-11-18 Ales Nyakhaychyk <nab@mail.by>
8347 * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
8349 2005-11-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8351 * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8352 (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8353 (new_selection_pixbuf_needed),
8354 (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
8355 (clear_job_selection):
8357 Too early for 0.5. Pixbuf cache code cleaned a bit.
8359 2005-11-14 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8364 Release 0.5.0 preparation
8366 2005-11-14 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8368 * comics/Makefile.am:
8370 * shell/ev-document-types.c: (ev_document_types_add_filters):
8372 More advanced handling of custom mime type installation.
8374 2005-11-14 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8376 * data/evince.schemas.in:
8377 * shell/ev-metadata-manager.c: (value_free),
8378 (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
8379 (ev_metadata_manager_get), (ev_metadata_manager_set):
8380 * shell/ev-metadata-manager.h:
8381 * shell/ev-window.c: (update_chrome_flag),
8382 (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
8383 (setup_document_from_metadata), (setup_chrome_from_metadata),
8384 (setup_sidebar_from_metadata), (setup_view_from_metadata),
8385 (ev_window_cmd_edit_find), (ev_window_cmd_escape),
8386 (ev_window_view_toolbar_cb),
8387 (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
8388 (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
8390 Save last document settings and reuse them for new documents.
8392 2005-11-14 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8395 * backend/Makefile.am:
8396 * backend/ev-document-factory.c:
8397 * backend/ev-document-factory.h:
8398 * comics/Makefile.am:
8399 * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
8400 (comics_document_load), (comics_document_save),
8401 (comics_document_get_n_pages), (comics_document_get_page_size),
8402 (get_page_size_area_prepared_cb), (comics_document_render_pixbuf) (render_pixbuf_size_prepared_cb), (comics_document_finalize),
8403 (comics_document_class_init), (comics_document_can_get_text),
8404 (comics_document_get_info), (comics_document_document_iface_init),
8405 (comics_document_init), (get_supported_image_extensions),
8406 (comics_document_thumbnails_get_geometry),
8407 (comics_document_thumbnails_get_thumbnail),
8408 (comics_document_thumbnails_get_dimensions),
8409 (comics_document_document_thumbnails_iface_init), (extract_argv):
8410 * comics/comics-document.h:
8411 * comics/ev-cbr-mime.xml:
8414 * shell/ev-application.c: (ev_application_register_service):
8415 * shell/ev-document-types.c: (ev_document_types_add_filters):
8416 * thumbnailer/Makefile.am:
8417 * thumbnailer/evince-thumbnailer-comics.schemas.in:
8419 New CBR/CBZ backend for comic books.
8421 2005-11-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8423 * shell/main.c: (load_files_remote):
8425 Thanks to Robert McQueen <robot101@debian.org>. Dbus
8426 warning on startup of second instance is fixed. It
8429 2005-10-30 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8431 * shell/ev-window.c: (ev_window_finalize):
8433 Fix double free that cause crash.
8435 2005-10-29 Bastien Nocera <hadess@hadess.net>
8437 * tiff/tiff-document.c: (tiff_document_load):
8441 2005-10-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8444 * shell/Makefile.am:
8445 * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
8446 (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
8447 (ev_view_accessible_get_text),
8448 (ev_view_accessible_get_character_at_offset),
8449 (ev_view_accessible_get_text_before_offset),
8450 (ev_view_accessible_get_text_at_offset),
8451 (ev_view_accessible_get_text_after_offset),
8452 (ev_view_accessible_get_character_count),
8453 (ev_view_accessible_get_caret_offset),
8454 (ev_view_accessible_set_caret_offset),
8455 (ev_view_accessible_get_run_attributes),
8456 (ev_view_accessible_get_default_attributes),
8457 (ev_view_accessible_get_character_extents),
8458 (ev_view_accessible_get_offset_at_point),
8459 (ev_view_accessible_get_n_selections),
8460 (ev_view_accessible_get_selection),
8461 (ev_view_accessible_add_selection),
8462 (ev_view_accessible_remove_selection),
8463 (ev_view_accessible_set_selection),
8464 (ev_view_accessible_text_iface_init),
8465 (ev_view_accessible_idle_do_action),
8466 (ev_view_accessible_action_do_action),
8467 (ev_view_accessible_action_get_n_actions),
8468 (ev_view_accessible_action_get_description),
8469 (ev_view_accessible_action_get_name),
8470 (ev_view_accessible_action_set_description),
8471 (ev_view_accessible_action_iface_init),
8472 (ev_view_accessible_get_type), (ev_view_accessible_new),
8473 (ev_view_accessible_factory_get_accessible_type),
8474 (ev_view_accessible_factory_create_accessible),
8475 (ev_view_accessible_factory_class_init),
8476 (ev_view_accessible_factory_get_type):
8477 * shell/ev-view-accessible.h:
8478 * shell/ev-view-private.h:
8479 * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
8482 Initial accessibility support.
8484 2005-10-27 Erdal Ronahi <erdal.ronahi@gmail.com>
8486 * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
8488 2005-10-26 Hubert Figuiere <hfiguiere@teaser.fr>
8490 * shell/ev-print-job.c: (idle_print_handler):
8492 Fix for bug Bug 318916: Printing multiple pages.
8494 2005-10-20 Runa Bhattacharjee <runa@bengalinux.org>
8496 * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
8498 2005-10-18 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8500 * pdf/ev-poppler.cc:
8502 Thumnail dimensions unified with other backends.
8504 * shell/ev-window-title.c: (ev_window_title_update):
8508 2005-10-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8510 * data/ev-stock-zoom-fit-width.png:
8514 2005-10-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8517 * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
8518 (djvu_document_finalize):
8519 * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
8520 (dvi_document_finalize):
8521 * pixbuf/pixbuf-document.c: (pixbuf_document_load),
8522 (pixbuf_document_save), (pixbuf_document_finalize):
8523 * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
8524 (tiff_document_finalize):
8526 Save a copy implemented for various backends.
8528 2005-10-17 Daniel Gryniewicz <dang@gentoo.org>
8532 Don't link with ltiff if tiff is disabled.
8534 2005-10-14 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8536 * pdf/GDKSplashOutputDev.cc:
8537 * pdf/GDKSplashOutputDev.h:
8540 * pdf/pdf-document.cc:
8541 * pdf/pdf-document.h:
8542 * pdf/test-gdk-output-dev.cc:
8544 Remove old unused files.
8546 2005-10-12 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8548 * shell/ev-window.c: (ev_window_setup_document):
8550 Fixed warnings on reload and probably crash reason.
8552 2005-10-12 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8554 * properties/ev-properties-view.c:
8555 (ev_properties_view_format_date):
8557 Check if date is invalid. Fix for bug 318134.
8559 2005-10-02 Wouter Bolsterlee <uws+gnome@xs4all.nl>
8561 * shell/ev-window-title.c:
8563 Add .indd files (Adobe Indesign) to the list of "bad
8566 2005-10-02 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8568 * data/evince-ui.xml:
8569 * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
8571 Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
8573 2005-09-27 Christian Persch <chpe@cvs.gnome.org>
8575 * shell/ev-window.c: (launch_link), (launch_external_uri),
8576 (view_external_link_cb):
8578 URL-escape link before passing it to gnome_vfs_url_show.
8580 2005-09-27 Carlos Garcia Campos <carlosgc@gnome.org>
8582 * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
8583 there isn't text selected.
8585 2005-09-27 Marco Pesenti Gritti <mpg@redhat.com>
8587 * shell/ev-view.c: (handle_link_over_xy):
8589 Check tooltip is valid utf8 before showing it
8591 2005-09-27 Carlos Garcia Campos <carlosgc@gnome.org>
8593 * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
8595 2005-09-27 Christian Persch <chpe@cvs.gnome.org>
8597 * shell/ev-window-title.c: (ev_window_title_update):
8599 Guard against using g_strstrip on NULL. Fixes bug #317291.
8601 2005-09-26 Marco Pesenti Gritti <mpg@redhat.com>
8603 * pdf/ev-poppler.cc:
8605 Show title even for unknown links
8607 2005-09-26 Marco Pesenti Gritti <mpg@redhat.com>
8609 * shell/ev-window-title.c: (ev_window_title_update):
8611 Strip the title string
8613 2005-09-26 Marco Pesenti Gritti <mpg@redhat.com>
8615 * shell/ev-window-title.c:
8617 Add .rtf to the bad extensions list
8619 2005-09-26 Marco Pesenti Gritti <mpg@redhat.com>
8621 * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
8622 (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
8624 Ignore link coordinates if they are outside page bounds
8626 2005-09-26 Marco Pesenti Gritti <mpg@redhat.com>
8628 * backend/ev-link.c: (ev_link_type_get_type),
8629 (ev_link_get_filename), (ev_link_get_params),
8630 (ev_link_get_property), (ev_link_set_property),
8631 (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
8632 * backend/ev-link.h:
8633 * pdf/ev-poppler.cc:
8634 * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
8635 * shell/ev-window.c: (launch_link), (view_external_link_cb),
8638 Implement launch links. Delegate external link opening to
8641 2005-09-24 Marco Pesenti Gritti <mpg@redhat.com>
8643 * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
8644 (ev_link_get_right), (ev_link_get_property),
8645 (ev_link_set_property), (ev_link_class_init),
8646 (ev_link_new_page_fitv), (ev_link_new_page_fitr):
8647 * backend/ev-link.h:
8648 * pdf/ev-poppler.cc:
8649 * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
8651 Implement fitr links
8653 2005-09-24 Marco Pesenti Gritti <mpg@redhat.com>
8655 * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
8656 (goto_fitv_link), (goto_fith_link), (goto_fit_link),
8657 (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8658 (ev_view_size_request_continuous),
8659 (ev_view_size_request_dual_page),
8660 (ev_view_size_request_single_page), (ev_view_size_allocate),
8661 (ev_view_zoom_for_size_continuous_and_dual_page),
8662 (ev_view_zoom_for_size_continuous),
8663 (ev_view_zoom_for_size_dual_page),
8664 (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8665 (ev_sizing_mode_get_type):
8667 * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8669 Do not use modes for link, we need to calculate size ad hoc.
8670 Still not perfect because of the usual scrollbar issues grrr.
8672 2005-09-24 Marco Pesenti Gritti <mpg@redhat.com>
8674 * backend/ev-link.c: (ev_link_type_get_type),
8675 (ev_link_new_page_fith), (ev_link_new_page_fitv):
8676 * backend/ev-link.h:
8677 * pdf/ev-poppler.cc:
8678 * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
8679 (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8680 (ev_view_size_request_continuous),
8681 (ev_view_size_request_dual_page),
8682 (ev_view_size_request_single_page), (ev_view_size_allocate),
8683 (zoom_for_size_fit_height),
8684 (ev_view_zoom_for_size_continuous_and_dual_page),
8685 (ev_view_zoom_for_size_continuous),
8686 (ev_view_zoom_for_size_dual_page),
8687 (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8688 (ev_sizing_mode_get_type):
8690 * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8692 Implement FIT_HEIGHT mode (only for links).
8693 Implement FITH links
8695 2005-09-24 Marco Pesenti Gritti <mpg@redhat.com>
8697 * shell/ev-window-title.c: (get_filename_from_uri),
8698 (ev_window_title_sanitize_extension), (ev_window_title_update),
8699 (ev_window_title_set_document), (ev_window_title_set_uri),
8700 (ev_window_title_free):
8701 * shell/ev-window-title.h:
8702 * shell/ev-window.c: (ev_window_setup_document),
8703 (ev_window_popup_password_dialog):
8705 Refactor window title building while fixing it for
8708 2005-09-24 Marco Pesenti Gritti <mpg@redhat.com>
8710 * pdf/ev-poppler.cc:
8712 Escape link title before setting it in the model
8714 2005-09-23 Marco Pesenti Gritti <mpg@redhat.com>
8716 * shell/ev-application.c: (removed_from_session), (save_session),
8717 (init_session), (ev_application_get_empty_window),
8718 (ev_application_init), (ev_application_get_windows):
8719 * shell/ev-application.h:
8720 * shell/ev-window.c: (ev_window_finalize):
8722 Add a function to retrieve window list and share it where
8724 Implement session handling, works pretty well thanks to the
8727 2005-09-22 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8729 * shell/ev-password.c: (ev_password_item_created_callback),
8730 (ev_password_dialog_save_password):
8732 Fix for bug 316972. Use async gnome-keyring API.
8734 2005-09-22 Christian Persch <chpe@cvs.gnome.org>
8736 * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
8737 Remove unused unrealize handler. Add scroll handling to
8738 ev_view_scroll_event for presentation mode (bug #316708),
8739 and fix the event state checks there.
8741 2005-09-22 Marco Pesenti Gritti <mpg@redhat.com>
8743 * shell/ev-page-action.c: (page_changed_cb):
8745 "marco, maybe we should be crazy and jump right to 6! :)"
8747 Bryan Clark, Sep 2005
8749 2005-09-22 Marco Pesenti Gritti <mpg@redhat.com>
8751 * ps/ps-document.c: (save_document), (ps_document_save),
8752 (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
8753 (ps_document_ps_export_end):
8755 Fix unstructured documents save and print
8757 2005-09-22 Marco Pesenti Gritti <mpg@redhat.com>
8759 * shell/ev-application.c: (ev_application_open_uri):
8761 Fix window size persistance
8763 2005-09-22 Marco Pesenti Gritti <mpg@redhat.com>
8765 * shell/ev-view.c: (ev_view_button_release_event):
8767 Based on a patch from carlosgc@gnome.org. Mouse buttons
8768 switch pages in presentation mode.
8770 2005-09-19 Marco Pesenti Gritti <mpg@redhat.com>
8772 * shell/ev-page-cache.c: (ev_page_cache_get_size):
8774 Dont cast to int before scaling
8776 2005-09-19 Marco Pesenti Gritti <mpg@redhat.com>
8778 * backend/ev-link.c: (ev_link_type_get_type),
8779 (ev_link_new_page_xyz), (ev_link_new_page_fit),
8780 (ev_link_new_page_fith):
8781 * backend/ev-link.h:
8782 * pdf/ev-poppler.cc:
8783 * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
8785 Implement FIT and FITH links
8787 2005-09-19 Marco Pesenti Gritti <mpg@redhat.com>
8789 * pdf/ev-poppler.cc:
8791 Return 0 results when search is not in progress.
8793 * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8794 (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
8796 Update menu sensitivity when cancelling search
8798 2005-09-19 Marco Pesenti Gritti <mpg@redhat.com>
8800 * shell/ev-view.c: (ev_view_can_find_next):
8802 Take all pages in consideration, not just current one
8804 2005-09-19 Marco Pesenti Gritti <mpg@redhat.com>
8806 * shell/ev-page-cache.c:
8807 * shell/ev-page-cache.h:
8808 * shell/ev-view.c: (ev_view_binding_activated),
8809 (ev_view_next_page), (ev_view_previous_page),
8810 (ev_sizing_mode_get_type):
8812 * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8813 (ev_window_cmd_go_next_page):
8815 Move page next/previous functions from page chace to
8816 view and change it to move by 2 page steps in dual mode.
8818 2005-09-19 Marco Pesenti Gritti <mpg@redhat.com>
8820 * shell/ev-window.c: (update_sidebar_visibility),
8821 (setup_sidebar_from_metadata), (ev_window_setup_document),
8822 (setup_view_from_metadata):
8824 Show the index by default when there is one
8826 2005-09-19 Marco Pesenti Gritti <mpg@redhat.com>
8828 * shell/ev-window-title.c: (ev_window_title_set_document):
8832 2005-09-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8834 * shell/ev-view.c: (view_update_range_and_current_page):
8836 Allow display of last odd page in dual view. Fix for 316347.
8838 2005-09-17 Wouter Bolsterlee <uws+gnome@xs4all.nl>
8840 * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8842 Make close button default. Fix for 316383.
8844 2005-09-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8846 * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8848 Mark close button as default. Fix for 316381.
8850 2005-09-16 Marco Pesenti Gritti <mpg@redhat.com>
8852 * backend/ev-link.c: (ev_link_class_init):
8854 Allow negative doubles in left/top properties
8856 2005-09-16 Marco Pesenti Gritti <mpg@redhat.com>
8858 * shell/ev-window.c:
8860 Remove a bunch of strings that was used only
8863 2005-09-16 Marco Pesenti Gritti <mpg@redhat.com>
8865 * shell/ev-window-title.c: (get_filename_from_uri),
8866 (ev_window_title_set_document):
8868 When title has a confusing extension, show also
8869 the document filename inside ()
8871 2005-09-16 Marco Pesenti Gritti <mpg@redhat.com>
8873 * shell/Makefile.am:
8874 * shell/ev-window-title.c: (ev_window_title_new),
8875 (ev_window_title_update), (ev_window_title_set_type),
8876 (ev_window_title_set_document), (ev_window_title_free):
8877 * shell/ev-window-title.h:
8878 * shell/ev-window.c: (ev_window_setup_document),
8879 (password_dialog_response), (ev_window_popup_password_dialog),
8880 (ev_window_dispose), (ev_window_init):
8882 Factor out and cleanup window title code
8884 2005-09-16 Marco Pesenti Gritti <mpg@redhat.com>
8886 * shell/ev-window.c: (unable_to_load_dialog_response_cb),
8889 Make dialog transient so it doesnt block other windows
8891 2005-09-13 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8893 * pdf/ev-poppler.cc:
8895 Fix pdf thumbnails rendering.
8897 2005-09-13 Wouter Bolsterlee <uws+gnome@xs4all.nl>
8899 * shell/ev-window.c: (fullscreen_set_timeout):
8901 Increase timeout to hide full screen popup. Bug
8904 2005-09-13 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8906 * data/evince.schemas.in:
8907 * shell/ev-window.c: (update_action_sensitivity):
8909 Allow the user to override document restrictions. Fix for bug
8912 2005-09-13 Christian Persch <chpe@cvs.gnome.org>
8914 * shell/ev-window.c: (ev_window_update_fullscreen_popup),
8915 (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
8916 (ev_window_class_init): Fix multihead behaviour of fullscreen
8917 toolbar popup. Fixes bug #315451.
8919 2005-09-13 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8922 * data/evince-password.glade:
8923 * shell/ev-password.c: (ev_password_dialog_set_property),
8924 (ev_password_dialog_finalize), (ev_password_dialog_class_init),
8925 (ev_password_dialog_init), (ev_password_set_bad_password_label),
8926 (ev_password_dialog_entry_changed_cb),
8927 (ev_password_dialog_entry_activated_cb),
8928 (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
8929 (ev_password_search_in_keyring), (ev_password_dialog_get_password),
8930 (ev_password_dialog_set_bad_pass):
8931 * shell/ev-password.h:
8932 * shell/ev-window.c: (password_dialog_response),
8933 (ev_window_popup_password_dialog):
8935 Support for gnome-keyring for encrypted PDF's.
8937 2005-09-11 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8939 * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
8940 (ev_view_motion_notify_event), (ev_view_leave_notify_event),
8941 (ev_view_enter_notify_event), (ev_view_class_init):
8943 More precise handling of enter_notify/leave_notify events
8944 in EvView. Fix for bug 315470.
8946 2005-09-08 Christopher Aillon <caillon@redhat.com>
8948 * shell/ev-window.c: (fullscreen_timeout_cb),
8949 (fullscreen_set_timeout), (fullscreen_clear_timeout),
8950 (ev_window_dispose):
8952 leak fix: unref fullscreen_timeout_source before clearing it
8954 2005-09-08 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8956 * configure.ac, dvi/mdvi/Makefile.am:
8958 Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
8960 2005-09-08 Marco Pesenti Gritti <mpg@redhat.com>
8962 * backend/ev-link.c: (ev_link_new_page_xyz):
8963 * pdf/ev-poppler.cc:
8964 * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
8966 Fix some bugs with xyz links, respect zoom
8968 2005-09-08 Marco Pesenti Gritti <mpg@redhat.com>
8970 * shell/ev-window.c: (page_changed_cb),
8971 (setup_document_from_metadata), (update_sidebar_visibility),
8972 (setup_view_from_metadata), (ev_window_run_fullscreen),
8973 (ev_window_stop_fullscreen), (ev_window_run_presentation),
8974 (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
8975 (ev_window_dual_mode_changed_cb),
8976 (ev_window_sidebar_current_page_changed_cb):
8978 null check uri before setting and getting metadata
8980 2005-09-08 Marco Pesenti Gritti <mpg@redhat.com>
8983 * properties/Makefile.am:
8984 * shell/Makefile.am:
8985 * thumbnailer/Makefile.am:
8987 Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
8989 2005-09-08 Marco Pesenti Gritti <mpg@redhat.com>
8991 * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
8992 (selection_changed_callback):
8993 * shell/ev-sidebar-links.h:
8995 Add a signal for link activation.
8997 * shell/ev-view.c: (ev_view_goto_link),
8998 (ev_view_button_release_event):
9000 * shell/ev-window.c: (sidebar_links_link_activated_cb),
9003 Implement the signal so that we can handle all link types.
9005 * shell/ev-page-cache.c:
9007 Remove unused set_link function
9009 2005-09-08 Marco Pesenti Gritti <mpg@redhat.com>
9011 * lib/ev-tooltip.c: (ev_tooltip_set_position):
9013 Add some space from the cursor, hardcoded but I couldnt
9016 2005-09-07 Marco Pesenti Gritti <mpg@redhat.com>
9020 Use mozilla style vs gtk style, way better for links.
9022 * shell/ev-view.c: (ev_view_motion_notify_event),
9023 (ev_view_destroy), (ev_view_init):
9025 Deactive tooltip when the link hovered is changed.
9027 2005-09-07 Marco Pesenti Gritti <mpg@redhat.com>
9029 * backend/ev-document.h:
9030 * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
9031 (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
9032 (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
9033 (ev_link_new_page), (ev_link_new_page_xyz):
9034 * backend/ev-link.h:
9035 * pdf/ev-poppler.cc:
9036 * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
9037 (go_to_link), (tip_from_link):
9039 Implement xyz links, still not functional. Links are a total
9040 mess, will need to refactor and bugfix a lot :(
9042 2005-09-05 Alessio Frusciante <algol@firenze.linux.it>
9044 * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
9046 2005-09-05 Marco Pesenti Gritti <mpg@redhat.com>
9048 * data/evince-ui.xml:
9049 * data/evince.schemas.in:
9050 * shell/Makefile.am:
9051 * shell/ev-window.c: (update_chrome_visibility),
9052 (password_dialog_response), (ev_window_load_job_cb),
9053 (ev_window_xfer_job_cb), (ev_window_open_uri),
9054 (ev_window_class_init), (set_chrome_actions), (load_chrome),
9057 Remove the statusbar. This regress loading feedback, need to
9058 check with Bryan what we want to do there...
9060 2005-09-05 Marco Pesenti Gritti <mpg@redhat.com>
9062 * lib/ev-tooltip.c: (ev_tooltip_init):
9064 Fix tooltip border and size handling
9066 2005-09-05 Marco Pesenti Gritti <mpg@redhat.com>
9068 * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
9069 (ev_tooltip_set_position), (ev_tooltip_recently_shown),
9070 (ev_tooltip_timeout), (ev_tooltip_activate),
9071 (ev_tooltip_deactivate):
9073 * shell/ev-view.c: (ev_view_motion_notify_event):
9075 Delay popup showing. Mirror gtk logic/times.
9077 2005-09-03 Marco Pesenti Gritti <mpg@redhat.com>
9080 * lib/ev-tooltip.c: (ev_tooltip_expose_event),
9081 (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
9082 (ev_tooltip_set_text), (ev_tooltip_set_position):
9085 Simple widget to show tooltips at a custom position
9087 * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
9090 Use it for links. First go, needs work
9092 2005-08-17 Dennis Cranston <dennis_cranston@yahoo.com>
9094 * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small
9095 HIG fixes. Use title capitalization for window title. Use 12
9096 pixels of space between the dialog's vbox and action area.
9098 2005-09-02 Marco Pesenti Gritti <mpg@redhat.com>
9100 * shell/ev-window.c: (file_open_dialog_response_cb),
9101 (ev_window_cmd_file_open), (file_save_dialog_response_cb),
9102 (ev_window_cmd_save_as):
9104 Make file pickers not modal and refactor code some
9106 2005-09-02 Marco Pesenti Gritti <mpg@redhat.com>
9108 * shell/ev-sidebar.h:
9109 * shell/ev-sidebar.c: (ev_sidebar_set_property),
9110 (ev_sidebar_get_current_page), (ev_sidebar_get_property),
9111 (ev_sidebar_class_init), (ev_sidebar_select_page),
9112 (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
9113 (ev_sidebar_set_page):
9115 Add a current page property and allow to get/set it
9117 * shell/ev-window.c: (setup_view_from_metadata),
9118 (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
9120 Persist current sidebar page per document
9122 2005-09-02 Marco Pesenti Gritti <mpg@redhat.com>
9124 * data/evince.schemas.in:
9125 * shell/ev-window.c: (update_chrome_visibility),
9126 (setup_document_from_metadata), (update_sidebar_visibility),
9127 (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
9128 (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9129 (ev_window_run_presentation), (ev_window_stop_presentation),
9130 (ev_window_view_sidebar_cb),
9131 (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
9132 (load_chrome), (ev_window_init):
9134 Persist size/visibility of sidebar per document
9136 Fri Sep 2 00:59:55 2005 Jonathan Blandford <jrb@redhat.com>
9138 * shell/ev-view.c (draw_loading_text): Draw loading text.
9140 2005-09-02 Dan Damian <dand@gnome.ro>
9142 * configure.in: Added "ro" to ALL_LINGUAS.
9144 2005-09-01 Marco Pesenti Gritti <mpg@redhat.com>
9146 * shell/ev-view.c: (clear_caches):
9148 ev_page_cache_get doesnt return a reference,
9149 dont try to unref it.
9151 2005-09-01 Marco Pesenti Gritti <mpg@redhat.com>
9153 * shell/main.c: (load_files_remote):
9155 Fix timestamp parameter with dbus <= 0.33
9157 2005-08-31 Marco Pesenti Gritti <mpg@redhat.com>
9159 * data/evince.schemas.in:
9161 Add missing full stop
9163 2005-08-31 Hiroyuki Ikezoe <poincare@ikezoe.net>
9165 * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
9166 * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
9168 Plug some memory leaks
9170 2005-08-29 Christian Persch <chpe@cvs.gnome.org>
9173 * lib/ev-debug.c: (trap_handler):
9175 Check for execinfo.h and use it only if it exists.
9176 Ported from Epiphany (bug #314776).
9178 2005-08-29 Duarte Loreto <happyguy_pt@hotmail.com>
9180 * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
9182 2005-08-27 Mohammad DAMT <mdamt@gnome.org>
9184 * configure.ac: Added Indonesian "id" to ALL_LINGUAS
9185 * po/id.po : Added Indonesian translation
9187 Fri Aug 26 00:45:09 2005 Jonathan Blandford <jrb@redhat.com>
9190 * shell/ev-application.c: Last minute GTK-2.6 fixes.
9191 * NEWS: Release 0.4.0
9193 Thu Aug 25 23:40:23 2005 Jonathan Blandford <jrb@redhat.com>
9195 * configure.ac: catch another gtk+-2.8ism
9196 * shell/main.c: Make work with gtk+-2.6
9198 2005-08-25 Ryan Lortie <desrt@desrt.ca>
9200 * shell/ev-application-service.xml: Add 'timestamp' argument to
9201 ev_application_open_window and ev_application_open_uri methods.
9203 * shell/ev-application.h: Add 'timestamp' argument to
9204 ev_application_open_window, ev_application_open_uri,
9205 and ev_application_open_uri_list functions.
9207 * shell/ev-application.c (ev_application_open_window,
9208 ev_application_open_uri, ev_application_open_uri_list): Change
9209 functions that show/present windows to use a timestamp if one
9212 * shell/ev-window.c (ev_window_cmd_file_open,
9213 ev_window_cmd_recent_file_activate, drag_data_received_cb):
9214 * shell/main.c (load_files): Modify calls to ev_application to
9215 include GDK_CURRENT_TIME as timestamp.
9217 * shell/main.c (load_files_remote): Obtain timestamp for client
9218 instance from GDK and pass to server instance so new windows are
9219 focused properly. Fix dbus_g_proxy_call() calls by including second
9224 Thu Aug 25 22:13:08 2005 Jonathan Blandford <jrb@redhat.com>
9226 * shell/ev-window.c (ev_window_finalize): Check for
9227 avail. EvWindows when quiting to handle the finalize better,
9230 2005-08-26 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9232 * properties/ev-properties-view.c:
9234 Set textdomain to libglade. Fixes translation problem in property page.
9236 2005-08-26 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9238 * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
9240 * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
9241 * dvi/mdvi-lib/Makefile.am:
9243 Fix rotation of thumbnails, ported to new API. Moved library
9244 dependencies earlier, probably it will fix linkage problem.
9246 Thu Aug 25 02:32:32 2005 Jonathan Blandford <jrb@redhat.com>
9248 * backend/ev-document-misc.c:
9249 (ev_document_misc_get_thumbnail_frame):
9250 * backend/ev-document-misc.h:
9252 * pdf/ev-poppler.cc:
9253 * shell/Makefile.am:
9254 * shell/ev-sidebar-thumbnails.c: (add_range),
9255 (ev_sidebar_thumbnails_set_loading_icon),
9256 (ev_sidebar_thumbnails_refresh),
9257 (ev_sidebar_thumbnails_set_document):
9258 * shell/ev-sidebar-thumbnails.h:
9259 * shell/ev-view.c: (ev_view_motion_notify_event),
9260 (ev_view_set_property), (ev_view_get_property),
9261 (ev_view_class_init), (ev_view_set_rotation):
9262 * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9263 (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
9265 * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
9266 Redo rotation (again). prepare for 0.4.0
9268 2005-08-24 Kristian Høgsberg <krh@redhat.com>
9270 * configure.ac: Bump poppler requirement to 0.4.1.
9272 * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
9273 argument to poppler_page_render_selection() call.
9275 2005-08-24 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9277 * djvu/djvu-document.c: (djvu_document_render_pixbuf),
9278 (djvu_document_thumbnails_get_thumbnail):
9279 * dvi/dvi-document.c: (dvi_document_render_pixbuf),
9280 (dvi_document_thumbnails_get_thumbnail):
9281 * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
9282 (pixbuf_document_thumbnails_get_thumbnail):
9283 * tiff/tiff-document.c: (tiff_document_render_pixbuf):
9285 Update rotation direction of backends to fit with pdf and ps.
9287 2005-08-24 Marco Pesenti Gritti <mpg@redhat.com>
9289 * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
9290 * backend/ev-async-renderer.h:
9291 * ps/ps-document.c: (ps_document_init), (setup_pixmap),
9292 (setup_page), (ps_document_get_page_size),
9293 (ps_async_renderer_render_pixbuf):
9295 * shell/ev-jobs.c: (ev_job_render_run):
9297 Fix orientation in the postscript document
9299 2005-08-23 Marco Pesenti Gritti <mpg@redhat.com>
9301 * pdf/ev-poppler.cc:
9302 * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
9303 * shell/ev-view.c: (highlight_find_results):
9305 Adapt to the new poppler rotation API. Fix text maps on landscape
9308 Sat Aug 20 17:13:48 2005 Jonathan Blandford <jrb@redhat.com>
9310 * shell/ev-view.c (compute_new_selection_text): get the correct
9311 region when selecting in modes other than continuous.
9313 Sat Aug 20 13:10:01 2005 Jonathan Blandford <jrb@redhat.com>
9315 * shell/main.c (main): remove redundant g_warnings.
9317 2005-08-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9319 * shell/Makefile.am: Don't include autogenerated
9320 file ev-application-service.h into distribution, since
9321 it causes dbus crash. Fix for bugs 313724 and 313443.
9323 2005-08-18 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9325 * configure.ac: Fix sed expression for FreeBSD. Thanks
9326 to Joe Marcus Clark <marcus@freebsd.org>
9328 * shell/eggfindbar.c: (entry_activate_callback),
9329 (entry_changed_callback), (egg_find_bar_init),
9330 (egg_find_bar_set_search_string):
9332 Made findbar buttons unsensitive if there is no text in
9333 entry. Fix for the bug 313285.
9335 2005-08-17 Carlos Garcia Campos <carlosgc@gnome.org>
9337 * ps/ps-document.c: Use g_filename_display_name for displaying
9338 filenames and revert string freeze breackage
9340 2005-08-17 Marco Pesenti Gritti <mpg@redhat.com>
9347 * shell/Makefile.am:
9349 Add ev-application-service.xml to extra dist
9351 * shell/ev-view.c: (find_page_at_location):
9353 Remove unused function (fix warning)
9355 2005-08-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9357 * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
9358 (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
9360 Fix warnings and compilation with t1lib-5.0 and newer. Fix for
9363 2005-08-16 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9365 * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
9366 * shell/ev-window.c:
9369 2005-08-16 Carlos Garcia Campos <carlosgc@gnome.org>
9371 * configure.ac: Update script to get dbus version.
9372 Fix for the bug #313443.
9374 2005-08-16 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9376 * shell/ev-window.c: (ev_window_cmd_escape):
9378 Return focus back to view on escape. Fix for bug 313295.
9380 2005-08-16 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9382 * shell/ev-window.c: (update_window_title),
9383 (ev_window_popup_password_dialog), (ev_window_load_job_cb),
9384 (ev_window_cmd_save_as):
9386 Correct conversion from uri to displayable string. Fix for
9389 2005-08-16 Carlos Garcia Campos <carlosgc@gnome.org>
9391 * ps/ps-document.c: convert filename to utf8 when there is an error
9392 loading document. Fixes #309915
9394 2005-08-16 Marco Pesenti Gritti <mpg@redhat.com>
9398 We depend on poppler 0.4.0
9400 Mon Aug 15 21:53:05 2005 Jonathan Blandford <jrb@redhat.com>
9403 * NEWS: Release 0.3.3.
9404 * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
9406 2005-08-14 Dennis Cranston <dennis_cranston@yahoo.com>
9408 * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:
9409 add a couple missing mnemonics to menu items, use title
9410 capitalization for menu items and window titles, and add
9411 ellipsis to open menu item.
9413 Mon Aug 15 00:40:21 2005 Jonathan Blandford <jrb@redhat.com>
9415 * pdf/ev-poppler.cc:
9416 * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
9417 * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
9418 (ev_view_get_rotation):
9420 * shell/ev-window.c: (setup_view_from_metadata),
9421 (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
9422 (ev_window_cmd_edit_rotate_right): Fix rotation. Save it to
9425 2005-08-14 Baris Cicek <baris@teamforce.name.tr>
9427 * configure.ac: Added tr to ALL_LINGUAS
9429 2005-08-12 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9431 * shell/ev-view.c: Fix for bug Bug 311838. Search backward
9432 requires several clicks to find word. Thanks to
9433 Colin Slater <kiltedtaco@gmail.com>.
9435 2005-08-11 Bryan Clark <clarkbw@cvs.gnome.org>
9437 * data/evince.desktop.in.in: Hide menu entry and
9438 rename it to "Document Viewer". Fix for bug
9441 2005-08-11 Crispin Flowerday <gnome@flowerday.cx>
9443 * shell/ev-page-action.c (ev_page_action_class_init):
9445 Point to the correct function in constructor of the
9446 activate_label signal
9448 Tue Aug 9 02:17:13 2005 Jonathan Blandford <jrb@redhat.com>
9450 * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9451 * shell/ev-jobs.h: Make thread safe.
9453 2005-08-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9455 * shell/ev-view.c: (view_update_range_and_current_page):
9456 Don't update page range if we are scrolling to some document
9459 2005-08-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9461 * shell/ev-view.c: (get_page_extents): reverse rotation/scale
9462 when getting max_page_width, fix drawing in dual mode.
9464 Sun Aug 7 02:06:08 2005 Jonathan Blandford <jrb@redhat.com>
9466 * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
9467 getting the area for select_all.
9469 2005-08-06 Kristian Høgsberg <krh@redhat.com>
9471 * backend/ev-selection.c: (ev_selection_render_selection):
9472 * backend/ev-selection.h:
9473 * pdf/ev-poppler.cc:
9474 * shell/ev-jobs.c: (ev_job_render_new):
9476 * shell/ev-pixbuf-cache.c: (get_selection_colors),
9477 (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
9478 * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
9479 (ev_view_class_init):
9481 Change selection color on focus in and focus out events. Also,
9482 poppler now uses GdkColor for specifying the selection colors, so
9483 drop some awkward conversion code.
9485 2005-08-06 Yair Hershkovitz <yairhr@gmail.com>
9487 * configure.ac: Added Hebrew translation
9489 Sat Aug 6 01:12:44 2005 Jonathan Blandford <jrb@redhat.com>
9492 * backend/ev-selection.c: (ev_selection_render_selection):
9493 * backend/ev-selection.h:
9494 * pdf/ev-poppler.cc:
9495 * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
9496 (ev_job_render_run):
9498 * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9499 (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
9500 (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
9501 (ev_pixbuf_cache_style_changed),
9502 (ev_pixbuf_cache_get_selection_pixbuf),
9503 (ev_pixbuf_cache_set_selection_list),
9504 (ev_pixbuf_cache_get_selection_list):
9505 * shell/ev-pixbuf-cache.h:
9506 * shell/ev-utils.c: (ev_print_region_contents):
9508 * shell/ev-view.c: (ev_view_queue_draw_page),
9509 (selection_update_idle_cb), (ev_view_motion_notify_event),
9510 (ev_view_style_set), (draw_one_page), (ev_view_class_init),
9511 (setup_caches), (ev_view_find_next), (merge_selection_region),
9513 * shell/ev-window.c: (ev_window_update_fullscreen_popup):
9515 Clean up selection to be much smoother!
9517 2005-08-05 Kristian Høgsberg <krh@redhat.com>
9519 * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
9520 to poppler_page_render_selection().
9522 2005-08-05 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9524 * ps/ps-document.c: (save_page_list): Use
9525 unzipped document when printing. Thanks to
9526 Colin Slater <kiltedtaco@gmail.com>. Fix for bug
9529 2005-08-03 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9531 * shell/ev-window.c: (update_action_sensitivity):
9533 Disable print and save respect to lockdown gconf keys. Fix
9536 2005-08-03 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9539 * shell/ev-utils.c: (rename_file), (set_umask_permissions),
9540 (write_to_temp_file), (ev_file_set_contents):
9542 * shell/ev-window.c: (save_print_config_to_file):
9544 Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
9547 2005-07-31 Christian Persch <chpe@cvs.gnome.org>
9549 * shell/ev-window.c: (load_print_config_from_file),
9550 (save_print_config_to_file), (ev_window_print_range):
9552 Persist the print settings. Fixes bug #311578.
9554 2005-07-31 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9556 * djvu/djvu-document.c: (djvu_document_get_page_size),
9557 (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
9558 (djvu_document_thumbnails_get_thumbnail):
9559 * dvi/dvi-document.c: (dvi_document_get_page_size),
9560 (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
9561 (dvi_document_thumbnails_get_dimensions),
9562 (dvi_document_thumbnails_get_thumbnail):
9563 * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
9564 (pixbuf_document_render_pixbuf),
9565 (pixbuf_document_document_iface_init),
9566 (pixbuf_document_thumbnails_get_thumbnail):
9568 Update backends to make them build with new rotation system.
9570 2005-07-31 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9572 * help/C/figures/evince_start_window.png:
9574 Update documentation image from Luca Ferretti <elle.uca@libero.it>
9576 Sat Jul 30 19:09:34 2005 Jonathan Blandford <jrb@redhat.com>
9578 * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
9579 * shell/ev-pixbuf-cache.h:
9580 * shell/ev-sidebar-thumbnails.c:
9581 (ev_sidebar_thumbnails_get_property), (add_range),
9582 (adjustment_changed_cb):
9583 * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
9584 pixbuf cache. Make thumbnailing work again. Also, fix bug where
9585 we were thumbnailing the entire docment on startup, slowing us
9588 Fri Jul 29 23:14:28 2005 Jonathan Blandford <jrb@redhat.com>
9590 * shell/ev-page-cache.c: (ev_page_cache_new):
9591 * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
9592 == 0, fixes #310306.
9594 2005-07-29 Marco Pesenti Gritti <mpg@redhat.com>
9596 * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
9597 (ev_view_rotate_left):
9599 Account rotation in doc_rect_to_view_rect.
9600 Ensure rotation doesnt go out of bounds.
9602 2005-07-29 Marco Pesenti Gritti <mpg@redhat.com>
9604 * shell/ev-page-cache.c: (ev_page_cache_get_size):
9606 Correct and cleanup w/h swapping
9608 2005-07-29 Marco Pesenti Gritti <mpg@redhat.com>
9610 * backend/ev-document-thumbnails.c:
9611 (ev_document_thumbnails_get_thumbnail):
9612 * backend/ev-document-thumbnails.h:
9613 * backend/ev-document.c:
9614 * backend/ev-document.h:
9615 * backend/ev-render-context.c: (ev_render_context_new),
9616 (ev_render_context_set_rotation):
9617 * backend/ev-render-context.h:
9618 * pdf/ev-poppler.cc:
9619 * ps/ps-document.c: (ps_document_document_iface_init):
9620 * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9622 * shell/ev-page-cache.c: (build_height_to_page),
9623 (ev_page_cache_new), (ev_page_cache_get_size),
9624 (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9625 (ev_page_cache_get_height_to_page):
9626 * shell/ev-page-cache.h:
9627 * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9628 (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9629 (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
9630 (ev_pixbuf_cache_get_selection_pixbuf):
9631 * shell/ev-pixbuf-cache.h:
9632 * shell/ev-print-job.c: (idle_print_handler):
9633 * shell/ev-sidebar-thumbnails.c: (add_range):
9634 * shell/ev-view.c: (view_update_range_and_current_page),
9635 (get_page_y_offset), (get_page_extents),
9636 (ev_view_size_request_continuous_dual_page),
9637 (ev_view_size_request_continuous),
9638 (ev_view_size_request_dual_page),
9639 (ev_view_size_request_single_page), (draw_one_page),
9640 (ev_view_set_rotation), (ev_view_rotate_right),
9641 (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9642 (ev_view_zoom_for_size_continuous_and_dual_page),
9643 (ev_view_zoom_for_size_continuous),
9644 (ev_view_zoom_for_size_dual_page),
9645 (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9646 (ev_view_select_all):
9647 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9648 * tiff/tiff-document.c: (tiff_document_render_pixbuf),
9649 (tiff_document_document_iface_init),
9650 (tiff_document_thumbnails_get_thumbnail):
9652 Use rotation rather than orientation. It's easier and enough
9655 2005-07-29 Marco Pesenti Gritti <mpg@redhat.com>
9657 * shell/ev-page-cache.c: (build_height_to_page),
9658 (ev_page_cache_new), (ev_page_cache_get_size),
9659 (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9660 (ev_page_cache_get_height_to_page):
9661 * shell/ev-page-cache.h:
9662 * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
9663 (ev_view_size_request_continuous_dual_page),
9664 (ev_view_size_request_continuous),
9665 (ev_view_zoom_for_size_continuous_and_dual_page),
9666 (ev_view_zoom_for_size_continuous):
9668 Make the page cache aware of page orientation.
9670 2005-07-29 Marco Pesenti Gritti <mpg@redhat.com>
9672 * backend/ev-document-thumbnails.c:
9673 (ev_document_thumbnails_get_thumbnail):
9674 * backend/ev-document-thumbnails.h:
9675 * backend/ev-document.c:
9676 * backend/ev-document.h:
9677 * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
9678 * backend/ev-ps-exporter.h:
9679 * pdf/ev-poppler.cc:
9680 * ps/ps-document.c: (ps_document_document_iface_init),
9681 (ps_document_ps_export_do_page):
9682 * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9684 * shell/ev-page-cache.c: (ev_page_cache_get_size),
9685 (ev_page_cache_get):
9686 * shell/ev-page-cache.h:
9687 * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9688 (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9689 (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
9690 * shell/ev-pixbuf-cache.h:
9691 * shell/ev-print-job.c: (idle_print_handler):
9692 * shell/ev-sidebar-thumbnails.c: (add_range):
9693 * shell/ev-view.c: (view_update_range_and_current_page),
9694 (get_page_extents), (ev_view_size_request_dual_page),
9695 (ev_view_size_request_single_page), (draw_one_page),
9696 (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
9697 (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9698 (ev_view_zoom_for_size_dual_page),
9699 (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9700 (ev_view_select_all):
9701 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9702 * tiff/tiff-document.c: (tiff_document_get_page_size),
9703 (tiff_document_get_orientation), (rotate_pixbuf),
9704 (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
9705 (tiff_document_thumbnails_get_thumbnail),
9706 (tiff_document_ps_export_do_page), (tiff_document_init):
9708 Really make use of the orientation bit of the render context.
9709 Use the render context in a few more places in the backend API.
9710 This regress orientation, but now it's done right. Will try to
9713 2005-07-29 Marco Pesenti Gritti <mpg@redhat.com>
9715 * shell/ev-view.c: (ensure_rectangle_is_visible):
9717 Patch by Nickolay V. Shmyrev to fix find flickering
9719 2005-07-27 Martin Kretzschmar <martink@gnome.org>
9721 * backend/ev-ps-exporter.h: add paper_width, paper_height, and
9722 duplex parameters to ::begin.
9724 * tiff/tiff-document.c (tiff_document_ps_export_begin):
9725 * shell/ev-print-job.c (idle_print_handler):
9726 * ps/ps-document.c (ps_document_ps_export_begin):
9727 * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin):
9728 * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
9729 implementations. Poppler backend needs poppler cvs. Rest has
9732 2005-07-25 Martin Kretzschmar <martink@gnome.org>
9734 * shell/ev-window.c (using_pdf_printer): new function.
9735 (ev_window_print_range): print a less techy message if someone
9736 tries to print to PDF.
9738 2005-07-25 Martin Kretzschmar <martink@gnome.org>
9740 * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
9741 from "unknown font" string. Bug #311431
9743 2005-07-24 Martin Kretzschmar <martink@gnome.org>
9745 * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
9747 2005-07-24 Martin Kretzschmar <martink@gnome.org>
9751 * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
9752 name for PopplerFontTypes
9753 (pdf_document_fonts_fill_model): add font type to the detail column
9755 * backend/ev-document-fonts.h: added
9756 EV_DOCUMENT_FONTS_COLUMN_DETAILS.
9758 * shell/ev-properties-fonts.c (font_cell_data_func): glue together
9759 font name and font details, add a little markup.
9760 (ev_properties_fonts_init): use the new cell data func, specify ypad
9761 property for the cell renderer.
9762 (ev_properties_fonts_set_document): add the details column.
9764 2005-07-24 Artur Flinta <aflinta@cvs.gnome.org>
9766 * configure.ac: Added "pl" to ALL_LINGUAS.
9768 2005-07-24 Danilo Šegan <danilo@gnome.org>
9770 * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
9772 2005-07-23 Tommi Vainikainen <thv@iki.fi>
9774 * help/ChangeLog: Started this for translations of manual.
9775 * configure.ac, autogen.sh, .cvsignore: Migrated to
9776 gnome-doc-utils. Patch in bug #311222.
9778 2005-07-22 Martin Kretzschmar <martink@gnome.org>
9780 * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf):
9781 #ifdef this away to fix an unused-function warning.
9783 2005-07-22 Ignacio Casal Quinteiro <nacho.resa@gmail.com>
9785 * configure.ac: Added 'gl' to ALL_LINGUAS.
9787 2005-07-22 Pawan Chitrakar <pawan@nplinux.org>
9789 * configure.ac: Added ne in ALL_LINGUAS
9791 2005-07-22 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9793 * shell/ev-view.c: (ev_view_leave_notify_event):
9795 Clear status message when pointer leaves view. Fix for bug
9798 2005-07-20 Ankit Patel <ankit644@yahoo.com>
9800 * configure.ac: Gujarati (gu) added to ALL_LINGUAS
9802 2005-07-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9804 * shell/ev-view.c: (ev_view_leave_notify_event),
9805 (ev_view_class_init):
9807 Set cursor to normal then leaving view.
9809 2005-07-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9813 Fix required djvulibre version.
9815 2005-07-15 Rajesh Ranjan <rajeshkajha@yahoo.com>
9817 *configure.ac: Hindi (hi) language added
9819 2005-07-15 Amanpreet Singh Brar <amanpreetalam@yahoo.com>
9821 *configure.ac: Punjabi (pa) Language added
9823 2005-07-12 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9825 * data/evince-ui.xml, shell/ev-window.c:
9827 Add keypad accelerators for zooming. Fix for bug 308128.
9829 2005-07-11 Marco Pesenti Gritti <mpg@redhat.com>
9832 * backend/Makefile.am:
9833 * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
9835 * shell/ev-document-types.c: (ev_document_types_add_filters):
9837 Allow to enable/disable the pixbuf backend.
9838 Default to off for now. If we want it enabled we should
9839 really put mime types in the desktop, implement properties etc.
9841 * properties/evince-properties.c:
9843 Initialize error to NULL.
9844 Check error is not NULL before freeing.
9846 2005-07-11 Marco Pesenti Gritti <mpg@redhat.com>
9848 * shell/ev-window.c:
9850 Use F5 as presentation accell
9852 2005-07-11 Marco Pesenti Gritti <mpg@redhat.com>
9854 * shell/ev-window.c: (update_chrome_visibility),
9855 (ev_window_create_fullscreen_popup), (ev_window_init):
9857 Do not leak the fullscreen toolbar
9859 2005-07-11 Marco Pesenti Gritti <mpg@redhat.com>
9861 * shell/ev-window.c: (view_actions_focus_in_cb),
9862 (view_actions_focus_out_cb):
9864 These has a return value! Fix totally random focus
9865 issues we was seeing.
9867 2005-07-11 Carlos Garcia Campos <carlosgc@gnome.org>
9869 * shell/main.c: (load_files_remote):
9871 Allow open more than one file
9873 2005-07-11 Marco Pesenti Gritti <mpg@redhat.com>
9875 * shell/main.c: (load_files_remote):
9877 Fix for dbus 0.33. bug #309975
9879 2005-07-08 Marco Pesenti Gritti <mpg@redhat.com>
9881 * properties/ev-properties-main.c: (ev_properties_get_pages):
9883 Actually return NULL for types we dont support
9885 2005-07-08 Christian Persch <chpe@cvs.gnome.org>
9891 2005-07-08 Marco Pesenti Gritti <marco@gnome.org>
9893 * backend/ev-document-factory.c:
9894 (ev_document_factory_get_document):
9896 Do not try to create the object if type
9899 2005-07-08 Marco Pesenti Gritti <mpg@redhat.com>
9901 * ps/ps-document.c: (ps_document_dispose),
9902 (ps_async_renderer_render_pixbuf):
9905 Do not leak the target window
9907 2005-07-08 Marco Pesenti Gritti <mpg@redhat.com>
9909 * shell/ev-application.c: (ev_application_init):
9911 Let tbe check file existence for us.
9912 Add a comment about eggrecent mime filter.
9914 2005-07-08 Marco Pesenti Gritti <mpg@redhat.com>
9916 * data/evince-ui.xml:
9917 * shell/ev-application.c: (ev_application_shutdown),
9918 (ev_application_init), (ev_application_get_toolbars_model),
9919 (ev_application_get_recent_model),
9920 (ev_application_save_toolbars_model):
9921 * shell/ev-application.h:
9922 * shell/ev-window.c: (ev_window_add_recent),
9923 (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
9924 (ev_window_cmd_edit_toolbar), (ev_window_dispose),
9927 Use common toolbar and recent models for all windows.
9928 Patch by Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9930 Thu Jul 7 23:10:01 2005 Jonathan Blandford <jrb@redhat.com>
9932 * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
9933 successfully check for gtk_icon_view_get_visible_range.
9935 2005-07-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9940 Fix djvu and dvi backend build.
9942 2005-07-07 Christian Persch <chpe@cvs.gnome.org>
9944 * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
9945 (new_separator_pixbuf):
9949 2005-07-07 Christian Persch <chpe@cvs.gnome.org>
9951 * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
9953 HIGification of toolbar editor dialogue.
9955 2005-07-07 Marco Pesenti Gritti <mpg@redhat.com>
9958 * shell/Makefile.am:
9960 Ever build metadata manager since it's just
9961 disabled at runtime now.
9963 2005-07-07 Marco Pesenti Gritti <mpg@redhat.com>
9965 * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
9966 (ev_metadata_manager_get), (ev_metadata_manager_set):
9967 * shell/ev-metadata-manager.h:
9969 Add an _init functions that enabled metadata management
9972 * shell/ev-window.c: (page_changed_cb),
9973 (setup_document_from_metadata), (ev_window_setup_document),
9974 (setup_view_from_metadata), (ev_window_open_uri),
9975 (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9976 (ev_window_run_presentation), (ev_window_stop_presentation),
9977 (save_sizing_mode), (ev_window_zoom_changed_cb),
9978 (ev_window_continuous_changed_cb),
9979 (ev_window_dual_mode_changed_cb), (window_state_event_cb),
9980 (window_configure_event_cb):
9982 Remove all ugly metadata define since we deal with it
9985 * shell/main.c: (load_files_remote), (main):
9987 Add support for dbus cvs head. Hopefully didnt break one
9988 of the other versions now!
9990 If we dont get a response from the dbus server just
9991 give up with it and not enable metadata.
9993 2005-07-07 Marco Pesenti Gritti <mpg@redhat.com>
9996 * backend/Makefile.am:
9998 * cut-n-paste/recent-files/Makefile.am:
9999 * cut-n-paste/toolbar-editor/Makefile.am:
10000 * cut-n-paste/zoom-control/Makefile.am:
10003 * pixbuf/Makefile.am:
10004 * properties/Makefile.am:
10006 * shell/Makefile.am:
10007 * thumbnailer/Makefile.am:
10008 * tiff/Makefile.am:
10010 Make frontends depend on just libev.
10011 Rework and group CFLAGS/LIBS definitions.
10014 2005-07-07 Marco Pesenti Gritti <mpg@redhat.com>
10018 do not unnecessarily save zoom
10021 * lib/ev-file-helpers.c: (ev_dot_dir):
10022 * shell/Makefile.am:
10027 2005-07-07 Marco Pesenti Gritti <mpg@redhat.com>
10031 Remove unnecessary dependencies
10033 2005-07-07 Marco Pesenti Gritti <mpg@redhat.com>
10035 * properties/Makefile.am:
10036 * thumbnailer/Makefile.am:
10037 * tiff/Makefile.am:
10039 Some more cleanups. Was really necessary
10040 but I probably introduced bugs, feel free
10043 2005-07-07 Marco Pesenti Gritti <mpg@redhat.com>
10045 * backend/Makefile.am:
10047 * cut-n-paste/recent-files/Makefile.am:
10048 * cut-n-paste/toolbar-editor/Makefile.am:
10049 * cut-n-paste/zoom-control/Makefile.am:
10052 * pixbuf/Makefile.am:
10053 * properties/Makefile.am:
10055 * shell/Makefile.am:
10056 * thumbnailer/Makefile.am:
10057 * tiff/Makefile.am:
10059 Use gnome-common macros when possible.
10060 Cleanup dependencies.
10061 Actually disable deprecated where possible.
10063 2005-07-07 Marco Pesenti Gritti <mpg@redhat.com>
10066 * backend/Makefile.am:
10067 * properties/Makefile.am:
10068 * shell/Makefile.am:
10069 * thumbnailer/Makefile.am:
10071 This should solve the circular dep without
10072 requiring dir reorg!
10074 * shell/ev-window.c: (setup_view_from_metadata):
10076 Never restore window size/position when the
10077 window is already visible.
10079 2005-07-06 Christian Persch <chpe@cvs.gnome.org>
10081 * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
10083 Return a boolean from timeout func. Fix ported from gedit.
10085 2005-07-07 Iñaki Larrañaga <dooteo@euskalgnu.org>
10087 * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
10089 2005-07-06 Carlos Garcia Campos <carlosgc@gnome.org>
10091 * shell/ev-document-types.c: set "All Documents" as default filter in
10094 2005-07-06 Martin Kretzschmar <martink@gnome.org>
10096 * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
10097 (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
10098 (ev_metadata_manager_set_boolean): fix value/val thinko.
10100 2005-07-06 Marco Pesenti Gritti <mpg@redhat.com>
10102 * shell/ev-window.c: (setup_view_from_metadata),
10103 (window_state_event_cb), (window_configure_event_cb),
10106 Remember window position and maximized state
10108 2005-07-06 Christian Persch <chpe@cvs.gnome.org>
10112 Fix DBUS configure checks.
10114 * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
10115 (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
10116 (ev_metadata_manager_set_boolean):
10120 * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
10121 (ev_window_stop_fullscreen), (ev_window_run_presentation),
10122 (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
10123 (ev_window_continuous_changed_cb),
10124 (ev_window_dual_mode_changed_cb), (ev_window_new):
10126 Fix the build without DBUS.
10128 2005-07-06 Marco Pesenti Gritti <mpg@redhat.com>
10130 * shell/ev-metadata-manager.c: (parse_value), (save_values),
10131 (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
10132 (ev_metadata_manager_set_string),
10133 (ev_metadata_manager_set_boolean):
10134 * shell/ev-metadata-manager.h:
10136 Add support for some more types
10138 * shell/ev-view.c: (scroll_to_current_page),
10139 (ev_view_get_continuous), (ev_view_set_continuous),
10140 (ev_view_get_dual_page):
10142 * shell/ev-window.c: (page_changed_cb),
10143 (setup_document_from_metadata), (ev_window_setup_document),
10144 (setup_view_from_metadata), (ev_window_open_uri),
10145 (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
10146 (ev_window_run_presentation), (ev_window_stop_presentation),
10147 (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
10148 (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
10149 (ev_window_update_dual_page_action),
10150 (ev_window_continuous_changed_cb),
10151 (ev_window_dual_mode_changed_cb), (ev_window_init):
10153 Remember a bunch of view/document properties. Prolly some
10154 are still missing but it's getting interesting.
10156 2005-07-05 Martin Kretzschmar <martink@gnome.org>
10158 * configure.ac: check if dbus-binding-tool is installed. Not the
10159 case on current Ubuntu breezy, it seems.
10161 2005-07-05 Luca Ferretti <elle.uca@libero.it>
10163 * data/evince.desktop.in.in:
10165 Allow open uri lists and add TryExec field.
10167 2005-07-05 Marco Pesenti Gritti <mpg@redhat.com>
10171 Enable dbus when available, do not require a configure
10174 2005-07-05 Christian Persch <chpe@cvs.gnome.org>
10178 Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
10181 2005-07-05 Carlos Garcia Campos <carlosgc@gnome.org>
10182 Marco Pesenti Gritti <mpg@redhat.com>
10184 * shell/Makefile.am: Add --prefix for dbus-binding-tool script
10186 * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC
10187 functions to the format required by dbus
10189 * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
10190 errors. Use the RPC parameters in the expected way
10192 2005-07-05 Marco Pesenti Gritti <mpg@redhat.com>
10195 * properties/Makefile.am:
10196 * properties/ev-properties-main.c: (ev_properties_get_pages):
10198 Support all mime types
10200 * shell/Makefile.am:
10201 * thumbnailer/Makefile.am:
10202 * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
10203 (evince_thumbnail_pngenc_get):
10205 Use the document factory
10207 2005-07-05 Marco Pesenti Gritti <mpg@redhat.com>
10209 * backend/Makefile.am:
10210 * backend/ev-document-factory.c:
10211 (mime_type_supported_by_gdk_pixbuf),
10212 (ev_document_type_get_from_mime),
10213 (ev_document_factory_get_document),
10214 (ev_document_factory_get_backend),
10215 (ev_document_factory_get_mime_types),
10216 (ev_document_factory_get_all_mime_types):
10217 * backend/ev-document-factory.h:
10218 * shell/Makefile.am:
10219 * shell/ev-document-types.c: (get_document_from_uri),
10220 (ev_document_types_get_document),
10221 (file_filter_add_mime_list_and_free),
10222 (ev_document_types_add_filters):
10223 * shell/ev-document-types.h:
10224 * shell/ev-job-xfer.c: (ev_job_xfer_run):
10225 * shell/ev-properties-dialog.c:
10226 (ev_properties_dialog_set_document):
10227 * shell/ev-window.c: (ev_window_cmd_file_open),
10228 (ev_window_cmd_save_as):
10229 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10231 Rework document types managing to avoid code duplication
10232 and actually abstract from backend implementations.
10233 Also provide a minimal factory api that can be used by
10234 thumbnailer/properties.
10236 2005-07-05 Christian Persch <chpe@cvs.gnome.org>
10238 * properties/ev-properties-view.c: (ev_properties_view_set_info):
10240 * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
10243 2005-07-04 Matthew S. Wilson <msw@rpath.com>
10245 * shell/ev-properties-dialog.c
10246 (ev_properties_dialog_set_document): only call
10247 ev_properties_fonts_set_document() if the document implements the
10250 2005-07-05 Marco Pesenti Gritti <mpg@redhat.com>
10253 * properties/Makefile.am:
10254 * properties/ev-properties-view.c:
10255 (ev_properties_view_register_type):
10256 * properties/ev-properties-view.h:
10257 * properties/ev-properties-main.h:
10259 Implement nautilus plugin for properties.
10260 Works only for pdf atm, I need to rework the
10261 document types stuff to get this to work
10262 for all backends...
10264 2005-07-04 Martin Kretzschmar <martink@gnome.org>
10266 * shell/ev-properties-fonts.c (enum): kill redundant columns enum
10267 (ev_properties_fonts_set_document): use
10268 EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
10270 2005-07-04 Matthew S. Wilson <msw@rpath.com>
10272 * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
10274 (PlaceImage, tiff2ps_process_page): use
10275 g_ascii_dtostr to convert floats to strings in a locale-safe way.
10278 2005-07-04 Martin Kretzschmar <martink@gnome.org>
10280 * shell/main.c: include libgnomeui/gnome-authentication-manager.h
10281 (main): to call gnome_authentication_manager_init. Should fix
10284 * configure.ac: that requires libgnomeui 2.6.0.
10286 2005-07-04 Matthew S. Wilson <msw@rpath.com>
10288 * tiff/tiff-document.c (tiff_document_ps_export_begin)
10289 (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
10290 use the new tiff2ps interfaces
10292 * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page)
10293 (tiff2ps_context_finalize): implement new interfaces for tiff2ps
10295 * tiff/tiff2ps.c: refactor tiff2ps code to use a context
10296 structure instead of global variables. Remove use of static
10297 variables in functions.
10299 2005-07-04 Carlos Garcia Campos <carlosgc@gnome.org>
10301 * shell/ev-page-action.c: unref the completion after setting it to the
10304 2005-07-04 Matthew S. Wilson <msw@rpath.com>
10306 * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
10309 2005-07-04 Matthew S. Wilson <msw@rpath.com>
10311 * shell/ev-window.c (update_action_sensitivity): disable
10312 File->Print if the document does not implement the ps exporter
10315 2005-07-04 Marco Pesenti Gritti <mpg@redhat.com>
10319 * data/evince-properties.glade:
10320 * properties/.cvsignore:
10321 * properties/Makefile.am:
10322 * properties/ev-properties-view.c: (ev_properties_view_dispose),
10323 (ev_properties_view_class_init), (ev_properties_view_format_date),
10324 (make_valid_utf8), (set_property), (ev_properties_view_set_info),
10325 (ev_properties_view_init), (ev_properties_view_new):
10326 * properties/ev-properties-view.h:
10327 * shell/Makefile.am:
10328 * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
10329 (ev_properties_dialog_init), (ev_properties_dialog_set_document),
10330 (ev_properties_dialog_new):
10331 * shell/ev-properties-dialog.h:
10332 * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
10333 (ev_properties_fonts_class_init), (ev_properties_fonts_init),
10334 (update_progress_label), (job_fonts_finished_cb),
10335 (ev_properties_fonts_set_document), (ev_properties_fonts_new):
10336 * shell/ev-properties-fonts.h:
10337 * shell/ev-properties.c:
10338 * shell/ev-properties.h:
10339 * shell/ev-window.c: (ev_window_setup_document),
10340 (ev_window_cmd_file_properties):
10342 Split the properties pages in two different objects, depend
10343 only on the backend where possible, use widgets instead
10344 of gobject for the glade part, reimplement the dialog
10346 I need this to implement nautilus properties page.
10348 2005-07-03 Matthew S. Wilson <msw@rpath.com>
10350 * tiff/tiff-document.c (tiff_document_ps_export_begin)
10351 (tiff_document_ps_export_do_page, tiff_document_ps_export_end)
10352 (tiff_document_document_ps_exporter_iface_init): implement the ps
10353 exporter interface for tiff documents
10355 * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
10356 libtiff to implement TIFF postscript export
10358 * tiff/tiff2ps.h: added a header file for external tiff2ps
10361 * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
10364 2005-07-03 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10366 * shell/ev-view.c: (scroll_to_current_page),
10367 (ev_view_set_fullscreen), (ev_view_set_presentation):
10369 Scroll to current page when exit from presentation
10371 2005-07-03 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10373 * shell/ev-window.c: (update_document_mode),
10374 (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
10375 (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
10376 (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
10378 Exit from fullscreen mode when switch to presentation. Fix for
10381 2005-07-02 Matthew S. Wilson <msw@rpath.com>
10383 * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
10384 return NULL if the document does not implement the selection
10387 2005-07-02 Matthew S. Wilson <msw@rpath.com>
10389 * tiff/tiff-document.c (tiff_document_get_page_size): scale the
10390 reported height by using the resolution aspect ratio
10391 (tiff_document_render_pixbuf): scale the pixbuf using the
10392 resolution aspect ratio
10394 2005-07-01 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10398 Require libgnomeprint >= 2.5.1. Thanks to Colin Slater
10399 <kiltedaco@gmail.com>
10401 * djvu/djvu-document.c: (djvu_document_get_orientation),
10402 (djvu_document_set_orientation), (djvu_document_get_page_size),
10403 (rotate_pixbuf), (djvu_document_render_pixbuf),
10404 (djvu_document_document_iface_init):
10405 * dvi/dvi-document.c: (dvi_document_get_orientation),
10406 (dvi_document_set_orientation), (dvi_document_get_page_size),
10407 (rotate_pixbuf), (dvi_document_render_pixbuf),
10408 (dvi_document_document_iface_init):
10410 Dvi and djvu backends are ported to new API
10412 Fri Jul 1 00:10:15 2005 Jonathan Blandford <jrb@redhat.com>
10414 * backend/ev-selection.c: (ev_selection_get_selection_region),
10415 (ev_selection_get_selection_map):
10416 * backend/ev-selection.h:
10417 * pdf/ev-poppler.cc:
10418 * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10420 * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
10421 (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
10422 (ev_pixbuf_cache_get_text_mapping):
10423 * shell/ev-pixbuf-cache.h:
10424 * shell/ev-view.c: (location_in_text),
10425 (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
10426 support to EvView. Now we can see where we can select! Sweet!
10428 2005-06-30 Kristian Høgsberg <krh@redhat.com>
10430 * shell/ev-view.c (ev_view_button_press_event): Fix
10431 event->y + view->scroll_x typo.
10433 2005-06-30 Kristian Høgsberg <krh@redhat.com>
10435 * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
10436 sub-GdkPixbuf instead of passing dest_x and dest_y.
10438 * shell/ev-view.c: (view_point_to_doc_point),
10439 (view_rect_to_doc_rect), (ev_view_button_press_event),
10440 (ev_view_motion_notify_event), (compute_new_selection_rect),
10441 (gdk_rectangle_point_in), (compute_new_selection_text),
10442 (compute_selections): Update selection code to keep the selection
10443 around as two points and not as a normalized rectangle, and fix
10444 page level selection in two-column mode.
10446 2005-06-30 Alex Duggan <aldug@astrolinux.com>
10448 * shell/ev-window.c: (window_configure_event_cb):
10452 2005-06-30 Marco Pesenti Gritti <mpg@redhat.com>
10454 * pdf/ev-poppler.cc:
10458 2005-06-30 Marco Pesenti Gritti <mpg@redhat.com>
10460 * shell/Makefile.am:
10461 * shell/ev-metadata-manager.c: (item_free),
10462 (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
10463 (parse_value), (parseItem), (load_values),
10464 (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
10465 (save_values), (save_item), (get_oldest), (resize_items),
10466 (ev_metadata_manager_save), (ev_metadata_manager_set_int):
10467 * shell/ev-metadata-manager.h:
10469 Metadata manager from gedit but modified to use GValue, so that
10470 we dont need to keep converting from strings.
10474 ENABLE_METADATA conditional, on when dbus is on
10476 * shell/ev-application.c: (ev_application_open_uri):
10478 Show the window after load so that we can initialize
10479 window size before it's showed.
10481 * shell/ev-window.c: (ev_window_setup_from_metadata),
10482 (ev_window_open_uri), (window_configure_event_cb),
10485 Save and load metadata information about window size.
10486 Not yet keeping states in account.
10488 * shell/main.c: (main):
10490 Shutdown metadata manager.
10492 2005-06-24 Marco Pesenti Gritti <mpg@redhat.com>
10494 * shell/ev-application-service.xml:
10496 * shell/Makefile.am:
10497 * shell/ev-application.c:
10498 * shell/ev-application.h:
10499 * shell/ev-window.c:
10500 * shell/ev-window.h:
10503 Add an optional dbus interface (--enable-dbus).
10504 Rework application code, mainly to be easier to
10506 Do not open multiple windows with the same document,
10509 Thu Jun 30 01:50:14 2005 Jonathan Blandford <jrb@redhat.com>
10511 * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
10512 pixbuf iff it exists.
10514 Thu Jun 30 01:43:00 2005 Jonathan Blandford <jrb@redhat.com>
10517 * backend/ev-render-context.[ch]:
10518 * backend/ev-selection.[ch]:
10520 Massive changes. We now support text selection of pdfs, and not
10521 just rectangular selection. This is pretty broken still, but I
10522 want to get something into CVS.
10524 2005-06-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10526 * pdf/ev-poppler.cc:
10528 Fix for Bug 309080: crash on window close.
10530 * shell/ev-page-action.c: (page_changed_cb):
10532 Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
10533 jensgr@gmx.net (Jens Granseuer).
10535 2005-06-25 Marcel Telka <marcel@telka.sk>
10537 * configure.in (ALL_LINGUAS): Added sk.
10539 2005-06-24 Carlos Garcia Campos <carlosgc@gnome.org>
10541 * shell/ev-window.c: Make rotate menu entries unsensitive if there is
10542 not a document open
10544 2005-06-24 Marco Pesenti Gritti <mpg@redhat.com>
10551 * cut-n-paste/recent-files/Makefile.am:
10555 2005-06-24 Marco Pesenti Gritti <mpg@redhat.com>
10557 * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
10558 (pixbuf_document_set_orientation), (rotate_pixbuf),
10559 (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
10560 (pixbuf_document_document_iface_init), (pixbuf_document_init):
10562 Implement rotation and cleanup the code a bit.
10564 * tiff/tiff-document.c: (tiff_document_get_page_size),
10565 (tiff_document_get_orientation), (tiff_document_set_orientation),
10566 (rotate_pixbuf), (tiff_document_render_pixbuf),
10567 (tiff_document_document_iface_init), (tiff_document_init):
10569 Implement rotation. Was the quicker solution for the release
10570 but we really need to share this code in the shell.
10572 2005-06-24 Marco Pesenti Gritti <mpg@redhat.com>
10574 * pdf/ev-poppler.cc:
10576 Enable rotation, require poppler cvs. Fix a leak.
10578 2005-06-24 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10580 * shell/ev-window.c: (update_action_sensitivity):
10582 Make properties unsensitive if document backend doesn't provide
10585 2005-06-24 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10587 * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
10588 (bitmap_flip_horizontally), (bitmap_flip_vertically),
10589 (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
10590 (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
10591 (bitmap_flip_rotate_counter_clockwise):
10592 * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
10593 * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
10595 * dvi/mdvi-lib/common.h:
10596 * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
10597 * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
10598 (opendvi), (mdvi_reload), (mdvi_init_context),
10599 (mdvi_destroy_context), (mdvi_dopage), (special):
10600 * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
10601 * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
10602 (file_hash_free), (register_encoding), (parse_spec),
10603 (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
10604 (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
10605 (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
10606 * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
10607 (mdvi_register_font_type), (mdvi_unregister_font_type),
10608 (lookup_font), (mdvi_add_font), (mdvi_font_retry):
10609 * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
10610 * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
10611 (mdvi_hash_destroy_key), (mdvi_hash_reset):
10612 * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
10613 (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
10614 * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
10615 * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
10616 * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
10617 * dvi/mdvi-lib/special.c: (mdvi_register_special),
10618 (mdvi_unregister_special), (mdvi_flush_specials):
10619 * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
10621 * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
10622 * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
10623 (ofm1_load_file), (ofm_load_file), (get_font_metrics),
10624 (free_font_metrics), (flush_font_metrics):
10625 * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
10627 * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
10628 (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
10629 (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
10630 (dstring_insert), (dstring_new), (dstring_reset):
10631 * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
10633 Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
10634 avoid conflict with libtool on FC4
10636 * shell/ev-window.c: (ev_window_cmd_help_about):
10638 Update copyright year. Fix for bug 308828.
10640 2005-06-23 Nikolay V. Shmyrev <nshmyrev@yandex.ru>
10642 * shell/ev-view.c: (add_scroll_binding_keypad),
10643 (ev_view_binding_activated), (ev_view_class_init),
10644 (on_adjustment_value_changed):
10646 Bug 170874: Arrow keys switch pages in presentation mode
10648 2005-06-23 Nikolay V. Shmyrev <nshmyrev@yandex.ru>
10650 * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
10652 Fix for Bug 308265: Sidebar dissappears coming out of
10655 2005-06-23 Nikolay V. Shmyrev <nshmyrev@yandex.ru>
10657 * shell/ev-application.c: (ev_application_open):
10658 * shell/ev-document-types.c: (ev_document_types_add_filters),
10659 (ev_document_types_add_filters_for_type):
10660 * shell/ev-document-types.h:
10661 * shell/ev-window.c: (ev_window_cmd_save_as):
10663 Suggest basename as template when saving, provide filters
10664 for save dialog. It's bug 308402
10666 2005-06-20 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10668 * pdf/ev-poppler.cc:
10669 * shell/ev-sidebar-links.c: (job_finished_callback):
10670 * shell/ev-view.c: (update_find_status_message):
10674 2005-06-19 Christian Persch <chpe@cvs.gnome.org>
10676 * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10677 (egg_recent_view_uimanager_set_list):
10679 Fix buglet in !show_numbers case.
10681 2005-06-19 Christian Persch <chpe@cvs.gnome.org>
10683 * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10684 (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
10686 Use pango ellipsisation.
10688 * pdf/ev-poppler.cc:
10690 Fix refcount leak, from nsh.
10692 2005-06-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10694 * cut-n-paste/recent-files/Makefile.am:
10695 * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10696 * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10698 Removed EggRecentViewGtk
10700 * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10701 * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
10702 * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
10703 (ev_window_setup_recent):
10705 Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
10706 with other projects
10708 2005-06-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10710 * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10711 (egg_recent_view_gtk_finalize):
10715 * cut-n-paste/toolbar-editor/Makefile.am:
10717 Fix location of cursor icon.
10719 * pdf/ev-poppler.cc:
10720 * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
10721 (display_completion_text), (match_completion):
10722 * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10723 (selection_changed_callback), (create_loading_model),
10724 (print_section_cb), (links_page_num_func),
10725 (update_page_callback_foreach):
10726 * shell/ev-window.c: (ev_window_dispose):
10728 Small memory fixes. Links model now store objects instead
10729 of pointers to improve memory management.
10731 2005-06-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10733 * shell/ev-window.c: (zoom_control_changed_cb):
10735 Fix update of zoom control (bug 308268).
10737 Sat Jun 18 22:46:42 2005 Jonathan Blandford <jrb@redhat.com>
10739 * shell/ev-properties.c (set_property): escape the text correctly.
10740 Handles non-UTF-8 properties and escaped properties. Also, sets
10741 the text to "<i>None</i>" if the property isn't set.
10743 * data/evince-properties.glade: Change the label to be ellipsized,
10744 and give it a minimum size.
10746 2005-06-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10748 * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
10749 * shell/ev-sidebar-links.c: (create_loading_model):
10750 * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
10751 * shell/ev-view.c: (ev_view_set_document):
10752 * shell/ev-window.c: (ev_window_dispose):
10754 Various small fixes, mostly memory leaks. Thanks to valgrind.
10756 2005-06-19 Martin Kretzschmar <martink@gnome.org>
10758 * ps/ps-document.c: remove the locale.h include again ;-). And
10759 kill the (bogus) setlocale/savelocale business.
10761 2005-06-19 Jaap A. Haitsma <jaap@haitsma.org>
10763 * ps/ps-document.c:
10765 Include locale.h to fix build
10767 * shell/ev-sidebar.c:
10769 Remove unnecessary includes
10771 2005-06-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10773 * dvi/dvi-document.c: (dvi_document_load):
10774 * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
10777 Check for incorrect dvi files. Fix parsing dvi on AMD64
10778 platform. Thanks to tester@tester.ca (Olivier Crete).
10780 2005-06-18 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10782 * shell/ev-page-action.c: (match_selected_cb),
10783 (display_completion_text), (match_completion), (update_model):
10784 * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10785 (expand_open_links):
10786 * shell/ev-sidebar.c: (ev_sidebar_destroy),
10787 (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
10788 (ev_sidebar_set_document):
10789 * shell/ev-window.c: (ev_window_xfer_job_cb),
10790 (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
10792 Fixed lot's of memory leaks, for example, memory leak on reload,
10793 described in bug 307793.
10795 2005-06-18 Marco Pesenti Gritti <mpg@redhat.com>
10797 * pdf/ev-poppler.cc:
10798 * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
10799 (update_visible_range), (adjustment_changed_cb),
10800 (ev_sidebar_thumbnails_fill_model),
10801 (ev_sidebar_thumbnails_refresh),
10802 (ev_sidebar_tree_selection_changed),
10803 (ev_sidebar_icon_selection_changed),
10804 (ev_sidebar_thumbnails_use_icon_view),
10805 (ev_sidebar_thumbnails_set_document):
10806 * shell/ev-sidebar-thumbnails.h:
10807 * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10808 (ev_window_cmd_edit_rotate_right), (ev_window_init):
10810 Refresh thumbnails when changing orientation. Not fully
10811 working yet becuase of a sidebar bug.
10813 Set page orientation to poppler page everywhere. This sucks
10814 really need to fix poppler.
10816 2005-06-18 Marco Pesenti Gritti <mpg@redhat.com>
10818 * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10819 (egg_recent_view_gtk_new_menu_item),
10820 (egg_recent_view_gtk_set_property),
10821 (egg_recent_view_gtk_get_property),
10822 (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
10823 (egg_recent_view_gtk_set_tooltip_func),
10824 (egg_recent_view_gtk_set_label_width),
10825 (egg_recent_view_gtk_get_label_width):
10826 * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10828 Sync with libegg (ellipsize labels)
10830 2005-06-18 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10832 * data/evince-ui.xml:
10833 * shell/ev-window.c: (ev_window_cmd_go_forward),
10834 (ev_window_cmd_go_backward):
10836 Shift + PageUp moves 10 Pages. Fix for 306125
10838 2005-06-17 Marco Pesenti Gritti <mpg@redhat.com>
10840 * pdf/ev-poppler.cc:
10842 Add a flag to check if orientation has been overriden
10844 2005-06-17 Martin Kretzschmar <martink@gnome.org>
10846 * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
10847 field if necessary.
10849 * ps/ps.h: add creator field to document.
10851 * ps/ps-document.c (ps_document_get_info): set format to PostScript,
10854 2005-06-17 Marco Pesenti Gritti <mpg@redhat.com>
10856 * data/evince-properties.glade:
10857 * shell/ev-properties.c: (ev_properties_set_document):
10859 s/PDF Version/Format
10861 2005-06-17 Marco Pesenti Gritti <mpg@redhat.com>
10863 * shell/ev-properties.c: (ev_properties_set_document):
10865 Remove unnecessary translations
10867 2005-06-17 Marco Pesenti Gritti <mpg@redhat.com>
10869 * cut-n-paste/toolbar-editor/Makefile.am:
10871 Correct library name
10873 2005-06-17 Marco Pesenti Gritti <mpg@redhat.com>
10876 * cut-n-paste/recent-files/egg-recent-model.c:
10877 (egg_recent_model_write_raw), (egg_recent_model_lock_file),
10878 (egg_recent_model_unlock_file):
10879 * cut-n-paste/recent-files/egg-recent-util.c:
10880 (egg_recent_util_get_unique_id):
10881 * cut-n-paste/recent-files/update-from-egg.sh:
10882 * cut-n-paste/toolbar-editor/Makefile.am:
10883 * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10884 * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10885 * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10886 * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10887 (egg_toolbars_model_get_type):
10888 * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10890 Better makefile for toolbar editor and update everything
10893 2005-06-17 Marco Pesenti Gritti <mpg@redhat.com>
10895 * shell/ev-window.c: (update_document_mode):
10897 Prefer presentation mode when the document
10898 require fullscreen.
10900 2005-06-17 Marco Pesenti Gritti <mpg@redhat.com>
10902 * data/evince-ui.xml:
10903 * shell/ev-window.c:
10905 Add control-equal for zooming
10907 2005-06-17 Theppitak Karoonboonyanan <thep@linux.thai.net>
10909 * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
10911 2005-06-16 Marco Pesenti Gritti <mpg@redhat.com>
10913 * backend/ev-document.c: (ev_document_get_orientation):
10914 * backend/ev-document.h:
10915 * pdf/ev-poppler.cc:
10916 * ps/ps-document.c: (ps_document_get_orientation),
10917 (ps_document_set_orientation), (ps_document_document_iface_init):
10919 Add a get_orientation api. Improve set_orientation.
10921 * data/evince-ui.xml:
10922 * shell/ev-view.c: (ev_view_set_orientation),
10923 (ev_view_rotate_right), (ev_view_rotate_left):
10925 * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10926 (ev_window_cmd_edit_rotate_right):
10928 Better ui for changing document orientation
10930 2005-06-16 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10932 * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
10933 (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
10934 * shell/ev-sidebar-links.h:
10935 * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10936 (ev_sidebar_page_iface_init):
10937 * shell/ev-sidebar-page.h:
10938 * shell/ev-sidebar-thumbnails.c:
10939 (ev_sidebar_thumbnails_get_property),
10940 (ev_sidebar_thumbnails_class_init),
10941 (ev_sidebar_thumbnails_set_document):
10942 * shell/ev-sidebar-thumbnails.h:
10943 * shell/ev-view.c: (ev_view_motion_notify_event):
10944 * shell/ev-window.c: (update_chrome_visibility),
10945 (ev_window_cmd_focus_page_selector),
10946 (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
10947 (sidebar_page_main_widget_update_cb), (ev_window_init):
10949 Autoraise toolbar on GoToPage binding and fix bindings in
10950 EvSidebarThumbnails page.
10952 2005-06-15 Christian Persch <chpe@cvs.gnome.org>
10954 * shell/ev-properties.c: (update_progress_label):
10956 Hide the progress label when finished; bug #307697.
10958 2005-06-15 Marco Pesenti Gritti <mpg@redhat.com>
10960 * pdf/ev-poppler.cc:
10962 Enable is_open for links, you will need poppler cvs
10964 * shell/ev-properties.c: (job_fonts_finished_cb):
10966 Get a lock on the document when filling the tree view
10968 2005-06-15 Marco Pesenti Gritti <mpg@redhat.com>
10970 * backend/ev-document-links.h:
10971 * pdf/ev-poppler.cc:
10972 * shell/ev-sidebar-links.c: (create_loading_model),
10973 (expand_open_links), (job_finished_callback):
10975 Expand links when specified by the document.
10976 Depend on a poppler api (defined out for now)
10978 2005-06-15 Marco Pesenti Gritti <mpg@redhat.com>
10980 * shell/ev-properties.c: (ev_properties_dispose),
10981 (ev_properties_class_init), (dialog_destroy_cb),
10982 (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
10983 (ev_properties_set_document), (ev_properties_new),
10984 (ev_properties_show):
10985 * shell/ev-properties.h:
10987 Make it an object, cleanup the code, api to show it as transient
10988 and to set the document.
10990 * shell/ev-window.c: (ev_window_setup_document),
10991 (ev_window_cmd_file_properties):
10993 Adapt to EvProperties changes, do not show multiple
10994 times, update it when document changes.
10996 2005-06-14 Marco Pesenti Gritti <mpg@redhat.com>
10999 * ps/ps-document.c: (ps_document_init), (get_page_orientation),
11000 (ps_document_set_orientation), (ps_document_document_iface_init):
11001 * ps/ps-document.h:
11003 Implement orientation here too
11005 * shell/ev-properties.c: (ev_properties_new):
11006 * data/evince-properties.glade:
11008 Hide the fonts page for backends that doesnt
11011 2005-06-14 Marco Pesenti Gritti <mpg@redhat.com>
11013 * backend/ev-document.c: (ev_document_set_orientation):
11014 * backend/ev-document.h:
11015 * pdf/ev-poppler.cc:
11017 Add orientation api. Currently poppler api is not optimal,
11018 we need to set orientation every time we _get a page.
11019 I will try to fix that at some point.
11021 * data/evince-ui.xml:
11022 * shell/ev-window.c: (ev_window_cmd_edit_landscape),
11023 (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
11025 Add orientation menu items
11027 * shell/ev-page-cache.c: (ev_page_cache_clear):
11028 * shell/ev-page-cache.h:
11030 Add api to clear the cache
11032 * shell/ev-view.c: (setup_caches), (clear_caches),
11033 (ev_view_set_document), (ev_view_zoom_out),
11034 (ev_view_set_orientation):
11037 Implement orientation changing
11039 2005-06-13 Marco Pesenti Gritti <mpg@redhat.com>
11041 * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
11042 (ev_document_fonts_scan), (ev_document_fonts_fill_model):
11043 * backend/ev-document-fonts.h:
11045 Separate scan and fill so that we can incrementally fill from
11046 the main thread. Add a progress api.
11048 * data/evince-properties.glade:
11049 * pdf/ev-poppler.cc:
11050 * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
11052 * shell/ev-properties.c: (update_progress_label),
11053 (job_fonts_finished_cb), (setup_fonts_view):
11055 Incrementally feel the list and show the progress
11056 percentage in a label like acrobat does.
11058 You are going to need poppler cvs
11060 2005-06-11 Marco Pesenti Gritti <mpg@redhat.com>
11062 * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
11063 * backend/ev-document-fonts.h:
11064 * pdf/ev-poppler.cc:
11066 Make fonts model fill incrementally.
11068 * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
11069 (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
11070 (ev_job_queue_remove_job):
11071 * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
11072 (ev_job_fonts_new), (ev_job_fonts_run):
11075 New job for fonts scanning
11077 * shell/ev-properties.c: (job_fonts_finished_cb),
11078 (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
11079 * shell/ev-properties.h:
11080 * shell/ev-window.c: (ev_window_cmd_file_properties):
11082 Incrementally feel the treeview using the new job. Show Loading...
11083 message until scanning is completed.
11085 Hopefully I didnt break the build without the poppler patch.
11087 2005-06-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11089 * shell/ev-application.c: (ev_application_open):
11090 * shell/ev-document-types.c: (ev_document_type_from_from_mime),
11091 (ev_document_type_get_type), (ev_document_type_lookup):
11092 * shell/ev-document-types.h:
11093 * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
11094 * shell/ev-job-xfer.h:
11095 * shell/ev-window.c: (ev_window_clear_local_uri),
11096 (ev_window_load_job_cb), (ev_window_xfer_job_cb),
11097 (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
11098 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11100 Transfer remote documents to tmp directory to display them later.
11102 2005-06-10 Marco Pesenti Gritti <mpg@redhat.com>
11104 * backend/ev-document-info.h:
11105 * shell/ev-properties.c: (ev_properties_new):
11107 s/GTime*/GTime. Not sure why we was using a pointer
11110 Wed Jun 8 01:04:22 2005 Jonathan Blandford <jrb@redhat.com>
11112 * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
11113 situations. That situation is that you're using GTK+-HEAD with
11114 the patch at #306726 is applied, and you have a document with <
11115 1500 pages in it. It's not quite as uniformly nice as the
11116 TreeView, but should be better in the long run.
11118 I'm pretty sure I guarded against breaking compilation with
11119 HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
11122 * shell/ev-window.c (ev_window_init): We don't have our tree/list
11123 widget yet, so I commented that code out
11124 enable_view_actions_for_widget() for now. Need to figure this
11127 * shell/ev-page-action.c (match_selected_cb): emit the right
11128 signals. Our cool C-l completion now works.
11130 2005-06-08 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11132 * backend/Makefile.am:
11133 * backend/ev-document-fonts.c:
11134 * backend/ev-document-links.c:
11135 * backend/ev-document.c: (ev_document_load):
11136 * backend/ev-document.h:
11137 * backend/ev-job-queue.c:
11138 * backend/ev-job-queue.h:
11139 * backend/ev-jobs.c:
11140 * backend/ev-jobs.h:
11141 * backend/ev-page-cache.c:
11142 * backend/ev-page-cache.h:
11144 EvPageCache and EvJobs are moved to shell.
11146 * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
11148 * lib/ev-file-helpers.h:
11150 New helper to work with temporary files
11152 * shell/Makefile.am:
11153 * shell/ev-application.c: (ev_application_open):
11154 * shell/ev-application.h:
11155 * shell/ev-job-queue.c: (remove_job_from_queue_locked),
11156 (remove_job_from_async_queue), (add_job_to_async_queue),
11157 (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
11158 (handle_job), (search_for_jobs_unlocked),
11159 (no_jobs_available_unlocked), (ev_render_thread),
11160 (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
11161 (ev_job_queue_add_job), (move_job_async), (move_job),
11162 (ev_job_queue_update_job), (ev_job_queue_remove_job):
11163 * shell/ev-job-queue.h:
11164 * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
11165 (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
11166 * shell/ev-job-xfer.h:
11167 * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
11168 (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
11169 (ev_job_links_class_init), (ev_job_render_init),
11170 (ev_job_render_dispose), (ev_job_render_class_init),
11171 (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
11172 (ev_job_thumbnail_class_init), (ev_job_load_init),
11173 (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
11174 (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
11175 (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
11176 (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
11178 * shell/ev-page-action.c: (ev_page_action_set_document):
11179 * shell/ev-page-cache.c: (ev_page_cache_init),
11180 (ev_page_cache_class_init), (ev_page_cache_finalize),
11181 (ev_page_cache_new), (ev_page_cache_get_n_pages),
11182 (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
11183 (ev_page_cache_set_page_label), (ev_page_cache_set_link),
11184 (ev_page_cache_get_title), (ev_page_cache_get_size),
11185 (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
11186 (ev_page_cache_get_height_to_page),
11187 (ev_page_cache_get_max_label_chars),
11188 (ev_page_cache_get_page_label),
11189 (ev_page_cache_has_nonnumeric_page_labels),
11190 (ev_page_cache_get_info), (ev_page_cache_next_page),
11191 (ev_page_cache_prev_page), (ev_page_cache_get):
11192 * shell/ev-page-cache.h:
11193 * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
11194 (ev_pixbuf_cache_clear_job_sizes),
11195 (ev_pixbuf_cache_add_jobs_if_needed),
11196 (ev_pixbuf_cache_set_page_range):
11197 * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
11198 * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
11199 * shell/ev-sidebar-thumbnails.c:
11200 (ev_sidebar_tree_selection_changed),
11201 (ev_sidebar_thumbnails_set_document):
11202 * shell/ev-statusbar.c: (ev_statusbar_destroy),
11203 (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
11204 (ev_statusbar_get_context_id), (ev_statusbar_push),
11205 (ev_statusbar_pop), (ev_statusbar_set_maximized),
11206 (ev_statusbar_pulse), (ev_statusbar_show_progress),
11207 (ev_statusbar_set_progress):
11208 * shell/ev-statusbar.h:
11209 * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
11210 (ev_view_find_previous):
11211 * shell/ev-window.c: (ev_window_is_empty),
11212 (ev_window_setup_document), (password_dialog_response),
11213 (ev_window_clear_jobs), (ev_window_load_job_cb),
11214 (ev_window_xfer_job_cb), (ev_window_open_uri),
11215 (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
11216 (ev_window_print), (ev_window_print_range),
11217 (ev_window_state_event), (ev_window_cmd_view_reload),
11218 (menu_item_select_cb), (menu_item_deselect_cb),
11219 (view_status_changed_cb), (ev_window_dispose),
11220 (drag_data_received_cb), (ev_window_init):
11221 * shell/ev-window.h:
11222 * shell/main.c: (load_files):
11224 New statusbar to show progress on idle. Two new jobs -
11225 xfer job and load job to load document in background. And update
11226 of page_cache clients to new location of code.
11228 2005-06-08 Carlos Garcia Campos <carlosgc@gnome.org>
11230 * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
11231 selection in open dialog. It also remembers the last visited directory
11232 in the current session.
11234 2005-06-08 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11236 * shell/ev-properties.c: (ev_properties_new):
11237 * shell/ev-properties.h:
11238 * shell/ev-window.c: (ev_window_cmd_file_properties):
11240 Get document info from page cache instead of document itself.
11241 This should fix crash related to race conditions described in
11244 2005-06-07 Marco Pesenti Gritti <mpg@redhat.com>
11246 * ps/ps-document.c: (ps_document_init),
11247 (send_ps), (get_page_box), (output), (catchPipe), (input),
11248 (stop_interpreter), (file_length), (file_readable),
11249 (check_filecompressedb), (ps_document_enable_interpreter),
11250 (document_load), (ps_async_renderer_render_pixbuf):
11251 * ps/ps-document.h:
11253 Big cleanup of the ps code
11255 2005-06-07 Marco Pesenti Gritti <mpg@redhat.com>
11257 * backend/Makefile.am:
11258 * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
11259 (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
11260 * backend/ev-async-renderer.h:
11262 Add an async renderer interface (method + callback) which
11263 is useful for backends like ps.
11265 * backend/ev-job-queue.c: (remove_job_from_async_queue),
11266 (add_job_to_async_queue), (job_finished_cb), (handle_job),
11267 (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
11268 (ev_job_queue_add_job), (move_job_async), (move_job),
11269 (ev_job_queue_update_job), (ev_job_queue_remove_job):
11271 Add queues for async renderer, these are executed on the
11274 * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
11275 (ev_job_render_run):
11276 * backend/ev-jobs.h:
11278 If the backend support async renderer interface use it.
11280 * ps/ps-document.c: (ps_document_init), (push_pixbuf),
11281 (setup_pixmap), (ps_document_get_type),
11282 (ps_async_renderer_render_pixbuf),
11283 (ps_document_document_iface_init), (ps_async_renderer_iface_init):
11285 Implement async renderer interface.
11287 2005-06-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11289 * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
11291 Cleanup links job on exit.
11293 2005-06-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11295 * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11296 (drag_data_get_cb), (drag_data_received_cb):
11297 * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11298 (drag_data_get_cb), (parse_item_list),
11299 (egg_toolbar_editor_load_actions):
11300 * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11301 (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
11302 (parse_item_list), (parse_toolbars):
11303 * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11304 (dvi_pixbuf_put_pixel):
11306 Fix gcc 4.0 warnings
11308 2005-06-06 Marco Pesenti Gritti <mpg@redhat.com>
11310 * ps/ps-document.c: (start_interpreter):
11312 Fix warning when loading ps
11314 2005-06-06 Marco Pesenti Gritti <mpg@redhat.com>
11316 * ps/ps-document.c: (output):
11318 Fix crash when priting gs error messages.
11320 2005-06-06 Marco Pesenti Gritti <mpg@redhat.com>
11322 * backend/ev-page-cache.c: (_ev_page_cache_new):
11323 * backend/ev-page-cache.h:
11325 Use a const to return title so that we dont double
11326 free it. Small cleanup and fix a leak.
11328 * shell/ev-window.c: (update_window_title):
11330 strdup value from get_title.
11332 2005-06-06 Marco Pesenti Gritti <mpg@redhat.com>
11334 * shell/ev-sidebar-links.c: (job_finished_callback),
11335 (ev_sidebar_links_set_document):
11337 Cleanup the old job when changing document
11339 2005-06-05 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11341 * shell/ev-stock-icons.c:
11342 * shell/ev-stock-icons.h:
11343 * shell/ev-window.c:
11345 Add stock icons for actions that can appear in toolbar. Fix for
11348 2005-06-05 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11350 * backend/ev-page-cache.c: (ev_page_cache_finalize),
11351 (_ev_page_cache_new), (ev_page_cache_get_max_width),
11352 (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
11353 * backend/ev-page-cache.h:
11354 * shell/ev-view.c: (scroll_to_current_page),
11355 (view_update_range_and_current_page), (get_page_y_offset),
11356 (get_page_extents), (ev_view_size_request_continuous_dual_page),
11357 (ev_view_size_request_continuous),
11358 (ev_view_zoom_for_size_continuous_and_dual_page),
11359 (ev_view_zoom_for_size_continuous):
11361 More compact EvView layout in document with pages of different size.
11363 Sat Jun 4 19:20:57 2005 Jonathan Blandford <jrb@redhat.com>
11365 * shell/ev-window.c (ev_window_cmd_file_properties): fix
11368 2005-06-05 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11370 * shell/ev-view.c: (view_set_adjustment_values):
11371 * shell/ev-window.c: (ev_window_cmd_file_properties):
11373 A bit different fix for rounding problem but it has no
11374 problems on startup. Make properties window transient to parent.
11376 2005-06-04 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11378 * pdf/ev-poppler.cc:
11380 More commenting of font stuff.
11382 2005-06-04 Marco Pesenti Gritti <mpg@redhat.com>
11384 * pdf/ev-poppler.cc:
11386 Comment out some more fonts stuff. Should really
11387 work without the poppler patch now.
11389 2005-06-04 Marco Pesenti Gritti <mpg@redhat.com>
11391 * pdf/ev-poppler.cc:
11393 Adapt to api change
11395 2005-06-04 Marco Pesenti Gritti <mpg@redhat.com>
11397 * data/evince-properties.glade:
11398 * pdf/ev-poppler.cc:
11399 * shell/ev-properties.c: (setup_fonts_view):
11401 Set the column title. Show the dialog only
11402 once everything is setup.
11403 Getting font info can be very slow... will
11404 prolly need to make this threaded too.
11406 2005-06-04 Marco Pesenti Gritti <mpg@redhat.com>
11408 * backend/Makefile.am:
11409 * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
11410 (ev_document_fonts_get_fonts_model):
11411 * backend/ev-document-fonts.h:
11412 * data/evince-properties.glade:
11413 * pdf/ev-poppler.cc:
11414 * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
11415 * shell/ev-properties.h:
11416 * shell/ev-window.c: (ev_window_cmd_file_properties):
11418 Implement fonts list. Defined out for now, since it depends
11419 on a not yet committed poppler patch.
11421 Fri Jun 3 21:07:57 2005 Jonathan Blandford <jrb@redhat.com>
11423 * shell/ev-view.c (get_page_extents): other_page isn't necessarily
11426 * shell/ev-window.c: Make sure we add the timeout when we get a
11429 * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
11430 adjustment->value before calculating the zoom factor to average
11431 out all of our rounding errors. The page no longer 'drifts' when
11434 2005-06-04 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11436 * data/evince-properties.glade:
11437 * shell/ev-properties.c: (ev_properties_format_date),
11440 Labels don't expand when the dialogue is resized.
11441 strftime result needs to be converted to UTF-8. Thanks
11442 to Christian Persch <chpe@gnome.org>.
11444 2005-06-04 Marco Pesenti Gritti <mpg@redhat.com>
11446 * data/evince-properties.glade:
11450 2005-06-04 Marco Pesenti Gritti <mpg@redhat.com>
11452 * backend/ev-document-info.h:
11453 * backend/ev-document.c: (ev_document_info_free):
11454 * data/evince-properties.glade:
11455 * pdf/ev-poppler.cc:
11456 * ps/ps-document.c: (ps_document_get_info):
11457 * shell/ev-properties.c: (ev_properties_format_date),
11458 (set_property), (ev_properties_new):
11459 * shell/ev-properties.h:
11460 * shell/ev-window.c: (ev_window_cmd_file_properties):
11462 Rework properties code to take only EvPropertyInfo
11463 in the constructor so that it can be useful for
11464 nautilus plugin too.
11466 Deal with backends that doesnt support some properties.
11467 Make set property code generic.
11469 2005-06-04 Christian Persch <chpe@gnome.org>
11471 * data/evince-properties.glade:
11473 fix spacings, make resizeable, and make data labels
11474 selectable + ellipsised
11476 2005-06-03 Marco Pesenti Gritti <mpg@redhat.com>
11478 * backend/ev-document-info.h:
11479 * data/Makefile.am:
11480 * data/evince-ui.xml:
11481 * pdf/ev-poppler.cc:
11482 * shell/Makefile.am:
11483 * shell/ev-window.c: (update_action_sensitivity),
11484 (ev_window_cmd_file_properties):
11486 Initial go at file properties. Patch by
11487 Emil Soleyman-Zomalan <emil@soleyman.com>.
11488 Needs love see #169583
11490 2005-06-02 Marco Pesenti Gritti <mpg@redhat.com>
11492 * ps/ps-document.c: (output):
11493 * ps/ps.c: (psscan):
11495 Try to render even if psscan fails.
11497 2005-06-01 Marco Pesenti Gritti <mpg@redhat.com>
11499 * ps/ps.c: (psscan), (pscopydoc):
11501 Port buffered reading code from gv
11503 2005-06-01 Marco Pesenti Gritti <mpg@redhat.com>
11505 * ps/ps-document.c: (interpreter_message), (output):
11507 Do not fail on interpreter messages
11509 2005-06-01 Marco Pesenti Gritti <mpg@redhat.com>
11511 * backend/ev-document-misc.c:
11512 (ev_document_misc_get_thumbnail_frame):
11514 Pages can be 0 x 0, dont assert on this case
11516 2005-05-31 Marco Pesenti Gritti <mpg@redhat.com>
11518 * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
11519 (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
11521 Correctly manage our reference on document. Finally the reload
11522 huge leak is gone...
11524 2005-05-31 Marco Pesenti Gritti <mpg@redhat.com>
11526 * ps/ps-document.c: (ps_document_dispose):
11528 Forgot to chain it to the parent. Thanks chpe.
11530 2005-05-31 Marco Pesenti Gritti <mpg@redhat.com>
11532 * ps/ps-document.c: (ps_document_dispose),
11533 (ps_document_class_init), (stop_interpreter), (document_load):
11535 Cleanup dispose a bit. Dont leak the whole pixmap.
11537 2005-05-31 Marco Pesenti Gritti <mpg@redhat.com>
11539 * pdf/ev-poppler.cc:
11541 Release the poppler document on dispose
11543 2005-05-31 Marco Pesenti Gritti <mpg@redhat.com>
11545 * shell/ev-view.c: (ev_view_set_document):
11547 Release ref on the pixbuf cache when changing
11550 2005-05-31 Marco Pesenti Gritti <mpg@redhat.com>
11552 * ps/ps-document.c: (ps_document_get_info):
11556 2005-05-31 Nikolay V. Shmyrev <nshmyrev@yandex.ru>
11558 * backend/ev-page-cache.c: (ev_page_cache_init),
11559 (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
11560 * backend/ev-page-cache.h:
11561 * shell/ev-page-action.c: (page_changed_cb):
11563 Set page action entry width depending on labels width. Fix
11566 2005-05-31 Marco Pesenti Gritti <mpg@redhat.com>
11568 * backend/ev-link.c: (ev_link_class_init):
11570 Allow -1 as page value (error)
11572 2005-05-31 Marco Pesenti Gritti <mpg@redhat.com>
11574 * shell/ev-sidebar-thumbnails.c:
11575 (ev_sidebar_thumbnails_set_document):
11576 * shell/ev-view.c: (scroll_to_current_page),
11577 (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
11578 (page_changed_cb), (on_adjustment_value_changed),
11579 (ev_view_set_document):
11581 Slightly modified patch by Nickolay V. Shmyrev <nshmyrev@yandex.ru>.
11584 2005-05-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11587 * djvu/djvu-document.c: (djvu_document_get_page_size):
11589 Require djvulibre CVS. Now djvu loading is much faster. Fix for
11592 Sat May 28 07:38:03 2005 Jonathan Blandford <jrb@redhat.com>
11594 * shell/ev-view.c (draw_one_page): modify the expose handling to
11597 * shell/ev-window.c (update_action_sensitivity): Respect
11598 permissions field. Kowtow to the man.
11600 * pdf/ev-poppler.cc: Get the permissions field.
11602 * tiff/*c: Make a tiny bit more robust.
11604 2005-05-26 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11606 * djvu/djvu-document.c:
11608 Pop messages from djvu context message queue.
11610 2005-05-24 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11612 * configure.ac, Makefile.am, shell/Makefile.am:
11613 * tiff/Makefile.am, shell/ev-document-types.c:
11615 Cleanup tiff configure checks. Fix for bug 305218.
11617 2005-05-24 Maxim V. Dziumanenko <mvd@mylinux.ua>
11619 * configure.ac: Added "uk" to ALL_LINGUAS.
11621 2005-05-22 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11623 * cut-n-paste/zoom-control/ephy-zoom.c:
11624 (ephy_zoom_get_changed_zoom_level):
11625 * cut-n-paste/zoom-control/ephy-zoom.h:
11626 * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
11627 (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
11628 * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
11629 (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
11630 (zoom_control_changed_cb), (ev_window_init):
11632 Fix minor points related to moving best fit up. Introduce
11633 "zoom" property and make zoom control change it's value on
11634 notify::zoom signals. Fix for 305080.
11636 2005-05-22 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11638 * data/evince-ui.xml:
11639 * shell/ev-window.c: (set_view_actions_sensitivity):
11641 Use + and - as accels for zoom in and zoom out. Fix for 305001.
11643 2005-05-22 Marco Pesenti Gritti <mpg@redhat.com>
11647 Depends on poppler 0.3.2
11649 2005-05-22 Marco Pesenti Gritti <mpg@redhat.com>
11651 * cut-n-paste/recent-files/egg-recent-item.c:
11652 (egg_recent_item_get_short_name):
11653 * cut-n-paste/toolbar-editor/Makefile.am:
11654 * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11655 (new_pixbuf_from_widget):
11656 * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11657 * cut-n-paste/toolbar-editor/egg-marshal.c:
11658 * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11659 * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11663 Sat May 21 23:18:30 2005 Jonathan Blandford <jrb@redhat.com>
11665 * tiff/tiff-document.c: Rough TIFF backend.
11667 2005-05-21 Marco Pesenti Gritti <mpg@redhat.com>
11671 * cut-n-paste/toolbar-editor/Makefile.am:
11675 2005-05-21 Marco Pesenti Gritti <mpg@redhat.com>
11677 * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
11678 (ev_view_find_next), (ev_view_find_previous):
11680 Remove the locks around get_n_results
11682 2005-05-21 Juerg Billeter <j@bitron.ch>
11684 * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
11686 Pass correct number of pages to poppler.
11688 2005-05-21 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11691 * data/Makefile.am:
11692 * data/evince.desktop.in:
11693 * data/evince.desktop.in.in:
11696 Add conditionally dvi and djvu to desktop types. Fix for 304658.
11698 Sat May 21 00:21:30 2005 Jonathan Blandford <jrb@redhat.com>
11700 * shell/ev-view.c: (view_update_adjustments),
11701 (view_set_adjustment_values): cast adjustmen->value to (int)
11702 before using it. Otherwise, we get off by a pixel in some
11705 (draw_one_page): Draw the border on expose.
11707 Fri May 20 22:05:25 2005 Jonathan Blandford <jrb@redhat.com>
11709 * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
11710 adjustment when the mode changes, #304923
11712 Fri May 20 02:00:03 2005 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11714 * shell/ev-view.c: Use gdk_widget_queue_draw to remove
11715 flickering on resize but still use gdk_window_scroll on
11718 Fri May 20 01:46:57 2005 Jonathan Blandford <jrb@redhat.com>
11720 * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
11723 Fri May 20 01:27:01 2005 Jonathan Blandford <jrb@redhat.com>
11725 * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
11726 second page on page_changed if possible, #304669
11728 Fri May 20 01:07:15 2005 Jonathan Blandford <jrb@redhat.com>
11730 * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
11731 instead of gtk_widget_queue_draw. Massive speedups in scrolling.
11733 Fri May 20 01:05:10 2005 Jonathan Blandford <jrb@redhat.com>
11736 * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
11737 (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11738 (ev_view_zoom_for_size_presentation),
11739 (ev_view_zoom_for_size_continuous_and_dual_page),
11740 (ev_view_zoom_for_size_continuous),
11741 (ev_view_zoom_for_size_dual_page),
11742 (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
11744 * shell/ev-window.c: (update_view_size),
11745 (ev_window_sizing_mode_changed_cb):
11747 Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
11748 the scrollbars. It's not 100% right, but it's much closer. Kills
11749 an infinite loop, #304769
11752 2005-05-18 Marco Pesenti Gritti <mpg@redhat.com>
11754 * data/evince-ui.xml:
11755 * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
11756 * shell/ev-window.c: (set_view_actions_sensitivity):
11758 Make PgUp/Down behave like Space
11760 2005-05-18 Marco Pesenti Gritti <mpg@redhat.com>
11762 * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11763 * backend/ev-ps-exporter.h:
11764 * pdf/ev-poppler.cc:
11765 * ps/ps-document.c: (ps_document_ps_export_begin):
11766 * shell/ev-print-job.c: (idle_print_handler):
11768 Adapt to new poppler api
11770 2005-05-18 Marco Pesenti Gritti <mpg@redhat.com>
11772 * cut-n-paste/zoom-control/ephy-zoom-control.c:
11773 (ephy_zoom_control_init):
11775 Translate zoom levels
11777 2005-05-18 Marco Pesenti Gritti <mpg@redhat.com>
11779 * cut-n-paste/zoom-control/ephy-zoom.c:
11780 (ephy_zoom_get_zoom_level_index):
11782 Fix current zoom -> zoom control match
11784 2005-05-18 James Bowes <bowes@cs.dal.ca>
11786 * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
11787 rather than the scrolled_window that it's in. Fixes bug #304655.
11789 Tue May 17 22:54:17 2005 Jonathan Blandford <jrb@redhat.com>
11791 * shell/ev-view.c: (view_update_adjustments),
11792 (view_set_adjustment_values), (view_update_range_and_current_page),
11793 (view_scroll_to_page), (set_scroll_adjustment),
11794 (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
11795 (ev_view_scroll), (ev_view_scroll_view),
11796 (ensure_rectangle_is_visible), (find_page_at_location),
11797 (get_link_at_location), (go_to_link), (status_message_from_link),
11798 (ev_view_size_request_continuous_dual_page),
11799 (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
11800 (ev_view_unrealize), (ev_view_expose_event),
11801 (ev_view_button_press_event), (ev_view_motion_notify_event),
11802 (ev_view_button_release_event), (ev_gdk_color_to_rgb),
11803 (draw_rubberband), (highlight_find_results), (draw_one_page),
11804 (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
11805 (ev_view_init), (find_changed_cb), (page_changed_cb),
11806 (on_adjustment_value_changed), (ev_view_new),
11807 (ev_view_set_document), (ev_view_set_zoom),
11808 (ev_view_set_continuous), (ev_view_set_dual_page),
11809 (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
11810 (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11811 (ev_view_zoom_for_size_presentation),
11812 (ev_view_zoom_for_size_continuous_dual_page),
11813 (ev_view_zoom_for_size_continuous),
11814 (ev_view_zoom_for_size_dual_page),
11815 (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11816 (ev_view_get_status), (ev_view_set_status),
11817 (update_find_status_message), (ev_view_get_find_status),
11818 (ev_view_set_find_status), (jump_to_find_result),
11819 (jump_to_find_page), (compute_selections), (clear_selection),
11820 (ev_view_select_all), (get_selected_text), (ev_view_copy),
11821 (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11822 (ev_view_update_primary_selection),
11823 (ev_view_create_invisible_cursor), (ev_view_set_cursor):
11825 * shell/ev-window.c: (ev_window_open_page_label),
11826 (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
11828 * shell/ev-window.h:
11829 * shell/main.c: (load_files):
11831 Massive code clean up from Nickolay Shmyrev. Keep page offset
11832 when resizing. Remove the bin_window(). Also, patch from James
11833 Bowes to fix command line page, #300641
11835 2005-05-17 Marco Pesenti Gritti <mpg@redhat.com>
11837 * data/evince-ui.xml:
11840 * shell/ev-window.c: (update_action_sensitivity):
11842 Get rid of View->Normal Size, it's just confusing
11844 Tue May 17 00:51:21 2005 Jonathan Blandford <jrb@redhat.com>
11846 * backend/ev-document-info.h:
11847 * backend/ev-document.c: (ev_document_info_free): Free the
11850 * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11851 (clear_range), (add_range), (update_visible_range),
11852 (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
11853 (ev_sidebar_thumbnails_set_document):
11854 * shell/ev-window.c: (ev_window_setup_document): Only render the
11855 visible thumbnails. It takes an instant to render, but it uses
11858 2005-05-16 Marco Pesenti Gritti <mpg@redhat.com>
11860 * shell/ev-sidebar-links.c: (popup_menu_cb):
11864 2005-05-16 Marco Pesenti Gritti <mpg@redhat.com>
11867 * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
11868 (button_press_cb), (ev_sidebar_links_construct):
11870 Show the popup menu also on keybindings
11872 2005-05-16 Marco Pesenti Gritti <mpg@redhat.com>
11874 * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
11875 * shell/ev-window.h:
11877 Expose api to print a range (with dialog). Make private _print use
11880 * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
11881 (ev_sidebar_links_construct):
11883 Show a print context menu on linkx, it prints the selected
11886 2005-05-15 Carlos Garcia Campos <carlosgc@gnome.org>
11888 * shell/ev-sidebar.c: make the drop down menu as width as the toggle
11891 2005-05-12 Marco Pesenti Gritti <mpg@redhat.com>
11897 * shell/ev-window.c: (build_comments_string),
11898 (ev_window_cmd_help_about):
11900 Show poppler version/backend and authors
11902 2005-05-11 Marco Pesenti Gritti <mpg@redhat.com>
11904 * cut-n-paste/zoom-control/ephy-zoom.c:
11905 (ephy_zoom_get_zoom_level_index):
11906 * cut-n-paste/zoom-control/ephy-zoom.h:
11908 Move the best fit items at the top of the list
11910 2005-05-11 Marco Pesenti Gritti <mpg@redhat.com>
11912 * shell/ev-marshal.list:
11913 * shell/ev-page-action.c: (ev_page_action_widget_class_init),
11914 (activate_cb), (match_selected_cb), (activate_link_cb),
11915 (connect_proxy), (ev_page_action_class_init):
11916 * shell/ev-page-action.h:
11918 Use signals to notify action activation. Hopefully
11919 I did not break completion since I cant test...
11921 * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
11922 (register_custom_actions):
11924 Connect to page selector actions and also grab focus on
11925 the view when activated.
11927 Wed May 11 01:18:29 2005 Jonathan Blandford <jrb@redhat.com>
11929 * pdf/ev-poppler.cc:
11930 * backend/ev-page-cache.c: make page size calculation consistent
11931 and set it to (int)( width * scale + 0.5). This makes the weird
11932 line going through the middle of the page go away.
11934 * shell/ev-view.c: move painting the background page after
11935 checking the expose area covers us.
11937 2005-05-11 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11939 * data/evince-password.glade:
11941 Mark labels as not translatable. Fix for bug 302842.
11943 2005-05-10 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
11945 * configure.ac: Added "es" to ALL_LINGUAS.
11947 2005-05-10 Marco Pesenti Gritti <mpg@redhat.com>
11949 * data/evince-toolbar.xml:
11950 * shell/ev-window.c: (update_action_sensitivity),
11951 (ev_window_setup_document), (ev_window_set_page_mode),
11954 Remove some leftover code from jrb first continous
11955 attempt. Use the new actions, we still need good icons
11958 2005-05-10 Marco Pesenti Gritti <mpg@redhat.com>
11960 * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
11962 Update label when connecting proxy. Fix a warning with NULL
11965 2005-05-10 Marco Pesenti Gritti <mpg@redhat.com>
11967 * data/evince-ui.xml:
11968 * shell/ev-page-action.c: (ev_page_action_grab_focus):
11969 * shell/ev-page-action.h:
11970 * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
11972 Add mnemonic for edit toolbar.
11973 ctrl+l focus the page entry.
11975 2005-05-10 Marco Pesenti Gritti <mpg@redhat.com>
11978 * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
11980 * shell/main.c: (main):
11982 Put the toolbar xml in evince own dot dir
11984 2005-05-10 Marco Pesenti Gritti <mpg@redhat.com>
11986 * shell/ev-window.c: (ev_window_init):
11988 Make the toolbar not removable
11990 2005-05-10 Marco Pesenti Gritti <mpg@redhat.com>
11992 * data/evince-ui.xml:
11993 * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
11994 * shell/ev-sidebar-links.h:
11995 * shell/ev-sidebar-thumbnails.c:
11996 (ev_sidebar_thumbnails_get_treeview):
11997 * shell/ev-sidebar-thumbnails.h:
11998 * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
11999 (ev_view_class_init):
12001 * shell/ev-window.c: (update_action_sensitivity),
12002 (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
12003 (set_view_actions_sensitivity), (view_actions_focus_in_cb),
12004 (view_actions_focus_out_cb), (enable_view_actions_for_widget),
12007 This is evil... Make space/backspace global accelerators but
12008 enable them only for some widgets (sidebars and view).
12009 I dont like it, but I dont know a better way... :/
12011 2005-05-10 Marco Pesenti Gritti <mpg@redhat.com>
12013 * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
12014 (ev_page_action_widget_finalize),
12015 (ev_page_action_widget_class_init), (update_page_cache):
12017 Keep a weak reference on proxy->page_cache so that we
12018 dont try to disconnect the signal if the object is already
12019 gone. Maybe there is a better way to cleanup reference handling
12020 in page action though...
12022 2005-05-10 Juerg Billeter <j@bitron.ch>
12024 * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
12025 * backend/ev-ps-exporter.h:
12026 * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
12027 * ps/ps-document.c: (ps_document_ps_export_begin):
12029 Change api to pass print range to ps_exporter_begin. The pdf backend
12030 requires this information.
12032 * shell/ev-print-job.c: (idle_print_handler):
12034 Adapt to api change
12036 2005-05-10 Juerg Billeter <j@bitron.ch>
12038 * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
12039 (idle_print_handler)
12040 * shell/ev-window.c: (ev_window_print):
12042 Support printing page range, based on patch by Amaury Jacquot
12044 2005-05-10 Marco Pesenti Gritti <mpg@redhat.com>
12046 * data/evince-toolbar.xml:
12048 Add zoom control to available items
12050 2005-05-10 Marco Pesenti Gritti <mpg@redhat.com>
12052 * shell/ev-window.c: (update_action_sensitivity):
12054 Set slash action insensitive when appropriate
12056 2005-05-10 Christian Persch <chpe@gnome.org>
12058 * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
12060 Fix warning on the overflow menu
12062 2005-05-10 Marco Pesenti Gritti <mpg@redhat.com>
12064 * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
12066 Check for uri correctness/existence
12068 2005-05-09 Juerg Billeter <j@bitron.ch>
12070 * shell/ev-window.c: (using_postscript_printer):
12072 LPD printers use postscript, too
12074 2005-05-09 Marco Pesenti Gritti <mpg@redhat.com>
12076 * shell/ev-window.c: (register_custom_actions):
12078 The zoom one is actually sort of useful,
12081 2005-05-09 Marco Pesenti Gritti <mpg@redhat.com>
12083 * shell/ev-window.c: (register_custom_actions):
12085 Hide page/zoom controls from overflow, they
12088 2005-05-09 Marco Pesenti Gritti <mpg@redhat.com>
12090 * cut-n-paste/update-from-egg.sh:
12092 Share it between all cut-n-paste subdirs
12094 * cut-n-paste/recent-files/Makefile.am:
12096 Fix to use "global" update-from-egg.sh
12098 * cut-n-paste/recent-files/egg-recent-model.c:
12099 (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
12100 * cut-n-paste/recent-files/egg-recent-view-gtk.c:
12101 (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
12102 (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
12106 * cut-n-paste/toolbar-editor/Makefile.am:
12108 Fix to use "global" update-from-egg.sh
12110 * cut-n-paste/toolbar-editor/eggmarshalers.list:
12114 2005-05-09 Marco Pesenti Gritti <mpg@redhat.com>
12117 * cut-n-paste/Makefile.am:
12118 * cut-n-paste/recent-files/Makefile.am:
12119 * cut-n-paste/toolbar-editor/.cvsignore:
12120 * cut-n-paste/toolbar-editor/Makefile.am:
12121 * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
12122 (egg_editable_toolbar_get_type), (get_toolbar_position),
12123 (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
12124 (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
12125 (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
12126 (set_item_drag_source), (create_item_from_action), (create_item),
12127 (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
12128 (popup_toolbar_context_menu_cb), (free_dragged_item),
12129 (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
12130 (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
12131 (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
12132 (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
12133 (item_added_cb), (item_removed_cb),
12134 (egg_editable_toolbar_construct),
12135 (egg_editable_toolbar_disconnect_model),
12136 (egg_editable_toolbar_deconstruct),
12137 (egg_editable_toolbar_set_model),
12138 (egg_editable_toolbar_set_ui_manager),
12139 (egg_editable_toolbar_set_property),
12140 (egg_editable_toolbar_get_property),
12141 (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
12142 (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
12143 (egg_editable_toolbar_new_with_model),
12144 (egg_editable_toolbar_get_edit_mode),
12145 (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
12146 (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
12147 (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
12148 (new_pixbuf_from_widget), (new_separator_pixbuf),
12149 (update_separator_image), (style_set_cb),
12150 (_egg_editable_toolbar_new_separator_image),
12151 (egg_editable_toolbar_get_model):
12152 * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
12153 * cut-n-paste/toolbar-editor/egg-marshal.c:
12154 * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
12155 (egg_toolbar_editor_get_type), (compare_actions), (find_action),
12156 (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
12157 (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
12158 (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
12159 (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
12160 (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
12161 (editor_drag_data_delete_cb), (drag_data_get_cb),
12162 (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
12163 (editor_create_item), (update_editor_sheet), (setup_editor),
12164 (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
12165 (parse_item_list), (model_has_action), (update_actions_list),
12166 (egg_toolbar_editor_load_actions):
12167 * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
12168 * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
12169 (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
12170 (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
12171 (toolbars_item_new), (free_toolbar_node), (free_item_node),
12172 (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
12173 (egg_toolbars_model_add_separator), (impl_add_item),
12174 (parse_item_list), (egg_toolbars_model_add_toolbar),
12175 (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
12176 (impl_get_item_data), (impl_get_item_type),
12177 (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
12178 (egg_toolbars_model_init), (free_toolbar),
12179 (egg_toolbars_model_finalize), (egg_toolbars_model_new),
12180 (egg_toolbars_model_remove_toolbar),
12181 (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
12182 (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
12183 (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
12184 (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
12185 (egg_toolbars_model_get_item_data),
12186 (egg_toolbars_model_get_item_type):
12187 * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
12188 * cut-n-paste/toolbar-editor/eggmarshalers.list:
12189 * data/Makefile.am:
12190 * data/evince-toolbar.xml:
12191 * data/evince-ui.xml:
12192 * data/hand-open.png:
12194 * shell/Makefile.am:
12195 * shell/ev-window.c: (update_chrome_visibility),
12196 (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
12197 (ev_window_dispose), (ev_window_init):
12199 Implement epiphany like toolbar editor. Based on patch by
12200 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12202 2005-05-09 Marco Pesenti Gritti <mpg@redhat.com>
12204 * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
12206 Use set_cursor instead of set_selection, so that
12207 the keyboard focus moves too.
12209 2005-05-09 Aleksey Kliger <akliger@gmail.com>
12211 * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
12213 Fix infinite loop when loading Type1 fonts
12215 2005-05-09 Marco Pesenti Gritti <mpg@redhat.com>
12217 * data/evince-ui.xml:
12218 * shell/ev-window.c:
12222 2005-05-09 Thomas de Grenier de Latour <degrenier@easyconnect.fr>
12226 Make --disable really disable
12228 2005-05-07 Juerg Billeter <j@bitron.ch>
12230 * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
12232 Compare page labels even without has_labels set, fixes setting page
12235 2005-05-09 Marco Pesenti Gritti <mpg@redhat.com>
12237 * shell/ev-view.c: (ev_view_create_invisible_cursor),
12238 (ev_view_set_cursor), (ev_view_button_press_event),
12239 (ev_view_motion_notify_event), (ev_view_button_release_event),
12242 Implement middle button scrolling. Based on a patch
12243 by Tommi Komulainen <tommi.komulainen@iki.fi>.
12245 2005-05-08 Marco Pesenti Gritti <mpg@redhat.com>
12247 * shell/ev-document-types.c: (get_slow_mime_type),
12248 (get_document_type_from_mime), (ev_document_type_lookup):
12249 * shell/ev-document-types.h:
12251 Change api to lookup from uri. Do fast lookup first, if the
12252 type is unknown try with data sniffing.
12254 * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
12255 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12257 Adapt to api change
12259 2005-05-07 Marco Pesenti Gritti <mpg@redhat.com>
12261 * thumbnailer/Makefile.am:
12265 2005-05-07 Marco Pesenti Gritti <mpg@redhat.com>
12272 * data/evince-ui.xml:
12274 Hide presentation mode for now
12276 * shell/ev-view.c: (highlight_find_results):
12278 Show current find selection only on current page
12280 2005-05-07 Marco Pesenti Gritti <mpg@redhat.com>
12282 * shell/ev-view.c: (ev_view_select_all):
12284 Compute size of the actual page, not of
12287 2005-05-07 Marco Pesenti Gritti <mpg@redhat.com>
12289 * shell/ev-view.c: (clear_selection), (ev_view_finalize),
12290 (view_rect_to_doc_rect), (compute_selections),
12291 (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
12292 (ev_view_copy), (ev_view_primary_get_cb),
12293 (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
12294 (ev_view_button_press_event), (ev_view_motion_notify_event),
12295 (ev_view_button_release_event), (page_changed_cb):
12299 2005-05-07 Marco Pesenti Gritti <mpg@redhat.com>
12301 * shell/ev-view.c: (compute_border), (get_page_extents),
12302 (doc_rect_to_view_rect), (highlight_find_results),
12303 (ev_view_bin_expose), (ev_view_select_all),
12304 (ev_view_motion_notify_event), (update_find_status_message),
12305 (jump_to_find_result), (jump_to_find_page):
12307 First go at fixing search, still buggy
12309 2005-05-04 Kristian Høgsberg <krh@redhat.com>
12311 * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
12312 dropdown box and button at the top of the sidebar.
12314 2005-05-02 James Bowes <bowes@cs.dal.ca>
12316 * configure.ac: Output zoom-control Makefile.
12317 * cut-n-paste/Makefile.am: build zoom-control subdir.
12318 * cut-n-paste/zoom-control/ephy-zoom-action.c:
12319 * cut-n-paste/zoom-control/ephy-zoom-action.h:
12320 * cut-n-paste/zoom-control/ephy-zoom-control.c:
12321 * cut-n-paste/zoom-control/ephy-zoom-control.h:
12322 * cut-n-paste/zoom-control/ephy-zoom.c:
12323 * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
12324 from epiphany, and modified to add a separator into the menu.
12325 * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
12326 * data/evince-ui.xml: Replace old zoom toolbar actions with new
12327 zoom-control action.
12328 * shell/Makefile.am: Include zoom-control flags.
12329 * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
12330 (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
12331 (ev_view_zoom_for_size_presentation),
12332 (ev_view_zoom_for_size_continuous_and_dual_page),
12333 (ev_view_zoom_for_size_continuous),
12334 (ev_view_zoom_for_size_dual_page),
12335 (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal):
12336 s/ev_view_zoom/ev_view_set_zoom/ and make public, add
12337 ev_view_get_zoom and ev_view_get_sizing_mode.
12339 * shell/ev-window.c: (update_action_sensitivity),
12340 (update_sizing_buttons), (zoom_control_changed_cb),
12341 (register_custom_actions): Initialize and use the zoom-control
12344 Sun May 1 00:46:47 2005 Jonathan Blandford <jrb@redhat.com>
12346 * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
12347 preview cache back to 1. Don't know when it got set to 0.
12349 * shell/ev-view.c: (compute_border), (ev_view_realize),
12350 (draw_one_page), (ev_view_set_property), (ev_view_get_property),
12351 (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
12352 (ev_view_get_fullscreen), (ev_view_set_presentation),
12353 (ev_view_get_presentation), (ev_view_set_sizing_mode),
12354 (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
12356 * shell/ev-window.c:
12357 (update_chrome_visibility),
12358 (ev_window_cmd_continuous), (ev_window_cmd_dual),
12359 (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12360 (update_document_mode), (ev_window_update_fullscreen_action),
12361 (ev_window_fullscreen), (ev_window_unfullscreen),
12362 (ev_window_cmd_view_fullscreen),
12363 (ev_window_update_presentation_action),
12364 (ev_window_run_presentation), (ev_window_stop_presentation),
12365 (ev_window_cmd_view_presentation), (ev_window_state_event),
12366 (ev_window_focus_in_event), (ev_window_focus_out_event),
12367 (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
12368 * data/evince-ui.xml: Initial presentation mode. We should
12369 probably hide this until it's done, as it's quite rough. Also,
12370 change full-screen to fullscreen and add two getters to EvView.
12372 2005-04-29 Marco Pesenti Gritti <mpg@redhat.com>
12374 * shell/ev-page-action.c: (update_page_cache),
12375 (ev_page_action_dispose):
12376 * shell/ev-window.c: (destroy_fullscreen_popup),
12377 (ev_window_create_fullscreen_popup):
12379 Use connect_object rather than explicitly
12380 disconnect on dispose.
12382 2005-04-29 Marco Pesenti Gritti <mpg@redhat.com>
12384 * shell/ev-page-action.c: (update_page_cache),
12385 (ev_page_action_dispose):
12387 2005-04-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12389 * backend/ev-page-cache.c: (_ev_page_cache_new),
12390 (ev_page_cache_set_page_label),
12391 (ev_page_cache_has_nonnumeric_page_labels):
12392 * backend/ev-page-cache.h:
12393 * shell/ev-page-action.c: (update_pages_label):
12395 If all page labels are numeric, fallback to default
12396 way to display number of pages. See bug 173185.
12398 2005-04-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12400 * shell/ev-page-action.c: (ev_page_action_dispose):
12401 * shell/ev-view.c: (view_update_range_and_current_page):
12402 * shell/ev-window.c: (ev_window_dispose):
12404 Set page on scroll in continuous mode. Fixes bug 301986.
12405 Also cleanup callbacks on destroy of EvWindow and EvPageAction.
12407 2005-04-26 Marco Pesenti Gritti <mpg@redhat.com>
12411 Require poppler 0.3.0
12413 2005-04-26 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12415 * shell/Makefile.am, configure.ac: Fix build problems
12416 with t1lib. Bug 301996.
12418 2005-04-25 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12420 * shell/ev-view.c: (ev_view_scroll_event):
12422 Scroll up increase zoom
12424 2005-04-25 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12426 * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
12427 (ev_view_set_sizing_mode),
12428 (ev_view_zoom_for_size_continuous_and_dual_page),
12429 (ev_view_zoom_for_size_continuous):
12430 * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12431 (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
12432 (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
12435 Control + Scroll does zooming, Shift + Scroll scrolls horizontally
12436 Fix for 165473 and 165472.
12438 2005-04-24 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12441 * thumbnailer/Makefile.am:
12442 * thumbnailer/evince-thumbnailer-djvu.schemas.in:
12443 * thumbnailer/evince-thumbnailer-dvi.schemas.in:
12444 * thumbnailer/evince-thumbnailer.schemas.in:
12446 Make thumbnailer schemas translatable. Fix for bug 301773
12448 * thumbnailer/evince-thumbnailer-djvu.schemas:
12449 * thumbnailer/evince-thumbnailer-dvi.schemas:
12450 * thumbnailer/evince-thumbnailer.schemas:
12454 Sun Apr 24 01:37:39 2005 Jonathan Blandford <jrb@redhat.com>
12456 * shell/ev-view.c (ev_view_init): forgot to set this.
12458 Sun Apr 24 01:07:27 2005 Jonathan Blandford <jrb@redhat.com>
12460 * shell/ev-view.c: (find_page_at_location),
12461 (get_link_at_location),
12462 (ev_view_set_show_border), (ev_view_set_spacing),
12463 (ev_view_zoom_for_size_continuous_and_dual_page),
12464 (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
12465 Also, add a quick fix measuring of widths. Also, removed
12466 ev_view_set_spacing and ev_view_set_show_border.
12468 * shell/ev-window.c: (ev_window_unfullscreen),
12469 (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
12471 2005-04-24 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12473 * shell/ev-view.c: (view_update_range_and_current_page),
12476 Fix crash on exit and scrolling to page in continuous view.
12478 Sat Apr 23 13:13:04 2005 Jonathan Blandford <jrb@redhat.com>
12481 * backend/ev-page-cache.c: (_ev_page_cache_new),
12482 (ev_page_cache_get_max_width_size),
12483 (ev_page_cache_get_max_height_size):
12484 * backend/ev-page-cache.h:
12485 * data/evince-ui.xml:
12486 * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
12487 * shell/ev-view.c: (view_update_adjustments),
12488 (view_update_range_and_current_page), (get_bounding_box_size),
12489 (ev_view_size_request_continuous_and_dual_page),
12490 (ev_view_size_request_continuous),
12491 (ev_view_size_request_dual_page),
12492 (ev_view_size_request_single_page), (ev_view_size_request),
12493 (ev_view_size_allocate), (get_page_extents), (draw_one_page),
12494 (ev_view_bin_expose), (ev_view_expose_event),
12495 (ev_view_set_property), (ev_view_get_property),
12496 (ev_view_class_init), (ev_view_init), (ev_view_new),
12497 (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
12498 (ev_view_set_dual_page), (ev_view_set_full_screen),
12499 (ev_view_set_presentation), (ev_view_set_sizing_mode),
12500 (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
12501 (ev_view_zoom_out), (zoom_for_size_fit_width),
12502 (zoom_for_size_best_fit),
12503 (ev_view_zoom_for_size_continuous_and_dual_page),
12504 (ev_view_zoom_for_size_continuous),
12505 (ev_view_zoom_for_size_dual_page),
12506 (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
12507 (ev_view_show_cursor), (ev_sizing_mode_get_type):
12509 * shell/ev-window.c: (update_action_sensitivity),
12510 (ev_window_cmd_continuous), (ev_window_cmd_dual),
12511 (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12512 (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
12513 (ev_window_cmd_view_zoom_out), (update_view_size),
12514 (ev_window_set_sizing_mode), (ev_window_init):
12516 Add Continuous and Dual page modes.
12518 2005-04-23 James Bowes <bowes@cs.dal.ca>
12520 * dvi/dvi-document.c: (dvi_document_load),
12521 (dvi_document_thumbnails_get_thumbnail),
12522 (dvi_document_init_params): Fix up some mixups between
12523 width and height to correct thumbnail rendering.
12525 2005-04-23 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12527 * dvi/mdvi-lib/private.h:
12528 * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
12530 Suppess output for kpathsea during font generation. Thanks to
12533 Fri Apr 22 19:57:46 2005 Jonathan Blandford <jrb@redhat.com>
12540 * Makefile.am: fix distcheck.
12542 2005-04-23 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12544 * shell/ev-sidebar-links.c: (selection_changed_callback),
12545 (update_page_callback), (row_activated_callback),
12546 (job_finished_callback), (ev_sidebar_links_set_document):
12548 Fix for bug #169901. Double click on links expands tree.
12550 2005-03-14 Bryan Clark <clarkbw@cvs.gnome.org>
12552 * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
12553 hard-coded style. Fix for bug 170111
12555 2005-04-22 Kristian Høgsberg <krh@redhat.com>
12557 * shell/ev-view.c (highlight_find_results): Remove unnecessary
12560 2005-04-22 Bryan Clark <clarkbw@cvs.gnome.org>
12562 * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
12564 2005-04-22 Marco Pesenti Gritti <mpg@redhat.com>
12566 * pdf/ev-poppler.cc:
12567 * shell/ev-view.c: (highlight_find_results):
12569 Fix find on single page documents
12571 2005-04-22 Bryan Clark <clarkbw@cvs.gnome.org>
12573 * data/evince.schemas.in: fix for bug 301390
12575 2005-04-22 Marco Pesenti Gritti <mpg@redhat.com>
12577 * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
12578 (ev_view_zoom_out), (ev_view_zoom_normal):
12580 * shell/ev-window.c: (update_action_sensitivity),
12581 (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12582 (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
12583 (ev_window_cmd_view_normal_size):
12585 Fix normal size zoom. Make zoom in/zoom out unsensitive when
12586 they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
12589 2005-04-22 Marco Pesenti Gritti <mpg@redhat.com>
12593 Depend on 2.57, 2.59 doesnt seem to be necessary
12595 2005-04-22 Marco Pesenti Gritti <mpg@redhat.com>
12597 * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
12598 (create_tool_item):
12600 Put back total number of pages as (1 of 1234)
12602 Thu Apr 21 23:37:52 2005 Jonathan Blandford <jrb@redhat.com>
12604 * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
12607 * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
12608 function. This helps debugging.
12610 2005-04-21 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12612 * djvu/djvu-document.c: (djvu_document_class_init),
12613 (djvu_document_get_info), (djvu_document_document_iface_init):
12614 * dvi/dvi-document.c: (dvi_document_class_init),
12615 (dvi_document_get_info), (dvi_document_document_iface_init):
12617 Dummy implementation of get_info method for dvi and
12618 djvu. Fix crashes with those backends
12620 2005-04-20 Marco Pesenti Gritti <mpg@redhat.com>
12622 * data/evince.desktop.in:
12624 Add application/x-gzpostscript
12626 2005-04-20 Bryan Clark <clarkbw@cvs.gnome.org>
12628 * data/evince.schemas.in: Added real long descriptions,
12631 * README: Added actual text, closes bug 171869
12633 2005-04-19 Marco Pesenti Gritti <mpg@redhat.com>
12635 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12639 2005-04-19 Marco Pesenti Gritti <mpg@redhat.com>
12641 * backend/ev-document-info.h:
12643 s/GDate */GDate so we can just use g_free
12645 2005-04-19 Marco Pesenti Gritti <mpg@redhat.com>
12647 * shell/ev-window.c: (update_document_mode),
12648 (ev_window_setup_document):
12650 Show the window in fullscreen when specified by
12653 2005-04-19 Marco Pesenti Gritti <mpg@redhat.com>
12655 * backend/ev-document.c: (ev_document_class_init),
12656 (ev_document_get_info), (ev_document_render_pixbuf):
12657 * backend/ev-document.h:
12658 * backend/ev-page-cache.c: (_ev_page_cache_new):
12659 * pdf/ev-poppler.cc:
12660 * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12661 (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
12662 * ps/ps-document.c: (ps_document_class_init), (document_load),
12663 (ps_document_get_info), (ps_document_document_iface_init):
12665 Remove get_title from the interface, we can just use document info
12667 2005-04-19 Marco Pesenti Gritti <mpg@redhat.com>
12669 * backend/Makefile.am:
12670 * backend/ev-document.c: (ev_document_render_get_info):
12671 * backend/ev-document.h:
12672 * pdf/ev-poppler.cc:
12674 Initial support for document info. Based on jrb patch.
12676 2005-04-19 Paolo Borelli <pborelli@katamail.com>
12678 * shell/ev-window.c: (ev_window_state_event),
12679 (ev_window_class_init), (ev_window_init):
12681 Doesn't show resize grip when maximized. See bug #301053
12683 2005-04-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12687 ev-sidebar-thumbnails now has translatable labels
12689 * shell/Makefile.am:
12690 * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
12691 (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
12692 (ev_sidebar_links_page_iface_init):
12693 * shell/ev-sidebar-links.h:
12694 * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
12695 (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
12696 (ev_sidebar_page_get_label):
12697 * shell/ev-sidebar-page.h:
12698 * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
12699 (ev_sidebar_thumbnails_set_document),
12700 (ev_sidebar_thumbnails_support_document),
12701 (ev_sidebar_thumbnails_get_label),
12702 (ev_sidebar_thumbnails_page_iface_init):
12703 * shell/ev-sidebar-thumbnails.h:
12704 * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12705 (ev_sidebar_set_document):
12706 * shell/ev-sidebar.h:
12707 * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
12709 Small rework of sidebar code. Now sidebar pages should implement
12710 EvSidebarPage interface. That makes page management in EvSidebar
12711 easier. See bug #164811 for details
12713 2005-04-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12715 * shell/ev-application.c: (ev_application_open):
12716 * shell/ev-document-types.c:
12718 Fix build error and small problem with application exit
12720 2005-04-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12722 * thumbnailer/Makefile.am:
12723 * thumbnailer/evince-thumbnailer-djvu.schemas:
12724 * thumbnailer/evince-thumbnailer-dvi.schemas:
12726 Conditionally install schemas for djvu/dvi thumbnailer
12728 2005-04-18 David Malcolm <dmalcolm@redhat.com>
12730 * shell/ev-document-types.h:
12731 * shell/ev-document-types.c:
12732 New files, handling the mapping from mimetypes to backends
12734 * shell/ev-window.c:
12735 * thumbnailer/evince-thumbnailer.c:
12736 Use the ev-document-types code
12738 * shell/Makefile.am:
12739 Added new convenience library libevbackendfactory_la, containing
12740 the new mimetype->backend logic; moved the backends into it.
12742 * thumbnailer/Makefile.am:
12743 Make the thumbnailer link with the libevbackend.la convenience
12744 library, rather than having a duplicate of the backend logic here.
12746 2005-04-18 Paolo Borelli <pborelli@katamail.com>
12748 * shell/ev-stock-icons.c: constify some vars.
12749 * shell/ev-window.c: ditto.
12751 2005-04-18 Marco Pesenti Gritti <mpg@redhat.com>
12753 * ps/ps-document.c (get_page_orientation):
12755 Respect document orientation
12757 2005-04-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12759 * djvu/Makefile.am:
12761 * shell/Makefile.am:
12763 Move library dependencies to components.
12765 * shell/ev-window.c: (update_window_title),
12766 (start_loading_document):
12768 Fix display of uris with spaces. Bug 168358.
12770 Sat Apr 16 18:53:47 2005 Jonathan Blandford <jrb@redhat.com>
12772 * shell/ev-sidebar-links.c: (selection_changed_cb):
12773 * shell/ev-view.c: (ev_view_finalize), (go_to_link),
12774 (ev_view_button_release_event), (ev_view_set_document):
12776 * shell/ev-window.c: (find_bar_search_changed_cb):
12777 * shell/ev-window.h: Minor cleanups removing some dead code.
12779 2005-04-16 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12781 * backend/ev-page-cache.c: (_ev_page_cache_new):
12783 Set current page to 0 if document has pages.
12785 2005-04-16 Marco Pesenti Gritti <mpg@redhat.com>
12787 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12789 Initialize GError to NULL, fix a crash when loading fails.
12791 2005-04-16 Marco Pesenti Gritti <mpg@redhat.com>
12793 * shell/ev-window.c: (update_view_size):
12795 Calculate shadow size only when there is actually
12798 2005-04-16 Marco Pesenti Gritti <mpg@redhat.com>
12800 * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
12803 Allow setting view spacing, default to 0
12805 * shell/ev-window.c: (ev_window_unfullscreen),
12806 (ev_window_cmd_view_fullscreen), (ev_window_init):
12808 Remove spacing in fullscreen mode
12810 2005-04-16 Marco Pesenti Gritti <mpg@redhat.com>
12812 * shell/ev-view.c: (compute_border), (compute_zoom_factor),
12813 (ev_view_size_request), (expose_bin_window),
12814 (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
12816 * shell/ev-window.c: (ev_window_unfullscreen),
12817 (ev_window_cmd_view_fullscreen):
12819 Do not draw the border in fulscreen
12821 2005-04-16 Marco Pesenti Gritti <mpg@redhat.com>
12823 * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
12824 (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
12825 (find_page_at_location), (page_changed_cb):
12827 Rework border calculation, so that I can more easily disable it.
12828 Code somewhat cleaner too.
12830 2005-04-16 Marco Pesenti Gritti <mpg@redhat.com>
12832 * backend/ev-page-cache.c: (ev_page_cache_init),
12833 (_ev_page_cache_new):
12835 Remove some assertions, documents can have 0 pages.
12836 Make initial current page -1.
12838 * shell/ev-page-action.c: (page_changed_cb):
12840 Show "" if current page is -1
12842 * shell/ev-window.c: (update_action_sensitivity),
12843 (ev_window_setup_document):
12845 When document has 0 pages do not set the view
12846 and make nearly everything insensitive.
12848 2005-04-16 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12850 * shell/ev-page-view.c:
12851 * shell/ev-page-view.h:
12853 Remove unused files.
12855 * shell/ev-sidebar-thumbnails.c:
12856 (ev_sidebar_thumbnails_set_document):
12857 * shell/ev-sidebar.c: (ev_sidebar_set_document),
12858 (ev_sidebar_supports_document):
12859 * shell/ev-sidebar.h:
12860 * shell/ev-window.c: (ev_window_setup_document):
12862 Doesn't show thumbnails if document has 1 page. Make
12863 sidebar menu entries sensitive only if if they have
12864 sense. Fix bug 164811.
12866 2005-04-15 Marco Pesenti Gritti <mpg@redhat.com>
12868 * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
12869 (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
12870 (ev_view_zoom_out), (ev_view_set_size):
12872 Rework sizing to deal with documents with not uniform page
12875 2005-04-15 Marco Pesenti Gritti <mpg@redhat.com>
12877 * backend/ev-page-cache.c: (_ev_page_cache_new):
12879 Fix several page size caching bugs
12881 2005-04-15 Luca Ferretti <elle.uca@libero.it>
12883 * shell/ev-window.c: (set_action_properties):
12885 Make all toolbar items translatable
12887 2005-04-15 Marco Pesenti Gritti <mpg@redhat.com>
12889 * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
12890 (save_page_list), (ps_document_save),
12891 (ps_document_document_iface_init), (ps_document_ps_export_begin),
12892 (ps_document_ps_export_do_page), (ps_document_ps_export_end),
12893 (ps_document_ps_exporter_iface_init):
12894 * ps/ps-document.h:
12896 Based on a patch by J�rg Billeter <j@bitron.ch>
12898 Implement print and save a copy for the ps backend.
12900 2005-04-14 Marco Pesenti Gritti <mpg@redhat.com>
12902 * backend/ev-document.h:
12903 * djvu/djvu-document.c: (djvu_document_can_get_text),
12904 (djvu_document_document_iface_init):
12905 * dvi/dvi-document.c: (dvi_document_can_get_text),
12906 (dvi_document_document_iface_init):
12907 * pdf/ev-poppler.cc:
12908 * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
12909 (pixbuf_document_document_iface_init):
12910 * ps/ps-document.c: (ps_document_can_get_text),
12911 (ps_document_document_iface_init):
12912 * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
12913 * shell/ev-window.c: (update_action_sensitivity):
12915 Fix the crash when trying to copy in backends that doesnt
12916 support it. We can implement a better solution once we
12917 do real text selection.
12919 2005-04-12 Marco Pesenti Gritti <mpg@redhat.com>
12921 * data/evince-ui.xml:
12922 * shell/ev-window.c: (ev_window_cmd_escape):
12924 Work around the Escape conflict (find bar and unfullscreen)
12926 2005-04-12 Nikolay V. Shmyrev <nshmyrev@yandex.ru>
12928 * backend/ev-page-cache.c: (ev_page_cache_next_page):
12930 Fix for #300233. Next page correctly handles document end.
12932 * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
12933 (ev_sidebar_thumbnails_class_init),
12934 (ev_sidebar_thumbnails_set_document),
12935 (ev_sidebar_thumbnails_clear_job),
12936 (ev_sidebar_thumbnails_clear_model):
12938 Cleanup thumbnail jobs on document changes.
12940 * shell/ev-view.c: (add_scroll_binding_keypad),
12941 (add_scroll_binding_shifted), (ev_view_class_init):
12943 Shift + Space scrolls up. Fix for #173184
12945 * shell/ev-window.c: (ev_window_open_page),
12946 (ev_window_cmd_view_reload):
12948 Fix reload (Bug #300094)
12950 2005-04-09 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12953 * dvi/mdvi-lib/assoc.c:
12954 * dvi/mdvi-lib/assoc.h: Removed garbage files
12956 * dvi/mdvi-lib/bitmap.c:
12957 * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
12958 (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
12959 * dvi/mdvi-lib/color.h: Antialias of rules
12961 * dvi/mdvi-lib/common.h:
12962 * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
12963 (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
12964 * dvi/mdvi-lib/files.c:
12965 * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
12966 * dvi/mdvi-lib/mdvi.h:
12967 * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
12968 * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
12969 * dvi/mdvi-lib/util.c: Fix compile warnings
12971 * dvi/dvi-document.c:
12972 (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
12973 (dvi_document_thumbnails_get_thumbnail),
12974 (dvi_document_document_thumbnails_iface_init):
12975 * dvi/mdvi-lib/Makefile.am:
12976 * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
12977 (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
12979 Dvi backend now renders thumbnails
12981 2005-04-09 Christian Persch <chpe@cvs.gnome.org>
12983 * shell/main.c: (main):
12985 Save accelerators on exit. Fixes bug #172095.
12987 Sat Apr 9 01:05:09 2005 Jonathan Blandford <jrb@redhat.com>
12989 * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
12990 update priority" comment.
12992 * backend/ev-job-queue.c: Give a way to change priority.
12994 Sat Apr 9 00:05:36 2005 Jonathan Blandford <jrb@redhat.com>
12996 * shell/ev-page-action.c: Fix logic.
12998 2005-04-08 Marco Pesenti Gritti <mpg@redhat.com>
13000 * shell/ev-view.c: (ev_view_can_find_next):
13001 * shell/ev-window.c: (ev_window_setup_document):
13003 Check that the document supports find
13005 2005-04-08 Marco Pesenti Gritti <mpg@redhat.com>
13007 * data/evince-ui.xml:
13008 * shell/ev-view.c: (ev_view_can_find_next):
13010 * shell/ev-window.c: (update_action_sensitivity),
13011 (find_changed_cb), (ev_window_setup_document),
13012 (ev_window_cmd_edit_find_next):
13014 Add Edit->Find Next
13016 2005-04-08 Marco Pesenti Gritti <mpg@redhat.com>
13018 * pdf/ev-poppler.cc:
13019 * shell/ev-print-job.c: (idle_print_handler):
13021 Make printing work again
13023 Fri Apr 8 01:12:24 2005 Jonathan Blandford <jrb@redhat.com>
13025 * shell/ev-page-action.h:
13026 * shell/ev-page-action.c: (ev_page_action_widget_init),
13027 (ev_page_action_widget_class_init), (page_changed_cb),
13028 (create_tool_item), (update_page_cache), (build_new_tree_cb),
13029 (get_filter_model_from_model), (match_selected_cb),
13030 (display_completion_text), (match_completion), (update_model),
13031 (connect_proxy), (ev_page_action_set_property),
13032 (ev_page_action_get_property), (ev_page_action_set_document),
13033 (ev_page_action_set_model), (ev_page_action_class_init): Big
13034 reworking to make completions work iff we have >= GTK-2.7.0
13036 * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
13037 (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
13038 (job_finished_cb): We now have a 'model' property that is set when
13039 the links are loaded. This can be caught with "notify::model"
13041 * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
13042 listen for the model to be set, and propagate it to the action.
13044 2005-04-08 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
13046 * cut-n-paste/recent-files/egg-recent-item.c:
13047 (egg_recent_item_set_uri), (make_valid_utf8),
13048 (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
13049 * cut-n-paste/recent-files/egg-recent-item.h:
13051 Update egg-recent from libegg. This should fix long
13052 startup problem. For details see
13053 http://bugzilla.gnome.org/show_bug.cgi?id=160531
13055 2005-04-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
13057 * cut-n-paste/recent-files/Makefile.am:
13058 * data/evince-ui.xml, shell/Makefile.am:
13059 * shell/ev-application.c, shell/ev-application.h:
13060 * shell/ev-window.c: Recent files support.
13062 * configure.ac: Added "ru" to ALL_LINGUAS.
13064 * dvju: new backend to support DJVU files.
13065 * dvi: new backend to support DVI.
13067 * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
13068 * ev-application.c: Support for new backends.
13070 * help, ev-window.c, main.c shell/Makefile.am:
13071 Evince user documentation.
13073 2005-04-06 Marco Pesenti Gritti <mpg@redhat.com>
13076 * shell/ev-window.c:
13077 * thumbnailer/evince-thumbnailer.c:
13079 s/pdf-document/ev-poppler
13081 2005-04-06 Marco Pesenti Gritti <mpg@redhat.com>
13088 * ps/ps-document.c: (setup_pixmap):
13092 2005-04-05 Kristian Høgsberg <krh@redhat.com>
13094 * backend/ev-page-cache.c (ev_page_cache_next_page):
13095 * shell/ev-window.c (ev_window_cmd_go_next_page)
13096 (ev_window_cmd_go_first_page): Fix of by one errors.
13098 2005-04-05 Marco Pesenti Gritti <mpg@redhat.com>
13100 * ps/ps-document.c: (get_page_box):
13102 Fix page size calculation
13104 2005-04-05 Marco Pesenti Gritti <mpg@redhat.com>
13106 * ps/ps-document.c: (ps_document_init), (push_pixbuf),
13107 (ps_document_cleanup), (setup_pixmap), (get_page_box),
13108 (get_page_orientation), (setup_page), (document_load),
13109 (ps_document_get_page_size), (render_pixbuf_idle):
13110 * ps/ps-document.h:
13112 More refactoring to adapt to EvDocument changes
13114 2005-04-05 Marco Pesenti Gritti <mpg@redhat.com>
13116 * ps/ps-document.c: (start_interpreter):
13118 Actually add alpha args
13120 2005-04-05 Marco Pesenti Gritti <mpg@redhat.com>
13122 * pdf/ev-poppler.cc:
13124 Make clipboard work again
13126 2005-04-04 Kristian Høgsberg <krh@redhat.com>
13128 Make searching work again.
13130 * backend/ev-document.c:
13131 * backend/ev-document.h:
13132 * backend/ev-document-find.c:
13133 * backend/ev-document-find.h: Change EvDocumentIface so we no
13134 longer store the current page or zoom level in the document. The
13135 consequence is that all calls that operate on the current page now
13136 instead take the page number as an extra argument, and all
13137 coordinates are now doubles in document coordinate system.
13139 * pdf/ev-poppler.cc:
13140 * pixbuf/pixbuf-document.c:
13141 * ps/ps-document.c: Update backends accordingly.
13143 2005-04-04 Marco Pesenti Gritti <marco@gnome.org>
13147 Add required gettext version
13149 Sat Apr 2 18:57:00 2005 Jonathan Blandford <jrb@redhat.com>
13151 * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
13152 make F1 bring up non-existent help.
13154 * shell/eggfindbar.c: Patch from Christian Persch to sync to
13155 epiphany's find bar, #167477
13157 * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
13158 <emil@nishra.com> to add space-bar scrolling,
13160 * shell/ev-window.c (static GtkActionEntry entries): add default
13161 keybinding for Help (F1)
13164 * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
13165 changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
13168 2005-04-01 David Malcolm <dmalcolm@redhat.com>
13171 * pixbuf/pixbuf-document.c:
13173 Got pixbuf backend working again
13175 2005-04-01 Steve Murphy <murf@e-tools.com>
13177 * configure.in: Added "rw" to ALL_LINGUAS.
13179 Fri Apr 1 02:33:41 2005 Jonathan Blandford <jrb@redhat.com>
13181 * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
13182 model types, noticed by Martin Kretzschmar.
13184 2005-04-01 Kristian Høgsberg <krh@redhat.com>
13186 * pdf/ev-poppler.cc: Implement search based on
13187 poppler_page_find_text(). Currently a bit crude since we remember
13188 all matches from all pages. Also, we grab the big document lock
13189 when we search since searching changes the underlying stream and
13190 thus conflicts with the rendering thread.
13192 * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13193 (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
13194 (ev_view_find_previous): Fix some page indexes to be 0 based,
13195 offset rubber band by view offset,
13197 Fri Apr 01 09:21:12 2005 Pablo Saratxaga <pablo@mandrakesoft.com>
13199 * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
13201 Fri Apr 1 01:59:39 2005 Jonathan Blandford <jrb@redhat.com>
13203 * shell/ev-page-action.c: Changed to use page labels now. Rewrote
13204 completely because I didn't understand GtkActions. I should
13205 read Marco's code more carefully in the future.
13207 * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
13210 2005-03-31 Kristian Høgsberg <krh@redhat.com>
13212 * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
13213 PopplerRectangle change from poppler CVS.
13215 Thu Mar 31 13:27:50 2005 Jonathan Blandford <jrb@redhat.com>
13217 * backend/ev-document.c: (ev_document_get_page_label):
13218 * backend/ev-document.h:
13219 * backend/ev-page-cache.c: (_ev_page_cache_new),
13220 (ev_page_cache_get_page_label):
13221 * backend/ev-page-cache.h:
13222 * pdf/ev-poppler.cc:
13223 * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
13224 (links_page_num_func):
13225 * shell/ev-sidebar-thumbnails.c:
13226 (ev_sidebar_thumbnails_set_document):
13227 * shell/ev-view.c: (status_message_from_link),
13228 (ev_view_motion_notify_event):
13229 * shell/ev-window.c: (document_supports_sidebar): Add in page
13230 label support. It's not perfect yet, but it's the first 'feature'
13232 Also, fix a bogus comment noticed by crispin.
13234 Thu Mar 31 01:21:58 2005 Jonathan Blandford <jrb@redhat.com>
13236 * Makefile.am: Remove pixbuf backend for now
13238 * configure.ac: Require poppler-glib instead of just poppler.
13240 * backend/ev-document-thumbnails.h: Add a comment
13242 * backend/ev-document.h:
13243 * backend/ev-document.c: (ev_document_class_init),
13244 (ev_document_load), (ev_document_get_link),
13245 (ev_document_get_links): Remove 3 methods and add get_links.
13246 Also, made 0 based.
13248 * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
13249 * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
13251 * backend/ev-link.c: (ev_link_set_title),
13252 (ev_link_mapping_free_foreach), (ev_link_mapping_free),
13253 (ev_link_mapping_find):
13254 * backend/ev-link.h: Allow NULL titles. Also, introduce a mapping link.
13256 * backend/ev-page-cache.c: (ev_page_cache_init),
13257 (_ev_page_cache_new), (ev_page_cache_set_current_page),
13258 (ev_page_cache_get_size), (ev_page_cache_next_page),
13259 (ev_page_cache_prev_page): Fix to be 0 based.
13262 * pdf/ev-poppler.h:
13263 * pdf/ev-poppler.cc: New backend.
13265 * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
13266 (ps_document_get_page), (ps_document_document_iface_init):
13268 * shell/ev-pixbuf-cache.h:
13269 * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
13270 (dispose_cache_job_info), (job_finished_cb), (move_one_job),
13271 (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
13272 (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
13273 (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
13274 Fix up code to grab a page cache per each doc. Also, fix to be 0
13277 * shell/ev-sidebar-thumbnails.c:
13278 (ev_sidebar_tree_selection_changed), (page_changed_cb),
13279 (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
13281 * shell/ev-view.c: (status_message_from_link),
13282 (find_page_at_location), (get_link_at_location),
13283 (ev_view_motion_notify_event), (ev_view_button_release_event),
13284 (ev_view_init): Use the new link code. Fix to be 0 based.
13286 * shell/ev-window.c: (update_action_sensitivity),
13287 (document_supports_sidebar): 0 based.
13289 Fri Mar 25 16:55:58 2005 Jonathan Blandford <jrb@redhat.com>
13291 * pdf/pdf-document.cc: Patch from Fernando Herrera
13292 <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
13295 Wed Mar 23 23:49:41 2005 Jonathan Blandford <jrb@redhat.com>
13297 * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
13298 1 to the page, as this seems to be 1 based. I thought we has this
13301 2005-03-23 Marco Pesenti Gritti <marco@gnome.org>
13304 * backend/Makefile.am:
13305 * backend/ev-document-links.c:
13306 (ev_document_links_has_document_links),
13307 (ev_document_links_get_links_model):
13308 * backend/ev-document-links.h:
13309 * backend/ev-document.c: (ev_document_get_page_cache),
13310 (ev_document_get_doc_mutex), (ev_document_load),
13311 (ev_document_save), (ev_document_get_title),
13312 (ev_document_get_n_pages), (ev_document_set_page),
13313 (ev_document_get_page), (ev_document_set_target),
13314 (ev_document_set_scale), (ev_document_set_page_offset),
13315 (ev_document_get_page_size), (ev_document_get_text),
13316 (ev_document_get_link), (ev_document_render),
13317 (ev_document_render_pixbuf), (ev_document_scale_changed):
13318 * backend/ev-document.h:
13319 * backend/ev-job-queue.c: (remove_object_from_queue),
13320 (notify_finished), (handle_job), (search_for_jobs_unlocked),
13321 (no_jobs_available_unlocked), (ev_render_thread),
13322 (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
13323 (ev_job_queue_remove_job):
13324 * backend/ev-job-queue.h:
13325 * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
13326 (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
13327 (ev_job_links_class_init), (ev_job_render_init),
13328 (ev_job_render_dispose), (ev_job_render_class_init),
13329 (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
13330 (ev_job_thumbnail_class_init), (ev_job_finished),
13331 (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
13332 (ev_job_render_run), (ev_job_thumbnail_new),
13333 (ev_job_thumbnail_run):
13334 * backend/ev-jobs.h:
13335 * backend/ev-link.c:
13336 * backend/ev-link.h:
13337 * backend/ev-page-cache.c: (ev_page_cache_init),
13338 (ev_page_cache_class_init), (ev_page_cache_finalize),
13339 (_ev_page_cache_new), (ev_page_cache_get_n_pages),
13340 (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
13341 (ev_page_cache_set_link), (ev_page_cache_get_title),
13342 (ev_page_cache_get_size), (ev_page_cache_next_page),
13343 (ev_page_cache_prev_page):
13344 * backend/ev-page-cache.h:
13345 * pdf/pdf-document.cc:
13348 * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
13349 (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
13350 (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
13351 (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
13352 (is_interpreter_ready), (output), (catchPipe), (input),
13353 (start_interpreter), (check_filecompressed), (compute_dimensions),
13354 (ps_document_enable_interpreter), (document_load),
13355 (ps_document_next_page), (render_page), (ps_document_set_page),
13356 (ps_document_set_scale), (render_pixbuf_idle),
13357 (ps_document_render_pixbuf), (ps_document_document_iface_init):
13358 * ps/ps-document.h:
13359 * shell/Makefile.am:
13360 * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
13361 (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
13362 (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
13363 (ev_pixbuf_cache_new), (job_finished_cb),
13364 (check_job_size_and_unref), (move_one_job),
13365 (ev_pixbuf_cache_update_range), (find_job_cache),
13366 (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
13367 (ev_pixbuf_cache_add_jobs_if_needed),
13368 (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
13369 * shell/ev-pixbuf-cache.h:
13370 * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
13371 (idle_print_handler):
13372 * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13373 (selection_changed_cb), (create_loading_model),
13374 (ev_sidebar_links_construct), (links_page_num_func),
13375 (ev_sidebar_links_clear_document), (update_page_callback_foreach),
13376 (update_page_callback), (job_finished_cb),
13377 (ev_sidebar_links_set_document):
13378 * shell/ev-sidebar-thumbnails.c:
13379 (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
13380 (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
13381 (page_changed_cb), (thumbnail_job_completed_callback),
13382 (ev_sidebar_thumbnails_set_document):
13383 * shell/ev-sidebar-thumbnails.h:
13384 * shell/ev-sidebar.c: (ev_sidebar_set_document):
13385 * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
13386 (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
13387 (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
13388 (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
13389 (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
13390 (ev_view_button_release_event), (ev_view_scroll_view),
13391 (ev_view_class_init), (ev_view_init), (update_find_status_message),
13392 (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
13393 (ev_view_new), (job_finished_cb), (page_changed_cb),
13394 (ev_view_set_document), (go_to_link), (ev_view_zoom),
13395 (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
13396 (ev_view_find_previous):
13398 * shell/ev-window.c: (update_action_sensitivity),
13399 (ev_window_open_page), (update_window_title), (update_total_pages),
13400 (page_changed_cb), (ev_window_setup_document),
13401 (password_dialog_response), (ev_window_cmd_save_as),
13402 (ev_window_print), (ev_window_cmd_go_previous_page),
13403 (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
13404 (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
13405 (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
13406 * shell/main.c: (main):
13408 Merge evince-threads branch
13410 2005-03-16 Žygimantas Beručka <uid0@akl.lt>
13412 * configure.ac: Added "lt" to ALL_LINGUAS.
13414 2005-03-14 Marco Pesenti Gritti <marco@gnome.org>
13421 2005-03-13 Fernando Herrera <fherrera@onirica.com>
13423 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13425 Fix here also the thumbnails 1-basedness :)
13427 2005-03-12 Marco Pesenti Gritti <marco@gnome.org>
13434 2005-03-12 Marco Pesenti Gritti <marco@gnome.org>
13436 * pdf/pdf-document.cc:
13437 * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
13438 (do_one_iteration), (ev_sidebar_thumbnails_set_document):
13440 Fix the mess we did with thumbnails and 1-basedness
13442 2005-03-12 Changwoo Ryu <cwryu@debian.org>
13444 * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
13446 2005-03-09 Marco Pesenti Gritti <marco@gnome.org>
13453 2005-03-08 Marco Pesenti Gritti <marco@gnome.org>
13456 * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
13457 (gtk_gs_defaults_get_alpha_parameters),
13458 (gtk_gs_defaults_get_ungzip_cmd),
13459 (gtk_gs_defaults_get_unbzip2_cmd):
13461 * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
13462 (ps_document_get_orientation), (document_load),
13463 (ps_document_goto_page), (ps_document_set_page_size):
13464 * ps/ps-document.h:
13466 Some more sanitization of the ps backend. Remove a lot
13467 of unused code and do not base our defaults on ggv
13470 2005-03-08 Fernando Herrera <fherrera@onirica.com>
13472 * thumbnailer/evince-thumbnailer.schemas:
13473 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13474 (main): add -s option for thumbnail size.
13476 2005-03-07 Christian Persch <chpe@cvs.gnome.org>
13480 AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
13483 2005-03-07 Marco Pesenti Gritti <marco@gnome.org>
13485 * pdf/pdf-document.cc:
13487 Remove 4 pixels of useless border from the
13490 2005-03-07 Marco Pesenti Gritti <marco@gnome.org>
13492 * backend/ev-document-thumbnails.c:
13493 (ev_document_thumbnails_get_thumbnail):
13494 * backend/ev-document-thumbnails.h:
13496 Rework API a bit. Add a border flag and
13497 change sizing logic (now the size we specify
13498 applies to the bigger dimension).
13500 * pdf/pdf-document.cc:
13501 * pixbuf/pixbuf-document.c:
13502 (pixbuf_document_thumbnails_get_thumbnail):
13503 * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
13504 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13506 Adapt to the new API and do not draw a border for nautilus
13509 2005-03-03 Fernando Herrera <fherrera@onirica.com>
13511 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13512 take thumbnails from page "0" instead of "1". Added a copyright header.
13514 2005-03-03 Jens Granseuer <jensgr@gmx.net>
13516 * ps/ps-document.c: (set_up_page), (start_interpreter):
13518 Make it C89 compliant
13520 2005-03-03 Marco Pesenti Gritti <marco@gnome.org>
13525 * pdf/pdf-document.cc:
13526 * thumbnailer/Makefile.am:
13527 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13529 * thumbnailer/evince-thumbnailer.schemas:
13530 * thumbnailer/pdf-icon.png:
13532 Add a nautilus thumbnailer.
13533 Based on patch by Fernando Herrera <fherrera@onirica.com>.
13535 2005-03-02 Marco Pesenti Gritti <marco@gnome.org>
13543 2005-03-01 Kristian Høgsberg <krh@redhat.com>
13545 Use poppler instead of including xpdf source code. Poppler is a
13546 fork of xpdf to build it as a shared library. See
13547 http://freedesktop.org/wiki/Software/poppler.
13549 * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
13552 * pdf/Makefile.am: Build libpdfdocument.a here.
13554 * pdf/GDKSplashOutputDev.cc:
13555 * pdf/GDKSplashOutputDev.h:
13556 * pdf/GnomeVFSStream.cc:
13557 * pdf/GnomeVFSStream.h:
13560 * test-gdk-output-dev.cc
13562 * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
13565 2005-02-28 Marco Pesenti Gritti <marco@gnome.org>
13567 * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
13569 Clear idle stack before unsetting the document
13571 2005-02-28 Marco Pesenti Gritti <marco@gnome.org>
13573 * ps/ps-document.c: (ps_document_widget_event),
13574 (ps_document_set_target), (ps_document_finalize),
13575 (ps_document_get_page):
13577 Disconnect the widget event signal on finalize.
13578 Some code cleanups.
13580 2005-02-28 Marco Pesenti Gritti <marco@gnome.org>
13582 * ps/ps-document.c: (set_up_page):
13584 If there is no bpixmap create one, even if size
13587 2005-02-28 Marco Pesenti Gritti <marco@gnome.org>
13589 * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
13590 (set_up_page), (document_load), (ps_document_set_zoom):
13592 Default page is 0. Calculate size even when we have no
13595 2005-02-28 Carlos Garcia Campos <carlosgc@gnome.org>
13597 * shell/ev-sidebar.c: expand the selection widget to be always as
13598 wide as the sidebar
13600 2005-02-28 Marco Pesenti Gritti <marco@gnome.org>
13602 * shell/ev-sidebar-thumbnails.c:
13603 (ev_sidebar_thumbnails_set_document):
13605 Clear the list store when setting document
13607 2005-02-28 Marco Pesenti Gritti <marco@gnome.org>
13609 * shell/ev-page-action.c: (update_entry), (sync_entry),
13610 (activate_cb), (entry_size_request_cb), (create_tool_item),
13613 Use an entry for the page control instead of spinbuttons
13615 2005-02-28 Marco Pesenti Gritti <marco@gnome.org>
13617 * data/evince.schemas.in:
13619 Correct confusing string
13621 Sun Feb 27 23:00:31 2005 Jonathan Blandford <jrb@redhat.com>
13623 * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
13624 for real. Gosh, how long has this been broken.
13626 * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
13627 check for a NULL link. We crash otherwise.
13629 2005-02-27 Marco Pesenti Gritti <marco@gnome.org>
13636 2005-02-25 Sebastien Bacher <seb128@debian.org>
13638 * configure.ac: add the french translation.
13640 2005-02-25 Marco Pesenti Gritti <marco@gnome.org>
13642 * shell/ev-window.c:
13644 Remove unused header -> fix distcheck
13646 2005-02-25 Marco Pesenti Gritti <marco@gnome.org>
13648 * shell/ev-window.c: (update_window_title),
13649 (ev_window_popup_password_dialog):
13651 Unescape filename for display
13653 2005-02-25 Marco Pesenti Gritti <marco@gnome.org>
13655 * pdf/xpdf/pdf-document.cc:
13657 In get_page_size deal with rotation. Also
13658 cleanup the function a bit.
13660 2005-02-25 Marco Pesenti Gritti <marco@gnome.org>
13662 * pdf/xpdf/pdf-document.cc:
13664 Fix crash when opening in new window
13666 2005-02-25 Marco Pesenti Gritti <marco@gnome.org>
13670 Check ghostscript >= 7
13672 2005-02-25 Pedro Villavicencio <pvillavi@gnome.cl>
13674 * shell/ev-window.c:
13676 Make page width the default sizing mode
13678 2005-02-25 Carlos Garcia Campos <carlosgc@gnome.org>
13679 Marco Pesenti Gritti <marco@gnome.org>
13681 * shell/ev-window.c: Remember the sidebar size
13683 * data/evince.schemas.in: Add a new gconf key to store the size of
13686 2005-02-24 Kai Willadsen <kaiw@itee.uq.edu.au>
13688 * data/evince-ui.xml:
13689 * shell/ev-window.c: (update_action_sensitivity),
13690 (ev_window_cmd_view_reload):
13692 Add a "Reload" action and menu entry
13694 Thu Feb 24 23:07:33 2005 Jonathan Blandford <jrb@redhat.com>
13696 * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
13697 iff the type doesn't support thumbnailing and indexing.
13699 2005-02-24 Martin Kretzschmar <martink@gnome.org>
13701 * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
13703 2005-02-24 Marco Pesenti Gritti <marco@gnome.org>
13705 * pdf/splash/Splash.cc:
13707 Port fix for a crasher from kde bug
13708 http://bugs.kde.org/show_bug.cgi?id=97131
13710 2005-02-24 Marco Pesenti Gritti <marco@gnome.org>
13712 * pdf/xpdf/pdf-document.cc:
13714 Return a link even if it's of an unrecognized
13715 type. Otherwise we go in an infinte cycle.
13717 2005-02-24 Marco Pesenti Gritti <marco@gnome.org>
13719 * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
13720 (size_allocate_cb), (ev_window_set_sizing_mode):
13722 Update size when switching mode
13724 2005-02-24 Marco Pesenti Gritti <marco@gnome.org>
13726 * shell/ev-window.c: (ev_window_cmd_view_best_fit),
13727 (ev_window_cmd_view_page_width), (update_sizing_buttons),
13728 (ev_window_cmd_view_normal_size):
13730 Fix size toggle buttons behavior
13732 2005-02-24 Marco Pesenti Gritti <marco@gnome.org>
13734 * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
13735 (doc_rect_to_view_rect), (ev_view_size_allocate),
13736 (expose_bin_window), (ev_view_select_all), (page_changed_callback),
13737 (scale_changed_callback):
13739 Do not cache offsets in size_allocate.
13741 2005-02-24 Marco Pesenti Gritti <marco@gnome.org>
13743 * shell/ev-view.c: (ev_view_size_allocate):
13745 Calculate offsets before calling the parent
13746 class (which does a redraw)
13748 2005-02-24 Marco Pesenti Gritti <marco@gnome.org>
13750 * pdf/xpdf/pdf-document.cc:
13752 Fix a crasher on exit. Unused code, put a TODO
13754 2005-02-24 Marco Pesenti Gritti <marco@gnome.org>
13756 * backend/ev-document.c: (ev_document_class_init),
13757 (ev_document_page_changed), (ev_document_scale_changed):
13758 * backend/ev-document.h:
13760 Separate page/scale notifications
13762 * pdf/xpdf/pdf-document.cc:
13764 Emit the new signals.
13765 Do not display the pdf page in _render, do it
13766 when scale/page are requested.
13768 * ps/ps-document.c: (ps_document_set_zoom),
13769 (ps_document_widget_event):
13770 * ps/ps-document.h:
13772 Emit the new signals.
13774 * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13775 (ev_view_init), (page_changed_callback), (scale_changed_callback),
13776 (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
13777 (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
13779 * shell/ev-window.c: (ev_window_cmd_view_normal_size),
13780 (ev_window_cmd_view_page_width), (size_allocate_cb),
13781 (ev_window_set_sizing_mode):
13783 Rework sizing to be pixel based.
13784 There are bugs but should be already way better.
13786 2005-02-23 Marco Pesenti Gritti <marco@gnome.org>
13788 * shell/ev-window.c: (ev_window_init):
13790 Do not allow to shrink sidebar smaller then
13793 2005-02-23 Carlos Garcia Campos <carlosgc@gnome.org>
13795 * shell/ev-sidebar.[ch]
13796 * shell/ev-window.c:
13798 Improved sidebar widget. Fixes #166683
13800 2005-02-23 Tommi Vainikainen <thv@iki.fi>
13802 * shell/ev-view.c (update_find_status_message): Give translators
13803 more flexibility with ngettext plural handling.
13805 Mon Feb 21 17:52:08 2005 Jonathan Blandford <jrb@redhat.com>
13807 * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
13808 from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
13809 page when we get the page size.
13811 2005-02-21 Marco Pesenti Gritti <marco@gnome.org>
13813 * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
13815 ps pages are 0 based, convert
13817 2005-02-21 Marco Pesenti Gritti <marco@gnome.org>
13819 * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
13821 Initialize correct parent class. Set GError on document load
13823 2005-02-21 Marco Pesenti Gritti <marco@gnome.org>
13825 * pdf/xpdf/pdf-document.cc:
13827 Fixup selection offset calculation
13829 * shell/ev-view.c: (view_rect_to_doc_rect),
13830 (doc_rect_to_view_rect), (ev_view_size_allocate),
13831 (expose_bin_window), (ev_view_select_all), (ev_view_copy),
13832 (ev_view_primary_get_cb), (ev_view_motion_notify_event):
13834 Store selection as document relative, so that zooming
13835 and offset changing doesnt break it.
13837 2005-02-21 Marco Pesenti Gritti <marco@gnome.org>
13839 * shell/ev-view.c: (ev_view_best_fit):
13841 Do not try to best fit if the view is not realized
13843 2005-02-20 Kostas Papadimas <pkst@gnome.org>
13845 * configure.ac (ALL_LINGUAS): Added "el" (Greek).
13847 Fri Feb 18 16:06:39 2005 Jonathan Blandford <jrb@redhat.com>
13849 * shell/ev-window.c (ev_window_focus_in_event): missed a case.
13851 Fri Feb 18 15:32:57 2005 Jonathan Blandford <jrb@redhat.com>
13853 * shell/ev-window.c: Change the fullscreen toolbar to always be in
13854 the popup window. That prevents it resizing when in full screen
13857 * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
13858 multiple rerenders. This pretty much sucks.
13860 * data/evince-ui.xml: Change the fullscreen toolbar to include the
13861 rest of the toolbar.
13863 2005-02-18 Tommi Vainikainen <thv@iki.fi>
13865 * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
13867 2005-02-17 Alexander Shopov <ash@contact.bg>
13869 * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
13871 2005-02-16 Bryan Clark <clarkbw@cvs.gnome.org>
13873 * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
13875 2005-02-16 Marco Pesenti Gritti <marco@gnome.org>
13877 * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
13878 (ev_view_create_invisible_cursor), (ev_view_set_cursor),
13879 (set_document_page), (document_changed_callback),
13880 (ev_view_set_document), (ev_view_find_previous),
13881 (ev_view_hide_cursor), (ev_view_show_cursor):
13883 * shell/ev-window.c: (update_chrome_visibility),
13884 (fullscreen_timeout_cb), (fullscreen_set_timeout),
13885 (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
13886 (fullscreen_leave_notify_cb), (ev_window_fullscreen),
13887 (ev_window_unfullscreen):
13888 * shell/main.c: (main):
13890 Automatically hide the fullscreen button.
13891 Patch by Kristian Høgsberg <krh@redhat.com>
13893 2005-02-16 Vincent Noel <vnoel@cox.net>
13895 * shell/main.c (main): Specify an icon for the window. Patch by
13896 Jaap A. Haitsma. Fixes #166177.
13898 Wed Feb 16 06:30:13 2005 Jonathan Blandford <jrb@redhat.com>
13900 * shell/ev-view.c (ev_view_realize): get rid of the black flash.
13902 Tue Feb 15 22:27:13 2005 Jonathan Blandford <jrb@redhat.com>
13904 * backend/ev-document-misc.h:
13905 * backend/ev-document-misc.c:
13906 (ev_document_misc_get_page_border_size),
13907 (ev_document_misc_paint_one_page): New function to canonicalize
13908 sizing/painting a border.
13910 * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
13913 * pdf/xpdf/pdf-document.cc: use new function
13915 * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13916 (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
13917 (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
13918 shell/ev-window.c: (update_sizing_buttons),
13919 (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
13920 (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
13921 (ev_window_cmd_view_page_width), (size_allocate_cb),
13922 (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
13923 and "fit width" values act as toggle buttons so they stay
13924 toggled. It's not 100% perfect, and it's a little slow, but it's
13925 good enough to commit I think.
13927 2005-02-15 David Lodge <dave@cirt.net>
13929 * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
13931 2005-02-15 Martin Kretzschmar <martink@gnome.org>
13933 * shell/ev-window.c (update_window_title): replace newlines in
13934 the title by spaces. Bug #166107.
13936 2005-02-14 Martin Kretzschmar <martink@gnome.org>
13938 * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
13939 parameters providing allocation width and height without
13940 scrollbars and width of a possible vertical scrollbar. With this
13941 additional information the functions can work as
13942 intended. Unfortunately they're not idempotent. We should
13943 transform these commands to toggles. Fixes Bug #164976
13944 Initial patch by Stephane Loeuillet, then heavily modified.
13946 * shell/ev-view.h: update prototypes.
13948 * shell/ev-window.c (ev_window_cmd_view_best_fit)
13949 (ev_window_cmd_view_page_width): provide EvView fit functions with
13950 all the information they need. Formulas to calculate this
13951 information taken from GtkScrolledWindow.
13953 2005-02-14 Crispin Flowerday <gnome@flowerday.cx>
13955 * shell/ev-sidebar-thumbnails.c: Ensure that after we have
13956 created a thumbnail, the list store is updated to know
13957 that the thumbnail is set. Fixes bug #166792
13959 2005-02-11 Bryan Clark <clarkbw@cvs.gnome.org>
13961 * shell/ev-window.c: fixed typo, closes bug 166897
13963 * TODO: updated TODO with bug numbers that are relevant
13965 2005-02-09 Carlos Garcia Campos <carlosgc@gnome.org>
13967 * shell/ev-window.c: Support for DnD of files. Fixes #164813
13969 2005-02-09 Vincent Noel <vnoel@cox.net>
13971 * shell/ev-window.c: (set_action_properties): Set the "Previous"
13972 and "Next" toolbar buttons as important to make them stand out.
13974 2005-02-09 Marco Pesenti Gritti <marco@gnome.org>
13978 * ps/ps-document.c: (ps_document_finalize), (set_up_page),
13979 (start_interpreter), (stop_interpreter), (document_load),
13980 (ps_document_next_page), (ps_document_goto_page),
13981 (ps_document_set_page_size), (ps_document_widget_event),
13982 (ps_document_render):
13983 * shell/ev-page-view.c: (ev_page_view_dispose):
13984 * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
13986 Fix compilation on non-gcc platforms
13988 2005-02-09 Marco Pesenti Gritti <marco@gnome.org>
13995 * pdf/xpdf/Catalog.cc:
13996 * pdf/xpdf/XRef.cc:
13998 Fix the fix for CAN-2004-0888
14000 2005-02-09 Luca Ferretti <elle.uca@libero.it>
14002 * data/Makefile.am:
14003 * data/evince-ui.xml:
14004 * shell/ev-stock-icons.c: (ev_stock_icons_init):
14005 * shell/ev-stock-icons.h:
14006 * shell/ev-window.c: (update_action_sensitivity),
14007 (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
14008 (set_action_properties):
14010 Improve toolbar layout/icons
14012 2005-02-08 Marco Pesenti Gritti <marco@gnome.org>
14014 * pdf/xpdf/pdf-document.cc:
14016 Add warnings about unimplemented/unknown link
14019 2005-02-07 Marco Pesenti Gritti <marco@gnome.org>
14021 * ps/ps-document.c: (set_up_page):
14025 2005-02-07 Marco Pesenti Gritti <marco@gnome.org>
14027 * ps/ps-document.c: (start_interpreter):
14031 2005-02-07 Marco Pesenti Gritti <marco@gnome.org>
14033 * shell/ev-page-view.c: (ev_page_view_dispose):
14034 * shell/ev-view.c: (ev_view_finalize):
14035 * shell/ev-window.c: (ev_window_setup_document),
14036 (ev_window_dispose), (ev_window_init):
14038 Solve more refs issues.
14040 I commented out the page_view initialization for now:
14041 it was never destroyed (because it's never added
14042 to a container). Because of that we was leaking
14043 gs processes. Couldnt think to a clean fix.
14044 We need to figure this out, password view has the
14045 same issue probably.
14047 2005-02-07 Marco Pesenti Gritti <marco@gnome.org>
14049 * ps/ps-document.c: (ps_document_finalize),
14050 (ps_document_get_n_pages), (ps_document_get_page):
14052 Some cleanups, stop the interpreter on finalize
14054 * shell/ev-page-view.c: (ev_page_view_dispose),
14055 (ev_page_view_class_init):
14057 Release our reference on the document
14059 2005-02-07 Marco Pesenti Gritti <marco@gnome.org>
14063 * doc/debugging.txt:
14066 * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
14067 (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
14068 (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
14071 Add debugging helpers
14074 * ps/ps-document.c: (set_up_page), (start_interpreter),
14075 (stop_interpreter), (document_load), (ps_document_next_page),
14076 (ps_document_goto_page), (ps_document_set_page_size),
14077 (ps_document_widget_event), (ps_document_render):
14078 * shell/Makefile.am:
14079 * shell/ev-view.c: (expose_bin_window):
14080 * shell/main.c: (main):
14084 2005-02-07 Marco Pesenti Gritti <marco@gnome.org>
14086 * ps/ps-document.c: (ps_document_widget_event):
14088 Initialize message_window, this should make ps
14089 rendering really work! (Never noticed because I was
14090 testing with a ps that is causing gs to exit every time!)
14092 2005-02-07 Bryan Clark <clarkbw@cvs.gnome.org>
14094 * data/evince.schemas.in: updated simple error in applyto closing tag
14096 2005-02-07 Christian Persch <chpe@cvs.gnome.org>
14101 * data/Makefile.am:
14102 * data/evince-ui.xml:
14103 A data/evince.schemas.in:
14105 * shell/ev-stock-icons.c: (ev_stock_icons_init):
14106 * shell/ev-stock-icons.h:
14107 * shell/ev-window.c: (update_chrome_visibility),
14108 (update_chrome_flag), (ev_window_cmd_edit_find),
14109 (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
14110 (ev_window_unfullscreen), (ev_window_focus_in_event),
14111 (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
14112 (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
14113 (ev_window_view_sidebar_cb), (find_bar_close_cb),
14114 (ev_window_dispose), (ev_window_class_init),
14115 (set_action_properties), (set_chrome_actions), (load_chrome),
14118 Implement fullscreen mode changes from bug #164776.
14119 Also implement persistent chrome toggles.
14121 2005-02-07 Jordi Mallach <jordi@sindominio.net>
14123 * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
14125 2005-02-04 Marco Pesenti Gritti <marco@gnome.org>
14131 Add another check for find interface
14135 2005-02-04 Marco Pesenti Gritti <marco@gnome.org>
14137 * shell/ev-application.c: (ev_application_open):
14138 * shell/ev-window.c: (ev_window_open):
14140 Open gzipped ps documents
14142 2005-02-04 Marco Pesenti Gritti <marco@gnome.org>
14145 * shell/ev-view.c: (set_document_page):
14147 Clamp page number, dont try to move to
14148 not existant pages.
14150 2005-02-04 Marco Pesenti Gritti <marco@gnome.org>
14152 * backend/ev-document-find.c: (ev_document_find_changed):
14153 * backend/ev-document-find.h:
14154 * pdf/xpdf/pdf-document.cc:
14155 * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
14156 * shell/ev-window.c: (find_bar_search_changed_cb):
14158 Fix several bugs with find
14160 2005-02-04 Martin Kretzschmar <martink@gnome.org>
14162 * shell/ev-sidebar-thumbnails.c
14163 (ev_sidebar_thumbnails_select_page): do nothing unless we have a
14164 document. Prevents warning from scroll_to_cell.
14166 2005-02-02 Kjartan Maraas <kmaraas@gnome.org>
14168 * configure.ac: Add «nb» to ALL_LINGUAS too.
14170 Wed Feb 2 21:13:11 2005 Jonathan Blandford <jrb@redhat.com>
14172 * NOTES: New file with some random thoughts.
14176 * backend/ev-document-misc.c:
14177 (ev_document_misc_get_page_border_size): New function to
14178 canonicalize shadow drawing sizes. Possibly goofy.
14180 * shell/ev-view.c: (ev_view_size_request), (set_document_page),
14181 (ev_view_best_fit), (ev_view_fit_width):
14182 * pdf/xpdf/pdf-document.cc:
14183 * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
14184 * ps/ps-document.c: (ps_document_get_page_size):
14185 * backend/ev-document-misc.h:
14186 * backend/ev-document.c: (ev_document_get_page_size):
14187 * backend/ev-document.h: get_page_size now takes a page number
14188 parameter. Made all the backends/frontends honor it.
14190 * data/evince-ui.xml: Added a multiple-page mode. Uncomment to
14191 see. Doesn't work yet.
14193 * shell/Makefile.am:
14194 * shell/ev-page-view.[ch]: New multi-page view. Really rough.
14195 Doesn't do anything yet.
14197 * shell/ev-sidebar-thumbnails.c:
14198 (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
14201 * shell/ev-window.c: (update_action_sensitivity),
14202 (ev_window_setup_document), (ev_window_set_page_mode),
14203 (ev_window_page_mode_cb), (ev_window_init): Clean up the
14204 view-swapping code a bit so we can have multiple views on a
14205 document. Add the multi-page view, though it can't be turned on
14208 2005-02-01 Marco Pesenti Gritti <marco@gnome.org>
14210 * shell/ev-application.c: (ev_application_open):
14211 * shell/ev-view.c: (expose_bin_window):
14212 * shell/ev-window.c: (ev_window_open):
14214 Support eps and check document supports find
14215 before drawing highlightings in expose.
14217 2005-01-13 Jeff Muizelaar <jeff@nit.ca>
14219 * pixbuf/pixbuf-document.c:
14220 (pixbuf_document_thumbnails_get_dimensions),
14221 (pixbuf_document_document_thumbnails_iface_init):
14223 implement get_dimensions
14225 2005-02-01 Marco Pesenti Gritti <marco@gnome.org>
14232 2005-01-30 Marco Pesenti Gritti <marco@gnome.org>
14234 * shell/ev-view.c: (set_document_page):
14236 Scroll at the top of the page when changing page
14238 2005-01-30 Marco Pesenti Gritti <marco@gnome.org>
14240 * shell/ev-view.c: (ev_view_motion_notify_event):
14242 Do not redraw unnecessarily
14244 2005-01-30 Marco Pesenti Gritti <marco@gnome.org>
14246 * pdf/xpdf/pdf-document.cc:
14247 * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
14248 (expose_bin_window), (find_changed_cb):
14250 Yay! find works now... Now to find bugs...
14252 2005-01-30 Marco Pesenti Gritti <marco@gnome.org>
14254 * backend/ev-document-find.c: (ev_document_find_base_init),
14255 (ev_document_find_changed):
14256 * backend/ev-document-find.h:
14257 * pdf/xpdf/pdf-document.cc:
14258 * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
14259 (expose_bin_window), (ev_view_init), (set_document_page),
14260 (ensure_rectangle_is_visible), (jump_to_find_result),
14261 (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
14262 (ev_view_find_next), (ev_view_find_previous):
14264 * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
14266 More work on find implementation, mostly there now
14268 2005-01-29 Marco Pesenti Gritti <marco@gnome.org>
14270 * backend/ev-backend-marshalers.list:
14271 * backend/ev-document-find.c: (ev_document_find_base_init),
14272 (ev_document_find_cancel), (ev_document_find_page_has_results),
14273 (ev_document_find_get_n_results), (ev_document_find_get_result),
14274 (ev_document_find_get_progress), (ev_document_find_changed):
14275 * backend/ev-document-find.h:
14277 Enanche the find interface to be really able to do
14280 * pdf/xpdf/pdf-document.cc:
14284 * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
14285 (expose_bin_window), (ev_view_init),
14286 (ev_view_get_find_status_message), (find_changed_cb),
14287 (ev_view_set_document), (set_document_page):
14289 Adapt to the new interface. A few things are regressed sorry,
14290 I will finish it soon.
14292 2005-01-28 Martin Kretzschmar <martink@gnome.org>
14294 * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
14295 (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
14296 ev_sidebar_thumbnails_parent_class variable, don't define another
14297 parent_class variable.
14299 * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
14300 (ev_page_action_class_init): ditto.
14302 * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
14303 (pixbuf_document_class_init): ditto.
14305 * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
14308 * .cvsignore: ignore various valgrind output files.
14310 2005-01-27 Marco Pesenti Gritti <marco@gnome.org>
14312 * data/evince-ui.xml:
14313 * shell/Makefile.am:
14314 * shell/ev-history.c:
14315 * shell/ev-history.h:
14316 * shell/ev-navigation-action.c:
14317 * shell/ev-navigation-action.h:
14318 * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
14319 (ev_view_set_page), (ev_view_fit_width):
14321 * shell/ev-window.c: (update_action_sensitivity),
14322 (ev_window_setup_document), (register_custom_actions):
14324 Kill session history
14326 2005-01-27 Marco Pesenti Gritti <marco@gnome.org>
14328 * shell/ev-window.c: (update_action_sensitivity):
14330 Fix inverted up/down buttons
14332 2005-01-27 Martin Kretzschmar <martink@gnome.org>
14334 * shell/ev-sidebar-thumbnails.c
14335 (ev_sidebar_thumbnails_select_page): make sure the selected
14336 thumbnail stays visible.
14338 2005-01-26 Martin Kretzschmar <martink@gnome.org>
14340 * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
14341 scrolled window for Federico.
14343 2005-01-26 Ole Laursen <olau@hardworking.dk>
14345 * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
14347 2005-01-26 Marco Pesenti Gritti <marco@gnome.org>
14350 * pdf/splash/SplashFTFontEngine.cc:
14352 Fix CID fonts with freetype 2.1.9
14354 2005-01-26 Bryan Clark <clarkbw@cvs.gnome.org>
14356 * TODO: added item for desktop icon thumbnailer
14358 Tue Jan 25 00:59:34 2005 Jonathan Blandford <jrb@redhat.com>
14360 * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
14361 unloaded docs when the title is accessed.
14363 * shell/ev-password-view.[hc]: New widget for displaying password
14366 * shell/ev-window.[ch]: Refactor password handling code to handle
14369 2005-01-24 Marco Pesenti Gritti <marco@gnome.org>
14373 * data/Makefile.am:
14377 2005-01-23 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
14379 * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
14380 ignore page offset here, to make search results independent of it,
14382 * shell/ev-view.c (expose_bin_window): but take offsets into
14383 account here. Bug #164932
14385 * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
14386 scale at the right time. Bug #164996
14388 2005-01-22 Martin Kretzschmar <martink@gnome.org>
14390 * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
14391 fix the problem. Now I just removed the Adobe font names and hope
14392 that the URW fonts are always in outline format. Bug #164934
14394 * shell/ev-window.c (update_window_title): empty titles are
14395 useless, use filename in that case too.
14397 * NEWS: Add some content.
14399 2005-01-21 Bryan Clark <clarkbw@cvs.gnome.org>
14401 * TODO: added one more TODO item and a TODONE section :)
14403 2005-01-21 Martin Kretzschmar <martink@gnome.org>
14405 * ps/ps-document.h: add page_[xy]_offset fields.
14407 * ps/ps-document.c (ps_document_set_page_offset)
14408 (ps_document_render): Keep offset in consideration in a few
14409 places. Bug #164752 "postscript documents are not centered in
14412 * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
14413 s/gpdf/evince/. Spotted by Stephane Loeuillet.
14415 * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
14416 (pixbuf_document_get_text, pixbuf_document_document_iface_init):
14417 stub out missing methods for complete EvDocument implementation.
14418 Fixes segfaults with Save A Copy and Copy actions.
14420 * ps/ps-document.c (ps_document_save, ps_document_get_text)
14421 (ps_document_document_iface_init): ditto.
14423 2005-01-21 Marco Pesenti Gritti <marco@gnome.org>
14426 * data/Makefile.am:
14427 * data/evince.desktop.in:
14431 2005-01-21 Marco Pesenti Gritti <marco@gnome.org>
14433 * shell/ev-view.c: (ev_view_button_press_event),
14434 (ev_view_motion_notify_event):
14436 Make selection work in any direction
14438 2005-01-21 Marco Pesenti Gritti <marco@gnome.org>
14441 * shell/ev-window.c: (set_short_labels), (ev_window_init):
14443 Use shorter labels for some of the toolbars items
14445 2005-01-21 Marco Pesenti Gritti <marco@gnome.org>
14447 * pdf/xpdf/pdf-document.cc:
14449 Check the links info is initialized before
14450 using it. Should fix a crash on startup.
14452 2005-01-21 Martin Kretzschmar <martink@gnome.org>
14454 * pixbuf/pixbuf-document.c
14455 (pixbuf_document_thumbnails_get_dimensions): force floating point
14456 division to calculate page_ratio. Fixes crash with landscape
14459 Thu Jan 20 18:56:35 2005 Jonathan Blandford <jrb@redhat.com>
14461 * shell/ev-view.c (ev_view_realize): make the bg color darker.
14463 2005-01-20 Martin Kretzschmar <martink@gnome.org>
14465 * shell/ev-view.c (set_document_page): unset has_selection when
14467 (set_document_page): handle paper size changes when the page
14468 changes (test with Free Culture, page 2).
14470 2005-01-20 Marco Pesenti Gritti <marco@gnome.org>
14472 * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
14473 (expose_bin_window), (ev_view_class_init), (ev_view_init):
14475 Use normal style color for the widget background and
14476 draw a black box around the page.
14478 2005-01-20 Marco Pesenti Gritti <marco@gnome.org>
14480 * pdf/xpdf/pdf-document.cc:
14482 Keep offset in consideration in a few places
14484 * shell/ev-view.c: (expose_bin_window):
14486 Set the offsets so that the document is ever centered
14488 2005-01-20 Bryan Clark <clarkbw@cvs.gnome.org>
14490 * TODO: Added TODO items and finished off the first todo item
14492 * AUTHORS: Updated AUTHORS section with piece from gpdf file and
14493 reflect current authors
14495 2005-01-20 Marco Pesenti Gritti <marco@gnome.org>
14497 * pdf/xpdf/pdf-document.cc:
14498 * shell/ev-view.c: (ev_view_set_cursor),
14499 (ev_view_motion_notify_event), (document_changed_callback),
14500 (set_document_page):
14502 Show a wait cursor while the page is rendering
14504 2005-01-20 Marco Pesenti Gritti <marco@gnome.org>
14506 * shell/ev-sidebar-thumbnails.c:
14507 (ev_sidebar_tree_selection_changed),
14508 (ev_sidebar_thumbnails_select_page):
14509 * shell/ev-sidebar-thumbnails.h:
14510 * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
14511 (ev_view_can_go_forward):
14512 * shell/ev-window.c: (ev_window_open_page),
14513 (ev_window_setup_document), (update_current_page),
14514 (view_page_changed_cb), (ev_window_init):
14515 * shell/ev-window.h:
14517 Ensure thumbnails selection, toolbar page control and
14518 current page are in sync.
14520 2005-01-19 Marco Pesenti Gritti <marco@gnome.org>
14522 * pdf/xpdf/XRef.cc:
14526 Wed Jan 19 01:10:57 2005 Jonathan Blandford <jrb@redhat.com>
14528 * backend/Makefile.am:
14529 * backend/ev-document-links.h:
14530 * backend/ev-document-security.c: (ev_document_security_get_type),
14531 (ev_document_security_has_document_security),
14532 (ev_document_security_set_password):
14533 * backend/ev-document-security.h:
14534 * backend/ev-document.c: (ev_document_error_quark):
14535 * backend/ev-document.h:
14536 * data/Makefile.am:
14537 * data/evince-password.glade:
14538 * pdf/xpdf/pdf-document.cc:
14539 * shell/Makefile.am:
14540 * shell/ev-password.c: (ev_password_set_bad_password_label),
14541 (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
14542 (ev_password_dialog_get_password),
14543 (ev_password_dialog_set_bad_pass):
14544 * shell/ev-password.h:
14545 * shell/ev-window.c: (ev_window_get_attribute),
14546 (ev_window_set_property), (update_action_sensitivity),
14547 (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
14548 (ev_window_setup_document), (ev_window_get_password),
14549 (ev_window_open), (ev_window_cmd_save_as),
14550 (using_postscript_printer), (ev_window_print),
14551 (find_not_supported_dialog), (ev_window_cmd_edit_find),
14552 (update_fullscreen_popup), (ev_window_fullscreen),
14553 (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14554 (ev_window_focus_out_cb), (ev_window_cmd_help_about),
14555 (menu_item_select_cb), (find_bar_search_changed_cb),
14556 (ev_window_dispose), (ev_window_init):
14558 Add initial support for password-supported dialogs. This could be
14559 a lot cooler, but it'll do for now.
14561 2005-01-18 Marco Pesenti Gritti <marco@gnome.org>
14563 * pdf/xpdf/pdf-document.cc:
14564 * shell/ev-view.c: (status_message_from_link),
14565 (ev_view_set_status), (ev_view_set_cursor),
14566 (ev_view_motion_notify_event), (ev_view_init):
14567 * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
14569 Fix bugs in the links implementation and change cursor
14570 when hovering a link.
14572 2005-01-17 Bryan Clark <clarkbw@cvs.gnome.org>
14574 * viewer/.cvsignore: added cvsignore file for viewer directory
14576 * TODO: created TODO document
14578 2005-01-14 Dave Malcolm <dmalcolm@redhat.com>
14581 * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):
14582 new functions to help with implementation of sensitivity code
14583 * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14584 of all actions that might require it. Fixes a crash when you
14585 click on the Zoom actions in a window lacking a document.
14587 2005-01-13 Dave Malcolm <dmalcolm@redhat.com>
14589 * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14592 2005-01-13 Marco Pesenti Gritti <marco@gnome.org>
14594 * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
14595 (pixbuf_document_document_iface_init):
14596 * ps/ps-document.c: (ps_document_get_link),
14597 (ps_document_document_iface_init):
14598 * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
14599 (status_message_from_link), (ev_view_set_status),
14600 (ev_view_set_find_status), (ev_view_motion_notify_event),
14601 (ev_view_button_release_event), (ev_view_set_property),
14602 (ev_view_get_property), (ev_view_class_init), (ev_view_init),
14603 (ev_view_get_find_status_message), (update_find_results),
14604 (ev_view_get_status), (ev_view_get_find_status):
14606 * shell/ev-window.c: (view_status_changed_cb),
14607 (view_find_status_changed_cb), (ev_window_init):
14609 View status message support, use it to show the links.
14612 2005-01-13 Marco Pesenti Gritti <marco@gnome.org>
14614 * backend/ev-document.c: (ev_document_get_link):
14615 * backend/ev-document.h:
14616 * pdf/xpdf/pdf-document.cc:
14617 * shell/ev-application.c: (ev_application_open):
14618 * shell/ev-application.h:
14619 * shell/ev-sidebar-links.c: (selection_changed_cb):
14620 * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
14621 (ev_view_go_to_link):
14623 Add support for document links
14625 2005-01-13 Anders Carlsson <andersca@gnome.org>
14627 * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
14628 (create_tool_item):
14629 Set the spin button limits correctly.
14631 * shell/ev-sidebar-thumbnails.c:
14632 (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
14633 Support changing pages by clicking on the thumbnails.
14635 2005-01-13 Jeff Muizelaar <jeff@nit.ca>
14637 * pixbuf/pixbuf-document.c:
14638 (pixbuf_document_thumbnails_get_dimensions),
14639 (pixbuf_document_document_thumbnails_iface_init):
14641 implement get_dimensions
14643 2005-01-13 Marco Pesenti Gritti <marco@gnome.org>
14645 * ps/ps-document.c: (ps_document_goto_page):
14647 Fix page switching on multipage documents
14649 2005-01-12 Jeff Muizelaar <jrmuizel@nit.ca>
14651 * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
14653 check for NULL before assigning to width and height parameters
14655 2005-01-12 Jeff Muizelaar <jeff@nit.ca>
14657 * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
14658 (pixbuf_document_set_property), (pixbuf_document_get_property):
14660 implement get/set properties
14662 2005-01-12 Jeff Muizelaar <jeff@nit.ca>
14664 * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
14666 return NULL instead of "Unknown", letting the title get set to
14667 the filename when the pdf has no title.
14669 2005-01-11 Marco Pesenti Gritti <marco@gnome.org>
14671 * ps/ps-document.c: (ps_document_get_page_count),
14672 (ps_document_goto_page):
14674 2005-01-11 Marco Pesenti Gritti <marco@gnome.org>
14676 * shell/ev-history.c: (ev_history_get_property),
14677 (ev_history_set_property), (ev_history_class_init),
14678 (ev_history_add_page), (ev_history_set_current_index):
14679 * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
14680 (activate_menu_item_cb), (new_history_menu_item), (build_menu),
14681 (ev_navigation_action_finalize):
14682 * shell/ev-navigation-action.h:
14683 * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14684 (ev_view_go_forward), (ev_view_get_find_status_message),
14685 (history_index_changed_cb), (ev_view_set_history):
14687 * shell/ev-window.c: (update_total_pages), (ev_window_open),
14688 (update_current_page), (register_custom_actions):
14690 Implement history dropdowns
14692 2005-01-11 Marco Pesenti Gritti <marco@gnome.org>
14694 * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
14695 * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14696 (ev_view_go_forward):
14697 * shell/ev-window.c: (register_custom_actions):
14699 Fix several history bugs
14701 2005-01-11 Kjartan Maraas <kmaraas@gnome.org>
14703 * configure.ac: Add «nb» to ALL_LINGUAS.
14705 2005-01-10 Marco Pesenti Gritti <marco@gnome.org>
14707 * backend/Makefile.am:
14708 * backend/ev-bookmark.c:
14709 * backend/ev-bookmark.h:
14710 * backend/ev-document-bookmarks.c:
14711 * backend/ev-document-bookmarks.h:
14712 * backend/ev-document-links.c: (ev_document_links_get_type),
14713 (ev_document_links_has_document_links),
14714 (ev_document_links_begin_read), (ev_document_links_get_link),
14715 (ev_document_links_get_child), (ev_document_links_next),
14716 (ev_document_links_free_iter):
14717 * backend/ev-document-links.h:
14718 * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
14719 (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
14720 (ev_link_get_link_type), (ev_link_set_link_type),
14721 (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
14722 (ev_link_set_property), (ev_window_dispose), (ev_link_init),
14723 (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
14724 (ev_link_new_external):
14725 * backend/ev-link.h:
14726 * pdf/xpdf/pdf-document.cc:
14727 * shell/Makefile.am:
14728 * shell/ev-application.c: (ev_application_open_link):
14729 * shell/ev-application.h:
14730 * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
14731 (ev_history_get_link_nth):
14732 * shell/ev-history.h:
14733 * shell/ev-sidebar-bookmarks.c:
14734 * shell/ev-sidebar-bookmarks.h:
14735 * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
14736 (ev_sidebar_links_class_init), (selection_changed_cb),
14737 (ev_sidebar_links_construct), (ev_sidebar_links_init),
14738 (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
14739 (do_one_iteration), (populate_links_idle),
14740 (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
14741 * shell/ev-sidebar-links.h:
14742 * shell/ev-sidebar.c: (ev_sidebar_set_document):
14743 * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
14746 * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
14747 * shell/ev-window.h:
14749 Rename bookmark to link, and use "Index" for the sidebar panel.
14751 2005-01-09 Marco Pesenti Gritti <marco@gnome.org>
14753 * shell/Makefile.am:
14754 * shell/ev-application.c: (ev_application_open_bookmark):
14755 * shell/ev-application.h:
14756 * shell/ev-history.c: (ev_history_init), (free_links_list),
14757 (ev_history_finalize), (ev_history_class_init),
14758 (ev_history_add_link), (ev_history_add_page),
14759 (ev_history_get_link_nth), (ev_history_get_n_links),
14760 (ev_history_get_current_index), (ev_history_set_current_index),
14762 * shell/ev-history.h:
14763 * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14764 * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
14765 (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
14766 (go_to_index), (ev_view_go_back), (ev_view_go_forward),
14767 (ev_view_set_page):
14769 * shell/ev-window.c: (ev_window_open_bookmark),
14770 (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
14771 (goto_page_cb), (register_custom_actions):
14772 * shell/ev-window.h:
14774 Initial history implementation. Needs work.
14776 2005-01-09 Martin Kretzschmar <martink@gnome.org>
14778 * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
14780 2005-01-09 Marco Pesenti Gritti <marco@gnome.org>
14782 * cut-n-paste/recent-files/egg-recent-item.c:
14783 * cut-n-paste/recent-files/egg-recent-item.h:
14784 * cut-n-paste/recent-files/egg-recent-model.c:
14785 * cut-n-paste/recent-files/egg-recent-util.c:
14786 * cut-n-paste/recent-files/egg-recent-view-gtk.c:
14787 * cut-n-paste/recent-files/egg-recent-view.c:
14791 2005-01-08 Martin Kretzschmar <martink@gnome.org>
14793 * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
14794 (fillGlyph, fillImageMask, drawImage):
14795 pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
14796 pdf/splash/SplashTypes.h:
14797 pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
14798 packed mode for Splash.
14800 * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
14801 RGB8 packed mode, eliminates the pixbuf data creation loop.
14803 * shell/ev-print-job.c (ev_print_job_finalize)
14804 (ev_print_job_set_property, ev_print_job_get_property)
14805 (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
14806 (ev_print_job_use_print_dialog_settings, idle_print_handler)
14807 (print_closure_finalize, ev_print_job_print): implement
14808 printing (for backends with EvPsExporter)
14810 * shell/ev_print_job.h: update prototypes.
14812 * shell/ev-window.c (ev_window_print): unref print job after
14815 * shell/ev-view.c (ev_view_set_document): don't connect to "found"
14816 unless the document implements the EvDocumentFind interface.
14818 2005-01-08 Satoru SATOH <ss@gnome.gr.jp>
14820 * configure.ac: Added ja to ALL_LINGUAS.
14822 2005-01-07 Marco Pesenti Gritti <marco@gnome.org>
14824 * pdf/xpdf/pdf-document.cc:
14826 add a FIXME. We should probably not allocate
14827 a bookmark object every time
14829 2005-01-07 Marco Pesenti Gritti <marco@gnome.org>
14831 * shell/ev-application.c: (ev_application_open),
14832 (ev_application_open_bookmark):
14833 * shell/ev-application.h:
14835 Add a way to open bookmarks
14837 * backend/ev-bookmark.c: (ev_bookmark_get_uri),
14838 (ev_bookmark_set_uri), (ev_bookmark_get_property),
14839 (ev_bookmark_set_property), (ev_bookmark_class_init),
14840 (ev_bookmark_new_title), (ev_bookmark_new_link),
14841 (ev_bookmark_new_external):
14843 Support for external uris, better constructors.
14845 * backend/ev-bookmark.h:
14846 * pdf/xpdf/pdf-document.cc:
14847 * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14849 Handle external uris
14851 2005-01-07 Marco Pesenti Gritti <marco@gnome.org>
14853 * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
14854 (ev_sidebar_bookmarks_construct), (do_one_iteration):
14856 Hook up bookmarks navigation
14858 2005-01-07 Marco Pesenti Gritti <marco@gnome.org>
14860 * backend/Makefile.am:
14861 * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
14862 (ev_bookmark_get_title), (ev_bookmark_set_title),
14863 (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
14864 (ev_bookmark_get_page), (ev_bookmark_set_page),
14865 (ev_bookmark_get_property), (ev_bookmark_set_property),
14866 (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
14868 * backend/ev-bookmark.h:
14869 * backend/ev-document-bookmarks.c:
14870 (ev_document_bookmarks_get_bookmark):
14871 * backend/ev-document-bookmarks.h:
14872 * pdf/xpdf/pdf-document.cc:
14873 * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
14875 Add a bookmark object to the backend and use it instead of get_values
14877 2005-01-07 Marco Pesenti Gritti <marco@gnome.org>
14879 * data/evince-ui.xml:
14881 Cleanup and add select all.
14883 * shell/ev-view.c: (ev_view_select_all),
14884 (ev_view_button_press_event):
14886 * shell/ev-window.c: (ev_window_cmd_edit_select_all):
14889 Clear selection on click.
14891 Fri Jan 7 01:28:58 2005 Jonathan Blandford <jrb@redhat.com>
14893 * shell/ev-sidebar-thumbnails.c
14894 (ev_sidebar_thumbnails_set_document): forgot to unref the
14897 Fri Jan 7 01:22:48 2005 Jonathan Blandford <jrb@redhat.com>
14899 * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
14900 at the visible page, not just linearly. This makes it look fast.
14902 Thu Jan 6 18:48:11 2005 Jonathan Blandford <jrb@redhat.com>
14904 * backend/ev-document-misc.c
14905 (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
14907 * backend/ev-document-thumbnails.h: New interface to get the size
14910 2005-01-06 Jeremy Katz <katzj@redhat.com>
14912 * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
14915 Wed Jan 5 15:38:28 2005 Jonathan Blandford <jrb@redhat.com>
14917 * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
14918 GDKSplashOutputDev and just use a normal SplashOutputDev. Speeds
14921 * shell/ev-sidebar-thumbnail.c: start of some profiling code.
14923 2005-01-05 Martin Kretzschmar <martink@gnome.org>
14925 * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
14926 fonts. Should fix font problems on systems that have the base
14927 fonts in bitmap format. Reported by James Henstridge
14928 <james@jamesh.id.au>.
14930 2005-01-05 Marco Pesenti Gritti <marco@gnome.org>
14933 * pdf/xpdf/GfxState.cc:
14935 Fix for CAN-2004-1125
14937 2005-01-05 Marco Pesenti Gritti <marco@gnome.org>
14939 * shell/ev-view.c: (ev_view_copy):
14941 * shell/ev-window.c: (ev_window_cmd_edit_copy):
14943 Implement Edit->Copy
14945 2005-01-05 Marco Pesenti Gritti <marco@gnome.org>
14947 * backend/ev-document.c: (ev_document_get_text):
14948 * backend/ev-document.h:
14949 * pdf/xpdf/pdf-document.cc:
14950 * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
14951 (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
14952 (ev_view_update_primary_selection), (ev_view_button_press_event),
14953 (ev_view_motion_notify_event), (ev_view_button_release_event):
14955 Beginnings of clipboard support. Incomplete but primary sort
14958 2005-01-05 Marco Pesenti Gritti <marco@gnome.org>
14960 * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
14961 (expose_bin_window):
14963 Nicer rubberband drawing, from GtkIconView.
14965 2005-01-05 Marco Pesenti Gritti <marco@gnome.org>
14967 * backend/ev-document.c: (ev_document_save):
14968 * backend/ev-document.h:
14969 * data/evince-ui.xml:
14970 * pdf/xpdf/pdf-document.cc:
14971 * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
14973 Implement "Save a copy..." menu item
14975 2005-01-05 Marco Pesenti Gritti <marco@gnome.org>
14977 * shell/ev-view.c: (ev_view_zoom):
14979 Queue a resize when zoom changes
14981 Wed Jan 5 02:33:06 2005 Jonathan Blandford <jrb@redhat.com>
14983 * backend/ev-document-misc.[ch]: New misc file to do simple drop
14986 * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
14989 Tue Jan 4 22:32:32 2005 Jonathan Blandford <jrb@redhat.com>
14991 * pdf/xpdf/pdf-document.cc
14992 (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
14994 Tue Jan 4 21:25:05 2005 Jonathan Blandford <jrb@redhat.com>
14996 * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
14997 It's slow, but I'll speed it up next!
14999 2005-01-04 Jeff Muizelaar <jrmuizel@nit.ca>
15001 * shell/main.c (load_files):
15003 use gnome_vfs_make_uri_from_shell_arg so that relative paths work
15004 from the command line and because it seems more appropriate.
15006 2005-01-04 Marco Pesenti Gritti <marco@gnome.org>
15008 * data/evince-ui.xml:
15009 * shell/ev-window.c: (update_action_sensitivity),
15010 (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
15012 s/next page/page down
15013 s/previous page/page up
15015 2005-01-04 Marco Pesenti Gritti <marco@gnome.org>
15017 * data/evince-ui.xml:
15019 Change the layout to match clarkbw design.
15021 * shell/Makefile.am:
15022 * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
15023 (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
15024 (ev_navigation_action_finalize),
15025 (ev_navigation_action_set_property),
15026 (ev_navigation_action_get_property),
15027 (ev_navigation_action_class_init):
15028 * shell/ev-navigation-action.h:
15030 Implement clarkbw toolbar navigation controls (incomplete)
15032 * shell/ev-page-action.c: (update_label), (update_spin),
15033 (value_changed_cb), (create_tool_item), (connect_proxy),
15034 (ev_page_action_init), (ev_page_action_finalize),
15035 (ev_page_action_set_property), (ev_page_action_get_property),
15036 (ev_page_action_set_current_page),
15037 (ev_page_action_set_total_pages), (ev_page_action_class_init):
15038 * shell/ev-page-action.h:
15040 Implement a page switcher in the toolbar
15042 * shell/ev-view.c: (ev_view_scroll_view):
15043 * shell/ev-window.c: (update_total_pages), (ev_window_open),
15044 (update_current_page), (view_page_changed_cb), (goto_page_cb),
15045 (register_custom_actions), (ev_window_init):
15047 Change page on PageUp/Down.
15049 Tue Jan 4 03:22:56 2005 Jonathan Blandford <jrb@redhat.com>
15051 * pdf/xpdf/pdf-document.cc
15052 (pdf_document_thumbnails_get_thumbnail): initial stab at
15053 implementing thumbnail support for pdfs. It only does documents
15054 with precached pdfs now.
15056 Mon Jan 3 17:22:25 2005 Jonathan Blandford <jrb@redhat.com>
15058 * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
15059 thumbnail code into a time-based idle as well. Also, turn off the
15060 shadow temporarily as it's really slow.
15062 2005-01-03 Marco Pesenti Gritti <marco@gnome.org>
15064 * backend/ev-document.c: (ev_document_class_init):
15065 * pdf/xpdf/pdf-document.cc:
15066 * shell/ev-window.c: (ev_window_open):
15068 Fix document title bugs and fallback to
15069 filename when not available.
15071 2005-01-03 Marco Pesenti Gritti <marco@gnome.org>
15073 * backend/ev-document.c: (ev_document_get_type),
15074 (ev_document_class_init), (ev_document_load),
15075 (ev_document_get_title):
15076 * backend/ev-document.h:
15077 * pdf/xpdf/pdf-document.cc:
15078 * ps/ps-document.c: (ps_document_set_property),
15079 (ps_document_get_property), (ps_document_class_init),
15081 * ps/ps-document.h:
15083 * shell/ev-window.c: (update_window_title), (ev_window_open),
15086 Initial support for document title. Not working yet.
15088 2005-01-02 Marco Pesenti Gritti <marco@gnome.org>
15090 * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
15092 Grab focus on the view when clicking it
15094 2005-01-02 Marco Pesenti Gritti <marco@gnome.org>
15096 * shell/ev-marshal.list:
15097 * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
15098 (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
15100 Add key bindings to the view. Now if the focus would work
15103 2005-01-02 Marco Pesenti Gritti <marco@gnome.org>
15106 * backend/Makefile.am:
15107 * data/Makefile.am:
15109 * dvi/dvilib/Makefile.am:
15110 * pdf/xpdf/Makefile.am:
15116 2005-01-01 Marco Pesenti Gritti <marco@gnome.org>
15118 * shell/ev-view.c: (ev_view_realize):
15120 Fix mouse wheel scrolling
15122 2005-01-01 Marco Pesenti Gritti <marco@gnome.org>
15128 * ps/ps-document.c: (catchPipe), (ps_document_init),
15129 (ps_document_class_init), (ps_document_cleanup),
15130 (ps_document_finalize), (send_ps), (ps_document_get_orientation),
15131 (set_up_page), (close_pipe), (is_interpreter_ready),
15132 (interpreter_failed), (output), (input), (start_interpreter),
15133 (stop_interpreter), (file_length), (file_readable),
15134 (check_filecompressed), (check_pdf), (compute_xdpi),
15135 (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
15136 (ps_document_get_type), (ps_document_emit_error_msg),
15137 (document_load), (ps_document_next_page),
15138 (ps_document_get_current_page), (ps_document_get_page_count),
15139 (ps_document_goto_page), (ps_document_set_page_size),
15140 (ps_document_zoom_to_fit), (ps_document_set_zoom),
15141 (ps_document_load), (ps_document_get_n_pages),
15142 (ps_document_set_page), (ps_document_get_page),
15143 (ps_document_widget_event), (ps_document_set_target),
15144 (ps_document_set_scale), (ps_document_set_page_offset),
15145 (ps_document_get_page_size), (ps_document_render),
15146 (ps_document_document_iface_init):
15147 * ps/ps-document.h:
15149 * shell/ev-window.c: (ev_window_open):
15151 Rename GtkGS to PSDocument
15153 2005-01-01 Marco Pesenti Gritti <marco@gnome.org>
15155 * ps/gtkgs.c: (gtk_gs_class_init):
15158 Some more leftover...
15160 2005-01-01 Marco Pesenti Gritti <marco@gnome.org>
15162 * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
15163 (output), (stop_interpreter), (gtk_gs_emit_error_msg),
15164 (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
15167 Remove unused code and make a lot of stuff private
15169 2005-01-01 Marco Pesenti Gritti <marco@gnome.org>
15171 * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
15172 (gtk_gs_defaults_changed):
15178 Cleanup headers dependencies
15180 2005-01-01 Marco Pesenti Gritti <marco@gnome.org>
15185 * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
15187 * ps/gtkgs.c: (file_length), (file_readable),
15188 (check_filecompressed), (check_pdf), (gtk_gs_load),
15189 (gtk_gs_get_postscript):
15191 Get rid of ggvutils
15193 2004-12-31 Marco Pesenti Gritti <marco@gnome.org>
15198 * ps/gtkgs.c: (gtk_gs_set_zoom):
15202 2004-12-31 Marco Pesenti Gritti <marco@gnome.org>
15204 * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
15206 Ensure the page is rerendered when changing zoom
15208 2004-12-31 Marco Pesenti Gritti <marco@gnome.org>
15210 * backend/ev-document.c: (ev_document_base_init),
15211 (ev_document_changed):
15212 * backend/ev-document.h:
15214 Add a changed event that is emitted when the page content
15215 changes. This is necessary to deal with the fact that
15216 in ps backend rendering happen asycrounously.
15217 This makes the ps backend mostly work.
15219 * pdf/xpdf/pdf-document.cc:
15223 * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
15224 (ps_document_set_target):
15228 * shell/ev-view.c: (document_changed_callback),
15229 (ev_view_set_document), (ev_view_set_page):
15231 Redraw on the changed signal
15233 2004-12-25 Raphael Higino <raphaelh@cvs.gnome.org>
15235 * configure.ac: Added pt_BR to ALL_LINGUAS.
15237 Fri Dec 24 00:48:44 2004 Jonathan Blandford <jrb@redhat.com>
15239 * backend/ev-document-bookmarks.c:
15240 (ev_document_bookmarks_get_child): *
15241 backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
15242 pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
15243 shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
15244 (ev_sidebar_bookmarks_destroy),
15245 (ev_sidebar_bookmarks_class_init),
15246 (ev_sidebar_bookmarks_construct), (stack_data_free),
15247 (do_one_iteration), (populate_bookmarks_idle),
15248 (ev_sidebar_bookmarks_clear_document),
15249 (ev_sidebar_bookmarks_set_document): *
15250 shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
15251 (ev_sidebar_add_page),
15252 (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
15253 Initial stab at a bookmarks sidebar. It doesn't navigate yet, but
15254 it displays both the topics and the page numbers.
15256 2004-12-23 Kristian Høgsberg <krh@redhat.com>
15258 * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
15260 * shell/ev-window.c (toggle_entries): Set sidebar default value to
15263 2004-12-23 Adam Weinberger <adamw@gnome.org>
15265 * configure.ac: Added en_CA to ALL_LINGUAS.
15267 2004-12-23 Martin Kretzschmar <martink@gnome.org>
15269 * ChangeLog: replace bottom of this ChangeLog (merged history of
15270 ggv and gpdf; where all paths were wrong and most of the files are
15271 not even in this tree) with ChangeLog (from arch) of the shell
15274 2004-12-23 Havoc Pennington <hp@redhat.com>
15276 * shell/ev-window.c: hook up potentially-questionable "find
15277 results status text" feature - something involving the sidebar or
15278 scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
15279 might be better in the end.
15281 * shell/ev-view.c (ev_view_get_find_status_message): new function,
15282 with corresponding signal when it should be updated
15284 * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
15286 2004-12-22 Havoc Pennington <hp@redhat.com>
15288 * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
15289 find stuff on other pages, sort of (only returns one result on
15290 invisible pages, to show they have results; updates full results
15291 for a page when you view it). Currently repaints the current page
15292 every time a new result is found on any page, which isn't so nice.
15294 2004-12-22 Havoc Pennington <hp@redhat.com>
15296 * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
15297 the document doesn't support find (better ideas?)
15298 (find_bar_search_changed_cb): handle missing document or document
15299 that doesn't support find
15301 * pdf/xpdf/pdf-document.cc: port to implement the new
15302 EvDocumentFindIface
15304 * backend/ev-document-find.c: create a new interface for searching
15306 * backend/ev-document.h, backend/ev-document.c: delete the find stuff
15308 2004-12-23 Martin Kretzschmar <martink@gnome.org>
15310 * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
15313 * shell/ev-window.c (ev_window_print): add GnomePrintJob to
15314 EvPrintJob constructor arguments.
15316 * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
15317 for documents that can export PostScript (page by page).
15319 * backend/Makefile.am (libevbackend_la_SOURCES): add them.
15321 * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
15322 (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
15323 (pdf_document_ps_exporter_iface_init:
15324 Implement EvPSExporter.
15326 * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
15328 2004-12-22 Anders Carlsson <andersca@gnome.org>
15330 * backend/Makefile.am:
15331 * backend/ev-document-thumbnails.c:
15332 (ev_document_thumbnails_get_type),
15333 (ev_document_thumbnails_get_thumbnail):
15334 * backend/ev-document-thumbnails.h:
15335 * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
15336 (pixbuf_document_thumbnails_get_thumbnail),
15337 (pixbuf_document_document_thumbnails_iface_init):
15338 * shell/Makefile.am:
15339 * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
15340 (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
15341 (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
15342 * shell/ev-sidebar-thumbnails.h:
15343 * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
15344 (ev_sidebar_set_document):
15345 * shell/ev-utils.c: (gaussian), (create_blur_filter),
15346 (create_shadow), (ev_pixbuf_add_shadow):
15347 * shell/ev-utils.h:
15348 Add thumbnail support.
15350 2004-12-22 Martin Kretzschmar <martink@gnome.org>
15352 * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
15353 (using_postscript_printer): Set up a print dialog for "PostScript
15356 * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
15359 * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
15361 2004-12-22 Marco Pesenti Gritti <marco@gnome.org>
15363 * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
15364 (ps_document_set_target), (ps_document_get_page_size),
15365 (ps_document_render):
15370 2004-12-22 Christian Rose <menthos@menthos.com>
15372 * configure.ac: Added "sv" to ALL_LINGUAS.
15374 Wed Dec 22 14:47:38 2004 Jonathan Blandford <jrb@redhat.com>
15376 * backend/ev-document-bookmarks.[ch]: new interface to indicate
15377 document supports bookmarks.
15379 2004-12-22 Marco Pesenti Gritti <marco@gnome.org>
15381 * ps/ggvutils.c: (ggv_file_readable):
15383 * ps/gtkgs.c: (check_filecompressed), (check_pdf),
15384 (gtk_gs_get_postscript):
15386 Remove unused utils
15388 2004-12-22 Marco Pesenti Gritti <marco@gnome.org>
15390 * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
15391 (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
15392 (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
15393 (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
15394 (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
15395 (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
15396 (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
15397 (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
15398 (gtk_gs_set_antialiasing), (ps_document_load),
15399 (ps_document_render):
15402 Another check point for the ps backend. Now I can get it to show
15405 Wed Dec 22 13:41:01 2004 Jonathan Blandford <jrb@redhat.com>
15407 * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
15408 document setting code.
15410 2004-12-22 Anders Carlsson <andersca@gnome.org>
15412 * shell/eggfindbar.c: (entry_activate_callback):
15413 Animate the next button when activate is pressed.
15415 2004-12-22 Anders Carlsson <andersca@gnome.org>
15417 * shell/ev-window.c: (ev_window_cmd_edit_find),
15418 (update_fullscreen_popup), (ev_window_fullscreen),
15419 (ev_window_unfullscreen), (ev_window_state_event_cb),
15420 (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
15421 Fix bugs in fullscreen code.
15423 2004-12-22 Anders Carlsson <andersca@gnome.org>
15427 * pixbuf/Makefile.am:
15428 * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
15429 (pixbuf_document_load), (pixbuf_document_get_n_pages),
15430 (pixbuf_document_set_page), (pixbuf_document_get_page),
15431 (pixbuf_document_set_target), (pixbuf_document_set_scale),
15432 (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
15433 (pixbuf_document_render), (pixbuf_document_begin_find),
15434 (pixbuf_document_end_find), (pixbuf_document_finalize),
15435 (pixbuf_document_class_init),
15436 (pixbuf_document_document_iface_init), (pixbuf_document_init):
15437 * pixbuf/pixbuf-document.h:
15438 * shell/Makefile.am:
15439 * shell/ev-application.c: (ev_application_open):
15440 * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
15442 Add pixbuf backend.
15444 Tue Dec 21 21:45:43 2004 Soeren Sandmann <sandmann@redhat.com>
15447 * dvi/dvilib/Makefile.am:
15449 * configure.ac: Auto*ify dvi and dvi/dvilib
15451 * dvi/Makefile: Remove from CVS
15453 * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
15456 * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
15458 * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
15460 2004-12-22 Marco Pesenti Gritti <marco@gnome.org>
15463 * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
15464 (gtk_gs_value_adjustment_changed), (compute_size),
15465 (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
15466 (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
15467 (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
15468 (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
15469 (gtk_gs_start_scroll), (gtk_gs_get_postscript),
15470 (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
15471 (ps_document_load), (ps_document_get_n_pages),
15472 (ps_document_set_page), (ps_document_get_page),
15473 (ps_document_set_target), (ps_document_set_scale),
15474 (ps_document_set_page_offset), (ps_document_get_page_size),
15475 (ps_document_render), (ps_document_begin_find),
15476 (ps_document_end_find), (ps_document_document_iface_init):
15478 * shell/Makefile.am:
15479 * shell/ev-window.c: (ev_window_open):
15481 Some work to integrate gtkgs with EvDocument
15483 2004-12-22 Anders Carlsson <andersca@gnome.org>
15485 * shell/ev-window.c: (update_fullscreen_popup),
15486 (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
15487 (exit_fullscreen_button_clicked_cb),
15488 (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
15489 (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
15490 (ev_window_state_event_cb), (ev_window_init):
15491 Add fullscreen support from Epiphany.
15493 2004-12-22 Mark McLoughlin <mark@skynet.ie>
15495 * data/ev-stock-zoom-fit-width.png: fit-width
15496 stock icon from gpdf.
15498 * shell/ev-stock-icons.[ch]: copied from gpdf.
15500 * shell/main.c: (main): init stock icons.
15502 * shell/ev-window.c: use the fit-width icon.
15504 * data/evince-ui.xml: add zooming toolbar items.
15506 2004-12-22 Mark McLoughlin <mark@skynet.ie>
15509 (ev_view_best_fit), (ev_view_fit_width): because
15510 get_page_size() returns the scaled page size, we
15511 need to calculate the scale factor relative to
15512 the previous scale factor. Should really just
15513 add get_real_page_size().
15515 2004-12-22 Mark McLoughlin <mark@skynet.ie>
15517 * shell/ev-view.[ch]:
15518 (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
15519 (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
15522 * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
15523 (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
15524 (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
15527 * pdf/xpdf/pdf-document.cc:
15528 (pdf_document_begin_find),
15529 (pdf_document_end_find): make static.
15531 2004-12-22 Martin Kretzschmar <martink@gnome.org>
15533 * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
15535 * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
15536 names to fontconfig patterns.
15537 (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
15539 * pdf/xpdf/pdf-document.cc (pdf_document_load): use
15542 2004-12-22 Marco Pesenti Gritti <marco@gnome.org>
15558 Import ggv backend. Not hooked up yet.
15560 2004-12-22 Mark McLoughlin <mark@skynet.ie>
15562 * shell/main.c: (load_files), (main): load files
15563 from the command line.
15565 2004-12-22 Mark McLoughlin <mark@skynet.ie>
15567 * configure.ac: don't require bonobo.
15569 * cut-n-paste/recent-files/*: kill bonobo recent
15572 * shell/ev-window.c:
15573 (ev_window_is_empty): upd.
15574 (unable_to_load), (ev_window_open): load backend
15575 based on the mime type.
15577 2004-12-22 Martin Kretzschmar <martink@gnome.org>
15579 * backend/.cvsignore: ignore generated marshalers source.
15581 * shell/main.c (main): this is not epiphany.
15583 2004-12-22 Havoc Pennington <hp@redhat.com>
15585 * shell/ev-view.c (ev_view_set_document): connect to "found" signal
15586 (expose_bin_window): draw find highlights
15588 * shell/ev-window.c (find_bar_search_changed_cb): implement
15590 * pdf/xpdf/pdf-document.cc (pdf_document_begin_find)
15591 (pdf_document_end_find): implement this interface
15593 * backend/ev-document.c (ev_document_found): add this to emit
15596 Tue Dec 21 23:57:37 2004 Owen Taylor <otaylor@redhat.com>
15598 * data/evince-ui.xml: Add a few more toolbar items.
15600 * shell/ev-window.c: Hook up page navigation toolbar
15603 * shell/ev-view.[ch]: add ev_view_set/get_page and
15604 a page-changed signal.
15606 * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
15607 Add ev_document_get_page().
15609 * shell/ev-window.c: Sensitize/desensitize navigation
15612 2004-12-21 Havoc Pennington <hp@redhat.com>
15614 * backend/ev-backend-marshal.c,
15615 backend/ev-backend-marshalers.list, backend/Makefile.am: add
15616 marshaler-generator thingy. I'm sure there's a better way to do
15617 this in the modern world.
15619 * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
15620 end_find methods and "found" signal.
15622 * configure.ac: find glib-genmarshal
15624 Tue Dec 21 23:20:35 2004 Jonathan Blandford <jrb@redhat.com>
15626 * shell/ev-sidebar.c: Construct an actual sidebar.
15627 * shell/ev-sidebar-bookmarks.[ch]:
15628 * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
15630 Tue Dec 21 23:05:51 2004 Owen Taylor <otaylor@redhat.com>
15632 * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
15633 Redo size handling.
15635 * shell/ev-view.c: Track the size from the document.
15637 Tue Dec 21 22:17:04 2004 Owen Taylor <otaylor@redhat.com>
15639 * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
15640 constructor assumes ownership of the string passed in.
15642 * shell/ev-window.c (ev_window_open): Destroy the error
15643 dialog once we've displayed it.
15645 Tue Dec 21 21:58:56 2004 Owen Taylor <otaylor@redhat.com>
15647 * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up
15648 a bit, it works! (sort of)
15650 * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
15651 Move to .cc since we need to use C++ in the implementation.
15653 * shell/dummy.cc: Add a CC file to force evince
15654 to be linked as a C++ program.
15656 Tue Dec 21 21:07:55 2004 Owen Taylor <otaylor@redhat.com>
15658 * shell/ev-view.[ch]: Start of content-area widget.
15660 * shell/ev-window.c: Create a EvView, update it
15661 as we change documents.
15663 * shell/Makefile.am shell/ev-marshal.list: Add
15664 generated marshalers.
15666 Tue Dec 21 20:28:11 2004 Jonathan Blandford <jrb@redhat.com>
15668 * Makefile.am (SUBDIRS): move shell.
15670 Tue Dec 21 19:28:55 2004 Owen Taylor <otaylor@redhat.com>
15672 * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
15673 .a to libtool convenience libraries.
15675 * shell/ev-window.c (ev_window_open): Hard code loading
15678 * backend/ev-document.h: Add a boolean return to load(),
15679 fix GError * to GError **.
15681 * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
15682 object for a PDF backend EvDocument.
15684 Tue Dec 21 18:55:06 2004 Søren Sandmann <sandmann@redhat.com>
15686 * dvi/*: New directory with the beginning of a .dvi backend.
15688 2004-12-21 Havoc Pennington <hp@redhat.com>
15690 * shell/eggfindbar.c (egg_find_bar_init): change buttons to
15691 previous/next instead of back/forward
15693 Tue Dec 21 18:26:24 2004 Owen Taylor <otaylor@redhat.com>
15695 * backend/ev-document.[ch]: Fix a couple of problems so
15698 Tue Dec 21 18:20:40 2004 Owen Taylor <otaylor@redhat.com>
15700 * viewer/* backend/* configure.ac Makefile.am: Move viewer directory
15701 to backend/ directory, rename EvViewer to EvDocument.
15703 2004-12-21 Havoc Pennington <hp@redhat.com>
15705 * shell/ev-window.c: hook up the find bar widget; now we just need
15706 a document to find things in
15708 * shell/eggfindbar.c: a find bar widget
15710 Tue Dec 21 17:20:16 2004 Jonathan Blandford <jrb@redhat.com>
15712 * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
15714 Tue Dec 21 16:30:58 2004 Owen Taylor <otaylor@redhat.com>
15716 * pdf/**: Import of xpdf code from gpdf.
15718 * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
15720 * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
15721 pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h:
15722 Fix FreeType includes.
15724 * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
15725 pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
15726 pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
15727 Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
15728 pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
15729 Include xpdfconfig.h
15731 Tue Dec 21 16:08:17 2004 Jonathan Blandford <jrb@redhat.com>
15733 * shell/ev-window.c (ev_window_dispose): dispose can be called
15736 2004-12-21 Havoc Pennington <hp@redhat.com>
15738 * shell/ev-window.c (ev_window_init): set title to Document Viewer
15741 * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
15742 items; really they should be synced with the strings, etc. from
15743 current gpdf, but just getting the boring typing out of the way
15745 2004-12-21 Marco Pesenti Gritti <marco@gnome.org>
15748 * shell/ev-application.c: (window_destroy_cb):
15749 * shell/ev-window.c:
15750 * shell/main.c: (main):
15752 Actually show the window...
15754 2004-12-21 Marco Pesenti Gritti <marco@gnome.org>
15757 * shell/Makefile.am:
15758 * shell/ev-application.c: (ev_application_class_init):
15759 * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
15761 Make it build again
15763 2004-12-21 Marco Pesenti Gritti <marco@gnome.org>
15765 Import to gnome cvs.
15767 * Remove copies of gpdf and ggv trees.
15768 * Rip out all the recursive configure code.
15769 * Remove bonobo machinery.
15770 * viewer/*: GInterfaces that backends should/can implement.
15772 2004-11-09 Martin Kretzschmar <m_kretzschmar@gmx.net>
15774 * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
15777 2004-10-28 Martin Kretzschmar <m_kretzschmar@gmx.net>
15779 * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
15780 (ev_application_finalize, ev_application_class_init)
15781 (ev_application_init): use GType instance private data for priv.
15783 * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
15784 (ev_window_finalize, ev_window_class_init)
15785 (ev_window_init): ditto.
15787 2004-10-27 Martin Kretzschmar <m_kretzschmar@gmx.net>
15789 * shell/ev-application.c (ev_application_new_window): make public
15790 (ev_application_show_initial_window): kill.
15792 * shell/ev-application.h: update prototypes.
15794 * shell/main.cc (main): inline ev_application_show_initial_window.
15796 2004-10-27 Martin Kretzschmar <m_kretzschmar@gmx.net>
15798 * shell/ev-application.c (ev_application_new_window): impl.
15799 (ev_application_show_initial_window): use it.
15800 (is_window_empty, ev_application_get_empty_window): returns an
15801 existing empty window or a new one.
15802 (ev_application_open): from ev_window_cmd_file_open.
15804 * shell/ev-application.h: update prototypes
15806 * shell/ev-window.c (ev_window_is_empty): impl.
15807 (ev_window_open): make public.
15808 (ev_window_cmd_file_open): use ev_application_open
15810 * shell/ev-window.h: update prototypes, remove unused.
15812 2004-10-26 Martin Kretzschmar <m_kretzschmar@gmx.net>
15814 * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
15815 move destroy handler out of here...
15817 * shell/ev-application.c, shell/ev-application.h: ...into this new
15818 class. Also handles initial window creation.
15820 * shell/main.cc (main): use EvApplication to create initial
15823 2004-10-26 Martin Kretzschmar <m_kretzschmar@gmx.net>
15825 * Makefile.am (SUBDIRS): add cut-n-paste
15827 * cut-n-paste/Makefile.am: add
15829 * configure.ac: generate Makefiles in cut-n-paste
15831 2004-10-26 Martin Kretzschmar <m_kretzschmar@gmx.net>
15833 * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
15834 (ev_window_class_init): install ev_window_dispose.
15836 2004-10-25 Martin Kretzschmar <m_kretzschmar@gmx.net>
15838 * shell/ev-window.h, shell/ev-window.c: replace gchar with
15839 char (gchar looks stupid).
15841 2004-10-25 Martin Kretzschmar <m_kretzschmar@gmx.net>
15843 * po/de.po: updated German translation.
15845 2004-10-25 Martin Kretzschmar <m_kretzschmar@gmx.net>
15847 * configure.ac: add more pkg-config library checks for gnome-vfs,
15850 * gpdf/configure.in: temporarily disable libpaper
15851 checks. Otherwise I'd have to add the checks for the shell, too.
15853 2004-10-24 Martin Kretzschmar <m_kretzschmar@gmx.net>
15855 * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
15856 and * file filters to the file choose.
15858 2004-10-24 Martin Kretzschmar <m_kretzschmar@gmx.net>
15860 * po/de.po: Updated German translation.
15862 2004-10-24 Martin Kretzschmar <m_kretzschmar@gmx.net>
15864 * shell/ev-window.c: use "S" as mnemonic for Statusbar.
15866 2004-10-24 Martin Kretzschmar <m_kretzschmar@gmx.net>
15868 * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
15870 * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
15871 (ev_window_init): implement those menuitems.
15873 2004-10-24 Martin Kretzschmar <m_kretzschmar@gmx.net>
15875 * data/evince-ui.xml: add a toolbar (with FileOpen action)
15877 * shell/ev-window.c (ev_window_init): use the toolbar.
15879 2004-10-24 Martin Kretzschmar <m_kretzschmar@gmx.net>
15881 * shell/ev-window.c (ev_window_init): use menu translations
15883 2004-10-24 Martin Kretzschmar <m_kretzschmar@gmx.net>
15885 * configure.ac: add "de" to ALL_LINGUAS.
15887 * po/de.po: add German translation.
15889 2004-10-24 Martin Kretzschmar <m_kretzschmar@gmx.net>
15891 * Makefile.am (SUBDIRS): add po
15893 * configure.ac: check intltool, glib-gettext etc, generate
15896 * po, po/POTFILES.in, po/POTFILES.skip: new.
15898 2004-10-24 Martin Kretzschmar <m_kretzschmar@gmx.net>
15900 * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
15901 already use (#ifdef ENABLE_NLS)
15903 * shell/ev-window.c (ev_window_cmd_help_about): fix two star
15904 pointer indirection thinko.
15906 * shell/main.c: include gi18n.h for bindtextdomain etc.
15908 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
15910 * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
15911 (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
15912 tooltips for menu items in the statusbar.
15914 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
15916 * configure.ac, data/Makefile.am, shell/Makefile.am: use
15917 pkgdatadir drop UIDIR
15919 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
15921 * data/evince-ui.xml: Add File->Open menu item
15923 * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
15924 chooser), hook it up in the ui manager.
15926 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
15928 * shell/ev-window.c: fix Help->About tooltip.
15930 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
15932 * configure.ac: set CFLAGS for libevprivate.
15934 * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
15935 definitions, factory etc.
15937 * lib/Makefile.am: build libevprivate.a (only stock icon code).
15939 * shell/Makefile.am: link against libevprivate.a.
15941 * shell/ev-window.c (entries): add stock icon to Help->About.
15943 * shell/main.c (main): init stock icon code.
15945 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
15947 * lib/recent-files: egg recent files code
15949 * lib/Makefile.am: add.
15951 * Makefile.am: add lib subdir.
15953 * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
15954 set CFLAGS for recent-files.
15956 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
15958 * configure.ac: disable -ansi and -pedantic gcc flags. They
15959 disable POSIX stuff in stdio.h, but egg-recent uses them.
15961 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
15963 * configure.ac: add --disable-deprecated flag (defaults to on in
15966 * shell/Makefile.am (INCLUDES): use it.
15968 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
15970 * shell/main.c: add missing #include.
15972 * shell/ev-window.c: fix for pedantic gcc.
15973 (ev_window_cmd_help_about): split license into paragraphs for
15974 translators and pedantic compilers.
15976 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
15978 * configure.ac: add more warning flags if compiling with gcc from
15979 cvs (or explicitly requested with --enable-more-warnings).
15981 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
15983 * data/evince-ui.xml: add File and File->Close menu.
15985 * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
15986 (ev_window_destroy): quit after destroy.
15987 (ev_window_class_init): override GtkObject::destroy.
15988 (entries): install close_window callback.
15990 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
15992 * Makefile.am (SUBDIRS): add data subdir.
15994 * configure.ac (UIDIR): gen data/Makefile, define UIDIR. Require
15995 gtk+ 2.5.0 for GtkAboutDialog.
15997 * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
16000 * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
16002 * shell/ev-window.c (ev_window_init): create a menubar, using a ui
16004 (ev_window_cmd_help_about): about command, using GtkAboutDialog.
16006 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
16008 * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
16010 2004-10-22 Martin Kretzschmar <m_kretzschmar@gmx.net>
16012 * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
16014 2004-10-22 Martin Kretzschmar <m_kretzschmar@gmx.net>
16016 * shell/*: Added shell directory boilerplate, build it.
16018 2004-10-22 Martin Kretzschmar <m_kretzschmar@gmx.net>
16020 * configure.ac, Makefile.am: Added top-level configure.ac and