magic/magic
Intubun 7e26b59f38 fix: three correctness fixes before PR
tclmagic.c: remove stray /*-----*/ line left over from a previous edit
that left a duplicate comment opener before TclmagicRegisterCommands.

magicWasm.c: move TxSetPoint inside the #else (non-TCL) branch of
magic_wasm_source_file and restore its explanation comment. TxSetPoint
routes TxDispatch commands to the layout window; it is irrelevant and
misleading in the Tcl_EvalFile path.

magic/Makefile: guard the TCL linker flags in the magic.js link rule
with ifneq (${TCL_LIB_DIR},). When building the non-TCL WASM variant
TCL_LIB_DIR is empty, so the unconditional -L${TCL_LIB_DIR} -ltclstub
expanded to a bare -L flag and a missing library, breaking the notcl
build.
2026-05-21 14:20:39 +02:00
..
bitmaps Changed the PNG bitmaps to GIF, because PNG is not supported in 2020-02-26 10:10:55 -05:00
Makefile fix: three correctness fixes before PR 2026-05-21 14:20:39 +02:00
magicTop.c Add TCL-embedded WASM build variant alongside the existing non-TCL build 2026-05-21 12:42:43 +02:00
magicWasm.c fix: three correctness fixes before PR 2026-05-21 14:20:39 +02:00
magicps.pro Update the postscript file to be able to support much more stipples 2026-05-19 12:22:37 -04:00
proto.initrc Initial commit at Tue Apr 25 08:41:48 EDT 2017 by tim on stravinsky 2017-04-25 08:41:48 -04:00
proto.magicrc.in Fixed a number of places in the Tcl code where "snap" had been used 2026-02-24 15:59:21 -05:00
symbol.map Extended the "property" command and modified the way that properties 2026-02-18 10:48:47 -05:00