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.
 
 
 
 
 
Seth Hillbrand 674226f99f pcbnew: Set flag when cancelling during routing 5 years ago
..
altium2kicadpcb_plugin altium: map Altium KEEP_OUT_LAYER -> KiCad Margin 6 years ago
autorouter spread_footprints.cpp: try to avoid integer overflow when spreading footprints. 6 years ago
board_stackup_manager Pcbnew, stack-up manager: allows 2 digits in mantissa for EpsilonR 6 years ago
connectivity Add DRC checks for dangling vias and tracks. 6 years ago
dialogs Eeschema, DIALOG_EDIT_ONE_FIELD: fix incorrect behavior for footprint field, 5 years ago
drc Tighten DRC epsilon value until we decide what to do about it. 5 years ago
exporters Fix some inconsistencies in clearance priorities. 5 years ago
github Add text variable support to envVar processing. 6 years ago
import_gfx Remove declaration "using std::unique_ptr" in a header. 6 years ago
microwave Remove a bunch of globals. 6 years ago
netlist_reader Improve visuals of html error reporting. 5 years ago
pcad2kicadpcb_plugin Add pad keepout and footprint keepout areas. 6 years ago
python Fix remaining python method name error 6 years ago
router pcbnew: Set flag when cancelling during routing 5 years ago
specctra_import_export Pcbnew, exchange footprint and export DSN: fix incorrect rotation if the edit 6 years ago
swig pcbnew: Refactor D_PAD::AddPrimitives() and allow use from python 6 years ago
tools Add new kiplatform library for platform-specific code 5 years ago
CMakeLists.txt Add new kiplatform library for platform-specific code 5 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 pcbnew: Add toolbar buttons for action plugins 7 years ago
action_plugin.h Comment-only changes 6 years ago
array_creator.cpp Fix pad name increment to use last edited pad. 6 years ago
array_creator.h Move hotkeys to ACTION architecture. 6 years ago
array_pad_name_provider.cpp pcbnew: Move pads to std::deque 7 years ago
array_pad_name_provider.h Pcbnew: arrays skip existing names 7 years ago
board_commit.cpp add support for board listeners 6 years ago
board_commit.h Add keepout in footprints: Starting point. 6 years ago
board_connected_item.cpp Allow rules to operate on hole when hole-to-track testing. 5 years ago
board_connected_item.h Fix some inconsistencies in clearance priorities. 5 years ago
board_design_settings.cpp Redo DRC rules to get ready for new system. 6 years ago
board_item_container.h Change more enums over to scoped enums 6 years ago
board_items_to_polygon_shape_transform.cpp Fix some issues with rotated oval pads. 6 years ago
build_BOM_from_board.cpp Moving modules from DLIST to std::deque 7 years ago
class_board.cpp ADDED: Cross-probe highlighting of bus members 6 years ago
class_board.h ADDED: Cross-probe highlighting of bus members 6 years ago
class_board_item.cpp Update status bar with clearance & rule sources. 6 years ago
class_dimension.cpp Lay some groundwork for adding distances to DRC errors. 6 years ago
class_dimension.h DRC rules parser and engine. 6 years ago
class_drawsegment.cpp Lay some groundwork for adding distances to DRC errors. 6 years ago
class_drawsegment.h DRC rules parser and engine. 6 years ago
class_edge_mod.cpp Introduce new KI_FALLTHROUGH macro 6 years ago
class_edge_mod.h DRC rules parser and engine. 6 years ago
class_marker_pcb.cpp Add persistence of DRC error severities. 6 years ago
class_marker_pcb.h Add some distances to a few DRC errors. 6 years ago
class_module.cpp Autocomplete for text variables. 6 years ago
class_module.h Fix some inconsistencies in clearance priorities. 5 years ago
class_pad.cpp Fix some inconsistencies in clearance priorities. 5 years ago
class_pad.h Fix some inconsistencies in clearance priorities. 5 years ago
class_pcb_target.cpp Remove dead legacy print code. 6 years ago
class_pcb_target.h Remove dead legacy print code. 6 years ago
class_pcb_text.cpp Fix text rotation after flip 6 years ago
class_pcb_text.h DRC rules parser and engine. 6 years ago
class_text_mod.cpp Fix the duplicate branches warning 6 years ago
class_text_mod.h DRC rules parser and engine. 6 years ago
class_track.cpp Fix some inconsistencies in clearance priorities. 5 years ago
class_track.h Fix some inconsistencies in clearance priorities. 5 years ago
class_zone.cpp Fix some inconsistencies in clearance priorities. 5 years ago
class_zone.h Fix some inconsistencies in clearance priorities. 5 years ago
collectors.cpp Introduce new KI_FALLTHROUGH macro 6 years ago
collectors.h Fix a bug introduced when UseGalCanvas() no longer switches. 7 years ago
convert_drawsegment_list_to_polygon.cpp Fix board outline issues. 6 years ago
cross-probing.cpp ADDED: Cross-probe highlighting of bus members 6 years ago
eagle_plugin.cpp Performance enhancements for DRC. 6 years ago
eagle_plugin.h Add via annulus minimum. 6 years ago
edit.cpp housekeeping: 6 years ago
edit_track_width.cpp Better error reporting for DRC rule parsing. 6 years ago
files.cpp Better error reporting for DRC rule parsing. 6 years ago
footprint_edit_frame.cpp Consolidate common viewer actions across cvpcb and pcbnew frames 6 years ago
footprint_edit_frame.h Consolidate common viewer actions across cvpcb and pcbnew frames 6 years ago
footprint_editor_settings.cpp Treat sketch mode module items and board items the same. 6 years ago
footprint_editor_utils.cpp ADDED: Enable color themes for PcbNew printing 6 years ago
footprint_info_impl.cpp pcbnew: Check before reading/writing cache 6 years ago
footprint_info_impl.h Use binary search on Footprint Info list. 7 years ago
footprint_libraries_utils.cpp fix a wxWidgets minor alert and compil warnings 6 years ago
footprint_preview_panel.cpp Split out footprint editor color settings 6 years ago
footprint_preview_panel.h Implement a new settings framework across all of KiCad 6 years ago
footprint_tree_pane.cpp Pinning for library trees in FPEditor and SymbolEditor. 6 years ago
footprint_tree_pane.h Pinning for library trees in FPEditor and SymbolEditor. 6 years ago
footprint_viewer_frame.cpp Force footprint viewers to have a cursor 6 years ago
footprint_viewer_frame.h Give the footprint viewer a toolbar and remove the options dialog 6 years ago
footprint_wizard.cpp Fix code after renaming files. Minor other fix. 8 years ago
footprint_wizard.h Comment-only changes 6 years ago
footprint_wizard_frame.cpp Consolidate common viewer actions across cvpcb and pcbnew frames 6 years ago
footprint_wizard_frame.h Consolidate common viewer actions across cvpcb and pcbnew frames 6 years ago
footprint_wizard_frame_functions.cpp Change more enums over to scoped enums 6 years ago
fp_tree_model_adapter.cpp Save pinned libraries in project. 6 years ago
fp_tree_model_adapter.h Save pinned libraries in project. 6 years ago
fp_tree_synchronizing_adapter.cpp Clean up some commenting and rename MODULE_EDITOR_TOOLs to match filename. 6 years ago
fp_tree_synchronizing_adapter.h Move footprint & symbol tree context menus to tool infrastructure. 6 years ago
generate_footprint_info.cpp More performance enhancements. 7 years ago
generate_footprint_info.h Convert Place Footprint to component tree. 7 years ago
gpcb_plugin.cpp Introduce new KI_FALLTHROUGH macro 6 years ago
gpcb_plugin.h Comment-only changes 6 years ago
grid_layer_box_helpers.cpp ADDED: Enable color themes for PcbNew printing 6 years ago
grid_layer_box_helpers.h In-place editing for footprint TEXTE_MODULEs. 7 years ago
initpcb.cpp Unify unsaved changes detection logic in all frames 6 years ago
invoke_pcb_dialog.h Implement a new settings framework across all of KiCad 6 years ago
io_mgr.cpp Use Record handling for parsing 6 years ago
io_mgr.h Use Record handling for parsing 6 years ago
kicad_clipboard.cpp Don't immediately read back clipboard data on OSX 6 years ago
kicad_clipboard.h Convert timestamps to UUIDs. 6 years ago
kicad_plugin.cpp Save hole-to-hole-min to file. 6 years ago
kicad_plugin.h Save hole-to-hole-min to file. 6 years ago
layer_widget.cpp Moved PANEL_COLOR_SETTINGS from buttons to swatches. 6 years ago
layer_widget.h Performance improvements for Gerber loading. 6 years ago
legacy_plugin.cpp General cleanup. 6 years ago
legacy_plugin.h Comment-only changes 6 years ago
load_select_footprint.cpp Convert timestamps to UUIDs. 6 years ago
menubar_footprint_editor.cpp Treat sketch mode module items and board items the same. 6 years ago
menubar_pcb_editor.cpp Treat sketch mode module items and board items the same. 6 years ago
netclass.cpp add support for board listeners 6 years ago
netclass.h Fix some inconsistencies in clearance priorities. 5 years ago
netinfo.h Performance enhancements for DRC. 6 years ago
netinfo_item.cpp Lay some groundwork for adding distances to DRC errors. 6 years ago
netinfo_list.cpp Delay initialisation of global EDA_ITEMs. 6 years ago
pad_custom_shape_functions.cpp pcbnew: Refactor D_PAD::AddPrimitives() and allow use from python 6 years ago
pad_naming.cpp Pcbnew: Array tool should not number NPTHs 7 years ago
pad_naming.h Pcbnew: Array tool should not number NPTHs 7 years ago
pcb_base_edit_frame.cpp Consolidate common viewer actions across cvpcb and pcbnew frames 6 years ago
pcb_base_edit_frame.h Consolidate common viewer actions across cvpcb and pcbnew frames 6 years ago
pcb_base_frame.cpp Consolidate common viewer actions across cvpcb and pcbnew frames 6 years ago
pcb_display_options.cpp Treat sketch mode module items and board items the same. 6 years ago
pcb_draw_panel_gal.cpp Cleanup parentage inside the draw panels 6 years ago
pcb_draw_panel_gal.h Add hittesting for worksheets in Pcbnew and Eeschema. 6 years ago
pcb_edit_frame.cpp Better error reporting for DRC rule parsing. 6 years ago
pcb_edit_frame.h Better error reporting for DRC rule parsing. 6 years ago
pcb_layer_box_selector.cpp ADDED: Enable color themes for PcbNew printing 6 years ago
pcb_layer_box_selector.h Make indeterminate control states clearer for the user. 6 years ago
pcb_layer_widget.cpp Only update colors on layer widget when closing preferences 6 years ago
pcb_layer_widget.h Only update colors on layer widget when closing preferences 6 years ago
pcb_painter.cpp Treat sketch mode module items and board items the same. 6 years ago
pcb_painter.h Treat sketch mode module items and board items the same. 6 years ago
pcb_parser.cpp Save hole-to-hole-min to file. 6 years ago
pcb_parser.h Add user-defined severities, exclusions and colors to DRC markers. 6 years ago
pcb_plot_params.cpp Eeschema, DIALOG_PLOT_SCHEMATIC: fix incorrect unit of default pen width. 5 years ago
pcb_plot_params.h Implement changes for Sketch Pads to Fab Layers. 6 years ago
pcb_plot_params_parser.h Comment-only changes 6 years ago
pcb_screen.cpp pcbnew: Cleanup includes of pcbnew_id.h 6 years ago
pcb_view.cpp Implement Get/Set display options 6 years ago
pcb_view.h Implement Get/Set display options 6 years ago
pcbnew.cpp Fixup kiway by hand when dynamic_cast fails. 5 years ago
pcbnew.h pcbnew: Remove the last dlist from modules/pcbnew 7 years ago
pcbnew.icns Update MacOS icons 8 years ago
pcbnew.rc Remove old xpm icons files 14 years ago
pcbnew_config.cpp Pcbnew, Preferences: fix not working panel color widgets. 6 years ago
pcbnew_config.h Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 8 years ago
pcbnew_doc.icns Update MacOS icons 8 years ago
pcbnew_id.h Give the footprint viewer a toolbar and remove the options dialog 6 years ago
pcbnew_printout.cpp Fix via printing. 6 years ago
pcbnew_printout.h Implement a new settings framework across all of KiCad 6 years ago
pcbnew_settings.cpp Treat sketch mode module items and board items the same. 6 years ago
pcbnew_settings.h Give the footprint viewer a toolbar and remove the options dialog 6 years ago
pcbplot.cpp Remove a bunch of globals. 6 years ago
pcbplot.h Implement changes for Sketch Pads to Fab Layers. 6 years ago
plot_board_layers.cpp Only sketch pads on fab layers if they exist on that side 6 years ago
plot_brditems_plotter.cpp Set linewidth to Gerber plotter as well a GAL. 6 years ago
plotcontroller.h Change more enums over to scoped enums 6 years ago
plugin.cpp Workaround an issue where a throw terminates (even when there's a catch for it). 6 years ago
ratsnest.cpp pcbnew: Move tracks to std::deque 7 years ago
ratsnest_data.cpp Clean up compile warnings 6 years ago
ratsnest_data.h Comment-only changes 6 years ago
ratsnest_viewitem.cpp ADDED: Cross-probe highlighting of bus members 6 years ago
ratsnest_viewitem.h Implement undo for Page Settings in PlEditor, Eeschema and PCBNew. 7 years ago
sel_layer.cpp ADDED: Enable color themes for PcbNew printing 6 years ago
text_mod_grid_table.cpp Generalize default footprint fields. 6 years ago
text_mod_grid_table.h Switch to scoped enums 6 years ago
toolbars_footprint_editor.cpp Treat sketch mode module items and board items the same. 6 years ago
toolbars_footprint_viewer.cpp Treat sketch mode module items and board items the same. 6 years ago
toolbars_pcb_editor.cpp ADDED: Enable color themes for PcbNew printing 6 years ago
tracks_cleaner.cpp pcbnew: Use duplicate structure to allow deleting 5 years ago
tracks_cleaner.h Performance enhancements for DRC. 6 years ago
undo_redo.cpp Add hittesting for worksheets in Pcbnew and Eeschema. 6 years ago
zone_filler.cpp Fix some inconsistencies in clearance priorities. 5 years ago
zone_filler.h Switch to scoped enums 6 years ago
zone_settings.cpp ADDED: Enable color themes for PcbNew printing 6 years ago
zone_settings.h Add pad keepout and footprint keepout areas. 6 years ago
zones.h Implement a new settings framework across all of KiCad 6 years ago
zones_by_polygon.cpp Pcbnew: regroup drc files to the already existing drc folder. 6 years ago
zones_functions_for_undo_redo.cpp Add pad keepout and footprint keepout areas. 6 years ago
zones_functions_for_undo_redo.h Fix occurrences of "edition" which should be "editing" 7 years ago
zones_test_and_combine_areas.cpp Fix some inconsistencies in clearance priorities. 5 years ago