summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGene Z. Ragan <gzr@eazel.com>2000-11-28 19:24:00 +0000
committerGene Ragan <gzr@src.gnome.org>2000-11-28 19:24:00 +0000
commit824a18bc55821e27ad50aa22ce203990c4fc49ff (patch)
tree99ff253405662f50cc7da51353c72d5d92912957 /ChangeLog
parent9123f0c3bfaf710cde63930cdaad5cf50ec1262a (diff)
downloadnautilus-824a18bc55821e27ad50aa22ce203990c4fc49ff.tar.gz
reviewed by: Pavel Cisler <pavel@eazel.com>
2000-11-28 Gene Z. Ragan <gzr@eazel.com> reviewed by: Pavel Cisler <pavel@eazel.com> * libnautilus-extensions/nautilus-entry.c: (nautilus_entry_initialize): Set cursor_obscured flag to false and update event mask to allow pointer moved events. (nautilus_entry_motion_notify): Display the cursor if it was previouslly hidden. (obscure_cursor): New function that hides the cursor when the user begins typing. (nautilus_entry_key_press): Call obscure_cursor function. * libnautilus-extensions/nautilus-entry.h: Added cursor_obscured flag to entry class. * libnautilus-extensions/nautilus-gdk-extensions.c: * libnautilus-extensions/nautilus-gdk-extensions.h: (nautilus_gdk_window_set_invisible_cursor): New function to hide the cursor of the widget passed in.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog26
1 files changed, 26 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cac205afb..407bdff19 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,29 @@
+2000-11-28 Gene Z. Ragan <gzr@eazel.com>
+
+ reviewed by: Pavel Cisler <pavel@eazel.com>
+
+ * libnautilus-extensions/nautilus-entry.c:
+ (nautilus_entry_initialize):
+ Set cursor_obscured flag to false and update event mask
+ to allow pointer moved events.
+
+ (nautilus_entry_motion_notify):
+ Display the cursor if it was previouslly hidden.
+
+ (obscure_cursor):
+ New function that hides the cursor when the user begins typing.
+
+ (nautilus_entry_key_press):
+ Call obscure_cursor function.
+
+ * libnautilus-extensions/nautilus-entry.h:
+ Added cursor_obscured flag to entry class.
+
+ * libnautilus-extensions/nautilus-gdk-extensions.c:
+ * libnautilus-extensions/nautilus-gdk-extensions.h:
+ (nautilus_gdk_window_set_invisible_cursor):
+ New function to hide the cursor of the widget passed in.
+
2000-11-27 Maciej Stachowiak <mjs@eazel.com>
* components/text/Makefile.am: Added definition of NULL to shut up