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 c1ae2fd0a8 Typo 8 years ago
..
autorouter fix code after renaming files 8 years ago
dialogs fix misspelled 'an other' -> 'another' 8 years ago
exporters Remove code related to Gerber job file old format writer, as this format does not exist now. 8 years ago
github Don't cache github libraries above nginx server. 8 years ago
import_dxf DIALOG_GRAPHIC_ITEM_PROPERTIES: fix a not very understandable error message (especially when Dwgs.User layer is disabled). 8 years ago
microwave Changed PCB_BASE_FRAME::CreateNewModule() to stop adding modules to the board 8 years ago
pcad2kicadpcb_plugin Don't cache github libraries above nginx server. 8 years ago
python Typo 8 years ago
router Allow connections to no-net items in Highlight Collisions mode. 8 years ago
specctra_import_export Switch zone fillets to absolute-error algorithm. 8 years ago
swig Wrapping left-over debug printf() in DBG() 8 years ago
tools Break a track when placing a via on it. 8 years ago
CMakeLists.txt Don't install Python shell when wxPython support is disabled. 8 years ago
Doxyfile_python Fixes typo in doxygen-python, and fixes unitest TestCase().discover on python < 2.7 12 years ago
Doxyfile_xml Adds target to build doxygen-python documentation, that take 12 years ago
Info.plist macOS: standardise CFBundleName to application names. 8 years ago
action_plugin.cpp Fix for crash due to pcbnew_action_plugin object tracking 8 years ago
action_plugin.h Fix for crash due to pcbnew_action_plugin object tracking 8 years ago
append_board_to_current.cpp Refactor post-load actions in PcbNew and apply them consistently 8 years ago
array_creator.cpp Renamed D_PAD::{Set,Get}PadName() to D_PAD::{Set,Get}Name() 8 years ago
array_creator.h Enhancements in Create array tool (bad parameters detection and disable parms when not applicable) 10 years ago
attribut.cpp fix code after renaming files 8 years ago
block.cpp Decouple vias from tracks in selection filter 8 years ago
block_footprint_editor.cpp rename files: replace module by footprint in dialog filenames 8 years ago
board_commit.cpp Don't set dirty bit when adding MARKERs. 8 years ago
board_commit.h Don't set dirty bit when adding MARKERs. 8 years ago
board_connected_item.cpp rename files 8 years ago
board_connected_item.h rename files 8 years ago
board_design_settings.cpp rename files 8 years ago
board_item_container.h Doxygen comment improvements. 8 years ago
board_items_to_polygon_shape_transform.cpp DrawGraphicText: remove a static variable, and replace it (when needed) by a new parameter in argument list. 8 years ago
board_netlist_updater.cpp Standardize copper zones 8 years ago
board_netlist_updater.h Fixed compilation warnings 8 years ago
build_BOM_from_board.cpp fix code after renaming files 8 years ago
class_board.cpp fix misspelled 'an other' -> 'another' 8 years ago
class_board.h rename files 8 years ago
class_board_item.cpp DRAWSEGMENT, S_POLYGON shape: remove useless copies or conversion to std::vector<wxPoint> of SHPE_POLY_SET polygon shape. 8 years ago
class_dimension.cpp Change dimension style to improve display and be more standard 8 years ago
class_dimension.h pcbnew: fix graphical polygon movement, rotation, flipping and edit points synchronization. 8 years ago
class_drawsegment.cpp Add EDA_RECT hit test for S_POLYGON 8 years ago
class_drawsegment.h DRAWSEGMENT, S_POLYGON shape: remove useless copies or conversion to std::vector<wxPoint> of SHPE_POLY_SET polygon shape. 8 years ago
class_edge_mod.cpp Fix pads and footprints rendering switches behavior 8 years ago
class_edge_mod.h Fix pads and footprints rendering switches behavior 8 years ago
class_marker_pcb.cpp Fix code after renaming files 8 years ago
class_marker_pcb.h Rename a few files 8 years ago
class_module.cpp Clarify timestamp type for wxDateTime 8 years ago
class_module.h class MODULE: use timestamp_t instead of time_t in SetLastEditTime and GetLastEditTime, like in all other methods using a time stamp. 8 years ago
class_pad.cpp Do not draw pads on hidden copper layers. 8 years ago
class_pad.h pcbnew: fixes in primitives->custom pad tool 8 years ago
class_pcb_target.cpp fix code after renaming files 8 years ago
class_pcb_target.h pcbnew: fix graphical polygon movement, rotation, flipping and edit points synchronization. 8 years ago
class_pcb_text.cpp Coverity fixes 8 years ago
class_pcb_text.h Fix missing include. 8 years ago
class_text_mod.cpp Replace previous hidden text commit with a LOD-based one. 8 years ago
class_text_mod.h Fix pads and footprints rendering switches behavior 8 years ago
class_track.cpp Make sure segments read from file are in correct order. 8 years ago
class_track.h rename files 8 years ago
class_zone.cpp Switch zone fillets to absolute-error algorithm. 8 years ago
class_zone.h Respect 45-degree mode when set from zone dialog. 8 years ago
collectors.cpp Layers setup management: Warn user if some removed layers are in use in footprints loaded on the board. 8 years ago
collectors.h Do not allow selecting tracks if they are hidden 8 years ago
connect.cpp Pcbnew, legacy mode: fix ratsnest display artifacts when finishing or removing a track 8 years ago
connectivity_algo.cpp pcbnew: CONNECTIVITY_ALGO should always mark newly added nets as dirty 8 years ago
connectivity_algo.h fix misspelled 'an other' -> 'another' 8 years ago
connectivity_data.cpp Fix unnecessary value parameter detected by clang-tidy. - Replace value parameter by const reference parameter or move-assignement in some cases 8 years ago
connectivity_data.h Move zone out-of-date check to the right place. 8 years ago
controle.cpp fix code after renaming files 8 years ago
convert_drawsegment_list_to_polygon.cpp Switch zone fillets to absolute-error algorithm. 8 years ago
cross-probing.cpp Standardize capitalization 8 years ago
deltrack.cpp Pcbnew, legacy mode: fix ratsnest display artifacts when finishing or removing a track 8 years ago
dimension.cpp DIALOG_GRAPHIC_ITEM_PROPERTIES: fix a not very understandable error message (especially when Dwgs.User layer is disabled). 8 years ago
drag.h Removed legacy connectivity/ratsnest algorithm, replaced with the new one. No legacy autorouting for the moment 8 years ago
dragsegm.cpp Fix code after renaming files 8 years ago
drc.cpp Don't set dirty bit when adding MARKERs. 8 years ago
drc.h fix misspelled 'an other' -> 'another' 8 years ago
drc_clearance_test_functions.cpp Don't set dirty bit when adding MARKERs. 8 years ago
drc_item.cpp rename files 8 years ago
drc_marker_functions.cpp rename files 8 years ago
eagle_plugin.cpp Eagle Import: Correct layer set based on cream setting and rotate rectangles 8 years ago
eagle_plugin.h Eagle PCB import: handle 'roundness' DRC rule (SMD rounded rectangles) 8 years ago
edgemod.cpp Add WX_TEXT_ENTRY_DIALOG which inherits from DIALOG_SHIM. 8 years ago
edit.cpp Remove a useless file and move the 2 methods to suitable files. 8 years ago
edit_pcb_text.cpp fix code after renaming files 8 years ago
edit_track_width.cpp fix code after renaming files 8 years ago
editedge.cpp fix code after renaming files 8 years ago
editrack-part2.cpp rename files 8 years ago
editrack.cpp Pcbnew, legacy mode: fix ratsnest display artifacts when finishing or removing a track 8 years ago
edtxtmod.cpp fix code after renaming files 8 years ago
event_handlers_tracks_vias_sizes.cpp fix code after renaming files 8 years ago
files.cpp Pcbnew: avoid useless validation dialog about modifications when closing pcbnew or opening a file, when the initial board is empty. 8 years ago
footprint_edit_frame.cpp Fix compile issues under some compilers. 8 years ago
footprint_edit_frame.h Update status bar and toolbars on language change. 8 years ago
footprint_editor_onclick.cpp Don't allow many context-menu commands for NEW/MOVED items. 8 years ago
footprint_editor_options.cpp rename files 8 years ago
footprint_editor_utils.cpp fix misspelled 'allows to' -> 'allows one to' 8 years ago
footprint_info_impl.cpp Move timestamp setting where it will alwasy get set. 8 years ago
footprint_info_impl.h Move timestamp setting where it will alwasy get set. 8 years ago
footprint_libraries_utils.cpp Changed PCB_BASE_FRAME::CreateNewModule() to stop adding modules to the board 8 years ago
footprint_preview_panel.cpp fix code after file renaming 8 years ago
footprint_preview_panel.h refactoring: wrapped boost::optional in OPT<> class for the purpose of easier transition to C++17 in the future 8 years ago
footprint_viewer_frame.cpp Don't clear old footprint till after user has hit OK. 8 years ago
footprint_viewer_frame.h Init Footprint Viewer with current FPID. 8 years ago
footprint_wizard.cpp Fix code after renaming files. Minor other fix. 8 years ago
footprint_wizard.h Fix code after renaming files. Minor other fix. 8 years ago
footprint_wizard_frame.cpp Don't make user click twice to toggle checkbox in wxGrid. 8 years ago
footprint_wizard_frame.h Fix code after renaming files. Minor other fix. 8 years ago
footprint_wizard_frame_functions.cpp Notify clients when GRID_TRICKS toggles checkboxes. 8 years ago
globaleditpad.cpp Fix bug: Pressing Enter in the Move Relative dialog doesn't close the dialog. 8 years ago
gpcb_plugin.cpp Don't cache github libraries above nginx server. 8 years ago
gpcb_plugin.h Don't cache github libraries above nginx server. 8 years ago
help_common_strings.h Standardize terminology for automatic zoom to "Zoom to Fit". 8 years ago
highlight.cpp fix code after renaming files 8 years ago
hotkeys.cpp Add a hotkey to control net highlighting 8 years ago
hotkeys.h Add a hotkey to control net highlighting 8 years ago
hotkeys_board_editor.cpp Fix up file menu and hotkeys 8 years ago
hotkeys_footprint_editor.cpp rename files 8 years ago
initpcb.cpp fix code after renaming files 8 years ago
invoke_pcb_dialog.h Layers setup management: Warn user if some removed layers are in use in footprints loaded on the board. 8 years ago
io_mgr.cpp Fix footprint wizard setup of gEDA libraries. 8 years ago
io_mgr.h Don't cache github libraries above nginx server. 8 years ago
kicad_clipboard.cpp Fix pasting BOARD_ITEMs containing Unicode characters 8 years ago
kicad_clipboard.h Improved copy/paste functionality by Kristoffer: 8 years ago
kicad_netlist_reader.cpp Count pins instead of using netcount as a proxy. 8 years ago
kicad_plugin.cpp Don't save broken polygon 8 years ago
kicad_plugin.h Don't cache github libraries above nginx server. 8 years ago
layer_widget.cpp Ensure router layer is visible. 8 years ago
layer_widget.h Coverity fixes 8 years ago
legacy_netlist_reader.cpp UI string normalization. 8 years ago
legacy_plugin.cpp Don't cache github libraries above nginx server. 8 years ago
legacy_plugin.h Don't cache github libraries above nginx server. 8 years ago
load_select_footprint.cpp Don't clear old footprint till after user has hit OK. 8 years ago
magnetic_tracks_functions.cpp fix code after renaming files 8 years ago
menubar_footprint_editor.cpp Fix memory leak and push menu change to other apps. 8 years ago
menubar_pcb_editor.cpp Fix memory leak and push menu change to other apps. 8 years ago
microwave.cpp Changed PCB_BASE_FRAME::CreateNewModule() to stop adding modules to the board 8 years ago
minimun_spanning_tree.cpp fix LSET() constructors, formatting 11 years ago
minimun_spanning_tree.h More missing source license fixes. 11 years ago
move-drag_pads.cpp Fix code after renaming files 8 years ago
move_or_drag_track.cpp fix code after renaming files 8 years ago
muwave_command.cpp fix code after renaming files 8 years ago
netclass.cpp fix code after renaming files 8 years ago
netclass.h rename files 8 years ago
netinfo.h fix code after renaming files 8 years ago
netinfo_item.cpp rename files 8 years ago
netinfo_list.cpp fix code after renaming files 8 years ago
netlist.cpp Refresh track & via net names after netlist update 8 years ago
netlist_reader.cpp Fix quotes in UI messages 8 years ago
netlist_reader.h Doxygen comment improvements. 8 years ago
onleftclick.cpp Don't clear old footprint till after user has hit OK. 8 years ago
onrightclick.cpp fix misspelled 'an other' -> 'another' 8 years ago
pad_custom_shape_functions.cpp pcbnew: fixes in primitives->custom pad tool 8 years ago
pad_draw_functions.cpp Ensure that we are drawing holes and outlines 8 years ago
pad_edition_functions.cpp rename files 8 years ago
pcb_base_edit_frame.cpp Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 8 years ago
pcb_base_edit_frame.h Fix code after renaming files 8 years ago
pcb_base_frame.cpp Add a method to facilitate Tools handling in main frame toolbars. 8 years ago
pcb_display_options.cpp rename files 8 years ago
pcb_draw_panel_gal.cpp Do not draw pads on hidden copper layers. 8 years ago
pcb_draw_panel_gal.h Use worksheet bounding box when the board is empty 8 years ago
pcb_edit_frame.cpp Pcbnew: avoid useless validation dialog about modifications when closing pcbnew or opening a file, when the initial board is empty. 8 years ago
pcb_edit_frame.h Check zone fills for being out-of-date during DRC. 8 years ago
pcb_footprint_edit_utils.cpp Update ratsnest after a footprint change 8 years ago
pcb_general_settings.cpp Fix compil warnings 8 years ago
pcb_general_settings.h Share certain settings between board and footprint editor 8 years ago
pcb_layer_box_selector.cpp rename files 8 years ago
pcb_layer_box_selector.h DIALOG_GRAPHIC_ITEM_PROPERTIES: fix a not very understandable error message (especially when Dwgs.User layer is disabled). 8 years ago
pcb_layer_widget.cpp Ensure router layer is visible. 8 years ago
pcb_layer_widget.h Merge PCB_LAYER_WIDGET::SyncRenderStates into ReFillRender 8 years ago
pcb_legacy_draw_utils.cpp rename files 8 years ago
pcb_netlist.cpp Add footprint select dropdown to component chooser, serious refactoring 9 years ago
pcb_netlist.h Count pins instead of using netcount as a proxy. 8 years ago
pcb_painter.cpp PCB_PAINTER: use dynamic_cast to determine whether an object is of EDA_ITEM type 8 years ago
pcb_painter.h Fix a minor issue in pad editor dialog: in GAL mode, the pad was sometimes shown in outline mode, sometimes in filled mode 8 years ago
pcb_parser.cpp Make sure segments read from file are in correct order. 8 years ago
pcb_parser.h refactoring: wrapped boost::optional in OPT<> class for the purpose of easier transition to C++17 in the future 8 years ago
pcb_plot_params.cpp rename files: update filenames in sources 8 years ago
pcb_plot_params.h rename files: update filenames in sources 8 years ago
pcb_plot_params_parser.h Removed all exception specifiers since deprecated. 8 years ago
pcb_screen.cpp rename files 8 years ago
pcb_view.cpp Remove some extra semicolons 8 years ago
pcb_view.h Removed unused variables in PCB_VIEW 8 years ago
pcbnew.cpp fix misspelled 'an other' -> 'another' 8 years ago
pcbnew.h Switch zone fillets to absolute-error algorithm. 8 years ago
pcbnew.icns Update MacOS icons 8 years ago
pcbnew.rc Remove old xpm icons files 14 years ago
pcbnew_config.cpp Fix strings for save/load project menu options; standardize on "Load" 8 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 Retire auto-delete-old-track from toolbar. 8 years ago
pcbplot.cpp fix code after renaming files 8 years ago
pcbplot.h Fix a few doxygen warnings 8 years ago
plot_board_layers.cpp fix misspelled 'an other' -> 'another' 8 years ago
plot_brditems_plotter.cpp Fix regression in plotting %R and %V text. 8 years ago
plotcontroller.h plotcontroller: add method to get the current plot full file name and the current plot folder full path from Python script. 10 years ago
plugin.cpp Go back to checking individual file timestamps. 8 years ago
print_board_functions.cpp Minor fixes (fix a compil warning, and a incorrectly sized dialog) 8 years ago
printout_controler.cpp Fix code after renaming files 8 years ago
printout_controler.h Add more "override" markers. 9 years ago
protos.h Code cleaning: add comments, better names for a function, simplify code. No actual code change. 9 years ago
ratsnest.cpp fix code after renaming files 8 years ago
ratsnest_data.cpp fix compil issue in kicad.i and a minor compil warning 8 years ago
ratsnest_data.h Fix a few doxygen warnings 8 years ago
ratsnest_viewitem.cpp Fix unnecessary value parameter detected by clang-tidy. - Replace value parameter by const reference parameter or move-assignement in some cases 8 years ago
ratsnest_viewitem.h Code formatting and clean-up 8 years ago
sel_layer.cpp fix code after file renaming 8 years ago
swap_layers.cpp move and swap layers: make changes undoable. 8 years ago
target_edit.cpp fix code after renaming files 8 years ago
tool_footprint_editor.cpp Standardize capitalization 8 years ago
tool_footprint_viewer.cpp Fix memory leak and push menu change to other apps. 8 years ago
tool_onrightclick.cpp fix code after renaming files 8 years ago
tool_pcb_editor.cpp Retire auto-delete-old-track from toolbar. 8 years ago
toolbars_update_user_interface.cpp Retire auto-delete-old-track from toolbar. 8 years ago
tracks_cleaner.cpp Track cleaner: make option "Delete dangling tracks" working again. 8 years ago
undo_redo.cpp fix code after renaming files 8 years ago
zone_filler.cpp Don't refill if zone fills aren't out-of-date. 8 years ago
zone_filler.h Move zone out-of-date check to the right place. 8 years ago
zone_settings.cpp Respect 45-degree mode when set from zone dialog. 8 years ago
zone_settings.h rename files 8 years ago
zones.h * Python scripting: brings pad.GetZoneConnection() and in example pad.SetZoneConnection(pcbnew.PAD_ZONE_CONN_FULL) to full workable. 10 years ago
zones_by_polygon.cpp fix misspelled 'an other' -> 'another' 8 years ago
zones_by_polygon_fill_functions.cpp Check zone fills for being out-of-date during DRC. 8 years ago
zones_functions_for_undo_redo.cpp fix misspelled 'an other' -> 'another' 8 years ago
zones_functions_for_undo_redo.h Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number. 13 years ago
zones_test_and_combine_areas.cpp fix code after file renaming 8 years ago