From b40c1acab05fdfd0dc9f70d40567c858ae688a36 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 5 Nov 2014 16:38:29 -0500 Subject: [PATCH] Updated README. --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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**
TextFields can now be marked as read-only (non-editable). Textboxes will gain this ability soon. + **4 November 2014**
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**
Mac OS X resizing issues should be (mostly?) fixed now. Textbox still doesn't work right...