summaryrefslogtreecommitdiff
path: root/ChangeLog-20000414
diff options
context:
space:
mode:
authorAndy Hertzfeld <andy@src.gnome.org>2000-04-14 01:33:35 +0000
committerAndy Hertzfeld <andy@src.gnome.org>2000-04-14 01:33:35 +0000
commitc599d124966bcbd831a769ca2c0e621c68f134c4 (patch)
tree3e781026afc05d39df22512b284e086b832486d0 /ChangeLog-20000414
parent74748cdc3ad20aef46b180cac6db45060576c174 (diff)
downloadnautilus-c599d124966bcbd831a769ca2c0e621c68f134c4.tar.gz
added Raph's scalable vector icons machinery
added Raph's scalable vector icons machinery
Diffstat (limited to 'ChangeLog-20000414')
-rw-r--r--ChangeLog-2000041418
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog-20000414 b/ChangeLog-20000414
index 7aef154ab..4b2a84b31 100644
--- a/ChangeLog-20000414
+++ b/ChangeLog-20000414
@@ -1,3 +1,21 @@
+2000-04-13 Andy Hertzfeld <andy@eazel.com>
+
+ added Raph's scalable icon machinery. Right now the only way to see it
+ is to use the eazel theme and drag a file over a folder; the open folder
+ is a vector icon. Soon we'll add lots more.
+
+ * librsvg/*
+ Raph's new library
+ * libnautilus/nautilus-icon-factory.c:
+ integrate vector icons with the icon factory. Right now, it prefers
+ them to bitmapped ones, which is probably wrong.
+ * Makefile.am: added librsvg
+ * configure.in: added librsvg
+ * src/Makefile.am: link with librsvg
+ * components/*/Makefile.am: link with librsvg
+ * icons/eazel/Makefile.am: added i-directory-accept.svg
+ * icons/eazel/i-directory-accept.svg: our sole vector icon
+
2000-04-13 Darin Adler <darin@eazel.com>
* components/html/ntl-web-browser.c: (browser_vfs_read_callback):