Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2009-04-06 17:05:52 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2009-04-06 17:05:52 (GMT)
commit8a6f3e4fd0e85ea95564610a27514aa9d6c737b3 (patch)
treea15bf1fbac6fa678078ee8703d039418223a059a /ChangeLog
parent98ac8530d373d0bc86d887c89cff86914a713f14 (diff)
Move ev_view_update_view_size() from libview to ev-window again and make
2009-04-06 Carlos Garcia Campos <carlosgc@gnome.org> * libview/ev-view.[ch]: (ev_view_set_zoom), (ev_view_update_view_size): * shell/ev-window.c: (ev_window_set_view_size), (ev_window_sizing_mode_changed_cb), (ev_window_init): Move ev_view_update_view_size() from libview to ev-window again and make sure the view is not redrawn when calling ev_view_set_zoom more than once with the same zoom scale. svn path=/trunk/; revision=3573
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4b0cd3b..389388a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,15 @@
-2009-04-06 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
+2009-04-06 Carlos Garcia Campos <carlosgc@gnome.org>
+
+ * libview/ev-view.[ch]: (ev_view_set_zoom),
+ (ev_view_update_view_size):
+ * shell/ev-window.c: (ev_window_set_view_size),
+ (ev_window_sizing_mode_changed_cb), (ev_window_init):
+
+ Move ev_view_update_view_size() from libview to ev-window again
+ and make sure the view is not redrawn when calling
+ ev_view_set_zoom more than once with the same zoom scale.
+
+2009-04-05 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* shell/ev-window.c: