68 Commits (531c229b0e8f480c0b8e0cd6d5065b3dcd734230)

Author SHA1 Message Date
h_vogt 531c229b0e Add library xft for allowing text rotation. 9 years ago
Jim Monte a7946474fa Additional freeing of device-dependent information for bug #419 and related bugs. 6 years ago
Holger Vogt 56701e3d10 add rotation angle to text output, currently used only by postscript, 8 years ago
dwarning cc4e4d9bad verify pointer before utilization 8 years ago
Holger Vogt e3b2b395b9 fix an ancient bug in retrieving the data with the cursor 8 years ago
Holger Vogt 8fbcb16a57 add fourth parameter to cp_getvar(), in functions missing so far 8 years ago
h_vogt 6f609abc27 x11.c, fix bug #330, rename csh variable font -> xfont 10 years ago
rlar bd0bc3038b use `SWAP' macro 10 years ago
rlar 7bc6374138 cleanup, use '\0' instead of 0 in char context 11 years ago
rlar c5e0bcde04 cleanup using `hypot()' 11 years ago
rlar ed23c7e315 set X11 window title from `graph->plotname' 12 years ago
rlar fe1acd3757 src/frontend/** remove superfluous `return' invocations 14 years ago
rlar 7454a6d486 src/frontend/**, whitespace, indentation, ... 14 years ago
rlar f3b5336d3a cleanup some macros, try to be more careful 14 years ago
rlar 6c01089be1 plug memory leak in x11.c 14 years ago
rlar d8105873db remove error.h, use fteext.h for controlled_exit() 14 years ago
rlar 0b5042e7da remove CVS `Id',`log' etc. keyword incantations 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 9e86e5ca66 rewrite (double)literal --> floating-point-literal 15 years ago
rlar af420a6a01 remove compiler warnings by explicit casting double -> int etc. 15 years ago
rlar 2d1e44787b fix a segfault, when invoking `destroy' while running in batch mode on unix 15 years ago
h_vogt 7365459f75 move #define NUMCOLORS to x11.c 15 years ago
rlar 23056573d8 code cleanup, drop NULL pointer casts 15 years ago
rlar a987113675 cleanup x11 code 15 years ago
rlar e55f9c7fab bugfix, segfault when closing a plot window 15 years ago
rlar 6268d236f0 bug fix a segfault when closing a second x11-window, then resizing the first 15 years ago
rlar a2303d4d78 bug fix a segfault when closing a second X11 window, then resizing the first 15 years ago
rlar e6c30efe46 Nr 4/5 (x = ...) != NULL , swallow warnings 16 years ago
rlar abb87a6115 rename `IGNORE()' --> `NG_IGNORE()' 16 years ago
rlar 80286e0032 pour `IGNORE()' all over the source 16 years ago
rlar 3afbeb53e2 minor rewrite, fix a minor bug in the x11 zoom-in function 16 years ago
rlar 0eccd17d9a add casts for x11 operations, to silence type conversion warnings 16 years ago
rlar 3affeff848 move device dependent colors[] array from `graph' to the x11 specific struct 16 years ago
rlar b4ffca60c4 (int) casts for some `strlen()' expressions 16 years ago
rlar 7b3960506f wrap tmalloc MALLOC etc, into two macros TMALLOC and TREALLOC 16 years ago
rlar d6353fb9ee struct member devdep, use void* instead of char* 16 years ago
rlar 196262dd1b move the com_*() prototypes around. 16 years ago
rlar 3c3b31fa60 declare some functions `static' 16 years ago
rlar 1693270d35 function rename, Text() -> DevDrawText() 16 years ago
rlar 241783d0b5 use for(;;) instead of while(1) to muffle some visual-C warnings 16 years ago
rlar 6713cb5e00 fix comment 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 fe696310d6 muffle `may be used uninitialized' warnings 16 years ago
rlar d44f818cad allow cp_getvar(,CP_BOOL,NULL) to avoid insane usage 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
h_vogt dc7d2d01a2 hardcopy button error removed 16 years ago
h_vogt 7dc6417e6d add xfont, wfont, wfont_size variables 16 years ago