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 efe5658a9b Fix bug Bug #1432165 (fp lib table dialog editor not shown on XFCE and Unity) 11 years ago
..
autorouter Fix some coverity and cppcheck warnings (most are very minor issues: not initialized members and initialized but not used variables) 11 years ago
dialogs Fix bug Bug #1432165 (fp lib table dialog editor not shown on XFCE and Unity) 11 years ago
exporters Remove a few coverity warnings. Fix some comments which were incorrect, due to the changes in code. Remove not compiled code (kept as comments), now outdated or useless 11 years ago
github Coverity error fixes. 11 years ago
import_dxf Fix some coverity warnings (mainly not initialized vars). 11 years ago
pcad2kicadpcb_plugin Try to fix Bug #1431391 (Unable to edit pins in Schematic library editor). It happens on XFCE, but also on Unity. This fix works on Unity. (it is due to the fact the dialog is not raised, for an unknown reason, and this bug depend on the way Eeschema and Libedit are run). 11 years ago
router router: respect NPTH holes too 11 years ago
scripting Pcbnew: better display of tracks/vias/grid in toolbar. All: modify the zoom value shown in toolbar or status bar (roughly now zoom 1.0 is near the 1:1 scale, on a 22 inches Monitor). Fix also many other minor and very minor issues 11 years ago
tools Try to fix Bug #1431391 (Unable to edit pins in Schematic library editor). It happens on XFCE, but also on Unity. This fix works on Unity. (it is due to the fact the dialog is not raised, for an unknown reason, and this bug depend on the way Eeschema and Libedit are run). 11 years ago
CMakeLists.txt Merged the differential pair router & length tuning tool. 11 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 Try some new Mac support ideas. 12 years ago
append_board_to_current.cpp Pcbnew: add append board function, only available when Pcbnew is run in standalone mode (outside a project), to allow a basic panelization. 11 years ago
attribut.cpp Renamed BOARD_CONNECTED_ITEM::GetNet() -> GetNetCode() 12 years ago
basepcbframe.cpp Code cleaning: Remove EDA_BASE_FRAME::m_FrameName member which is a duplicate of wxFrame name. 11 years ago
block.cpp Pcbnew: Fix potential bug in DRAG_SEGM_PICKER (a variable type bool was used as int. type is now int). Minor code cleanup. 11 years ago
block_module_editor.cpp Remove a few coverity warnings. Fix some comments which were incorrect, due to the changes in code. Remove not compiled code (kept as comments), now outdated or useless 11 years ago
board_items_to_polygon_shape_transform.cpp Fix minor bug #1429990 (3D viewer shows hidden footprint graphic texts ). Fix minor coverity warnings (not initialized members and dead code) 11 years ago
board_undo_redo.cpp undo should work on pads too (GAL view) 11 years ago
build_BOM_from_board.cpp Pcbnew: fix crash when undoing a move exact pad in board editor. 11 years ago
class_board.cpp Remove a few coverity warnings. Fix some comments which were incorrect, due to the changes in code. Remove not compiled code (kept as comments), now outdated or useless 11 years ago
class_board.h Merged lp:~john-j-beard/kicad/moveexact. 11 years ago
class_board_connected_item.cpp Pcbnew: fix Bug #1422093 (pcbnew crashes after editing a footprint cominng from the board with the fp editor and saving it on a librray and trying to load it to the board) 11 years ago
class_board_connected_item.h Fix a bug in ClassOf which crashes Pcbnew when its argument is NULL. It fixes bug #1329364. 12 years ago
class_board_design_settings.cpp Remove a few coverity warnings. Fix some comments which were incorrect, due to the changes in code. Remove not compiled code (kept as comments), now outdated or useless 11 years ago
class_board_item.cpp Coverity report fixes. 11 years ago
class_dimension.cpp Fix some coverity warnings (mainly not initialized vars). 11 years ago
class_dimension.h 1) Add 32 Cu Layers. 11 years ago
class_drawsegment.cpp Merged lp:~john-j-beard/kicad/moveexact. 11 years ago
class_drawsegment.h Merged the differential pair router & length tuning tool. 11 years ago
class_drc_item.cpp Pcbnew: fix issues and potential issues when reading board files and mainly old board files, and enhance the DRC tests and Delete Single Pad Net option when reading a netlist: 11 years ago
class_edge_mod.cpp Fix bug in footrpint editor when creating circular arrays. (fixes lp:1424331) 11 years ago
class_edge_mod.h Fix bug in footrpint editor when creating circular arrays. (fixes lp:1424331) 11 years ago
class_footprint_wizard.cpp Allow plugins to be reloaded without closing/opening pcbnew, next step is plugin editor, just a few lines away... 13 years ago
class_footprint_wizard.h Allow plugins to be reloaded without closing/opening pcbnew, next step is plugin editor, just a few lines away... 13 years ago
class_marker_pcb.cpp class_marker IsOnLayer() 11 years ago
class_marker_pcb.h Minot fixes: Minor coding style issues fix (tab -> spaces). Add missing GetClass to all classes derived from EDA_ITEM. Make debug method Show() only compiled in debug mode. 11 years ago
class_mire.cpp Pcbnew: simplify draw code in default canvas and plot functions by removing the plot LINE option, which is not existing in all plotters, not existing in opengl/cairo canvas, and not usefull in default canvas. 11 years ago
class_mire.h Fix absence of PCB_TARGET class in python interface. 11 years ago
class_module.cpp Fix Bug #1431423 (pcbnew: edited 3d model filename is not saved). 11 years ago
class_module.h Rework on 3D viewer. Fix some issues, some optimizations and better rendering. 11 years ago
class_netclass.cpp Remove a few coverity warnings. Fix some comments which were incorrect, due to the changes in code. Remove not compiled code (kept as comments), now outdated or useless 11 years ago
class_netclass.h Remove a few coverity warnings. Fix some comments which were incorrect, due to the changes in code. Remove not compiled code (kept as comments), now outdated or useless 11 years ago
class_netinfo.h Pcbnew: fix Bug #1422093 (pcbnew crashes after editing a footprint cominng from the board with the fp editor and saving it on a librray and trying to load it to the board) 11 years ago
class_netinfo_item.cpp Pcbnew: fix Bug #1413701 (Segfault on highlight "unconnected" net 0 in Pcbnew ). Also, remove now useless code and other very minor fixes. 11 years ago
class_netinfolist.cpp Pcbnew: fix Bug #1422093 (pcbnew crashes after editing a footprint cominng from the board with the fp editor and saving it on a librray and trying to load it to the board) 11 years ago
class_pad.cpp Merged the differential pair router & length tuning tool. 11 years ago
class_pad.h Merged the differential pair router & length tuning tool. 11 years ago
class_pad_draw_functions.cpp More Coverity scan error fix goodness. 11 years ago
class_pcb_layer_box_selector.cpp LAYER_ID work 11 years ago
class_pcb_layer_box_selector.h More Coverity scan error fix goodness. 11 years ago
class_pcb_layer_widget.cpp Pcbnew, layers manager: Fix an annoying bug I added in rev 5359, in Render options: in Board editor many render options were not displayed (similar fp editor mode). 11 years ago
class_pcb_layer_widget.h Modedit: now shows a specific layers manager, which allows user to select the technical layer which is used when adding a new graphic text or outline to the current footprint. 11 years ago
class_pcb_text.cpp More Coverity scan error fix goodness. 11 years ago
class_pcb_text.h Code formatting. 11 years ago
class_text_mod.cpp Fix issue #1429665 (eeschema doesn't recognize .sch file when the LIBS section is empty. But the section is not used, just a comment, therefore can be empty). 11 years ago
class_text_mod.h Implemented TEXTE_MODULE::GetShownText 11 years ago
class_track.cpp More Coverity scan error fix goodness. 11 years ago
class_track.h Fix many doxygen warnings (due to missing info, old comments, typo ...) when building the doxygen doc. 11 years ago
class_zone.cpp Pcbnew: fix issues and potential issues when reading board files and mainly old board files, and enhance the DRC tests and Delete Single Pad Net option when reading a netlist: 11 years ago
class_zone.h Pcbnew: fix issues and potential issues when reading board files and mainly old board files, and enhance the DRC tests and Delete Single Pad Net option when reading a netlist: 11 years ago
class_zone_settings.cpp 1) Add 32 Cu Layers. 11 years ago
class_zone_settings.h More missing source license fixes. 11 years ago
classpcb.cpp Pcbnew: simplify draw code in default canvas and plot functions by removing the plot LINE option, which is not existing in all plotters, not existing in opengl/cairo canvas, and not usefull in default canvas. 11 years ago
clean.cpp Pcbnew: fix Bug #1418135 (scrollbars never shown in design rules dialog, in netclasses grid list, which prevent to use many netclasses). Also fix very minor other issues. 11 years ago
collectors.cpp More work on module texts, and especially on the collector 11 years ago
collectors.h Remove a few coverity warnings. Fix some comments which were incorrect, due to the changes in code. Remove not compiled code (kept as comments), now outdated or useless 11 years ago
connect.cpp More Coverity scan error fixes. 11 years ago
connect.h More Coverity scan error fixes. 11 years ago
controle.cpp Add hight contrast option in Modedit. In hight contrast mode, solder masks and solder paste are shown. 11 years ago
cross-probing.cpp Cross-probing pcbnew<->eeschema (GAL). 11 years ago
deltrack.cpp Pcbnew: fix bug #142348 (airwire does not always appear after deleting a track). Very minor other fixes. 11 years ago
dimension.cpp LAYER_ID work 11 years ago
drag.h More Coverity scan error fixes. 11 years ago
dragsegm.cpp Pcbnew, layers manager: Fix an annoying bug I added in rev 5359, in Render options: in Board editor many render options were not displayed (similar fp editor mode). 11 years ago
drc.cpp Fix some coverity warnings (mainly not initialized vars). 11 years ago
drc_clearance_test_functions.cpp use LSET::any() whereever possible and avoid conversion to integral type 11 years ago
drc_marker_functions.cpp Pcbnew: add drc test for texts on copper layer (only in full drc test, not in on line drc), from a patch sent by Simon Schumann 11 years ago
drc_stuff.h Pcbnew: fix issues and potential issues when reading board files and mainly old board files, and enhance the DRC tests and Delete Single Pad Net option when reading a netlist: 11 years ago
eagle_plugin.cpp More Coverity scan error fixes. 11 years ago
eagle_plugin.h More Coverity scan error fixes. 11 years ago
edgemod.cpp Modedit: now shows a specific layers manager, which allows user to select the technical layer which is used when adding a new graphic text or outline to the current footprint. 11 years ago
edit.cpp Pcbnew, legacy mode: add Hotkey for editing module with module editor (Ctrl-E) 11 years ago
edit_pcb_text.cpp 1) Add 32 Cu Layers. 11 years ago
edit_track_width.cpp More missing source license fixes. 11 years ago
editedge.cpp Pcbnew: simplify draw code in default canvas and plot functions by removing the plot LINE option, which is not existing in all plotters, not existing in opengl/cairo canvas, and not usefull in default canvas. 11 years ago
editmod.cpp TEXTE_MODULE cleanup in preparation for text on different layers 11 years ago
editrack-part2.cpp TEXTE_MODULE cleanup in preparation for text on different layers 11 years ago
editrack.cpp Add hight contrast option in Modedit. In hight contrast mode, solder masks and solder paste are shown. 11 years ago
edtxtmod.cpp Modedit: now shows a specific layers manager, which allows user to select the technical layer which is used when adding a new graphic text or outline to the current footprint. 11 years ago
event_handlers_tracks_vias_sizes.cpp Pcbnew, export Solder masks in Gerber Format: fix not working export when the solder mask minimal width is not 0 (the exported shapes were the same as if the vule = 0) with boost version >= 1.56 11 years ago
files.cpp Minor fixes: fix issue Bug #1420910 (Linux specific). 11 years ago
footprint_wizard.cpp Pcbnew: fix ver minor issues. ModEdit: fix issue in GAL mode: when importing a footprint from the footprint wizard, the new footprint was not shown. 11 years ago
footprint_wizard_frame.cpp Code cleaning: Remove EDA_BASE_FRAME::m_FrameName member which is a duplicate of wxFrame name. 11 years ago
footprint_wizard_frame.h Fix default menu alt key accelerator bug. (fixes lp:1035151) 11 years ago
globaleditpad.cpp More missing source license fixes. 11 years ago
gpcb_plugin.cpp Fix a typo. 11 years ago
gpcb_plugin.h Pcbnew: Geda plugin fixes. 12 years ago
help_common_strings.h make microwave toolbar accessible from menu (Bug #1285425 ) 12 years ago
highlight.cpp Renamed BOARD_CONNECTED_ITEM::GetNet() -> GetNetCode() 12 years ago
hotkeys.cpp Pcbnew, legacy mode: add Hotkey for editing module with module editor (Ctrl-E) 11 years ago
hotkeys.h Pcbnew, legacy mode: add Hotkey for editing module with module editor (Ctrl-E) 11 years ago
hotkeys_board_editor.cpp Pcbnew, legacy mode: add Hotkey for editing module with module editor (Ctrl-E) 11 years ago
hotkeys_module_editor.cpp Merged lp:~john-j-beard/kicad/moveexact. 11 years ago
initpcb.cpp Pcbnew: better display of tracks/vias/grid in toolbar. All: modify the zoom value shown in toolbar or status bar (roughly now zoom 1.0 is near the 1:1 scale, on a 22 inches Monitor). Fix also many other minor and very minor issues 11 years ago
invoke_pcb_dialog.h ModEdit: add a settings menu option(and the corresponding dialog) to set default values used when creating a footprint or add graphic items to a footprint being edited. 11 years ago
io_mgr.cpp IO_MGR::PCB_FILE_T IO_MGR::GuessPluginTypeFromLibPath() : better test for KICAD type footprint libraries: previoulsy, just test if a library name ends with .pretty, which is not enough. 11 years ago
io_mgr.h Jettison FP_LIB_TABLE::ConvertFromLegacy() into a static function, where it 12 years ago
kicad_netlist_reader.cpp More Coverity scan error fix goodness. 11 years ago
kicad_plugin.cpp Remove a few coverity warnings. Fix some comments which were incorrect, due to the changes in code. Remove not compiled code (kept as comments), now outdated or useless 11 years ago
kicad_plugin.h 1) Add 32 Cu Layers. 11 years ago
layer_widget.cpp Fixed a few memory leaks and Valgrind warnings. 11 years ago
layer_widget.h Modedit: now shows a specific layers manager, which allows user to select the technical layer which is used when adding a new graphic text or outline to the current footprint. 11 years ago
legacy_netlist_reader.cpp Lots of Coverity scan error fixes. 11 years ago
legacy_plugin.cpp Remove a few coverity warnings. Fix some comments which were incorrect, due to the changes in code. Remove not compiled code (kept as comments), now outdated or useless 11 years ago
legacy_plugin.h 1) Add 32 Cu Layers. 11 years ago
librairi.cpp ModEdit: add a settings menu option(and the corresponding dialog) to set default values used when creating a footprint or add graphic items to a footprint being edited. 11 years ago
loadcmp.cpp Merged the differential pair router & length tuning tool. 11 years ago
magnetic_tracks_functions.cpp Eeschema code cleanup and coverity fixes. 11 years ago
menubar_modedit.cpp ModEdit: add a settings menu option(and the corresponding dialog) to set default values used when creating a footprint or add graphic items to a footprint being edited. 11 years ago
menubar_pcbframe.cpp Code formatting. 11 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
modedit.cpp Merged the differential pair router & length tuning tool. 11 years ago
modedit_onclick.cpp Add create array tool 11 years ago
modedit_undo_redo.cpp More missing source license fixes. 11 years ago
modeditoptions.cpp Footprint editor: set the default footprint text size to 1 mm. Minor cleaning code. Very minor other fixes. 11 years ago
module_editor_frame.h Merged lp:~john-j-beard/kicad/moveexact. 11 years ago
moduleframe.cpp Fix minor issues: plot svg did not handle dashed lines. 11 years ago
modules.cpp Pcbnew: Fix potential bug in DRAG_SEGM_PICKER (a variable type bool was used as int. type is now int). Minor code cleanup. 11 years ago
modview_frame.cpp Code cleaning: Remove EDA_BASE_FRAME::m_FrameName member which is a duplicate of wxFrame name. 11 years ago
modview_frame.h Libview and Modview: fix issues relative to hotkeys (hardcoded keys instead of user defined keys) and not working tools and popup menus. 11 years ago
move-drag_pads.cpp Rework on env. variable KISYS3DMOD. Until now, was used in different files using different ways, so no consistency between files. 11 years ago
move_or_drag_track.cpp Fix some coverity warnings (mainly not initialized vars). 11 years ago
muonde.cpp Footprint Editor: New footprint creation: change defaults for ref and value texts: now Ref text is REF** and Value text is the footprint name. Also Value is put on fab layer (front) 11 years ago
muwave_command.cpp More missing source license fixes. 11 years ago
netlist.cpp Eeschema: fix bug #142970 (broken append sheet function) 11 years ago
netlist_reader.cpp Coverity error fixes. 11 years ago
netlist_reader.h More Coverity scan error fix goodness. 11 years ago
onleftclick.cpp Pcbnew: fix Bug #1370321 (Change Segment function applies last netclass used). 11 years ago
onrightclick.cpp Pcbnew, legacy mode: add Hotkey for editing module with module editor (Ctrl-E) 11 years ago
pad_edition_functions.cpp Pcbnew: Fix Bug #1420074 (Crash when a footprint is added to the board (or edited) from the footprint editor, if a new pad was added, because the net info of the new pad is broken in this case) 11 years ago
pcb_base_edit_frame.cpp Merged lp:~john-j-beard/kicad/moveexact. 11 years ago
pcb_base_edit_frame.h Extend arrays and duplicate to pcbnew (GAL and legacy), covering modules, text, lines, tracks, dimensions and targets. 11 years ago
pcb_draw_panel_gal.cpp bugfix: Pcbnew (Windows) crashes using selection tool in OpenGL or Cairo 11 years ago
pcb_draw_panel_gal.h Moved layers visibility synchronization to PCB_DRAW_PANEL_GAL::SyncLayersVisibility(). 11 years ago
pcb_netlist.cpp Eeschema fixes: fix Bug #1348983 save cmp file crashes cvpcb when eeschema is opened (backannotation crashes). Happens only when some footprint names are not set (blank names). 11 years ago
pcb_netlist.h Cvpcb: Add a tool to solve conflict assignments when the schematic netlist and the .cmp file do not contain the same assignment and both are valid fpid. 11 years ago
pcb_painter.cpp Footprint editor: set the default footprint text size to 1 mm. Minor cleaning code. Very minor other fixes. 11 years ago
pcb_painter.h Add hight contrast option in Modedit. In hight contrast mode, solder masks and solder paste are shown. 11 years ago
pcb_parser.cpp Remove a few coverity warnings. Fix some comments which were incorrect, due to the changes in code. Remove not compiled code (kept as comments), now outdated or useless 11 years ago
pcb_parser.h More Coverity scan error fixes. 11 years ago
pcb_plot_params.cpp Pcbnew: simplify draw code in default canvas and plot functions by removing the plot LINE option, which is not existing in all plotters, not existing in opengl/cairo canvas, and not usefull in default canvas. 11 years ago
pcb_plot_params.h Pcbnew: simplify draw code in default canvas and plot functions by removing the plot LINE option, which is not existing in all plotters, not existing in opengl/cairo canvas, and not usefull in default canvas. 11 years ago
pcb_plot_params_parser.h Pcbnew: simplify draw code in default canvas and plot functions by removing the plot LINE option, which is not existing in all plotters, not existing in opengl/cairo canvas, and not usefull in default canvas. 11 years ago
pcbframe.cpp Refinement for fix in 5497. 11 years ago
pcbnew.cpp Add hotkeys to Kicad manager, and some rework on hotkeys management. 11 years ago
pcbnew.h Add hight contrast option in Modedit. In hight contrast mode, solder masks and solder paste are shown. 11 years ago
pcbnew.icns [MacOSX] Updated Icons - Document ones still missing :( 13 years ago
pcbnew.rc Remove old xpm icons files 14 years ago
pcbnew_config.cpp Add hotkeys to Kicad manager, and some rework on hotkeys management. 11 years ago
pcbnew_config.h More migration towards single process, extend PROJECT::Config*() in proper direction, cleanups. 12 years ago
pcbnew_doc.icns Update OS X icns icons 16 years ago
pcbnew_id.h Merged the differential pair router & length tuning tool. 11 years ago
pcbplot.cpp Fix minor issues about translated strings and coding style. Add comment relative to file function info in X1 gerber file format. 11 years ago
pcbplot.h Fix minor issues about translated strings and coding style. Add comment relative to file function info in X1 gerber file format. 11 years ago
plot_board_layers.cpp Pcbnew: simplify draw code in default canvas and plot functions by removing the plot LINE option, which is not existing in all plotters, not existing in opengl/cairo canvas, and not usefull in default canvas. 11 years ago
plot_brditems_plotter.cpp Pcbnew: simplify draw code in default canvas and plot functions by removing the plot LINE option, which is not existing in all plotters, not existing in opengl/cairo canvas, and not usefull in default canvas. 11 years ago
plotcontroller.h Decouple PLOT_CONTROLLER from UI dependencies. 13 years ago
plugin.cpp Fix some issues in modview, relative to few incorrect use of some wxAuiManager functions. 12 years ago
print_board_functions.cpp Pcbnew: simplify draw code in default canvas and plot functions by removing the plot LINE option, which is not existing in all plotters, not existing in opengl/cairo canvas, and not usefull in default canvas. 11 years ago
printout_controler.cpp Gerbview: fix scaling error in x.6 file format. Minor cleaning code. 11 years ago
printout_controler.h 1) Add 32 Cu Layers. 11 years ago
protos.h Pcbnew: Fix potential bug in DRAG_SEGM_PICKER (a variable type bool was used as int. type is now int). Minor code cleanup. 11 years ago
ratsnest.cpp Minor and very minors fixes: move -DKICAD_USE_WEBKIT definition to the main CMakeLists.txt. Remove duplicate semi-colon at end of some lines. 11 years ago
ratsnest_data.cpp Minor fix to ratsnest algorithm (GAL). 11 years ago
ratsnest_data.h "Select net/connection" (GAL). 11 years ago
ratsnest_viewitem.cpp Added functions to resolve connectivity queries in ratsnest (GAL). 11 years ago
ratsnest_viewitem.h Minot fixes: Minor coding style issues fix (tab -> spaces). Add missing GetClass to all classes derived from EDA_ITEM. Make debug method Show() only compiled in debug mode. 11 years ago
sel_layer.cpp Rework on env. variable KISYS3DMOD. Until now, was used in different files using different ways, so no consistency between files. 11 years ago
specctra.cpp More Coverity scan error fix goodness. 11 years ago
specctra.h Try to fix Bug #1431391 (Unable to edit pins in Schematic library editor). It happens on XFCE, but also on Unity. This fix works on Unity. (it is due to the fact the dialog is not raised, for an unknown reason, and this bug depend on the way Eeschema and Libedit are run). 11 years ago
specctra.keywords ++all: 15 years ago
specctra_export.cpp Fix a bunch of Coverity scan "unhandled exception" errors. 11 years ago
specctra_import.cpp 1) Add 32 Cu Layers. 11 years ago
specctra_test.cpp Pcbnew: fix Bug #1413701 (Segfault on highlight "unconnected" net 0 in Pcbnew ). Also, remove now useless code and other very minor fixes. 11 years ago
swap_layers.cpp More missing source license fixes. 11 years ago
target_edit.cpp 1) Add 32 Cu Layers. 11 years ago
tool_modedit.cpp ModEdit: fix incorrect size of the toolbar grid size combo box 11 years ago
tool_modview.cpp Libview and Modview: fix issues relative to hotkeys (hardcoded keys instead of user defined keys) and not working tools and popup menus. 11 years ago
tool_onrightclick.cpp Pcbnew: better display of tracks/vias/grid sizes in toolbar 11 years ago
tool_pcb.cpp Pcbnew: fix crash when undoing a move exact pad in board editor. 11 years ago
toolbars_update_user_interface.cpp Add hight contrast option in Modedit. In hight contrast mode, solder masks and solder paste are shown. 11 years ago
tr_modif.cpp 1) Add 32 Cu Layers. 11 years ago
tracepcb.cpp Add hight contrast option in Modedit. In hight contrast mode, solder masks and solder paste are shown. 11 years ago
xchgmod.cpp Code formatting. 11 years ago
zone_filling_algorithm.cpp Modify usage of Inflate/deflate polygon in zone calculations, in order to be compatible with boost::polygon >= 1.56 11 years ago
zones.h More missing source license fixes. 11 years ago
zones_by_polygon.cpp Pcbnew: fix issues and potential issues when reading board files and mainly old board files, and enhance the DRC tests and Delete Single Pad Net option when reading a netlist: 11 years ago
zones_by_polygon_fill_functions.cpp merge tip in, resolve. 12 years ago
zones_convert_brd_items_to_polygons_with_Boost.cpp Pcbnew: fix Bug #1404191 (Zone filling fails when a zone inside having the same net and a highter priority exists, which is allowed to manage different fill parameters ) 11 years ago
zones_convert_to_polygons_aux_functions.cpp Pcbnew: fix Bug #1404191 (Zone filling fails when a zone inside having the same net and a highter priority exists, which is allowed to manage different fill parameters ) 11 years ago
zones_functions_for_undo_redo.cpp Enable file extension filters on OSX file dialog. 11 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_polygons_insulated_copper_islands.cpp Renamed BOARD_CONNECTED_ITEM::GetNet() -> GetNetCode() 12 years ago
zones_polygons_test_connections.cpp fix VIA::IsOnLayer() 11 years ago
zones_test_and_combine_areas.cpp Polyline.h: remove useless class CRect. Use the more powerful EDA_RECT instead. Clean and remove duplicate code. 11 years ago