src/amacro.c [code] | Aperture macro parsing functions |
src/amacro.h [code] | Aperture macro parsing header info |
src/attribute.c [code] | Dynamic GUI window creation functions |
src/attribute.h [code] | Dynamic GUI window creation header info |
src/callbacks.c [code] | Callback functions for the GUI widgets |
src/callbacks.h [code] | Header info for the GUI callback functions |
src/common.h [code] | Contains basic defines for debug messages |
src/csv.c [code] | Parsing support functions for the pick and place parser |
src/csv.h [code] | Header info for the parsing support functions for the pick and place parser |
src/csv_defines.h [code] | Sets up internal definitions for handling csv-style files |
src/draw-gdk.c [code] | GDK rendering functions |
src/draw-gdk.h [code] | Header info for the GDK rendering functions |
src/draw.c [code] | Cairo rendering functions and the related selection calculating functions |
src/draw.h [code] | Header info for the cairo rendering functions and the related selection calculating functions |
src/drill.c [code] | Excellon drill parsing functions |
src/drill.h [code] | Header infor for the Excellon drill parsing functions |
src/drill_stats.c [code] | Statistics generating functions for Excellon drill files |
src/drill_stats.h [code] | Header info to the statistics generating functions for Excellon drill files |
src/dynload.c [code] | Dynamic loader functions for TinyScheme |
src/dynload.h [code] | Header info for the dynamic loader functions for TinyScheme |
src/export-drill.c [code] | Functions for exporting gerbv images to Excellon drill files |
src/export-rs274x.c [code] | Functions to export an image to a RS274X file |
src/exportimage.c [code] | This file contains image exporting functions for exporting to PNG, PDF, SVG, and Postscript formats |
src/gerb_file.c [code] | File parsing support functions |
src/gerb_file.h [code] | Header info for the file parsing support functions |
src/gerb_image.c [code] | This file contains general files for handling the gerbv_image_t structure |
src/gerb_image.h [code] | Header info for the image editing and support functions |
src/gerb_stats.c [code] | Statistics generating functions for RS274X files |
src/gerb_stats.h [code] | Header info for the statistics generating functions for RS274X files |
src/gerber.c [code] | RS274X parsing functions |
src/gerber.h [code] | Header info for the RS274X parsing functions |
src/gerbv.c [code] | This file contains high-level functions for the libgerbv library |
src/gerbv.h [code] | The main header file for the libgerbv library |
src/gerbv_icon.h [code] | Contains the xpm data for the gerbv application icon |
src/icons.h [code] | XPM info for the toolbar button icons |
src/interface.c [code] | GUI building functions for Gerbv |
src/interface.h [code] | Header info for the GUI building functions for Gerber Viewer |
src/main.c [code] | The main code for the Gerber Viewer GUI application and command line processing |
src/main.h [code] | Header info for common structs and functions used for the GUI application |
src/opdefines.h [code] | More support data for the TinyScheme parser |
src/pick-and-place.c [code] | PNP (pick-and-place) parsing functions |
src/pick-and-place.h [code] | Header info for the PNP (pick-and-place) parsing functions |
src/project.c [code] | Routines for loading and saving project files |
src/project.h [code] | Routines for loading and saving project files |
src/render.c [code] | Rendering support functions for libgerbv |
src/render.h [code] | Header info for the rendering support functions for libgerbv |
src/scheme-private.h [code] | Private data for the TinyScheme compiler |
src/scheme.c [code] | The TinyScheme compiler |
src/scheme.h [code] | Header info for the TinyScheme compiler |
src/tooltable.c [code] | Tool file parsing functions |