..
autorouter
Turn on and fix MSVC compliance mode issues
3 years ago
board_stackup_manager
Lazy loading of stackup UI widgets.
2 years ago
connectivity
STL is your friend... until it's not.
2 years ago
dialogs
Make sure 3D file browser is treated as modal by quit.
2 years ago
drc
Left some fixes out of previous commit.
2 years ago
exporters
Maintain file permissions when renaming
2 years ago
import_gfx
Ensure that even open paths with fills are filled
3 years ago
microwave
Retire Local/Draw coords distinction from PAD (the last object to have it).
3 years ago
navlib
Fix a few Coverity warnings (not initialized vars)
2 years ago
netlist_reader
Back Annotation: add support for DNP and Exclude from BOM attributes
2 years ago
plugins
Add basic QA test to CADSTAR PCB footprint import
2 years ago
python
better QFNWizard.
3 years ago
ratsnest
ADDED preference for ratsnest thickness.
2 years ago
router
router: prevent pushout/bogus collision of via with is own hole (or copper) when dragging
2 years ago
specctra_import_export
Specctra: remove grouped tracks from group before cleaning up
2 years ago
teardrop
Fix uninitialized variable (Coverity report).
2 years ago
tools
Use rendered text to generate bounding box for knockout text.
2 years ago
widgets
Fix a bunch more issues with sheetpaths and allowExtraText.
2 years ago
CMakeLists.txt
Refactor: Move DIALOG_PLUGIN_OPTIONS to common and use enum for event ID
2 years ago
Doxyfile_python
Doxyfiles: Remove local debug lines
7 years ago
Doxyfile_xml
Doxyfiles: Remove local debug lines
7 years ago
action_plugin.cpp
More wxString wide literals.
4 years ago
action_plugin.h
Pcbnew header housekeeping round 1.
4 years ago
array_creator.cpp
Collapse FP_* down into their PCB_* equivalents.
3 years ago
array_creator.h
Array creator tool: Add option to assign unique reference designators
4 years ago
array_pad_number_provider.cpp
We don't keep a CHANGELOG.TXT
4 years ago
array_pad_number_provider.h
Fix typos in pcbnew sub-directory
3 years ago
board.cpp
Use rendered text to generate bounding box for knockout text.
2 years ago
board.h
Hook up text variable auto-complete for PCBNew.
2 years ago
board_commit.cpp
Remove change from teardrop merge that wasn't needed for final impl.
2 years ago
board_commit.h
Make pad & via teardrops 1st-class citizens (props of the pad/via)
2 years ago
board_connected_item.cpp
Make pad & via teardrops 1st-class citizens (props of the pad/via)
2 years ago
board_connected_item.h
Make pad & via teardrops 1st-class citizens (props of the pad/via)
2 years ago
board_design_settings.cpp
Make pad & via teardrops 1st-class citizens (props of the pad/via)
2 years ago
board_item.cpp
Collapse FP_* down into their PCB_* equivalents.
3 years ago
board_item_container.h
Fix typos in pcbnew sub-directory
3 years ago
build_BOM_from_board.cpp
Fix a bunch more issues with sheetpaths and allowExtraText.
2 years ago
cleanup_item.cpp
Add pad-recombining to FPEditor's Cleanup Graphics.
3 years ago
cleanup_item.h
Add pad-recombining to FPEditor's Cleanup Graphics.
3 years ago
collectors.cpp
Collapse FP_* down into their PCB_* equivalents.
3 years ago
collectors.h
Collapse FP_* down into their PCB_* equivalents.
3 years ago
convert_shape_list_to_polygon.cpp
STEP export: in board outlines, export Circles as Cylinders, round 2.
2 years ago
convert_shape_list_to_polygon.h
STEP export: in board outlines, export Circles as Cylinders, round 2.
2 years ago
cross-probing.cpp
Back Annotation: add support for DNP and Exclude from BOM attributes
2 years ago
edit.cpp
Collapse FP_* down into their PCB_* equivalents.
3 years ago
edit_track_width.cpp
PCB Editor: prevent scroll wheel on track size opening board settings
3 years ago
edit_zone_helpers.cpp
More safety around ratsnest state.
3 years ago
files.cpp
Maintain file permissions when renaming
2 years ago
footprint.cpp
Make pad flipping work both from parent footprint *and* individually.
2 years ago
footprint.h
Sch->PCB: propagate DNP from symbols to footprints attributes
3 years ago
footprint_edit_frame.cpp
Added a sort-order dropdown to lib-tree filters.
2 years ago
footprint_edit_frame.h
Fp editor and Fp viewer: fix missing info on msg panel after loading a fp
3 years ago
footprint_editor_settings.cpp
Added a sort-order dropdown to lib-tree filters.
2 years ago
footprint_editor_utils.cpp
Collapse FP_* down into their PCB_* equivalents.
3 years ago
footprint_info_impl.cpp
Maintain file permissions when renaming
2 years ago
footprint_info_impl.h
ADDED: Threadpool
3 years ago
footprint_libraries_utils.cpp
Collapse FP_* down into their PCB_* equivalents.
3 years ago
footprint_preview_panel.cpp
Collapse FP_* down into their PCB_* equivalents.
3 years ago
footprint_preview_panel.h
Graphical diff for board vs library footprints.
3 years ago
footprint_tree_pane.cpp
Footprint Editor: Focus search field when window is first opened
3 years ago
footprint_tree_pane.h
Footprint Editor: Focus search field when window is first opened
3 years ago
footprint_viewer_frame.cpp
Added a sort-order dropdown to lib-tree filters.
2 years ago
footprint_viewer_frame.h
Fp editor and Fp viewer: fix missing info on msg panel after loading a fp
3 years ago
footprint_wizard.cpp
More NULL expunging.
4 years ago
footprint_wizard.h
More wxString wide literals.
4 years ago
footprint_wizard_frame.cpp
Fix static event table derived object definitions.
3 years ago
footprint_wizard_frame.h
Flatten out some more preferences.
4 years ago
footprint_wizard_frame_functions.cpp
Yeet the last of wxSize/wxPoint to stop leaking gdicmn everywhere
3 years ago
fp_text_grid_table.cpp
Add missing property to footprint texts table.
2 years ago
fp_text_grid_table.h
Add missing property to footprint texts table.
2 years ago
fp_tree_model_adapter.cpp
Add pin/unpin context menu to Symbol Chooser and Footprint Chooser.
3 years ago
fp_tree_model_adapter.h
Add pin/unpin context menu to Symbol Chooser and Footprint Chooser.
3 years ago
fp_tree_synchronizing_adapter.cpp
PCM: auto reload global libs after dialog is run
3 years ago
fp_tree_synchronizing_adapter.h
PCM: auto reload global libs after dialog is run
3 years ago
generate_footprint_info.cpp
Handle updated document description format
4 years ago
generate_footprint_info.h
Convert Place Footprint to component tree.
7 years ago
graphics_cleaner.cpp
Collapse FP_* down into their PCB_* equivalents.
3 years ago
graphics_cleaner.h
Add pad-recombining to FPEditor's Cleanup Graphics.
3 years ago
grid_layer_box_helpers.cpp
Replace __WXGTK20__ with __WXGTK__
3 years ago
grid_layer_box_helpers.h
Cleanup.
4 years ago
initpcb.cpp
Re-resolve netclasses after assigning netclass to pattern.
3 years ago
invoke_pcb_dialog.h
Refactor: Move DIALOG_PLUGIN_OPTIONS to common and use enum for event ID
2 years ago
io_mgr.cpp
Rename PROPERTIES to STRING_UTF8_MAP for clarity
3 years ago
io_mgr.h
Refactor: Move DIALOG_PLUGIN_OPTIONS to common and use enum for event ID
2 years ago
kicad_clipboard.cpp
Fix opening boards with deprecated features.
2 years ago
kicad_clipboard.h
Rename PROPERTIES to STRING_UTF8_MAP for clarity
3 years ago
load_select_footprint.cpp
Banish ignore.h to core
3 years ago
menubar_footprint_editor.cpp
Add grid reset to place menubar.
3 years ago
menubar_pcb_editor.cpp
Make pad & via teardrops 1st-class citizens (props of the pad/via)
2 years ago
netinfo.h
Fix Doxygen directives in numerous headers
3 years ago
netinfo_item.cpp
Fix netnames.
3 years ago
netinfo_list.cpp
Coverity fixes and code cleaning.
3 years ago
pad.cpp
Move SHAPE_POLY_SET::Inflate's error spec from a seg-count to a max-deviation.
2 years ago
pad.h
Make pad & via teardrops 1st-class citizens (props of the pad/via)
2 years ago
pad_custom_shape_functions.cpp
Yeet the last of wxSize/wxPoint to stop leaking gdicmn everywhere
3 years ago
pcb_base_edit_frame.cpp
Push much of text var autocomplete down into SCINTILLA_TRICKS.
2 years ago
pcb_base_edit_frame.h
Push much of text var autocomplete down into SCINTILLA_TRICKS.
2 years ago
pcb_base_frame.cpp
Left some fixes out of previous commit.
2 years ago
pcb_bitmap.cpp
SCH_BITMAP and PCB_BITMAP: rename m_image to m_bitmapBase. Add more info
3 years ago
pcb_bitmap.h
SCH_BITMAP and PCB_BITMAP: rename m_image to m_bitmapBase. Add more info
3 years ago
pcb_dimension.cpp
Bug fixes for handling boolean flags in DRC rules.
2 years ago
pcb_dimension.h
Collapse FP_* down into their PCB_* equivalents.
3 years ago
pcb_draw_panel_gal.cpp
Formatting and warnings cleanup. (No functional changes.)
3 years ago
pcb_draw_panel_gal.h
Formatting and warnings cleanup. (No functional changes.)
3 years ago
pcb_edit_frame.cpp
Make pad & via teardrops 1st-class citizens (props of the pad/via)
2 years ago
pcb_edit_frame.h
Update DRC exclusions model to match terminology.
3 years ago
pcb_expr_evaluator.cpp
Bug fixes for handling boolean flags in DRC rules.
2 years ago
pcb_expr_evaluator.h
Cleanup printf bits
3 years ago
pcb_expr_functions.cpp
Left some fixes out of previous commit.
2 years ago
pcb_group.cpp
Collapse FP_* down into their PCB_* equivalents.
3 years ago
pcb_item_containers.h
Collapse FP_* down into their PCB_* equivalents.
3 years ago
pcb_layer_box_selector.cpp
Improve HiDPI handling of appearance/layer controls
3 years ago
pcb_layer_box_selector.h
Cleanup.
4 years ago
pcb_marker.cpp
Rename GetSelectMenuText to GetItemDescription
3 years ago
pcb_marker.h
Rename GetSelectMenuText to GetItemDescription
3 years ago
pcb_origin_transforms.cpp
Remove bad static_cast.
3 years ago
pcb_origin_transforms.h
Remove some more duplicated preferences.
4 years ago
pcb_painter.cpp
Left some fixes out of previous commit.
2 years ago
pcb_painter.h
Collapse FP_* down into their PCB_* equivalents.
3 years ago
pcb_plot_params.cpp
Add settings for plotting PDF property popups.
2 years ago
pcb_plot_params.h
Add settings for plotting PDF property popups.
2 years ago
pcb_plot_params_parser.h
Pcbnew: add plot on all layers feature.
4 years ago
pcb_plot_svg.cpp
Fix compile warning
3 years ago
pcb_plot_svg.h
Hotglue footprint to svg export
3 years ago
pcb_screen.cpp
Yeet the last of wxSize/wxPoint to stop leaking gdicmn everywhere
3 years ago
pcb_shape.cpp
Fix assert in PROPERTY_ENUM (ENUM_MAP<PCB_LAYER_ID> was not initialised)
2 years ago
pcb_shape.h
Collapse FP_* down into their PCB_* equivalents.
3 years ago
pcb_target.cpp
Rename GetSelectMenuText to GetItemDescription
3 years ago
pcb_target.h
Rename GetSelectMenuText to GetItemDescription
3 years ago
pcb_text.cpp
Move SHAPE_POLY_SET::Inflate's error spec from a seg-count to a max-deviation.
2 years ago
pcb_text.h
Move SHAPE_POLY_SET::Inflate's error spec from a seg-count to a max-deviation.
2 years ago
pcb_textbox.cpp
Move SHAPE_POLY_SET::Inflate's error spec from a seg-count to a max-deviation.
2 years ago
pcb_textbox.h
Move SHAPE_POLY_SET::Inflate's error spec from a seg-count to a max-deviation.
2 years ago
pcb_track.cpp
Coverity fixes and code cleaning.
3 years ago
pcb_track.h
Use operator at() instead of [] to access a std::array item
2 years ago
pcb_view.cpp
Flatten out some more preferences.
4 years ago
pcb_view.h
Rename layer ids file.
4 years ago
pcbnew.cpp
Fixup settings loading
3 years ago
pcbnew.h
Remove convert_to_biu.h, merge contents to base_units.h
3 years ago
pcbnew.icns
Add drop shadows to MacOS icons
4 years ago
pcbnew_config.cpp
Move to requiring explicit action to save project settings
3 years ago
pcbnew_config.h
Multiple improvements concerning colors, configuration handling and legacy features in pcbnew:
8 years ago
pcbnew_doc.icns
Add drop shadows to MacOS icons
4 years ago
pcbnew_id.h
Make pad & via teardrops 1st-class citizens (props of the pad/via)
2 years ago
pcbnew_jobs_handler.cpp
Add settings for plotting PDF property popups.
2 years ago
pcbnew_jobs_handler.h
Fix gerbers and drill plot not logging errors
3 years ago
pcbnew_printout.cpp
Commenting and formatting. No functional changes.
3 years ago
pcbnew_printout.h
Commenting and formatting. No functional changes.
3 years ago
pcbnew_settings.cpp
ADDED preference for ratsnest thickness.
2 years ago
pcbnew_settings.h
ADDED preference for ratsnest thickness.
2 years ago
pcbplot.cpp
Add settings for plotting PDF property popups.
2 years ago
pcbplot.h
Use rendered text to generate bounding box for knockout text.
2 years ago
plot_board_layers.cpp
Left some fixes out of previous commit.
2 years ago
plot_brditems_plotter.cpp
Use rendered text to generate bounding box for knockout text.
2 years ago
plotcontroller.h
Allow plotting of multiple board layers per plot in Python.
3 years ago
plotprint_opts.h
Avoid duplicating similar options in print and plot headers
3 years ago
plugin.cpp
Fix a bunch of compiler warnings
3 years ago
sel_layer.cpp
More wxString wide literals.
4 years ago
toolbars_footprint_editor.cpp
Enable properties panel in footprint editor
3 years ago
toolbars_footprint_viewer.cpp
Never call ReCreateMenuBar inside a menu event handler
3 years ago
toolbars_pcb_editor.cpp
Rollback wxChoice -> wxComboBox changes for now.
3 years ago
tracks_cleaner.cpp
Remove superfluous m_status variable
3 years ago
tracks_cleaner.h
Performance enhancements for Cleanup Tracks & Vias.Performance enhancements for Cleanup Tracks & Vias.Performance enhancements for Cleanup Tracks & Vias.Performance enhancements for Cleanup Tracks & Vias.Performance enhancements for Cleanup Tracks & Vias.Performance enhancements for Cleanup Tracks & Vias.Performance enhancements for Cleanup Tracks & Vias.Performance enhancements for Cleanup Tracks & Vias.Performance enhancements for Cleanup Tracks & Vias.
4 years ago
undo_redo.cpp
Clear board soldermask when undoing/redoing items that affect it.
3 years ago
zone.cpp
Left some fixes out of previous commit.
2 years ago
zone.h
Fix more C5266 warnings
2 years ago
zone_filler.cpp
Remove unused line
2 years ago
zone_filler.h
Fix an edge-case in the spoke genration logic for non-cardinal spokes.
3 years ago
zone_settings.cpp
Zones: use metric defaults and limits instead of mixed units
3 years ago
zone_settings.h
Fix more C5266 warnings
2 years ago
zones.h
Zones: use metric defaults and limits instead of mixed units
3 years ago
zones_functions_for_undo_redo.cpp
More tightening of group parent lifecycles.
3 years ago
zones_functions_for_undo_redo.h
Formatting and a bit of cleanup.
3 years ago