summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorKristian Rietveld <kris@gtk.org>2002-04-22 17:22:03 +0000
committerKristian Rietveld <kristian@src.gnome.org>2002-04-22 17:22:03 +0000
commit226b671bc1185f0b3cc69a3ba22253b55815071a (patch)
tree6999ca01a7eeaeb5f6e5c1a386c3c9d9e78ff1ec /ChangeLog
parentb78fa7ae04918be2f0ae1cfc1917c71923515fb9 (diff)
downloadgtk+-226b671bc1185f0b3cc69a3ba22253b55815071a.tar.gz
This commit adds stock icon functionality to GtkCellRendererPixbuf which
Mon Apr 22 19:24:29 2002 Kristian Rietveld <kris@gtk.org> This commit adds stock icon functionality to GtkCellRendererPixbuf which is totally cool. * gtk/gtkcellrendererpixbuf.h: add some fields * gtk/gtkcellrendererpixbuf.c: add finalize method, add some properties, add some stock icon rendering code. * demos/gtk-demo/stock_browser.c: modified to use the stock icon stuff in the cellrendererpixbuf instead of its own stock icon rendering code.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6c49ca7e36..a62438cd4b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+Mon Apr 22 19:24:29 2002 Kristian Rietveld <kris@gtk.org>
+
+ This commit adds stock icon functionality to GtkCellRendererPixbuf
+ which is totally cool.
+
+ * gtk/gtkcellrendererpixbuf.h: add some fields
+
+ * gtk/gtkcellrendererpixbuf.c: add finalize method, add some
+ properties, add some stock icon rendering code.
+
+ * demos/gtk-demo/stock_browser.c: modified to use the stock
+ icon stuff in the cellrendererpixbuf instead of its own stock icon
+ rendering code.
+
2002-04-21 Alexander Larsson <alla@lysator.liu.se>
* gdk/x11/gdkwindow-x11.c (gdk_window_reparent):