kicad/gerbview
Simon Richter 96ec9db5d6 Add missing C++ stdlib headers
The GCC standard library headers often include other headers, which makes
some code compile that forgets to include several headers.
2016-05-28 12:46:29 -04:00
..
dialogs Gerbview: more code refactoring: remove useless files. Fix a few issues or bugs. 2016-05-27 10:20:17 +02:00
gerber_test_files 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 2013-05-25 23:36:44 -05:00
CMakeLists.txt Gerbview: more code refactoring: remove useless files. Fix a few issues or bugs. 2016-05-27 10:20:17 +02:00
Info.plist Changed the bundle identifier to org.kicad-pcb.<app> to follow the kicad domain name 2015-10-30 08:43:04 +13:00
block.cpp Gerbview: more code refactoring. 2016-05-26 13:57:43 +02:00
class_DCodeSelectionbox.cpp Gerbview: code cleanup (with the help of Mark Roszko's work) 2016-05-25 11:45:55 +02:00
class_DCodeSelectionbox.h More missing source license fixes. 2014-10-21 14:36:45 -04:00
class_X2_gerber_attributes.cpp Gerbview: code cleanup (with the help of Mark Roszko's work) 2016-05-25 11:45:55 +02:00
class_X2_gerber_attributes.h Gerbview: code cleanup (with the help of Mark Roszko's work) 2016-05-25 11:45:55 +02:00
class_am_param.cpp Fix bugs 1264236, 1264238, 1264254 2013-12-29 12:01:54 +01:00
class_am_param.h Some minor fixes and cleanup. 2015-07-03 10:42:47 +02:00
class_aperture_macro.cpp Gerbview: move gerber_file_image_list to a separate file 2016-05-26 09:50:49 +02:00
class_aperture_macro.h Gerbview: move gerber_file_image_list to a separate file 2016-05-26 09:50:49 +02:00
class_excellon.h Gerbview: more code refactoring. 2016-05-26 13:57:43 +02:00
class_gbr_layer_box_selector.cpp Gerbview: move gerber_file_image_list to a separate file 2016-05-26 09:50:49 +02:00
class_gbr_layer_box_selector.h More missing source license fixes. 2014-10-21 14:36:45 -04:00
class_gbr_layout.cpp Gerbview: more code refactoring: remove useless files. Fix a few issues or bugs. 2016-05-27 10:20:17 +02:00
class_gbr_layout.h Gerbview: more code refactoring. 2016-05-26 13:57:43 +02:00
class_gbr_screen.cpp Gerbview: more code refactoring: remove useless files. Fix a few issues or bugs. 2016-05-27 10:20:17 +02:00
class_gbr_screen.h Gerbview: more code refactoring: remove useless files. Fix a few issues or bugs. 2016-05-27 10:20:17 +02:00
class_gerber_draw_item.cpp Gerbview: more code refactoring. 2016-05-26 13:57:43 +02:00
class_gerber_draw_item.h Gerbview: more code refactoring. 2016-05-26 13:57:43 +02:00
class_gerber_file_image.cpp Add missing C++ stdlib headers 2016-05-28 12:46:29 -04:00
class_gerber_file_image.h Gerbview: more code refactoring. 2016-05-26 13:57:43 +02:00
class_gerber_file_image_list.cpp Add missing C++ stdlib headers 2016-05-28 12:46:29 -04:00
class_gerber_file_image_list.h Gerbview: more code refactoring. 2016-05-26 13:57:43 +02:00
class_gerbview_layer_widget.cpp Gerbview: more code refactoring. 2016-05-26 13:57:43 +02:00
class_gerbview_layer_widget.h Gerbview: Add support for recent File Format Attribute metadata, both for X2 Gerber file format and X1 (R274X) format. 2014-11-22 12:52:57 +01:00
controle.cpp Gerbview: code cleanup (with the help of Mark Roszko's work) 2016-05-25 11:45:55 +02:00
dcode.cpp Gerbview: more code cleanup. Rename class GERBER_IMAGE GERBER_FILE_IMAGE, because it handles the gerber image and the gerber file info. 2016-05-25 16:48:38 +02:00
dcode.h Enforced EDA_COLOR_T type and minor const-ification 2012-09-02 14:06:47 +02:00
draw_gerber_screen.cpp Gerbview: more code refactoring: remove useless files. Fix a few issues or bugs. 2016-05-27 10:20:17 +02:00
events_called_functions.cpp Gerbview: more code refactoring: remove useless files. Fix a few issues or bugs. 2016-05-27 10:20:17 +02:00
excellon_read_drill_file.cpp Gerbview: more code refactoring. 2016-05-26 13:57:43 +02:00
export_to_pcbnew.cpp Gerbview: more code refactoring. 2016-05-26 13:57:43 +02:00
files.cpp Gerbview: code cleanup (with the help of Mark Roszko's work) 2016-05-25 11:45:55 +02:00
gerbview.cpp Gerbview: code cleanup (with the help of Mark Roszko's work) 2016-05-25 11:45:55 +02:00
gerbview.h Gerbview: code cleanup (with the help of Mark Roszko's work) 2016-05-25 11:45:55 +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 Gerbview: code cleanup (with the help of Mark Roszko's work) 2016-05-25 11:45:55 +02:00
gerbview_doc.icns Update OS X icns icons 2010-05-13 21:03:12 +02:00
gerbview_frame.cpp Gerbview: more code refactoring: remove useless files. Fix a few issues or bugs. 2016-05-27 10:20:17 +02:00
gerbview_frame.h Gerbview: more code refactoring: remove useless files. Fix a few issues or bugs. 2016-05-27 10:20:17 +02:00
gerbview_id.h More missing source license fixes. 2014-10-21 14:36:45 -04:00
hotkeys.cpp Gerbview: code cleanup (with the help of Mark Roszko's work) 2016-05-25 11:45:55 +02:00
hotkeys.h Gerbview: fix a crash when trying to edit hotkeys. Add a few missing hotkeys. 2015-04-19 20:41:57 +02:00
init_gbr_drawlayers.cpp Gerbview: more code refactoring. 2016-05-26 13:57:43 +02:00
locate.cpp Gerbview: fix a crash when clicking on a gbr item not on active layer. 2016-05-27 11:27:28 +02:00
menubar.cpp Gerbview: code cleanup (with the help of Mark Roszko's work) 2016-05-25 11:45:55 +02:00
onleftclick.cpp Gerbview: move gerber_file_image_list to a separate file 2016-05-26 09:50:49 +02:00
onrightclick.cpp Fix minor issues. Fix some outdated and broken BOM python scripts. Add info in BOM python scripts. 2014-12-03 17:22:06 +01:00
printout_control.cpp Gerbview: more code cleanup. Rename class GERBER_IMAGE GERBER_FILE_IMAGE, because it handles the gerber image and the gerber file info. 2016-05-25 16:48:38 +02:00
readgerb.cpp Gerbview: move gerber_file_image_list to a separate file 2016-05-26 09:50:49 +02:00
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. 2016-05-25 16:48:38 +02:00
rs274d.cpp Gerbview: more code refactoring. 2016-05-26 13:57:43 +02:00
rs274x.cpp Gerbview: more code refactoring. 2016-05-26 13:57:43 +02:00
select_layers_to_pcb.cpp Gerbview: move gerber_file_image_list to a separate file 2016-05-26 09:50:49 +02:00
select_layers_to_pcb.h More missing source license fixes. 2014-10-21 14:36:45 -04:00
toolbars_gerber.cpp Gerbview: move gerber_file_image_list to a separate file 2016-05-26 09:50:49 +02:00