kicad/eeschema/netlist_exporters
Jeff Young 3e190cee4b Implement selection brightening for DRC.
The old item pointers (which aren't safe to keep around) were
removed in favour of opaque references (void*) which are then
compared against existing items when needed.

Also improves brightening by brightening the whole footprint
(ie: its pads, drawings, reference and value) rather than just
its target cross.

(cherry picked from commit 30e90b0)
2018-07-17 15:09:40 +01:00
..
netlist_exporter.cpp dialog_bom: modify the way a command line is created (python scripts on windows only) to call python scripts 2018-02-23 09:50:15 +01:00
netlist_exporter.h Eeschema: fix missing part in part list bug in netlist exporter. 2018-04-22 16:33:34 -04:00
netlist_exporter_cadstar.cpp Eeschema: Add footprint field to Cadstar netlist file. 2018-03-16 13:20:00 +01:00
netlist_exporter_cadstar.h Convert symbol library editor over to use symbol library table. 2017-11-09 18:50:20 -05:00
netlist_exporter_generic.cpp Output descriptions to components in generic netlist. 2018-06-06 00:01:47 +01:00
netlist_exporter_generic.h Implement selection brightening for DRC. 2018-07-17 15:09:40 +01:00
netlist_exporter_kicad.cpp fix code after renamin files 2018-01-30 11:49:51 +01:00
netlist_exporter_kicad.h Output defined default fields to netlists & BOMs. 2018-05-24 18:24:59 +01:00
netlist_exporter_orcadpcb2.cpp Fix incorrect pin num string in cadstar and orcadpcb2 format 2018-03-15 09:15:49 +01:00
netlist_exporter_orcadpcb2.h Convert symbol library editor over to use symbol library table. 2017-11-09 18:50:20 -05:00
netlist_exporter_pspice.cpp Fixed the default value generated for Spice_Node_Sequence field 2018-05-03 11:29:34 +02:00
netlist_exporter_pspice.h Spice simulator: more elegant approach to generating Spice device names 2018-04-28 01:14:00 +02:00