]> www.fi.muni.cz Git - evince.git/blobdiff - ChangeLog
Implement "blinds" effect.
[evince.git] / ChangeLog
index 33133b7d6830622ede36439780e995b62d87e1cf..c3f7b09b522557f1d692de2d4d0c27a40a7e0ac8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,31 @@
+2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
+
+       * shell/ev-transition-animation.c (ev_transition_animation_blinds)
+       (ev_transition_animation_paint): Implement "blinds" effect.
+
+2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
+
+       * shell/ev-transition-animation.c (ev_transition_animation_split)
+       (ev_transition_animation_paint): Implement "split" effect.
+
+2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
+
+       * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
+       * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
+       (ev_view_transition_animation_start) 
+       (ev_view_transition_animation_finish) (ev_transition_animation_frame)
+       (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
+       (ev_view_next_page) (ev_view_previous_page):
+       
+       Use EvTransitionAnimation to drive page changes in the presentation
+       mode, the animation will wait to start until both the origin and 
+       destination page surfaces are available. Fixes #458460.
+
+        (draw_loading_text):
+
+       Remove workaround for bug #320352, it's now fixed properly.
+
+
 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
 
        * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation