kicad/gerbview
jean-pierre charras 9108404efe Gerbview: seriously speed up the calculation time to draw polygons on OpenGL.
Mainly CacheTriangulation() was creating triangles using partition mode.
But this mode is optimized for Pcbnew and Gerbview and different internal units.
Now CacheTriangulation() is used in no partition, much faster in GERBVIEW_PAINTER.
Fixes #11549
https://gitlab.com/kicad/code/kicad/issues/11549
2022-05-13 18:20:35 +02:00
..
dialogs Wide string decls for gerbview. 2022-02-05 22:34:45 +00:00
gerber_test_files
tools Wide string decls for gerbview. 2022-02-05 22:34:45 +00:00
widgets ADDED separate user-defined color for page limits. 2022-03-24 14:11:41 +00:00
CMakeLists.txt Revert "cmake: adding KICAD_MACOSX_APP_BUNDLE option" 2022-01-31 15:57:56 -08:00
X2_gerber_attributes.cpp
X2_gerber_attributes.h
am_param.cpp Replace inserts/push_backs with emplace in some spots 2022-02-05 19:53:31 -05:00
am_param.h
am_primitive.cpp QA: fix altium qa tests now the altium to pcbnew coordiantes are rounded 2022-03-24 12:36:46 +01:00
am_primitive.h Bug fixes in arc & textbox printing. 2022-01-31 20:00:47 +00:00
clear_gbr_drawlayers.cpp Gerbview: Allow layer move up, move down, and delete 2022-01-24 08:40:49 -05:00
dcode.cpp Bug fixes in arc & textbox printing. 2022-01-31 20:00:47 +00:00
dcode.h Bug fixes in arc & textbox printing. 2022-01-31 20:00:47 +00:00
evaluate.cpp
events_called_functions.cpp