You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
jean-pierre charras 4ee344e150 Gerber files: Enable net attributes options in plot Gerber dlg and fix net attribute for "no net" tracks and vias (netcode <= 0). 9 years ago
..
dialogs Fixes: lp:1630105 (Gerbview print dialog does not display graphic layers list on some windows managers like Unity) 9 years ago
gerber_test_files Gerbview: Fix 2 (minor) issues in aperture macro "moire". Add a .gbr test file for this aperture macro. 9 years ago
CMakeLists.txt Gerbview: rename a file with a better name. Add a test file to test aperture macros which include a negative object (currently incorrectly displayed by Gerbview) 10 years ago
Info.plist Changed the bundle identifier to org.kicad-pcb.<app> to follow the kicad domain name 10 years ago
block.cpp Gerbview: code cleanup (mainly remove g_GERBER_List global variable) 9 years ago
class_DCodeSelectionbox.cpp Gerbview: better management of d_codes list in toolbars. 9 years ago
class_DCodeSelectionbox.h Gerbview: better management of d_codes list in toolbars. 9 years ago
class_X2_gerber_attributes.cpp Gerbview: Add %TO (Netlist attribute) support in X2 format. Fix a bug in a not previously very used method. 9 years ago
class_X2_gerber_attributes.h Gerbview: support of %TA.AperFunction (aperture attribute) and better support of %TO (currently work in progress) object attribute. 9 years ago
class_am_param.cpp Fix bugs 1264236, 1264238, 1264254 12 years ago
class_am_param.h Gerbview: Fix 2 (minor) issues in aperture macro "moire". Add a .gbr test file for this aperture macro. 9 years ago
class_aperture_macro.cpp Gerbview: Fix 2 (minor) issues in aperture macro "moire". Add a .gbr test file for this aperture macro. 9 years ago
class_aperture_macro.h Fix incorrect handling of Aperture Macros, especially when using exposure OFF in macros. 10 years ago
class_excellon.h Add more "override" markers. 9 years ago
class_gbr_display_options.h Gerbview: serious code cleanup (with the serious help of Mark Roszko's work on Gerbview) 10 years ago
class_gbr_layer_box_selector.cpp Gerbview: code cleanup (mainly remove g_GERBER_List global variable) 9 years ago
class_gbr_layer_box_selector.h Explicitly mark overriding functions. 9 years ago
class_gbr_layout.cpp Gerbview: support of %TA.AperFunction (aperture attribute) and better support of %TO (currently work in progress) object attribute. 9 years ago
class_gbr_layout.h Gerbview: code cleanup (mainly remove g_GERBER_List global variable) 9 years ago
class_gbr_screen.cpp Code cleanup: Remove outdated decimils to/from iu defines and conversion functions (decimils are no more in use since a long time). 10 years ago
class_gbr_screen.h Explicitly mark overriding functions. 9 years ago
class_gerber_draw_item.cpp Gerber files: Enable net attributes options in plot Gerber dlg and fix net attribute for "no net" tracks and vias (netcode <= 0). 9 years ago
class_gerber_draw_item.h Add more "override" markers. 9 years ago
class_gerber_file_image.cpp Gerbview: better management of d_codes list in toolbars. 9 years ago
class_gerber_file_image.h Gerbview: support of %TA.AperFunction (aperture attribute) and better support of %TO (currently work in progress) object attribute. 9 years ago
class_gerber_file_image_list.cpp Gerbview: fix a crash when reading polygons with arcs. 9 years ago
class_gerber_file_image_list.h Gerbview: fix a crash when reading polygons with arcs. 9 years ago
class_gerbview_layer_widget.cpp Gerbview: code cleanup (mainly remove g_GERBER_List global variable) 9 years ago
class_gerbview_layer_widget.h Explicitly mark overriding functions. 9 years ago
clear_gbr_drawlayers.cpp Gerbview: support of %TA.AperFunction (aperture attribute) and better support of %TO (currently work in progress) object attribute. 9 years ago
controle.cpp Gerbview: code cleanup (with the help of Mark Roszko's work) 10 years ago
dcode.cpp Gerbview: Add %TO (Netlist attribute) support in X2 format. Fix a bug in a not previously very used method. 9 years ago
dcode.h Gerbview: better support of advanced X2 attributes. 9 years ago
draw_gerber_screen.cpp Gerbview print: print now the Gerber filename, the number of pages to print, and a page number 9 years ago
events_called_functions.cpp Add Help Menu item to open browser at kicad-pcb.org/contribute 9 years ago
excellon_read_drill_file.cpp Convert remaining occurences of stri[n]cmp to str[n]casecmp. 9 years ago
export_to_pcbnew.cpp Gerbview: code cleanup (mainly remove g_GERBER_List global variable) 9 years ago
files.cpp Gerbview: fix a crash when reading polygons with arcs. 9 years ago
gerbview.cpp Add more "override" markers. 9 years ago
gerbview.h Gerbview: code cleanup (with the help of Mark Roszko's work) 10 years ago
gerbview.icns [MacOSX] Updated Icons - Document ones still missing :( 13 years ago
gerbview.rc Remove old xpm icons files 14 years ago
gerbview_config.cpp Gerbview: code cleanup (with the help of Mark Roszko's work) 10 years ago
gerbview_doc.icns Update OS X icns icons 16 years ago
gerbview_frame.cpp Unify window title formats 9 years ago
gerbview_frame.h Add more "override" markers. 9 years ago
gerbview_id.h Gerbview: support of %TA.AperFunction (aperture attribute) and better support of %TO (currently work in progress) object attribute. 9 years ago
hotkeys.cpp Add zoom-to-selection tool to gerbview 9 years ago
hotkeys.h Gerbview: fix a crash when trying to edit hotkeys. Add a few missing hotkeys. 11 years ago
locate.cpp Gerbview: locate item now does not take in account not visible layers. Remove an unused file 9 years ago
menubar.cpp Add Help Menu item to open browser at kicad-pcb.org/contribute 9 years ago
onleftclick.cpp Gerbview: support of %TA.AperFunction (aperture attribute) and better support of %TO (currently work in progress) object attribute. 9 years ago
onrightclick.cpp Gerbview: support of %TA.AperFunction (aperture attribute) and better support of %TO (currently work in progress) object attribute. 9 years ago
printout_control.cpp Gerbview print: print now the Gerber filename, the number of pages to print, and a page number 9 years ago
readgerb.cpp Gerbview: minor code cleanup. 9 years ago
rs274_read_XY_and_IJ_coordinates.cpp Gerbview: more code cleanup. Rename class GERBER_IMAGE GERBER_FILE_IMAGE, because it handles the gerber image and the gerber file info. 10 years ago
rs274d.cpp Gerbview: fix a crash when reading polygons with arcs. 9 years ago
rs274x.cpp Convert remaining occurences of stri[n]cmp to str[n]casecmp. 9 years ago
select_layers_to_pcb.cpp Gerbview: minor code cleanup. 9 years ago
select_layers_to_pcb.h Explicitly mark overriding functions. 9 years ago
toolbars_gerber.cpp Fix 2 Coverity warnings. 9 years ago