Commit Graph

5500 Commits

Author SHA1 Message Date
Holger Vogt c000b2042a allow independent linewidth and gridwidth settings from within the .control section 2020-02-22 09:43:28 +01:00
Holger Vogt 97065f9507 prevent compiler warnings
enable short GUI interaction from within spfactor.c
2020-02-22 09:42:08 +01:00
Holger Vogt 109607a044 Lengthy op calculations make the Win GUI unresposive.
A macro adds a short travel to the GUI fro0m within
the matrix ordering and factoring. Time overhead
during op is less than 0.5%.
2020-02-22 09:41:44 +01:00
Holger Vogt 4f9040c6b2 Variables xbrushwidth and gridwidth (to be set e.g. in
.spiceinit) allow setting separately the linewidths of the
graph (xbrushwidth) and the grid (gridwidth).
2020-02-22 09:41:06 +01:00
Holger Vogt 90c59ec39e Add function returning the true string length in pixels.
May be called from outside of x11.c.
2020-02-22 09:40:28 +01:00
Holger Vogt e5e019c6ce add gridwidth, xbrushwidth to postscript output 2020-02-22 09:40:12 +01:00
Holger Vogt d9e3e30c62 add missing üarameter to DevDrawLine for X11 and HPGL 2020-02-22 09:39:43 +01:00
Holger Vogt 7f301cbe33 Enable separate linewidths for grids and graphs.
New variable gridwidth overrides xbrushwidth for graphs.
Fcn DevDrawLine() with boolean flag if grid is plotted.
Postscript, Gnuplot and X11 not (yet) supported.
2020-02-22 09:39:27 +01:00
Holger Vogt 7bf2fbde75 add missing declaration of old_x11 2020-02-22 09:39:16 +01:00
h_vogt 095fde74c4 add wide char for string i/o under Windows
add utf-8 systax check
2020-02-22 09:38:25 +01:00
h_vogt 8457c6dcf6 return extended ascii as alpha 2020-02-22 09:37:48 +01:00
Holger Vogt c0b9ef41b1 For UNICODE use char in comparison to ' '
only as unsigned char
2020-02-22 09:37:32 +01:00
h_vogt 577020e9c7 Add library xft for allowing text rotation.
Setting variabe 'old_x11' will retain previous behaviour.
2020-02-22 09:37:14 +01:00
h_vogt 49af98a425 Add and ignore angle in fcn for text out 2020-02-22 09:37:03 +01:00
Holger Vogt 8d2fe137e2 add angle to allow text rotation 2020-02-22 09:36:46 +01:00
h_vogt 34f2f373fc #define fopen newfopen
and header for MINGW and MS VS
2020-02-22 09:36:14 +01:00
h_vogt e46aab1788 function newfopen to replace fopen
by reading wide char strings
2020-02-22 09:36:05 +01:00
Holger Vogt 904cc4a1bc add extended ascii and its selection
converter UTF-8 to ISO-8859-1/ISO-8859-15
2020-02-22 09:35:38 +01:00
Holger Vogt a4cf5eae44 remove bracket left over from recent manual merge conflict resolution 2020-02-22 09:35:31 +01:00
h_vogt d2afa97717 Enable utf-8 and UNICODE for string handling.
preprocessor flag EXT_ASC resets handling to old behaviour.
Add utf-16 wide char to all Windows string i/o.
Add translation between utf-8 and utf-16.
Add angle to fcn DevDrawText.
2020-02-22 09:35:21 +01:00
Holger Vogt c094b12d3d Zero fp, this fixes bug no #475 2020-02-19 23:43:23 +01:00
Jim Monte d3150377b0 Made descriptions of invalid interpolation cases more descriptive and fixed a memory leak 2020-02-19 15:28:34 +01:00
dwarning 9c89e480a6 partially revert commit b4bbcb149 for spec analysis functionality 2020-02-17 09:56:05 +01:00
dwarning d61af96eb4 more meaningful warning if vector can't interpolate 2020-02-17 09:20:09 +01:00
Holger Vogt f5b8de12b8 remove unreachable code warning, add const 2020-02-14 23:01:35 +01:00
Holger Vogt 871677e809 Fixed compiler warnings related to const, unreachable code, and an empty translation unit. 2020-02-14 22:52:09 +01:00
Jim Monte 38fb2e205f Fixed incorrect type of variable ch_cur. It was from const char * but should have been const char. 2020-02-14 19:41:26 +01:00
Holger Vogt 9b4944df33 make path to dstring.c independent from build directory 2020-02-14 19:37:19 +01:00
Holger Vogt ed95f46259 Revert "correct the path to dstring.c"
This reverts commit 28002be150.
2020-02-14 19:35:30 +01:00
Holger Vogt 94960da207 prevent false freeing of vector 2020-02-13 21:32:02 +01:00
dwarning 28002be150 correct the path to dstring.c 2020-02-13 18:43:04 +01:00
dwarning 0c69374876 no wrapper cp_globmatch needed 2020-02-13 18:21:34 +01:00
Vogt bb61c0ba1e just use strcmp instead of wrapper function 2020-02-13 16:56:13 +01:00
Holger Vogt 6ce9003d3d update to cmpp by J. Monte 2020-02-12 23:13:08 +01:00
Jim Monte e4c6789bc3 Jim Monte's update to cmpp 2020-02-12 22:55:44 +01:00
Holger Vogt ef6c8abb6c Fix of buffer overrun in interpolation at endpoint of interval.
Made cfunc.mod for tables more modular.
Prevented buffer overrun when building file name.
Added error checking for allocation failures in many locations.
Made binary search for interpolation more efficient.
2020-02-12 22:48:16 +01:00
Jim Monte 1d86e5a9c7 fixed singluar/plural agreement in an error message generated by the let command 2020-02-12 22:40:53 +01:00
Jim Monte 2035442a9f fixed path created by ngdirname in Windows. Also added const to parameters whose arguments do not change and fixed some potential buffer overruns. 2020-02-12 22:40:46 +01:00
Jim Monte 33bb874678 Add const to some parameters, made function static 2020-02-12 22:40:32 +01:00
Jim Monte aee256e211 Fix of buffer overrun in interpolation at endpoint of interval. Made cfunc.mod for tables more modular. Prevented buffer overrun when building file name. Added error checking for allocation failures in many locations. Made binary search for interpolation more efficient. 2020-02-12 22:33:52 +01:00
Jim Monte 46b6ab8994 Added support for DSTRING in code modules with makefile builds 2020-02-12 22:32:25 +01:00
Jim Monte 4e51060684 Clarified error message 2020-02-12 22:32:18 +01:00
Jim Monte 31c7b69d39 Fixed compile warning about signed/unsigned comparison. 2020-02-12 22:31:55 +01:00
Jim Monte 5652afc87d Gave structure defining Mif_Complex_t a name so that it could be forward referenced. 2020-02-12 22:31:46 +01:00
Jim Monte 60ad18d263 Formatting and added comments 2020-02-12 22:31:35 +01:00
Jim Monte 8afb9635c1 Formatting 2020-02-12 22:31:20 +01:00
Jim Monte 8ead6c1b77 Minor fix to end-of-index processing of let command 2020-02-12 22:27:29 +01:00
Jim Monte 344fa243bd File path built more efficiently and now allows an arbitrary length. Prevented strdup() of NULL if path too long. Similarly prevented fopen with a NULL file name. Added function to determine Windows absolute paths properly. Fixed numerous issues that were caused by including Windows system header due to conflicting names. Generally a CMPP_ prefix was added as a "namespace". Also used the standard C bool type instead of defining one. 2020-02-12 22:27:13 +01:00
Jim Monte affa528cb5 Rework of let command. Added support for slices as described in feature #69 and fixed several crashes and issues described in bugs #443, #444, #446, #447, and #448. 2020-02-12 22:14:51 +01:00
Jim Monte 4392ccc520 Formatting and comments added 2020-02-12 22:10:12 +01:00