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>2008-04-02 18:11:04 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2008-04-02 18:11:04 (GMT)
commitaaa4c28ce46b3e7d4dbde2f133572dee75f2b421 (patch)
treeeefd99436b70a7177514d0d9b0540d62a776062f /ChangeLog
parent0f49d36875245876db71c547038d7dcf8bed4236 (diff)
Do not unfullscreen and fullscreen again the window when changing from
2008-04-02 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-window.c: (ev_window_cmd_continuous), (ev_window_cmd_dual), (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width), (ev_window_run_fullscreen), (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen), (ev_window_run_presentation), (ev_window_stop_presentation), (ev_window_cmd_view_presentation), (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation), (ev_window_cmd_escape): Do not unfullscreen and fullscreen again the window when changing from fullscreen to presentation mode and vice versa. Fixes bug #524112. svn path=/trunk/; revision=2987
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1c4e001..a6de9a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2008-04-02 Carlos Garcia Campos <carlosgc@gnome.org>
+
+ * shell/ev-window.c: (ev_window_cmd_continuous),
+ (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
+ (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
+ (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
+ (ev_window_run_presentation), (ev_window_stop_presentation),
+ (ev_window_cmd_view_presentation),
+ (ev_window_cmd_leave_fullscreen),
+ (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
+
+ Do not unfullscreen and fullscreen again the window when changing
+ from fullscreen to presentation mode and vice versa. Fixes bug
+ #524112.
+
2008-04-01 Carlos Garcia Campos <carlosgc@gnome.org>
* backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):