Fix excess redraws
[nikiroo-utils.git] / README.md
index e9cd463ff6e357edefd810ac1a3ebd00d2f43658..4d4900d4b5fcd82b770073f27158e45dd01ef80b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -59,23 +59,24 @@ version 1.0:
 
 0.0.1:
 
-- Base classes:
-  - Events
-  - Backend
-    - ECMABackend
-  - TApplication loop
+- TMenu
+- TButton
 
 0.0.2:
 
-- Get modal messagebox running without fibers
 - Port remaining d-tui functionality over
-  - All widgets
+  - All widgets except modal (e.g. messagebox/fileopen)
 
 0.0.3:
 
+- Get modal messagebox running without fibers (use two reader threads
+  with syncronization, don't bother with coroutines)
+- TEditor, fixup keyboard movement
+
+0.0.4:
+
 - ECMATerminal
   - Mouse 1006 mode parsing
-  - Win32 support (used for reading/writing sockets)
 - Bugs
   - TDirectoryList cannot be navigated only with keyboard
   - TTreeView cannot be navigated only with keyboard
@@ -102,5 +103,3 @@ Wishlist features (2.0):
   - TTerminal
   - TComboBox
 - AWTBackend
-- ECMABackend
-  - libgpm support