diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2014-11-01 20:31:29 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2014-11-01 20:31:29 (GMT) |
commit | 67c0fe6eddda7ac5ff591ec972425095209d75ff (patch) | |
tree | d2f923845545c9b7f94968e9b9ded7539f3dbb7b /ChangeLog | |
parent | 085fef16a819cb321fd38e7e0926d3cca863777a (diff) |
Moved the caret with mouse and keyboard.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@417 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 @@ +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: |