diff options
author | Darin Adler <darin@src.gnome.org> | 2000-03-21 23:18:01 +0000 |
---|---|---|
committer | Darin Adler <darin@src.gnome.org> | 2000-03-21 23:18:01 +0000 |
commit | f09362cb59f4a7e6646d09ebcd521f20c8cf09e6 (patch) | |
tree | 2d611f43efc46b65d203b3d087b156ab7fcdfa44 /RENAMING | |
parent | f953548ec58f0c74b30675c08f1acca889899d5b (diff) | |
download | nautilus-f09362cb59f4a7e6646d09ebcd521f20c8cf09e6.tar.gz |
Fixed arrow keys and worked on the icon grid.
Fixes bugs #314, #324, and #325.
* components/help/hyperbola.goad:
Corrected repo_ids -> repo_id, reported by Richard Hult.
* src/nautilus.goad:
Added missing = character, reported by Richard Hult.
* libnautilus/gnome-icon-container-grid.c:
* libnautilus/gnome-icon-container-grid.h:
* libnautilus/gnome-icon-container.c:
* libnautilus/gnome-icon-container-private.h:
Made the icon grid handle negative coordinates.
Removed most of the icon grid code.
Reimplemented the arrow keys. They should work again.
* libnautilus/nautilus-gnome-extensions.c:
* libnautilus/nautilus-gnome-extensions.h:
(nautilus_art_irect_contains_irect):
Added another helper function.
* libnautilus/nautilus-icons-view-icon-item.c:
* libnautilus/nautilus-icons-view-icon-item.h:
* libnautilus/gnome-icon-container.c:
* libnautilus/gnome-icon-container-private.h:
Added user data to each canvas item and got rid of the hash table
that maps canvas items to icons.
* RENAMING: Tweaks.
Diffstat (limited to 'RENAMING')
-rw-r--r-- | RENAMING | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -18,5 +18,5 @@ GtkScrollFrame -> NautilusScrollFrame *_cb -> *_callback -IndexPanel -> Sidebar -MetaView -> SidebarPanel
\ No newline at end of file +*IndexPanel* -> *Sidebar* +*MetaView* -> *SidebarPanel* |