kicad/pcbnew/dialogs
Wayne Stambaugh 0032845f9e Fix clipped bitmap buttons with GTK on Linux.
A note to developers, please do not set the minimum and/or size of bitmap
buttons.  It causes bitmaps to get clipped using GTK on Linux.  If the
bitmap button size is not acceptable, then supply an appropriately sized
bitmap rather than attempt to force the wxWidgets sizing mechanism to do
what you want.  This almost always causes platform differences that do
not work well.
2020-06-03 14:01:44 -04:00
..
dialog_board_setup.cpp DIALOG_BOARD_SETUP: fix incorrect parent for the PANEL_TEXT_VARIABLES panel. 2020-05-27 09:24:32 +02:00
dialog_board_setup.h Add a simple editor for DRC rules. 2020-05-16 23:30:30 +01:00
dialog_board_statistics.cpp Change more enums over to scoped enums 2019-12-28 00:55:11 +00:00
dialog_board_statistics.h Comment-only changes 2020-01-10 16:43:01 -08:00
dialog_board_statistics_base.cpp Pcbnew statistics: remove horizontal margin in drill table 2020-04-16 12:58:02 +00:00
dialog_board_statistics_base.fbp Pcbnew statistics: remove horizontal margin in drill table 2020-04-16 12:58:02 +00:00
dialog_board_statistics_base.h Pcbnew statistics: remove horizontal margin in drill table 2020-04-16 12:58:02 +00:00
dialog_choose_footprint.cpp Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
dialog_choose_footprint.h Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
dialog_cleanup_tracks_and_vias.cpp Split pcbnew and footprint editor settings getters for clarity 2020-05-05 21:46:00 -04:00
dialog_cleanup_tracks_and_vias.h Move ERC error reporting over to the new framework. 2020-03-16 11:06:15 +00:00
dialog_cleanup_tracks_and_vias_base.cpp Lay some groundwork for adding distances to DRC errors. 2020-04-24 14:46:22 +01:00
dialog_cleanup_tracks_and_vias_base.fbp Lay some groundwork for adding distances to DRC errors. 2020-04-24 14:46:22 +01:00
dialog_cleanup_tracks_and_vias_base.h Move DRC dialogs to wxDataView. 2020-02-24 23:19:17 +00:00
dialog_copper_zones.cpp Split pcbnew and footprint editor settings getters for clarity 2020-05-05 21:46:00 -04:00
dialog_copper_zones_base.cpp Rewrite FBP files generated with unreleased wxFB 2020-01-07 13:32:33 +00:00
dialog_copper_zones_base.fbp Rewrite FBP files generated with unreleased wxFB 2020-01-07 13:32:33 +00:00
dialog_copper_zones_base.h Rewrite FBP files generated with unreleased wxFB 2020-01-07 13:32:33 +00:00
dialog_create_array.cpp Switch to scoped enums 2019-12-20 14:11:39 +00:00
dialog_create_array.h Pcbnew: tidy up array options access/allocation 2019-05-16 11:20:52 +01:00
dialog_create_array_base.cpp Rewrite FBP files generated with unreleased wxFB 2020-01-07 13:32:33 +00:00
dialog_create_array_base.fbp Rewrite FBP files generated with unreleased wxFB 2020-01-07 13:32:33 +00:00
dialog_create_array_base.h Rewrite FBP files generated with unreleased wxFB 2020-01-07 13:32:33 +00:00
dialog_drc.cpp A bit more refactoring to get code out of the DRC tool. 2020-05-29 22:06:48 +01:00
dialog_drc.h DRC rules parser and engine. 2020-05-16 15:53:05 +01:00
dialog_drc_base.cpp Move ERC error reporting over to the new framework. 2020-03-16 11:06:15 +00:00
dialog_drc_base.fbp Move ERC error reporting over to the new framework. 2020-03-16 11:06:15 +00:00
dialog_drc_base.h Move ERC error reporting over to the new framework. 2020-03-16 11:06:15 +00:00
dialog_edit_footprint_for_BoardEditor.cpp Attempt to fix GTK bug of just-added 3D model not getting selected. 2020-05-06 21:19:38 +01:00
dialog_edit_footprint_for_BoardEditor.h Variable substitution framework. 2020-03-30 14:15:59 +01:00
dialog_edit_footprint_for_BoardEditor_base.cpp Fix clipped bitmap buttons with GTK on Linux. 2020-06-03 14:01:44 -04:00
dialog_edit_footprint_for_BoardEditor_base.fbp Fix clipped bitmap buttons with GTK on Linux. 2020-06-03 14:01:44 -04:00
dialog_edit_footprint_for_BoardEditor_base.h Fix clipped bitmap buttons with GTK on Linux. 2020-06-03 14:01:44 -04:00
dialog_edit_footprint_for_fp_editor.cpp Pcbnew: fix a crash due to use of invalid pointers after a list modification 2020-05-13 11:51:56 +02:00
dialog_edit_footprint_for_fp_editor.h Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
dialog_edit_footprint_for_fp_editor_base.cpp Fix clipped bitmap buttons with GTK on Linux. 2020-06-03 14:01:44 -04:00
dialog_edit_footprint_for_fp_editor_base.fbp Fix clipped bitmap buttons with GTK on Linux. 2020-06-03 14:01:44 -04:00
dialog_edit_footprint_for_fp_editor_base.h Fix clipped bitmap buttons with GTK on Linux. 2020-06-03 14:01:44 -04:00
dialog_enum_pads.cpp MACOS Setfocus and CancelButtonIssue moved into dialog_shim. 2017-01-29 23:51:35 +01:00
dialog_enum_pads.h Added settings dialog for Pad Enumeration tool. 2014-07-09 15:10:32 +02:00
dialog_enum_pads_base.cpp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_enum_pads_base.fbp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_enum_pads_base.h Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_exchange_footprints.cpp Pcbnew, exchange footprint and export DSN: fix incorrect rotation if the edit 2020-05-19 10:20:12 +02:00
dialog_exchange_footprints.h Use standard OK/Cancel paradigm rather than Apply/Cancel. 2020-05-06 20:50:44 +01:00
dialog_exchange_footprints_base.cpp Use standard OK/Cancel paradigm rather than Apply/Cancel. 2020-05-06 20:50:44 +01:00
dialog_exchange_footprints_base.fbp Use standard OK/Cancel paradigm rather than Apply/Cancel. 2020-05-06 20:50:44 +01:00
dialog_exchange_footprints_base.h Use standard OK/Cancel paradigm rather than Apply/Cancel. 2020-05-06 20:50:44 +01:00
dialog_export_idf.cpp Split pcbnew and footprint editor settings getters for clarity 2020-05-05 21:46:00 -04:00
dialog_export_idf_base.cpp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_export_idf_base.fbp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_export_idf_base.h Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_export_step.cpp Split pcbnew and footprint editor settings getters for clarity 2020-05-05 21:46:00 -04:00
dialog_export_step_base.cpp Fix in kicadpcb reader. Update dialog export step 2020-04-15 10:51:35 +02:00
dialog_export_step_base.fbp Fix in kicadpcb reader. Update dialog export step 2020-04-15 10:51:35 +02:00
dialog_export_step_base.h Fix in kicadpcb reader. Update dialog export step 2020-04-15 10:51:35 +02:00
dialog_export_svg.cpp Remove old incorrect code. 2020-05-22 08:05:39 +02:00
dialog_export_svg_base.cpp UNIT_BINDERize print and plot dialogs. 2018-07-17 15:12:29 +01:00
dialog_export_svg_base.fbp UNIT_BINDERize print and plot dialogs. 2018-07-17 15:12:29 +01:00
dialog_export_svg_base.h UNIT_BINDERize print and plot dialogs. 2018-07-17 15:12:29 +01:00
dialog_export_vrml.cpp Split pcbnew and footprint editor settings getters for clarity 2020-05-05 21:46:00 -04:00
dialog_export_vrml_base.cpp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_export_vrml_base.fbp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_export_vrml_base.h Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_filter_selection.cpp Clean a bunch of legacy code out of the Filter Selection dialog. 2020-01-12 20:53:56 +00:00
dialog_filter_selection.h Clean a bunch of legacy code out of the Filter Selection dialog. 2020-01-12 20:53:56 +00:00
dialog_filter_selection_base.cpp Clean a bunch of legacy code out of the Filter Selection dialog. 2020-01-12 20:53:56 +00:00
dialog_filter_selection_base.fbp Clean a bunch of legacy code out of the Filter Selection dialog. 2020-01-12 20:53:56 +00:00
dialog_filter_selection_base.h Clean a bunch of legacy code out of the Filter Selection dialog. 2020-01-12 20:53:56 +00:00
dialog_find.cpp Add user-defined severities, exclusions and colors to DRC markers. 2020-03-04 00:39:28 +00:00
dialog_find.h Recleaning DLIST from pcbnew 2019-12-10 09:52:07 -08:00
dialog_find_base.cpp Reference -> reference designator. 2020-03-17 16:09:25 +00:00
dialog_find_base.fbp Reference -> reference designator. 2020-03-17 16:09:25 +00:00
dialog_find_base.h Reference -> reference designator. 2020-03-17 16:09:25 +00:00
dialog_footprint_wizard_list.cpp Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
dialog_footprint_wizard_list.h Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
dialog_footprint_wizard_list_base.cpp dialog_footprint_wizard_list_base.cpp: fix a minor wxWidgets alert. 2018-11-04 15:50:29 +01:00
dialog_footprint_wizard_list_base.fbp dialog_footprint_wizard_list_base.cpp: fix a minor wxWidgets alert. 2018-11-04 15:50:29 +01:00
dialog_footprint_wizard_list_base.h dialog_footprint_wizard_list_base.cpp: fix a minor wxWidgets alert. 2018-11-04 15:50:29 +01:00
dialog_fp_plugin_options.cpp Comment-only changes 2020-01-10 16:43:01 -08:00
dialog_fp_plugin_options_base.cpp More safety fixes for uncommitted grid changes. 2018-08-29 19:59:01 +01:00
dialog_fp_plugin_options_base.fbp More safety fixes for uncommitted grid changes. 2018-08-29 19:59:01 +01:00
dialog_fp_plugin_options_base.h More safety fixes for uncommitted grid changes. 2018-08-29 19:59:01 +01:00
dialog_gen_footprint_position_file_base.cpp Fix layout issues in Gen FP Positions dialog and add text var support. 2020-04-05 23:56:24 +01:00
dialog_gen_footprint_position_file_base.fbp Fix layout issues in Gen FP Positions dialog and add text var support. 2020-04-05 23:56:24 +01:00
dialog_gen_footprint_position_file_base.h Fix layout issues in Gen FP Positions dialog and add text var support. 2020-04-05 23:56:24 +01:00
dialog_gencad_export_options.cpp Gencad export: fix an issue in hash_eda calculation, that can generate the same hash for 2 different footprints. 2019-10-10 20:18:48 +02:00
dialog_gencad_export_options.h Save last-used-paths in export dialogs. 2019-08-02 21:03:48 -06:00
dialog_gendrill.cpp Split pcbnew and footprint editor settings getters for clarity 2020-05-05 21:46:00 -04:00
dialog_gendrill.h Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
dialog_gendrill_base.cpp Rewrite FBP files generated with unreleased wxFB 2020-01-07 13:32:33 +00:00
dialog_gendrill_base.fbp Rewrite FBP files generated with unreleased wxFB 2020-01-07 13:32:33 +00:00
dialog_gendrill_base.h Rewrite FBP files generated with unreleased wxFB 2020-01-07 13:32:33 +00:00
dialog_get_footprint_by_name.h Reference -> reference designator. 2020-03-17 16:09:25 +00:00
dialog_get_footprint_by_name_base.cpp Reference -> reference designator. 2020-03-17 16:09:25 +00:00
dialog_get_footprint_by_name_base.fbp Reference -> reference designator. 2020-03-17 16:09:25 +00:00
dialog_get_footprint_by_name_base.h Reference -> reference designator. 2020-03-17 16:09:25 +00:00
dialog_global_deletion.cpp pcbnew: Fix deletion of vias in global delete window 2019-10-23 12:04:42 -04:00
dialog_global_deletion.h Add more "override" markers. 2016-09-25 13:59:41 -04:00
dialog_global_deletion_base.cpp Standardize colons global deletion 2018-04-23 11:53:17 -07:00
dialog_global_deletion_base.fbp Standardize colons global deletion 2018-04-23 11:53:17 -07:00
dialog_global_deletion_base.h Standardize colons global deletion 2018-04-23 11:53:17 -07:00
dialog_global_edit_text_and_graphics.cpp Make indeterminate control states clearer for the user. 2020-05-05 20:26:51 +01:00
dialog_global_edit_text_and_graphics_base.cpp Make indeterminate control states clearer for the user. 2020-05-05 20:26:51 +01:00
dialog_global_edit_text_and_graphics_base.fbp Make indeterminate control states clearer for the user. 2020-05-05 20:26:51 +01:00
dialog_global_edit_text_and_graphics_base.h Reference -> reference designator. 2020-03-17 16:09:25 +00:00
dialog_global_edit_tracks_and_vias.cpp ADDED: Cross-probe highlighting of bus members 2020-05-24 13:30:23 -04:00
dialog_global_edit_tracks_and_vias_base.cpp Reorder global edit dialogs for better comprehension. 2019-04-12 00:28:58 +01:00
dialog_global_edit_tracks_and_vias_base.fbp Reorder global edit dialogs for better comprehension. 2019-04-12 00:28:58 +01:00
dialog_global_edit_tracks_and_vias_base.h Be more forgiving of large fonts in grids. 2019-02-17 10:38:06 +00:00
dialog_global_fp_lib_table_config.cpp Fix some issues in I10n strings 2019-01-26 09:25:12 +01:00
dialog_global_fp_lib_table_config.h Initial global footprint library table fixes. 2019-01-20 13:51:07 -05:00
dialog_graphic_item_properties.cpp Introduce new KI_FALLTHROUGH macro 2020-04-25 00:44:09 +01:00
dialog_graphic_item_properties_base.cpp Lower x (or y) value always defines "Start Point". 2019-07-11 17:36:32 +01:00
dialog_graphic_item_properties_base.fbp Pcbnew, DIALOG_TEXT_PROPERTIES: make lines thickness editable when editing a dimension. 2019-09-02 09:48:17 +02:00
dialog_graphic_item_properties_base.h Lower x (or y) value always defines "Start Point". 2019-07-11 17:36:32 +01:00
dialog_import_settings.cpp Schematic Setup dialog. 2020-03-10 18:54:17 +00:00
dialog_import_settings.h Consolidate design rules UI. 2018-07-17 15:12:34 +01:00
dialog_import_settings_base.cpp Schematic Setup dialog. 2020-03-10 18:54:17 +00:00
dialog_import_settings_base.fbp Schematic Setup dialog. 2020-03-10 18:54:17 +00:00
dialog_import_settings_base.h Schematic Setup dialog. 2020-03-10 18:54:17 +00:00
dialog_keepout_area_properties.cpp Add pad keepout and footprint keepout areas. 2020-05-07 17:51:27 +01:00
dialog_keepout_area_properties_base.cpp Add pad keepout and footprint keepout areas. 2020-05-07 17:51:27 +01:00
dialog_keepout_area_properties_base.fbp Add pad keepout and footprint keepout areas. 2020-05-07 17:51:27 +01:00
dialog_keepout_area_properties_base.h Add pad keepout and footprint keepout areas. 2020-05-07 17:51:27 +01:00
dialog_layer_selection_base.cpp Rewrite FBP files generated with unreleased wxFB 2020-01-07 13:32:33 +00:00
dialog_layer_selection_base.fbp Rewrite FBP files generated with unreleased wxFB 2020-01-07 13:32:33 +00:00
dialog_layer_selection_base.h Rewrite FBP files generated with unreleased wxFB 2020-01-07 13:32:33 +00:00
dialog_move_exact.cpp Save pre-eval values for Move Exactly dialog. 2020-04-03 21:47:47 +01:00
dialog_move_exact.h Save pre-eval values for Move Exactly dialog. 2020-04-03 21:47:47 +01:00
dialog_move_exact_base.cpp Rewrite FBP files generated with unreleased wxFB 2020-01-07 13:32:33 +00:00
dialog_move_exact_base.fbp Rewrite FBP files generated with unreleased wxFB 2020-01-07 13:32:33 +00:00
dialog_move_exact_base.h Rewrite FBP files generated with unreleased wxFB 2020-01-07 13:32:33 +00:00
dialog_netlist.cpp A bit more refactoring to get code out of the DRC tool. 2020-05-29 22:06:48 +01:00
dialog_netlist.h Pcbnew, DIALOG_NETLIST: fix incorrect storage of wx_MessageWindow options. 2020-03-01 20:49:56 +01:00
dialog_netlist_base.cpp Reference -> reference designator. 2020-03-17 16:09:25 +00:00
dialog_netlist_base.fbp Reference -> reference designator. 2020-03-17 16:09:25 +00:00
dialog_netlist_base.h Move ERC error reporting over to the new framework. 2020-03-16 11:06:15 +00:00
dialog_non_copper_zones_properties.cpp Split pcbnew and footprint editor settings getters for clarity 2020-05-05 21:46:00 -04:00
dialog_non_copper_zones_properties_base.cpp Pcbnew, non copper zones: fix 2 issues. 2019-04-30 13:16:29 +02:00
dialog_non_copper_zones_properties_base.fbp Pcbnew, non copper zones: fix 2 issues. 2019-04-30 13:16:29 +02:00
dialog_non_copper_zones_properties_base.h Pcbnew, non copper zones: fix 2 issues. 2019-04-30 13:16:29 +02:00
dialog_pad_basicshapes_properties.cpp General cleanup. 2020-05-19 20:48:47 +01:00
dialog_pad_properties.cpp Attempt #1 to fix layout issue on GTK (and perhaps MSW). 2020-06-03 16:28:08 +01:00
dialog_pad_properties.h Progressive disclosure pad properties. 2020-06-02 17:22:24 +01:00
dialog_pad_properties_base.cpp Adjust spacing in dialog for non-OSX platforms. 2020-06-03 16:34:09 +01:00
dialog_pad_properties_base.fbp Adjust spacing in dialog for non-OSX platforms. 2020-06-03 16:34:09 +01:00
dialog_pad_properties_base.h Progressive disclosure pad properties. 2020-06-02 17:22:24 +01:00
dialog_plot.cpp Split pcbnew and footprint editor settings getters for clarity 2020-05-05 21:46:00 -04:00
dialog_plot.h Implement changes for Sketch Pads to Fab Layers. 2020-05-01 18:49:42 +01:00
dialog_plot_base.cpp Only sketch pads on fab layers if they exist on that side 2020-05-26 21:17:39 -04:00
dialog_plot_base.fbp Only sketch pads on fab layers if they exist on that side 2020-05-26 21:17:39 -04:00
dialog_plot_base.h Implement changes for Sketch Pads to Fab Layers. 2020-05-01 18:49:42 +01:00
dialog_pns_diff_pair_dimensions.cpp Push KIWAY_HOLDER down a level so we can move a bunch of stuff that doesn't belong there out. 2019-06-10 23:46:00 +01:00
dialog_pns_diff_pair_dimensions.h Switch UNIT_BINDER and DIALOG_SHIM to local units. 2018-07-17 15:09:53 +01:00
dialog_pns_diff_pair_dimensions_base.cpp Clean up some extraneous TEXT_CRTL_EVAL references. 2019-02-17 10:16:09 +00:00
dialog_pns_diff_pair_dimensions_base.fbp Clean up some extraneous TEXT_CRTL_EVAL references. 2019-02-17 10:16:09 +00:00
dialog_pns_diff_pair_dimensions_base.h Clean up some extraneous TEXT_CRTL_EVAL references. 2019-02-17 10:16:09 +00:00
dialog_pns_length_tuning_settings.cpp Switch to scoped enums 2019-12-20 14:11:39 +00:00
dialog_pns_length_tuning_settings.h Enforcing rational limits on length tuner 2019-06-29 09:38:27 -07:00
dialog_pns_length_tuning_settings_base.cpp Rewrite FBP files generated with unreleased wxFB 2020-01-07 13:32:33 +00:00
dialog_pns_length_tuning_settings_base.fbp Rewrite FBP files generated with unreleased wxFB 2020-01-07 13:32:33 +00:00
dialog_pns_length_tuning_settings_base.h Rewrite FBP files generated with unreleased wxFB 2020-01-07 13:32:33 +00:00
dialog_pns_settings.cpp Fix management of nested settings for PNS 2020-02-27 22:53:00 -05:00
dialog_pns_settings.h pcbnew: Hide routing options that are not available 2018-06-19 11:11:18 -07:00
dialog_pns_settings_base.cpp router: option to enable optimization of the track being dragged 2020-02-27 22:02:56 +01:00
dialog_pns_settings_base.fbp router: option to enable optimization of the track being dragged 2020-02-27 22:02:56 +01:00
dialog_pns_settings_base.h router: option to enable optimization of the track being dragged 2020-02-27 22:02:56 +01:00
dialog_position_relative.cpp Push tool framework base down into TOOL_HOLDER. 2020-03-24 19:00:25 +00:00
dialog_position_relative.h Don't truncate polar coordinates in position relative dialog/move exact dialog 2020-02-29 02:21:18 +00:00
dialog_position_relative_base.cpp Rewrite FBP files generated with unreleased wxFB 2020-01-07 13:32:33 +00:00
dialog_position_relative_base.fbp Rewrite FBP files generated with unreleased wxFB 2020-01-07 13:32:33 +00:00
dialog_position_relative_base.h Rewrite FBP files generated with unreleased wxFB 2020-01-07 13:32:33 +00:00
dialog_print_pcbnew.cpp ADDED: Enable color themes for PcbNew printing 2020-05-16 13:19:43 -04:00
dialog_push_pad_properties.cpp Introduce new KI_FALLTHROUGH macro 2020-04-25 00:44:09 +01:00
dialog_push_pad_properties.h Add type filter to push pad properties. 2019-09-08 23:50:36 +01:00
dialog_push_pad_properties_base.cpp Add type filter to push pad properties. 2019-09-08 23:50:36 +01:00
dialog_push_pad_properties_base.fbp Add type filter to push pad properties. 2019-09-08 23:50:36 +01:00
dialog_push_pad_properties_base.h Add type filter to push pad properties. 2019-09-08 23:50:36 +01:00
dialog_scripting.cpp Fix warning: 'HAVE_CLOCK_GETTIME' macro redefined 2018-10-19 09:59:06 +02:00
dialog_scripting.h Add override specifier in scripting dialog 2016-10-05 15:07:06 -04:00
dialog_scripting_base.cpp pcbnew: Translate scripting test window 2019-01-02 14:49:55 -08:00
dialog_scripting_base.fbp pcbnew: Translate scripting test window 2019-01-02 14:49:55 -08:00
dialog_scripting_base.h pcbnew: Translate scripting test window 2019-01-02 14:49:55 -08:00
dialog_select_net_from_list.cpp ADDED: Cross-probe highlighting of bus members 2020-05-24 13:30:23 -04:00
dialog_select_net_from_list.h destroy window when list nets dialog is closed 2020-04-21 13:23:56 +00:00
dialog_select_net_from_list_base.cpp Rename List Nets to Net Inspector to better reflect function 2020-04-21 20:24:27 -04:00
dialog_select_net_from_list_base.fbp Rename List Nets to Net Inspector to better reflect function 2020-04-21 20:24:27 -04:00
dialog_select_net_from_list_base.h Rename List Nets to Net Inspector to better reflect function 2020-04-21 20:24:27 -04:00
dialog_set_grid.cpp Refactor all math into a new kimath library 2020-01-07 17:12:59 +00:00
dialog_set_grid_base.cpp Use wxChoice instead of wxComboBox so we get menu highlighting. 2019-08-09 16:01:45 +01:00
dialog_set_grid_base.fbp Use wxChoice instead of wxComboBox so we get menu highlighting. 2019-08-09 16:01:45 +01:00
dialog_set_grid_base.h Use wxChoice instead of wxComboBox so we get menu highlighting. 2019-08-09 16:01:45 +01:00
dialog_swap_layers.cpp Fix dangerous static_cast-ing to wrong type. 2019-06-10 23:46:01 +01:00
dialog_swap_layers.h Fix dangerous static_cast-ing to wrong type. 2019-06-10 23:46:01 +01:00
dialog_swap_layers_base.cpp Rewrite Move And Swap Layers dialog. 2018-07-17 15:13:35 +01:00
dialog_swap_layers_base.fbp Pcbnew: make "Swap Layers" title translatable. 2018-09-25 12:18:50 -07:00
dialog_swap_layers_base.h Pcbnew: make "Swap Layers" title translatable. 2018-09-25 12:18:50 -07:00
dialog_target_properties.cpp Retire EDA_DRAW_PANEL and legacy_wx/EDA_DRAW_FRAME. 2019-05-31 21:55:30 +01:00
dialog_target_properties_base.cpp More g_UserUnit erradication. 2018-07-17 15:12:31 +01:00
dialog_target_properties_base.fbp More g_UserUnit erradication. 2018-07-17 15:12:31 +01:00
dialog_target_properties_base.h More g_UserUnit erradication. 2018-07-17 15:12:31 +01:00
dialog_text_properties.cpp Add note on spacing to Global Label Properties dialog. 2020-05-05 20:33:20 +01:00
dialog_text_properties.h Allow cross-referencing text substitutions. 2020-04-07 17:29:58 +01:00
dialog_text_properties_base.cpp Another attempt to fix the textbox scrollbars on GTK. 2020-04-18 21:41:20 +01:00
dialog_text_properties_base.fbp Another attempt to fix the textbox scrollbars on GTK. 2020-04-18 21:41:20 +01:00
dialog_text_properties_base.h Another attempt to fix the textbox scrollbars on GTK. 2020-04-18 21:41:20 +01:00
dialog_track_via_properties.cpp Make indeterminate control states clearer for the user. 2020-05-05 20:26:51 +01:00
dialog_track_via_properties.h Move events to wxFormBuilder and fix the missing hookup. 2019-08-25 20:48:47 +01:00
dialog_track_via_properties_base.cpp Remove empty choice in Via type dropdown 2020-03-03 22:12:04 +00:00
dialog_track_via_properties_base.fbp Remove empty choice in Via type dropdown 2020-03-03 22:12:04 +00:00
dialog_track_via_properties_base.h Move events to wxFormBuilder and fix the missing hookup. 2019-08-25 20:48:47 +01:00
dialog_track_via_size.cpp Push KIWAY_HOLDER down a level so we can move a bunch of stuff that doesn't belong there out. 2019-06-10 23:46:00 +01:00
dialog_track_via_size.h Switch UNIT_BINDER and DIALOG_SHIM to local units. 2018-07-17 15:09:53 +01:00
dialog_track_via_size_base.cpp Clean up some extraneous TEXT_CRTL_EVAL references. 2019-02-17 10:16:09 +00:00
dialog_track_via_size_base.fbp Clean up some extraneous TEXT_CRTL_EVAL references. 2019-02-17 10:16:09 +00:00
dialog_track_via_size_base.h Clean up some extraneous TEXT_CRTL_EVAL references. 2019-02-17 10:16:09 +00:00
dialog_update_pcb.cpp Split pcbnew and footprint editor settings getters for clarity 2020-05-05 21:46:00 -04:00
dialog_update_pcb.h Improve ease of understanding around PCB <-> schematic links. 2020-03-16 11:06:15 +00:00
dialog_update_pcb_base.cpp Reference -> reference designator. 2020-03-17 16:09:25 +00:00
dialog_update_pcb_base.fbp Reference -> reference designator. 2020-03-17 16:09:25 +00:00
dialog_update_pcb_base.h Improve ease of understanding around PCB <-> schematic links. 2020-03-16 11:06:15 +00:00
panel_fp_lib_table.cpp Fix clipped bitmap buttons with GTK on Linux. 2020-06-03 14:01:44 -04:00
panel_fp_lib_table.h Pcbnew: improve add existing footprint library browser and button 2020-01-03 15:09:26 +00:00
panel_fp_lib_table_base.cpp Fix clipped bitmap buttons with GTK on Linux. 2020-06-03 14:01:44 -04:00
panel_fp_lib_table_base.fbp Fix clipped bitmap buttons with GTK on Linux. 2020-06-03 14:01:44 -04:00
panel_fp_lib_table_base.h Fix clipped bitmap buttons with GTK on Linux. 2020-06-03 14:01:44 -04:00
panel_modedit_color_settings.cpp Fix some inconsistencies in clearance priorities. 2020-05-29 13:41:45 +01:00
panel_modedit_color_settings.h Fix some inconsistencies in clearance priorities. 2020-05-29 13:41:45 +01:00
panel_modedit_defaults.cpp Fix compil issues (warnings and missing include) 2020-05-09 08:59:00 +02:00
panel_modedit_defaults.h Generalize default footprint fields. 2020-05-08 23:30:33 +01:00
panel_modedit_defaults_base.cpp Generalize default footprint fields. 2020-05-08 23:30:33 +01:00
panel_modedit_defaults_base.fbp Generalize default footprint fields. 2020-05-08 23:30:33 +01:00
panel_modedit_defaults_base.h Generalize default footprint fields. 2020-05-08 23:30:33 +01:00
panel_modedit_display_options.cpp Grid rid of GetCanvas/GetGalCanvas distinction now that there's only gal. 2019-06-13 19:58:37 +01:00
panel_modedit_display_options.h Fix uninitialized variables. 2019-10-25 09:15:19 +02:00
panel_modedit_settings.cpp Consolidate common viewer actions across cvpcb and pcbnew frames 2020-05-24 11:58:33 +01:00
panel_modedit_settings.h Give panels the correct parent (the treebook, not the dialog). 2018-07-17 15:14:19 +01:00
panel_modedit_settings_base.cpp Implement preference for immediate actions. 2019-07-25 20:41:22 -06:00
panel_modedit_settings_base.fbp Implement preference for immediate actions. 2019-07-25 20:41:22 -06:00
panel_modedit_settings_base.h Implement preference for immediate actions. 2019-07-25 20:41:22 -06:00
panel_pcbnew_action_plugins.cpp Fix some Coverity issues. 2020-03-25 14:38:43 +00:00
panel_pcbnew_action_plugins.h pcbnew: Add toolbar buttons for action plugins 2018-08-26 19:39:27 -07:00
panel_pcbnew_action_plugins_base.cpp Fix clipped bitmap buttons with GTK on Linux. 2020-06-03 14:01:44 -04:00
panel_pcbnew_action_plugins_base.fbp Fix clipped bitmap buttons with GTK on Linux. 2020-06-03 14:01:44 -04:00
panel_pcbnew_action_plugins_base.h Fix clipped bitmap buttons with GTK on Linux. 2020-06-03 14:01:44 -04:00
panel_pcbnew_color_settings.cpp Only update colors on layer widget when closing preferences 2020-05-26 21:17:39 -04:00
panel_pcbnew_color_settings.h Moved PANEL_COLOR_SETTINGS from buttons to swatches. 2020-05-06 19:02:21 +01:00
panel_pcbnew_display_options.cpp pcbnew: Cleanup includes of pcbnew_id.h 2020-01-03 15:39:05 +00:00
panel_pcbnew_display_options.h Give panels the correct parent (the treebook, not the dialog). 2018-07-17 15:14:19 +01:00
panel_pcbnew_display_options_base.cpp Rewrite FBP files generated with unreleased wxFB 2020-01-07 13:32:33 +00:00
panel_pcbnew_display_options_base.fbp Rewrite FBP files generated with unreleased wxFB 2020-01-07 13:32:33 +00:00
panel_pcbnew_display_options_base.h Rewrite FBP files generated with unreleased wxFB 2020-01-07 13:32:33 +00:00
panel_pcbnew_settings.cpp Consolidate common viewer actions across cvpcb and pcbnew frames 2020-05-24 11:58:33 +01:00
panel_pcbnew_settings.h Give panels the correct parent (the treebook, not the dialog). 2018-07-17 15:14:19 +01:00
panel_pcbnew_settings_base.cpp Added new action for "Change Track Width". 2019-11-05 17:22:51 +00:00
panel_pcbnew_settings_base.fbp Added new action for "Change Track Width". 2019-11-05 17:22:51 +00:00
panel_pcbnew_settings_base.h Added new action for "Change Track Width". 2019-11-05 17:22:51 +00:00
panel_setup_feature_constraints.cpp Board setup: replace checkboxes with radio buttons 2020-05-24 00:25:28 +00:00
panel_setup_feature_constraints.h Add via annulus minimum. 2020-05-11 22:56:09 +01:00
panel_setup_feature_constraints_base.cpp Board setup: replace checkboxes with radio buttons 2020-05-24 00:25:28 +00:00
panel_setup_feature_constraints_base.fbp Board setup: replace checkboxes with radio buttons 2020-05-24 00:25:28 +00:00
panel_setup_feature_constraints_base.h Board setup: replace checkboxes with radio buttons 2020-05-24 00:25:28 +00:00
panel_setup_layers.cpp Cleanup redundant type casting 2020-01-13 14:00:45 +00:00
panel_setup_layers.h Pcbnew: add a board layer stack manager 2019-09-05 18:51:18 +02:00
panel_setup_layers_base.cpp Tighten up the board setup dialog layout a bit. 2019-09-07 13:57:38 +01:00
panel_setup_layers_base.fbp Tighten up the board setup dialog layout a bit. 2019-09-07 13:57:38 +01:00
panel_setup_layers_base.h Tighten up the board setup dialog layout a bit. 2019-09-07 13:57:38 +01:00
panel_setup_mask_and_paste.cpp Pcbnew: Set default solder mask min size to 0. 2020-03-12 20:05:08 +01:00
panel_setup_mask_and_paste.h Consolidate design rules UI. 2018-07-17 15:12:34 +01:00
panel_setup_mask_and_paste_base.cpp Solder mask min width --> solder mask min bridge width. 2020-05-08 23:30:33 +01:00
panel_setup_mask_and_paste_base.fbp Solder mask min width --> solder mask min bridge width. 2020-05-08 23:30:33 +01:00
panel_setup_mask_and_paste_base.h Solder mask min width --> solder mask min bridge width. 2020-05-08 23:30:33 +01:00
panel_setup_netclasses.cpp Update membership grid when a netclass name changes. 2020-06-01 22:00:03 +01:00
panel_setup_netclasses.h Update membership grid when a netclass name changes. 2020-06-01 22:00:03 +01:00
panel_setup_netclasses_base.cpp Fix clipped bitmap buttons with GTK on Linux. 2020-06-03 14:01:44 -04:00
panel_setup_netclasses_base.fbp Fix clipped bitmap buttons with GTK on Linux. 2020-06-03 14:01:44 -04:00
panel_setup_netclasses_base.h Fix clipped bitmap buttons with GTK on Linux. 2020-06-03 14:01:44 -04:00
panel_setup_rules.cpp Fix crash bug in unicode chars with Scintilla. 2020-05-28 00:23:18 +01:00
panel_setup_rules.h Autocomplete for text variables. 2020-05-27 23:29:51 +01:00
panel_setup_rules_base.cpp Performance improvements for autocomplete and some syntax help. 2020-05-25 22:51:47 +01:00
panel_setup_rules_base.fbp Performance improvements for autocomplete and some syntax help. 2020-05-25 22:51:47 +01:00
panel_setup_rules_base.h Performance improvements for autocomplete and some syntax help. 2020-05-25 22:51:47 +01:00
panel_setup_text_and_graphics.cpp Implement changes for Sketch Pads to Fab Layers. 2020-05-01 18:49:42 +01:00
panel_setup_text_and_graphics.h Consolidate design rules UI. 2018-07-17 15:12:34 +01:00
panel_setup_text_and_graphics_base.cpp Implement changes for Sketch Pads to Fab Layers. 2020-05-01 18:49:42 +01:00
panel_setup_text_and_graphics_base.fbp Implement changes for Sketch Pads to Fab Layers. 2020-05-01 18:49:42 +01:00
panel_setup_text_and_graphics_base.h Add default units and precision for new dimension objects. 2019-11-05 17:22:51 +00:00
panel_setup_tracks_and_vias.cpp Add via annulus minimum. 2020-05-11 22:56:09 +01:00
panel_setup_tracks_and_vias.h Add Insert/Delete button to Tracks and Via setup panel 2018-09-01 17:53:49 +01:00
panel_setup_tracks_and_vias_base.cpp Fix clipped bitmap buttons with GTK on Linux. 2020-06-03 14:01:44 -04:00
panel_setup_tracks_and_vias_base.fbp Fix clipped bitmap buttons with GTK on Linux. 2020-06-03 14:01:44 -04:00
panel_setup_tracks_and_vias_base.h Fix clipped bitmap buttons with GTK on Linux. 2020-06-03 14:01:44 -04:00
wizard_3DShape_Libs_downloader.cpp Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
wizard_3DShape_Libs_downloader.h Fix 3D shape & footprint download wizards freeze on OSX 2018-04-20 12:36:34 +02:00
wizard_3DShape_Libs_downloader_base.cpp Minot fix: fix a minor wxAssert in dialog 2018-03-05 20:18:55 +01:00
wizard_3DShape_Libs_downloader_base.fbp Minot fix: fix a minor wxAssert in dialog 2018-03-05 20:18:55 +01:00
wizard_3DShape_Libs_downloader_base.h Minot fix: fix a minor wxAssert in dialog 2018-03-05 20:18:55 +01:00