immutable TMouseEvent
[nikiroo-utils.git] / README.md
index cc1d44cb9c412703bc065b7587e301912c623a4c..c045f048ba706537f4082712a9955562fdd3e3a6 100644 (file)
--- a/README.md
+++ b/README.md
@@ -59,22 +59,20 @@ version 1.0:
 
 0.0.1:
 
-- Base classes:
+- Get a movable window on screen
   - TWidget
   - TWindow
-- package-info's
-- Incorporate checkstyle ant task
-  - Fix all noted issues except use of tabs
+  - TLabel
 
 0.0.2:
 
-- Get modal messagebox running without fibers (use two reader threads
-  with syncronization, don't bother with coroutines)
 - 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: