| .. |
|
app_progress_dialog.cpp
|
Require wxWidgets 3.2
|
2 years ago |
|
bitmap_button.cpp
|
Undo errant bind removal
|
1 year ago |
|
bitmap_toggle.cpp
|
Upgrade BITMAP_TOGGLE and GRID_BITMAP_TOGGLE to wxBitmapBundle
|
2 years ago |
|
button_row_panel.cpp
|
Coding policy fixes.
|
5 years ago |
|
color_swatch.cpp
|
Fill in a lot more calls to DIALOG_SHIM::OnModify().
|
1 year ago |
|
filter_combobox.cpp
|
Filterable combobox use listbox background
|
1 year ago |
|
font_choice.cpp
|
Drawing sheet can't share glyph cache entries with editors.
|
1 year ago |
|
footprint_choice.cpp
|
More wxSing
|
3 years ago |
|
footprint_diff_widget.cpp
|
Unify flip direction handling
|
1 year ago |
|
footprint_preview_widget.cpp
|
Pass symbol's netlist to footprint preview widget.
|
2 years ago |
|
footprint_select_widget.cpp
|
Add missing footprint load progress, usually in schematic editor
|
3 years ago |
|
gal_options_panel.cpp
|
Allow smaller grid dots on Retina displays.
|
2 years ago |
|
gal_options_panel_base.cpp
|
Minor string fixes.
|
2 years ago |
|
gal_options_panel_base.fbp
|
Minor string fixes.
|
2 years ago |
|
gal_options_panel_base.h
|
Minor string fixes.
|
2 years ago |
|
grid_bitmap_toggle.cpp
|
Upgrade BITMAP_TOGGLE and GRID_BITMAP_TOGGLE to wxBitmapBundle
|
2 years ago |
|
grid_button.cpp
|
Add initial support for database library settings UI
|
3 years ago |
|
grid_color_swatch_helpers.cpp
|
More lambda updates to explicit capture
|
2 years ago |
|
grid_combobox.cpp
|
Replace __WXGTK20__ with __WXGTK__
|
3 years ago |
|
grid_icon_text_helpers.cpp
|
Improve GRID_CELL_ICON_TEXT_RENDERER rendering on hidpi monitors.
|
1 year ago |
|
grid_text_button_helpers.cpp
|
Add ability to embed files in various elements
|
1 year ago |
|
grid_text_helpers.cpp
|
Tweak GRID_CELL_STC_EDITOR offset on GTK.
|
2 years ago |
|
html_window.cpp
|
ADDED: RMB > Copy item for HTML_WINDOW.
|
1 year ago |
|
indicator_icon.cpp
|
HiDPI: use logical icon size when changing indicator state.
|
1 year ago |
|
kistatusbar.cpp
|
Unbind events in KISTATUSBAR destructor
|
1 year ago |
|
layer_box_selector.cpp
|
Move layer presentation logic to a separate class
|
1 year ago |
|
layer_presentation.cpp
|
Move LAYER_PRESENTATION to widgets/
|
1 year ago |
|
lib_tree.cpp
|
Fix shadowed/conflicting enum values.
|
1 year ago |
|
listbox_tricks.cpp
|
Sym edit: add copy/paste/cut/etc actions to fp filter table
|
1 year ago |
|
mathplot.cpp
|
Minor formatting fixes
|
1 year ago |
|
msgpanel.cpp
|
Improve message panel alignment on hidpi monitors.
|
1 year ago |
|
net_selector.cpp
|
Separate generic aspects of NET_SELECTOR_COMBOPOPUP
|
1 year ago |
|
number_badge.cpp
|
Fix some platform ifdef checks.
|
1 year ago |
|
paged_dialog.cpp
|
Build time optimizations.
|
2 years ago |
|
progress_reporter_base.cpp
|
Added IPC2581 support
|
2 years ago |
|
properties_panel.cpp
|
Slight reduction in asserts.
|
1 year ago |
|
properties_panel.h
|
Property grid navigation improvements.
|
2 years ago |
|
search_pane.cpp
|
Move some language changes to a event on the frame
|
2 years ago |
|
search_pane_base.cpp
|
Don't specify sizes when we don't need to.
|
2 years ago |
|
search_pane_base.fbp
|
Don't specify sizes when we don't need to.
|
2 years ago |
|
search_pane_base.h
|
Don't specify sizes when we don't need to.
|
2 years ago |
|
search_pane_tab.cpp
|
Maintain selection when sorting.
|
1 year ago |
|
split_button.cpp
|
Silence some GCC warnings
|
2 years ago |
|
std_bitmap_button.cpp
|
Add missing unbinds to STD_BITMAP_BUTTON
|
1 year ago |
|
stepped_slider.cpp
|
Fix various typos
|
3 years ago |
|
text_ctrl_eval.cpp
|
Start expunging NULL.
|
4 years ago |
|
ui_common.cpp
|
Accept bitmap bundles for menu items (but don't use it yet).
|
1 year ago |
|
unit_binder.cpp
|
UNIT_BINDER: Fix typo affecting transformed points
|
1 year ago |
|
widget_hotkey_list.cpp
|
Fix build on Linux.
|
2 years ago |
|
widget_save_restore.cpp
|
Excise deci-degrees from UNIT_BINDER.
|
4 years ago |
|
wx_aui_art_providers.cpp
|
Tie the caption size to the font size to scale at hi dpi better on windows
|
2 years ago |
|
wx_aui_utils.cpp
|
Hierarchy: turn into a left side pane
|
3 years ago |
|
wx_busy_indicator.cpp
|
Push busyCursor out of scope after building dialog.
|
2 years ago |
|
wx_collapsible_pane.cpp
|
UI: Add Numpad Enter as "Return" equivalent in missing places
|
3 years ago |
|
wx_combobox.cpp
|
Another try at getting the Link combobox working on MSW.
|
3 years ago |
|
wx_dataviewctrl.cpp
|
ADDED: ExpandAll/CollapseAll for lib trees.
|
2 years ago |
|
wx_ellipsized_static_text.cpp
|
Properly ellipsize layer names in the GerbView layer manager
|
5 years ago |
|
wx_grid.cpp
|
Fill in a lot more calls to DIALOG_SHIM::OnModify().
|
1 year ago |
|
wx_grid_autosizer.cpp
|
Add wxGrid autosizer helper
|
1 year ago |
|
wx_html_report_box.cpp
|
ADDED: RMB-menu for Copy in inspectors.
|
1 year ago |
|
wx_html_report_box.h
|
ADDED: RMB-menu for Copy in inspectors.
|
1 year ago |
|
wx_html_report_panel.cpp
|
Make simulation reporter warnings non-fatal.
|
1 year ago |
|
wx_html_report_panel.h
|
Make simulation reporter warnings non-fatal.
|
1 year ago |
|
wx_html_report_panel_base.cpp
|
Move some things starting from reporter to kicommon
|
1 year ago |
|
wx_html_report_panel_base.fbp
|
Move some things starting from reporter to kicommon
|
1 year ago |
|
wx_html_report_panel_base.h
|
Move some things starting from reporter to kicommon
|
1 year ago |
|
wx_infobar.cpp
|
Move some things starting from reporter to kicommon
|
1 year ago |
|
wx_listbox.cpp
|
Add pinned library support to Footprint and Symbol Viewers.
|
3 years ago |
|
wx_panel.cpp
|
ADDED: lib tree previews.
|
2 years ago |
|
wx_progress_reporters.cpp
|
Added IPC2581 support
|
2 years ago |
|
wx_splitter_window.cpp
|
Decouple left and right pane minimums for splitter window.
|
4 years ago |
|
wx_treebook.cpp
|
Don't delete text when cancelling changes.
|
2 years ago |