summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog29
1 files changed, 29 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 652e345..4ace600 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: