kicad/gerbview
Mike Williams fc903592ed Hotkeys: fix multiple assignment of N key
Fixes: https://gitlab.com/kicad/code/kicad/-/issues/16376
2023-12-18 11:13:47 -05:00
..
dialogs String and dialog layout fixes. 2023-12-13 11:49:34 -05:00
gerber_test_files Gerbview: fix some issues related to comments and primitives in macros: 2023-11-08 10:45:13 +01:00
tools Hotkeys: fix multiple assignment of N key 2023-12-18 11:13:47 -05:00
widgets AddMenuLanguageList should live in EDA_BASE_FRAME, its only user 2023-10-16 19:49:52 -04:00
CMakeLists.txt New macOS installation scripts 2023-09-19 17:23:30 -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 Gerbview: fix some issues related to comments and primitives in macros: 2023-11-08 10:45:13 +01: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: replace ARC_HIGH_DEF (defined for Pcbnew) to a suitable value 2023-02-11 10:20:30 +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 Move grid definitions to Prefs and grid origin to a separate dlg. 2023-08-26 13:32:24 +01:00
excellon_defaults.h
excellon_image.h Fix overflow vulnerability in Gerbview 2022-02-01 15:50:27 -08:00
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 Fix casing for gerber wildards 2023-10-15 19:52:38 +01:00
gbr_display_options.h Split gerbview diff and xor into two separate view modes. 2022-11-18 15:29:16 +00: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 Gerbview: fix missing initialization of variables in bounding box calculations. 2023-09-11 09:49:17 +02: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 Gerbview: add refinements to option to set offset and rotation of layers. 2023-09-08 10:43:59 +02: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 Unwrap the FROM_UTF8 macro in favor of direct function 2023-09-09 00:10:57 -04:00
gerbview.h
gerbview.icns
gerbview_doc.icns
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 Use IsShownOnScreen(), not IsShown(), if you really want to know if its visible. 2023-10-14 23:51:37 +01:00
gerbview_frame.h Keep colors & visibility with layer objects, not layer number. 2023-10-01 19:01:02 +01:00
gerbview_id.h
gerbview_painter.cpp Another try at fixing arcs. 2023-08-22 16:10:58 +03: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 Fail GAL on its header leaking audit 2023-09-18 19:52:27 -04:00
gerbview_printout.h Remove a few EDA_RECT instances. 2022-08-31 01:22:49 +01:00
gerbview_settings.cpp ADDED separate user-defined color for page limits. 2022-03-24 14:11:41 +00:00
gerbview_settings.h All the preferences, all the time. 2021-12-24 13:08:44 +00:00
job_file_reader.cpp Unwrap the FROM_UTF8 macro in favor of direct function 2023-09-09 00:10:57 -04:00
menubar.cpp AddMenuLanguageList should live in EDA_BASE_FRAME, its only user 2023-10-16 19:49:52 -04: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 Rollback wxChoice -> wxComboBox changes for now. 2023-04-09 23:00:33 +01:00