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>2006-12-09 16:32:04 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2006-12-09 16:32:04 (GMT)
commit5e2fe6124f89d26435a4ae3cc3de882f5082609d (patch)
treece4cbc686a2d2b472fe66660d322158f97352ef7 /ChangeLog
parentae1abac23ad71b2c5e1ea58bdbc3e365bbbb4765 (diff)
Show a blank page after the last page in presentation mode with a message
2006-12-09 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-view-private.h: * shell/ev-view.c: (draw_end_presentation_page), (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation): Show a blank page after the last page in presentation mode with a message indicating that presentation has finished and how to exit.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0b66667..f20b377 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2006-12-09 Carlos Garcia Campos <carlosgc@gnome.org>
+ * shell/ev-view-private.h:
+ * shell/ev-view.c: (draw_end_presentation_page),
+ (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
+
+ Show a blank page after the last page in presentation mode with a
+ message indicating that presentation has finished and how to exit.
+
+2006-12-09 Carlos Garcia Campos <carlosgc@gnome.org>
+
* shell/ev-window.c: (fullscreen_timeout_cb):
Hide cursor after a while in presentation mode.