diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-04-20 23:09:13 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-04-20 23:09:13 (GMT) |
commit | ea40f74566cd813722f49ae740ca3df04e522bb2 (patch) | |
tree | 7a61557efa0a80fcf3b58df9626f7fad9bd61455 /ChangeLog | |
parent | 874b812e720a8f9fb6248cb54e76bd8ab2b2a250 (diff) |
Transmitted the focus when a limit has been reached while using he keyboard.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@514 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 29 |
1 files changed, 29 insertions, 0 deletions
@@ -1,3 +1,32 @@ +15-04-21 Cyrille Bagard <nocbos@gmail.com> + + * src/arch/processor.c: + * src/arch/processor.h: + Provide the previous and next instructions from an internal list. + + * src/glibext/gcodebuffer.c: + Begin to used fast indexes when dealing with view ranges. Always provide + an updated address when moving the caret with success. Fix a bug when + highlighting segments by providing a return value, as expected. + + * src/gtkext/graph/node.c: + Update code. + + * src/gtkext/gtkbufferview.c: + * src/gtkext/gtkbufferview.h: + * src/gtkext/gtkbufferview-int.h: + Handle focus changes properly. Notify when a limit has been reached when + navigating using the keyboard. + + * src/gtkext/gtkgraphview.c: + Transmit the focus when a limit has been reached while using he keyboard. + + * src/gtkext/gtkviewpanel.c: + Receive focus event. Hack the scrolling routine for encapsulated buffer views. + + * src/gui/status.c: + Only reset the status bar if there is no current selected address. + 15-04-17 Cyrille Bagard <nocbos@gmail.com> * src/gtkext/gtkviewpanel.c: |