1
0
mirror of https://gitlab.gnome.org/GNOME/evince synced 2024-06-30 22:54:23 +00:00
Commit Graph

15 Commits

Author SHA1 Message Date
Cyrille Médard de Chardon
399ad933b0 Updated bug list url 2020-10-30 11:11:11 +00:00
Nickolay V. Shmyrev
43532ba918 Update for release 0.5.2 2006-03-13 20:26:01 +00:00
Jonathan Blandford
1e52e37fcd other_page isn't necessarily page + 1.
Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>

        * shell/ev-view.c (get_page_extents): other_page isn't necessarily
        page + 1.

        * shell/ev-window.c: Make sure we add the timeout when we get a
        focus-in event.

        * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
        adjustment->value before calculating the zoom factor to average
        out all of our rounding errors.  The page no longer 'drifts' when
        resizing.
2005-06-04 14:57:00 +00:00
Jonathan Blandford
8e94fdff19 modify the expose handling to get the shadows.
Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>

        * shell/ev-view.c (draw_one_page): modify the expose handling to
        get the shadows.

        * shell/ev-window.c (update_action_sensitivity): Respect
        permissions field.  Kowtow to the man.

        * pdf/ev-poppler.cc: Get the permissions field.

        * tiff/*c: Make a tiny bit more robust.
2005-05-29 07:27:23 +00:00
Jonathan Blandford
4e8b4b4da3 Add Continuous and Dual page modes.
Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>

        * TODO:
        * backend/ev-page-cache.c: (_ev_page_cache_new),
        (ev_page_cache_get_max_width_size),
        (ev_page_cache_get_max_height_size):
        * backend/ev-page-cache.h:
        * data/evince-ui.xml:
        * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
        * shell/ev-view.c: (view_update_adjustments),
        (view_update_range_and_current_page), (get_bounding_box_size),
        (ev_view_size_request_continuous_and_dual_page),
        (ev_view_size_request_continuous),
        (ev_view_size_request_dual_page),
        (ev_view_size_request_single_page), (ev_view_size_request),
        (ev_view_size_allocate), (get_page_extents), (draw_one_page),
        (ev_view_bin_expose), (ev_view_expose_event),
        (ev_view_set_property), (ev_view_get_property),
        (ev_view_class_init), (ev_view_init), (ev_view_new),
        (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
        (ev_view_set_dual_page), (ev_view_set_full_screen),
        (ev_view_set_presentation), (ev_view_set_sizing_mode),
        (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
        (ev_view_zoom_out), (zoom_for_size_fit_width),
        (zoom_for_size_best_fit),
        (ev_view_zoom_for_size_continuous_and_dual_page),
        (ev_view_zoom_for_size_continuous),
        (ev_view_zoom_for_size_dual_page),
        (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
        (ev_view_show_cursor), (ev_sizing_mode_get_type):
        * shell/ev-view.h:
        * shell/ev-window.c: (update_action_sensitivity),
        (ev_window_cmd_continuous), (ev_window_cmd_dual),
        (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
        (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
        (ev_window_cmd_view_zoom_out), (update_view_size),
        (ev_window_set_sizing_mode), (ev_window_init):

        Add Continuous and Dual page modes.
2005-04-23 17:13:40 +00:00
Marco Pesenti Gritti
1c0d19bd22 merge evince-threads branch 2005-03-23 11:07:32 +00:00
Bryan Clark
778e7c75fd fixed typo, closes bug 166897
2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>

        * shell/ev-window.c: fixed typo, closes bug 166897

        * TODO: updated TODO with bug numbers that are relevant
2005-02-11 23:31:57 +00:00
Marco Pesenti Gritti
d4311e9d07 Clamp page number, dont try to move to not existant pages.
2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>

        * TODO:
        * shell/ev-view.c: (set_document_page):

        Clamp page number, dont try to move to
        not existant pages.
2005-02-04 14:31:03 +00:00
Jonathan Blandford
bebd9ceae1 New file with some random thoughts.
Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>

        * NOTES: New file with some random thoughts.

        * TODO: Update.

        * backend/ev-document-misc.c:
        (ev_document_misc_get_page_border_size): New function to
        canonicalize shadow drawing sizes.  Possibly goofy.

        * shell/ev-view.c: (ev_view_size_request), (set_document_page),
        (ev_view_best_fit), (ev_view_fit_width):
        * pdf/xpdf/pdf-document.cc:
        * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
        * ps/ps-document.c: (ps_document_get_page_size):
        * backend/ev-document-misc.h:
        * backend/ev-document.c: (ev_document_get_page_size):
        * backend/ev-document.h: get_page_size now takes a page number
        parameter.  Made all the backends/frontends honor it.

        * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
        see.  Doesn't work yet.

        * shell/Makefile.am:
        * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
        Doesn't do anything yet.

        * shell/ev-sidebar-thumbnails.c:
        (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
        [0..n_pages-1]

        * shell/ev-window.c: (update_action_sensitivity),
        (ev_window_setup_document), (ev_window_set_page_mode),
        (ev_window_page_mode_cb), (ev_window_init): Clean up the
        view-swapping code a bit so we can have multiple views on a
        document.  Add the multi-page view, though it can't be turned on
        yet.
2005-02-02 13:22:53 +00:00
Bryan Clark
8d5e174b83 added item for desktop icon thumbnailer
2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>

        * TODO: added item for desktop icon thumbnailer
2005-01-26 05:09:26 +00:00
Jonathan Blandford
1aff4f0d0e guard against unloaded docs when the title is accessed.
Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>

        * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
        unloaded docs when the title is accessed.

        * shell/ev-password-view.[hc]: New widget for displaying password
        state.

        * shell/ev-window.[ch]: Refactor password handling code to handle
        the new view.
2005-01-25 20:54:22 +00:00
Bryan Clark
b40ccb061e added one more TODO item and a TODONE section :)
2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>

        * TODO: added one more TODO item and a TODONE section :)
2005-01-21 17:59:37 +00:00
Marco Pesenti Gritti
2b10156c3b Use shorter labels for some of the toolbars items
2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>

        * TODO:
        * shell/ev-window.c: (set_short_labels), (ev_window_init):

        Use shorter labels for some of the toolbars items
2005-01-21 10:22:43 +00:00
Bryan Clark
474415aeba Added TODO items and finished off the first todo item
2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>

        * TODO: Added TODO items and finished off the first todo item

        * AUTHORS: Updated AUTHORS section with piece from gpdf file and
        reflect current authors
2005-01-20 14:11:25 +00:00
Bryan Clark
d5023779f9 added cvsignore file for viewer directory
2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>

        * viewer/.cvsignore: added cvsignore file for viewer directory

        * TODO: created TODO document

	Actually do the adding this time (see 'Case of the Mundays')
2005-01-17 19:20:08 +00:00