130 Commits (0f93999e14adf45703e941b3eef88f5e4714523b)

Author SHA1 Message Date
Jeff Young 36d11f745e Update ratsnest while dragging footprints. 4 years ago
Jeff Young e6ca9837a2 Clear numbers from non-numberable pads and don't run DRC on them. 4 years ago
Jeff Young 41619ebbe2 Decouple PROGRESS_REPORTER interface from implementations. 4 years ago
Jeff Young 43523df843 Measure distance from pad center, not pad hull. 4 years ago
Jeff Young 0d539a84a2 Fix bugs in Tracks Cleaner. 4 years ago
Jeff Young b573712326 Cleanup. 4 years ago
Jeff Young 6aaf4413b3 Fix kicad_string.h / string.cpp mismatch. 4 years ago
Jeff Young 096e342386 Prefix TRACK, ARC and VIA. 4 years ago
luz paz f968fc8719 Fix source comment / documentation typos 4 years ago
Wayne Stambaugh e6346e3103 Pass objects by reference instead of on the stack part 2. 4 years ago
Marek Roszko b610b905fc Cleanup track.h includes 4 years ago
Wayne Stambaugh c69c68a558 Pcbnew header housekeeping round 2. 4 years ago
Marek Roszko cf2bb5692a Remove the wxLog calls from math/util.h for now 4 years ago
Marek Roszko 03cf2b517f Enum class PAD_ATTR_T 5 years ago
Marek Roszko b243c2280d enum class PAD_SHAPE_T 5 years ago
Roberto Fernandez Bautista 235688e459 Less restrictive Arc Track Dragging tool 5 years ago
Jon Evans f57dcf2a34 Fix connectivity to only resolve conflicts on netlist load 5 years ago
Jon Evans 37242f67e0 Connectivity: just pick the most popular net to update conflicting clusters 5 years ago
Jon Evans c04e19f9ac Include optimization: move some things from common.h to point-of-use 5 years ago
Dominik Wernberger e2aa7be4b3 Added a lot of consts and refactored a few lines 5 years ago
Ian McInerney 51d445007f Switch to using make_shared in another place 5 years ago
Marek Roszko 9d0b16e814 bool/int type safety 5 years ago
Wayne Stambaugh 6a39b81647 Fix the last of broken Doxygen comment specifiers. 5 years ago
Jon Evans 1e33928b96 Fix issues with zone filling connectivity locking 5 years ago
jean-pierre charras 067b94c410 DRC: Fix a incorrect message and marker position when testing dangling vias. 5 years ago
Seth Hillbrand 6ffb72159a Remove vias if they only connect to single layer 5 years ago
Jon Evans 70c397a9b4 Implement free vias fully 5 years ago
Jeff Young b1f0bf7334 More consistent naming. 5 years ago
Jeff Young 7bd31d5237 Naming conventions. 5 years ago
Roberto Fernandez Bautista 498c4121b3 Fix and rename CONNECTIVITY_DATA::GetConnectedItems(aItem, aAnchor, aTypes[] ) to GetConnectedItemsAtAnchor 5 years ago
Jeff Young bdbb68f813 MODULE -> FOOTPRINT. 5 years ago
Jeff Young 3451ac3088 PCB_MODULE_T -> PCB_FOOTPRINT_T 5 years ago
Jeff Young 52a46341db More module -> footprint. 5 years ago
Jeff Young f5443de7f9 D_PAD -> PAD. 5 years ago
Jeff Young 84dd5108ba Remove some "class_" prefixes from files. 5 years ago
Jeff Young f7333ad64a Update some classnames including archaic zone names. 5 years ago
Werni a7d5d1f091 Add more consts all over the place 5 years ago
Jeff Young 397f3d07db Be more responsive to cancel when filling zones. 5 years ago
Jeff Young 5fba0973ab Update formatting. 5 years ago
Marek Roszko 1984581c46 Remove common.h from more headers 5 years ago
Marek Roszko 81a7afc76e Use kicad_algo directly rather than common.h 5 years ago
Marek Roszko 52a12c6ccd Remove kicad_string.h from footprint_info.h 5 years ago
Jeff Young 6d50c9749c Mark the colliding shape so we know which one to highlight. 5 years ago
Seth Hillbrand bf3cb0b1d0 Standardize pad type enums 5 years ago
Tomasz Wlostowski 3cca2ace44 pcbnew: fix warnings in FROM_TO_CACHE 5 years ago
Tomasz Wlostowski 3654e7b795 pcbnew: add QueryFromToPath() method to FROM_TO_CACHE 5 years ago
Tomasz Wlostowski 7b7c3bde88 pcb_new: CONNECTIVITY_DATA now keeps a cache of DRC from-tos 5 years ago
Jeff Young f8875bc5a6 Move std::contains to alg::contains. 5 years ago
Jeff Young d7e80f8008 Add std::contains() to simplify a lot of code. 5 years ago
Seth Hillbrand 856cf51fc8 Fix typo 5 years ago