Name
Last commit
Last update
..
CMakeLists.txt Remove Kbool from Kicad. Use Clipper instead.
PolyLine.cpp Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number.
PolyLine.h Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number.
SutherlandHodgmanClipPoly.h gr_basic.cpp now clips filled polygons,using the Sutherland and Hodgman algo to clip the poly against a rectangle
clipper.cpp Minor changes in dialogs to ensure a better likeness between dialogs on Linux and Windows (mainly, remove some wxStaticBoxSizer in dialogs)
clipper.hpp Minor changes in dialogs to ensure a better likeness between dialogs on Linux and Windows (mainly, remove some wxStaticBoxSizer in dialogs)
determine_if_point_inside_polygon.odt Switch to polygons in zones (old way no more supported)
math_for_graphics.cpp Pcbnew: fix a very old bug in DRC, pad to pad drc tests: sometimes a test between a rectangular pad and an oval pad was skipped.
math_for_graphics.h Pcbnew: fix a very old bug in DRC, pad to pad drc tests: sometimes a test between a rectangular pad and an oval pad was skipped.
polygon_test_point_inside.cpp switch all <math.h> includes to <cmath> includes on an attempt to dodge some abiguous references to atan2()
polygon_test_point_inside.h fix function comments, this time ones in *.cpp files until they
polygons_defs.h Polygon code cleanup