7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2024-11-24 00:05:00 +00:00
kicad/eeschema/sch_io
jean-pierre charras 328a2e7d00 Eeschema, fix possible crash when reading a .kicad_sch file (dangling pointer)
SCH_IO_KICAD_SEXPR_PARSER::parseSheet() can create a dangling pointer when reading
a property if the font used by the property text is not the default font: the
initial SCH_FIELD item is a temporary item and leave a dangling pointer in
m_fontTextMap liast when deleted. This pointer is now removed from list.
2024-11-04 10:11:04 +01:00
..
altium sch_symbol.h doesn't need sch_lib_table.h 2024-10-04 18:06:18 +01:00
cadstar Cache full schematic sheet list sorted by sheet page number. 2024-10-09 09:58:50 -04:00
database Remove basic masking class map_string_utf8 2024-08-19 11:51:13 -07:00
eagle EAGLE importer: do not stop the import at the first issue in a lib symbol. 2024-09-19 16:13:38 +02:00
easyeda EasyEDA/LCEDA Std: fix power ports orientation after 8.99 symbol axis flip. 2024-10-30 19:16:48 +03:00
easyedapro Use SCH_SHAPE for bezier symbol shape in EasyEDA/LCEDA Pro parser. 2024-11-01 20:52:47 +03:00
http_lib Remove basic masking class map_string_utf8 2024-08-19 11:51:13 -07:00
kicad_legacy sch_symbol.h doesn't need sch_lib_table.h 2024-10-04 18:06:18 +01:00
kicad_sexpr Eeschema, fix possible crash when reading a .kicad_sch file (dangling pointer) 2024-11-04 10:11:04 +01:00
ltspice Strip richio.h from headers that don't need them 2024-10-04 18:06:18 +01:00
sch_io_lib_cache.cpp Fix a bunch of GCC build warnings compiling the schematic editor. 2024-06-11 08:07:32 -04:00
sch_io_lib_cache.h Rename all schematic IO plugins 2023-12-24 01:22:21 +00:00
sch_io_mgr.cpp Remove basic masking class map_string_utf8 2024-08-19 11:51:13 -07:00
sch_io_mgr.h Remove basic masking class map_string_utf8 2024-08-19 11:51:13 -07:00
sch_io.cpp Remove basic masking class map_string_utf8 2024-08-19 11:51:13 -07:00
sch_io.h Remove basic masking class map_string_utf8 2024-08-19 11:51:13 -07:00