bindings/c,cpp,python: More support
authorJerome St-Louis <jerome@ecere.com>
Wed, 22 Jun 2016 07:25:11 +0000 (03:25 -0400)
committerJerome St-Louis <jerome@ecere.com>
Mon, 21 Nov 2016 14:18:58 +0000 (09:18 -0500)
commitce4428ba9941a95114af815bc9fd85d366f5044a
treeb264369acbab07f7dff0bfae1f3a5fc79f50c1f6
parentde821b3484c474526a9731f10ac6fc5d886e3245
bindings/c,cpp,python: More support
- python: Support for callbacks, FontResource
- Added parameter to eC_init to specify whether loading Ecere
- This prevents two copies being loaded, which was breaking OpenGL fonts on GL driver class equality
bindings/c/eC.c
bindings/c/eC.h
bindings/c/ecere.c
bindings/c/ecere.h
bindings/cpp/ecere.hpp
bindings/cpp/samples/sample4.cpp
bindings/python/cffi-ecere.h
bindings/python/pyEcere.epj
bindings/python/pyEcere.py
bindings/python/samples/sample.py