summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-11-05 16:38:29 -0500
committerPietro Gagliardi <[email protected]>2014-11-05 16:38:29 -0500
commitb40c1acab05fdfd0dc9f70d40567c858ae688a36 (patch)
tree172bda3be9346ddeeec92a749b5caceb512be69a
parent2a337df8e58b8dd82ed50ebbbb99cc4623a9b6ed (diff)
Updated README.
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index d3be902..99e582e 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,8 @@ The in-code documentation needs improvement. I have written a [tutorial](https:/
# Updates
+**5 November 2014**<br>TextFields can now be marked as read-only (non-editable). Textboxes will gain this ability soon.
+
**4 November 2014**<br>Added two new controls, Spinbox (which allows numeric entry with up and down buttons) and ProgressBar (which measures progress). Both aren't fully fleshed out, but are good enough for general use now.
**28 October 2014**<br>Mac OS X resizing issues should be (mostly?) fixed now. Textbox still doesn't work right...