Commit graph

29 commits

Author SHA1 Message Date
David Freese
db871d5c22 fltk-params
* 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
2019-06-30 07:54:11 -05:00
David Freese
74720d1d0b Correct gcc 9 pedantic warnings 2019-01-31 09:16:19 -06:00
David Freese
3f15f0c72f 64 bit compiler warnings
* fix all 64 bit compiler warnings
2019-01-01 14:01:51 -06:00
David Freese
a59e6406c7 ARQ event log
* 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
2018-03-06 21:01:43 -06:00
David Freese
1a5b433b3e Calendar widget
* Fix to year display bug
2017-11-15 06:38:13 -06:00
David Freese
24d18ccac1 64 bit warnings
* Mods to correct most 64 bit compiler warnings
2016-12-20 21:08:08 -06:00
David Freese
fef539e884 Xcode8
* Changes to accommodate Xcode8 builds
2016-10-20 05:56:35 -05:00
David Freese
8cfaa24037 Date Time Formats
* Change all date time formats in various forms to be
    compliant with the configured date and time formats
2016-03-17 10:54:31 -05:00
David Freese
8673835c12 fileselect
* Fix for Native file select dialogs
2015-01-08 07:17:06 -06:00
David Freese
1b2446322f fltk 1.3.3
* Modify flmsg source to compile correctly with 1.3.3
2014-11-14 06:48:16 -06:00
David Freese
05474ef08c ComboBox/ListBox
* 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.
2014-02-17 09:25:56 -06:00
David Freese
37cebcaa9b License Declaration
* Updated all source licensing to satisfy distribution
    requirements.
2014-02-17 09:24:45 -06:00
David Freese
bd0c89a83d wx reports
* Added Severe Weather report
  * Added Storm report
  * Corrected CRC computation
  * Corrected Calendar GMT / Local selection
  * Fixed OS X ComboBox bug
2014-01-27 13:17:39 -06:00
David Freese
817f111982 String_c
* Change use of fl_string internal definition to be dependent
    on MAJOR, MINOR, and PATCH associated with FLTK library
    used to build the application
2013-05-02 18:00:02 -05:00
David Freese
c9d4204eb0 Combo box update
* Corrected combo box popup browser resizing
2012-08-31 07:22:00 -05:00
David Freese
652ff624cd Hurricane report
* Hurricane wx report form iaw WX4NHC
2012-07-25 08:54:12 -05:00
David Freese
aad7d2747d CSV templates
* Added ability to directly send and receive Comma Separated Value
    files (spreadsheets)
2012-07-13 05:00:29 -05:00
David Freese
a75eba1bdd Tango pixmaps
* added source file to repository -- missed this action
    on commit 6f601bb39a
2012-07-09 14:17:35 -05:00
Kamal Mostafa
6f601bb39a Tango icon pixmaps update to version 0.8.90 (public domain)
* 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.
2012-06-30 20:24:51 -05:00
David Freese
cef4a2fb18 OS X fileselect
* Fixed native file chooser faults
2012-06-08 12:47:13 -05:00
David Freese
a20e8f97ec Text Edit
* handle_key_bindings - add test for NULL struct
  * handle CAPS_LOCK event
2012-04-15 04:46:58 -05:00
David Freese
ab2e120e3a FTextView
* Fix for compiling against FLTK-1.1.10
2012-04-11 17:50:19 -05:00
David Freese
edc03fe867 Default folders
* Modified default folder behavior for Save and Save As
  * Modified debug save method
2012-03-31 07:52:34 -05:00
David Freese
709bbb46e9 Event Log
* enable event log
  * add CRC checksum events
2012-02-12 18:56:41 -06:00
David Freese
6482b49cfb Text Edit revision
* Added Text_Edit_mod_1_3 code to flmsg source
  * Stock Fltk_1.3.0 Text Edit widget caused system crash
    on XP / Win7 when ^C or ^V key sequence issued
2012-01-29 15:26:44 -06:00
David Freese
50865cd3f9 Event log
* added support code for event log
2012-01-29 14:30:23 -06:00
David Freese
cd790b5f86 fltk-1.3 mods
* changes to support conditional compilation against fltk-1.3.x
2012-01-02 08:46:54 -06:00
David Freese
32a9465066 flnfc_common location
* moved to subdirectory 'widgets'
2011-11-25 16:00:45 -06:00
David Freese
7839a4f0cb Reorg
Reorganized source directory structure by form
  family and use.
2011-10-28 05:00:14 -05:00