Rev |
Age |
Author |
Path |
Log message |
Diff |
18159 |
230 d 8 h |
bpr |
/trunk/wims/src/Flydraw/ |
[flydraw] introduce noreset and reset (work in progress) |
|
18133 |
239 d 9 h |
bpr |
/trunk/wims/src/Flydraw/ |
[fix] bad declaration of filled and dashed |
|
18125 |
240 d 3 h |
bpr |
/trunk/wims/src/Flydraw/ |
[flydraw] add keywords dashed and filled as in canvasdraw
everything has not been implemented. Doc has not been updated. |
|
17574 |
634 d 4 h |
bpr |
/trunk/wims/src/Flydraw/ |
[work in progress] flydraw -> tikz |
|
15297 |
1560 d 2 h |
bpr |
/trunk/wims/src/ |
[minor] clean not useful comments |
|
14873 |
1673 d 0 h |
georgesk |
/trunk/wims/src/ |
This commit is about support for gcc-10. This version of gcc
is not yet mandatory, but soon gcc-9 will be outdated, and it
is good to take some advance now. Gcc-10 raises errors for every
multiple declaration of a variable, and there were many of them
in the source code.
In all but one case, the solution was to declare extern clauses in
header (.h) files, and to check that the actual variable is declared
in one of the .c file to be compiled and linked.
The file config.c contained one unused variable, with a conflicting
name, now it is commented out.
Dear coworkers, if you read those lines please review carefully the
changes. I did my best, but error is human. |
|
8878 |
3482 d 23 h |
bpr |
/trunk/wims/src/Flydraw/ |
[clean] change process in fly_process; double getvar(char *p) is not used in Flydraw |
|
8414 |
3644 d 21 h |
bpr |
/trunk/wims/src/Flydraw/ |
[minor/add] add crosshair crosshairs crosshairsize + some alias. |
|
8195 |
3720 d 9 h |
bpr |
/trunk/wims/src/ |
[major/clean] clean differents definitions of errors (give differents names)
delete error1 error2 error3 which do not seem useful.
- clean Makefile |
|
8158 |
3728 d 7 h |
bpr |
/trunk/wims/src/Flydraw/ |
[minor/fix] add invisible frame to prevent "color leak" on the vertical right |
|
8134 |
3732 d 8 h |
bpr |
/trunk/wims/src/ |
[minor/clean] clean Makefile + comments, fix Flydraw/flydraw.h |
|
8102 |
3743 d 2 h |
bpr |
/trunk/wims/src/Flydraw/ |
[major/clean] change include c structure. |
|
8076 |
3762 d 4 h |
bpr |
/trunk/wims/src/Flydraw/ |
[minor/clean] - clean the 'modifs a JC'
- delete evalue.c file :
- replace evalue by strevalue (which is what it was)
- float2str was not used
- substit in flydraw.c
- gdImageFillToBorder2 : do nothing if the point is outside the image (usefull in fellipse, fcircle) |
|
7615 |
3875 d 8 h |
bpr |
/trunk/wims/src/ |
[minor/] complete the changes from internal gd to server gd; drawode seems to work\
instead of the warning in drawode.c (to check more).
correct new warning in flydraw (coming from the new gd). |
|
3339 |
5237 d 8 h |
bpr |
/trunk/wims/src/Flydraw/ |
[minor] multiple definition could be dangerous |
|
3246 |
5281 d 9 h |
bpr |
/trunk/wims/src/Flydraw/ |
[minor/compilation] fix multiple definitions of MAX_LINELEN |
|
10 |
6333 d 2 h |
reyssat |
/trunk/wims/src/ |
partial (src) import of 3.62 |
|