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 85c6cebd77 Rework silk-to-pad checker to handle all solder mask clipping of silk. 5 years ago
..
autorouter more cleanup about removing useless include 5 years ago
board_stackup_manager Add mils to units, remove useMils variables 5 years ago
connectivity Standardize pad type enums 5 years ago
dialogs Rework silk-to-pad checker to handle all solder mask clipping of silk. 5 years ago
drc Rework silk-to-pad checker to handle all solder mask clipping of silk. 5 years ago
exporters more cleanup about removing useless include 5 years ago
github more cleanup about removing useless include 5 years ago
import_gfx Move std::contains to alg::contains. 5 years ago
microwave Add mils to units, remove useMils variables 5 years ago
netlist_reader more cleanup about removing useless include 5 years ago
pcad2kicadpcb_plugin more cleanup about removing useless include 5 years ago
plugins Fix inches being sometimes used instead of mils 5 years ago
python Reverts premature Python 3 calls in favor of backwards compat. 5 years ago
ratsnest more cleanup about removing useless include 5 years ago
router Clean up terminology around active & high contrast layers. 5 years ago
specctra_import_export Code cleanup: remove useless wx/wx.h include inside a few files. 5 years ago
swig more cleanup about removing useless include 5 years ago
tools Clean up terminology around active & high contrast layers. 5 years ago
widgets Don't test forbidden footprint layers in board editor 5 years ago
CMakeLists.txt Rework silk-to-pad checker to handle all solder mask clipping of silk. 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 ADDED: Center marker dimension type 5 years ago
array_creator.h Move hotkeys to ACTION architecture. 6 years ago
array_pad_name_provider.cpp pcbnew: Move pads to std::deque 6 years ago
array_pad_name_provider.h Pcbnew: arrays skip existing names 7 years ago
board_commit.cpp Re-implement undo/redo of group ops in a pointer-safe way. 5 years ago
board_commit.h Convert UNDO_REDO_T to an enum class 5 years ago
board_connected_item.cpp more cleanup about removing useless include 5 years ago
board_connected_item.h Finish exorcising the old DRC system. 5 years ago
board_design_settings.cpp more cleanup about removing useless include 5 years ago
board_item_container.h Migrate PcbNew project settings to new framework 5 years ago
board_items_to_polygon_shape_transform.cpp more cleanup about removing useless include 5 years ago
build_BOM_from_board.cpp more cleanup about removing useless include 5 years ago
class_board.cpp Implement groups for modedit. 5 years ago
class_board.h Annotate the board class with if it is for a footprint edit/view 5 years ago
class_board_item.cpp more cleanup about removing useless include 5 years ago
class_dimension.cpp Fix inches being sometimes used instead of mils 5 years ago
class_dimension.h Add mils to units, remove useMils variables 5 years ago
class_drawsegment.cpp A DRAWSEGMENT can be stroked *and* filled. 5 years ago
class_drawsegment.h Make DRAWSEGMENT::GetRectCorners return vector 5 years ago
class_edge_mod.cpp more cleanup about removing useless include 5 years ago
class_edge_mod.h VIEW::ViewGetLOD() returns double now instead of int. 5 years ago
class_marker_pcb.cpp more cleanup about removing useless include 5 years ago
class_marker_pcb.h Migrate RC_ITEM to use shared_ptr 5 years ago
class_module.cpp Implement groups for modedit. 5 years ago
class_module.h Implement groups for modedit. 5 years ago
class_pad.cpp Add mils to units, remove useMils variables 5 years ago
class_pad.h Standardize pad type enums 5 years ago
class_pcb_group.cpp Implement groups for modedit. 5 years ago
class_pcb_target.cpp more cleanup about removing useless include 5 years ago
class_pcb_target.h Removed const modifier for returned non-reference types 5 years ago
class_pcb_text.cpp more cleanup about removing useless include 5 years ago
class_pcb_text.h pcbnew: implement GetEffectiveShape() for tracks/vias/arcs/texts 5 years ago
class_text_mod.cpp Add mils to units, remove useMils variables 5 years ago
class_text_mod.h EDA_TEXT: Use actual draw rotation angle to generate the effective shape. 5 years ago
class_track.cpp Add mils to units, remove useMils variables 5 years ago
class_track.h Remove confusion between pad->IsOnLayer and pad->IsPadOnLayer 5 years ago
class_zone.cpp Add mils to units, remove useMils variables 5 years ago
class_zone.h Implement visual zone dumping and fix the default fill algo setting. 5 years ago
cleanup_item.cpp more cleanup about removing useless include 5 years ago
cleanup_item.h Finish exorcising the old DRC system. 5 years ago
collectors.cpp Implement groups for modedit. 5 years ago
collectors.h Naming conventions. 5 years ago
convert_drawsegment_list_to_polygon.cpp Add mils to units, remove useMils variables 5 years ago
cross-probing.cpp more cleanup about removing useless include 5 years ago
eagle_plugin.cpp Add mils to units, remove useMils variables 5 years ago
eagle_plugin.h eagle: Change font size calculation 5 years ago
edit.cpp more cleanup about removing useless include 5 years ago
edit_track_width.cpp more cleanup about removing useless include 5 years ago
files.cpp pcbnew: Add "All supported formats" drop-down to the "Import Non Kicad Board" file dialog 5 years ago
footprint_edit_frame.cpp Implement groups for modedit. 5 years ago
footprint_edit_frame.h ADDED: Appearance panel for footprint editor 5 years ago
footprint_editor_settings.cpp Add mils to units, remove useMils variables 5 years ago
footprint_editor_utils.cpp ADDED: Appearance panel for footprint editor 5 years ago
footprint_info_impl.cpp more cleanup about removing useless include 5 years ago
footprint_info_impl.h Use binary search on Footprint Info list. 7 years ago
footprint_libraries_utils.cpp Implement groups for modedit. 5 years ago
footprint_preview_panel.cpp Fix inches being sometimes used instead of mils 5 years ago
footprint_preview_panel.h Improve color theme support in the footprint preview widget 5 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 more cleanup about removing useless include 5 years ago
footprint_viewer_frame.h Add snapping to eeschema 5 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 more cleanup about removing useless include 5 years ago
footprint_wizard_frame.h Add snapping to eeschema 5 years ago
footprint_wizard_frame_functions.cpp more cleanup about removing useless include 5 years ago
fp_tree_model_adapter.cpp Migrate PcbNew project settings to new framework 5 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 more cleanup about removing useless include 5 years ago
gpcb_plugin.h Comment-only changes 6 years ago
graphics_cleaner.cpp more cleanup about removing useless include 5 years ago
graphics_cleaner.h Migrate RC_ITEM to use shared_ptr 5 years ago
grid_layer_box_helpers.cpp ADDED: Enable color themes for PcbNew printing 5 years ago
grid_layer_box_helpers.h In-place editing for footprint TEXTE_MODULEs. 7 years ago
initpcb.cpp more cleanup about removing useless include 5 years ago
invoke_pcb_dialog.h Implement a new settings framework across all of KiCad 6 years ago
io_mgr.cpp CADSTAR PCB Archive Importer: Move code into common/plugins and pcbnew/plugins folders 5 years ago
io_mgr.h Implement groups for modedit. 5 years ago
kicad_clipboard.cpp Fix broken layer names used when saving a footprint from library. 5 years ago
kicad_clipboard.h Convert parent-less module items to board items on paste. 5 years ago
kicad_plugin.cpp Implement groups for modedit. 5 years ago
kicad_plugin.h Implement groups for modedit. 5 years ago
layer_widget.cpp Remove all debugging output that cannot be disabled. 5 years ago
layer_widget.h Performance improvements for Gerber loading. 6 years ago
legacy_plugin.cpp Standardize pad type enums 5 years ago
legacy_plugin.h Comment-only changes 6 years ago
load_select_footprint.cpp Cleanup. No changes to execution. 5 years ago
menubar_footprint_editor.cpp Rename "Keepout" to "Rule Area" 5 years ago
menubar_pcb_editor.cpp Move microwave tools into a group on the main drawing toolbar 5 years ago
netinfo.h Remove unused nets when updating PCB. 5 years ago
netinfo_item.cpp Add mils to units, remove useMils variables 5 years ago
netinfo_list.cpp more cleanup about removing useless include 5 years ago
pad_custom_shape_functions.cpp more cleanup about removing useless include 5 years ago
pad_naming.cpp Standardize pad type enums 5 years ago
pad_naming.h Pcbnew: Array tool should not number NPTHs 7 years ago
pcb_base_edit_frame.cpp Add mils to units, remove useMils variables 5 years ago
pcb_base_edit_frame.h Remove PCB_LAYER_WIDGET 5 years ago
pcb_base_frame.cpp Implement groups for modedit. 5 years ago
pcb_display_options.cpp ADDED: Control to only show ratsnest for visible layers 5 years ago
pcb_draw_panel_gal.cpp Clean up terminology around active & high contrast layers. 5 years ago
pcb_draw_panel_gal.h Add hittesting for worksheets in Pcbnew and Eeschema. 6 years ago
pcb_edit_frame.cpp more cleanup about removing useless include 5 years ago
pcb_edit_frame.h Move microwave tools into a group on the main drawing toolbar 5 years ago
pcb_expr_evaluator.cpp Fix inches being sometimes used instead of mils 5 years ago
pcb_expr_evaluator.h pcb_new: CONNECTIVITY_DATA now keeps a cache of DRC from-tos 5 years ago
pcb_layer_box_selector.cpp ADDED: Enable color themes for PcbNew printing 5 years ago
pcb_layer_box_selector.h Make indeterminate control states clearer for the user. 6 years ago
pcb_origin_transforms.cpp Add the PCB_ORIGIN_TRANSFORMS class 5 years ago
pcb_origin_transforms.h Cleanup. No changes to execution. 5 years ago
pcb_painter.cpp Clean up terminology around active & high contrast layers. 5 years ago
pcb_painter.h PCB_RENDER_SETTINGS: added SetZoneDisplayMode() method 5 years ago
pcb_parser.cpp Add advance config variable to skip bounding box loading on footprints 5 years ago
pcb_parser.h Implement groups for modedit. 5 years ago
pcb_plot_params.cpp Remove PCBNEW_SETTINGS dependence from PCB_PLOT_PARAMS 5 years ago
pcb_plot_params.h Move specialized plotter classes from plotter.h to specific plotter_xx.h 5 years ago
pcb_plot_params_parser.h Comment-only changes 6 years ago
pcb_screen.cpp more cleanup about removing useless include 5 years ago
pcb_view.cpp Rename class GROUP in pcbnew to PCB_GROUP 5 years ago
pcb_view.h Implement Get/Set display options 6 years ago
pcbnew.cpp Rename CopyFile() to KiCopyFile() to avoid name colliding with a windows header. 5 years ago
pcbnew.h Code cleanup: remove useless wx/wx.h include inside a few files. 5 years ago
pcbnew.icns Update MacOS icons 8 years ago
pcbnew.rc Remove old xpm icons files 14 years ago
pcbnew_config.cpp more cleanup about removing useless include 5 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 Move microwave tools into a group on the main drawing toolbar 5 years ago
pcbnew_printout.cpp Fix printing for introduction of zone layers and meta items. 5 years ago
pcbnew_printout.h Add support for print-as-per-items-tab. 5 years ago
pcbnew_settings.cpp Add mils to units, remove useMils variables 5 years ago
pcbnew_settings.h Move microwave tools into a group on the main drawing toolbar 5 years ago
pcbplot.cpp more cleanup about removing useless include 5 years ago
pcbplot.h Implement changes for Sketch Pads to Fab Layers. 6 years ago
plot_board_layers.cpp more cleanup about removing useless include 5 years ago
plot_brditems_plotter.cpp Rect, Round Rect, Oval, Trapezoid (rotated) pads now use flashed apertures. 5 years ago
plotcontroller.h Change more enums over to scoped enums 6 years ago
plugin.cpp Minor code cleanup: remove useless include or useless code. 5 years ago
sel_layer.cpp more cleanup about removing useless include 5 years ago
text_mod_grid_table.cpp Add mils to units, remove useMils variables 5 years ago
text_mod_grid_table.h Switch to scoped enums 6 years ago
toolbars_footprint_editor.cpp more cleanup about removing useless include 5 years ago
toolbars_footprint_viewer.cpp Add a palette to the toolbars to display groups of actions 5 years ago
toolbars_pcb_editor.cpp Turn the toolbar context menus into unique_ptr for easier management 5 years ago
tracks_cleaner.cpp more cleanup about removing useless include 5 years ago
tracks_cleaner.h Make via cleaning options clearer. 5 years ago
undo_redo.cpp Implement groups for modedit. 5 years ago
zone_filler.cpp Standardize pad type enums 5 years ago
zone_filler.h Move DebugZoneFiller to advanced config. 5 years ago
zone_settings.cpp more cleanup about removing useless include 5 years ago
zone_settings.h Rename "Keepout" to "Rule Area" 5 years ago
zones.h Rename "Keepout" to "Rule Area" 5 years ago
zones_by_polygon.cpp more cleanup about removing useless include 5 years ago
zones_functions_for_undo_redo.cpp more cleanup about removing useless include 5 years ago
zones_functions_for_undo_redo.h Convert UNDO_REDO_T to an enum class 5 years ago
zones_test_and_combine_areas.cpp more cleanup about removing useless include 5 years ago