..
autorouter
Fix issue with caches not being initialized when printing msg bar.
3 years ago
board_stackup_manager
Fix typos in pcbnew sub-directory
3 years ago
connectivity
Move KICAD_T[] to std::initializer_list<KICAD_T>.
3 years ago
dialogs
Retire insideArea in favour of intersectsArea and enclosedByArea.
3 years ago
drc
Retire insideArea in favour of intersectsArea and enclosedByArea.
3 years ago
exporters
Move hypertext linking to user-page-numbers.
3 years ago
ibis
Fix wrong number of columns check
3 years ago
import_gfx
Commonize page_info by simply making the Iu scale a parameter on call.
3 years ago
microwave
Replace boost::optional with std::optional
3 years ago
navlib
Add support for using a SpaceMouse to pan & zoom in the schematic editor.
4 years ago
netlist_reader
Commonize page_info by simply making the Iu scale a parameter on call.
3 years ago
plugins
Commonize page_info by simply making the Iu scale a parameter on call.
3 years ago
python
Apply searchArea architecture to courtyard functions.
3 years ago
ratsnest
pcbnew: check for null SETTINGS in RATSNEST_VIEW_ITEM (prevents crash in the P&S debug tool)
4 years ago
router
Make sure via-gap-same-as-trace-gap gets turned off for board settings.
3 years ago
specctra_import_export
Move KICAD_T[] to std::initializer_list<KICAD_T>.
3 years ago
teardrop
Fix another type warning
3 years ago
tools
Copy shape data when converting PCB TEXTBOX to FP.
3 years ago
widgets
Another try at getting the Link combobox working on MSW.
3 years ago
CMakeLists.txt
Don't link gdiplus everywhere anymore
3 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
PCB Editor: Add User Background Images
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
Apply searchArea architecture to courtyard functions.
3 years ago
board.h
Apply searchArea architecture to courtyard functions.
3 years ago
board_commit.cpp
Don't auto-fill zones due to DRC marker insertion.
3 years ago
board_commit.h
Make sure Cleanup handles shapes other than segments.
4 years ago
board_connected_item.cpp
Properties Panel: Correctly limit layers for connectable items to copper layers
3 years ago
board_connected_item.h
CHANGED netclass assignments now done via canvas or via patterns.
3 years ago
board_design_settings.cpp
Fix another type warning
3 years ago
board_item.cpp
Renamed PROPERTY_TYPE enum names to avoid a conflict on MSYS2
3 years ago
board_item_container.h
Fix typos in pcbnew sub-directory
3 years ago
build_BOM_from_board.cpp
Schematic: Add CSV export to Symbol Fields Table
3 years ago
cleanup_item.cpp
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
cleanup_item.h
Markers provider is no longer responsible for all markers.
3 years ago
collectors.cpp
Attempt to fix std::initializer_list lifetime issue.
3 years ago
collectors.h
Attempt to fix std::initializer_list lifetime issue.
3 years ago
convert_shape_list_to_polygon.cpp
Replace boost::optional with std::optional
3 years ago
convert_shape_list_to_polygon.h
Neurotically update position wxPoint usages
4 years ago
cross-probing.cpp
Cross-probing/selection for multiple items (PCB -> SCH)
3 years ago
edit.cpp
PCB Editor: Add User Background Images
3 years ago
edit_track_width.cpp
Move KICAD_T[] to std::initializer_list<KICAD_T>.
3 years ago
edit_zone_helpers.cpp
Fix some layer handling issues.
4 years ago
files.cpp
CHANGED netclass assignments now done via canvas or via patterns.
3 years ago
footprint.cpp
Marginal performance improvements.
3 years ago
footprint.h
Attempt to fix std::initializer_list lifetime issue.
3 years ago
footprint_edit_frame.cpp
Commonize page_info by simply making the Iu scale a parameter on call.
3 years ago
footprint_edit_frame.h
ADDED Duplicate Footprint, Rename Symbol and Rename Footprint.
4 years ago
footprint_editor_settings.cpp
Fix initialisation of default line width settings
4 years ago
footprint_editor_utils.cpp
Keep Footprint Checker info between runs.
3 years ago
footprint_info_impl.cpp
Performance improvements.
3 years ago
footprint_info_impl.h
ADDED: Threadpool
3 years ago
footprint_libraries_utils.cpp
Pinned libs can also be found in program settings.
3 years ago
footprint_preview_panel.cpp
Commonize page_info by simply making the Iu scale a parameter on call.
3 years ago
footprint_preview_panel.h
Replace boost::optional with std::optional
3 years ago
footprint_tree_pane.cpp
Rename SCH_COMPONENT to SCH_SYMBOL.
4 years ago
footprint_tree_pane.h
Pinning for library trees in FPEditor and SymbolEditor.
6 years ago
footprint_viewer_frame.cpp
Add contexts to EDA_COMBINED_MATCHER.
3 years ago
footprint_viewer_frame.h
ADDED show pin names on footprint pads when assigning to symbol.
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
CHANGED netclass assignments now done via canvas or via patterns.
3 years ago
footprint_wizard_frame.h
Flatten out some more preferences.
4 years ago
footprint_wizard_frame_functions.cpp
More wxString wide literals.
4 years ago
fp_shape.cpp
Cache read arc data for stability
4 years ago
fp_shape.h
Consolidate on a more widely used sub-type architecture.
3 years ago
fp_text.cpp
Make EDA_TEXT common
3 years ago
fp_text.h
Replace wxFindReplaceData with our own container
3 years ago
fp_text_grid_table.cpp
Excise deci-degrees from UNIT_BINDER.
4 years ago
fp_text_grid_table.h
Add hot-updating of units in common wxGrids.
4 years ago
fp_textbox.cpp
Make EDA_TEXT common
3 years ago
fp_textbox.h
Replace wxFindReplaceData with our own container
3 years ago
fp_tree_model_adapter.cpp
Display descriptions in second column of library trees.
3 years ago
fp_tree_model_adapter.h
Redo the pinned-libraries storage architecture.
3 years ago
fp_tree_synchronizing_adapter.cpp
Display descriptions in second column of library trees.
3 years ago
fp_tree_synchronizing_adapter.h
Formatting and naming conventions.
5 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
Fix some Coverity warnings.
4 years ago
graphics_cleaner.h
Make sure Cleanup handles shapes other than segments.
4 years ago
grid_layer_box_helpers.cpp
All the preferences, all the time.
4 years ago
grid_layer_box_helpers.h
Cleanup.
4 years ago
initpcb.cpp
More NULL expunging.
4 years ago
invoke_pcb_dialog.h
MODULE -> FOOTPRINT.
5 years ago
io_mgr.cpp
altium: Allow extraction of names of footprints stored in *.PcbLib file
4 years ago
io_mgr.h
Move GUI queries in PLUGIN to a callback.
4 years ago
kicad_clipboard.cpp
Move GUI queries in PLUGIN to a callback.
4 years ago
kicad_clipboard.h
Kicad has many plugins. This one is for the pcb.
4 years ago
load_select_footprint.cpp
Clean up some auto usage
3 years ago
menubar_footprint_editor.cpp
PCB Editor: Add User Background Images
3 years ago
menubar_pcb_editor.cpp
WIP: Properties GUI
3 years ago
netinfo.h
Replace wxFindReplaceData with our own container
3 years ago
netinfo_item.cpp
Replace wxFindReplaceData with our own container
3 years ago
netinfo_list.cpp
More wxString wide literals.
4 years ago
pad.cpp
Renamed PROPERTY_TYPE enum names to avoid a conflict on MSYS2
3 years ago
pad.h
Properties: Fixed conditional properties using enum values in the conditions
3 years ago
pad_custom_shape_functions.cpp
Replace boost::optional with std::optional
3 years ago
pcb_base_edit_frame.cpp
Properties panel: post-rebase fixes and hide by default
3 years ago
pcb_base_edit_frame.h
WIP: Properties GUI
3 years ago
pcb_base_frame.cpp
Commonize page_info by simply making the Iu scale a parameter on call.
3 years ago
pcb_bitmap.cpp
Fix minor compil and Coverity warnings.
3 years ago
pcb_bitmap.h
PCB: Add bitmap layer per board layer
3 years ago
pcb_dimension.cpp
Replace boost::optional with std::optional
3 years ago
pcb_dimension.h
Attempt to fix std::initializer_list lifetime issue.
3 years ago
pcb_draw_panel_gal.cpp
ADDED show pin names on footprint pads when assigning to symbol.
3 years ago
pcb_draw_panel_gal.h
Use progress reporting in more places when loading a board
4 years ago
pcb_edit_frame.cpp
Commonize page_info by simply making the Iu scale a parameter on call.
3 years ago
pcb_edit_frame.h
Utilize our combine_hash routine for multiple hash
3 years ago
pcb_expr_evaluator.cpp
Apply searchArea architecture to courtyard functions.
3 years ago
pcb_expr_evaluator.h
Apply a more sophisticated test for ignoring isInCoupledDiffPair.
4 years ago
pcb_group.cpp
Attempt to fix std::initializer_list lifetime issue.
3 years ago
pcb_item_containers.h
Prefix TRACK, ARC and VIA.
4 years ago
pcb_layer_box_selector.cpp
All the preferences, all the time.
4 years ago
pcb_layer_box_selector.h
Cleanup.
4 years ago
pcb_marker.cpp
Introduce new marker type so we can track DRC errors on the drawing sheet.
3 years ago
pcb_marker.h
Replace wxFindReplaceData with our own container
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
Fix a few (minor) compil and Coverity warnings.
3 years ago
pcb_painter.h
Don't include text in locked-item-shadow-calc for footprints.
3 years ago
pcb_plot_params.cpp
Centralize the parseDouble functions in the parsers and gcc specialcase
3 years ago
pcb_plot_params.h
Pcbnew: add plot on all layers feature.
4 years ago
pcb_plot_params_parser.h
Pcbnew: add plot on all layers feature.
4 years ago
pcb_screen.cpp
Rename layer ids file.
4 years ago
pcb_shape.cpp
EDA_SHAPE: Remove m_upsideDownCoords hack (Fixes hitTest routine)
3 years ago
pcb_shape.h
Consolidate on a more widely used sub-type architecture.
3 years ago
pcb_target.cpp
Renamed PROPERTY_TYPE enum names to avoid a conflict on MSYS2
3 years ago
pcb_target.h
Fix typos in pcbnew sub-directory
3 years ago
pcb_text.cpp
Make EDA_TEXT common
3 years ago
pcb_text.h
Replace wxFindReplaceData with our own container
3 years ago
pcb_textbox.cpp
Make EDA_TEXT common
3 years ago
pcb_textbox.h
Replace wxFindReplaceData with our own container
3 years ago
pcb_track.cpp
Renamed PROPERTY_TYPE enum names to avoid a conflict on MSYS2
3 years ago
pcb_track.h
Attempt to fix std::initializer_list lifetime issue.
3 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
More wxString wide literals.
4 years ago
pcbnew.h
Add Python Tool to pcbnew
4 years ago
pcbnew.icns
Add drop shadows to MacOS icons
4 years ago
pcbnew_config.cpp
CHANGED netclass assignments now done via canvas or via patterns.
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
Footprint viewers: fix regression: re-add automatic zoom option when loading a new footprint
4 years ago
pcbnew_printout.cpp
ADDED show pin names on footprint pads when assigning to symbol.
3 years ago
pcbnew_printout.h
Prefix TRACK, ARC and VIA.
4 years ago
pcbnew_settings.cpp
Replace boost::optional with std::optional
3 years ago
pcbnew_settings.h
WIP: Properties GUI
3 years ago
pcbplot.cpp
${SHEETNAME} represents the sheet name + introduce ${SHEETPATH}
4 years ago
pcbplot.h
${SHEETNAME} represents the sheet name + introduce ${SHEETPATH}
4 years ago
plot_board_layers.cpp
Move hypertext linking to user-page-numbers.
3 years ago
plot_brditems_plotter.cpp
Fix errant test in board items plotter.
3 years ago
plotcontroller.h
${SHEETNAME} represents the sheet name + introduce ${SHEETPATH}
4 years ago
plugin.cpp
More wxString wide literals.
4 years ago
sel_layer.cpp
More wxString wide literals.
4 years ago
toolbars_footprint_editor.cpp
Fix some warnings detected by PVS-STUDIO (not used vars)
3 years ago
toolbars_footprint_viewer.cpp
Fix typos in pcbnew sub-directory
3 years ago
toolbars_pcb_editor.cpp
Properties panel: post-rebase fixes and hide by default
3 years ago
tracks_cleaner.cpp
Clean up some auto usage
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
Remove TEDIT
4 years ago
zone.cpp
Ensure that teardrops always get filled first
3 years ago
zone.h
Replace wxFindReplaceData with our own container
3 years ago
zone_filler.cpp
ZONE_FILLER::buildThermalSpokes() fix incorrect spoke shape for pad shapes with offset.
3 years ago
zone_filler.h
Support text knockouts in non-copper zones.
4 years ago
zone_settings.cpp
Patch annoying large checkbox cols in wxWidgets 3.1.x on OSX.
3 years ago
zone_settings.h
Set new zone priority to unique number
3 years ago
zones.h
Add ignore-line-widths mode to CONVERT_TOOL.
3 years ago
zones_functions_for_undo_redo.cpp
Implement two-staged zone priority: assigned priority followed by UUID.
4 years ago
zones_functions_for_undo_redo.h
Cleanup.
4 years ago