Subversion Repositories wimsdev

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
18182 30 d 12 h bpr /trunk/wims/src/Misc/ [Makefile] delete the file bin/modind before copy the new version (cleaner)  
17887 159 d 6 h georgesk /trunk/wims/src/ added $(CPPFLAGS) to default compile commands for C sources.  
17561 460 d 3 h bpr /trunk/wims/src/Misc/ [src] compilation stop if chemeq does not compile well  
14948 1472 d 5 h obado /trunk/wims/src/Misc/ [bugfix] Canvasdraw : userdraw now works also on iOS touch devices :
* Replace "MouseEvent.which" by "MouseEvent.button", as "which property is non-standard (see https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent/which)
* Replace evt.identifier == 0 by evt.identifier >= 0, as touch identifier is a unique integer, not always 0
* cleanup trailing spaces
+ Replace "Ariel" font by "Arial", as Ariel is not a default browser font
+ "make all" in canvasdraw also copy generated binary, not only script link
+ minor code formatting
 
14708 1535 d 12 h bpr /trunk/wims/ [minor] no more compile java applet as a maintainer  
8219 3529 d 7 h bpr /trunk/wims/src/ [minor/clean] dependencies in Makefile  
8186 3540 d 7 h bpr /trunk/wims/src/Misc/ [minor/] Makefile was not modified for html2msg  
8185 3540 d 7 h bpr /trunk/wims/src/ [major] - delete the include *.c in wims.c and wimslogd.c
- clean makefil
- delete hmname.c (part in rawmath.c, part in Misc/html2msg.c
- ...
 
8151 3549 d 10 h bpr /trunk/wims/src/Misc/ [minor/] insplot.c has been deleted  
8147 3549 d 10 h bpr /trunk/wims/src/Misc/ [minor/clean] use -lwims ; delete some functions :
- xmalloc, find_word_end, find_word_begin are defined in Lib/liblines.c
- wordchr, varchr, strip_trailing_spaces are not used in modstat.c
 
8134 3550 d 10 h bpr /trunk/wims/src/ [minor/clean] clean Makefile + comments, fix Flydraw/flydraw.h  
8123 3552 d 4 h bpr /trunk/wims/src/Misc/ [major/clean] clean dicsort, modind, translator (no more include .c).
(suffix.c was inside the three programs).
 
8100 3561 d 7 h bpr /trunk/wims/src/ [major/clean] clean the c code :
- change the name of some functions similar but different to keep code equivalent to the old one (strip_trailing_spaces find_matching mkdirs singlespace deaccent wordchr string_modify search_list)
- delete #include "../Lib/basicstr.c", comment functions which are at the same time in Lib and in some other file.c and add
lopt=-L$(wims_home)/lib -lwims -lm $(rpath) in the Makefile
(in Interfaces, Misc/oncechar, Misc/translator, Misc/dicsort, Misc/modind, Misc/ccsum, Texgif/texgif.c)
 
8094 3563 d 6 h bpr /trunk/wims/src/Misc/ [minor/] use libwims for functions find_word_start find_word_begin xmalloc and delete them in html2msg  
7614 3693 d 10 h schaersvoorde /trunk/wims/src/ [minor/svn] added canvasdraw
using system wide installed gd.h (-lgd) : corrected Flydraw / Texgif / clickzone
 
7160 3848 d 2 h georgesk /trunk/wims/src/ removed every dependency of binaries on Flydraw/gd/libgd.a; not yet removed that part of the source tree  
6776 3982 d 20 h georgesk /trunk/wims/src/ taken in account the management of CFLAGS and CPPFLAGS; this allows to apply flags for hardening executable files; see http://wiki.debian.org/Hardening  
5207 4430 d 9 h schaersvoorde /trunk/wims/ [minor/svn] Added -very- small utility  
5170 4442 d 9 h schaersvoorde /trunk/wims/src/Misc/ [minor/svn] Added small exec utility 'scienceprint'  
4297 4707 d 23 h bpr /trunk/wims/ [minor/compile] in direction of compilation of the applets by the maintainers  

Show All