diff options
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: |