Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMark McLoughlin <mark@skynet.ie>2004-12-22 12:31:53 (GMT)
committer Mark McLoughlin <markmc@src.gnome.org>2004-12-22 12:31:53 (GMT)
commit7f32f6e5c1cd8f8868f6b0a26dde7259e79e5411 (patch)
tree32dd12abb27f7af8d0930592c5da5fef04a87f38 /ChangeLog
parentf36af012943a93a0c8e1f2d36c4f5b9e1ac1b8e5 (diff)
add zooming.
2004-12-22 Mark McLoughlin <mark@skynet.ie> * shell/ev-view.[ch]: (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out), (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width): add zooming. * shell/ev-window.c: (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size), (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width): hook it up. * pdf/xpdf/pdf-document.cc: (pdf_document_begin_find), (pdf_document_end_find): make static.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3f9b7d8..0c20524 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2004-12-22 Mark McLoughlin <mark@skynet.ie>
+
+ * shell/ev-view.[ch]:
+ (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
+ (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
+ add zooming.
+
+ * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
+ (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
+ (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
+ hook it up.
+
+ * pdf/xpdf/pdf-document.cc:
+ (pdf_document_begin_find),
+ (pdf_document_end_find): make static.
+
2004-12-22 Martin Kretzschmar <martink@gnome.org>
* pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.