summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-07-07 13:44:52 -0400
committerPietro Gagliardi <[email protected]>2014-07-07 13:44:52 -0400
commita7715d01d7a52c2ac7ce4fd486c1b838fb35bd8f (patch)
tree1d0f50673e2d8ae77230dcf210836b292b6df5f6
parent0c5f5a3ac0b8f4ee0de924dfbdc2db07fcb16f53 (diff)
Updated README with notes.
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 58ebd7a..3c3e8a7 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
## Big Note
+**7 July 2014** - currently rewriting to be concurrent at the cost of a 100% elegant API (I will have helpers to ameliorate this issue)
+
Well, it's come to this. Race conditions in th eevent handler and GTK+ not supposed to be use like this make me have no choice but to make the API completely single-threaded.
Most of the documentation is updated properly. The package documentation and dialog box documentation is not; the latter is something I'm not sure how to solve within the designs of all three supported environments (which are all wildly different with regards to dialog boxes and code modality). The test program and wakeup have been updated accordingly. **The Window MsgBox() methods will not work properly on Mac OS X until further notice.**