kicad/resources/bitmaps_png
John Beard fa7e842c8c Rework item distribution
This splits the tool into two separate tools: by center and
by even gaps. Previously, this was automatically decided, based on
if the items could have any gaps between them. This was unintuitive
as it would appear to arrange by centre point sometimes but not others.
When items aren't all the same width, the results can then be very
different, based only on the starting positions.

The new behaviour is to have a dedicated tool for each, which echos
how graphical programs like Inkscape manage this.

The by-gaps method is then extended to work for overlapping items
(when items overlap, the overlaps are made equal). The logic is
centralised in kimath/geometry, and some QA is added. This should
make it easier to extend to eeschema, for example.

This also (attempts to) address some rounding issues which could
cause minor, but compounding, errors to build up along the list
of items.

Also, fix bugs in the collection filtering - previously items
like markers were filtered out only after the selection size
was used to compute the gaps between items.
2024-05-05 03:35:09 +08:00
..
banners ADDED: Startup splashscreen 2023-06-20 20:51:08 -04:00
cursors Add 64-px cursors 2024-01-11 18:30:00 -08:00
icons Fix windows icons. Need 256 not 128px 2024-03-22 11:09:06 -07:00
png Rework item distribution 2024-05-05 03:35:09 +08:00
sources Rework item distribution 2024-05-05 03:35:09 +08:00
CMakeLists.txt Rework item distribution 2024-05-05 03:35:09 +08:00
Kicad-Icon-Palette.gpl Add Inkscape palette file for icon colours 2023-07-12 19:21:47 +01:00
mk_icn_res.sh bitmaps and template are resources. 2022-07-21 20:14:10 -04:00
mk_mac_icons.sh Add document type icons 2024-02-09 15:55:57 -08:00