X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=docs%2FTODO.md;h=64ec85439cb10c7023199ab9041addf132238b20;hb=42873e30bf487bc0b695d60652dba44f82185dbb;hp=3f4df474c38e07da1879910d21be702139b08008;hpb=ca965765a69b96141ddf9cc170cb380eb21cf28e;p=fanfix.git diff --git a/docs/TODO.md b/docs/TODO.md index 3f4df47..64ec854 100644 --- a/docs/TODO.md +++ b/docs/TODO.md @@ -10,6 +10,10 @@ BUG: TTreeView.reflow() doesn't keep the vertical dot within the 0.0.5 +- Multiscreen support: + - cmAbort to cmScreenDisconnected + - cmScreenConnected + - TApplication - getAllWindows() - Expose menu management functions (addMenu, getMenu, getAllMenus, @@ -39,12 +43,6 @@ BUG: TTreeView.reflow() doesn't keep the vertical dot within the 0.0.7 -- Refactor SwingBackend to be embeddable - - jexer.Swing.blockMousePointer: false = do not invert cell, true - (default) is current behavior - - Make Demo5 with two separate Swing demos in a single JFrame. - - Make Demo6 mixing Swing and Jexer components - - THelpWindow - TText + clickable links - Index