magic/select
R. Timothy Edwards cb30ac369b Extended the "property" command and modified the way that properties
are handled.  Properties were previously only character strings,
which had become cumbersome because properties were being used for
mask hints and bounding boxes, with the necessity of constantly
converting values from string to integer and back, which can cause
a performance impact as well as just being messy.  The main difference
to the command is the addition of an optional first keyword argument
for the property type, which can be "string", "integer", "dimension",
or "double".  All types except "string" can consist of multiple
values.  Multiple values can be specified as separate arguments on
the command line, so that, for example, values of FIXED_BBOX or
MASKHINTS_* no longer need to be quoted.  In addition, this completes
the handling of "units" implemented recently, as all properties of
the type "dimension" can be entered in the current units, will display
in the current units, and will scale with the database.
2026-02-18 10:48:47 -05:00
..
Makefile Makefile: whitespace only change 2025-07-29 10:50:32 -04:00
selCreate.c First cut of pulling the TT_SIDE bit out of the tile database 2026-01-09 12:05:03 -05:00
selDisplay.c Extended the "property" command and modified the way that properties 2026-02-18 10:48:47 -05:00
selEnum.c First cut of pulling the TT_SIDE bit out of the tile database 2026-01-09 12:05:03 -05:00
selInt.h header file #ifndef guard namespace consistency (global change) 2025-07-29 10:50:32 -04:00
selOps.c First cut of pulling the TT_SIDE bit out of the tile database 2026-01-09 12:05:03 -05:00
selUndo.c GCC14: warning: missing braces around initializer 2024-10-09 21:12:55 -04:00
selUnselect.c First cut of pulling the TT_SIDE bit out of the tile database 2026-01-09 12:05:03 -05:00
select.h header file #ifndef guard namespace consistency (global change) 2025-07-29 10:50:32 -04:00