Holger Vogt
ac7584bcf6
Unify the function interface, avoid lto-type-mismatch
2 years ago
Holger Vogt
c9a19c7569
Fix for bug 547
Reduce length of wchar_t strings to the minimum required
for conversion
Check if Bold or Italic is given in the font name, set
corresponding variable
5 years ago
Holger Vogt
a836f81d62
This is a quick fix to the Windows printing function.
Tested with pdf and a color laser printer.
Still some bugs: the grid needs to be fixed.
6 years ago
Jim Monte
ca2be5dd41
More efficient utf-8 to tchar conversion
remove 'graph' from SetColor
6 years ago
Holger Vogt
779bd0e6e2
Commit [88653f] Fixed assorted compiler warnings, memory leaks, etc.
branch beta_jdm by Jim Monte
6 years ago
Holger Vogt
a084f4f2b5
avoid type conversion warning size_t -> int
6 years ago
Holger Vogt
6094769fda
Restore original 'green', slight update on
auto color selection vs. background
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
Jim Monte
a7946474fa
Additional freeing of device-dependent information for bug #419 and related bugs.
6 years ago
h_vogt
d7e291c53a
HAS_WINDOWS --> HAS_WINGUI
allow compilation on MS Windows without GUI
13 years ago
Francesco Lannutti
a4e0cfe341
move windows specific `STRICT' definition to canonical place
14 years ago
rlar
10346e055c
#1/4 #include <ngspice/...> --> #include "ngspice/..."
15 years ago
rlar
d26015586c
#1/7 use a subdirectory "ngspice" for includes to create a uniq namespace
15 years ago
rlar
12eba3888e
cleanup integer type conversions
15 years ago
h_vogt
561e339365
reduce compiler warnings
15 years ago
rlar
d6353fb9ee
struct member devdep, use void* instead of char*
16 years ago
rlar
cd197da4e5
fix commit from today, `function rename, Arc() -> DevDrawArc()`
16 years ago
rlar
984754de75
function rename, Arc() -> DevDrawArc()
16 years ago
dwarning
f58d7a5001
omit warnings
16 years ago
rlar
2fcbcc5f48
bug fix, implementation of the X11 draw arc implementation.
16 years ago
rlar
779e5a978c
ansi prototypes for the function pointers in struct DISPDEVICE
16 years ago
dwarning
a277f1b082
pragmas only for MSC
18 years ago
dwarning
8dfa76b756
Prototypes and C comments
19 years ago
sjborley
05941422ae
Conversion to ASCII of German comments by Dietmar Warning
21 years ago
sjborley
c9120c1d8c
Fixed problem of duplicated define of BOOL when compiled with MinGW
21 years ago
pnenzi
a7e1405208
Windows port of Ngspice (Holger Vogt) (part 2)
25 years ago