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.
 
 
 
 
 
Tomasz Włostowski 81d1e17f02 refactoring: renamed pcbstruct.h to pcb_display_options.h, DISPLAY_OPTIONS->PCB_DISPLAY_OPTIONS 8 years ago
..
autorouter refactoring: renamed pcbstruct.h to pcb_display_options.h, DISPLAY_OPTIONS->PCB_DISPLAY_OPTIONS 8 years ago
dialogs refactoring: renamed pcbstruct.h to pcb_display_options.h, DISPLAY_OPTIONS->PCB_DISPLAY_OPTIONS 8 years ago
exporters refactoring: removed dependency of libpcbcommon on 3d-viewer. 8 years ago
github Rewrite class UTF8 to contain rather than extend std::string storage. 9 years ago
import_dxf rename dialog_dxf_import.fbp to dialog_dxf_import_base.fbp, like other .fpb files 8 years ago
microwave Renamed D_PAD::{Set,Get}PadName() to D_PAD::{Set,Get}Name() 8 years ago
pcad2kicadpcb_plugin Renamed D_PAD::{Set,Get}PadName() to D_PAD::{Set,Get}Name() 8 years ago
python Renamed D_PAD::{Set,Get}PadName() to D_PAD::{Set,Get}Name() 8 years ago
router refactoring: renamed pcbstruct.h to pcb_display_options.h, DISPLAY_OPTIONS->PCB_DISPLAY_OPTIONS 8 years ago
swig Eagle Project Import: Code cleanup and documentation. 8 years ago
tools refactoring: renamed pcbstruct.h to pcb_display_options.h, DISPLAY_OPTIONS->PCB_DISPLAY_OPTIONS 8 years ago
CMakeLists.txt GenCAD exporter: settings dialog 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 Changed the bundle identifier to org.kicad-pcb.<app> to follow the kicad domain name 10 years ago
append_board_to_current.cpp Improved various error messages 9 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 Renamed BOARD_CONNECTED_ITEM::GetNet() -> GetNetCode() 12 years ago
basepcbframe.cpp refactoring: renamed pcbstruct.h to pcb_display_options.h, DISPLAY_OPTIONS->PCB_DISPLAY_OPTIONS 8 years ago
block.cpp refactoring: renamed pcbstruct.h to pcb_display_options.h, DISPLAY_OPTIONS->PCB_DISPLAY_OPTIONS 8 years ago
block_module_editor.cpp pcbnew - refactor move exactly tool (1/2) 9 years ago
board_commit.cpp Fixed a memleak when no undo entry is requested in BOARD_COMMIT 8 years ago
board_commit.h Code formatting 9 years ago
board_item_container.h Doxygen comment improvements. 9 years ago
board_items_to_polygon_shape_transform.cpp replace "BasicShape" by "Primitive" in code, a better name 8 years ago
board_netlist_updater.cpp Renamed D_PAD::{Set,Get}PadName() to D_PAD::{Set,Get}Name() 8 years ago
board_netlist_updater.h Fixed compilation warnings 9 years ago
build_BOM_from_board.cpp Make footprint ID into a generic library ID. 9 years ago
class_action_plugin.cpp Very minor change in some sources: replace in comments CHANGE_LOG.TXT AUTHORS.txt 9 years ago
class_action_plugin.h Fix a few doxygen warnings 9 years ago
class_board.cpp refactoring: renamed pcbstruct.h to pcb_display_options.h, DISPLAY_OPTIONS->PCB_DISPLAY_OPTIONS 8 years ago
class_board.h Make the "No Net" mark color editable (mark for pads having no net name) 8 years ago
class_board_connected_item.cpp router: fixed possible use-after-free condition during segment dragging 8 years ago
class_board_connected_item.h Corrected Typo in documentation of GetClearance function 9 years ago
class_board_design_settings.cpp Refactor layer enumerations to all live in the same place 9 years ago
class_board_item.cpp Fixed a crash on finishing line drawing in the legacy FP editor 9 years ago
class_dimension.cpp refactoring: renamed pcbstruct.h to pcb_display_options.h, DISPLAY_OPTIONS->PCB_DISPLAY_OPTIONS 8 years ago
class_dimension.h Doxygen comment improvements. 9 years ago
class_drawsegment.cpp refactoring: renamed pcbstruct.h to pcb_display_options.h, DISPLAY_OPTIONS->PCB_DISPLAY_OPTIONS 8 years ago
class_drawsegment.h pcbnew: tools for converting between custom-shaped pads and graphical shapes 8 years ago
class_drc_item.cpp DRC connectivity check 9 years ago
class_edge_mod.cpp refactoring: renamed pcbstruct.h to pcb_display_options.h, DISPLAY_OPTIONS->PCB_DISPLAY_OPTIONS 8 years ago
class_edge_mod.h Move bitmaps.h out of base_struct.h 9 years ago
class_footprint_wizard.cpp Very minor change in some sources: replace in comments CHANGE_LOG.TXT AUTHORS.txt 9 years ago
class_footprint_wizard.h Very minor change in some sources: replace in comments CHANGE_LOG.TXT AUTHORS.txt 9 years ago
class_marker_pcb.cpp Refactor layer enumerations to all live in the same place 9 years ago
class_marker_pcb.h Refactor layer enumerations to all live in the same place 9 years ago
class_mire.cpp refactoring: renamed pcbstruct.h to pcb_display_options.h, DISPLAY_OPTIONS->PCB_DISPLAY_OPTIONS 8 years ago
class_mire.h Refactor layer enumerations to all live in the same place 9 years ago
class_module.cpp refactoring: removed dependency of libpcbcommon on 3d-viewer. 8 years ago
class_module.h refactoring: removed dependency of libpcbcommon on 3d-viewer. 8 years ago
class_netclass.cpp Fix compiler redefined warnings for FMT_IU 8 years ago
class_netclass.h Keep the default net class object per board, not static 8 years ago
class_netinfo.h Assure that NETINFO_ITEMs have a NETCLASS object assigned 9 years ago
class_netinfo_item.cpp Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 8 years ago
class_netinfolist.cpp further DLIST/Iterators cleanup, some code formatting 9 years ago
class_pad.cpp Pcbnew: fix issues with 360 deg angle arcs. 8 years ago
class_pad.h Minor fixes and enhancements 8 years ago
class_pad_custom_shape_functions.cpp Minor fixes and enhancements 8 years ago
class_pad_draw_functions.cpp refactoring: renamed pcbstruct.h to pcb_display_options.h, DISPLAY_OPTIONS->PCB_DISPLAY_OPTIONS 8 years ago
class_pcb_layer_box_selector.cpp Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 8 years ago
class_pcb_layer_box_selector.h Change from EDA_COLOR_T to COLOR4D globally; arbitrary color support 9 years ago
class_pcb_layer_widget.cpp refactoring: renamed pcbstruct.h to pcb_display_options.h, DISPLAY_OPTIONS->PCB_DISPLAY_OPTIONS 8 years ago
class_pcb_layer_widget.h Right click option to change layer and render color 8 years ago
class_pcb_text.cpp refactoring: renamed pcbstruct.h to pcb_display_options.h, DISPLAY_OPTIONS->PCB_DISPLAY_OPTIONS 8 years ago
class_pcb_text.h Updated HitTest for PCB_TEXT and TEXT_MOD 9 years ago
class_text_mod.cpp refactoring: renamed pcbstruct.h to pcb_display_options.h, DISPLAY_OPTIONS->PCB_DISPLAY_OPTIONS 8 years ago
class_text_mod.h Doxygen comment improvements. 9 years ago
class_track.cpp refactoring: renamed pcbstruct.h to pcb_display_options.h, DISPLAY_OPTIONS->PCB_DISPLAY_OPTIONS 8 years ago
class_track.h refactoring: renamed pcbstruct.h to pcb_display_options.h, DISPLAY_OPTIONS->PCB_DISPLAY_OPTIONS 8 years ago
class_zone.cpp refactoring: renamed pcbstruct.h to pcb_display_options.h, DISPLAY_OPTIONS->PCB_DISPLAY_OPTIONS 8 years ago
class_zone.h Zone keepout exclusion now works on multiple layers! 8 years ago
class_zone_settings.cpp Enable multi-layer for keepout zones 8 years ago
class_zone_settings.h Enable multi-layer for keepout zones 8 years ago
classpcb.cpp refactoring: renamed pcbstruct.h to pcb_display_options.h, DISPLAY_OPTIONS->PCB_DISPLAY_OPTIONS 8 years ago
clean.cpp pcbnew: Only remove one duplicate track -- not both 8 years ago
collectors.cpp Pcbnew: delete objects from removed layers. 8 years ago
collectors.h Pcbnew: delete objects from removed layers. 8 years ago
connect.cpp Multiple fixes: 9 years ago
connectivity.cpp pcbnew/copy&paste: multiple improvements: 8 years ago
connectivity.h Hide temporarily ratsnest when it is too complex for real-time calculation 8 years ago
connectivity_algo.cpp Fix incorrect format on Windows 32 bits (in a message only in Debug) 8 years ago
connectivity_algo.h pcbnew/copy&paste: multiple improvements: 8 years ago
controle.cpp refactoring: renamed pcbstruct.h to pcb_display_options.h, DISPLAY_OPTIONS->PCB_DISPLAY_OPTIONS 8 years ago
convert_drawsegment_list_to_polygon.cpp Fix a few doxygen warnings 9 years ago
cross-probing.cpp Renamed D_PAD::{Set,Get}PadName() to D_PAD::{Set,Get}Name() 8 years ago
deltrack.cpp Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 8 years ago
dimension.cpp Refactor layer enumerations to all live in the same place 9 years ago
drag.h Removed legacy connectivity/ratsnest algorithm, replaced with the new one. No legacy autorouting for the moment 9 years ago
dragsegm.cpp Code formatting and clean-up 9 years ago
drc.cpp DRC checks for keepout zones work on all layers 8 years ago
drc_clearance_test_functions.cpp replace "BasicShape" by "Primitive" in code, a better name 8 years ago
drc_marker_functions.cpp First draft of courtyard overlap detection. 9 years ago
drc_stuff.h DRC connectivity check 9 years ago
eagle_plugin.cpp Eagle board importer: enable rectangle on drawing layers 8 years ago
eagle_plugin.h Eagle PCB import plugin: handle correctly non-consecutive layer numbers 8 years ago
edgemod.cpp further DLIST/Iterators cleanup, some code formatting 9 years ago
edit.cpp refactoring: renamed pcbstruct.h to pcb_display_options.h, DISPLAY_OPTIONS->PCB_DISPLAY_OPTIONS 8 years ago
edit_pcb_text.cpp Refactor layer enumerations to all live in the same place 9 years ago
edit_track_width.cpp Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 8 years ago
editedge.cpp refactoring: renamed pcbstruct.h to pcb_display_options.h, DISPLAY_OPTIONS->PCB_DISPLAY_OPTIONS 8 years ago
editmod.cpp 3D Viewer: complete refactor of the 3D viewer. 10 years ago
editrack-part2.cpp Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 8 years ago
editrack.cpp refactoring: renamed pcbstruct.h to pcb_display_options.h, DISPLAY_OPTIONS->PCB_DISPLAY_OPTIONS 8 years ago
edtxtmod.cpp further DLIST/Iterators cleanup, some code formatting 9 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 Eeschema Eagle Import: Code clean-up and formatting 8 years ago
footprint_info_impl.cpp Pcbnew: plugin improvements. 9 years ago
footprint_info_impl.h Add footprint select dropdown to component chooser, serious refactoring 9 years ago
footprint_preview_panel.cpp Fp editor and board editor have now a separate color setup. 8 years ago
footprint_preview_panel.h Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 8 years ago
footprint_wizard.cpp Coding style fixes 9 years ago
footprint_wizard_frame.cpp refactoring: renamed pcbstruct.h to pcb_display_options.h, DISPLAY_OPTIONS->PCB_DISPLAY_OPTIONS 8 years ago
footprint_wizard_frame.h Fix a few doxygen warnings 9 years ago
globaleditpad.cpp further DLIST/Iterators cleanup, some code formatting 9 years ago
gpcb_plugin.cpp Minor trace logging improvements. 8 years ago
gpcb_plugin.h Pcbnew: plugin improvements. 9 years ago
help_common_strings.h library option reviewed and renamed, minor menu text changes 8 years ago
highlight.cpp Removed legacy connectivity/ratsnest algorithm, replaced with the new one. No legacy autorouting for the moment 9 years ago
hotkeys.cpp pcbnew: Configurable hotkeys for PNS 9 years ago
hotkeys.h pcbnew: prompt for reference point in the message panel, add cut/copy/paste entries in the Edit menu 8 years ago
hotkeys_board_editor.cpp refactoring: renamed pcbstruct.h to pcb_display_options.h, DISPLAY_OPTIONS->PCB_DISPLAY_OPTIONS 8 years ago
hotkeys_module_editor.cpp Add zoom-to-selection tool 10 years ago
initpcb.cpp Refactor layer enumerations to all live in the same place 9 years ago
invoke_pcb_dialog.h Fix a few doxygen warnings 9 years ago
io_mgr.cpp Eagle Project Import: Code cleanup and documentation. 8 years ago
io_mgr.h Eagle Project Import: Code cleanup and documentation. 8 years ago
kicad_clipboard.cpp Coverity fixes 8 years ago
kicad_clipboard.h Improved copy/paste functionality by Kristoffer: 8 years ago
kicad_netlist_reader.cpp Reverse commit 4011ed4e31c77d9ee885cc9262d0f0f89cad4fc6. 9 years ago
kicad_plugin.cpp refactoring: removed dependency of libpcbcommon on 3d-viewer. 8 years ago
kicad_plugin.h updating patch to master 8 years ago
layer_widget.cpp Right click option to change layer and render color 8 years ago
layer_widget.h Right click option to change layer and render color 8 years ago
legacy_netlist_reader.cpp Reverse commit 4011ed4e31c77d9ee885cc9262d0f0f89cad4fc6. 9 years ago
legacy_plugin.cpp refactoring: removed dependency of libpcbcommon on 3d-viewer. 8 years ago
legacy_plugin.h Pcbnew: plugin improvements. 9 years ago
librairi.cpp Eeschema Eagle Import: Code clean-up and formatting 8 years ago
loadcmp.cpp pcbnew: catch exceptions for missing modules during netlist update to avoid silent failure on first missing footprint 9 years ago
magnetic_tracks_functions.cpp Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 8 years ago
menubar_modedit.cpp pcbnew: prompt for reference point in the message panel, add cut/copy/paste entries in the Edit menu 8 years ago
menubar_pcbframe.cpp pcbnew: added graphical polygon drawing & editing tools 8 years ago
microwave.cpp pcbnew: tools for converting between custom-shaped pads and graphical shapes 8 years ago
minimun_spanning_tree.cpp fix LSET() constructors, formatting 12 years ago
minimun_spanning_tree.h More missing source license fixes. 11 years ago
modedit.cpp common/single_top: allow to launch footprint editor from the command line (--frame switch) 8 years ago
modedit_onclick.cpp Changed all Rotate 90 deg CW with Rotate Clockwise. Changed all Rotate 90 deg CCW with Rotate Counterclockwise 9 years ago
modeditoptions.cpp refactoring: renamed pcbstruct.h to pcb_display_options.h, DISPLAY_OPTIONS->PCB_DISPLAY_OPTIONS 8 years ago
module_editor_frame.h common/single_top: allow to launch footprint editor from the command line (--frame switch) 8 years ago
moduleframe.cpp refactoring: renamed pcbstruct.h to pcb_display_options.h, DISPLAY_OPTIONS->PCB_DISPLAY_OPTIONS 8 years ago
modules.cpp refactoring: renamed pcbstruct.h to pcb_display_options.h, DISPLAY_OPTIONS->PCB_DISPLAY_OPTIONS 8 years ago
modview_frame.cpp Fp editor and board editor have now a separate color setup. 8 years ago
modview_frame.h Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 8 years ago
move-drag_pads.cpp Removed legacy connectivity/ratsnest algorithm, replaced with the new one. No legacy autorouting for the moment 9 years ago
move_or_drag_track.cpp refactoring: renamed pcbstruct.h to pcb_display_options.h, DISPLAY_OPTIONS->PCB_DISPLAY_OPTIONS 8 years ago
muwave_command.cpp Renamed remaining constants to match the action (see ab44e7cc) 9 years ago
netlist.cpp Fixed a memleak in PCB_EDIT_FRAME::LoadFootprints() 8 years ago
netlist_reader.cpp Reverse commit 4011ed4e31c77d9ee885cc9262d0f0f89cad4fc6. 9 years ago
netlist_reader.h Doxygen comment improvements. 9 years ago
onleftclick.cpp Make internal errors messages not translatable 8 years ago
onrightclick.cpp library option reviewed and renamed, minor menu text changes 8 years ago
pad_edition_functions.cpp replace "BasicShape" by "Primitive" in code, a better name 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 PcbNew Eagle Import: Archives footprints in pretty library automatically on eagle project import. 8 years ago
pcb_display_options.cpp refactoring: renamed pcbstruct.h to pcb_display_options.h, DISPLAY_OPTIONS->PCB_DISPLAY_OPTIONS 8 years ago
pcb_draw_panel_gal.cpp refactoring: renamed pcbstruct.h to pcb_display_options.h, DISPLAY_OPTIONS->PCB_DISPLAY_OPTIONS 8 years ago
pcb_draw_panel_gal.h Hide temporarily ratsnest when it is too complex for real-time calculation 8 years ago
pcb_general_settings.cpp Fp editor and board editor have now a separate color setup. 8 years ago
pcb_general_settings.h Fp editor and board editor have now a separate color setup. 8 years ago
pcb_netlist.cpp Add footprint select dropdown to component chooser, serious refactoring 9 years ago
pcb_netlist.h Add footprint select dropdown to component chooser, serious refactoring 9 years ago
pcb_painter.cpp refactoring: renamed pcbstruct.h to pcb_display_options.h, DISPLAY_OPTIONS->PCB_DISPLAY_OPTIONS 8 years ago
pcb_painter.h refactoring: renamed pcbstruct.h to pcb_display_options.h, DISPLAY_OPTIONS->PCB_DISPLAY_OPTIONS 8 years ago
pcb_parser.cpp refactoring: removed dependency of libpcbcommon on 3d-viewer. 8 years ago
pcb_parser.h refactoring: removed dependency of libpcbcommon on 3d-viewer. 8 years ago
pcb_plot_params.cpp Add more layers in default layers selection plot parameter. 8 years ago
pcb_plot_params.h Add Gerber job file writer in Pcbnew, and a basic reader in Gerbview. Currently disabled 8 years ago
pcb_plot_params_parser.h Removed all exception specifiers since deprecated. 9 years ago
pcbframe.cpp pcbnew: code formatting, removed previous module editor copy/paste functions 8 years ago
pcbnew.cpp Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 8 years ago
pcbnew.h Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 8 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 refactoring: renamed pcbstruct.h to pcb_display_options.h, DISPLAY_OPTIONS->PCB_DISPLAY_OPTIONS 8 years ago
pcbnew_config.h Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 8 years ago
pcbnew_doc.icns Update OS X icns icons 16 years ago
pcbnew_id.h pcbnew: added graphical polygon drawing & editing tools 8 years ago
pcbplot.cpp refactoring: renamed pcbstruct.h to pcb_display_options.h, DISPLAY_OPTIONS->PCB_DISPLAY_OPTIONS 8 years ago
pcbplot.h Fix a few doxygen warnings 9 years ago
plot_board_layers.cpp Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 8 years ago
plot_brditems_plotter.cpp Fix missing initialization of colors settings of a board, when created by a python script. 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 Pcbnew: plugin improvements. 9 years ago
print_board_functions.cpp refactoring: renamed pcbstruct.h to pcb_display_options.h, DISPLAY_OPTIONS->PCB_DISPLAY_OPTIONS 8 years ago
printout_controler.cpp Minor trace logging improvements. 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 refactoring: renamed pcbstruct.h to pcb_display_options.h, DISPLAY_OPTIONS->PCB_DISPLAY_OPTIONS 8 years ago
ratsnest_data.cpp Fixed a method returning reference to a local variable 8 years ago
ratsnest_data.h Fix a few doxygen warnings 9 years ago
ratsnest_viewitem.cpp Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 8 years ago
ratsnest_viewitem.h Code formatting and clean-up 9 years ago
sel_layer.cpp Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 8 years ago
specctra.cpp Fix a few coverity warnings. very minor other changes. 8 years ago
specctra.h Fix a few coverity warnings. very minor other changes. 8 years ago
specctra.keywords deleted several redundant icons in right-click menu. The objective is to get to a more uniforme right click menu look 9 years ago
specctra_export.cpp refactoring: renamed pcbstruct.h to pcb_display_options.h, DISPLAY_OPTIONS->PCB_DISPLAY_OPTIONS 8 years ago
specctra_import.cpp Improved various error messages 9 years ago
specctra_test.cpp Split IO_ERROR out of richio.* and store Problem() and Where() separately 9 years ago
swap_layers.cpp Hide DLISTs behind iterators, first step towards refactoring the storage model 9 years ago
target_edit.cpp MACOS Setfocus and CancelButtonIssue moved into dialog_shim. 9 years ago
tool_modedit.cpp pcbnew: added graphical polygon drawing & editing tools 8 years ago
tool_modview.cpp Changed AUI toolbars background from gradient to solid 8 years ago
tool_onrightclick.cpp Make internal errors messages not translatable 8 years ago
tool_pcb.cpp refactoring: renamed pcbstruct.h to pcb_display_options.h, DISPLAY_OPTIONS->PCB_DISPLAY_OPTIONS 8 years ago
toolbars_update_user_interface.cpp refactoring: renamed pcbstruct.h to pcb_display_options.h, DISPLAY_OPTIONS->PCB_DISPLAY_OPTIONS 8 years ago
tr_modif.cpp Code formatting and clean-up 9 years ago
tracepcb.cpp refactoring: renamed pcbstruct.h to pcb_display_options.h, DISPLAY_OPTIONS->PCB_DISPLAY_OPTIONS 8 years ago
undo_redo.cpp Footprint editor crashes when deleting pads and undoing this command. 9 years ago
wxPcbStruct.h Eagle Project Import: Code cleanup and documentation. 8 years ago
zone_filling_algorithm.cpp Fix a few doxygen warnings 9 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 minor issues in DIALOG_KEEPOUT_AREA_PROPERTIES. 8 years ago
zones_by_polygon_fill_functions.cpp Zone keepout exclusion now works on multiple layers! 8 years ago
zones_convert_brd_items_to_polygons_with_Boost.cpp Zone keepout exclusion now works on multiple layers! 8 years ago
zones_convert_to_polygons_aux_functions.cpp further DLIST/Iterators cleanup, some code formatting 9 years ago
zones_functions_for_undo_redo.cpp CPolyLine -> SHAPE_POLY_SET refactor. 9 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 New connectivity algorithm. 9 years ago
zones_test_and_combine_areas.cpp CPolyLine -> SHAPE_POLY_SET refactor. 9 years ago