Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2005-04-22 09:46:25 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-04-22 09:46:25 (GMT)
commita6e6d94bd65dd562a9e802b7a27aa71f8e4ad160 (patch)
tree9894dce257ed1b04134a0dd70cf7fbb6869a67cf /ChangeLog
parenta9a3c41262ca008c326e7a97ab0608608d144caa (diff)
Fix normal size zoom. Make zoom in/zoom out unsensitive when they are
2005-04-22 Marco Pesenti Gritti <mpg@redhat.com> * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_out), (ev_view_zoom_normal): * shell/ev-view.h: * shell/ev-window.c: (update_action_sensitivity), (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size): Fix normal size zoom. Make zoom in/zoom out unsensitive when they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but better than oom.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3cd403d..fbff7cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,19 @@
2005-04-22 Marco Pesenti Gritti <mpg@redhat.com>
+ * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
+ (ev_view_zoom_out), (ev_view_zoom_normal):
+ * shell/ev-view.h:
+ * shell/ev-window.c: (update_action_sensitivity),
+ (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
+ (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
+ (ev_window_cmd_view_normal_size):
+
+ Fix normal size zoom. Make zoom in/zoom out unsensitive when
+ they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
+ better than oom.
+
+2005-04-22 Marco Pesenti Gritti <mpg@redhat.com>
+
* configure.ac:
Depend on 2.57, 2.59 doesnt seem to be necessary