..
CMakeLists.txt
router: initial support for dragging components with traces attached
6 years ago
length_tuner_tool.cpp
Implement a new settings framework across all of KiCad
6 years ago
length_tuner_tool.h
Immediate actions for PlEditor, PcbNew, etc.
7 years ago
pns_algo_base.cpp
Remove PNS_ prefix from most types inside namespace PNS
9 years ago
pns_algo_base.h
router: use one global logger object
6 years ago
pns_arc.cpp
pcbnew: Adding arcs to PNS
6 years ago
pns_arc.h
pcbnew: Adding arcs to PNS
6 years ago
pns_component_dragger.cpp
A few Coverity fixes.
6 years ago
pns_component_dragger.h
router: initial support for dragging components with traces attached
6 years ago
pns_debug_decorator.h
router: DEBUG_DECORATOR now allows to name each primitive
6 years ago
pns_diff_pair.cpp
pcbnew: Adding arcs to PNS
6 years ago
pns_diff_pair.h
pcbnew: Adding arcs to PNS
6 years ago
pns_diff_pair_placer.cpp
Update DIFF_PAIR_PLACER to new callbacks
6 years ago
pns_diff_pair_placer.h
PNS: Moving the rest of the placer to Fix/Commit
6 years ago
pns_dp_meander_placer.cpp
PNS: Moving the rest of the placer to Fix/Commit
6 years ago
pns_dp_meander_placer.h
PNS: Moving the rest of the placer to Fix/Commit
6 years ago
pns_drag_algo.h
A few Coverity fixes.
6 years ago
pns_dragger.cpp
PNS: Correct assertion when dragging
6 years ago
pns_dragger.h
router: use a common base class for all dragging algorithms
6 years ago
pns_index.cpp
pcbnew: Adding arcs to PNS
6 years ago
pns_index.h
Comment-only changes
6 years ago
pns_item.cpp
pcbnew: Adding arcs to PNS
6 years ago
pns_item.h
pcbnew: Adding arcs to PNS
6 years ago
pns_itemset.cpp
Remove PNS_ prefix from most types inside namespace PNS
9 years ago
pns_itemset.h
Comment-only changes
6 years ago
pns_joint.h
pcbnew: Adding arcs to PNS
6 years ago
pns_kicad_iface.cpp
Remove a bunch of globals.
6 years ago
pns_kicad_iface.h
Fix a few Coverity warnings.
6 years ago
pns_layerset.h
Comment-only changes
6 years ago
pns_line.cpp
router: backspace key to undo last fixed segment(s)
6 years ago
pns_line.h
router: Clear() method for PNS::LINE
6 years ago
pns_line_placer.cpp
PNS: Fix missing via on zero-length
6 years ago
pns_line_placer.h
router: commit traces made in single stroke/click (fixes regression introduced with Backspace support)
6 years ago
pns_linked_item.h
pcbnew: Adding arcs to PNS
6 years ago
pns_logger.cpp
Refactor all math into a new kimath library
6 years ago
pns_logger.h
Fix unnecessary value parameter detected by clang-tidy. - Replace value parameter by const reference parameter or move-assignement in some cases
8 years ago
pns_meander.cpp
SHAPE_LINE_CHAIN: Remove element access
6 years ago
pns_meander.h
Comment-only changes
6 years ago
pns_meander_placer.cpp
PNS: Moving the rest of the placer to Fix/Commit
6 years ago
pns_meander_placer.h
PNS: Moving the rest of the placer to Fix/Commit
6 years ago
pns_meander_placer_base.cpp
pcbnew: Add PadToDie length for tuning actions
6 years ago
pns_meander_placer_base.h
Comment-only changes
6 years ago
pns_meander_skew_placer.cpp
Switch to scoped enums
6 years ago
pns_meander_skew_placer.h
Comment-only changes
6 years ago
pns_node.cpp
PNS: Protect drag from null deref
6 years ago
pns_node.h
router: allow modification of SOLIDs in PNS::NODE
6 years ago
pns_optimizer.cpp
Fix a few Coverity warnings.
6 years ago
pns_optimizer.h
router: optimizer should now handle 'keep vertex' constraint correctly...
6 years ago
pns_placement_algo.h
router: backspace key to undo last fixed segment(s)
6 years ago
pns_router.cpp
router: initial support for dragging components with traces attached
6 years ago
pns_router.h
router: initial support for dragging components with traces attached
6 years ago
pns_routing_settings.cpp
Generalize default footprint fields.
6 years ago
pns_routing_settings.h
router: option to enable optimization of the track being dragged
6 years ago
pns_segment.h
pcbnew: Adding arcs to PNS
6 years ago
pns_shove.cpp
router: smarter way to check the shove direction without using silly heuristics
6 years ago
pns_shove.h
Fix a few Coverity and compil minor warnings. Remove dead code
6 years ago
pns_sizes_settings.cpp
Performance enhancements for DRC.
6 years ago
pns_sizes_settings.h
Change more enums over to scoped enums
6 years ago
pns_solid.cpp
router: SOLID::SetPos() should update the shape position too
6 years ago
pns_solid.h
router: SOLID::SetPos() should update the shape position too
6 years ago
pns_tool_base.cpp
ADDED: Cross-probe highlighting of bus members
6 years ago
pns_tool_base.h
Implement a new settings framework across all of KiCad
6 years ago
pns_topology.cpp
pcbnew: Adding arcs to PNS
6 years ago
pns_topology.h
Remove PNS_ prefix from most types inside namespace PNS
9 years ago
pns_tune_status_popup.cpp
Push KIWAY_HOLDER down a level so we can move a bunch of stuff that doesn't belong there out.
7 years ago
pns_tune_status_popup.h
Pcbnew: fix crash on exit after using the track length tool.
6 years ago
pns_utils.cpp
pcbnew: Adding arcs to PNS
6 years ago
pns_utils.h
pcbnew: Adding arcs to PNS
6 years ago
pns_via.cpp
Refactor all math into a new kimath library
6 years ago
pns_via.h
Refactor all math into a new kimath library
6 years ago
pns_walkaround.cpp
router: backspace key to undo last fixed segment(s)
6 years ago
pns_walkaround.h
A few Coverity fixes.
6 years ago
range.h
Code formatting.
11 years ago
ranged_num.h
Code formatting.
11 years ago
router_preview_item.cpp
router: fix arc drawing in ROUTER_PREVIEW_ITEM
6 years ago
router_preview_item.h
Display clearance for routed tracks (GAL)
9 years ago
router_tool.cpp
ADDED: TOOL_ACTION for switching PNS router mode.
6 years ago
router_tool.h
ADDED: TOOL_ACTION for switching PNS router mode.
6 years ago
time_limit.cpp
Move PNS router code into namespace PNS
9 years ago
time_limit.h
Cleanup: Replace C-only deprecated headers
6 years ago