Holger Vogt
10f0eea93e
add gridwidth, xbrushwidth to postscript output
9 years ago
Holger Vogt
ca7c77315a
add missing üarameter to DevDrawLine for X11 and HPGL
9 years ago
Holger Vogt
8751092812
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.
9 years ago
Holger Vogt
7690b64571
add missing declaration of old_x11
9 years ago
h_vogt
7de3334cc1
short description of utf-8+1 branch contents
9 years ago
h_vogt
31aca8d00c
freetype includes, checking for Xft lib, fontconfig
9 years ago
h_vogt
56b008a34d
some utf-8 examples
please apologize for the nonsense texts
9 years ago
h_vogt
7c3a305d43
add wide char for string i/o under Windows
add utf-8 systax check
9 years ago
h_vogt
22f4e8f82d
return extended ascii as alpha
9 years ago
Holger Vogt
85142709fc
For UNICODE use char in comparison to ' '
only as unsigned char
6 years ago
h_vogt
531c229b0e
Add library xft for allowing text rotation.
Setting variabe 'old_x11' will retain previous behaviour.
9 years ago
h_vogt
0cdea87cb5
Add and ignore angle in fcn for text out
9 years ago
Holger Vogt
0dfe8a22ad
add angle to allow text rotation
6 years ago
h_vogt
697facdc30
#define fopen newfopen
and header for MINGW and MS VS
9 years ago
h_vogt
9f272ea8f6
function newfopen to replace fopen
by reading wide char strings
9 years ago
Holger Vogt
59adfc1d68
add extended ascii and its selection
converter UTF-8 to ISO-8859-1/ISO-8859-15
6 years ago
Holger Vogt
c4f641dad6
remove bracket left over from recent manual merge conflict resolution
6 years ago
h_vogt
dbd0a5743a
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.
9 years ago
Holger Vogt
28c0fbf397
Zero fp, this fixes bug no #475
6 years ago
Jim Monte
93233fde2c
Made descriptions of invalid interpolation cases more descriptive and fixed a memory leak
6 years ago
dwarning
740df722c7
partially revert commit b4bbcb149 for spec analysis functionality
6 years ago
dwarning
86d7963f32
more meaningful warning if vector can't interpolate
6 years ago
Holger Vogt
0ad7acadec
remove unreachable code warning, add const
6 years ago
Holger Vogt
c77da1870d
Fixed compiler warnings related to const, unreachable code, and an empty translation unit.
6 years ago
Jim Monte
7084274344
Fixed incorrect type of variable ch_cur. It was from const char * but should have been const char.
6 years ago
Holger Vogt
5bd45c0451
make path to dstring.c independent from build directory
6 years ago
Holger Vogt
5bc9a320eb
Revert "correct the path to dstring.c"
This reverts commit 28002be150 .
6 years ago
Holger Vogt
89ea46e39a
prevent false freeing of vector
6 years ago
dwarning
129b219ed2
correct the path to dstring.c
6 years ago
dwarning
4f75d56011
no wrapper cp_globmatch needed
6 years ago
Vogt
e628fd8977
just use strcmp instead of wrapper function
6 years ago
Holger Vogt
5e76758e57
update to cmpp by J. Monte
6 years ago
Jim Monte
955dda749d
Jim Monte's update to cmpp
6 years ago
Holger Vogt
375a92d788
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.
6 years ago
Jim Monte
92065ea41b
fixed singluar/plural agreement in an error message generated by the let command
6 years ago
Jim Monte
a53cd3a3e9
fixed path created by ngdirname in Windows. Also added const to parameters whose arguments do not change and fixed some potential buffer overruns.
6 years ago
Jim Monte
2d9110bf65
Add const to some parameters, made function static
6 years ago
Jim Monte
1867f5b727
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.
6 years ago
Jim Monte
b4757f934b
Added support for DSTRING in code modules with makefile builds
6 years ago
Jim Monte
190c7fb75c
Clarified error message
6 years ago
Jim Monte
ac49ccaf58
Fixed compile warning about signed/unsigned comparison.
6 years ago
Jim Monte
d254b6c97e
Gave structure defining Mif_Complex_t a name so that it could be forward referenced.
6 years ago
Jim Monte
bfe660e57b
Formatting and added comments
6 years ago
Jim Monte
082f36e794
Formatting
6 years ago
Jim Monte
2f8b7ab062
Minor fix to end-of-index processing of let command
6 years ago
Jim Monte
b967caaabb
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.
6 years ago
Jim Monte
0c741bbde2
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 .
6 years ago
Jim Monte
7990a82f02
Formatting and comments added
6 years ago
Jim Monte
3a2a05f7b0
Removed unnecessary comparisons when lowercasing a string.
6 years ago
Jim Monte
b767df3a7e
Modified calculation to determine when memory is nearly exhausted. Also changed prototypes of memory reporting functions to match their definitions.
6 years ago