summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-02-21 17:41:44 -0500
committerPietro Gagliardi <[email protected]>2015-02-21 17:41:44 -0500
commit4d8f2a0ff1e7532bdbd30fd9d6490c0bd3f97e11 (patch)
treebd5bee5f63efd5334062cb818d11535d8c4eb62d /README.md
parente252945cb386312d9fb79b2fbe3179e4b1e40a62 (diff)
Updated README for last two commits.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index bea93ea..428be48 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,10 @@ The in-code documentation needs improvement. I have written a [tutorial](https:/
# Updates
+**21 February 2015**<br>Implemented Table column headers as a `uicolumn:` struct tag.
+
+This will probably be the last change for a while; I want to redo the backend again.
+
**19 February 2015**<br>ImageList is now gone; you simply store `*image.RGBA`s in your Table data structure and they'll work.
Alongside this change is the introduction of a new backend for Table on Windows that should be more flexible than the standard list view control. This control is implemented in the `wintable/` folder; it is implemented in C and will one day be spun off into its own project for general-purpose use. I have tried to make it work as much like the standard list view control as possible, and it mostly works fine. That being said, there are still issues and incompletenesses. Please feel free to report any issues you may have found (though watch the TODOs in the source; I may know about the issue already).