X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=README.md;h=48d1bfffb8a773c119af64852527be59159a21df;hb=cc99cba8bdfb594d4606949f1763898a420e7f34;hp=e9cd463ff6e357edefd810ac1a3ebd00d2f43658;hpb=624ce48ecf9a314771bd8f1616d8035b0253d8a0;p=fanfix.git diff --git a/README.md b/README.md index e9cd463..48d1bff 100644 --- a/README.md +++ b/README.md @@ -54,40 +54,52 @@ 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 +- TMessageBox +- AWTBackend 0.0.2: -- Get modal messagebox running without fibers -- Port remaining d-tui functionality over - - All widgets +- TTreeView +- TDirectoryList +- TFileOpen 0.0.3: -- ECMATerminal - - Mouse 1006 mode parsing - - Win32 support (used for reading/writing sockets) +- TEditor +- TTerminal + +0.0.4: + - Bugs + - TTimer is jittery with I/O + - TSubMenu keyboard mnemonic not working + - kbDel assertion failure in TMenu (MID_CLEAR) - TDirectoryList cannot be navigated only with keyboard - TTreeView cannot be navigated only with keyboard - RangeViolation after dragging scrollbar up/down +- TEditor + - Word wrap + - Forward/backward word + - Search + - Replace + - Cut/Copy/Paste + +0.1.0: + +- TWindow + - "Smart placement" for new windows +- ECMATerminal + - Mouse 1006 mode parsing Wishlist features (2.0): - TTerminal - Handle resize events (pass to child process) - xterm mouse handling -- TWindow - - "Smart placement" for new windows - Screen - Allow complex characters in putCharXY() and detect them in putStrXY(). - TComboBox @@ -101,6 +113,3 @@ Wishlist features (2.0): - TText - TTerminal - TComboBox -- AWTBackend -- ECMABackend - - libgpm support