kicad/pcbnew/tools
Jeff Young 16f9e697ab Allow edits to self-intersecting polygons.
1) Intermediate states might be self-intersecting, and we shouldn't
be policing our users on what order to do things in
2) The polygon might already be self-intersecting, at which point we're
preventing the user from fixing it.

Also includes better const management for SHAPE_POLY_SET API.

Fixes: lp:1833831
* https://bugs.launchpad.net/kicad/+bug/1833831

(cherry picked from commit a3c74051c2)
2019-07-14 18:36:47 +01:00
..
drawing_tool.cpp pcbnew: Ensure cursor remains set during tool activity 2019-06-08 10:23:38 -07:00
drawing_tool.h pcbnew: Graphic lines snap as single segments 2018-12-08 07:26:58 -08:00
edit_constraints.cpp pcbnew: Don't reset triangular points for intersection 2019-06-07 21:35:03 -07:00
edit_constraints.h
edit_points.cpp
edit_points.h
edit_tool.cpp Fix crash when re-entering a drag operation with a move. 2019-07-05 02:24:15 +01:00
edit_tool.h ratsnest: Calculate ratsnest per pad 2019-01-08 17:19:30 -08:00
footprint_editor_tools.cpp pcbnew: Disallow new via where DRC is violated 2019-01-23 10:20:59 -08:00
footprint_editor_tools.h
grid_helper.cpp pcbnew: Ensure source snapping 2019-02-03 04:23:24 +01:00
grid_helper.h pcbnew: Ensure source snapping 2019-02-03 04:23:24 +01:00
microwave_tool.cpp
microwave_tool.h
pad_tool.cpp pcbnew: minor text fix 2019-01-02 12:28:09 -08:00
pad_tool.h
pcb_actions.cpp Remove help from F1 key and move it to an action 2019-06-13 14:11:24 -04:00
pcb_actions.h Remove help from F1 key and move it to an action 2019-06-13 14:11:24 -04:00
pcb_bright_box.cpp
pcb_bright_box.h
pcb_editor_control.cpp pcbnew: Ensure cursor remains set during tool activity 2019-06-08 10:23:38 -07:00
pcb_editor_control.h
pcb_selection_conditions.cpp
pcb_selection_conditions.h
pcb_tool.cpp pcbnew: Disallow new via where DRC is violated 2019-01-23 10:20:59 -08:00
pcb_tool.h pcbnew: Disallow new via where DRC is violated 2019-01-23 10:20:59 -08:00
pcbnew_control.cpp Remove help from F1 key and move it to an action 2019-06-13 14:11:24 -04:00
pcbnew_control.h Remove help from F1 key and move it to an action 2019-06-13 14:11:24 -04:00
picker_tool.cpp ratsnest: Calculate ratsnest per pad 2019-01-08 17:19:30 -08:00
picker_tool.h ratsnest: Calculate ratsnest per pad 2019-01-08 17:19:30 -08:00
placement_tool.cpp pcbnew: Update strings 2019-01-02 14:43:55 -08:00
placement_tool.h pcbnew: Align/Distribute handle locking 2018-12-14 16:04:07 -08:00
point_editor.cpp Allow edits to self-intersecting polygons. 2019-07-14 18:36:47 +01:00
point_editor.h Allow edits to self-intersecting polygons. 2019-07-14 18:36:47 +01:00
position_relative_tool.cpp pcbnew: Don't use frame refresh to update display 2019-01-08 12:38:27 -08:00
position_relative_tool.h
selection.cpp pcbnew: Separating connectivity to subdir 2018-10-12 16:31:09 -07:00
selection_tool.cpp Improve selection behavior of DRC markers in DRC dialog list 2019-04-12 12:58:47 -04:00
selection_tool.h EDIT_TOOL: correctly handle locked items in Rotate/Flip/Mirror functions when the selection is already being dragged 2019-01-16 17:00:51 +01:00
tool_event_utils.cpp
tool_event_utils.h
tools_common.cpp
zone_create_helper.cpp Allow edits to self-intersecting polygons. 2019-07-14 18:36:47 +01:00
zone_create_helper.h pcbnew: Fix zone cutout duplication 2019-01-23 06:42:07 -08:00
zone_filler_tool.cpp Move zone refill to action 2019-07-01 09:16:32 -07:00
zone_filler_tool.h