* Change expert dialog to allow resizing
. using -g WxH+X+Y command line parameter
. by corner drag resize
. flmsg remembers position and size between
executions, unless the -g parameter is
invoked.
* Scrolling widgets do not resize. The fltk
scroll widget does not resize internal widgets
* add event lines population upon initial open
* events appended to protected string
* add percentage sent/rcvd to event log
* add notify dialog widget - open instance when
- arq transfer completed
- arq transfer aborted
- arq transfer timed out
* add log files directory to .nbems structure
- store current log file in log file directory
- add log file aging, keep last 5 logs
* add key stroke handler to popup
* down arrow opens the popup if the combo has
keyboard focus.
* up/down arrow keys move selection in popup
* enter key moves the popup selection to the
output widget
* escape key closes the popup
* enter ASCII key sequence to search for and select
corresponding entry in popup
* closing popup erases keyboard buffer
* added class Fl_ListBox
- based on Fl_ComboBox, but with an output label
in lieu of an Fl_Input widget
- appeance is similar to Fl_ComboBox, but label
never receives keyboard or mouse focus.
* Replace the Tango Icon Library pixmaps (previously licensed as CC-BY-SA-2.5)
with new pixmaps generated from tango-icon-theme-0.8.90, which has since
been re-licensed as Public Domain. Move Tango pixmaps to pixmaps_tango.cxx.