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.
 
 
 
 
 
Roberto Fernandez Bautista a9eb83201e Remove ZONE::ClearFilledPolysList() and fix ZONE::Unfill() 5 years ago
..
autorouter Rationalize footprint bounding boxes and cache all of them. 5 years ago
board_stackup_manager Rework bitmap system to load from archived PNGs 5 years ago
connectivity Connectivity: just pick the most popular net to update conflicting clusters 5 years ago
dialogs Panel Edit Options: Fix "Show Page Limits" tooltip message 5 years ago
drc Implement isCoupledDiffPair() DRC rule function. 5 years ago
exporters wrml exporter: optimize circle to segment approximation. 5 years ago
import_gfx Formatting. 5 years ago
microwave Rationalize footprint bounding boxes and cache all of them. 5 years ago
netlist_reader Make sure we have different strings for past & future tense. 5 years ago
plugins add missing include for wxWidgets 3.1.4 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 Change wording of corner rounding action 5 years ago
specctra_import_export Pcbnew: add footprint keepouts to Specctra DSN exporter. 5 years ago
swig Include optimization: move some things from common.h to point-of-use 5 years ago
tools Remove ZONE::ClearFilledPolysList() and fix ZONE::Unfill() 5 years ago
widgets Rework bitmap system to load from archived PNGs 5 years ago
CMakeLists.txt Remove deprecated BRIGHT_BOX preview item 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 Added a lot of consts and refactored a few lines 5 years ago
board.h Add insideFrontCourtyard and insideBackCourtyard DRC functions. 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 Added a lot of consts and refactored a few lines 5 years ago
build_BOM_from_board.cpp Include optimization: move some things from common.h to point-of-use 5 years ago
cleanup_item.cpp more cleanup about removing useless include 5 years ago
cleanup_item.h Added a lot of consts and refactored a few lines 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 Pcbnew: fix dimensions text rotation and position. 5 years ago
dimension.h Rework bitmap system to load from archived PNGs 5 years ago
edit.cpp Formatting. 5 years ago
edit_track_width.cpp Fix change in preference panel name. 5 years ago
edit_zone_helpers.cpp Do not auto-refill zones when added or edited 5 years ago
files.cpp Include optimization: move some things from common.h to point-of-use 5 years ago
footprint.cpp Tweak PCB selection behavior to reduce unintuitive behavior 5 years ago
footprint.h Rework bitmap system to load from archived PNGs 5 years ago
footprint_edit_frame.cpp Include optimization: move some things from common.h to point-of-use 5 years ago
footprint_edit_frame.h Refresh lib trees after editing library tables. 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 Include optimization: move some things from common.h to point-of-use 5 years ago
footprint_info_impl.h Replace wxTextFile for writing fp info cache 5 years ago
footprint_libraries_utils.cpp Include optimization: move some things from common.h to point-of-use 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 Keep focus on filter boxes in footprint viewer 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 Improve naming. 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 Include optimization: move some things from common.h to point-of-use 5 years ago
fp_shape.h Rework bitmap system to load from archived PNGs 5 years ago
fp_text.cpp Rework bitmap system to load from archived PNGs 5 years ago
fp_text.h Rework bitmap system to load from archived PNGs 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 Handle exceptions thrown by footprint library table 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 Rework bitmap system to load from archived PNGs 5 years ago
menubar_pcb_editor.cpp ADDED: pcbnew - stackup / characteristics table 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 Include optimization: move some things from common.h to point-of-use 5 years ago
pad.cpp Rework bitmap system to load from archived PNGs 5 years ago
pad.h Rework bitmap system to load from archived PNGs 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 Reduce scope of some view repaints to improve performance 5 years ago
pcb_display_options.cpp Improve naming. 5 years ago
pcb_draw_panel_gal.cpp Include optimization: move some things from common.h to point-of-use 5 years ago
pcb_draw_panel_gal.h Round 2 of Worksheet -> Drawing Sheet. 5 years ago
pcb_edit_frame.cpp Improve naming. 5 years ago
pcb_edit_frame.h export_vrml: Better export of pad shapes, both on copper and paste layers. 5 years ago
pcb_expr_evaluator.cpp Implement isCoupledDiffPair() DRC rule function. 5 years ago
pcb_expr_evaluator.h Performance improvements for DRC rules. 5 years ago
pcb_group.cpp ADDED: pcbnew - stackup / characteristics table 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 Rework bitmap system to load from archived PNGs 5 years ago
pcb_marker.h Rework bitmap system to load from archived PNGs 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 Fix yet another edge case in B&W printing of holes. 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 Include optimization: move some things from common.h to point-of-use 5 years ago
pcb_shape.h Rework bitmap system to load from archived PNGs 5 years ago
pcb_target.cpp Rework bitmap system to load from archived PNGs 5 years ago
pcb_target.h Rework bitmap system to load from archived PNGs 5 years ago
pcb_text.cpp Rework bitmap system to load from archived PNGs 5 years ago
pcb_text.h Rework bitmap system to load from archived PNGs 5 years ago
pcb_view.cpp Round 2 of Worksheet -> Drawing Sheet. 5 years ago
pcb_view.h Cleanup (no functional changes). 5 years ago
pcbnew.cpp Include optimization: move some things from common.h to point-of-use 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_config.cpp Avoid double-redraw on board load 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 ADDED Option to disable automatic zone filling in pcbnew 5 years ago
pcbnew_settings.h ADDED Option to disable automatic zone filling in pcbnew 5 years ago
pcbplot.cpp Added a lot of consts and refactored a few lines 5 years ago
pcbplot.h Added a lot of consts and refactored a few lines 5 years ago
plot_board_layers.cpp Added a lot of consts and refactored a few lines 5 years ago
plot_brditems_plotter.cpp Include optimization: move some things from common.h to point-of-use 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 Rework bitmap system to load from archived PNGs 5 years ago
toolbars_footprint_viewer.cpp Rework bitmap system to load from archived PNGs 5 years ago
toolbars_pcb_editor.cpp Include optimization: move some things from common.h to point-of-use 5 years ago
track.cpp Rework bitmap system to load from archived PNGs 5 years ago
track.h Rework bitmap system to load from archived PNGs 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 Remove ZONE::ClearFilledPolysList() and fix ZONE::Unfill() 5 years ago
zone.h Remove ZONE::ClearFilledPolysList() and fix ZONE::Unfill() 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