Minor corrections in wording.
Added financial models names.
Added 1 more image.
Added more images and icons.
New script to make all builds.
Ignore *.exe for builds with Windows MSYS2.
Updated PDF for OptionMatrix 1.4.4
Updates for version 1.4.4
Added git tag example.
News for OptionMatrix 1.4.4
Minor document fixes.
Mention the Makefile target make stamp-vti.
Updated to current date.
OptionMatrix 1.4.4 release.
Replaced properties->lc->mon_decimal_point with "."
Mention LANG variable testing.
Change number of models supported from 170 to 171.
Replaced mon_decimal_point with "."
Fixed error with apt-get.
Added make build targets to test.
More file extensions to ignore.
Added files make_tests.sh and make_tests_quantlib.sh to EXTRA_DIST
Added files make_tests.sh and make_tests_quantlib.sh to EXTRA_DIST
Minor change with comment.
Mostly changes in echo and comments.
Added more file types to ingore.
Updated version number of QuanbLib to 1.36
Now mentions new scripts make_tests.sh and make_tests_quantlib.sh
Scripts to test make builds.
New file for testing make builds.
Now mentions to use the make_tests.sh script.
Changed wildcard search on find command.
Removed optionmatrix.info and optionmatrix.pdf from make clean
Changed URL from http://sourceforge.net/projects/optionmatrix to http://sourceforge.net/projects/optionmatrix/
Changed WEBSITE variable from sourceforge.net/projects/optionmatrix to ourceforge.net/projects/optionmatrix/
Removed doc/optionmatrix.info
In EXTRA_DIST added file optionmatrix.info
Removing ignoring *.pdf files. Added optionmatrix.pdf as new file.
Mention to check for compiler warnings. Mention how to remove GTK+ 3 and compile with GTK+ 2.
Replaced CFLAGS="$CFLAGS $pkg_cxxflags" with CXXFLAGS="$CXXFLAGS $pkg_cxxflags".
Upgrade from GNU Autoconf 2.71 to GNU Autoconf 2.72 and minor misc.
Changed from CFLAGS to CXXFLAGS since Quantlib compiles with C++
Added the file optionmatrix.pdf to EXTRA_DIST.
Renamed libncurses5-dev to libncurses-dev.
Added the file optionmatrix.pdf to EXTRA_DIST.
Added more usage examples.
Added more usage examples.
Added valgrind and gprofng checks.
Changed from test.* to test.*er. Do not want to ignore src/common/test.h
Ingore directories created by gprofng.
Removed tabs.
checks command line usage examples.
Minor getopt changes.
Changed image rotation from 4 seconds to 6 seconds.
Added __aarch64__ to detect Raspberry Pi 64 bit.
Removed period . character for consistency.
optionmatrix_console command line usage examples.
optionmatrix command line usage examples.
Minor changes in argument processing. Clean up. Added comments.
Fix so Raspberry Pi 64 does not get ENVIRONMENT32 defined.
Ensure "./optionmatrix -m 0 -i 1000000" works like "./optionmatrix -i 1000000 -m 0".
Commented out g_print().
Capitalized word.
Changed "const char *author" to "const char *const *author".
Changed to a Emacs Org Mode format.
Added item "Build with GTK version 4".
Changed **** to *
Changed **** to *
Added #include <fstream> fixed error on Linux Mint.
Commented out g_print()
Changes so no recalculations when [ ] RealTime is not selected.
New stamp and version.
Changes for EPUB3.
Removed extra newline '\n'.
Added void fill_line(). Changes to strncat() usage. Automatic row scaling to changes in window size. Added Time and CPU time.
Added export to file funtionality.
Changes to support File Export.
Removed tabs
Changes to g_print()
Added void window_configure_event()
g_print() changes. Added callback void window_configure_event().
Changed .bak to *.bak
Added .bak files to ignore
Added that optionmatrix.log file is created in home directory.
Mentioned can be compiled with GTK+ 3 or GTK+ 2.
Mentioned can be compiled with GTK+ 3 and GTK+ 2.
Fixed spinbuttonDayOffset not showing display default in GTK+ 2. Worked fine in GTK+ 3.
Changes for AM_MAINTAINER_MODE so git clone doesn't re-run configure with make.
Mentioned added AM_MAINTAINER_MODE.
Added AM_MAINTAINER_MODE so git clone doesn't re-run configure with make.
Added remove GTK+ 3 and compile with GTK+ 2.
Added -> Fixed compiler errors with GTK+ 2
Fixed issues with GTK+ 2 detection.