kicad/gerbview
Seth Hillbrand 61ac9c8d90 Add multiple size icons for programs
In theory, the WM should now choose the closest size icon for its
purpose, making it easier to distinguish in space-constrained settings

Fixes https://gitlab.com/kicad/code/kicad/issues/6798
2020-12-22 15:37:26 -08:00
..
dialogs Move headers from common folders to appropriate include folders round 1. 2020-12-17 08:12:18 -05:00
gerber_test_files Gerbview: fix incorrect Gerber test files 2020-10-06 17:35:16 +02:00
tools Consistency for gerbview toolbar icons and some other icon tweaks. 2020-12-17 14:02:23 +00:00
widgets Mostly formatting cleanup but a few type-casting cleanups too. 2020-11-24 22:16:41 +00:00
CMakeLists.txt Move the gerbview widgets to their own folder 2020-11-16 07:41:22 -05:00
X2_gerber_attributes.cpp Comment-only changes 2020-01-10 16:43:01 -08:00
X2_gerber_attributes.h Comment-only changes 2020-01-10 16:43:01 -08:00
am_param.cpp Nip some eda_item.h in gerbview 2020-10-14 22:08:00 -04:00
am_param.h Comment-only changes 2020-01-10 16:43:01 -08:00
am_primitive.cpp Require explicit decl of maxError and errorLocations. 2020-10-13 13:49:07 +01:00
am_primitive.h Nip some eda_item.h in gerbview 2020-10-14 22:08:00 -04:00
clear_gbr_drawlayers.cpp Move the gerbview widgets to their own folder 2020-11-16 07:41:22 -05:00
dcode.cpp Nip some eda_item.h in gerbview 2020-10-14 22:08:00 -04:00
dcode.h Nip some eda_item.h in gerbview 2020-10-14 22:08:00 -04:00
evaluate.cpp Cleanup: Replace push_back with emplace_back 2019-12-05 13:41:21 -08:00
events_called_functions.cpp Move the gerbview widgets to their own folder 2020-11-16 07:41:22 -05:00
excellon_image.h Improve spelling. 2019-08-20 19:14:05 +01:00
excellon_read_drill_file.cpp HTML_MESSAGE_BOX is a dialog 2020-10-25 20:01:12 -04:00
export_to_pcbnew.cpp Add const specifiers 2020-11-18 19:50:36 +00:00
export_to_pcbnew.h Add const specifiers 2020-11-18 19:50:36 +00:00
files.cpp Move the gerbview widgets to their own folder 2020-11-16 07:41:22 -05:00
gbr_display_options.h GerbView #2501 - Add mirror display function to GerbView 2020-07-25 21:20:07 -07:00
gbr_layout.cpp Gerbview: code cleanup. Remove many include, now useless. 2020-09-30 12:56:55 +02:00
gbr_layout.h Remove common.h from more headers 2020-10-25 22:29:53 -04:00
gerber_collectors.cpp Naming conventions. 2020-10-02 21:25:14 +01:00
gerber_collectors.h Naming conventions. 2020-10-02 21:25:14 +01:00
gerber_draw_item.cpp Another set of color msgpanel items stripped 2020-12-08 00:52:21 -05:00
gerber_draw_item.h Split base_struct into eda_item and eda_rect 2020-10-13 21:24:50 -04:00
gerber_file_image.cpp Cleanup some msg panel usage using the no longer support colors 2020-12-08 00:34:36 -05:00
gerber_file_image.h Gerbview: add a error message for invalid files missing G74 or G75 commands. 2020-04-10 12:57:29 +02:00
gerber_file_image_list.cpp Remove GetChars(), a wxWidgets 2.9 compatibility hack 2020-10-15 20:53:25 -04:00
gerber_file_image_list.h Gerbview: cleanup code. 2019-12-31 11:58:43 +01:00
gerbview.cpp Replace wxFile usage with wxFFile 2020-12-12 13:16:23 -05:00
gerbview.h Gerbview: code cleanup. Remove many include, now useless. 2020-09-30 12:56:55 +02:00
gerbview.icns Update icon resource sets 2020-12-22 15:16:33 -08:00
gerbview.rc Handle Windows manifests ourselves and add dpi awareness option 2020-10-10 19:08:23 +00:00
gerbview_doc.icns Update icon resource sets 2020-12-22 15:16:33 -08:00
gerbview_draw_panel_gal.cpp Code cleanup related to zoom: 2020-12-02 18:35:28 +01:00
gerbview_draw_panel_gal.h Remove stray include when there's already a forward declaration in gerbview 2020-10-13 20:44:34 -04:00
gerbview_frame.cpp Add multiple size icons for programs 2020-12-22 15:37:26 -08:00
gerbview_frame.h gerbview: Move more items to actions 2020-10-09 01:55:31 +01:00
gerbview_id.h Nip some eda_item.h in gerbview 2020-10-14 22:08:00 -04:00
gerbview_painter.cpp Remove trigo.h from eda_text.h 2020-10-13 23:37:48 -04:00
gerbview_painter.h ADDED: New appearance control widget for PcbNew 2020-08-15 15:24:28 -04:00
gerbview_printout.cpp Naming conventions. 2020-11-17 16:05:49 +00:00
gerbview_printout.h Don't mandate ownership semantics in API 2020-07-26 02:45:27 +00:00
gerbview_settings.cpp Fix rogue asterik 2020-10-18 14:28:40 -04:00
gerbview_settings.h Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
job_file_reader.cpp HTML_MESSAGE_BOX is a dialog 2020-10-25 20:01:12 -04:00
menubar.cpp Fix localization of the menu strings with accelerator strings 2020-11-04 01:31:52 +00:00
readgerb.cpp Mostly formatting cleanup but a few type-casting cleanups too. 2020-11-24 22:16:41 +00:00
rs274_read_XY_and_IJ_coordinates.cpp Gerbview: code cleanup. Remove many include, now useless. 2020-09-30 12:56:55 +02:00
rs274d.cpp Remove unused variables plus some more fixes from CppCheck 2020-11-19 02:28:47 +00:00
rs274x.cpp Split EDA_UNITS out from common. 2020-10-25 00:02:52 -04:00
toolbars_gerber.cpp Move the gerbview widgets to their own folder 2020-11-16 07:41:22 -05:00