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 <marco@gnome.org>2005-02-16 18:50:26 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-02-16 18:50:26 (GMT)
commit2c8c840466f3948e431ae851417e5ef92acf6fa7 (patch)
tree8d43e4453e96b8c85718a648c1f240f8dcd394f4 /ChangeLog
parent11e0560261020abaa19efd5f1c901838855c7628 (diff)
Automatically hide the fullscreen button. Patch by Kristian Høgsberg
2005-02-16 Marco Pesenti Gritti <marco@gnome.org> * shell/ev-view.c: (ev_view_realize), (highlight_find_results), (ev_view_create_invisible_cursor), (ev_view_set_cursor), (set_document_page), (document_changed_callback), (ev_view_set_document), (ev_view_find_previous), (ev_view_hide_cursor), (ev_view_show_cursor): * shell/ev-view.h: * shell/ev-window.c: (update_chrome_visibility), (fullscreen_timeout_cb), (fullscreen_set_timeout), (fullscreen_clear_timeout), (fullscreen_motion_notify_cb), (fullscreen_leave_notify_cb), (ev_window_fullscreen), (ev_window_unfullscreen): * shell/main.c: (main): Automatically hide the fullscreen button. Patch by Kristian Høgsberg <krh@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 73f6e5d..c0d5a39 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2005-02-16 Marco Pesenti Gritti <marco@gnome.org>
+
+ * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
+ (ev_view_create_invisible_cursor), (ev_view_set_cursor),
+ (set_document_page), (document_changed_callback),
+ (ev_view_set_document), (ev_view_find_previous),
+ (ev_view_hide_cursor), (ev_view_show_cursor):
+ * shell/ev-view.h:
+ * shell/ev-window.c: (update_chrome_visibility),
+ (fullscreen_timeout_cb), (fullscreen_set_timeout),
+ (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
+ (fullscreen_leave_notify_cb), (ev_window_fullscreen),
+ (ev_window_unfullscreen):
+ * shell/main.c: (main):
+
+ Automatically hide the fullscreen button.
+ Patch by Kristian Høgsberg <krh@redhat.com>
+
2005-02-16 Vincent Noel <vnoel@cox.net>
* shell/main.c (main): Specify an icon for the window. Patch by