X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=README.md;h=11e09c34f4abc63564e2b4fb21e413f495769b10;hb=7272e49f35db74caa16eead38aa39a80bb9fc641;hp=cbd76f73487e3136d6dfec460eb43e014f3b0144;hpb=7d4115a542abd938aa7fce607b062c6e393e5d67;p=fanfix.git diff --git a/README.md b/README.md index cbd76f7..11e09c3 100644 --- a/README.md +++ b/README.md @@ -54,27 +54,42 @@ 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 - - Codepage - - TApplication loop +- 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 @@ -101,5 +116,3 @@ Wishlist features (2.0): - TTerminal - TComboBox - AWTBackend -- ECMABackend - - libgpm support