kicad/common/dialogs
Seth Hillbrand c6f5df134c Minor speed cleanup
This adjusts iterators to use const reference when only used for
copy.  It also ensures pre-allocation of vectors when size is known
ahead of time.
2019-12-05 14:20:59 -08:00
..
dialog_color_picker.cpp Cleanup: Replace C-only deprecated headers 2019-12-05 11:03:15 -08:00
dialog_color_picker.h pcbnew: Add ability to reset layer/item colors to defaults 2019-08-26 09:20:08 -04:00
dialog_color_picker_base.cpp pcbnew: Add ability to reset layer/item colors to defaults 2019-08-26 09:20:08 -04:00
dialog_color_picker_base.fbp pcbnew: Add ability to reset layer/item colors to defaults 2019-08-26 09:20:08 -04:00
dialog_color_picker_base.h pcbnew: Add ability to reset layer/item colors to defaults 2019-08-26 09:20:08 -04:00
dialog_configure_paths.cpp DIALOG_CONFIGURE_PATHS: do not allow users to define the env var KIPRJMOD 2019-04-16 11:41:30 +02:00
dialog_configure_paths_base.cpp Move OnUpdateUI event to dialog. 2018-09-12 14:01:36 +01:00
dialog_configure_paths_base.fbp DIALOG_CONFIGURE_PATHS: do not allow users to define the env var KIPRJMOD 2019-04-16 11:41:30 +02:00
dialog_configure_paths_base.h Move OnUpdateUI event to dialog. 2018-09-12 14:01:36 +01:00
dialog_display_info_HTML_base.cpp Pcbnew: fix size of graphics import warning dialog. 2019-09-06 14:57:04 -04:00
dialog_display_info_HTML_base.fbp Pcbnew: fix size of graphics import warning dialog. 2019-09-06 14:57:04 -04:00
dialog_display_info_HTML_base.h Pcbnew: fix size of graphics import warning dialog. 2019-09-06 14:57:04 -04:00
dialog_edit_library_tables.cpp Fix a few Coverity warnings. 2019-01-04 09:49:21 +01:00
dialog_file_dir_picker.cpp Fix button padding in file/directory picker dialog. 2019-02-09 16:23:47 -05:00
dialog_file_dir_picker.h DIALOG_FILE_DIR_PICKER: dialog to select both files and directories 2018-05-25 08:51:45 +02:00
dialog_global_lib_table_config.cpp Fix a few coverity errors 2019-02-15 20:15:04 -08:00
dialog_global_lib_table_config.h Lay groundwork for loading the initial global footprint library table. 2019-01-20 13:09:49 -05:00
dialog_global_lib_table_config_base.cpp Lay groundwork for loading the initial global footprint library table. 2019-01-20 13:09:49 -05:00
dialog_global_lib_table_config_base.fbp Lay groundwork for loading the initial global footprint library table. 2019-01-20 13:09:49 -05:00
dialog_global_lib_table_config_base.h Lay groundwork for loading the initial global footprint library table. 2019-01-20 13:09:49 -05:00
dialog_hotkey_list.cpp Add import of hotkeys and fix bugs in reanding and writing hotkeys. 2019-06-10 23:46:01 +01:00
dialog_hotkey_list.h Move hotkeys to ACTION architecture. 2019-06-10 23:46:00 +01:00
dialog_image_editor.cpp Add handle-based editing for eeschema bitmaps. 2019-06-19 18:35:17 +01:00
dialog_image_editor.h Add handle-based editing for eeschema bitmaps. 2019-06-19 18:35:17 +01:00
dialog_image_editor_base.cpp Add handle-based editing for eeschema bitmaps. 2019-06-19 18:35:17 +01:00
dialog_image_editor_base.h Add handle-based editing for eeschema bitmaps. 2019-06-19 18:35:17 +01:00
dialog_image_editor_fbp.fbp Add handle-based editing for eeschema bitmaps. 2019-06-19 18:35:17 +01:00
dialog_list_selector_base.cpp Minor dialog and frame window improvements. 2018-08-02 13:00:41 -04:00
dialog_list_selector_base.fbp Minor dialog and frame window improvements. 2018-08-02 13:00:41 -04:00
dialog_list_selector_base.h Minor dialog and frame window improvements. 2018-08-02 13:00:41 -04:00
dialog_page_settings.cpp Fix compil error and minor compil warnings 2019-08-27 09:13:07 +02:00
dialog_page_settings.h Support 9 comments in the page setting GUI. 2019-08-21 20:34:01 +01:00
dialog_page_settings_base.cpp Support 9 comments in the page setting GUI. 2019-08-21 20:34:01 +01:00
dialog_page_settings_base.fbp Support 9 comments in the page setting GUI. 2019-08-21 20:34:01 +01:00
dialog_page_settings_base.h Support 9 comments in the page setting GUI. 2019-08-21 20:34:01 +01:00
dialog_print_generic.cpp Add some defensive code to prevent re-entrant printing. 2019-08-13 18:00:09 +01:00
dialog_print_generic.h DIALOG_PRINT_GENERIC: more easy to use user scale option. (not actual change for printing) 2019-07-18 13:14:42 +02:00
dialog_print_generic_base.cpp Small layout adjustments in DIALOG_PRINT_GENERIC 2018-10-31 19:17:30 +01:00
dialog_print_generic_base.fbp DIALOG_PRINT_GENERIC: more easy to use user scale option. (not actual change for printing) 2019-07-18 13:14:42 +02:00
dialog_print_generic_base.h Small layout adjustments in DIALOG_PRINT_GENERIC 2018-10-31 19:17:30 +01:00
dialog_text_entry.cpp Set OK button as the default one in WX_TEXT_ENTRY_DIALOG 2018-03-30 15:29:48 +02:00
dialog_text_entry.h Add WX_TEXT_ENTRY_DIALOG which inherits from DIALOG_SHIM. 2018-03-12 22:45:51 +00:00
dialog_text_entry_base.cpp Normalize line endings 2019-06-19 15:18:30 -07:00
dialog_text_entry_base.fbp WX_TEXT_ENTRY_DIALOG: fix a wxASSERT ( very minor issue in debug mode) 2018-04-04 10:40:27 +02:00
dialog_text_entry_base.h Normalize line endings 2019-06-19 15:18:30 -07:00
panel_common_settings.cpp Move warp-mouse-on-move setting from Eeschema settings to common settings. 2019-08-15 12:53:04 +01:00
panel_common_settings.h Implement preference for immediate actions. 2019-07-25 20:41:22 -06:00
panel_common_settings_base.cpp Fix a few I18n minor issues. 2019-11-12 13:47:35 +01:00
panel_common_settings_base.fbp Fix a few I18n minor issues. 2019-11-12 13:47:35 +01:00
panel_common_settings_base.h Fix a few I18n minor issues. 2019-11-12 13:47:35 +01:00
panel_display_options.cpp Add display setting preference pane for PLEditor. 2019-08-19 00:06:22 +01:00
panel_display_options.h Add display setting preference pane for PLEditor. 2019-08-19 00:06:22 +01:00
panel_hotkeys_editor.cpp Better tooltip and fix a typo. 2019-06-14 20:50:46 +02:00
wx_html_report_panel.cpp Minor speed cleanup 2019-12-05 14:20:59 -08:00
wx_html_report_panel.h Improve spelling. 2019-08-20 19:14:05 +01:00
wx_html_report_panel_base.cpp fix a few wxWidgets asserts. 2018-07-31 13:16:58 +02:00
wx_html_report_panel_base.fbp fix a few wxWidgets asserts. 2018-07-31 13:16:58 +02:00
wx_html_report_panel_base.h fix a few wxWidgets asserts. 2018-07-31 13:16:58 +02:00