Holger Vogt
87b59d22a5
add generation of svg graphics file
based on patch no. 97 by Giles Atkinson
6 years ago
Jim Monte
a3a8bc702d
type modifier, parameter graph removed from SetColor()
6 years ago
Vogt
728ddae41e
Set the color tables and linewidths personal for each graph,
added to strucht graph
Use only these data for plotting.
If zooming a plot windows, set as an extra parameter the graph id
of the 'mother graph'. Copy its color and line data to the new graph.
This is done by an extra parameter sgraphid to the internal plot
command that is issued in fcn PlotWindowProc().
Thus zooming will keep the background, text/line and graph colors.
Function setcolor() will always look into the colorarray of the
current graph.
6 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
573b270b6d
Give a better, modern name for this type of display
6 years ago
Holger Vogt
56701e3d10
add rotation angle to text output, currently used only by postscript,
ignored by all others
8 years ago
Holger Vogt
ef5747905f
fix bug no. 362, reported by Bohdan Tkhir
replace size_of by sizeof
8 years ago
Holger Vogt
af70c2e8f0
cp_getvar with CP_STRING: add size of string to function parameters
8 years ago
h_vogt
b62b67bf25
display.c: exclude SHARED_MODULE if console
13 years ago
h_vogt
d7e291c53a
HAS_WINDOWS --> HAS_WINGUI
allow compilation on MS Windows without GUI
13 years ago
rlar
7454a6d486
src/frontend/**, whitespace, indentation, ...
untabify
delete-trailing-whitespace
braces
...
checked for object file invariance on linux
14 years ago
rlar
590fc543f8
avoid error messages when finally closing the display device.
these messages creeped in with commit
2012-08-19 18:58:31
"plug memory leak in x11.c"
when the "printf" device Close and Update
functions might be invoked on program termination.
use the silent "nop" implementation
instead of the error reporting "nodev" implementation
14 years ago
rlar
6c01089be1
plug memory leak in x11.c
try to obey the Xt toolkit protocol when closing widgets and application
14 years ago
rlar
7126dd6f1d
display.c, cleanup
14 years ago
rlar
d8105873db
remove error.h, use fteext.h for controlled_exit()
14 years ago
rlar
e889c821d1
configure.ac, fix `NO_X' and `has_no_help'
drop configure options `--enable-x' and `--disable-x'
use `--with-x' and `--without-x' provided by AC_PATH_X
bug tracker item:
[ngspice-Bugs-3515015] Startup error message without x11
https://sourceforge.net/tracker/index.php?func=detail&aid=3515015&group_id=38962&atid=423915
14 years ago
rlar
0b5042e7da
remove CVS `Id',`log' etc. keyword incantations
14 years ago
rlar
10346e055c
#1/4 #include <ngspice/...> --> #include "ngspice/..."
14 years ago
rlar
d26015586c
#1/7 use a subdirectory "ngspice" for includes to create a uniq namespace
15 years ago
h_vogt
d609107127
better warning if compiled as console app under Windows
15 years ago
h_vogt
561e339365
reduce compiler warnings
15 years ago
rlar
0b6a557334
code cleanup
15 years ago
rlar
6ac005103b
add some more `int' versus `size_t' casts
16 years ago
rlar
7b3960506f
wrap tmalloc MALLOC etc, into two macros TMALLOC and TREALLOC
16 years ago
h_vogt
102420262c
error message 'no graphics interface...
16 years ago
rlar
af4589529d
function rename, struct DISPDEVICE . Text() -> DrawText()
16 years ago
rlar
4f915cb283
function rename, struct DISPDEVICE . Arc() -> DrawArc()
16 years ago
rlar
76d22c3691
function rename, Update() -> DevUpdate()
16 years ago
rlar
38abf408d5
function rename, DrawLine() -> DevDrawLine()
16 years ago
rlar
1693270d35
function rename, Text() -> DevDrawText()
16 years ago
rlar
984754de75
function rename, Arc() -> DevDrawArc()
16 years ago
rlar
a8c64094fc
fix busy waiting loop, when using editline
16 years ago
rlar
2fcbcc5f48
bug fix, implementation of the X11 draw arc implementation.
16 years ago
rlar
a76cd1e104
textual replacement VT_* to CP_*, to avoid conflict in the windows world
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
pnenzi
fa549df82a
TCLSPICE IMPORT + libtool + measure2 command
18 years ago
dwarning
75d721a38f
no WINX_Ready parameter
19 years ago
sjborley
6fcd2e24e9
Fixed warning about redefinition of XtNumber.
21 years ago
sjborley
e4e2de886f
Fixed path for include of windisp.h and winprint.h
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
760d8ff918
Replace C++ style comment with C style comment
21 years ago
sjborley
7376fa66e5
Fixed line-endings (DOS to UNIX)
and translated German to English in comments.
21 years ago
pnenzi
8362dec274
Integrated code from tclspice, brorson xspice and Vera memleak.
23 years ago
pnenzi
937e3db647
Holger Vogt Windows port for Ngspice.
25 years ago
pnenzi
c68f3470e4
Code cleanup.
25 years ago
arno
cc51f0e8db
* src/main.c, src/multidec.c, src/proc2mod.c,
26 years ago
arno
489fc66afd
src/Makefile.am src/help.c src/main.c
26 years ago
arno
3d4cf4d86c
* src/include/Makefile.am src/include/cpstd.h
26 years ago
arno
8696a52e89
* src/Makefile.am src/main.c src/sconvert.c
26 years ago