kicad/pcbnew
jean-pierre charras 4125ea7789 Gerbview: remove dependencies from Pcbnew.
Should allow Pcbnew code easier to change and Gerbview code more understandable and easier to maintain.
Code cleaning (remove dead code, add comments).
Minor other enhancements.
2012-05-04 19:44:42 +02:00
..
dialogs All: change MILS_TO_IU_SCALING_FACTOR constant to IU_PER_MILS ( and MM_TO_IU_SCALING_FACTOR to IU_PER_MM) 2012-04-26 23:34:20 +02:00
CMakeLists.txt Gerbview: remove dependencies from Pcbnew. 2012-05-04 19:44:42 +02:00
Info.plist Fix some minor OS X issues 2011-08-30 09:35:40 +02:00
ar_protos.h switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
attribut.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
automove.cpp Undo redo change and code cleanup. 2012-02-05 14:02:46 +01:00
autoplac.cpp see CHANGELOG.txt 2012-02-18 22:02:19 -06:00
autorout.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
autorout.h switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
basepcbframe.cpp Gerbview: remove dependencies from Pcbnew. 2012-05-04 19:44:42 +02:00
block.cpp Minor code improvements and coding policy fixes. 2012-03-26 19:47:08 -04:00
block_module_editor.cpp Minor code improvements and coding policy fixes. 2012-03-26 19:47:08 -04:00
board.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
board_items_to_polygon_shape_transform.cpp Pcbnew: zone filling: fix broken thermal relief shape for oval pads. mainly noticeable for oval pads having very different X and Y sizes. 2012-02-23 15:59:57 +01:00
board_undo_redo.cpp Minor code and Doxygen comment improvements. 2012-03-17 10:39:27 -04:00
build_BOM_from_board.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
cell.h Remove sine and cosine look up tables and other minor fixes. 2011-09-20 09:57:40 -04:00
class_board.cpp Pcbnew s-expression file format improvements. 2012-04-22 11:16:39 -04:00
class_board.h Pcbnew s-expression file format improvements. 2012-04-22 11:16:39 -04:00
class_board_connected_item.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
class_board_connected_item.h more footprint support for LEGACY_PLUGIN 2012-04-16 20:35:43 -05:00
class_board_design_settings.cpp Add DMils2iu() for scaling deci-mils to internal units. 2012-04-08 18:32:32 -05:00
class_board_item.cpp Internal unit improvements and Pcbnew s-expression file format changes. 2012-04-12 17:31:31 -04:00
class_dimension.cpp Remove valeur_param(), that does not work in Kicad Nanometer 2012-04-27 16:15:11 +02:00
class_dimension.h Pcbnew s-expression file format improvements. 2012-04-22 11:16:39 -04:00
class_drawsegment.cpp Remove valeur_param(), that does not work in Kicad Nanometer 2012-04-27 16:15:11 +02:00
class_drawsegment.h Pcbnew s-expression file format improvements. 2012-04-22 11:16:39 -04:00
class_drc_item.cpp Remove valeur_param(), that does not work in Kicad Nanometer 2012-04-27 16:15:11 +02:00
class_edge_mod.cpp Remove valeur_param(), that does not work in Kicad Nanometer 2012-04-27 16:15:11 +02:00
class_edge_mod.h Pcbnew s-expression file format improvements. 2012-04-22 11:16:39 -04:00
class_footprint_library.cpp.notused work on footprint plugin API 2012-04-15 22:18:41 -05:00
class_footprint_library.h.notused work on footprint plugin API 2012-04-15 22:18:41 -05:00
class_marker_pcb.cpp Pcbnew: Added: modview. This footprint viewer frame which has the same purpose as Viewlib in Eeschema. 2012-02-09 21:33:38 +01:00
class_marker_pcb.h more footprint support for LEGACY_PLUGIN 2012-04-16 20:35:43 -05:00
class_mire.cpp Remove valeur_param(), that does not work in Kicad Nanometer 2012-04-27 16:15:11 +02:00
class_mire.h Pcbnew s-expression file format improvements. 2012-04-22 11:16:39 -04:00
class_module.cpp Pcbnew s-expression file format improvements. 2012-04-22 11:16:39 -04:00
class_module.h Pcbnew s-expression file format improvements. 2012-04-22 11:16:39 -04:00
class_module_transform_functions.cpp Pcbnew nanometer: fix hatch lines issue in polyline.cpp 2012-04-11 11:47:57 +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 more footprint support for LEGACY_PLUGIN 2012-04-16 20:35:43 -05:00
class_netinfo.h more footprint support for LEGACY_PLUGIN 2012-04-16 20:35:43 -05:00
class_netinfo_item.cpp see CHANGELOG.txt 2012-02-18 22:02:19 -06:00
class_netinfolist.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
class_pad.cpp Fix some (not all) bad values displayed in NANOMETER mode. 2012-04-27 08:11:41 +02:00
class_pad.h Pcbnew s-expression file format improvements. 2012-04-22 11:16:39 -04:00
class_pad_draw_functions.cpp // Dick Hollenbeck's KiROUND R&D 2012-04-19 01:55:45 -05:00
class_pcb_layer_box_selector.cpp Gerbview: remove dependencies from Pcbnew. 2012-05-04 19:44:42 +02:00
class_pcb_layer_box_selector.h Gerbview: remove dependencies from Pcbnew. 2012-05-04 19:44:42 +02:00
class_pcb_layer_widget.cpp * Add PCB_EDIT_FRAME::syncLayerVisibilities(), PCB_LAYER_MANAGER::SyncLayerVisibilities(). 2012-03-11 19:40:48 -05:00
class_pcb_layer_widget.h * Add PCB_EDIT_FRAME::syncLayerVisibilities(), PCB_LAYER_MANAGER::SyncLayerVisibilities(). 2012-03-11 19:40:48 -05:00
class_pcb_text.cpp Fix some (not all) bad values displayed in NANOMETER mode. 2012-04-27 08:11:41 +02:00
class_pcb_text.h Pcbnew s-expression file format improvements. 2012-04-22 11:16:39 -04:00
class_text_mod.cpp Fix some (not all) bad values displayed in NANOMETER mode. 2012-04-27 08:11:41 +02:00
class_text_mod.h Pcbnew s-expression file format improvements. 2012-04-22 11:16:39 -04:00
class_track.cpp Remove valeur_param(), that does not work in Kicad Nanometer 2012-04-27 16:15:11 +02:00
class_track.h Pcbnew s-expression file format improvements. 2012-04-22 11:16:39 -04:00
class_zone.cpp Pcbnew s-expression file format improvements. 2012-04-22 11:16:39 -04:00
class_zone.h Pcbnew s-expression file format improvements. 2012-04-22 11:16:39 -04:00
class_zone_settings.cpp Pcbnew nanometer: fix hatch lines issue in polyline.cpp 2012-04-11 11:47:57 +02:00
class_zone_settings.h Add module and pad local parameters for pad-zone connections (thermal, solid etc.) in pcbnew. 2012-02-25 01:23:46 +02:00
classpcb.cpp All: change MILS_TO_IU_SCALING_FACTOR constant to IU_PER_MILS ( and MM_TO_IU_SCALING_FACTOR to IU_PER_MM) 2012-04-26 23:34:20 +02:00
clean.cpp see CHANGELOG.txt 2012-02-18 22:02:19 -06:00
collectors.cpp see CHANGELOG.txt 2012-02-18 22:02:19 -06:00
collectors.h switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
connect.cpp see CHANGELOG.txt 2012-02-18 22:02:19 -06:00
controle.cpp // Dick Hollenbeck's KiROUND R&D 2012-04-19 01:55:45 -05:00
cross-probing.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
deltrack.cpp Undo redo change and code cleanup. 2012-02-05 14:02:46 +01:00
dialog_freeroute_exchange_help_html.h Gerbview: remove dependencies from Pcbnew. 2012-05-04 19:44:42 +02:00
dimension.cpp More internal unit improvements. 2012-04-16 13:39:32 -04:00
dist.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
drag.h switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
dragsegm.cpp see CHANGELOG.txt 2012-02-18 22:02:19 -06:00
drc.cpp More internal unit improvements. 2012-04-13 14:51:24 -04:00
drc_clearance_test_functions.cpp * remove global g_Pad_Master global and put it into BOARD_DESIGN_SETTINGS 2012-02-18 22:10:49 -06:00
drc_marker_functions.cpp see CHANGELOG.txt 2012-02-19 22:33:54 -06:00
drc_stuff.h Temporarily reverse out the evolving support for finer Board Internal Units (BIU)s. 2011-11-24 11:32:51 -06:00
edgemod.cpp More internal unit improvements. 2012-04-16 13:39:32 -04:00
edit.cpp Gerbview: remove dependencies from Pcbnew. 2012-05-04 19:44:42 +02:00
edit_pcb_text.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
edit_track_width.cpp merge 2012-02-06 01:14:51 -06:00
editedge.cpp Undo redo change and code cleanup. 2012-02-05 14:02:46 +01:00
editmod.cpp see CHANGELOG.txt 2012-02-18 22:02:19 -06:00
editrack-part2.cpp get rid of some globals, share BOARD_DESIGN_SETTINGS from PCB_EDIT_FRAME with FOOTPRINT_EDIT_FRAME 2012-02-02 11:45:37 -06:00
editrack.cpp Remove valeur_param(), that does not work in Kicad Nanometer 2012-04-27 16:15:11 +02:00
edtxtmod.cpp Undo redo change and code cleanup. 2012-02-05 14:02:46 +01:00
event_handlers_tracks_vias_sizes.cpp get rid of some globals, share BOARD_DESIGN_SETTINGS from PCB_EDIT_FRAME with FOOTPRINT_EDIT_FRAME 2012-02-02 11:45:37 -06:00
export_gencad.cpp Add patch from Lorenzo Marcantonio. Fix some warning issues, and zlib issue under Windows (zlib sources added) 2012-05-03 20:37:56 +02:00
export_vrml.cpp // Dick Hollenbeck's KiROUND R&D 2012-04-19 01:55:45 -05:00
files.cpp more footprint support for LEGACY_PLUGIN 2012-04-16 20:35:43 -05:00
find.cpp Pcbnew: Hight contrast mode: commit last patch from Miguel Angel Ajo Pelayo, which also fixes an old bug. 2012-02-28 21:14:17 +01:00
find.h PCBNew control update bug fixes, fixes lp:725963. 2011-03-01 14:26:17 -05:00
find.pjd PCBNew UI normalization and global variable reductions. 2009-05-01 18:06:03 +00:00
gen_drill_report_files.cpp Add patch from Lorenzo Marcantonio. Fix some warning issues, and zlib issue under Windows (zlib sources added) 2012-05-03 20:37:56 +02:00
gen_holes_and_tools_lists_for_drill.cpp remove unneeded debug printf 2012-02-21 09:58:24 -06:00
gen_modules_placefile.cpp Add patch from Lorenzo Marcantonio. Fix some warning issues, and zlib issue under Windows (zlib sources added) 2012-05-03 20:37:56 +02:00
gendrill.cpp Add patch from Lorenzo Marcantonio. Fix some warning issues, and zlib issue under Windows (zlib sources added) 2012-05-03 20:37:56 +02:00
gendrill.h rename Ki_PageDescr to PAGE_INFO, encapsulate it in accessors, and move it into the BOARD 2011-12-22 15:57:50 -06:00
globaleditpad.cpp Dialog exit: better icon. 2012-03-09 19:58:58 +01:00
gpcb_exchange.cpp // Dick Hollenbeck's KiROUND R&D 2012-04-19 01:55:45 -05:00
graphpcb.cpp see CHANGELOG.txt 2012-02-18 22:02:19 -06:00
help_common_strings.h Pcbnew: netlist.cpp: code cleaning. Comments added and updated 2011-05-03 14:57:44 +02:00
highlight.cpp Fixes wxSingleChoiceDialog ambiguous constructor compile bug using wxWidgets 2.9.4 or greater. 2012-02-26 14:57:48 -05:00
hotkeys.cpp Added hotkey for high contrast mode as 'H' 2012-02-19 18:33:06 +01:00
hotkeys.h Added hotkey for high contrast mode as 'H' 2012-02-19 18:33:06 +01:00
hotkeys_board_editor.cpp Fix 2 minor bugs: 2012-02-20 19:46:56 +01:00
hotkeys_module_editor.cpp Minor code improvements and coding policy fixes. 2012-03-26 19:47:08 -04:00
initpcb.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
io_mgr.cpp Pcbnew s-expression file format improvements. 2012-04-22 11:16:39 -04:00
io_mgr.h PLUGIN API Doxygen comments 2012-04-17 09:54:48 -05: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_plugin.cpp Pcbnew s-expression file format improvements. 2012-04-22 11:16:39 -04:00
kicad_plugin.h Pcbnew s-expression file format improvements. 2012-04-22 11:16:39 -04:00
layer_widget.cpp * Add PCB_EDIT_FRAME::syncLayerVisibilities(), PCB_LAYER_MANAGER::SyncLayerVisibilities(). 2012-03-11 19:40:48 -05:00
layer_widget.h * Add PCB_EDIT_FRAME::syncLayerVisibilities(), PCB_LAYER_MANAGER::SyncLayerVisibilities(). 2012-03-11 19:40:48 -05:00
legacy_plugin.cpp missing change. 2012-04-27 00:04:09 +02:00
legacy_plugin.h uncrustify math_for_graphics, add copyright legacy_plugin.h 2012-04-17 09:18:14 -05:00
librairi.cpp more footprint support for LEGACY_PLUGIN 2012-04-16 20:35:43 -05:00
loadcmp.cpp more footprint support for LEGACY_PLUGIN 2012-04-16 20:35:43 -05:00
magnetic_tracks_functions.cpp // Dick Hollenbeck's KiROUND R&D 2012-04-19 01:55:45 -05:00
menubar_modedit.cpp Move AddMenuItem inline functions outside wxstruct.h in a new file (menu_helpers.h) 2012-04-09 11:16:47 +02:00
menubar_pcbframe.cpp Move AddMenuItem inline functions outside wxstruct.h in a new file (menu_helpers.h) 2012-04-09 11:16:47 +02:00
minimun_spanning_tree.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
minimun_spanning_tree.h rename Ki_PageDescr to PAGE_INFO, encapsulate it in accessors, and move it into the BOARD 2011-12-22 15:57:50 -06:00
mirepcb.cpp More internal unit improvements. 2012-04-16 13:39:32 -04:00
modedit.cpp Move AddMenuItem inline functions outside wxstruct.h in a new file (menu_helpers.h) 2012-04-09 11:16:47 +02:00
modedit_onclick.cpp Move AddMenuItem inline functions outside wxstruct.h in a new file (menu_helpers.h) 2012-04-09 11:16:47 +02:00
modedit_undo_redo.cpp Undo redo change and code cleanup. 2012-02-05 14:02:46 +01:00
modeditoptions.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
module_editor_frame.h Remove g_PcbPlotOptions, use wxformbuilder to subclass DIALOG_SHIM on several dialogs 2012-04-05 13:27:56 -05:00
moduleframe.cpp // Dick Hollenbeck's KiROUND R&D 2012-04-19 01:55:45 -05:00
modules.cpp Pcbnew nanometer: fix hatch lines issue in polyline.cpp 2012-04-11 11:47:57 +02:00
modview.cpp work on footprint plugin API 2012-04-15 22:18:41 -05:00
modview_frame.cpp // Dick Hollenbeck's KiROUND R&D 2012-04-19 01:55:45 -05:00
modview_frame.h work on footprint plugin API 2012-04-15 22:18:41 -05:00
move-drag_pads.cpp see CHANGELOG.txt 2012-02-19 22:33:54 -06:00
move_copy_track.cpp.notused More encapsulation work and other minor improvements. 2011-12-21 08:42:02 -05:00
move_or_drag_track.cpp // Dick Hollenbeck's KiROUND R&D 2012-04-19 01:55:45 -05:00
muonde.cpp // Dick Hollenbeck's KiROUND R&D 2012-04-19 01:55:45 -05:00
muwave_command.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
netlist.cpp Layers manager: add in popup menu option to hide all coppers layers but active layer. 2012-02-17 20:43:43 +01:00
netlist_reader.h Added a toolbar button to cvpcb to filter by pin/pad count. 2012-03-15 14:20:22 -04:00
netlist_reader_common.cpp Pcbnew: regression fix when using the new netlist format: 2012-03-10 08:58:21 +01:00
netlist_reader_firstformat.cpp Joe Ferner's merge 2012-03-16 22:01:53 -05:00
netlist_reader_kicad.cpp pcb_calculator: enhancement in Regulators page dialog: 2012-04-02 20:11:00 +02:00
onleftclick.cpp Move AddMenuItem inline functions outside wxstruct.h in a new file (menu_helpers.h) 2012-04-09 11:16:47 +02:00
onrightclick.cpp More internal unit improvements. 2012-04-13 14:51:24 -04:00
pcb_plot_params.cpp Add patch from Lorenzo Marcantonio. Fix some warning issues, and zlib issue under Windows (zlib sources added) 2012-05-03 20:37:56 +02:00
pcb_plot_params.h Internal unit improvements and Pcbnew s-expression file format changes. 2012-04-12 17:31:31 -04:00
pcbframe.cpp Removal of internal units. 2012-04-16 19:31:29 -04:00
pcbnew.cpp Remove g_PcbPlotOptions, use wxformbuilder to subclass DIALOG_SHIM on several dialogs 2012-04-05 13:27:56 -05:00
pcbnew.h Add patch from Lorenzo Marcantonio. Fix some warning issues, and zlib issue under Windows (zlib sources added) 2012-05-03 20:37:56 +02:00
pcbnew.icns Update OS X icns icons 2010-05-13 21:03:12 +02:00
pcbnew.rc Remove old xpm icons files 2012-04-07 13:09:57 +02:00
pcbnew_config.cpp All: new middle mouse pan feature, from lajos kamocsay (and jp charras for some enhancements). 2012-04-11 20:54:20 +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 Modedit: add dialog to edit footprint body items. Fix also minor issues about footprint body items edition. 2012-02-12 20:39:37 +01:00
pcbplot.cpp More internal unit improvements. 2012-04-16 13:39:32 -04:00
pcbplot.h Remove g_PcbPlotOptions, use wxformbuilder to subclass DIALOG_SHIM on several dialogs 2012-04-05 13:27:56 -05:00
plot_rtn.cpp Add patch from Lorenzo Marcantonio. Fix some warning issues, and zlib issue under Windows (zlib sources added) 2012-05-03 20:37:56 +02:00
plotdxf.cpp Add patch from Lorenzo Marcantonio. Fix some warning issues, and zlib issue under Windows (zlib sources added) 2012-05-03 20:37:56 +02:00
plotgerb.cpp Add patch from Lorenzo Marcantonio. Fix some warning issues, and zlib issue under Windows (zlib sources added) 2012-05-03 20:37:56 +02:00
plothpgl.cpp Add patch from Lorenzo Marcantonio. Fix some warning issues, and zlib issue under Windows (zlib sources added) 2012-05-03 20:37:56 +02:00
plotps.cpp Add patch from Lorenzo Marcantonio. Fix some warning issues, and zlib issue under Windows (zlib sources added) 2012-05-03 20:37:56 +02:00
polygons_defs.h switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
print_board_functions.cpp see CHANGELOG.txt 2012-02-18 22:02:19 -06:00
printout_controler.cpp Gerbview: remove dependencies from Pcbnew. 2012-05-04 19:44:42 +02:00
printout_controler.h rename Ki_PageDescr to PAGE_INFO, encapsulate it in accessors, and move it into the BOARD 2011-12-22 15:57:50 -06:00
protos.h Pcbnew nanometer: fix hatch lines issue in polyline.cpp 2012-04-11 11:47:57 +02:00
queue.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
ratsnest.cpp see CHANGELOG.txt 2012-02-18 22:02:19 -06:00
sel_layer.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
set_grid.cpp Removal of internal units. 2012-04-16 19:31:29 -04:00
solve.cpp see CHANGELOG.txt 2012-02-18 22:02:19 -06:00
specctra.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
specctra.h Add tools/parser_gen.cpp which is the beginnings of an s-expression parser 2012-04-29 21:57:48 -05:00
specctra.keywords ++all: 2011-01-19 14:46:07 -06:00
specctra_export.cpp Remove valeur_param(), that does not work in Kicad Nanometer 2012-04-27 16:15:11 +02:00
specctra_import.cpp // Dick Hollenbeck's KiROUND R&D 2012-04-19 01:55:45 -05:00
specctra_test.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
swap_layers.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
tool_modedit.cpp Update some icons with new icons from Fabrizio Tappero. 2012-03-20 15:17:58 +01:00
tool_modview.cpp Icons for modedit and modview: remove unused or duplicate icons files and rename files. Tweak some icons. 2012-02-13 15:27:34 +01:00
tool_onrightclick.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
tool_pcb.cpp Gerbview: remove dependencies from Pcbnew. 2012-05-04 19:44:42 +02:00
toolbars_update_user_interface.cpp Gerbview: remove dependencies from Pcbnew. 2012-05-04 19:44:42 +02:00
tr_modif.cpp see CHANGELOG.txt 2012-02-18 22:02:19 -06:00
tracepcb.cpp All: change MILS_TO_IU_SCALING_FACTOR constant to IU_PER_MILS ( and MM_TO_IU_SCALING_FACTOR to IU_PER_MM) 2012-04-26 23:34:20 +02:00
trpiste.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
work.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
xchgmod.cpp All: added a standard exit dialog called by int DisplayExitDialog( wxWindow* aParent, const wxString& aMessage ) 2012-03-08 18:47:23 +01:00
zone_filling_algorithm.cpp Pcbnew nanometer: fix hatch lines issue in polyline.cpp 2012-04-11 11:47:57 +02:00
zones.h Minor code and Doxygen comment improvements. 2012-03-17 10:39:27 -04:00
zones_by_polygon.cpp see CHANGELOG.txt 2012-02-05 23:44:19 -06:00
zones_by_polygon_fill_functions.cpp see CHANGELOG.txt 2012-02-05 23:44:19 -06:00
zones_convert_brd_items_to_polygons_with_Boost.cpp Fix a serious bug in EDA_RECT::Intersects 2012-04-16 14:56:01 +02:00
zones_convert_to_polygons_aux_functions.cpp Add more pad local copper zone settings in pcbnew. Tune the pad properties dialog a little. 2012-03-08 22:44:03 +02:00
zones_functions_for_undo_redo.cpp Add module and pad local parameters for pad-zone connections (thermal, solid etc.) in pcbnew. 2012-02-25 01:23:46 +02:00
zones_functions_for_undo_redo.h Application name capitalization fixes. 2011-09-30 14:15:37 -04:00
zones_non_copper_type_functions.cpp More internal unit improvements. 2012-04-16 13:39:32 -04:00
zones_polygons_insulated_copper_islands.cpp see CHANGELOG.txt 2012-02-18 22:02:19 -06:00
zones_polygons_test_connections.cpp see CHANGELOG.txt 2012-02-18 22:02:19 -06:00
zones_test_and_combine_areas.cpp fix some warnings in Debug mode under wx 2.9.x 2012-02-10 16:26:42 -06:00