kicad/gerbview
Seth Hillbrand a9ae86eefd Cleanup geometry functions
Added Distance(VECTOR2) function that returns a double.  Removed
superfluous EuclideanNorm, GetLineLength, integer constructor for
EDA_ANGLE (this promotes to double in the CTOR), DistanceLinePoint and
HitTestPoints

Also extended the size for arc calculations that get distances to center
points to avoid overflow
2024-05-31 12:26:37 -07:00
..
dialogs Gerbview: rename diff mode by forced opacity display mode and make opacity adjustable. 2024-05-10 16:22:55 +02:00
gerber_test_files Gerbview: fix some issues related to comments and primitives in macros: 2023-11-08 10:45:13 +01:00
tools Gerbview: rename diff mode by forced opacity display mode and make opacity adjustable. 2024-05-10 16:22:55 +02:00
widgets Fix scale factors of layer box selectors. 2024-05-28 18:52:03 +03:00
CMakeLists.txt Strip out no longer needed links on the top executables 2024-04-14 07:52:02 -04:00
X2_gerber_attributes.cpp Unwrap the FROM_UTF8 macro in favor of direct function 2023-09-09 00:10:57 -04:00
X2_gerber_attributes.h
am_param.cpp Gerbview: Aperture Macro: handle overwriting of variables 2023-02-11 18:22:29 +01:00
am_param.h Gerbview: Aperture Macro: handle overwriting of variables 2023-02-11 18:22:29 +01:00
am_primitive.cpp Cleanup geometry functions 2024-05-31 12:26:37 -07:00
am_primitive.h Gerbview: Aperture Macro: handle overwriting of variables 2023-02-11 18:22:29 +01:00
aperture_macro.cpp Gerbview: Aperture Macro: handle overwriting of variables 2023-02-11 18:22:29 +01:00
aperture_macro.h Gerbview: Aperture Macro: handle overwriting of variables 2023-02-11 18:22:29 +01:00
clear_gbr_drawlayers.cpp RIP EDA_RECT. 2022-08-31 23:57:24 +01:00
dcode.cpp Gerbview: fix incorrect rotation of DCode shape type regular polygon. 2023-12-31 18:29:23 +01:00
dcode.h Yeet the last of wxSize/wxPoint to stop leaking gdicmn everywhere 2023-02-18 22:57:18 -05:00
evaluate.cpp
events_called_functions.cpp Gerbview: cleanup: remove a old and dead code. 2024-05-09 17:54:05 +02:00
excellon_defaults.h
excellon_image.h
excellon_read_drill_file.cpp Fix issue with clang and older gcc 2023-09-13 07:29:15 -07:00
export_to_pcbnew.cpp Add generator version 2023-11-29 16:17:41 +00:00
export_to_pcbnew.h Remove convert_to_biu.h, merge contents to base_units.h 2022-09-16 21:09:28 -04:00
files.cpp Gerbview: update view items after reordering/modifying view layers. 2024-03-09 18:13:24 +01:00
gbr_display_options.h Gerbview: rename diff mode by forced opacity display mode and make opacity adjustable. 2024-05-10 16:22:55 +02:00
gbr_layout.cpp Remove a few EDA_RECT instances. 2022-08-31 01:22:49 +01:00
gbr_layout.h RIP EDA_RECT. 2022-08-31 23:57:24 +01:00
gerber_collectors.cpp Attempt to fix std::initializer_list lifetime issue. 2022-08-21 20:54:41 +01:00
gerber_collectors.h Attempt to fix std::initializer_list lifetime issue. 2022-08-21 20:54:41 +01:00
gerber_draw_item.cpp Cleanup geometry functions 2024-05-31 12:26:37 -07:00
gerber_draw_item.h Yeet the last of wxSize/wxPoint to stop leaking gdicmn everywhere 2023-02-18 22:57:18 -05:00
gerber_file_image.cpp Performance 2024-03-02 00:03:46 +00:00
gerber_file_image.h Gerbview: fix some issues related to comments and primitives in macros: 2023-11-08 10:45:13 +01:00
gerber_file_image_list.cpp Remove obsolete config_params.h includes 2023-09-25 20:40:29 -04:00
gerber_file_image_list.h gerbview: Cleanup some unsigned comparisons that were extraneous 2022-09-24 03:46:06 +01:00
gerbview.cpp Move PGM_BASE to kicommon 2024-03-20 23:29:42 -04:00
gerbview.h
gerbview.icns Add document type icons 2024-02-09 15:55:57 -08:00
gerbview_doc.icns Add document type icons 2024-02-09 15:55:57 -08:00
gerbview_draw_panel_gal.cpp Remove IU_PER_MM thats standalone 2022-09-16 21:09:27 -04:00
gerbview_draw_panel_gal.h
gerbview_frame.cpp Gerbview: fix a minor issue. 2024-05-22 17:25:01 +02:00
gerbview_frame.h Gerbview: rename diff mode by forced opacity display mode and make opacity adjustable. 2024-05-10 16:22:55 +02:00
gerbview_id.h
gerbview_painter.cpp Cleanup geometry functions 2024-05-31 12:26:37 -07:00
gerbview_painter.h Painter base class should just live in gal instead of being in denial 2023-09-06 20:23:19 -04:00
gerbview_printout.cpp Fix some layer id enum colliding warnings 2024-04-12 21:55:19 -04:00
gerbview_printout.h Remove a few EDA_RECT instances. 2022-08-31 01:22:49 +01:00
gerbview_settings.cpp Gerbview: rename diff mode by forced opacity display mode and make opacity adjustable. 2024-05-10 16:22:55 +02:00
gerbview_settings.h
job_file_reader.cpp Kick the wildcards and file exts into a static class, export it from kicommon 2023-12-27 21:10:01 -05:00
menubar.cpp Gerbview: rename diff mode by forced opacity display mode and make opacity adjustable. 2024-05-10 16:22:55 +02:00
readgerb.cpp Gerbview: fix some issues related to comments and primitives in macros: 2023-11-08 10:45:13 +01:00
rs274_read_XY_and_IJ_coordinates.cpp Gerbview: code refactor: move APERTURE_MACRO defs from am_primitive to aperture_macro. 2023-01-20 10:47:18 +01:00
rs274d.cpp Gerbview: fix some issues related to comments and primitives in macros: 2023-11-08 10:45:13 +01:00
rs274x.cpp Gerbview: fix some issues related to comments and primitives in macros: 2023-11-08 10:45:13 +01:00
toolbars_gerber.cpp Gerbview: rename diff mode by forced opacity display mode and make opacity adjustable. 2024-05-10 16:22:55 +02:00