Name
Last commit
Last update
..
dialogs Doxygen warning fixes.
gerber_test_files Gerbview: add gerber test file.
CMakeLists.txt Remove Kbool from Kicad. Use Clipper instead.
Info.plist Fix some minor OS X issues
block.cpp Enforced EDA_COLOR_T type and minor const-ification
class_DCodeSelectionbox.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths
class_DCodeSelectionbox.h More encapsulation work and other minor improvements.
class_GERBER.cpp Gerbview: remove dependencies from Pcbnew.
class_GERBER.h Gerbview: remove dependencies from Pcbnew.
class_am_param.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths
class_am_param.h switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths
class_aperture_macro.cpp All: remove macros MAX, MIN, ABS from macros.h and replace these macros by std::max, std::min and std::abs (mainly found in old code).
class_aperture_macro.h Enforced EDA_COLOR_T type and minor const-ification
class_excellon.h Gerbview: remove dependencies from Pcbnew.
class_gbr_layer_box_selector.cpp Enforced EDA_COLOR_T type and minor const-ification
class_gbr_layer_box_selector.h Enforced EDA_COLOR_T type and minor const-ification
class_gbr_layout.cpp Gerbview: remove dependencies from Pcbnew.
class_gbr_layout.h Encapsulated drawmode as an enum for type checking
class_gbr_screen.cpp Pcbnew: fix bug Bug #1001107 (Solder Mask Ratio Clearance bad value)
class_gbr_screen.h Gerbview: remove dependencies from Pcbnew.
class_gerber_draw_item.cpp All: remove macros MAX, MIN, ABS from macros.h and replace these macros by std::max, std::min and std::abs (mainly found in old code).
class_gerber_draw_item.h Enforced EDA_COLOR_T type and minor const-ification
class_gerbview_layer_widget.cpp All: fix most of Doxygen warnings.
class_gerbview_layer_widget.h Enforced EDA_COLOR_T type and minor const-ification
controle.cpp Very minor fixes.
dcode.cpp All: remove macros MAX, MIN, ABS from macros.h and replace these macros by std::max, std::min and std::abs (mainly found in old code).
dcode.h Enforced EDA_COLOR_T type and minor const-ification
draw_gerber_screen.cpp MacOSX: disabling BufferedBitmap of OSX in gerbview, not supported nor accelerable and bitmap becomes too large in case of retina display to be usable
events_called_functions.cpp Gerbview: remove dependencies from Pcbnew.
excellon_read_drill_file.cpp switch all <math.h> includes to <cmath> includes on an attempt to dodge some abiguous references to atan2()
export_to_pcbnew.cpp All: fix most of Doxygen warnings.
files.cpp Script plotting patch
gerbview.cpp Enforced EDA_COLOR_T type and minor const-ification
gerbview.h All: fix most of Doxygen warnings.
gerbview.icns [MacOSX] Updated Icons - Document ones still missing :(
gerbview.rc Remove old xpm icons files
gerbview_config.cpp Enforced EDA_COLOR_T type and minor const-ification
gerbview_doc.icns Update OS X icns icons
gerbview_frame.cpp All: remove macros MAX, MIN, ABS from macros.h and replace these macros by std::max, std::min and std::abs (mainly found in old code).
gerbview_frame.h All: fix most of Doxygen warnings.
gerbview_id.h switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths
hotkeys.cpp Very minor fixes.
hotkeys.h switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths
initpcb.cpp Gerbview: remove dependencies from Pcbnew.
locate.cpp Pcbnew: fix bug Bug #1001107 (Solder Mask Ratio Clearance bad value)
menubar.cpp Move AddMenuItem inline functions outside wxstruct.h in a new file (menu_helpers.h)
onleftclick.cpp Gerbview: remove dependencies from Pcbnew.
onrightclick.cpp Gerbview: remove dependencies from Pcbnew.
options.cpp Gerbview: remove dependencies from Pcbnew.
pcbplot.cpp Removed g_pcb_plot_options from gerbview (which has no plotting anyway...)
pcbplot.h Removed g_pcb_plot_options from gerbview (which has no plotting anyway...)
readgerb.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths
rs274_read_XY_and_IJ_coordinates.cpp All: change MILS_TO_IU_SCALING_FACTOR constant to IU_PER_MILS ( and MM_TO_IU_SCALING_FACTOR to IU_PER_MM)
rs274d.cpp All: remove macros MAX, MIN, ABS from macros.h and replace these macros by std::max, std::min and std::abs (mainly found in old code).
rs274x.cpp All: change MILS_TO_IU_SCALING_FACTOR constant to IU_PER_MILS ( and MM_TO_IU_SCALING_FACTOR to IU_PER_MM)
select_layers_to_pcb.cpp Doxygen warning fixes.
select_layers_to_pcb.h Gerbview: remove dependencies from Pcbnew.
toolbars_gerber.cpp Gerbview: remove dependencies from Pcbnew.