magic/dbwind
R. Timothy Edwards 957d7edd64 A number of things in one commit:
1) Added a "*showmem" "wizard" command to get a dump of all memory
   being used by tiles in the database.
2) Made a slight correction to the way magic detects exact overlap
   of instances of the same cell.  This probably does not make any
   actual difference in practice.
3) Corrected an uninitialized variable in dbReComputeBboxFunc().
4) Changes DBSrCellPlaneArea() to use a static BPEnum variable, so
   that it does not waste time allocating and freeing memory for
   the same thing over and over again.
5) Corrected a memory leak in the tech file "extract" section that
   loses memory every time the extraction style is changed.
6) Corrected the tile join routines to fix a bad memory leak in the
   tile allocation and recovery---a fix which was mentioned in issue
   #414 but which had not yet been implemented.  This has now been
   tested and confirmed to work.
2025-11-07 11:00:22 -05:00
..
DBWbuttons.c Substantially revised the "macro" command callback functions and 2025-10-09 15:43:54 -04:00
DBWcommands.c A number of things in one commit: 2025-11-07 11:00:22 -05:00
DBWdisplay.c gcc11 -Wall -Wpedantic cleanup 2025-01-06 16:12:11 +00:00
DBWelement.c dbwind/DBWelement.c: constify args to AppendFlag/AppendString 2024-12-26 15:20:59 -05:00
DBWfdback.c Compatibility with C99 standard 2022-10-29 06:07:46 +02:00
DBWhlights.c Updates from running the fix-ending-whitespace script. 2020-05-23 17:13:14 -04:00
DBWprocs.c TCL9: ClientData macro assignment and access usage 2025-01-04 11:08:01 -05:00
DBWtools.c Modified the way that ToolGetEditBox() works so that it does not 2021-08-04 12:05:21 -04: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 Substantially revised the "macro" command callback functions and 2025-10-09 15:43:54 -04:00
dbwtech.h header file #ifndef guard namespace consistency (global change) 2025-07-29 10:50:32 -04:00