diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-04-22 00:11:29 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-04-22 00:11:29 (GMT) |
commit | 6cbb81bc46347ce969f5bf24a73f08abd009b82b (patch) | |
tree | cb2f8c46f5425a2348520bf78c501ef34902a14c /ChangeLog | |
parent | ea40f74566cd813722f49ae740ca3df04e522bb2 (diff) |
Allowed to refer to an external list for highlighted segments.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@515 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -1,3 +1,25 @@ +15-04-22 Cyrille Bagard <nocbos@gmail.com> + + * src/dialogs/export.c: + Update call to g_buffer_view_new(). + + * src/glibext/gcodebuffer.c: + * src/glibext/gcodebuffer.h: + Allow to refer to an external list for highlighted segments. + + * src/gtkext/gtkblockview.c: + Send a signal when segments get [un]selected. Update call to + g_buffer_view_new(). + + * src/gtkext/gtkbufferview.c: + Do not draw a background for the selected line when a widget loses its focus. + + * src/gtkext/gtkgraphview.c: + Update code. + + * src/gtkext/gtksourceview.c: + Update call to g_buffer_view_new(). + 15-04-21 Cyrille Bagard <nocbos@gmail.com> * src/arch/processor.c: |