X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=README.md;h=ced2867e385357383e4ca7e7500e04255132cb6c;hb=7b5261bc5b641e0769902f014e3b21f61050b02b;hp=cc1d44cb9c412703bc065b7587e301912c623a4c;hpb=9edb442b712de01d1b7af81d1d57a29c2c6e7871;p=fanfix.git diff --git a/README.md b/README.md index cc1d44c..ced2867 100644 --- a/README.md +++ b/README.md @@ -60,21 +60,26 @@ version 1.0: 0.0.1: - Base classes: + - TCommand use getters/setters + - TCommand.Type: switch to int so that subclasses can make more + kinds of commands + - TKeypress use getters/setters to make immutable + - TKeypressEvent use getters/setters to make immutable + - TMouseEvent use getters/setters to make immutable +- Get a movable window on screen - TWidget - TWindow -- package-info's -- Incorporate checkstyle ant task - - Fix all noted issues except use of tabs + - TLabel 0.0.2: -- Get modal messagebox running without fibers (use two reader threads - with syncronization, don't bother with coroutines) - 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: