diff options
author | Srinivasa Ragavan <sragavan@novell.com> | 2008-01-20 05:51:18 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2008-01-20 05:51:18 +0800 |
commit | b98923130aad5f448a656925ddcc03928a9f7d00 (patch) | |
tree | 5578ac47a254b360334a398d905a89e17ae2b4c3 /widgets/table/ChangeLog | |
parent | b9c49f7751c7e26dffb654c0c46bae5fe004c332 (diff) | |
download | gsoc2013-evolution-b98923130aad5f448a656925ddcc03928a9f7d00.tar.gz gsoc2013-evolution-b98923130aad5f448a656925ddcc03928a9f7d00.tar.zst gsoc2013-evolution-b98923130aad5f448a656925ddcc03928a9f7d00.zip |
Removed the pixmap cache. It wasn't giving alpha for the cairo rendered
2008-01-20 Srinivasa Ragavan <sragavan@novell.com>
* e-cell-toggle.c: (etog_new_view), (etog_kill_view), (etog_draw),
(etog_print), (e_cell_toggle_class_init),
(e_cell_toggle_construct): Removed the pixmap cache. It wasn't giving
alpha for the cairo rendered message list row.
* e-table-item.c: (eti_draw): Render the rows with Cairo. It looks
same as GtkTreeView and seems nice.
svn path=/trunk/; revision=34855
Diffstat (limited to 'widgets/table/ChangeLog')
-rw-r--r-- | widgets/table/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/widgets/table/ChangeLog b/widgets/table/ChangeLog index deaa32876a..7ebe8f3ab1 100644 --- a/widgets/table/ChangeLog +++ b/widgets/table/ChangeLog @@ -1,3 +1,12 @@ +2008-01-20 Srinivasa Ragavan <sragavan@novell.com> + + * e-cell-toggle.c: (etog_new_view), (etog_kill_view), (etog_draw), + (etog_print), (e_cell_toggle_class_init), + (e_cell_toggle_construct): Removed the pixmap cache. It wasn't giving + alpha for the cairo rendered message list row. + * e-table-item.c: (eti_draw): Render the rows with Cairo. It looks + same as GtkTreeView and seems nice. + 2007-12-05 David Turner <cillian64@googlemail.com> ** Fix for bug #408170 |