diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2013-06-09 23:01:31 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2013-06-09 23:01:31 (GMT) |
commit | aed45245289e3e16d421aa6154dcb803e86addaa (patch) | |
tree | 4c55410d7b46cb108c7ef9c69cac88644ef97f48 /ChangeLog | |
parent | ed59530ca0cc8e4cf03ea8328122bb3d279840a9 (diff) |
Fixed a bug when drawing carets at high addresses.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@352 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +13-06-10 Cyrille Bagard <nocbos@gmail.com> + + * src/glibext/gbuffersegment.c: + Change the color of selections. + + * src/glibext/gcodebuffer.c: + Define a clip for Cairo. + + * src/gtkext/gtkbufferview.c: + Fix a bug when drawing carets at high addresses. Disable the deprecated + GDK clip. + 13-06-09 Cyrille Bagard <nocbos@gmail.com> * pixmaps/Makefile.am: |