kicad/gerbview/dialogs
Wayne Stambaugh 1a301d8eea Stop using wxDialog::EndModal() from inside dialogs.
Calling wxDialog::EndModal() directly from inside the dialog is a
potential bug if the dialog is shown in the modeless or window modal
(quasi-modal).  Use the internal button events where possible and
check for the appropriate mode before calling the correct end dialog
function.
2021-07-21 17:38:14 -04:00
..
dialog_layers_select_to_pcb.cpp Stop using wxDialog::EndModal() from inside dialogs. 2021-07-21 17:38:14 -04:00
dialog_layers_select_to_pcb.h Stop using wxDialog::EndModal() from inside dialogs. 2021-07-21 17:38:14 -04:00
dialog_layers_select_to_pcb_base.cpp Stop using wxDialog::EndModal() from inside dialogs. 2021-07-21 17:38:14 -04:00
dialog_layers_select_to_pcb_base.fbp Stop using wxDialog::EndModal() from inside dialogs. 2021-07-21 17:38:14 -04:00
dialog_layers_select_to_pcb_base.h Stop using wxDialog::EndModal() from inside dialogs. 2021-07-21 17:38:14 -04:00
dialog_print_gerbview.cpp More NULL expunging. 2021-07-16 16:13:41 -04:00
dialog_select_one_pcb_layer.cpp Stop using wxDialog::EndModal() from inside dialogs. 2021-07-21 17:38:14 -04:00
panel_gerbview_display_options.cpp Move canvas backend selection to Preferences. 2021-02-21 20:12:43 +00:00
panel_gerbview_display_options.h GerbView header housekeeping. 2021-06-03 14:32:24 -04:00
panel_gerbview_display_options_base.cpp Adjust spacing on preference panels. 2018-07-17 15:14:25 +01:00
panel_gerbview_display_options_base.fbp Adjust spacing on preference panels. 2018-07-17 15:14:25 +01:00
panel_gerbview_display_options_base.h Unified preferences dialog framework. 2018-07-17 15:11:17 +01:00
panel_gerbview_settings.cpp Split out arrayDim and MIRROR templates from macros.h 2020-11-17 20:21:04 -05:00
panel_gerbview_settings.h GerbView header housekeeping. 2021-06-03 14:32:24 -04:00
panel_gerbview_settings_base.cpp Remove units and polar settings from the preferences panels 2020-10-04 17:53:55 +01:00
panel_gerbview_settings_base.fbp Remove units and polar settings from the preferences panels 2020-10-04 17:53:55 +01:00
panel_gerbview_settings_base.h Remove units and polar settings from the preferences panels 2020-10-04 17:53:55 +01:00