kicad/pcbnew
Maciej Suminski 5659dd479e PCB items are refreshed on GAL switching (changes made using default renderer are displayed by GAL). 2013-09-10 13:57:28 +02:00
..
autorouter Solved refreshing issues. 2013-09-06 11:31:16 +02:00
dialogs Changed D() macro to DBG() because of conflict with glm::D(). 2013-09-10 10:47:42 +02:00
pcad2kicadpcb_plugin pcad2kicadpcb: check for file format 2013-06-25 11:05:51 -05:00
scripting Minor code cleaning. Pcbnew: better iniatilization of members in DRAWSEGMENT, TRACK, EDGE_MOD (useful when using python scripting). 2013-07-29 09:33:56 +02:00
tools Enabled snapping for the move tool. 2013-09-09 11:45:20 +02:00
CMakeLists.txt First version of the move tool. 2013-09-09 09:34:52 +02:00
Info.plist Updated the pcbnew Info.plist to associate .kicad_pcb files with pcbnew. 2013-04-22 12:20:34 -04:00
attribut.cpp Extremely trivial stuff (mostly cosmetics) 2013-03-28 07:40:19 +01:00
basepcbframe.cpp PCB items are refreshed on GAL switching (changes made using default renderer are displayed by GAL). 2013-09-10 13:57:28 +02:00
block.cpp Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number. 2013-03-31 15:27:46 +02:00
block_module_editor.cpp More encapsulation work. 2013-03-18 15:36:07 -04:00
board_items_to_polygon_shape_transform.cpp Changed D() macro to DBG() because of conflict with glm::D(). 2013-09-10 10:47:42 +02:00
board_undo_redo.cpp Solved refreshing issues. 2013-09-06 11:31:16 +02:00
build_BOM_from_board.cpp Better strings for the translators (converted concatenations to formats) 2013-04-09 19:49:01 +02:00
class_board.cpp Unified Set/GetPosition() for BOARD_ITEMs. 2013-08-29 12:06:06 +02:00
class_board.h Unified Set/GetPosition() for BOARD_ITEMs. 2013-08-29 12:06:06 +02:00
class_board_connected_item.cpp Very minor fixes. 2012-08-03 17:43:15 +02:00
class_board_connected_item.h 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
class_board_design_settings.cpp Factored out text anchor drawing 2013-04-09 18:00:46 +02:00
class_board_item.cpp Upstream merge. 2013-07-08 15:05:12 +02:00
class_dimension.cpp Moved selection marking boxes to a different layer. 2013-09-04 16:18:37 +02:00
class_dimension.h Added selection box for DIMENSION. 2013-08-30 14:02:57 +02:00
class_drawsegment.cpp Minor code cleaning. Pcbnew: better iniatilization of members in DRAWSEGMENT, TRACK, EDGE_MOD (useful when using python scripting). 2013-07-29 09:33:56 +02:00
class_drawsegment.h Removed Show code from BOARD_ITEM derived classes (as requested by Dick) 2013-05-05 12:23:18 +02:00
class_drc_item.cpp Pcbnew: Add keepout areas (Copper zones without tracks or/and vias). 2012-07-13 20:55:29 +02:00
class_edge_mod.cpp Minor code cleaning. Pcbnew: better iniatilization of members in DRAWSEGMENT, TRACK, EDGE_MOD (useful when using python scripting). 2013-07-29 09:33:56 +02:00
class_edge_mod.h Removed Show code from BOARD_ITEM derived classes (as requested by Dick) 2013-05-05 12:23:18 +02:00
class_footprint_wizard.cpp Allow plugins to be reloaded without closing/opening pcbnew, next step is plugin editor, just a few lines away... 2013-03-16 04:27:48 +01:00
class_footprint_wizard.h Allow plugins to be reloaded without closing/opening pcbnew, next step is plugin editor, just a few lines away... 2013-03-16 04:27:48 +01:00
class_marker_pcb.cpp Better strings for the translators (converted concatenations to formats) 2013-04-09 19:49:01 +02:00
class_marker_pcb.h Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number. 2013-03-31 15:27:46 +02:00
class_mire.cpp Minor code cleaning. Pcbnew: better iniatilization of members in DRAWSEGMENT, TRACK, EDGE_MOD (useful when using python scripting). 2013-07-29 09:33:56 +02:00
class_mire.h Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number. 2013-03-31 15:27:46 +02:00
class_module.cpp Moved selection marking boxes to a different layer. 2013-09-04 16:18:37 +02:00
class_module.h Added selection box for modules. 2013-08-08 11:53:29 +02:00
class_netclass.cpp Internal unit improvements and Pcbnew s-expression file format changes. 2012-04-12 17:31:31 -04:00
class_netclass.h merge 1 with tip 2012-06-03 22:06:51 +02:00
class_netinfo.h Pcbnew NETLIST_READER improvements. 2013-04-25 12:29:35 -04:00
class_netinfo_item.cpp Pcbnew NETLIST_READER improvements. 2013-04-25 12:29:35 -04:00
class_netinfolist.cpp Moved utilities for angles in trigo.h 2013-05-02 20:06:58 +02:00
class_pad.cpp Moved VIEW_ITEM::ViewGetRequiredLayers() functionality to the VIEW class. Now required layers are set per layer basis instead of per item. 2013-08-05 16:28:58 +02:00
class_pad.h Moved VIEW_ITEM::ViewGetRequiredLayers() functionality to the VIEW class. Now required layers are set per layer basis instead of per item. 2013-08-05 16:28:58 +02:00
class_pad_draw_functions.cpp Replace in EDA_TEXT::Draw the parameter EDA_DRAW_PANEL* aPanel by EDA_RECT* aClipBox, which is the actual parameter used by Draw. 2013-06-29 11:52:22 +02:00
class_pcb_layer_box_selector.cpp Factored out text anchor drawing 2013-04-09 18:00:46 +02:00
class_pcb_layer_box_selector.h Factored out text anchor drawing 2013-04-09 18:00:46 +02:00
class_pcb_layer_widget.cpp Some more spots where the GAL refresh was required. 2013-09-06 17:06:02 +02:00
class_pcb_layer_widget.h 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
class_pcb_text.cpp Moved selection marking boxes to a different layer. 2013-09-04 16:18:37 +02:00
class_pcb_text.h Unified Set/GetPosition() for BOARD_ITEMs. 2013-08-29 12:06:06 +02:00
class_text_mod.cpp Moved selection marking boxes to a different layer. 2013-09-04 16:18:37 +02:00
class_text_mod.h Module texts are now moveable, rotatable and flippable. 2013-09-03 14:15:37 +02:00
class_track.cpp Moved VIEW_ITEM::ViewGetRequiredLayers() functionality to the VIEW class. Now required layers are set per layer basis instead of per item. 2013-08-05 16:28:58 +02:00
class_track.h Moved VIEW_ITEM::ViewGetRequiredLayers() functionality to the VIEW class. Now required layers are set per layer basis instead of per item. 2013-08-05 16:28:58 +02:00
class_zone.cpp Pcbnew fix Bug #1192203 (I hope ...) 2013-06-18 19:27:47 +02:00
class_zone.h Pcbnew: fix bug 1179877, due a bad default copy constructor, after my changes about CPOLYGONS_LIST class. 2013-05-14 20:47:01 +02:00
class_zone_settings.cpp Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number. 2013-03-31 15:27:46 +02:00
class_zone_settings.h Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number. 2013-03-31 15:27:46 +02:00
classpcb.cpp Pcbnew: Update incorrect or incomplete copyrights in many files. 2012-06-08 11:56:42 +02:00
clean.cpp Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number. 2013-03-31 15:27:46 +02:00
collectors.cpp Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number. 2013-03-31 15:27:46 +02:00
collectors.h Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number. 2013-03-31 15:27:46 +02:00
connect.cpp Angle and distances cleanup (preparing for angles in doubles) 2013-05-01 19:32:36 +02:00
connect.h Eeschema: fix a bug which crashes Eeschema (when a label is being created, and its type is changed by popup menu, for instance to a text, before it was put on schematic) 2013-01-25 18:29:54 +01:00
controle.cpp Renamed global variables: 2013-03-27 19:32:12 +01:00
cross-probing.cpp More cleanup on layer code usage 2013-04-07 13:55:18 +02:00
deltrack.cpp Changed D() macro to DBG() because of conflict with glm::D(). 2013-09-10 10:47:42 +02:00
dimension.cpp Removed some spurious float casts 2013-05-07 19:31:52 +02:00
drag.h - New typedef LAYER_MSK to encapsulate a layer bitmap 2013-03-30 18:24:04 +01:00
dragsegm.cpp Eeschema: fix a *very subtle* bug noticeable only in complex hierachies, for multiple parts per package: 2013-07-05 19:48:01 +02:00
drc.cpp - New typedef LAYER_MSK to encapsulate a layer bitmap 2013-03-30 18:24:04 +01:00
drc_clearance_test_functions.cpp Migrated the interfaces accepting angles to the double type 2013-05-05 09:17:48 +02:00
drc_marker_functions.cpp Angle and distances cleanup (preparing for angles in doubles) 2013-05-01 19:32:36 +02:00
drc_stuff.h Migrated the interfaces accepting angles to the double type 2013-05-05 09:17:48 +02:00
eagle_plugin.cpp Changed D() macro to DBG() because of conflict with glm::D(). 2013-09-10 10:47:42 +02:00
eagle_plugin.h Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number. 2013-03-31 15:27:46 +02:00
edgemod.cpp Angle and distances cleanup (preparing for angles in doubles) 2013-05-01 19:32:36 +02:00
edit.cpp Solved refreshing issues. 2013-09-06 11:31:16 +02:00
edit_pcb_text.cpp Solved refreshing issues. 2013-09-06 11:31:16 +02:00
edit_track_width.cpp Renamed global variables: 2013-03-27 19:32:12 +01:00
editedge.cpp Moved utilities for angles in trigo.h 2013-05-02 20:06:58 +02:00
editmod.cpp Solved refreshing issues. 2013-09-06 11:31:16 +02:00
editrack-part2.cpp Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number. 2013-03-31 15:27:46 +02:00
editrack.cpp Changed D() macro to DBG() because of conflict with glm::D(). 2013-09-10 10:47:42 +02:00
edtxtmod.cpp Solved refreshing issues. 2013-09-06 11:31:16 +02:00
event_handlers_tracks_vias_sizes.cpp Solved refreshing issues. 2013-09-06 11:31:16 +02:00
export_gencad.cpp Migrated the interfaces accepting angles to the double type 2013-05-05 09:17:48 +02:00
export_vrml.cpp Migrated the interfaces accepting angles to the double type 2013-05-05 09:17:48 +02:00
files.cpp DSNLEXER::NextTok() organizes the specctraMode code better, into one if block mostly. 2013-07-01 01:47:36 -05:00
footprint_wizard.cpp Solved refreshing issues. 2013-09-06 11:31:16 +02:00
footprint_wizard_frame.cpp Solved refreshing issues. 2013-09-06 11:31:16 +02:00
footprint_wizard_frame.h Allow plugins to be reloaded without closing/opening pcbnew, next step is plugin editor, just a few lines away... 2013-03-16 04:27:48 +01:00
gen_drill_report_files.cpp More int casts to rounding conversions 2013-05-04 13:57:09 +02:00
gen_modules_placefile.cpp Changed D() macro to DBG() because of conflict with glm::D(). 2013-09-10 10:47:42 +02:00
gendrill_Excellon_writer.cpp Moved utilities for angles in trigo.h 2013-05-02 20:06:58 +02:00
gendrill_Excellon_writer.h Migrated the interfaces accepting angles to the double type 2013-05-05 09:17:48 +02:00
globaleditpad.cpp Migrated the interfaces accepting angles to the double type 2013-05-05 09:17:48 +02:00
gpcb_plugin.cpp More int casts to rounding conversions 2013-05-04 13:57:09 +02:00
gpcb_plugin.h Add Pcbnew GEDA PCB module plugin support. 2012-12-28 15:52:12 -05:00
help_common_strings.h 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
highlight.cpp Pcbnew: Update incorrect or incomplete copyrights in many files. 2012-06-08 11:56:42 +02:00
hotkeys.cpp Removed shaderless OpenGL backend. 2013-07-29 16:38:07 +02:00
hotkeys.h Removed shaderless OpenGL backend. 2013-07-29 16:38:07 +02:00
hotkeys_board_editor.cpp Solved refreshing issues. 2013-09-06 11:31:16 +02:00
hotkeys_module_editor.cpp Eeschema: fix broken mirroring for texts and labels in block mirror X and Y (this fixes Bug #1135505) 2013-03-01 20:59:29 +01:00
initpcb.cpp Fixed high contrast mode in OpenGL. Split display settings loading into more appropriate places. 2013-07-25 18:04:15 +02:00
invoke_pcb_dialog.h dialog information hiding, initial Fit() 2013-07-09 00:48:26 -05:00
io_mgr.cpp add eagle *.lbr lib path extension for future use 2013-01-03 10:33:22 -06:00
io_mgr.h merge in branch fp-lib-table 2013-01-20 21:27:01 -06:00
ioascii.cpp.notused more footprint support for LEGACY_PLUGIN 2012-04-16 20:35:43 -05:00
item_io.cpp.notused more footprint support for LEGACY_PLUGIN 2012-04-16 20:35:43 -05:00
kicad_netlist_reader.cpp More Pcbnew footprint library table work in progress. 2013-05-28 12:54:59 -04:00
kicad_plugin.cpp fix FP_CACHE::Load() 2013-07-28 11:30:02 -05:00
kicad_plugin.h add CTL_OMIT_INITIAL_COMMENTS and CTL_FOR_BOARD PCB_IO::Format()ing flags 2013-06-24 00:30:22 -05:00
layer_widget.cpp Better strings for the translators (converted concatenations to formats) 2013-04-09 19:49:01 +02:00
layer_widget.h Removed arbitrary MAX_LAYER_ROWS limit (only used in one assertion, anyway) 2013-04-06 18:46:03 +02:00
legacy_netlist_reader.cpp More Pcbnew footprint library table work in progress. 2013-05-28 12:54:59 -04:00
legacy_plugin.cpp minor tweaks to debug statements and cmake 2013-07-28 11:30:39 -05:00
legacy_plugin.h better error reporting and parsing of bad legacy footprint libs 2013-06-13 11:09:35 -05:00
librairi.cpp More Pcbnew footprint library table work in progress. 2013-05-28 12:54:59 -04:00
loadcmp.cpp More Pcbnew footprint library table work in progress. 2013-05-28 12:54:59 -04:00
magnetic_tracks_functions.cpp Angle and distances cleanup (preparing for angles in doubles) 2013-05-01 19:32:36 +02:00
menubar_modedit.cpp All: change some texts and messages hard to translate, or not translatable (and some incorrect messages). 2013-04-05 09:38:00 +02:00
menubar_pcbframe.cpp pcbnew: fixed missing Select Tool icon warning 2013-08-02 19:18:58 +02:00
minimun_spanning_tree.cpp 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
minimun_spanning_tree.h 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
mirepcb.cpp More internal unit improvements. 2012-04-16 13:39:32 -04:00
modedit.cpp Solved refreshing issues. 2013-09-06 11:31:16 +02:00
modedit_onclick.cpp Solved refreshing issues. 2013-09-06 11:31:16 +02:00
modedit_undo_redo.cpp Solved refreshing issues. 2013-09-06 11:31:16 +02:00
modeditoptions.cpp Pcbnew: Update incorrect or incomplete copyrights in many files. 2012-06-08 11:56:42 +02:00
module_editor_frame.h More Pcbnew footprint library table work in progress. 2013-05-28 12:54:59 -04:00
moduleframe.cpp More Pcbnew footprint library table work in progress. 2013-05-28 12:54:59 -04:00
modules.cpp Solved refreshing issues. 2013-09-06 11:31:16 +02:00
modview.cpp Solved refreshing issues. 2013-09-06 11:31:16 +02:00
modview_frame.cpp Solved refreshing issues. 2013-09-06 11:31:16 +02:00
modview_frame.h Pcbnew footprint library table work in progress. 2013-05-20 10:49:20 -04:00
move-drag_pads.cpp Eeschema: fix a *very subtle* bug noticeable only in complex hierachies, for multiple parts per package: 2013-07-05 19:48:01 +02:00
move_or_drag_track.cpp Solved refreshing issues. 2013-09-06 11:31:16 +02:00
muonde.cpp Angle and distances cleanup (preparing for angles in doubles) 2013-05-01 19:32:36 +02:00
muwave_command.cpp Pcbnew: drag functions: serious cleanup and better code. Use now the connectivity functions to find tracks connected to pads, 2012-09-11 09:33:17 +02:00
netlist.cpp Solved refreshing issues. 2013-09-06 11:31:16 +02:00
netlist_reader.cpp CvPcb filtering and other minor improvements. 2013-06-06 11:37:48 -04:00
netlist_reader.h CvPcb filtering and other minor improvements. 2013-06-06 11:37:48 -04:00
onleftclick.cpp Pcbnew footprint library table work in progress. 2013-05-20 10:49:20 -04:00
onrightclick.cpp Eeschema: fix a *very subtle* bug noticeable only in complex hierachies, for multiple parts per package: 2013-07-05 19:48:01 +02:00
pad_edition_functions.cpp Moved utilities for angles in trigo.h 2013-05-02 20:06:58 +02:00
pcb_painter.cpp Moved selection marking boxes to a different layer. 2013-09-04 16:18:37 +02:00
pcb_painter.h Added selection box for DIMENSION. 2013-08-30 14:02:57 +02:00
pcb_parser.cpp Support for 'initial single line comments' in the pretty footprint format. 2013-06-23 14:18:33 -05:00
pcb_parser.h Support for 'initial single line comments' in the pretty footprint format. 2013-06-23 14:18:33 -05:00
pcb_plot_params.cpp More work on CPOLYGONS_LIST class. 2013-05-09 21:08:12 +02:00
pcb_plot_params.h More work on CPOLYGONS_LIST class. 2013-05-09 21:08:12 +02:00
pcbframe.cpp Changed focus owner of LayerWidget to EDA_DRAW_PANEL_GAL to make keyboard events work (apparently everything works fine, to be tested more extensively). 2013-09-06 17:53:01 +02:00
pcbnew.cpp Starts the GAL by default. 2013-09-06 17:06:33 +02:00
pcbnew.h Factored out text anchor drawing 2013-04-09 18:00:46 +02:00
pcbnew.icns [MacOSX] Updated Icons - Document ones still missing :( 2012-09-27 19:20:44 +02:00
pcbnew.rc Remove old xpm icons files 2012-04-07 13:09:57 +02:00
pcbnew_config.cpp Initial release of pl_editor, the page layout and title block editor. 2013-07-19 20:27:22 +02:00
pcbnew_config.h switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
pcbnew_doc.icns Update OS X icns icons 2010-05-13 21:03:12 +02:00
pcbnew_id.h Reformatting. 2013-08-19 09:47:36 +02:00
pcbplot.cpp Decouple PLOT_CONTROLLER from UI dependencies. 2013-05-10 15:22:29 -04:00
pcbplot.h Decouple PLOT_CONTROLLER from UI dependencies. 2013-05-10 15:22:29 -04:00
plot_board_layers.cpp More work on CPOLYGONS_LIST class. 2013-05-08 20:20:58 +02:00
plot_brditems_plotter.cpp More work on CPOLYGONS_LIST class. 2013-05-09 21:08:12 +02:00
plotcontroller.h Decouple PLOT_CONTROLLER from UI dependencies. 2013-05-10 15:22:29 -04:00
print_board_functions.cpp Fixed some tab-induced disalignments 2013-04-06 14:28:02 +02:00
printout_controler.cpp Minor fixes. Gerbview: fix a collision name for GetLayout method. 2013-06-27 21:12:01 +02:00
printout_controler.h - New typedef LAYER_MSK to encapsulate a layer bitmap 2013-03-30 18:24:04 +01:00
protos.h Factored layer utility functions: classification, layer flip and mask flip 2013-04-05 21:04:58 +02:00
ratsnest.cpp Moved utilities for angles in trigo.h 2013-05-02 20:06:58 +02:00
sel_layer.cpp Solved refreshing issues. 2013-09-06 11:31:16 +02:00
specctra.cpp Fixed LAYER_NUM usage in the specctra code. 2013-05-05 12:11:30 +02:00
specctra.h Fixed LAYER_NUM usage in the specctra code. 2013-05-05 12:11:30 +02:00
specctra.keywords ++all: 2011-01-19 14:46:07 -06:00
specctra_export.cpp Changed D() macro to DBG() because of conflict with glm::D(). 2013-09-10 10:47:42 +02:00
specctra_import.cpp Fixed LAYER_NUM usage in the specctra code. 2013-05-05 12:11:30 +02:00
specctra_test.cpp Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number. 2013-03-31 15:27:46 +02:00
swap_layers.cpp Factored out text anchor drawing 2013-04-09 18:00:46 +02:00
tool_modedit.cpp Reverted back the ( i ) parameters for python, applied the PyGILState_Ensure from Dick into his PyLOCK class 2013-03-12 01:37:45 +01:00
tool_modview.cpp Pcbnew: Update incorrect or incomplete copyrights in many files. 2012-06-08 11:56:42 +02:00
tool_onrightclick.cpp dialog information hiding, initial Fit() 2013-07-09 00:48:26 -05:00
tool_pcb.cpp Eeschema: fix broken mirroring for texts and labels in block mirror X and Y (this fixes Bug #1135505) 2013-03-01 20:59:29 +01:00
toolbars_update_user_interface.cpp Renamed global variables: 2013-03-27 19:32:12 +01:00
tr_modif.cpp - New typedef LAYER_MSK to encapsulate a layer bitmap 2013-03-30 18:24:04 +01:00
tracepcb.cpp Worksheet code: cleanup and remove useless parameters. 2013-05-22 10:45:25 +02:00
xchgmod.cpp Solved refreshing issues. 2013-09-06 11:31:16 +02:00
zone_filling_algorithm.cpp Pcbnew: fix bug 1179877, due a bad default copy constructor, after my changes about CPOLYGONS_LIST class. 2013-05-14 20:47:01 +02:00
zones.h Pcbnew: Add keepout areas (Copper zones without tracks or/and vias). 2012-07-13 20:55:29 +02:00
zones_by_polygon.cpp Solved refreshing issues. 2013-09-06 11:31:16 +02:00
zones_by_polygon_fill_functions.cpp Solved refreshing issues. 2013-09-06 11:31:16 +02:00
zones_convert_brd_items_to_polygons_with_Boost.cpp Pcbnew: fix bug 1179877, due a bad default copy constructor, after my changes about CPOLYGONS_LIST class. 2013-05-14 20:47:01 +02:00
zones_convert_to_polygons_aux_functions.cpp More work on CPOLYGONS_LIST class. 2013-05-09 21:08:12 +02:00
zones_functions_for_undo_redo.cpp More work on CPOLYGONS_LIST class. 2013-05-08 20:20:58 +02:00
zones_functions_for_undo_redo.h Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number. 2013-03-31 15:27:46 +02:00
zones_non_copper_type_functions.cpp Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number. 2013-03-31 15:27:46 +02:00
zones_polygons_insulated_copper_islands.cpp More work on CPOLYGONS_LIST class. 2013-05-09 21:08:12 +02:00
zones_polygons_test_connections.cpp More work on CPOLYGONS_LIST class. 2013-05-09 21:08:12 +02:00
zones_test_and_combine_areas.cpp More work on CPOLYGONS_LIST class. 2013-05-09 21:08:12 +02:00