Link back to sf.net
[nikiroo-utils.git] / docs / worklog.md
CommitLineData
55d2b2c2
KL
1Jexer Work Log
2==============
3
a7986f7b
KL
4March 18, 2017
5
6TStatusBar is working, as is "smart" window placement. Overall this
7is looking quite nice. Found a lot of other small paper cut items and
8fixed them. It looks absolutely gorgeous on Mac now.
9
10Tomorrow I will get to the public wifi and get this uploaded.
11
12Time to call this 0.0.4 now though. We are up to 32,123 lines of
13code.
14
55d2b2c2
KL
15March 17, 2017
16
17Jexer is coming back to active development status. I had a lot of
18other projects ahead of it in the queue, mostly Qodem but also Jermit
19and of course lots of actual day job work keeping me too tired for
20afterhours stuff. But here we are now, and I want to get Jexer to its
211.0.0 release before the end of 2018. After that it will be a
22critical bit of function for IWP and NIB, if I ever get those going.
23I need to re-organize the demo app a bit so that it fits within 80x25,
24and then get to TStatusBar.
25
26A status bar will be an optional part of TWindow. If it exists, then
27it will be drawn last by TApplication and get events routed to it from
28TWindow's event handlers. This will have the nice effect that the
29status bar can change depending on which window is active, without any
30real extra work on TApplication's part.
31
32Putting together a proper TODO now, with release and regression
33checklists. I think I will see if jexer is available at SourceForge,
34and if so grab it. Perhaps I can put together some good Turbo Vision
35resources too. At the very least direct people to the Borland-derived
36C++ releases and Free Vision.
37