c_ext/README
author Edouard Tisserant
Thu, 22 Sep 2022 09:42:38 +0200 (2022-09-22)
changeset 3624 770c613c424f
parent 721 ecf4d203c4d4
permissions -rw-r--r--
SVGHMI: remove intermediate "updates" Map and apply_updates()

It was used initially to decouple DOM updates from reception of data through
websocket, but now since all widget SHOULD use animate() to modify DOM, and
dispatch() only change internal state, apply_update is unnecessary.
106
9810689febb0 Added plugins creation helpstrings, changed GUI layout (more compact), solved staticbitmap issues on win32, re-designed some icons...
etisserant
parents:
diff changeset
     1
C extension