rlar
|
55638c8023
|
various cleanups
|
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 |
dwarning
|
29179938c7
|
x-axis label for misc. sweep types
|
15 years ago |
rlar
|
a2303d4d78
|
bug fix a segfault when closing a second X11 window, then resizing the first
|
15 years ago |
h_vogt
|
f601632453
|
line 139: test for v_plot
|
15 years ago |
dwarning
|
3ab9e6d060
|
cvs ignore .libs
|
16 years ago |
dwarning
|
b964cf949c
|
cvs ignore *.lo and *.la
|
16 years ago |
rlar
|
eb06eeb4d9
|
swallow type conversion warnings
|
16 years ago |
rlar
|
05441d5823
|
Nr 5/5 (x = ...) == NULL , swallow warnings
|
16 years ago |
rlar
|
e6c30efe46
|
Nr 4/5 (x = ...) != NULL , swallow warnings
|
16 years ago |
rlar
|
acb1c33d66
|
Nr 1/5 (x = ...) == 0 , 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
|
75b6eeb94a
|
add `int' casts to some strlen() expressions, and center labels on a xlog scale
|
16 years ago |
rlar
|
1779d62558
|
add some `int' and `size_t' casts
|
16 years ago |
rlar
|
8cd9d88d40
|
tiny rewrite, avoid type conversion warnings
|
16 years ago |
rlar
|
5f4b0aa798
|
(int) cast the return value of some strlen() invocations
|
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
|
6b5debfc1e
|
use `NUMELEMS' and add some `(int)' casts
|
16 years ago |
rlar
|
b4ffca60c4
|
(int) casts for some `strlen()' expressions
|
16 years ago |
rlar
|
01566f2b49
|
add casts to make `int' versus `size_t' conversions explicit
|
16 years ago |
rlar
|
7b3960506f
|
wrap tmalloc MALLOC etc, into two macros TMALLOC and TREALLOC
|
16 years ago |
rlar
|
15d12df25b
|
tmalloc usage unification, parenthesize some terms
|
16 years ago |
rlar
|
d6353fb9ee
|
struct member devdep, use void* instead of char*
|
16 years ago |
rlar
|
5e8e44cc0a
|
cast the tmalloc, MALLOC, return value
|
16 years ago |
rlar
|
4622d0876e
|
ngcomplex_t instead of complex, #1/2
|
16 years ago |
rlar
|
196262dd1b
|
move the com_*() prototypes around.
|
16 years ago |
rlar
|
d7a9d71a1a
|
remove prototypes, avoid redeclarations
|
16 years ago |
rlar
|
e71ca2c2b7
|
collect plot_cur in "fteext.h"
|
16 years ago |
rlar
|
a9ca8d7331
|
collect gr_clean() gr_end() gr_point() gr_start() gr_fixgrid() in "graf.h"
|
16 years ago |
rlar
|
320258dbd2
|
collect internalerror() in "fteext.h"
|
16 years ago |
rlar
|
3c3b31fa60
|
declare some functions `static'
|
16 years ago |
rlar
|
2540531c38
|
remove local prototypes, which are allready included
|
16 years ago |
rlar
|
7db0ed44ee
|
collect NewGraph() FindGraph() CopyGraph() RemoveWindow() in "ftedbgra.h"
|
16 years ago |
rlar
|
8f8071aceb
|
fix some ancient \n\r and \r\n typos
|
16 years ago |
rlar
|
68b2e6b23a
|
whitespace cleanup (all Makefile.am files)
|
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
|
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
|
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 |