summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-10-28 00:16:43 -0400
committerPietro Gagliardi <[email protected]>2014-10-28 00:16:43 -0400
commit2876c4c72497b89f44ad975a91602124178f9b35 (patch)
tree2082e2ca082a878114a19b38973d2b73911203f5 /README.md
parent73fcb4e22d4f90e61165f5cdb438f3a4b224ad4c (diff)
Updated the README and TODO lists.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6f4b8ca..6fc7468 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,8 @@ The in-code documentation needs improvement. I have written a [tutorial](https:/
# Updates
+**28 October 2014**<br>Mac OS X resizing issues should be (mostly?) fixed now. Textbox still doesn't work right...
+
**24 October 2014**<br>Textbox, a multi-line version of TextField, has been added. (Note that it may not work properly on Mac OS X; this is being investigated.) In addition, excess space around controls on Mac OS X should be settled now.
**18 October 2014**<br>The container system was rewritten entirely. You can now set a margin on Windows and Groups and spacing between controls ("padding") on Stacks, Grids, and SimpleGrids. Margins on Tabs will come soon. The work needed to change this will make future additions (like Popover and Spinbox) easier/more sensible. (The Mac OS X code is still glitchy; mind the dust.)