kicad/common/widgets
jean-pierre charras f6b4b66a86 Avoid include wx/wx.h in many files that do not actually use this include.
Including wx.h includes the full set of wxWidgets include files, that is not good,
and can create some conflicts with some Windows headers on msys2.
2020-10-18 18:21:34 +02:00
..
app_progress_dialog.cpp Cleanup some unused variables 2020-08-24 01:51:23 +01:00
bitmap_button.cpp Fix inverted logic with checking a BITMAP_BUTTON 2020-09-27 00:51:09 +01:00
bitmap_toggle.cpp ADDED: New appearance control widget for PcbNew 2020-08-15 15:24:28 -04:00
button_row_panel.cpp Centralise some UI constants, use in hotkey lists 2018-10-04 07:47:21 -04:00
collapsible_pane.cpp Add missing <algorithm> 2020-09-12 22:43:49 +00:00
color_swatch.cpp Move net visibility/color controls to a wxGrid 2020-08-23 13:15:07 -04:00
footprint_choice.cpp Add footprint select dropdown to component chooser, serious refactoring 2017-03-24 09:20:27 -04:00
footprint_preview_widget.cpp Improve color theme support in the footprint preview widget 2020-08-10 02:29:15 +01:00
footprint_select_widget.cpp Implement an app progress indicator in the taskbar 2020-08-09 10:55:00 +00:00
gal_options_panel.cpp Update GAL observers for all frames, not just calling frame. 2020-10-09 21:30:09 +01:00
grid_bitmap_toggle.cpp Fix missing include 2020-08-25 15:58:18 +00:00
grid_color_swatch_helpers.cpp Move net visibility/color controls to a wxGrid 2020-08-23 13:15:07 -04:00
grid_color_swatch_helpers.h Move net visibility/color controls to a wxGrid 2020-08-23 13:15:07 -04:00
grid_combobox.cpp Properly dismiss the grid combobox editor when it loses focus 2020-07-09 20:37:08 +01:00
grid_icon_text_helpers.cpp NetClass settings for Eeschema. 2020-07-08 21:23:25 +01:00
grid_text_button_helpers.cpp Avoid include wx/wx.h in many files that do not actually use this include. 2020-10-18 18:21:34 +02:00
grid_text_helpers.cpp Use full net names in netclasses 2020-08-24 21:19:07 -04:00
indicator_icon.cpp Performance improvements for Gerber loading. 2020-05-02 21:10:40 +01:00
infobar.cpp Inform user of bad DRC rules when filling zones. 2020-10-16 12:44:20 +01:00
layer_box_selector.cpp Make indeterminate control states clearer for the user. 2020-05-05 20:26:51 +01:00
lib_tree.cpp Apply system colors to HTML panel in symbol chooser 2020-10-13 17:55:14 -04:00
lib_tree.h Pinning for library trees in FPEditor and SymbolEditor. 2020-02-14 00:10:40 +00:00
mathplot.cpp Minor code cleanup: remove useless include or useless code. 2020-10-01 11:36:15 +02:00
net_selector.cpp Remove kicad_string.h from footprint_info.h 2020-10-15 18:39:43 -04:00
paged_dialog.cpp Initialize variables properly 2020-09-18 11:17:37 +01:00
progress_reporter.cpp Progress reporting for connectivity tests. 2020-09-23 16:28:00 +01:00
split_button.cpp Remove unnecessary wxPaintEvent from SPLIT_BUTTON 2020-04-26 20:52:28 +00:00
stepped_slider.cpp Implement primitive icon scaling for high DPI 2018-01-10 21:26:06 -07:00
text_ctrl_eval.cpp Switch to scoped enums 2019-12-20 14:11:39 +00:00
ui_common.cpp Use a better green for DRC badges. 2020-09-21 21:09:58 +01:00
unit_binder.cpp Add mils to units, remove useMils variables 2020-10-03 20:06:56 +00:00
widget_hotkey_list.cpp Avoid include wx/wx.h in many files that do not actually use this include. 2020-10-18 18:21:34 +02:00
widget_save_restore.cpp Break widget save/restore out to reusable class 2019-01-30 15:41:35 -08:00
wx_angle_text.cpp Add immediate mode to WX_HTML_REPORT_BOX for use as progress messages. 2020-10-18 14:20:36 +01:00
wx_angle_text.h Tell wx that we really want a transparent background 2020-07-08 16:29:04 +01:00
wx_aui_dock_art.cpp Guard off the dock art size change temporarily for win32 and wxwidgets 3.1 2020-10-18 11:09:14 -04:00
wx_busy_indicator.cpp C++14: Remove unused make_unique.h 2019-08-07 09:27:31 -07:00
wx_grid.cpp Try and unify the background colors between panels and platforms. 2020-09-04 20:47:50 +01:00
wx_grid.h Remove previous cell selection fixes in favour of slow-click hack. 2019-03-04 11:09:33 +00:00