magic/commands
R. Timothy Edwards 05561b90f3 Solved three issues:
(1) There was still one place that dimensional units were not being
    printed, which was "setlabel", with both "setlabel size" and
    "setlabel offset".  This has been fixed.
(2) Fixing (1) surfaced an error in the text helper dialog, which was
    not setting units properly when checking the size and offset entries.
(3) Fixed a very long-standing problem in which port labels were showing
    up with the "pale" style of a subcell's label being drawn on top
    when the parent and child had the same label in exactly the same
    position.  This was due to a parent-first search resulting in the
    child cell being visited last, so its "pale" style label being drawn
    last.  Added a flag for label searches for display to reverse the
    search order, visiting children first and then the parent, so that
    the top cell's labels are the last to be drawn.
2026-04-01 21:17:54 -04:00
..
CmdAB.c Corrected another place where the property handling had not been 2026-02-19 11:40:46 -05:00
CmdAuto.c K&R commands/*.c: bulk function implementation conversion 2024-12-26 13:13:13 -05:00
CmdCD.c Corrected another place where the property handling had not been 2026-02-19 11:40:46 -05:00
CmdE.c Additional work to clean up the code and make some things less 2026-02-03 21:12:27 -05:00
CmdFI.c More updates. . . Got it to the point were gpio_ovtv2 is LVS 2026-01-17 20:49:52 -05:00
CmdLQ.c CmdLQ.c: fix MAGIC_WRAPPER code section(s) for WASM build 2026-03-26 09:20:07 -04:00
CmdRS.c Solved three issues: 2026-04-01 21:17:54 -04:00
CmdSubrs.c Fixed a few issues related to the "save <file>.tcl": 2026-03-01 11:29:25 -05:00
CmdTZ.c Added a feature to the wiring tool so that "Control_Button1" 2026-01-27 11:49:33 -05:00
CmdWizard.c First cut of pulling the TT_SIDE bit out of the tile database 2026-01-09 12:05:03 -05:00
Makefile readline/Makefile: move up before with no scheme 2025-07-29 10:50:31 -04:00
commands.h Extended the "property" command and modified the way that properties 2026-02-18 10:48:47 -05:00