X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=README.md;h=f097e77844ef40e149c469489008caffaf1a8c1c;hb=8e688b9211599d240be67e5cf62dfe48520378f2;hp=e9cd463ff6e357edefd810ac1a3ebd00d2f43658;hpb=624ce48ecf9a314771bd8f1616d8035b0253d8a0;p=nikiroo-utils.git diff --git a/README.md b/README.md index e9cd463..f097e77 100644 --- a/README.md +++ b/README.md @@ -59,23 +59,40 @@ version 1.0: 0.0.1: -- Base classes: - - Events - - Backend - - ECMABackend - - TApplication loop +- TButton +- TCheckbox +- 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 @@ -102,5 +119,3 @@ Wishlist features (2.0): - TTerminal - TComboBox - AWTBackend -- ECMABackend - - libgpm support