summaryrefslogtreecommitdiff
path: root/RENAMING
diff options
context:
space:
mode:
authorDarin Adler <darin@src.gnome.org>2000-03-06 21:21:15 +0000
committerDarin Adler <darin@src.gnome.org>2000-03-06 21:21:15 +0000
commit2d3c87e1dfb67fe081a52e7de6c2bd9c9cd77a63 (patch)
tree890a3f0b44f1e48658447ab423c3b863c54571df /RENAMING
parent7792555892ae09a56072b3498793d8361d6c569b (diff)
downloadnautilus-2d3c87e1dfb67fe081a52e7de6c2bd9c9cd77a63.tar.gz
Added the concept of separate X and Y scale factors to more
of the code. Even though we don't want to scale the two dimensions separately at the moment, I figured it was better to go in this direction than to remove all the separate X and Y stuff that Seth Nickell added. * libnautilus/gnome-icon-container-dnd.c (gnome_icon_container_receive_dropped_icons): * libnautilus/gnome-icon-container-private.h: * libnautilus/gnome-icon-container.c (icon_get_actual_size), (icon_new), (icon_get_size), (start_stretching), (update_icon), (gnome_icon_container_add), (gnome_icon_container_is_stretched), (gnome_icon_container_unstretch), (gnome_icon_container_move_icon): * libnautilus/gnome-icon-container.h: Got rid of the old "scale", "xscale", and "yscale" and replaced them with "scale_x" and "scale_y". Made the code always set the scale factor through the gnome_icon_container_move_icon bottleneck so the changes are all reported throught the icon_moved signal. * src/file-manager/fm-directory-view-icons.c: (add_icon_if_already_positioned), (fm_directory_view_icons_icon_moved_cb): Store only a single scale factor if the X and Y are both scaled exactly the same (the normal case). Also, use a default for the scale factor so we don't save 1.0 for every file. * libnautilus/nautilus-gtk-extensions.h: * libnautilus/nautilus-gtk-extensions.c: My original change required an additional marshal function. I decided to add it anyway even though I don't need it right now. * libnautilus/nautilus/nautilus-bookmark.c (nautilus_bookmark_get_pixmap_and_mask): Changed to use the nautilus_icon_factory_get_pixbuf_for_file convenience function which has a simpler interface. * libnautilus/nautilus-icon-factory.h: * libnautilus/nautilus-icon-factory.c: Added separate X and Y scaling of icons for possible future use; the convenience functions still use the same size in both dimentions. * components/music/.cvsignore: New directory, new .cvsignore needed. * RENAMING: Some more name change ideas.
Diffstat (limited to 'RENAMING')
-rw-r--r--RENAMING3
1 files changed, 3 insertions, 0 deletions
diff --git a/RENAMING b/RENAMING
index f08206741..61b7b901f 100644
--- a/RENAMING
+++ b/RENAMING
@@ -16,3 +16,6 @@ NautilusBookmarklist -> NautilusBookmarkList
nautilus-bookmarklist* -> nautilus-bookmark-list*
NautilusViewFrame <--> NautilusView
+
+nautilus_has_prefix -> nautilus_str_has_prefix
+nautilus_has_suffix -> nautilus_str_has_suffix