X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=README.md;h=4d4900d4b5fcd82b770073f27158e45dd01ef80b;hb=fca67db090dc7e6476b98b800ce225c2bf60425c;hp=cbd76f73487e3136d6dfec460eb43e014f3b0144;hpb=7d4115a542abd938aa7fce607b062c6e393e5d67;p=nikiroo-utils.git diff --git a/README.md b/README.md index cbd76f7..4d4900d 100644 --- a/README.md +++ b/README.md @@ -59,22 +59,24 @@ version 1.0: 0.0.1: -- Base classes: - - Events - - Codepage - - TApplication loop +- TMenu +- TButton 0.0.2: -- Get modal messagebox running without fibers - 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: + - 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 +103,3 @@ Wishlist features (2.0): - TTerminal - TComboBox - AWTBackend -- ECMABackend - - libgpm support