Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>2005-04-23 17:13:40 (GMT)
committer Jonathan Blandford <jrb@src.gnome.org>2005-04-23 17:13:40 (GMT)
commit4e8b4b4da36dd24ed5d3a19918dfcfdcc9840fac (patch)
tree104cb9178d984d6e5b493460499f35bcd5b916f6 /TODO
parent34a00793dc5c883672765f5c18ab001b22effa5d (diff)
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.
Diffstat (limited to 'TODO')
-rw-r--r--TODO14
1 files changed, 9 insertions, 5 deletions
diff --git a/TODO b/TODO
index afe2a0f..b8c83c4 100644
--- a/TODO
+++ b/TODO
@@ -4,11 +4,6 @@ Improve Find system
Display location of results in thumbnails?
Only display thumbnails of pages found?
-Move to three page views:
-
- * Single page (prolly default for some backends)
- * Continuous scrolling bug 164597
- * Side-by-side continuous scrolling
Sidebar improvements for ps/pixbuf, or PDF files without a TOC. bug 164811
@@ -29,6 +24,11 @@ Move to having three sizing types:
* also, maybe add a 1-1 button. Possibly dubious, though.
+Add some code to sanity check documents, including:
+
+ * n_pages > 0
+ * size of each page > (0,0)
+
------- TODONE ------- (move finished TODO items here)
Create a TODO list
@@ -39,3 +39,7 @@ Improve Find system
Find Next/Previous doesn't focus the results
Improve look of combobox Thumbnails/Index bug 166683
Provide Desktop icon Thumbnailer for Documents bug 163789
+Move to three page views:
+ * Single page (prolly default for some backends)
+ * Continuous scrolling bug 164597
+ * Side-by-side continuous scrolling