summaryrefslogtreecommitdiff
path: root/RENAMING
diff options
context:
space:
mode:
authorDarin Adler <darin@src.gnome.org>2000-03-10 03:20:54 +0000
committerDarin Adler <darin@src.gnome.org>2000-03-10 03:20:54 +0000
commit5f4af6f1eade1cd028192ee4be7dfa11d6d8cdf3 (patch)
tree028e292c3e19d57ec6bdabf2aa0bf86a9f46e13a /RENAMING
parent30433daf59fb2d908e29a34134f6e87801e7a44c (diff)
downloadnautilus-5f4af6f1eade1cd028192ee4be7dfa11d6d8cdf3.tar.gz
It turns out that you aren't intended to reset the scroll region once you
* libnautilus/gnome-icon-container.c (set_scroll_region): It turns out that you aren't intended to reset the scroll region once you have items in the canvas. We need to do that, so I had to write some code that would update all the items when that happens. * libnautilus/nautilus-icons-view-icon-item.c: (recompute_bounding_box): Rewrote this to not assume that the icon items are all top-level items. (compute_text_rectangle, hit_test, nautilus_icons_view_icon_item_bounds): Change hit testing so it includes hits on the text. The rubberband still has to be fixed so it doesn't have the same problem. * libnautilus/nautilus-file.c: Improved a comment. * RENAMING: Some more name changes.
Diffstat (limited to 'RENAMING')
-rw-r--r--RENAMING7
1 files changed, 2 insertions, 5 deletions
diff --git a/RENAMING b/RENAMING
index 8cd4cce5b..f37b77f1a 100644
--- a/RENAMING
+++ b/RENAMING
@@ -1,7 +1,7 @@
We put plans for renaming in here so we can think about them for a while.
gdk-extensions.[ch] -> nautilus-gdk-extensions.[ch]
-ntl* -> nautilus* (1)
+ntl* -> nautilus* (1)
ExplorerLocationBar -> NautilusLocationBar
@@ -20,7 +20,4 @@ NautilusViewFrame <--> NautilusView (2)
nautilus_has_prefix -> nautilus_str_has_prefix
nautilus_has_suffix -> nautilus_str_has_suffix
-ntl-view-bonobo-subdoc -> ntl-view-bonobo-embeddable (see also 1, 2)
-
-
-
+ntl-view-bonobo-subdoc -> ntl-view-bonobo-embeddable (see also 1, 2)