kicad/common/widgets
Jeff Young b9e1908ffe Try to find a happier medium for text entry box widths.
Most dialogs have units outside the text entry, and the likelihood
of 14 significant digits & units is low enough to allow scrolling
in that case.
2023-10-06 19:46:55 +01:00
..
app_progress_dialog.cpp Require wxWidgets 3.2 2023-08-23 22:02:56 +00:00
bitmap_button.cpp Prevent negative center calc on BITMAP_BUTTON 2023-08-06 13:53:34 -04:00
bitmap_toggle.cpp ADDED: appearances manager for 3D viewer. 2023-08-14 18:08:36 +01:00
button_row_panel.cpp Coding policy fixes. 2021-02-09 11:35:43 -05:00
color_swatch.cpp Break out the boundary violating parts of gal into common through subclassing 2023-09-23 09:37:47 -04:00
font_choice.cpp Add hack to speed up font choice box widget creation 2023-04-12 15:23:34 +01:00
footprint_choice.cpp More wxSing 2023-01-16 23:14:38 -05:00
footprint_diff_widget.cpp Unrotate/unflip board footprint to match library copy. 2023-03-13 22:36:25 +00:00
footprint_preview_widget.cpp Graphical diff for board vs library footprints. 2023-03-10 17:16:40 +00:00
footprint_select_widget.cpp Add missing footprint load progress, usually in schematic editor 2023-05-07 10:46:39 -04:00
gal_options_panel.cpp remove useless includes. 2023-09-05 18:57:17 +02:00
gal_options_panel_base.cpp Even out spacing in GAL display options. 2023-09-19 17:47:30 +01:00
gal_options_panel_base.fbp Even out spacing in GAL display options. 2023-09-19 17:47:30 +01:00
gal_options_panel_base.h Reduce visual clutter in GAL display options. 2023-09-04 13:06:46 +01:00
grid_bitmap_toggle.cpp Fix missing include 2020-08-25 15:58:18 +00:00
grid_button.cpp Add initial support for database library settings UI 2023-04-29 18:15:00 -04:00
grid_color_swatch_helpers.cpp ADDED use-settable simulation trace colors. 2023-02-11 21:11:07 +00:00
grid_combobox.cpp Replace __WXGTK20__ with __WXGTK__ 2023-04-12 18:57:12 +01:00
grid_icon_text_helpers.cpp Replace __WXGTK20__ with __WXGTK__ 2023-04-12 18:57:12 +01:00
grid_text_button_helpers.cpp ADDED support for pin and fp filtering in FOOTPRINT_CHOOSER. 2023-09-29 17:03:50 +01:00
grid_text_helpers.cpp ADDED autocomplete for value field in Symbol Properties dialog. 2023-08-02 20:45:52 +01:00
html_window.cpp Move HTML_WINDOW to widgets folder, also fix some fbps that were wrongly not edited 2023-09-11 19:10:16 -04:00
indicator_icon.cpp Remove wx.h from many files 2021-06-03 02:19:20 +01:00
kistatusbar.cpp Add an extra spacer field for macOS statusbar 2023-08-06 12:05:06 -04:00
layer_box_selector.cpp Break out the boundary violating parts of gal into common through subclassing 2023-09-23 09:37:47 -04:00
lib_tree.cpp Unbind LIB_TREE events in destructor 2023-10-01 22:03:58 -04:00
mathplot.cpp Zoom undo/redo for simulator. 2023-09-26 13:19:41 +01:00
msgpanel.cpp Don't use wxScreenDC as this returns "a" screen but not "the" screen 2022-03-13 23:31:16 -04:00
net_selector.cpp NETINFO_ITEMs are owned by BOARD. 2023-10-04 21:01:33 +01:00
number_badge.cpp More wxSing 2023-01-16 23:14:38 -05:00
paged_dialog.cpp Move the settings path to PATHS to allow shifting other classes into kicommon 2023-09-23 20:06:58 -04:00
progress_reporter_base.cpp PROGRESS_REPORTER_BASE: call code to resize it only if the message has change. 2022-08-01 13:18:50 +02:00
properties_panel.cpp Properties: add ability to override writeable attribute 2023-07-12 12:16:14 -04:00
properties_panel.h Properties: fix rebuilding when availability changes 2023-02-11 15:50:51 -05:00
search_pane.cpp Coverity fixes and code cleaning. 2023-03-02 09:04:47 -05:00
search_pane_base.cpp Expose exclusion flags in search pane. 2023-10-01 22:46:34 +01:00
search_pane_base.fbp Expose exclusion flags in search pane. 2023-10-01 22:46:34 +01:00
search_pane_base.h Fix some layout and selection issues on Mac. 2022-12-11 00:56:46 +00:00
search_pane_tab.cpp Expose exclusion flags in search pane. 2023-10-01 22:46:34 +01:00
split_button.cpp Require wxWidgets 3.2 2023-08-23 22:02:56 +00:00
std_bitmap_button.cpp Require wxWidgets 3.2 2023-08-23 22:02:56 +00:00
stepped_slider.cpp Fix various typos 2022-07-21 16:31:41 +00:00
text_ctrl_eval.cpp Start expunging NULL. 2021-07-15 15:44:45 -04:00
ui_common.cpp ADDED: GUI feedback when grid setting is changed by hotkey 2023-06-17 23:18:50 -04:00
unit_binder.cpp Try to find a happier medium for text entry box widths. 2023-10-06 19:46:55 +01:00
widget_hotkey_list.cpp Require wxWidgets 3.2 2023-08-23 22:02:56 +00:00
widget_save_restore.cpp Excise deci-degrees from UNIT_BINDER. 2022-01-19 00:10:32 +00:00
wx_aui_art_providers.cpp Require wxWidgets 3.2 2023-08-23 22:02:56 +00:00
wx_aui_utils.cpp Hierarchy: turn into a left side pane 2022-06-02 21:56:17 +00:00
wx_busy_indicator.cpp We don't keep a CHANGELOG.TXT 2021-10-05 19:46:53 -07:00
wx_collapsible_pane.cpp UI: Add Numpad Enter as "Return" equivalent in missing places 2023-03-10 16:25:17 -05:00
wx_combobox.cpp Another try at getting the Link combobox working on MSW. 2022-08-28 23:25:01 +01:00
wx_dataviewctrl.cpp Subclass wxDataViewCtrl to include our helpers 2023-04-08 00:07:33 +01:00
wx_ellipsized_static_text.cpp Properly ellipsize layer names in the GerbView layer manager 2021-03-26 15:50:56 +00:00
wx_grid.cpp Require wxWidgets 3.2 2023-08-23 22:02:56 +00:00
wx_html_report_box.cpp ADDED netclass assignment from PCB canvas. 2022-09-03 19:29:59 +01:00
wx_html_report_box.h Move HTML_WINDOW to widgets folder, also fix some fbps that were wrongly not edited 2023-09-11 19:10:16 -04:00
wx_html_report_panel.cpp More wxSing 2023-01-16 23:14:38 -05:00
wx_html_report_panel.h ADDED netclass assignment from PCB canvas. 2022-09-03 19:29:59 +01:00
wx_html_report_panel_base.cpp Move HTML_WINDOW to widgets folder, also fix some fbps that were wrongly not edited 2023-09-11 19:10:16 -04:00
wx_html_report_panel_base.fbp Move HTML_WINDOW to widgets folder, also fix some fbps that were wrongly not edited 2023-09-11 19:10:16 -04:00
wx_html_report_panel_base.h Move HTML_WINDOW to widgets folder, also fix some fbps that were wrongly not edited 2023-09-11 19:10:16 -04:00
wx_infobar.cpp Break out the boundary violating parts of gal into common through subclassing 2023-09-23 09:37:47 -04:00
wx_listbox.cpp Add pinned library support to Footprint and Symbol Viewers. 2022-07-09 17:41:10 -06:00
wx_panel.cpp ADDED: lib tree previews. 2023-09-02 23:30:22 +01:00
wx_progress_reporters.cpp Require wxWidgets 3.2 2023-08-23 22:02:56 +00:00
wx_splitter_window.cpp Decouple left and right pane minimums for splitter window. 2021-11-12 02:12:44 +00:00
wx_treebook.cpp Fix issue with colours in the new lazy-loaded preference panels. 2023-05-21 10:56:21 +01:00