rlar
6713cb5e00
fix comment
16 years ago
rlar
a8c64094fc
fix busy waiting loop, when using editline
16 years ago
rlar
eaef9ffd7a
implement Arc() for plot5 and hpgl (smith diagram)
16 years ago
rlar
2fcbcc5f48
bug fix, implementation of the X11 draw arc implementation.
16 years ago
rlar
618c5961ad
fix some literal floating point constants, which should have been integers
16 years ago
rlar
fe696310d6
muffle `may be used uninitialized' warnings
16 years ago
rlar
8851f67efd
Change remaining code to use the new usage pattern cp_getvar(,CP_BOOL,NULL)
16 years ago
rlar
d44f818cad
allow cp_getvar(,CP_BOOL,NULL) to avoid insane usage
16 years ago
rlar
61bba96f42
textual replacement vt_types to cp_types, to complete the last change
16 years ago
rlar
a76cd1e104
textual replacement VT_* to CP_*, to avoid conflict in the windows world
16 years ago
rlar
0aa1c09d73
consolidate enum cp_types and enum vt_types .
use this enum for some function arguments and struct members .
drop some include "variable.h" which are no longer needed ,
propably many more could be droped .
drop #define VT_* which have been used as workaround for the type mess .
16 years ago
rlar
3369d860b4
cast the return values of malloc() function calls
16 years ago
rlar
779e5a978c
ansi prototypes for the function pointers in struct DISPDEVICE
16 years ago
rlar
a120a5d049
drop the casts for pointer arguments of bcopy() and bzero()
16 years ago
dwarning
532a13fd08
missing LF on end
16 years ago
h_vogt
4068f498c6
command wrdata
16 years ago
h_vogt
d8810a841a
patches by R. Larice
16 years ago
h_vogt
dc7d2d01a2
hardcopy button error removed
16 years ago
h_vogt
7dc6417e6d
add xfont, wfont, wfont_size variables
16 years ago
h_vogt
f34a09b540
gnuplot update
16 years ago
h_vogt
b500f3e32c
calling gnuplot via xterm
16 years ago
h_vogt
2c5ed4f83e
gnuplot updates
16 years ago
h_vogt
46e6df66ce
gnuplot enhancements (for Windows)
16 years ago
h_vogt
c1f06ba5c4
patch by R. Larice
16 years ago
dwarning
07e06cf701
initialize local variables
17 years ago
h_vogt
e778aab344
iplot graphics scaling, printing interrupt message
17 years ago
h_vogt
e43430a669
memory leaks removed
17 years ago
h_vogt
55848d318a
xlabel, ylabel, title: allow composite strings in zoomed windows
17 years ago
h_vogt
ed1c4cb09c
allow x-button to close plot windows
17 years ago
h_vogt
9b5c583f30
command 'destroy' removes graphics window before deleting data
17 years ago
pnenzi
ceecdbf97d
Fixed some issues with smith and polar plots. Patch from espice
17 years ago
pnenzi
fa549df82a
TCLSPICE IMPORT + libtool + measure2 command
18 years ago
pnenzi
7f6ad5c706
Updated to new automake standard. Replaced all INCLUDES with AM_CPPFLAGS
18 years ago
pnenzi
64baf803b6
Small corrections: duplicate entries and redundant include.
18 years ago
pnenzi
966ec71b16
Applied patch from Lionel Sainte Cluque to compile spice without X
18 years ago
h_vogt
5e0964c4d4
remove iplot bug (line 686)
18 years ago
dwarning
c505cd4436
adding windows gnuplot, some modifications
18 years ago
pnenzi
6b61d1d660
Added initial support for gnuplot output (not yet working)
18 years ago
pnenzi
008c9d7a4c
Improved reporting (from Phil Barker)
19 years ago
pnenzi
5bcb23d795
Removed casting for strictier syntax of recent gcc compilers.
21 years ago
sjborley
67ff1b3a83
Tidy up of the header files in src/frontend and sub-directories. Motivation is to remove extern declarations within .c files and place them in .h files. Added new header files where necessary (and adjusted makefile.am files where required)
21 years ago
sjborley
c87326ebc8
Replaced extern references in .c file with #include of suitable headers.
21 years ago
sjborley
1d414b9595
Fix bug introduced in my last change. Thanks to Hitoshi Tanaka.
21 years ago
sjborley
84b7f8c73d
Fixed bug with 'plot title title_name' (see bug [ 557638 ] plot segmentation fault).
21 years ago
sjborley
1facfd764d
Added new syntax to the the resistor card to support HSpice style temperature dependence (from Hitoshi Tanaka <HDA01055@nifty.com>)
21 years ago
sjborley
cb247a15fb
Added support for the BSD licensed editline library (libedit).
21 years ago
pnenzi
985d977197
Applied Steven Borley patch for numparam and frontend. See Changelog.
21 years ago
pnenzi
1260ae08db
Update autoconf scripts and applied Niessner patch to remove compiler warnings.
22 years ago
pnenzi
b03a70760b
Applied Stuart's 12-03-2003 patch. Support for readline (disabled) and for node names in the form (x,y).
23 years ago
pnenzi
8686a73047
Added readline patch (support for command history).
23 years ago