kicad/gerbview
Wayne Stambaugh f28ea5e784 Remove standard dialog button static line separators.
For the sake of consistency across all dialogs and window that behave
like dialogs, remove the static line that separates the main part of
the dialog from the standard buttons.  This only applies to windows
that have the standard button on the bottom of the frame.

This covers the 3D viewer, CvPcb, common, GerbView and KiCad dialogs.
2023-01-08 13:15:33 -05:00
..
dialogs Remove standard dialog button static line separators. 2023-01-08 13:15:33 -05:00
gerber_test_files Gerbview: fix incorrect Gerber test files 2020-10-06 17:35:16 +02:00
tools Gerbview: fix broken XOR mode 2022-12-19 11:00:06 -05:00
widgets Gerbview: fix some issues related to color settings. 2022-09-11 14:40:04 +02:00
CMakeLists.txt Initial arm64 work 2022-12-09 23:48:31 +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 Remove convert_to_biu.h, merge contents to base_units.h 2022-09-16 21:09:28 -04:00
am_primitive.h Gerbview: fix missing pad shapes when exporting to Pcbnew. 2022-09-08 18:43:07 +02:00
clear_gbr_drawlayers.cpp RIP EDA_RECT. 2022-08-31 23:57:24 +01:00
dcode.cpp Remove convert_to_biu.h, merge contents to base_units.h 2022-09-16 21:09:28 -04:00
dcode.h Gerbview: fix missing pad shapes when exporting to Pcbnew. 2022-09-08 18:43:07 +02:00
evaluate.cpp Cleanup: Replace push_back with emplace_back 2019-12-05 13:41:21 -08:00
events_called_functions.cpp ADDED: Implement Drag and Drop 2022-09-14 22:28:09 +00: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 Repoint IU_PER_MILS 2022-09-16 21:09:26 -04:00
export_to_pcbnew.cpp Eeschema Back annotation: fix broken handling of full sheet paths of symbols. 2022-11-03 11:15:23 +01: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, read zip archive: do not generate a error message for directory names. 2022-11-22 08:39:16 +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 Uniformly translate "<no net>" message. 2022-12-15 13:59:25 +00:00
gerber_draw_item.h Push UNITS_PROVIDER down into a low-level mixin. 2022-09-19 17:10:59 +01:00
gerber_file_image.cpp Readability improvements. 2022-09-19 11:18:20 +01:00
gerber_file_image.h Attempt to fix std::initializer_list lifetime issue. 2022-08-21 20:54:41 +01:00
gerber_file_image_list.cpp gerbview: Cleanup some unsigned comparisons that were extraneous 2022-09-24 03:46:06 +01:00
gerber_file_image_list.h gerbview: Cleanup some unsigned comparisons that were extraneous 2022-09-24 03:46:06 +01:00
gerbview.cpp Some refactoring around Gerber files extension checking. 2022-11-18 09:55:34 +05: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 Remove IU_PER_MM thats standalone 2022-09-16 21:09:27 -04:00
gerbview_draw_panel_gal.h Round 2 of Worksheet -> Drawing Sheet. 2021-02-23 11:57:44 +00:00
gerbview_frame.cpp Do not translate name in version info 2022-12-31 20:28:45 -05:00
gerbview_frame.h Class name <-> file name sync. 2022-12-29 18:05:57 +00: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 Split gerbview diff and xor into two separate view modes. 2022-11-18 15:29:16 +00:00
gerbview_painter.h ADDED: Support for explicit DNP field 2022-09-16 22:26:16 +00:00
gerbview_printout.cpp Remove IU_PER_MM thats standalone 2022-09-16 21:09: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 Fix some warnings detected by PVS-STUDIO (not used vars) 2022-07-26 16:00:14 +02:00
menubar.cpp Never call ReCreateMenuBar inside a menu event handler 2022-12-16 16:37:51 -05:00
readgerb.cpp Remove uneeded file pointer in gerbview code 2022-09-25 15:41:39 +01: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 Gerbview: Check RS274X AD command's template parameters 2022-12-22 21:23:19 +00:00
toolbars_gerber.cpp Split gerbview diff and xor into two separate view modes. 2022-11-18 15:29:16 +00:00