kicad/common/widgets
Marek Roszko 5116fa6d12 Fix STEPPED_SLIDER glitchlyness on windows
wxWidgets drives some of this problem, it blindly calls SetValue and invokes the win32 update position messages on all the scroll subevents and we end up fighting it as well by inserting the rounded position on each subevent rather than the final one
2021-07-06 00:58:19 -04:00
..
app_progress_dialog.cpp Make sure space for message is reserved in APP_PROGRESS_DIALOG 2021-03-19 19:11:32 -04:00
bitmap_button.cpp Separate focus from hover state in BITMAP_BUTTON, trigger after mouse down+up 2021-06-13 17:00:41 +00:00
bitmap_toggle.cpp Remove wx.h from many files 2021-06-03 02:19:20 +01:00
button_row_panel.cpp Coding policy fixes. 2021-02-09 11:35:43 -05:00
collapsible_pane.cpp Add missing headers for linux post wx.h removal 2021-06-07 18:22:20 -04:00
color_swatch.cpp Fix uninitialized variable. 2021-06-12 11:33:18 +01:00
footprint_choice.cpp Remove ability to select "Other" footprint from Symbol Chooser. 2021-01-19 01:18:41 +00:00
footprint_preview_widget.cpp Reduce the number of built-up calls to DisplayFootprint 2021-02-25 12:13:42 -08:00
footprint_select_widget.cpp Load footprint info when there's no cache available. 2021-05-14 22:24:21 +01:00
gal_options_panel.cpp Quiet unused variable warning on Mac. 2021-07-03 23:39:34 +01:00
grid_bitmap_toggle.cpp Fix missing include 2020-08-25 15:58:18 +00:00
grid_color_swatch_helpers.cpp Remove the wx/docview.h include 2021-06-03 18:42:08 -04:00
grid_combobox.cpp Typo fix: Correct 'allow to' -> 'allows one to' 2021-04-03 13:39:50 +00:00
grid_icon_text_helpers.cpp Typo fix: Correct 'allow to' -> 'allows one to' 2021-04-03 13:39:50 +00:00
grid_text_button_helpers.cpp Cleanup some pgm_base.h includes 2021-06-08 21:56:00 -04:00
grid_text_helpers.cpp Use full net names in netclasses 2020-08-24 21:19:07 -04:00
indicator_icon.cpp Remove wx.h from many files 2021-06-03 02:19:20 +01:00
infobar.cpp Remove useless wx/wx.h include, that create sometimes compil warnings on msys. 2021-05-01 19:32:15 +02:00
layer_box_selector.cpp Kick wx.h mostly out of common 2021-06-07 18:38:52 -04:00
lib_tree.cpp Update SetHint to SetDescriptiveText 2021-07-05 11:32:00 -04:00
mathplot.cpp Fix typos in source code 2021-06-10 01:24:15 +00:00
msgpanel.cpp Use disabled text in message panel when window isn't active 2021-03-26 15:50:56 +00:00
net_selector.cpp Clean up including of board_design_settings.h 2021-06-06 15:03:42 -04:00
number_badge.cpp Add missing <algorithm> 2020-10-21 22:51:22 +00:00
paged_dialog.cpp Fix ordering of class constructor init list 2021-06-03 20:04:00 +01:00
progress_reporter.cpp Work around wxProgressDialog layout bug 2021-03-16 20:44:24 -04:00
split_button.cpp Coding policy fixes. 2021-02-09 11:35:43 -05:00
stepped_slider.cpp Fix STEPPED_SLIDER glitchlyness on windows 2021-07-06 00:58:19 -04:00
text_ctrl_eval.cpp Cleanup formatting. 2020-11-07 21:40:56 +00:00
ui_common.cpp Add more input controls to IsInputControlEditable 2021-07-05 23:47:16 -04:00
unit_binder.cpp UNIT_BINDER: better support of DEGREES units (and some fixes). 2020-12-11 16:26:58 +01:00
widget_hotkey_list.cpp More error message regularization. 2021-06-29 01:08:26 +01:00
widget_save_restore.cpp Cleanup formatting. 2020-11-07 21:40:56 +00:00
wx_aui_art_providers.cpp Consolidate wx aui dock art color setting 2021-04-19 21:12:02 -04:00
wx_busy_indicator.cpp C++14: Remove unused make_unique.h 2019-08-07 09:27:31 -07: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 Fix linux/wx3.0 build 2021-06-07 19:07:49 -04:00