aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2010-10-08 21:22:50 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-10-30 01:49:57 +0800
commitdf70b76a554a94335e14ede2d7cbc5e1ec7fd7d6 (patch)
tree4c3127b1749c53edf3952ce28548411da4cc735b /widgets/misc
parent9b2576119477a2a4bcfed3d1c5f2c038403941be (diff)
downloadgsoc2013-evolution-df70b76a554a94335e14ede2d7cbc5e1ec7fd7d6.tar.gz
gsoc2013-evolution-df70b76a554a94335e14ede2d7cbc5e1ec7fd7d6.tar.zst
gsoc2013-evolution-df70b76a554a94335e14ede2d7cbc5e1ec7fd7d6.zip
gnome-canvas: Remove aa code
The anti-aliased code was never used, so remove it.
Diffstat (limited to 'widgets/misc')
-rw-r--r--widgets/misc/e-canvas-background.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/widgets/misc/e-canvas-background.c b/widgets/misc/e-canvas-background.c
index eba6d32659..e062e16dfa 100644
--- a/widgets/misc/e-canvas-background.c
+++ b/widgets/misc/e-canvas-background.c
@@ -271,9 +271,7 @@ ecb_set_property (GObject *object,
if (item->flags & GNOME_CANVAS_ITEM_REALIZED) {
get_color (ecb);
- if (!item->canvas->aa) {
- gdk_gc_set_foreground (ecb->priv->gc, &ecb->priv->color);
- }
+ gdk_gc_set_foreground (ecb->priv->gc, &ecb->priv->color);
}
}
@@ -349,8 +347,7 @@ ecb_realize (GnomeCanvasItem *item)
ecb->priv->gc = gdk_gc_new (bin_window);
get_color (ecb);
- if (!item->canvas->aa)
- gdk_gc_set_foreground (ecb->priv->gc, &ecb->priv->color);
+ gdk_gc_set_foreground (ecb->priv->gc, &ecb->priv->color);
set_stipple (ecb, NULL, FALSE);
Update to 0.809Sunpoet Po-Chuan Hsieh2013-12-051-1/+1 * - Update to 0.808Sunpoet Po-Chuan Hsieh2013-11-051-1/+1 * Support STAGEDIR.Vanilla I. Shu2013-11-031-70/+0 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...Baptiste Daroussin2013-09-211-0/+1 * Update to 0.807(0).Anton Berezin2013-08-291-1/+1 * - Convert to new perl frameworkMathieu Arnold2013-08-031-1/+2 * Update to 0.806(0).Anton Berezin2013-06-101-1/+1 * - Update to 0.805Sunpoet Po-Chuan Hsieh2013-03-111-1/+1 * - Update to 0.804Sunpoet Po-Chuan Hsieh2013-02-021-74/+70 * - Update to 0.799Sunpoet Po-Chuan Hsieh2012-08-221-2/+4 * - Update to 0.798Sunpoet Po-Chuan Hsieh2012-04-061-1/+3 * - Update to 0.797Sunpoet Po-Chuan Hsieh2011-11-221-1/+1 * - Update to 0.796Sunpoet Po-Chuan Hsieh2011-10-191-3/+1 * - Update to 0.795Sunpoet Po-Chuan Hsieh2011-10-051-9/+12 * - Remove OPTIONS: devel/p5-Scalar-Util-Clone has expired due to disappearance...Sunpoet Po-Chuan Hsieh2011-10-051-6/+0 * - Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+Sunpoet Po-Chuan Hsieh2011-09-171-1/+1 * Update to 0.793Mathieu Arnold2010-12-241-1/+1 * - Update to 0.792Wen Heping2010-12-211-1/+2 * Reset hideo@lastamericanempire.com due to maintainer-timeouts and noMark Linimon2010-12-021-1/+1 * - Update to 0.786Wen Heping2010-01-301-1/+1 * - Update to 0.7830Wen Heping2009-09-231-1/+1 * - Update to 0.7820Martin Wilke2009-07-151-2/+2 * - Update to 0.781Wesley Shields2009-05-011-1/+1 * - Update to 0.780Martin Wilke2009-03-121-1/+1 * - Update to 0.779Philippe Audeoud2009-03-061-1/+1 * - Update to 0.778Martin Wilke2009-02-091-1/+1 * - Update to 0.777Martin Wilke2008-12-141-1/+1 * - Update 0.776Philippe Audeoud2008-12-111-3/+3 * - Update to 0.775Philippe Audeoud2008-11-031-1/+1 * - Update to 0.774Rong-En Fan2008-10-291-1/+1 * - Update to 0.7730Martin Wilke2008-10-051-1/+1 * - Update to 0.7722Martin Wilke2008-09-301-1/+1 * - UUpdate to 0.772Martin Wilke2008-09-291-1/+1 * - Update to 0.771Martin Wilke2008-09-241-3/+3 * - Update to 0.770Martin Wilke2008-05-311-2/+2 * - Update to 0.7690Cheng-Lung Sung2008-04-121-2/+2 * - Update to 0.768Martin Wilke2008-03-071-3/+4 * - Update to 0.7665Martin Wilke2008-02-251-1/+1 * - Update to 0.7664Martin Wilke2008-02-101-3/+3 * - Update to 0.7663Martin Wilke2008-02-061-1/+1 * Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-5/+1 * i- Update to 0.765Rong-En Fan2007-07-271-1/+1 * - Update to 0.764Martin Wilke2007-05-271-2/+4 * - Update to 0.763Martin Wilke2007-03-071-1/+1 * - Update Rose::DB to 0.733Rong-En Fan2007-02-251-2/+4 * - Update to 0.760Martin Wilke2007-01-241-2/+1 * - Update databases/p5-Rose-DB-Object from version 0.758 to 0.759Cheng-Lung Sung2007-01-191-1/+1 * - Update to 0.758Martin Wilke2006-12-011-1/+1 * - Update to 0.75.5Martin Wilke2006-11-241-2/+2 * - Update to 0.756Rong-En Fan2006-11-021-2/+2 * - Update to 0.754Rong-En Fan2006-10-311-2/+2 * - Update to 0.753Rong-En Fan2006-09-181-2/+2 * - Update to 0.752Rong-En Fan2006-09-071-2/+2 * - Update to 0.751Cheng-Lung Sung2006-09-021-4/+4 * - Update to 0.75Cheng-Lung Sung2006-08-141-2/+2 * - Update to 0.742Rong-En Fan2006-07-231-2/+3 * - Update to 0.741Rong-En Fan2006-07-161-2/+2 * - update to 0.74Cheng-Lung Sung2006-07-021-2/+4 * Update to 0.731Erwin Lansing2006-06-151-1/+1 * Update to 0.74Erwin Lansing2006-06-121-1/+2 * Rose::DB::Object is a base class for objects that encapsulate a single rowErwin Lansing2006-06-10