kicad/pcbnew
charras aee56a936e Change grid size type from integer to double (using wxRealPoint insteed of wxSize).
Mandatory in Pcbnew to handle without error metric grid used now for some footprints (BGA, connectors)
Not fully tested
2009-02-07 08:33:25 +00:00
..
CMakeLists.txt Build optimizations and cursor movement key bug fix. 2009-02-05 20:53:08 +00:00
Info.plist Added Mac OS X icons and Info.plist files from Marco Serantoni 2007-10-28 23:04:56 +00:00
affiche.cpp WinEDA_BasePcbFrame::m_Pcb is now private, use GetBoard() to access it. 2009-01-05 05:21:35 +00:00
ar_protos.h See my change_log.txt 2007-Sep-13 UPDATE 2007-09-13 11:55:46 +00:00
attribut.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
automove.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
autoplac.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
autorout.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
autorout.h made cvpcb and gerbview compilable with last changes in pcbnew 2008-10-20 05:59:58 +00:00
basepcbframe.cpp Build optimizations and cursor movement key bug fix. 2009-02-05 20:53:08 +00:00
block.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
block_module_editor.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
board.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
cell.h add files not currently available in source (e.g. docs, modules, etc.) 2007-06-05 12:10:51 +00:00
class_board.cpp Pcbnew: Added display a short net name on vias and pads. Also, code cleaning 2008-12-14 19:45:05 +00:00
class_board.h Bugs and problems solved in fields edition (some are windows only) 2008-12-31 15:01:29 +00:00
class_board_connected_item.cpp Build optimizations and cursor movement key bug fix. 2009-02-05 20:53:08 +00:00
class_board_item.cpp Pcbnew: Added display a short net name on vias and pads. Also, code cleaning 2008-12-14 19:45:05 +00:00
class_cotation.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
class_cotation.h injected DLIST<> into many list heads, see change_log.txt 2008-12-04 04:28:11 +00:00
class_drawsegment.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
class_drawsegment.h Added dialog box to edit graphic items 2008-12-23 13:14:01 +00:00
class_drc_item.cpp factored out ShowCoord() to use common operator << (wxString, wxPoint) 2008-05-05 19:54:21 +00:00
class_edge_mod.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
class_edge_mod.h polygon work, EDGE_MODULE::m_PolyPoints is now std::vector 2008-12-29 18:02:54 +00:00
class_equipot.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
class_equipot.h Pcbnew: Added display a short net name on vias and pads. Also, code cleaning 2008-12-14 19:45:05 +00:00
class_marker.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
class_marker.h injected DLIST<> into many list heads, see change_log.txt 2008-12-04 04:28:11 +00:00
class_mire.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
class_mire.h injected DLIST<> into many list heads, see change_log.txt 2008-12-04 04:28:11 +00:00
class_module.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
class_module.h pcbnew: solved: info not displayed when clicking on a module. Removed: gcc 4.2.1 warning in moduleframe.cpp 2009-01-31 21:42:05 +00:00
class_pad.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
class_pad.h Pcbnew: Added display a short net name on vias and pads. Also, code cleaning 2008-12-14 19:45:05 +00:00
class_pad_draw_functions.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
class_pcb_text.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
class_pcb_text.h injected DLIST<> into many list heads, see change_log.txt 2008-12-04 04:28:11 +00:00
class_text_mod.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
class_text_mod.h Cleaning code to draw/plot texts; italic allowed for pcbnew 2008-12-22 21:06:44 +00:00
class_track.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
class_track.h Pcbnew: Added display a short net name on vias and pads. Also, code cleaning 2008-12-14 19:45:05 +00:00
class_zone.cpp faster if tests 2009-02-05 18:17:01 +00:00
class_zone.h New zoom implementation and some build optimizations. 2009-01-29 14:26:20 +00:00
class_zone_setting.cpp cleanup, cosmetic enhancements. enhancements about display zones options 2008-12-12 21:30:07 +00:00
class_zone_setting.h cleanup, cosmetic enhancements. enhancements about display zones options 2008-12-12 21:30:07 +00:00
classpcb.cpp Change grid size type from integer to double (using wxRealPoint insteed of wxSize). 2009-02-07 08:33:25 +00:00
clean.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
cleaningoptions_dialog.cpp 2008-Feb-12 UPDATE Tim Hanson sideskate@gmail.com 2008-02-12 21:12:46 +00:00
cleaningoptions_dialog.h 2008-Feb-12 UPDATE Tim Hanson sideskate@gmail.com 2008-02-12 21:12:46 +00:00
cleaningoptions_dialog.pjd MAYBE_RESIZE_BORDER field now provided within all .pjd files; 2007-10-22 00:26:05 +00:00
collectors.cpp injected DLIST<> into many list heads, see change_log.txt 2008-12-04 04:28:11 +00:00
collectors.h injected DLIST<> into many list heads, see change_log.txt 2008-12-04 04:28:11 +00:00
connect.cpp injected DLIST<> into many list heads, see change_log.txt 2008-12-04 04:28:11 +00:00
controle.cpp Change grid size type from integer to double (using wxRealPoint insteed of wxSize). 2009-02-07 08:33:25 +00:00
copy_track.cpp.notused more amazing free specctra import/export software 2008-02-08 00:16:59 +00:00
cotation.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
cross-probing.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
deltrack.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
dialog_SVG_print.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
dialog_SVG_print_base.cpp Cleaning code in print dialogs. 2009-01-17 17:32:20 +00:00
dialog_SVG_print_base.fbp Cleaning code in print dialogs. 2009-01-17 17:32:20 +00:00
dialog_SVG_print_base.h Eeschema+Pcbnew: code cleanup and refinements in plot SVG format 2009-01-13 19:18:54 +00:00
dialog_copper_zones.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
dialog_copper_zones.h Some cleanup and libraries update 2008-11-22 11:10:40 +00:00
dialog_copper_zones_base.cpp cleanup, cosmetic enhancements. enhancements about display zones options 2008-12-12 21:30:07 +00:00
dialog_copper_zones_base.fbp cleanup, cosmetic enhancements. enhancements about display zones options 2008-12-12 21:30:07 +00:00
dialog_copper_zones_base.h cleanup, cosmetic enhancements. enhancements about display zones options 2008-12-12 21:30:07 +00:00
dialog_display_options_base.cpp Uploaded forgotten files 2008-12-23 08:23:28 +00:00
dialog_display_options_base.fbp Uploaded forgotten files 2008-12-23 08:23:28 +00:00
dialog_display_options_base.h Uploaded forgotten files 2008-12-23 08:23:28 +00:00
dialog_drc.cpp gerbview, pcbnew's BOARD container changes 2008-12-06 21:20:50 +00:00
dialog_drc.h dialog width 2008-03-19 21:43:40 +00:00
dialog_drc.pjd drc re-work now done 2007-12-04 20:44:41 +00:00
dialog_edit_module.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
dialog_edit_module.h more DLIST<> work 2008-12-06 08:21:54 +00:00
dialog_edit_module_text.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
dialog_edit_module_text.h Cleaning code to draw/plot texts; italic allowed for pcbnew 2008-12-22 21:06:44 +00:00
dialog_edit_module_text_base.cpp Cleaning code to draw/plot texts; italic allowed for pcbnew 2008-12-22 21:06:44 +00:00
dialog_edit_module_text_base.fbp Cleaning code to draw/plot texts; italic allowed for pcbnew 2008-12-22 21:06:44 +00:00
dialog_edit_module_text_base.h Cleaning code to draw/plot texts; italic allowed for pcbnew 2008-12-22 21:06:44 +00:00
dialog_freeroute_exchange.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
dialog_freeroute_exchange.h refined the dialog_freeroute_exchange. See changelog 2008-03-20 21:32:25 +00:00
dialog_freeroute_exchange.pjd right static box resizes vertically 2008-03-25 16:20:07 +00:00
dialog_gendrill.cpp Menu and statusbar strings made more clear 2008-10-03 13:13:21 +00:00
dialog_gendrill.h patch for 3D viewer from Emanuel Rumpf and minor other changes 2008-08-16 17:42:40 +00:00
dialog_gendrill.pjd patch for 3D viewer from Emanuel Rumpf and minor other changes 2008-08-16 17:42:40 +00:00
dialog_general_options.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
dialog_general_options.h pcbnew: Convert dialog_display_option from DialogBlocks to wxFormBuilder, rename files and remove typos 2008-12-21 16:54:27 +00:00
dialog_general_options_BoardEditor_base.cpp pcbnew: Convert dialog_display_option from DialogBlocks to wxFormBuilder, rename files and remove typos 2008-12-21 16:54:27 +00:00
dialog_general_options_BoardEditor_base.fbp pcbnew: Convert dialog_display_option from DialogBlocks to wxFormBuilder, rename files and remove typos 2008-12-21 16:54:27 +00:00
dialog_general_options_BoardEditor_base.h pcbnew: Convert dialog_display_option from DialogBlocks to wxFormBuilder, rename files and remove typos 2008-12-21 16:54:27 +00:00
dialog_graphic_item_properties.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
dialog_graphic_item_properties_base.cpp Added dialog box to edit graphic items 2008-12-23 13:15:08 +00:00
dialog_graphic_item_properties_base.fbp Added dialog box to edit graphic items 2008-12-23 13:15:08 +00:00
dialog_graphic_item_properties_base.h Added dialog box to edit graphic items 2008-12-23 13:15:08 +00:00
dialog_graphic_items_options.cpp DRC rework start 2007-11-27 01:34:35 +00:00
dialog_graphic_items_options.h DRC rework start 2007-11-27 01:34:35 +00:00
dialog_graphic_items_options.pjd DRC rework start 2007-11-27 01:34:35 +00:00
dialog_graphic_items_options.rc add files not currently available in source (e.g. docs, modules, etc.) 2007-06-05 12:10:51 +00:00
dialog_initpcb.cpp add files not currently available in source (e.g. docs, modules, etc.) 2007-06-05 12:10:51 +00:00
dialog_initpcb.h resizeable borders option 2007-10-02 15:35:31 +00:00
dialog_initpcb.pjd MAYBE_RESIZE_BORDER field now provided within all .pjd files; 2007-10-22 00:26:05 +00:00
dialog_initpcb.rc add files not currently available in source (e.g. docs, modules, etc.) 2007-06-05 12:10:51 +00:00
dialog_netlist.cpp WinEDA_BasePcbFrame::m_Pcb is now private, use GetBoard() to access it. 2009-01-05 05:21:35 +00:00
dialog_netlist.h eeschema: made in some dialogs the ESC key working (linux version, already working under windows) 2008-04-30 11:52:34 +00:00
dialog_netlist.pjd eeschema: made in some dialogs the ESC key working (linux version, already working under windows) 2008-04-30 11:52:34 +00:00
dialog_netlist.rc add files not currently available in source (e.g. docs, modules, etc.) 2007-06-05 12:10:51 +00:00
dialog_non_copper_zones_properties_base.cpp set eol-style native on new files 2008-11-14 22:40:31 +00:00
dialog_non_copper_zones_properties_base.fbp set eol-style native on new files 2008-11-14 22:40:31 +00:00
dialog_non_copper_zones_properties_base.h set eol-style native on new files 2008-11-14 22:40:31 +00:00
dialog_orient_footprints.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
dialog_orient_footprints.h doc update. 2008-07-12 07:25:35 +00:00
dialog_orient_footprints.pjd doc update. 2008-07-12 07:25:35 +00:00
dialog_pad_properties.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
dialog_pad_properties_base.cpp more about zones 2008-11-24 20:46:41 +00:00
dialog_pad_properties_base.fbp set eol-style native on new file 2008-11-22 21:20:21 +00:00
dialog_pad_properties_base.h Some cleanup and libraries update 2008-11-22 11:10:40 +00:00
dialog_pcb_text_properties.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
dialog_print_using_printer.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
dialog_print_using_printer_base.cpp Cleaning code in print dialogs. 2009-01-17 17:32:20 +00:00
dialog_print_using_printer_base.fbp Cleaning code in print dialogs. 2009-01-17 17:32:20 +00:00
dialog_print_using_printer_base.h Cleaning code in print dialogs. 2009-01-17 17:32:20 +00:00
dialog_setup_libs.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
dialog_setup_libs.h resizeable borders option 2007-10-02 15:35:31 +00:00
dialog_setup_libs.pjd MAYBE_RESIZE_BORDER field now provided within all .pjd files; 2007-10-22 00:26:05 +00:00
dialog_track_options.cpp injected DLIST<> into many list heads, see change_log.txt 2008-12-04 04:28:11 +00:00
dialog_track_options.h small bugs fixed. Added: Support for microvias (see changelog) 2008-01-12 20:31:56 +00:00
dialog_track_options.pjd small bugs fixed. Added: Support for microvias (see changelog) 2008-01-12 20:31:56 +00:00
dialog_track_options.rc add files not currently available in source (e.g. docs, modules, etc.) 2007-06-05 12:10:51 +00:00
dist.cpp add files not currently available in source (e.g. docs, modules, etc.) 2007-06-05 12:10:51 +00:00
drag.h fixed track delete bug 2007-11-02 18:21:43 +00:00
dragsegm.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
drc.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
drc_stuff.h injected DLIST<> into many list heads, see change_log.txt 2008-12-04 04:28:11 +00:00
dsn.cpp isspace() handles characters in range 0-255 only 2008-11-18 20:32:53 +00:00
dsn.h include fix 2008-04-02 23:28:28 +00:00
dupltrac.cpp.notused notused, maybe delete soon 2007-08-10 14:51:39 +00:00
edgemod.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
edit.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
edit_pcb_text.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
edit_track_width.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
editedge.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
editmod.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
editrack-part2.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
editrack.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
edtxtmod.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
edtxtmod.rc add files not currently available in source (e.g. docs, modules, etc.) 2007-06-05 12:10:51 +00:00
export_gencad.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
files.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
find.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
find.h resizeable borders option 2007-10-02 15:35:31 +00:00
find.pjd MAYBE_RESIZE_BORDER field now provided within all .pjd files; 2007-10-22 00:26:05 +00:00
find.rc add files not currently available in source (e.g. docs, modules, etc.) 2007-06-05 12:10:51 +00:00
gen_drill_report_files.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
gen_holes_and_tools_lists_for_drill.cpp injected DLIST<> into many list heads, see change_log.txt 2008-12-04 04:28:11 +00:00
gen_modules_placefile.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
gen_self.h WinEDA_BasePcbFrame::m_Pcb is now private, use GetBoard() to access it. 2009-01-05 05:21:35 +00:00
gendrill.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
gendrill.h Better support for micro vias. infos in changelog 2008-01-25 16:47:36 +00:00
globaleditpad.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
gpcb_exchange.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
graphpcb.cpp injected DLIST<> into many list heads, see change_log.txt 2008-12-04 04:28:11 +00:00
hotkeys.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
hotkeys.h small bugs fixed. Added: Support for microvias (see changelog) 2008-01-12 20:31:56 +00:00
icon_modedit.ico Initial import of KiCad. 2007-05-06 16:03:28 +00:00
icon_pcbnew.ico Initial import of KiCad. 2007-05-06 16:03:28 +00:00
icon_w3d.ico Initial import of KiCad. 2007-05-06 16:03:28 +00:00
initpcb.cpp Change grid size type from integer to double (using wxRealPoint insteed of wxSize). 2009-02-07 08:33:25 +00:00
ioascii.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
librairi.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
loadcmp.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
locate.cpp injected DLIST<> into many list heads, see change_log.txt 2008-12-04 04:28:11 +00:00
makefile.g95 eeschema: removed a bug that crashes eeschema when attempting to edit a component not found in lib 2008-12-04 20:53:11 +00:00
makefile.gtk very minor updates 2008-07-25 13:37:53 +00:00
makefile.include See changelog 2009-02-06 11:45:35 +00:00
makefile.macosx Added deps make target for Mac OS X 2007-11-19 14:35:04 +00:00
menubarmodedit.cpp Menu and statusbar strings made more clear 2008-10-07 16:33:57 +00:00
menubarpcb.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
mirepcb.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
modedit.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
modedit_onclick.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
modedit_undo_redo.cpp WinEDA_BasePcbFrame::m_Pcb is now private, use GetBoard() to access it. 2009-01-05 05:21:35 +00:00
modeditoptions.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
moduleframe.cpp Change grid size type from integer to double (using wxRealPoint insteed of wxSize). 2009-02-07 08:33:25 +00:00
modules.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
move-drag_pads.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
move_copy_track.cpp.notused file maintenance 2007-12-17 22:08:42 +00:00
move_or_drag_track.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
muonde.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
muwave_command.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
netlist.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
onleftclick.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
onrightclick.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
pcbcfg.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
pcbcfg.h See changelog 2009-02-06 11:45:35 +00:00
pcbframe.cpp Change grid size type from integer to double (using wxRealPoint insteed of wxSize). 2009-02-07 08:33:25 +00:00
pcbnew.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
pcbnew.h Improved grid implementation, 3D viewer debug assertion fix, moved drawpanel.cpp to common library, and added WinEDA_Appl declaration. 2008-12-05 16:03:05 +00:00
pcbnew.icns Added Mac OS X icons and Info.plist files from Marco Serantoni 2007-10-28 23:04:56 +00:00
pcbnew.rc add files not currently available in source (e.g. docs, modules, etc.) 2007-06-05 12:10:51 +00:00
pcbplot.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
pcbplot.h Eeschema+Pcbnew: code cleanup and refinements in plot SVG format 2009-01-13 19:18:54 +00:00
plot_rtn.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
plotgerb.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
plothpgl.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
plotps.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
print_board_functions.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
protos.h More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
queue.cpp Compiler warnings fixes. 2008-05-01 17:12:38 +00:00
ratsnest.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
router.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
sel_layer.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
set_color.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
set_color.h pcbnew crashes set color 2008-12-18 08:44:53 +00:00
set_grid.cpp See changelog 2009-02-06 11:45:35 +00:00
set_grid.h resizeable borders option 2007-10-02 15:35:31 +00:00
set_grid.pjd MAYBE_RESIZE_BORDER field now provided within all .pjd files; 2007-10-22 00:26:05 +00:00
set_grid.rc add files not currently available in source (e.g. docs, modules, etc.) 2007-06-05 12:10:51 +00:00
solve.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
specctra.cpp PADSTACK::Compare() now tests id also to include drill hole size 2008-10-30 18:53:39 +00:00
specctra.h resolved the zone 'cutout' support to specctra, handle zones with attached to no nets, namelessly 2009-02-06 22:10:37 +00:00
specctra_export.cpp resolved the zone 'cutout' support to specctra, handle zones with attached to no nets, namelessly 2009-02-06 22:10:37 +00:00
specctra_import.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
surbrill.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
swap_layers.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
tool_modedit.cpp See changelog 2009-02-06 11:45:35 +00:00
tool_onrightclick.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
tool_pcb.cpp See changelog 2009-02-06 11:45:35 +00:00
tr_modif.cpp injected DLIST<> into many list heads, see change_log.txt 2008-12-04 04:28:11 +00:00
tracemod.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
tracepcb.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
track.cpp WinEDA_BasePcbFrame::m_Pcb is now private, use GetBoard() to access it. 2009-01-05 05:21:35 +00:00
trpiste.cpp injected DLIST<> into many list heads, see change_log.txt 2008-12-04 04:28:11 +00:00
undelete.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
via_edit.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
work.cpp use pad_shapes.h 2008-01-05 17:30:56 +00:00
xchgmod.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
zone_filling_algorithm.cpp Calculations to create filled areas in a zone modified and uses 2 pass. See changelog 2009-01-10 17:12:51 +00:00
zones.h code cleaning in zones functions 2008-10-23 10:26:06 +00:00
zones_by_polygon.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
zones_convert_brd_items_to_polygons.cpp Polygon enhancements 2009-01-27 14:16:09 +00:00
zones_non_copper_type_functions.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00
zones_polygons_insulated_copper_islands.cpp injected DLIST<> into many list heads, see change_log.txt 2008-12-04 04:28:11 +00:00
zones_polygons_test_connections.cpp injected DLIST<> into many list heads, see change_log.txt 2008-12-04 04:28:11 +00:00
zones_test_and_combine_areas.cpp More header file realignments to reduce recompiling and general code cleaning. 2009-02-04 15:25:03 +00:00