* 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
* maintenance release
OS X STRINGS_H
ifdef conflict with OS headers in most recent Xcode
distributions
flmsg-dir
Windows target not parsing command line parameters
64 bit compiler warnings
fix all 64 bit compiler warnings
Double click
add double click timer to AutoSend button
ignore multiple clicks of button that occur within a
2 second window.
Internationalization
Update translatable strings to _(...) format
Create PO directory
Extract all translatable strings
checked attribute
change CHECKED and ON attributes to "Y"
reduces size of transmitted text stream
* added HTML-5 telephone field to custom.cxx
* added HTML-t email field to custom.cxx
* limit upper case field conversions to within
the bounds of <body ... </body
* 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
* Maintenance release
dnd text string
open blank form, insert text string for
both dnd panel and blue dnd target when
text from clipboard is dropped on to active
target.
Filename
repair damage caused by 'win mingw' commit
- some build compilers do not properly parse
"string"ABCD where ABC is #define "ABC"
- changed all such occurances to
string("string").append(ABC)
* repair damage caused by 'win mingw' commit
- some build compilers do not properly parse
"string"ABCD where ABCD is #define "ABC"
- changed all such occurances to
string("string").append(ABCD)
* Added new fields / data to HTML file copy
- received from call / net / date-time
- sent to call / net / date-time
- originator date-time
- delivered to date-time