checkstyle'd
[nikiroo-utils.git] / README.md
index 3392cd8a5d071152f2df3e05984e51a3c03d3436..ced2867e385357383e4ca7e7500e04255132cb6c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -60,18 +60,30 @@ version 1.0:
 0.0.1:
 
 - Base classes:
-  - EMCA48Terminal read thread
-  - TApplication loop
-- Incorporate checkstyle ant task
+  - TCommand use getters/setters
+  - TCommand.Type: switch to int so that subclasses can make more
+    kinds of commands
+  - TKeypress use getters/setters to make immutable
+  - TKeypressEvent use getters/setters to make immutable
+  - TMouseEvent use getters/setters to make immutable
+- Get a movable window on screen
+  - TWidget
+  - TWindow
+  - TLabel
 
 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
 - Bugs