log

age author description
2017-02-23 Mychaela Falconia bomstruct.h factored out
2017-02-23 Mychaela Falconia beginning of BOM utils refactoring: seqrefdes code factored out
2017-02-23 Mychaela Falconia ueda-mkbom refdes list output: refdes range detection implemented
2016-02-01 Mychaela Falconia pads2gpcb -f: saving of alphapins footprints implemented
2016-02-01 Mychaela Falconia pads2gpcb: output offset implemented
2016-02-01 Mychaela Falconia pads2gpcb: soldermask and clearance adjustment options added
2016-02-01 Mychaela Falconia pads2gpcb: soldermask delta and clearance setting moved to variables
2016-02-01 Mychaela Falconia pads2gpcb: command line dimension input implemented
2016-02-01 Mychaela Falconia pads2gpcb: main output implemented
2016-02-01 Mychaela Falconia pads2gpcb/main.c: preparations for main output of named and placed elements
2016-02-01 Mychaela Falconia pads2gpcb: single -f option to write loose footprint files
2016-02-01 Mychaela Falconia pads2gpcb: implemented mirroring and rotation of instantiated parts
2016-02-01 Mychaela Falconia pads2gpcb: foundation laid for mirroring and rotation
2016-01-31 Mychaela Falconia pads2gpcb: struct coord_pair introduced
2016-01-31 Mychaela Falconia pads2gpcb: use Cartesian Y axis direction internally
2016-01-31 Mychaela Falconia pads2gpcb/partinst.c: checkpoint before adding mirroring and rotation
2016-01-31 Mychaela Falconia pads2gpcb/partinst.c: buglet fixed, swallows GTA02*.asc now
2016-01-31 Mychaela Falconia pads2gpcb: PART section parsing implemented, compiles
2016-01-31 Mychaela Falconia pads2gpcb: PARTTYPE section processing enabled
2016-01-31 Mychaela Falconia pads2gpcb: PARTTYPE parsing implemented, compiles
2016-01-31 Mychaela Falconia pads2gpcb: select specific drawing levels for silk with -s
2016-01-31 Mychaela Falconia pads2gpcb: handle dummy decals with no pins (found in the E-Sample PCB)
2016-01-31 Mychaela Falconia pads2gpcb: recognize drawing on levels 0 and 1 in decals as silk
2016-01-31 Mychaela Falconia pads2gpcb: width and height in ElementArc need be radius, not diameter
2016-01-31 Mychaela Falconia pads2gpcb/decals.c: forgot to increment num_silk_arcs
2016-01-31 Mychaela Falconia pads2gpcb/writeelem.c: ElementArc writing implemented
2016-01-31 Mychaela Falconia pads2gpcb/writeelem.c: ElementLine writing implemented
2016-01-31 Mychaela Falconia pads2gpcb/decals.c: saving of silk lines and arcs implemented
2016-01-31 Mychaela Falconia pads2gpcb/decals.c: silk circle extraction implemented
2016-01-31 Mychaela Falconia pads2gpcb/decals.c: silk line extraction appears to work