Replaced hinting by javascript hinting.
authorDaniel Carl <danielcarl@gmx.de>
Wed, 27 Feb 2013 22:53:13 +0000 (23:53 +0100)
committerDaniel Carl <danielcarl@gmx.de>
Fri, 1 Mar 2013 13:31:01 +0000 (14:31 +0100)
commit83cec60d012284c28eb8e8f23aa83dce8c128af2
treea2997402b16a020bebf39f4b30c6f35ba3ae7f8e
parent057fff36432ee382ed688733ffa332907a4c5aef
Replaced hinting by javascript hinting.

The previous approach to use the dom api to generate the hints was much slower
than the javascript solution. I think the javascript way is also a little bit
more flexible and easier to implement. But now we have to concern about data
sharing between c-layer an the javascript.
Makefile
config.mk
src/dom.c
src/dom.h
src/hint.js [new file with mode: 0644]
src/hints.c
src/hints.h
src/js2h.sh [new file with mode: 0755]
src/main.c
src/main.h
src/setting.c