You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Jeff Young a4d1b29b91 Remember footprint library browsers liblist width. 2 years ago
..
autorouter Centralize text size clamping. 2 years ago
board_stackup_manager PANEL_SETUP_BOARD_STACKUP: do not try to init params managed by PANEL_SETUP_BOARD_FINISH 2 years ago
connectivity PCB: check ratsnest for nullptr (segfaults) 2 years ago
dialogs Use standard bitmap button. 2 years ago
drc More consistent naming. 2 years ago
exporters STEP exporter: export track segments as thick segments with rounded end using arcs. 2 years ago
import_gfx Graphics import improvements/fixes: 2 years ago
microwave Separate immediate and delayed action dispatch 2 years ago
navlib Add 3dconnexion driver version check 2 years ago
netlist_reader Fields: preserve field order across sch<->pcb 2 years ago
plugins Custom pads with round anchors in pre-7.0 files get 90 degree spokes. 2 years ago
python Prevent crash when a python script tries to use pcbnew too early. 2 years ago
ratsnest PCB: add ratsnest to search pane 2 years ago
router PCB: add grid overrides to graphics/router/etc. 2 years ago
specctra_import_export Replace SHAPE_T::RECT by SHAPE_T::RECTANGLE: RECT creates a collision name 2 years ago
teardrop Remove stale teardrops before rebuilding connectivity. 2 years ago
tools Include description for page settings command. 2 years ago
widgets Fix a few (minor) compil warnings. 2 years ago
CMakeLists.txt Clean up naming. 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 Remove a bunch of blind (and a few redundant) static_casts. 2 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 Handle dimensions and textboxes when plotting contours to DXF. 2 years ago
board.h PCB: add ratsnest to search pane 2 years ago
board_commit.cpp PCB: add ratsnest to search pane 2 years ago
board_commit.h ADDED: Run PCB DRC via cli 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 ADDED: Connectivity for graphic shapes on copper layers 2 years ago
board_design_settings.cpp When routing, check for board-level clearances 2 years ago
board_item.cpp Move "parent" property from PAD to BOARD_ITEM. 2 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 remove a very old fully outdated debug code that did nothing. 2 years ago
collectors.h Remove a bunch of blind (and a few redundant) static_casts. 2 years ago
convert_shape_list_to_polygon.cpp Fix minor compil warnings 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 Fields: preserve field order across sch<->pcb 2 years ago
edit.cpp Separate immediate and delayed action dispatch 2 years ago
edit_track_width.cpp Separate immediate and delayed action dispatch 2 years ago
edit_zone_helpers.cpp More safety around ratsnest state. 3 years ago
files.cpp Require wxWidgets 3.2 2 years ago
footprint.cpp Don't include annotations in boundingbox when not including text. 2 years ago
footprint.h FOOTPRINT: add a method to auto-position Reference and Value. 2 years ago
footprint_edit_frame.cpp Don't include annotations in boundingbox when not including text. 2 years ago
footprint_edit_frame.h Naming clarity. No functional changes. 2 years ago
footprint_editor_settings.cpp Update layer names to current terminology. 2 years ago
footprint_editor_utils.cpp Separate immediate and delayed action dispatch 2 years ago
footprint_info_impl.cpp Stricter API for LIB_TABLE 2 years ago
footprint_info_impl.h ADDED: Threadpool 3 years ago
footprint_libraries_utils.cpp Fix a few minor compil and Coverity warnings. 2 years ago
footprint_preview_panel.cpp Add a "hyperzoom" mode for debugging "up close". 2 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 Remember footprint library browsers liblist width. 2 years ago
footprint_viewer_frame.h ADDED: Change watcher for libraries 2 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 Separate immediate and delayed action dispatch 2 years ago
footprint_wizard_frame.h Rename function in Footprint wizard to prevent impoper override 2 years ago
footprint_wizard_frame_functions.cpp Rename function in Footprint wizard to prevent impoper override 2 years ago
fp_text_grid_table.cpp FP Text Grid: avoid ambiguous fallthrough 2 years ago
fp_text_grid_table.h PCB Fields: use validators in dialogs, restrict editing of footprint 2 years ago
fp_tree_model_adapter.cpp Capture exceptions thrown by FP_LIB_TABLE::FindRow() in some places. 2 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 Fields: Description now mandatory 2 years ago
fp_tree_synchronizing_adapter.h Treat canvas item as current when tree view contains no selection. 2 years ago
generate_footprint_info.cpp Fields: Description now mandatory 2 years ago
generate_footprint_info.h Convert Place Footprint to component tree. 7 years ago
graphics_cleaner.cpp Replace SHAPE_T::RECT by SHAPE_T::RECTANGLE: RECT creates a collision name 2 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 BoardDesignSettings are owned by FOOTPRINT_EDITOR_SETTINGS in the FP Editor. 2 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 Add IO_MGR::FindPluginTypeFromBoardPath (+QA tests) 2 years ago
io_mgr.h Formatting, update header in io_mgr.h. 2 years ago
kicad_clipboard.cpp Rename Save -> SaveBoard, Load -> LoadBoard in PLUGIN. 2 years ago
kicad_clipboard.h Rename Save -> SaveBoard, Load -> LoadBoard in PLUGIN. 2 years ago
load_select_footprint.cpp Split StyleFootprints into separate bools for fields vs text & graphics. 2 years ago
menubar_footprint_editor.cpp Move grid definitions to Prefs and grid origin to a separate dlg. 2 years ago
menubar_pcb_editor.cpp Move grid definitions to Prefs and grid origin to a separate dlg. 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 ADDED: Connectivity for graphic shapes on copper layers 2 years ago
pad.cpp Fix an incorrect test thact crashes fp editor 2 years ago
pad.h Move "parent" property from PAD to BOARD_ITEM. 2 years ago
pad_custom_shape_functions.cpp Replace SHAPE_T::RECT by SHAPE_T::RECTANGLE: RECT creates a collision name 2 years ago
pcb_base_edit_frame.cpp ADDED: appearances manager for 3D viewer. 2 years ago
pcb_base_edit_frame.h ADDED: Properties panel for schematic editor 2 years ago
pcb_base_frame.cpp Give Grid Settings a more standard KiCad look and feel. 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 Preferences setting for force-show-fields-when-fp-selected. 2 years ago
pcb_draw_panel_gal.h Formatting and warnings cleanup. (No functional changes.) 3 years ago
pcb_edit_frame.cpp Move grid definitions to Prefs and grid origin to a separate dlg. 2 years ago
pcb_edit_frame.h ADDED: DNP flag for position file export 2 years ago
pcb_field.cpp Preferences setting for force-show-fields-when-fp-selected. 2 years ago
pcb_field.h Broaden "Style footprint fields" to cover graphics as well. 2 years ago
pcb_group.cpp Revise method of selecting footprints in contrast 2 years ago
pcb_item_containers.h PCB_FIELD: add new field item similar to SCH_FIELD 2 years ago
pcb_layer_box_selector.cpp Move layer ID to action mapping to PCB_ACTIONS 2 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 Another try at fixing arcs. 2 years ago
pcb_painter.h Preferences setting for force-show-fields-when-fp-selected. 2 years ago
pcb_plot_params.cpp Tent vias by default. 2 years ago
pcb_plot_params.h ADDED: plot control over FP text. 2 years ago
pcb_plot_params_parser.h Pcbnew: add plot on all layers feature. 4 years ago
pcb_screen.cpp Yeet the last of wxSize/wxPoint to stop leaking gdicmn everywhere 3 years ago
pcb_shape.cpp PCB_SHAPE::swapData( BOARD_ITEM* aImage ): add missing swap of m_netinfo member. 2 years ago
pcb_shape.h Preserve logic that assumes footprint shapes can't have nets 2 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 Pcbnew: Fix some draw issues in PCB_TEXT and PCB_TEXTBOX: 2 years ago
pcb_text.h ADDED: parameterize font metrics and allow customization of overbar height. 2 years ago
pcb_textbox.cpp Add missing line style prop to eda_shape 2 years ago
pcb_textbox.h Add a friendly name to textboxes for the prop mgr 2 years ago
pcb_track.cpp Revise method of selecting footprints in contrast 2 years ago
pcb_track.h Revise method of selecting footprints in contrast 2 years ago
pcb_view.cpp Preferences setting for force-show-fields-when-fp-selected. 2 years ago
pcb_view.h Rename layer ids file. 4 years ago
pcbexpr_evaluator.cpp More consistent naming. 2 years ago
pcbexpr_evaluator.h More consistent naming. 2 years ago
pcbexpr_functions.cpp More consistent naming. 2 years ago
pcbnew.cpp Move grid definitions to Prefs and grid origin to a separate dlg. 2 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 vrml export to cli 2 years ago
pcbnew_jobs_handler.h ADDED: Run PCB DRC via cli 2 years ago
pcbnew_printout.cpp Update layer names to current terminology. 2 years ago
pcbnew_printout.h Commenting and formatting. No functional changes. 3 years ago
pcbnew_settings.cpp Preferences setting for force-show-fields-when-fp-selected. 2 years ago
pcbnew_settings.h Preferences setting for force-show-fields-when-fp-selected. 2 years ago
pcbplot.cpp Add settings for plotting PDF property popups. 3 years ago
pcbplot.h Lazy context handling for SVG plotting. 2 years ago
plot_board_layers.cpp Another try at fixing arcs. 2 years ago
plot_brditems_plotter.cpp Don't use DXF-native text for textboxes. 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 altium: verify that file contains "Compound File Binary Format" magic bytes, as we do not support the ASCII format 2 years ago
sel_layer.cpp More wxString wide literals. 4 years ago
toolbars_footprint_editor.cpp Move grid definitions to Prefs and grid origin to a separate dlg. 2 years ago
toolbars_footprint_viewer.cpp Never call ReCreateMenuBar inside a menu event handler 3 years ago
toolbars_pcb_editor.cpp Move grid definitions to Prefs and grid origin to a separate dlg. 2 years ago
tracks_cleaner.cpp Refine track dangling test. 2 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 Implement undo/redo for footprint children. 2 years ago
zone.cpp ADDED: Run PCB DRC via cli 2 years ago
zone.h Revise method of selecting footprints in contrast 2 years ago
zone_filler.cpp Revert "Record hole knockouts in zone filler earlier" 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 Fix build (broken in 90ff331c) 2 years ago
zone_settings.h Refactor: Move static to be inside ZONE_SETTINGS 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