magic/dbwind
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
..
DBWbuttons.c Substantially revised the "macro" command callback functions and 2025-10-09 15:43:54 -04:00
DBWcommands.c Reworked the way that magic displays measurement values (both linear 2026-01-24 16:19:12 -05:00
DBWdisplay.c Solved three issues: 2026-04-01 21:17:54 -04:00
DBWelement.c freeMagic1() idiom insertion at all sites reported by static code analysis 2025-12-19 09:31:58 -05:00
DBWfdback.c First cut of pulling the TT_SIDE bit out of the tile database 2026-01-09 12:05:03 -05:00
DBWhlights.c First cut of pulling the TT_SIDE bit out of the tile database 2026-01-09 12:05:03 -05:00
DBWprocs.c Reworked the way that magic displays measurement values (both linear 2026-01-24 16:19:12 -05:00
DBWtools.c Reworked the way that magic displays measurement values (both linear 2026-01-24 16:19:12 -05:00
DBWundo.c GCC14: warning: missing braces around initializer 2024-10-09 21:12:55 -04:00
Makefile Initial commit at Tue Apr 25 08:41:48 EDT 2017 by tim on stravinsky 2017-04-25 08:41:48 -04:00
dbwind.h Reworked the way that magic displays measurement values (both linear 2026-01-24 16:19:12 -05:00
dbwtech.h header file #ifndef guard namespace consistency (global change) 2025-07-29 10:50:32 -04:00