kicad/include/widgets
Chris Pavlina 7e6a6540c8 Implement primitive icon scaling for high DPI
This is meant as a stopgap for 5.0, with plans to add proper scaled
icons in the 6.0 cycle. A function KiScaledBitmap() is added, which
works like KiBitmap() except it scales the bitmap according to the
calling window's font size. Controls have been added to all the main
applications to let the user select scaling manually (these were omitted
from smaller apps that didn't already have a place to put them).

In addition, in eeschema only, the pixel height of the system font is
shown in the options dialog for diagnostics. This is only for collecting
feedback before 5.0 release from users with different displays and will
be removed.
2018-01-10 21:26:06 -07:00
..
color_swatch.h Fix drawing of transparent layer swatches. 2018-01-06 12:12:39 -05:00
footprint_choice.h Fix a few doxygen warnings 2017-06-25 11:26:04 +02:00
footprint_preview_widget.h Refactor FOOTPRINT_PREVIEW_PANEL 2017-03-10 23:26:45 -05:00
footprint_select_widget.h Fix a few doxygen warnings 2017-06-25 11:26:04 +02:00
gal_options_panel.h Move cursor shape flag into GAL settings 2017-03-22 10:24:48 +01:00
indicator_icon.h COLOR_SWATCH, INDICATOR_ICON: DPI-independent scaling 2018-01-07 09:28:47 -07:00
mathplot.h Fix unnecessary value parameter detected by clang-tidy. - Replace value parameter by const reference parameter or move-assignement in some cases 2018-01-09 18:55:51 -05:00
progress_reporter.h PROGRESS_REPORTER: KeepRefreshing shouldn't block on non-OpenMP systems 2017-12-14 01:26:41 +01:00
stepped_slider.h Implement primitive icon scaling for high DPI 2018-01-10 21:26:06 -07:00
text_ctrl_eval.h TEXT_CTRL_EVAL: wxTextCtrl wrapper supporting math expression evaluation 2017-11-24 21:15:40 +01:00
two_column_tree_list.h Optimize TWO_COLUMN_TREE_LIST column sizing 2017-02-24 12:51:53 -05:00
unit_binder.h Renamed WX_UNIT_BINDER to UNIT_BINDER and moved to common/widgets 2017-11-24 21:15:40 +01:00
widget_hotkey_list.h Doxygen comment improvements. 2017-06-13 19:47:46 -04:00
widget_net_selector.h pcbnew: enable net selection combobox in Track/Via properties dialog 2017-07-27 16:21:54 +02:00