diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -1,3 +1,25 @@ +14-11-01 Cyrille Bagard <nocbos@gmail.com> + + * src/glibext/gbufferline.c: + * src/glibext/gbufferline.h: + * src/glibext/gbuffersegment.c: + * src/glibext/gbuffersegment.h: + * src/glibext/gcodebuffer.c: + * src/glibext/gcodebuffer.h: + Compute locations of caret using width and neighbourhood of segments. + + * src/gtkext/gtkbufferview.c: + * src/gtkext/gtkbufferview-int.h: + Change some types from 'vmpa_t' to 'vmpa2t'. Move the caret with mouse + and keyboard. Fix the blinking of the caret when focusing on a view widget. + + * src/gtkext/gtkviewpanel.c: + * src/gtkext/gtkviewpanel-int.h: + Define the right steps for scrolling increments. + + * src/gui/status.c: + SHow some information about the current location. + 14-10-22 Cyrille Bagard <nocbos@gmail.com> * configure.ac: |