From 0bd58006a6001f830413bb4dcbb7bcad6aea3cc9 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 4 Nov 2014 11:57:33 -0500 Subject: [PATCH] Updated README. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6fc7468..d3be902 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,8 @@ The in-code documentation needs improvement. I have written a [tutorial](https:/ # Updates +**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... **24 October 2014**
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.