Subversion Repositories wimsdev

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
17887 159 d 8 h georgesk /trunk/wims/src/ added $(CPPFLAGS) to default compile commands for C sources.  
15111 1440 d 8 h schaersvoorde /trunk/wims/src/Misc/canvasdraw/ [minor/svn] canvasdraw synchronized with 'wims modules svn'  
14948 1472 d 7 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 2009 d 5 h georgesk /trunk/wims/src/ changes to enable the compilation with option --as-needed; this improves the package build for Ubuntu  
8998 3279 d 2 h bpr /trunk/wims/src/Misc/canvasdraw/ [minor] Makefile  
8800 3320 d 14 h bpr /trunk/wims/src/ [makefile] use $(cflags) and @CFLAGS@ in all Makefile  
8225 3526 d 12 h bpr /trunk/wims/src/Misc/canvasdraw/ [minor/cleaning] remove the "include *.c"  
8182 3542 d 8 h georgesk /trunk/wims/src/ fixed a few issues with "make disclean"  
7856 3636 d 14 h schaersvoorde /trunk/wims/src/Misc/canvasdraw/ [minor/svn] canvasdraw : synchronized with svn wims-modules  
7848 3637 d 23 h bpr /trunk/wims/src/Misc/canvasdraw/ [canvas] replace the dependancy with libmatheval by libwims - if it is OK,
libmatheval will be deleted
 
7842 3639 d 4 h bpr /trunk/wims/src/Misc/canvasdraw/ [minor/spaces]  
7614 3693 d 12 h schaersvoorde /trunk/wims/src/ [minor/svn] added canvasdraw
using system wide installed gd.h (-lgd) : corrected Flydraw / Texgif / clickzone