- SVGHMI: now generating JS object describing widgets and pointing to SVG elements svghmi 2019-10-07, by Edouard Tisserant
- SVGHI: compute hmitree variables ordered index in xslt svghmi 2019-10-05, by Edouard Tisserant
- SVGHMI: now built. svghmi 2019-10-02, by Edouard Tisserant
- SVGHMI: Work in progress. C side mostly implemented, neither built nor tested. svghmi 2019-09-30, by Edouard Tisserant
- SVGHMI: More strict formating of active HMI labels : @ separator only used for paths svghmi 2019-09-27, by Edouard Tisserant
- SVGHMI: new test svg to drive next implementation svghmi 2019-09-26, by Edouard Tisserant
- Non significant changes in generated xslt, side effect of changes in yslt_noindent.yml2 svghmi 2019-09-25, by Edouard Tisserant
- Merge default in SVGHMI branch svghmi 2019-09-24, by Edouard Tisserant
- SVGHMI: Starting to define JS side more in details. svghmi 2019-09-20, by Edouard Tisserant
- SVGHMI: added transformation of code given in inkscape's description fields into javascript functions svghmi 2019-09-19, by Edouard Tisserant
- SVGHMI: gui.svg -> svghmi.svg svghmi 2019-09-19, by Edouard Tisserant
- SVGHMI: moved static JS code to a separate file included at xhtml generation time svghmi 2019-09-19, by Edouard Tisserant
- SVGHMI: Work In Progress : fixed pointer types in ctypes interface, cleaned up server startup and cleanup code, changed document type to XHTML, cleaner JS script : encapsulated in a function and in CDATA. svghmi 2019-09-18, by Edouard Tisserant
- PLCobject: Call "stop" and "cleanup" methods from python runtime files in reverse order compared to "init" and "start". svghmi 2019-09-18, by Edouard Tisserant
- SVGHMI: WIP for python<->C data exchange : message from browser hit the C side. svghmi 2019-09-16, by Edouard Tisserant
- SVGHMI: WIP for python<->C data exchange svghmi 2019-09-16, by Edouard Tisserant
- SVGHMI: WIP for python<->C data exchange svghmi 2019-09-16, by Edouard Tisserant
- SVGHMI: WIP for python<->C data exchange svghmi 2019-09-12, by Edouard Tisserant
- SVGHMI: single session for now svghmi 2019-09-12, by Edouard Tisserant
- SVGHMI: few fixes on serving svghmi 2019-09-12, by Edouard Tisserant
- WIP on svghmi, now builds and runs. HTTP serving + WS transport ready, missing actual data to transmit and thread to collect it. svghmi 2019-09-11, by Edouard Tisserant
- Non significant changes to mute GCC warnings about unused variables. svghmi 2019-09-11, by Edouard Tisserant
- Fixed sequel of 5f79b194fa63 'SVGHMI: filter out temporary variables created while generating ST code out of FBD.'. Some ref to temporary variables are still not using the _TMP_ prefix. They are quite hard to find, so to be continued... svghmi 2019-09-05, by Edouard Tisserant
- SVGHMI: Intermediate state while working on svghmi.c svghmi 2019-09-03, by Edouard Tisserant
- svghmi.c : deduplicated variable access code borrowed from plc_debug.c. Added targets/var_access.c. svghmi 2019-08-26, by Edouard Tisserant
- SVGHMI: Added iterators in svghmi.c copy-pasted form plc_debug.c svghmi 2019-08-23, by Edouard Tisserant
- SVGHMI: svghmi.c now has mutex, iterator, and read/write buffer. svghmi 2019-08-23, by Edouard Tisserant
- SVGHMI: draft for svghmi.c. It has all PLC variables pointed in HMI tree in an array. svghmi 2019-08-22, by Edouard Tisserant
- Pass HMITree to SVG transform. It seems it could really help to reduce JS tree binding logic in the end. svghmi 2019-08-20, by Edouard Tisserant
- Add special nodes at HMI Tree root, fix code to handle special node (no path). svghmi 2019-08-20, by Edouard Tisserant