kicad/gerbview
Seth Hillbrand 35ac39844f Clean up some auto usage
Don't make new copies of shared_ptr if we can use references.  Keep auto
usage down to hard-to-type-out sequences
2022-08-15 11:29:45 -07:00
..
dialogs Fix some warnings detected by PVS-STUDIO (not used vars) 2022-07-26 16:00:14 +02:00
gerber_test_files Gerbview: fix incorrect Gerber test files 2020-10-06 17:35:16 +02:00
tools Gerber Viewer: fix high contrast mode, respect high cycle shortcut 2022-07-26 18:42:55 +00:00
widgets Gerbview: remove used/unused row indicator 2022-07-26 18:42:55 +00:00
CMakeLists.txt ADDED: Threadpool 2022-06-24 22:59:24 +00:00
X2_gerber_attributes.cpp Gerber Viewer: X2 mode paste layer above mask and silk 2022-07-26 18:42:55 +00:00
X2_gerber_attributes.h GerbView header housekeeping. 2021-06-03 14:32:24 -04:00
am_param.cpp Replace inserts/push_backs with emplace in some spots 2022-02-05 19:53:31 -05:00
am_param.h Fix source comment / documentation typos 2021-06-09 19:32:58 +00:00
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 Cleanup: Replace push_back with emplace_back 2019-12-05 13:41:21 -08:00
events_called_functions.cpp Gerbview: fix missing handling of ID_GRID_SETTINGS event. 2022-02-18 08:31:32 +01:00
excellon_defaults.h Gerbview, Excellon reader: add preference to configure default coordinates format. In Excellon drill files, the coordinate format is not specified, and sometimes units and zero option are even not specified, so some drill files cannot be read. In Preferences, default setting options are now added to specify by hand missing info. 2021-08-02 12:55:41 +02:00
excellon_image.h Fix overflow vulnerability in Gerbview 2022-02-01 15:50:27 -08:00
excellon_read_drill_file.cpp Wide string decls for gerbview. 2022-02-05 22:34:45 +00:00
export_to_pcbnew.cpp Gerbview export to kicad_pcb file: remove calls to Simplify and Fracture. 2022-05-05 19:26:31 +02:00
export_to_pcbnew.h Neurotically update position wxPoint usages 2022-01-01 11:55:51 -05:00
files.cpp Wide string decls for gerbview. 2022-02-05 22:34:45 +00:00
gbr_display_options.h Flatten out some more preferences. 2021-12-24 15:43:20 +00:00
gbr_layout.cpp SEARCH_RESULT -> INSPECT_RESULT 2022-07-29 20:01:10 -04:00
gbr_layout.h SEARCH_RESULT -> INSPECT_RESULT 2022-07-29 20:01:10 -04:00
gerber_collectors.cpp SEARCH_RESULT -> INSPECT_RESULT 2022-07-29 20:01:10 -04:00
gerber_collectors.h SEARCH_RESULT -> INSPECT_RESULT 2022-07-29 20:01:10 -04:00
gerber_draw_item.cpp SEARCH_RESULT -> INSPECT_RESULT 2022-07-29 20:01:10 -04:00
gerber_draw_item.h SEARCH_RESULT -> INSPECT_RESULT 2022-07-29 20:01:10 -04:00
gerber_file_image.cpp SEARCH_RESULT -> INSPECT_RESULT 2022-07-29 20:01:10 -04:00
gerber_file_image.h SEARCH_RESULT -> INSPECT_RESULT 2022-07-29 20:01:10 -04:00
gerber_file_image_list.cpp Gerber Viewer: put drills/outlines/keep outs on top by default 2022-07-26 18:42:55 +00:00
gerber_file_image_list.h Gerber Viewer: put drills/outlines/keep outs on top by default 2022-07-26 18:42:55 +00:00
gerbview.cpp Wide string decls for gerbview. 2022-02-05 22:34:45 +00:00
gerbview.h Gerbview: code cleanup. Remove many include, now useless. 2020-09-30 12:56:55 +02:00
gerbview.icns Add drop shadows to MacOS icons 2021-07-30 20:55:34 -07:00
gerbview_doc.icns Add drop shadows to MacOS icons 2021-07-30 20:55:34 -07:00
gerbview_draw_panel_gal.cpp Flatten out some more preferences. 2021-12-24 15:43:20 +00:00
gerbview_draw_panel_gal.h Round 2 of Worksheet -> Drawing Sheet. 2021-02-23 11:57:44 +00:00
gerbview_frame.cpp Gerber Viewer: fix high contrast mode, respect high cycle shortcut 2022-07-26 18:42:55 +00:00
gerbview_frame.h Gerbview: consolidate some dialog code 2022-01-24 08:40:49 -05:00
gerbview_id.h Ensure toolbar controls have the correct width on frame creation 2021-03-28 13:07:56 +01:00
gerbview_painter.cpp Gerbview: seriously speed up the calculation time to draw polygons on OpenGL. 2022-05-13 18:20:35 +02:00
gerbview_painter.h Flatten out some more preferences. 2021-12-24 15:43:20 +00:00
gerbview_printout.cpp Gerbview: fix a long standing issue: negative objects are now correctly printed. 2022-02-12 11:44:34 +01:00
gerbview_printout.h Don't mandate ownership semantics in API 2020-07-26 02:45:27 +00: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 Fix some warnings detected by PVS-STUDIO (not used vars) 2022-07-26 16:00:14 +02:00
menubar.cpp Change the behavior of ACTION_MENU::Add to require clones if required outside the function 2022-04-11 19:03:01 -04:00
readgerb.cpp Clean up some auto usage 2022-08-15 11:29:45 -07:00
rs274_read_XY_and_IJ_coordinates.cpp Fix float scaling to use single fn 2022-02-10 12:36:34 -08:00
rs274d.cpp gerbview: fix incorrect render of regions defined by a 360 deg arcd (a circle) 2022-02-10 09:56:27 +01:00
rs274x.cpp Wide string decls for gerbview. 2022-02-05 22:34:45 +00:00
toolbars_gerber.cpp ADDED separate user-defined color for page limits. 2022-03-24 14:11:41 +00:00