kicad/common/tool
Seth Hillbrand 1a3b129d1e pcbnew: Don't reset triangular points for intersection
We prevent the creation of invalid polygons by keeping the converging
lines from intersecting.  This test doesn't make sense for triangular
polygons as they always intersect and we want to allow them to move
outside of the singular point.

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

(cherry picked from commit 966173c129)
2019-06-07 21:35:29 -07:00
..
action_manager.cpp Implement common file menu actions and move Eeschema over. 2019-05-25 01:14:21 +01:00
action_menu.cpp pcbnew: Fix launching of action plugins from an action menu 2019-06-05 11:14:31 +02:00
action_toolbar.cpp Move DeMorgan handling to ACTIONs. 2019-06-01 23:03:24 +01:00
actions.cpp More ACTIONS work. Nearly done now. 2019-06-04 22:31:42 +01:00
common_tools.cpp Move ConfigurePaths and LibTable management to common ACTIONs. 2019-06-03 21:08:30 +01:00
conditional_menu.cpp Instantate a default menu from no selection when menu is first built. 2019-06-02 12:58:08 +01:00
edit_constraints.cpp pcbnew: Don't reset triangular points for intersection 2019-06-07 21:35:29 -07:00
edit_points.cpp Implement modern tools for LibEdit. 2019-05-10 16:11:57 +01:00
grid_menu.cpp Build out some of the modern toolkit context menus. 2019-05-05 17:12:59 +01:00
selection_conditions.cpp Replace deleteNode and deleteConnection with selectNode and selectConnection. 2019-05-05 17:14:29 +01:00
tool_action.cpp Fix unnecessary value parameter detected by clang-tidy. - Replace value parameter by const reference parameter or move-assignement in some cases 2018-01-09 18:55:51 -05:00
tool_base.cpp Move remaining hard-coded segment counts 2019-05-16 08:49:55 -07:00
tool_dispatcher.cpp Fix merge error. 2019-05-16 20:05:45 +01:00
tool_event.cpp Start moving some LibEdit and SchEdit menubar menus to actions. 2019-05-13 21:44:29 +01:00
tool_interactive.cpp Move footprint & symbol tree context menus to tool infrastructure. 2019-06-05 20:16:48 +01:00
tool_manager.cpp Move footprint & symbol tree context menus to tool infrastructure. 2019-06-05 20:16:48 +01:00
tool_menu.cpp Mark unfold bus menu as clean so it doesn't get generated a second time. 2019-05-23 00:27:53 +01:00
zoom_menu.cpp Zoom context menu: minor enhancement (gal mode). 2018-12-28 14:08:01 +01:00
zoom_tool.cpp Move remaining hard-coded segment counts 2019-05-16 08:49:55 -07:00