kicad/common/io
Wayne Stambaugh 5e048bc64c Fix several Eagle schematic import issues.
Fix broken arc angle polarity due to library symbol changes.

Fix broken wire and text Y axis coordinate polarity due to library symbol
changes.

Fix broken field visibility and position on library symbols with multiple
units that have fields with different visibility and positions.  Because
KiCad does not support this, when parsing the Eagle schematic file, the
last library symbol unit parsed ends up being the field visibility and
position for all units in the symbol.
2024-06-10 11:28:20 -04:00
..
altium Fix mismatched new[] vs free() in Altium parser 2024-03-05 23:09:38 -05:00
cadstar Flip symbol editor's Y axis to match other editors. 2024-04-27 13:47:56 +01:00
common
eagle Fix several Eagle schematic import issues. 2024-06-10 11:28:20 -04:00
easyeda EasyEDA Std/Pro: import (some) component metadata for symbols. 2024-05-03 00:37:59 +03:00
easyedapro Move JSON_SETTINGS and PARAMS to kicommon 2024-03-20 23:29:42 -04:00
kicad prettifier: add newline to end of file 2024-03-18 15:29:43 -04:00
io_base.cpp Eagle schematic importer improvements. 2024-06-10 11:28:20 -04:00
io_utils.cpp
io_utils.h