88 Commits (0d35d69f708273d63981ec19498fa293483c80fd)

Author SHA1 Message Date
Jeff Young dfdedfa605 Fix some issue with NPTH pads with holes same size as pad. 4 years ago
Jeff Young f0dab2e07b Fix some layer handling issues. 4 years ago
Jeff Young dbee441328 We've probably smoked out enough of the GetLayer() issues. 4 years ago
Seth Hillbrand b66df1e4f3 Remove dead code 4 years ago
Jeff Young 921181b20b Cleanup. 4 years ago
Seth Hillbrand 1926af0c34 UNDEFINED_LAYER is always flashed 4 years ago
Jeff Young 90af5a36d2 Show hole clearance lines around NPTH pads. 4 years ago
Jeff Young f22316b868 Careful about hiding pad layers. 4 years ago
Seth Hillbrand 442aae19d9 Separate flashing check for connectivity 4 years ago
jean-pierre charras f866d15154 Pcbnew: fix crash when clicking on a footprint on a filled zone area. 4 years ago
Jeff Young 0dc857b5ab Clean up pad handling in 3D viewer. 4 years ago
Seth Hillbrand b5c2f0d39a Remove the open array in favor of std containers 4 years ago
Jeff Young 08df5c0b01 Handle hidden layers in FP Editor. 4 years ago
Jeff Young fad4c135fa Use only a physical connection to determine flashing of pads. 4 years ago
Jeff Young 1ee3ce45e8 Don't ask for layer of multi-layer objects. 4 years ago
Jeff Young 5efa354f0f Add asserts to flush out incorrect uses of GetLayer(). 4 years ago
Jeff Young 93c7046a77 Return nominal pad shape when a specific layer isn't specified. 4 years ago
Jeff Young 50a4d610a6 Be cognizant of flashed layers when generating pad shapes. 4 years ago
Jeff Young 7ccac79192 More wxString wide literals. 4 years ago
Jeff Young b9eb3e9b05 Be more explicit about string conversions. 4 years ago
Jeff Young 4eac8d7c66 Remove unit-less angles from geometry lib APIs. 4 years ago
Jeff Young e61144d45a Finish with EDA_ANGLE. 4 years ago
Jeff Young 9b661aea10 EDA_ANGLE for plotters. 4 years ago
Jeff Young 3f98769a77 More EDA_ANGLE. 4 years ago
Jeff Young 07013d00e1 More EDA_ANGLE. 4 years ago
Jeff Young c9487bad18 Move BOARD_ITEM::Rotate() to EDA_ANGLE. 4 years ago
Jeff Young abd3f5bc2b Move footprints to EDA_ANGLE. 4 years ago
Jeff Young d485eb2514 Move pads to EDA_ANGLE. 4 years ago
Marek Roszko e4dbfcd92d Swap out some wxSize for VECTOR2I 4 years ago
Marek Roszko d1552c3fec Some more wxPoint removal 4 years ago
Marek Roszko c4c56de708 Neurotically update position wxPoint usages 4 years ago
Jeff Young ef10b36948 Add mask-to-copper clearance parameter and rename mask margin. 4 years ago
Jeff Young 32721755bf Hook up zone-pad connections to custom rules. 4 years ago
Jeff Young 1f9e75f676 Pad with hole same size or larger than pad isn't flashed. 4 years ago
jean-pierre charras 3886e681ae PAD Copy CTOR: fix missing copy of m_pinType member. 4 years ago
Jeff Young 99ec2b1801 Don't hide original object when highlight is only part of it. 4 years ago
Wayne Stambaugh 06f206104d Pcbnew: fix chamfered rectangular pad definitions in GenCAD exporter. 4 years ago
Seth Hillbrand b022b314a4 Account for pad hole is BBox 4 years ago
Jeff Young 22ba640c2b Remove locking from footprint editor. 4 years ago
Jeff Young 1abd45ac15 Report nets on pads. 4 years ago
Wayne Stambaugh 1f7fd436a2 Move board object polygon code into the object source files. 4 years ago
Jeff Young 463b82cf46 Be very careful when "doing what I mean". 4 years ago
Seth Hillbrand 07b9e2ee51 Fix errant debug message 4 years ago
Jeff Young e6ca9837a2 Clear numbers from non-numberable pads and don't run DRC on them. 4 years ago
Jeff Young 1e23ce1c95 Pull some fixes back from 7.0. 4 years ago
Jeff Young 1a252b4f96 Add a compile error for ill-defined rules, and more performance. 4 years ago
Jeff Young 6aaf4413b3 Fix kicad_string.h / string.cpp mismatch. 4 years ago
Wayne Stambaugh cf00319c85 More NULL expunging. 4 years ago
david-beinder 8b3ccab0a3 Implement explicit polygon construction for most pad shapes 4 years ago
Jeff Young e9c0920be2 Use a standard SHAPE_POLY_SET hittest for pads. 4 years ago