text field working
[nikiroo-utils.git] / README.md
index 4d4900d4b5fcd82b770073f27158e45dd01ef80b..bbe38d640af88567e030fe45f93132870b34ad8c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -54,24 +54,33 @@ public class MyApplication extends TApplication {
 Roadmap
 -------
 
-This is a work in progress.  Many tasks remain before calling this
-version 1.0:
+Many tasks remain before calling this version 1.0:
 
 0.0.1:
 
-- TMenu
-- TButton
+- TDirectoryList
+- TMessageBox
+- THScroller / TVScroller
+- TText
+- TTreeView
 
 0.0.2:
 
-- Port remaining d-tui functionality over
-  - All widgets except modal (e.g. messagebox/fileopen)
+- TEditor
+- TFileOpen
+- TTerminal
 
 0.0.3:
 
-- Get modal messagebox running without fibers (use two reader threads
-  with syncronization, don't bother with coroutines)
-- TEditor, fixup keyboard movement
+- Bugs
+  - TSubMenu keyboard mnemonic not working
+  - kbDel assertion failure in TMenu (MID_CLEAR)
+- TEditor
+  - Word wrap
+  - Forward/backward word
+  - Search
+  - Replace
+  - Cut/Copy/Paste
 
 0.0.4: