Subversion Repositories wimsdev

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
17887 188 d 15 h georgesk /trunk/wims/src/ added $(CPPFLAGS) to default compile commands for C sources.  
15111 1469 d 15 h schaersvoorde /trunk/wims/src/Misc/canvasdraw/ [minor/svn] canvasdraw synchronized with 'wims modules svn'  
14948 1501 d 14 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
 
13441 2038 d 12 h georgesk /trunk/wims/src/ changes to enable the compilation with option --as-needed; this improves the package build for Ubuntu  
8998 3308 d 9 h bpr /trunk/wims/src/Misc/canvasdraw/ [minor] Makefile  
8800 3349 d 21 h bpr /trunk/wims/src/ [makefile] use $(cflags) and @CFLAGS@ in all Makefile  
8225 3555 d 19 h bpr /trunk/wims/src/Misc/canvasdraw/ [minor/cleaning] remove the "include *.c"  
8182 3571 d 15 h georgesk /trunk/wims/src/ fixed a few issues with "make disclean"  
7856 3665 d 21 h schaersvoorde /trunk/wims/src/Misc/canvasdraw/ [minor/svn] canvasdraw : synchronized with svn wims-modules  
7848 3667 d 6 h bpr /trunk/wims/src/Misc/canvasdraw/ [canvas] replace the dependancy with libmatheval by libwims - if it is OK,
libmatheval will be deleted
 
7842 3668 d 11 h bpr /trunk/wims/src/Misc/canvasdraw/ [minor/spaces]  
7614 3722 d 19 h schaersvoorde /trunk/wims/src/ [minor/svn] added canvasdraw
using system wide installed gd.h (-lgd) : corrected Flydraw / Texgif / clickzone