Many changes:
[fanfix.git] / docs / TODO.md
index 9b90b45808fc726f9d30aa986db61de84cf47032..55b62386c52b6c6dfa5bdc12149cda1782a91962 100644 (file)
@@ -7,15 +7,6 @@ Roadmap
 
 0.0.6
 
-#18 Rework TApplication run loop:
-    - Reduce thread spinlocks
-    - Eliminate unnecessary screen redraws
-    - No activity means no CPU usage
-
-- TSpinner
-- TComboBox
-- TCalendar
-
 - TEditor
   - Horizontal scrollbar integration
   - True tokenization and syntax highlighting: Java, C, Clojure, XML
@@ -59,7 +50,14 @@ Roadmap
 - TEditor:
   - Undo / Redo support
 
-0.1.0: BETA RELEASE and BUG HUNT
+0.1.0: LET'S GET PRETTY
+
+- TChart:
+  - Bar chart
+  - XY chart
+  - Time series chart
+
+0.1.1: BETA RELEASE and BUG HUNT
 
 - Verify vttest in multiple tterminals.
 
@@ -80,10 +78,6 @@ Roadmap
 1.1.0 Wishlist
 --------------
 
-- TTerminal
-  - Handle resize events (pass to child process).  Will need to switch
-    to forkpty(), or ship a C wrapper process.
-
 - Screen
   - Allow complex characters in putCharXY() and detect them in putStringXY().