summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog77
1 files changed, 77 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 0000000..36ee4e6
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,77 @@
+Version 0.0.14 released:
+
+ -Minor bugfixes.
+ -Renamed itk to ibtk (libitk -> libibtk).
+ -Added IBTK version.h defines.
+ -Added doublclick callback to IWindow.
+ -Added ELEMENT_SKIP support to IIntBox.
+ -Added IIntBox ElementFlags support.
+ -Added iconwindow support.
+ -Added IBTK_WRAP support to IIntBox.
+ -Started adding /etc/ibtk.conf support.
+ -Added IDoDad flags support.
+ -Added IBTK idle support (ActivityCallback).
+ -Added ClickCallback support.
+ -Fixed icon-name issue with IWindow.
+ -Added generic hook support.
+ -Fixed egcs compile with iintbox and irealbox callbacks.
+ -Added DragCallback support.
+ -Added ReleaseCallback support.
+
+Version 0.0.13 released:
+
+ -Various bugfixes.
+
+Version 0.0.12 released:
+
+ -Fixed Enter/Backspace fix.
+
+Version 0.0.11 released:
+
+ -Fixed Enter/Backspace issues.
+
+Version 0.0.10 released:
+
+ -Fixed hide bug in ITextBox.
+
+Version 0.0.9 released:
+
+ -Various Documentation updates.
+
+Version 0.0.8 released:
+
+ -IBox and IIntBox annoyances reduced.
+ -A few bugfixes.
+
+Version 0.0.7 released:
+
+ -Full "make install" support, and proper #includes.
+
+Version 0.0.6 released:
+
+ -Unhandledcallback now called for all unhandled events.
+ (Thanks to Øyvind Aabling).
+
+Version 0.0.5 released:
+
+ -Fixed keydown bug in IBox.
+ -Fixed reposition bug.
+ -Receive Visibility events (dumped to unhandledcallback).
+
+Version 0.0.4 released:
+
+ -Temporary fix for segfault int IListBox::Init()
+
+Version 0.0.3 released:
+
+ -Fixed issue with blank window titles.
+
+Version 0.0.2 released:
+
+ -Fixed unable to open DISPLAY segfault.
+ -Fixed many hide/show and redraw issues.
+ -Added mouse cursor positioning in boxes.
+
+Version 0.0.1 released:
+
+ -First public release.