summaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2015-12-28 11:24:25 +0100
committerDave Davenport <qball@gmpclient.org>2015-12-28 11:27:27 +0100
commit38fabb6b1bbc83f1053f037260b5bfa796a23ba1 (patch)
tree8da3c38f98d5340d8ad369839a38d981c9e16094 /Changelog
parent0d0016e9fe6d6d2539466658a7d6c23a5c8da04a (diff)
Issue #303: Create one pango context from xlib surface
- Create one pango context and set font options from main xlib surface - Set font type on global pango context. - Use CAIRO_OPERATOR_OVER for drawing text (otherwise subpixel rendering is not done).
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog3
1 files changed, 2 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index cf7da78c..f2d82447 100644
--- a/Changelog
+++ b/Changelog
@@ -1,5 +1,6 @@
1.0.0 (unreleased):
-
+ Bug fixes:
+ - Fix subpixel rendering. (#303)
0.15.12:
New features:
- Initial `-dump` command for dmenu mode. (#216)