diff options
author | Gene Z. Ragan <gzr@eazel.com> | 2000-11-28 19:24:00 +0000 |
---|---|---|
committer | Gene Ragan <gzr@src.gnome.org> | 2000-11-28 19:24:00 +0000 |
commit | 824a18bc55821e27ad50aa22ce203990c4fc49ff (patch) | |
tree | 99ff253405662f50cc7da51353c72d5d92912957 /ChangeLog | |
parent | 9123f0c3bfaf710cde63930cdaad5cf50ec1262a (diff) | |
download | nautilus-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-- | ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -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 |