]> www.fi.muni.cz Git - evince.git/commit
Implement launch links. Delegate external link opening to the window.
authorMarco Pesenti Gritti <mpg@redhat.com>
Mon, 26 Sep 2005 10:28:48 +0000 (10:28 +0000)
committerMarco Pesenti Gritti <marco@src.gnome.org>
Mon, 26 Sep 2005 10:28:48 +0000 (10:28 +0000)
commit85c366bda9f25b1249ba8333604eb3e757bc6edf
tree6b7287013297ea1d23c295f3c3b4f6cee198a949
parentb66c8a73177b462aebcb6e495341807abb31a93f
Implement launch links. Delegate external link opening to the window.

2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>

        * backend/ev-link.c: (ev_link_type_get_type),
        (ev_link_get_filename), (ev_link_get_params),
        (ev_link_get_property), (ev_link_set_property),
        (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
        * backend/ev-link.h:
        * pdf/ev-poppler.cc:
        * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
        * shell/ev-window.c: (launch_link), (view_external_link_cb),
        (ev_window_init):

        Implement launch links. Delegate external link opening to
        the window.
ChangeLog
backend/ev-link.c
backend/ev-link.h
pdf/ev-poppler.cc
shell/ev-view.c
shell/ev-window.c