Commit Graph

5526 Commits

Author SHA1 Message Date
Holger Vogt 2ef62c934d cp_getvar: force a limit to a string entered
Issue a warning, truncate the string
2020-02-22 09:53:49 +01:00
Holger Vogt 1539887006 color input for text/grids (color1), background (color0)
and graphs (color2-22) on Windows via
set color2=red
set color2=rgb:ff/0/0
set color2=rgbd:255,0,0
several examples given in the example files
2020-02-22 09:52:59 +01:00
Holger Vogt fadd70c4fa enclose in WinGUI #ifdef 2020-02-22 09:52:33 +01:00
Holger Vogt 0434b36074 Restore original 'green', slight update on
auto color selection vs. background
2020-02-22 09:52:22 +01:00
Holger Vogt c1aa6d7142 enable using setting colors by colornn with 0<=nn<=22
The name list of colors is given by
https://www.codeproject.com/Articles/1276/Naming-Common-Colors
2020-02-22 09:52:09 +01:00
Holger Vogt 85fd52e43e list of colors used 2020-02-22 09:51:58 +01:00
Holger Vogt 66b3151dbd enable color selection, if compiled with MINGW 2020-02-22 09:51:32 +01:00
Holger Vogt a709512a86 add color selection to WinGui plots 2020-02-22 09:51:21 +01:00
Holger Vogt 076037a34c generate variable oscompiled
test for variable
2020-02-22 09:50:30 +01:00
Holger Vogt bbf11e0bd3 replace old_x11 by HAVE_LIBXFT defined in configure 2020-02-22 09:49:46 +01:00
Holger Vogt 3031cb5f65 fix remaining bugs when EXT_ASC is defined 2020-02-22 09:49:37 +01:00
Holger Vogt 4b00524b31 Regain static behaviour, keep removing compiler warning 2020-02-22 09:49:00 +01:00
Holger Vogt 4d9167c446 update and unify font handling 2020-02-22 09:48:21 +01:00
Holger Vogt 5aa7ab6f4b Prepare font selection and rotation only once per graph
in func X11_DefineXft().
Only 0 and 90 degree are supported.
2020-02-22 09:48:06 +01:00
Holger Vogt 33647d14ef Select suitable default text color 2020-02-22 09:47:37 +01:00
Holger Vogt e702d5f55c improve on memory leaks
(not yet completely satisfying)
2020-02-22 09:47:12 +01:00
Holger Vogt d7400749ca add empty line after error message 2020-02-22 09:47:02 +01:00
Holger Vogt 405807bb08 Don't call DestroyGraph if graf id is 0 2020-02-22 09:46:35 +01:00
Holger Vogt f1e08d7d32 add to the source window after 'source' command 2020-02-22 09:46:22 +01:00
Holger Vogt 85177fdaa3 Reset DevSwitch before returning 2020-02-22 09:46:01 +01:00
Holger Vogt 93eb6d1954 utf-8 string length determined by strlen 2020-02-22 09:45:49 +01:00
Holger Vogt 52a65f0aac return NULL upon NULL input 2020-02-22 09:45:30 +01:00
Holger Vogt 1e08fd6993 increase buffer size, send text to string window,
retrieve the correct number of byte after utf-8 conversion.

Answering to a promt (e.g. after command 'hardcopy') does not
yet do.
2020-02-22 09:45:01 +01:00
Holger Vogt 4383d4839b Re-sort wide char variable definitions.
add utf-8 ... utf-16 conversion.
Strings in history buffer shall remain utf-8.
History buffering is not yet working.
2020-02-22 09:44:46 +01:00
Holger Vogt 1c1c53434b prevent crash if 'hardcopy' is given without parameters 2020-02-22 09:44:15 +01:00
Holger Vogt cb4eeb44ee re-organize PS color selection
Improve settings for PS image
Improve error messages
2020-02-22 09:43:59 +01:00
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