clean up threads and timers
[fanfix.git] / README.md
index f5effd47f3aabdd19e10263a872f548dc3d29eb0..8d8ea20d625c2a168b1695498dfcbfc813ba5bcd 100644 (file)
--- a/README.md
+++ b/README.md
@@ -71,7 +71,16 @@ public class MyApplication extends TApplication {
 }
 ```
 
-See the file demos/Demo1.java for example usage.
+See the file demos/Demo1.java for detailed examples.
+
+
+
+Known Issues / Arbitrary Decisions
+----------------------------------
+
+Some arbitrary design decisions had to be made when either the
+obviously expected behavior did not happen or when a specification was
+ambiguous.  This section describes such issues.
 
 
 
@@ -84,29 +93,23 @@ Many tasks remain before calling this version 1.0:
 
 - AWT:
   - Blinking cursor
-  - More optimal refresh
-  - Jittery refresh with mouse movement
-- Clean up TWidget constuctors (everyone is doing setX() / setY() / set...)
 - ECMA48Backend running on socket
 - TTreeView
 - TDirectoryList
 - TFileOpen
 - Decide on naming convention: getText, getValue, getLabel: one or all
   of them?
-- TPasswordField (displays stars when not active)
 
 0.0.3:
 
 - TEditor
-- TTerminal
 
 0.0.4:
 
 - Bugs
-  - Bare ESC isn't being returned immediately
   - TTimer is jittery with I/O
   - TSubMenu keyboard mnemonic not working
-  - kbDel and use by TMenu (MID_CLEAR)
+  - Making TMenu keyboard accelerators active/inactive
   - TDirectoryList cannot be navigated only with keyboard
   - TTreeView cannot be navigated only with keyboard
   - RangeViolation after dragging scrollbar up/down
@@ -136,3 +139,8 @@ Wishlist features (2.0):
   - TText
   - TTerminal
   - TComboBox
+
+
+Screenshots
+-----------
+