TButton and TLabel
[fanfix.git] / README.md
index e9cd463ff6e357edefd810ac1a3ebd00d2f43658..2e9ef73bec5b45ab70e55807bffb0b93f1b76933 100644 (file)
--- a/README.md
+++ b/README.md
@@ -54,28 +54,43 @@ 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:
 
-- Base classes:
-  - Events
-  - Backend
-    - ECMABackend
-  - TApplication loop
+- TCheckbox
+- TDirectoryList
+- TField
+- TMessageBox
+- TProgressBar
+- TTimer
+- TRadioGroup / TRadioButton
+- THScroller / TVScroller
+- TText
+- TTreeView
 
 0.0.2:
 
-- Get modal messagebox running without fibers
-- Port remaining d-tui functionality over
-  - All widgets
+- TEditor
+- TFileOpen
+- TTerminal
 
 0.0.3:
 
+- 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:
+
 - 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 +117,3 @@ Wishlist features (2.0):
   - TTerminal
   - TComboBox
 - AWTBackend
-- ECMABackend
-  - libgpm support