kicad/gerbview
jean-pierre charras 001723e077 Worksheet code: cleanup and remove useless parameters. 2013-05-22 10:45:25 +02:00
..
dialogs Removed ugly usage of an extra layer slot for the layer count in gerbview 2013-04-10 09:03:19 +02:00
gerber_test_files Gerbview: add gerber test file. 2010-12-06 13:18:56 +01:00
CMakeLists.txt Remove duplicate code to draw and to plot title blocks. 2013-05-21 09:18:25 +02:00
Info.plist Fix some minor OS X issues 2011-08-30 09:35:40 +02:00
block.cpp Enforced EDA_COLOR_T type and minor const-ification 2012-09-02 14:06:47 +02:00
class_DCodeSelectionbox.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_DCodeSelectionbox.h More encapsulation work and other minor improvements. 2011-12-16 08:32:23 -05:00
class_GERBER.cpp remove non-UTF8 encoded characters from source tree & format fix 2013-05-13 12:30:27 -05:00
class_GERBER.h Gerbview: remove dependencies from Pcbnew. 2012-05-04 19:44:42 +02:00
class_am_param.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_am_param.h switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
class_aperture_macro.cpp Migrated the interfaces accepting angles to the double type 2013-05-05 09:17:48 +02:00
class_aperture_macro.h Enforced EDA_COLOR_T type and minor const-ification 2012-09-02 14:06:47 +02:00
class_excellon.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_gbr_layer_box_selector.cpp Factored out text anchor drawing 2013-04-09 18:00:46 +02:00
class_gbr_layer_box_selector.h Factored out text anchor drawing 2013-04-09 18:00:46 +02:00
class_gbr_layout.cpp Factored out text anchor drawing 2013-04-09 18:00:46 +02:00
class_gbr_layout.h Factored out text anchor drawing 2013-04-09 18:00:46 +02:00
class_gbr_screen.cpp Pcbnew: fix bug Bug #1001107 (Solder Mask Ratio Clearance bad value) 2012-05-18 10:33:57 +02:00
class_gbr_screen.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_gerber_draw_item.cpp Migrated the interfaces accepting angles to the double type 2013-05-05 09:17:48 +02:00
class_gerber_draw_item.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_gerbview_layer_widget.cpp Gerbview, layer manager: add option (popup menu) to always keep layers not visible but the active layer, even when the active layer is changed. 2013-04-06 14:01:53 +02:00
class_gerbview_layer_widget.h Gerbview, layer manager: add option (popup menu) to always keep layers not visible but the active layer, even when the active layer is changed. 2013-04-06 14:01:53 +02:00
controle.cpp Very minor fixes. 2012-05-19 21:04:03 +02:00
dcode.cpp remove non-UTF8 encoded characters from source tree & format fix 2013-05-13 12:30:27 -05:00
dcode.h Enforced EDA_COLOR_T type and minor const-ification 2012-09-02 14:06:47 +02:00
draw_gerber_screen.cpp Worksheet code: cleanup and remove useless parameters. 2013-05-22 10:45:25 +02:00
events_called_functions.cpp Gerbview, layer manager: add option (popup menu) to always keep layers not visible but the active layer, even when the active layer is changed. 2013-04-06 14:01:53 +02:00
excellon_read_drill_file.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
export_to_pcbnew.cpp More int casts to rounding conversions 2013-05-04 13:57:09 +02:00
files.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
gerbview.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
gerbview.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
gerbview.icns [MacOSX] Updated Icons - Document ones still missing :( 2012-09-27 19:20:44 +02:00
gerbview.rc Remove old xpm icons files 2012-04-07 13:09:57 +02:00
gerbview_config.cpp More work on EDA_COLOR_T and layers. 2013-04-04 23:35:01 +02:00
gerbview_doc.icns Update OS X icns icons 2010-05-13 21:03:12 +02:00
gerbview_frame.cpp Removed some spurious float casts 2013-05-07 19:31:52 +02:00
gerbview_frame.h Factored out text anchor drawing 2013-04-09 18:00:46 +02:00
gerbview_id.h Gerbview: add option to show negative objects. 2013-01-06 14:31:49 +01:00
hotkeys.cpp Very minor fixes. 2012-05-19 21:04:03 +02:00
hotkeys.h switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
initpcb.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
locate.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
menubar.cpp Gerbview: add option to show negative objects. 2013-01-06 14:31:49 +01:00
onleftclick.cpp More int casts to rounding conversions 2013-05-04 13:57:09 +02:00
onrightclick.cpp Gerbview: remove dependencies from Pcbnew. 2012-05-04 19:44:42 +02:00
options.cpp Gerbview: remove dependencies from Pcbnew. 2012-05-04 19:44:42 +02:00
pcbplot.cpp Script plotting patch 2012-08-29 18:59:50 +02:00
pcbplot.h Script plotting patch 2012-08-29 18:59:50 +02:00
readgerb.cpp Better strings for the translators (converted concatenations to formats) 2013-04-09 19:49:01 +02:00
rs274_read_XY_and_IJ_coordinates.cpp Gerbview: fix bug #1176538 (incorrect flashed items size, when defined by aperture macros) 2013-05-18 18:56:03 +02:00
rs274d.cpp Migrated the interfaces accepting angles to the double type 2013-05-05 09:17:48 +02:00
rs274x.cpp fix some compiler warnings 2013-04-18 12:03:47 -05:00
select_layers_to_pcb.cpp Removed ugly usage of an extra layer slot for the layer count in gerbview 2013-04-10 09:03:19 +02:00
select_layers_to_pcb.h Removed ugly usage of an extra layer slot for the layer count in gerbview 2013-04-10 09:03:19 +02:00
toolbars_gerber.cpp Gerbview, layer manager: add option (popup menu) to always keep layers not visible but the active layer, even when the active layer is changed. 2013-04-06 14:01:53 +02:00