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.
 
 
 
 
 
jean-pierre charras d57f5b1a2c DIALOG_GENDRILL: fix incorrect initialization of drill coord origin option 5 years ago
..
autorouter Rationalize footprint bounding boxes and cache all of them. 5 years ago
board_stackup_manager Don't update thickness unless it really changed. 5 years ago
connectivity Switch to using make_shared in another place 5 years ago
dialogs DIALOG_GENDRILL: fix incorrect initialization of drill coord origin option 5 years ago
drc DRC: allow testing against particular diff pair membership 5 years ago
exporters Use std::locale::classic() globally 5 years ago
import_gfx Grammar 5 years ago
microwave Rationalize footprint bounding boxes and cache all of them. 5 years ago
netlist_reader Allow netclass assignents to unnamed nets. 5 years ago
plugins When saving footprint to library don't detach from board too early. 5 years ago
python Fix pcbnewshell not showing namespace inspector tools 5 years ago
ratsnest Don't show ratsnest on layers hidden by contrast mode 5 years ago
router Coverity fixes for issues 314755, 316287, 324536, 324539, and 324539. 5 years ago
specctra_import_export Don't allow exponential notation in specctra export. 5 years ago
swig Don't hardcode the file extensions where possible 5 years ago
tools Do not allow drag selection or drag move when already moving something 5 years ago
widgets Worksheet -> (industry standard) Drawing Sheet. 5 years ago
CMakeLists.txt Fix some layout issues in board stackup pane. 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 Fix some issues with reloading of action plugins 5 years ago
action_plugin.h Fix some issues with reloading of action plugins 5 years ago
array_creator.cpp MODULE -> FOOTPRINT. 5 years ago
array_creator.h Make distinction between PCBNew-wide tools and Board-specific tools. 5 years ago
array_pad_name_provider.cpp MODULE -> FOOTPRINT. 5 years ago
array_pad_name_provider.h More cleanup of MODULE to see if it fixes SWIG error. 5 years ago
board.cpp Rationalize footprint bounding boxes and cache all of them. 5 years ago
board.h Thread safety for new caches (which are also used during zone fill). 5 years ago
board_commit.cpp Fix group undo/redo bugs. 5 years ago
board_commit.h Formatting. 5 years ago
board_connected_item.cpp Comments. 5 years ago
board_connected_item.h Fix the last of broken Doxygen comment specifiers. 5 years ago
board_design_settings.cpp More complete fix for crasher JP found. 5 years ago
board_item.cpp Implement GetEffectiveShape() for PCB_TARGET_Ts. 5 years ago
board_item_container.h Add bulk add/remove mode flag to the BOARD_LISTENER 5 years ago
board_items_to_polygon_shape_transform.cpp Implement TransformShapeWithClearanceToPolygon for DIMENSIONs. 5 years ago
build_BOM_from_board.cpp "comp" -> "symbol". 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 Show dragging tools in context selection menu for components 5 years ago
collectors.h Show dragging tools in context selection menu for components 5 years ago
convert_drawsegment_list_to_polygon.cpp Don't treat success == true as "we got an outline". 5 years ago
convert_drawsegment_list_to_polygon.h Separate polygonization error from chaining error. 5 years ago
cross-probing.cpp Fix pcbnew cross probing ignoring the disabling of the cross probing zoom to fit setting 5 years ago
dimension.cpp Do not change orientation when moving orthogonal dimensions 5 years ago
dimension.h Implement TransformShapeWithClearanceToPolygon for DIMENSIONs. 5 years ago
edit.cpp Use ShowQuasiModal to show a few dialogs. 5 years ago
edit_track_width.cpp Fix change in preference panel name. 5 years ago
edit_zone_helpers.cpp Don't revert commit after user has OK'ed the dialog. 5 years ago
files.cpp Pcbnew: use MRU path when opening files in standalone mode 5 years ago
footprint.cpp Fix footprint hittesting. (How in the world did that compile?) 5 years ago
footprint.h Bounding box caching comments. 5 years ago
footprint_edit_frame.cpp Make sure axesEnabled is set before saving config. 5 years ago
footprint_edit_frame.h Make sure the title is updated when file is saved/reverted/etc. 5 years ago
footprint_editor_settings.cpp Worksheet -> (industry standard) Drawing Sheet. 5 years ago
footprint_editor_utils.cpp Fix another case of treating a modal return result as a bool. 5 years ago
footprint_info_impl.cpp Coding policy fixes. 5 years ago
footprint_info_impl.h Replace wxTextFile for writing fp info cache 5 years ago
footprint_libraries_utils.cpp Make sure the title is updated when file is saved/reverted/etc. 5 years ago
footprint_preview_panel.cpp Used cached footprints without check in preview 5 years ago
footprint_preview_panel.h Remove multi-threading for footprint loading. 5 years ago
footprint_tree_pane.cpp More Module -> Footprint and a bit of formatting cleanup. 5 years ago
footprint_tree_pane.h Pinning for library trees in FPEditor and SymbolEditor. 6 years ago
footprint_viewer_frame.cpp Make sure axesEnabled is set before saving config. 5 years ago
footprint_viewer_frame.h More Undo/Redo Cleanup. 5 years ago
footprint_wizard.cpp Fix code after renaming files. Minor other fix. 8 years ago
footprint_wizard.h MODULE -> FOOTPRINT. 5 years ago
footprint_wizard_frame.cpp FOOTPRINT_WIZARD_FRAME: minor fixes. 5 years ago
footprint_wizard_frame.h More Undo/Redo Cleanup. 5 years ago
footprint_wizard_frame_functions.cpp FOOTPRINT_WIZARD_FRAME: minor fixes. 5 years ago
fp_shape.cpp Don't make assumptions about what layers things are on. 5 years ago
fp_shape.h Add parent property to footprint children. 5 years ago
fp_text.cpp Show variable references of text in status bar. 5 years ago
fp_text.h Add parent property to footprint children. 5 years ago
fp_text_grid_table.cpp Whack-a-mole on another case of "module". 5 years ago
fp_text_grid_table.h Whack-a-mole on another case of "module". 5 years ago
fp_tree_model_adapter.cpp Fix library tree behavior when duplicate project table entry is disabled. 5 years ago
fp_tree_model_adapter.h Formatting and naming conventions. 5 years ago
fp_tree_synchronizing_adapter.cpp Fix library tree behavior when duplicate project table entry is disabled. 5 years ago
fp_tree_synchronizing_adapter.h Formatting and naming conventions. 5 years ago
generate_footprint_info.cpp Used cached footprints without check in preview 5 years ago
generate_footprint_info.h Convert Place Footprint to component tree. 7 years ago
graphics_cleaner.cpp Mostly formatting cleanup but a few type-casting cleanups too. 5 years ago
graphics_cleaner.h MODULE -> FOOTPRINT. 5 years ago
grid_layer_box_helpers.cpp Don't reset focus flag yet on non-GTK platforms. It's required. 5 years ago
grid_layer_box_helpers.h Dismiss the layer selector grid combobox when it loses focus 5 years ago
initpcb.cpp Formatting. 5 years ago
invoke_pcb_dialog.h MODULE -> FOOTPRINT. 5 years ago
io_mgr.cpp pcbnew: Add Fabmaster import 5 years ago
io_mgr.h Non-Kicad Project Importers: Fix the creation of project fp libraries 5 years ago
kicad_clipboard.cpp Fix typo 5 years ago
kicad_clipboard.h Remove shadowing of identical base m_parser member 5 years ago
load_select_footprint.cpp Preserve Uuids when editing board footprints. 5 years ago
menubar_footprint_editor.cpp Move canvas backend selection to Preferences. 5 years ago
menubar_pcb_editor.cpp Disable commands in SingleTop 5 years ago
netinfo.h Fix the last of broken Doxygen comment specifiers. 5 years ago
netinfo_item.cpp Fix minor compil warnings. 5 years ago
netinfo_list.cpp More consistent naming. 5 years ago
pad.cpp Fix pad clearance bounding box and initial display 5 years ago
pad.h Add parent property to footprint children. 5 years ago
pad_custom_shape_functions.cpp Make sure custom shaped pad primitives get their parents set. 5 years ago
pad_naming.cpp D_PAD -> PAD. 5 years ago
pad_naming.h D_PAD -> PAD. 5 years ago
pcb_base_edit_frame.cpp Don't create project files unconditionally when importing boards 5 years ago
pcb_base_edit_frame.h Remove some dead code. A little bit of comment cleanup as well. 5 years ago
pcb_base_frame.cpp More exception var disuse warnings 5 years ago
pcb_display_options.cpp ADDED: Control to only show ratsnest for visible layers 5 years ago
pcb_draw_panel_gal.cpp Round 2 of Worksheet -> Drawing Sheet. 5 years ago
pcb_draw_panel_gal.h Round 2 of Worksheet -> Drawing Sheet. 5 years ago
pcb_edit_frame.cpp Don't hardcode the file extensions where possible 5 years ago
pcb_edit_frame.h Inform user (and bail on UpdatePCB) if annotation failed. 5 years ago
pcb_expr_evaluator.cpp Fix shadowing fix that caused logic bug and different shadowing 5 years ago
pcb_expr_evaluator.h Performance improvements for DRC rules. 5 years ago
pcb_group.cpp Coding policy fixes. 5 years ago
pcb_layer_box_selector.cpp Code cleanup: remove include wx.h from pcb_plot_params.h. 5 years ago
pcb_layer_box_selector.h Make indeterminate control states clearer for the user. 6 years ago
pcb_marker.cpp Don't put up double lock confirmation dialogs. 5 years ago
pcb_marker.h Make wxFindReplaceData argument const 5 years ago
pcb_origin_transforms.cpp Add more consts all over the place 5 years ago
pcb_origin_transforms.h Add more consts all over the place 5 years ago
pcb_painter.cpp Rationalize footprint bounding boxes and cache all of them. 5 years ago
pcb_painter.h Only apply B&W printer fixes when printing. 5 years ago
pcb_plot_params.cpp Remove unused line width option 5 years ago
pcb_plot_params.h Remove unused line width option 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_shape.cpp Don't make assumptions about what layers things are on. 5 years ago
pcb_shape.h fp shape, ARC: fix incorrect arc end position after flipping/mirroring. 5 years ago
pcb_target.cpp Don't make assumptions about what layers things are on. 5 years ago
pcb_target.h PCB_TARGET: add missing GetMsgPanelInfo() virtual function. 5 years ago
pcb_text.cpp Do not recalculate center from boundaries when flipping 5 years ago
pcb_text.h Make wxFindReplaceData argument const 5 years ago
pcb_view.cpp Round 2 of Worksheet -> Drawing Sheet. 5 years ago
pcb_view.h Naming conventions. 5 years ago
pcbnew.cpp Don't hardcode the file extensions where possible 5 years ago
pcbnew.h Code cleanup: remove useless wx/wx.h include inside a few files. 5 years ago
pcbnew.icns Update icon resource sets 5 years ago
pcbnew.rc Add win32 version manifest block 5 years ago
pcbnew_config.cpp Round 2 of Worksheet -> Drawing Sheet. 5 years ago
pcbnew_config.h Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 8 years ago
pcbnew_doc.icns Update icon resource sets 5 years ago
pcbnew_id.h Cleanup. Push more editing functions to toolset. 5 years ago
pcbnew_printout.cpp Set unprinted layer colors to background. 5 years ago
pcbnew_printout.h Fix the last of broken Doxygen comment specifiers. 5 years ago
pcbnew_settings.cpp Fix footprint editor default grid 5 years ago
pcbnew_settings.h Remove unused line width parameter 5 years ago
pcbplot.cpp Resolve text variables in title blocks for outputing to netlist. 5 years ago
pcbplot.h Make small drill marks size configurable via advanced config for both printing and plotting 5 years ago
plot_board_layers.cpp Pcbnew, plot files: fix very poor shape of trapezoid pads having a non null 5 years ago
plot_brditems_plotter.cpp Gerber plotter: prepare optimization of aperture macros type free polygons. 5 years ago
plotcontroller.h Change more enums over to scoped enums 6 years ago
plugin.cpp Non-Kicad Project Importers: Fix the creation of project fp libraries 5 years ago
sel_layer.cpp Cancel placement of via if user cancels layer selection. 5 years ago
toolbars_footprint_editor.cpp Use standard mirror icons & terminology. 5 years ago
toolbars_footprint_viewer.cpp Icons: fix incorrect icon in footprint browser 5 years ago
toolbars_pcb_editor.cpp Disable commands in SingleTop 5 years ago
track.cpp Make sure layer gets passed in to rules evaluation. 5 years ago
track.h Remove errant printf 5 years ago
tracks_cleaner.cpp Honor locking in cleanup ops 5 years ago
tracks_cleaner.h Consider tracks and vias together 5 years ago
undo_redo.cpp Round 2 of Worksheet -> Drawing Sheet. 5 years ago
zone.cpp Make sure layer gets passed in to rules evaluation. 5 years ago
zone.h Add missing const to Matches 5 years ago
zone_filler.cpp Make sure layer gets passed in to rules evaluation. 5 years ago
zone_filler.h Fix issues with zone filling connectivity locking 5 years ago
zone_settings.cpp Remove some "class_" prefixes from files. 5 years ago
zone_settings.h Update some classnames including archaic zone names. 5 years ago
zones.h Update some classnames including archaic zone names. 5 years ago
zones_functions_for_undo_redo.cpp Remove some "class_" prefixes from files. 5 years ago
zones_functions_for_undo_redo.h Convert UNDO_REDO_T to an enum class 5 years ago