* The tx and rx windows can be displayed separately as now, or embedded in the main window.
* Fixed a couple of uninitialised values spotted by valgrind.
* Added wefax tab in configuration menu.
* Max rows number, and adif log flag now stored in configuration.
* Destination directory can be set in configuration menu with Fl_File_Chooser.
* Added option for opening tx window from main menu (Like the rx window).
* RX and TX text windows now disabled (They were useless).
* Shift can ba changed, default 800. Can be set to 850 Hz for Deutsche Wetterdienst.
* Wefax adif log flag now in configuration (And is memorized).
* When clicking on a received file, the image is displayed in the tx window.
* More internationalization.
* Transmit image can be zoomed. Default zoom 50% like rx image.
* Suppressed duplicate info messages.
* Added return http document error tests
* Removed "Weather:\n" prefix from returned data string
* Corrected English / Metric conversions
* Added wind in Meters/Sec to MPH KPH conversion
* Added condition parsing from raw data string
* Added web lookup for METAR station of interest
* Changed text widget from Fl_Text_Display_mod to Fl_Browser
Fl_Browser is a more efficient display mechanism for event
viewing and uses much less cpu cycles especially when the
event log fills to capacity of 65536 lines.
* Added conditional compilation for
- Panel.cxx
- Fl_Text_Buffer.cxx
- Fl_Text_Display.cxx
- Fl_Text_Editor.cxx
- FTextView.cxx
- FTextRXTX.cxx
* Added code to support fast wrap
- Rx text buffer serviced as a non-wrap buffer
- new lines inserted into text stream when current line
length exceeds the panel width
- no attempt to recalculate word wrap if panel is
resized
- needed for slow cpu and OS X X implementation
* Added margin adjuster
* Removed horizontal scroll when word wrap enabled
* Set vertical scroll to always visible - prevents
unnecessary reformating of text when scroll bar
goes from hidden to visible
* Corrected faulty logic in handle_dnd for dragging file from
file manager view to editor widget
- SHIFT-dnd places object name into target widget
- dnd places object contents into target widget
- dnd multiple objects concatenates contents into target widget
* Test for bottom of text visibility when programmatically
adding characters to a text view or edit buffer (Rx/Tx)
* Implemented common FSEL methods for Fltk 1.3.0
- 1.3.0 used common calls for all supported OS
* Write silence stream to right channel if not enabled
* Added separate tab for right channel configuration items
* Replicated right channel control items on the new tab.
Original controls on PTT, CW and RTTY tabs or the
replicants may be toggled to control right channel
operation
* Added check button to enable reversal of left-right audio
channels