diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-04-11 22:34:59 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-04-11 22:34:59 (GMT) |
commit | 054d2d76f1951c20822286bce0128e60c26c4b9b (patch) | |
tree | 450c707498f4008c99302c12e274baefc50f383c /ChangeLog | |
parent | 7bd707cb43ed8830add9d9eec3a670c9a0ce4d68 (diff) |
Drawn a selection line on buffer views.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@510 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +15-04-12 Cyrille Bagard <nocbos@gmail.com> + + * src/core/params.c: + * src/core/params.h: + Allow to configure the drawing of the selection line. + + * src/glibext/gcodebuffer.c: + * src/glibext/gcodebuffer.h: + * src/gtkext/gtkbufferview.c: + Draw a selection line on buffer views. + 15-04-11 Cyrille Bagard <nocbos@gmail.com> * src/glibext/gbufferline.c: |