summaryrefslogtreecommitdiff
path: root/cad/xcircuit/files
AgeCommit message (Collapse)AuthorFilesLines
2001-01-19Updated xcircuit to version 2.2.0. The schematic capture code is nowjtb2-5/+5
considered stable. Xcircuit now has the ability to pass parameters to objects. For the moment, this only works with string parameters. Integral parameters will be added in upcoming versions.
2000-11-02Initial import of cad/xcircuit.dmcmahill2-0/+7
The program xcircuit is a generic drawing program tailored especially for making publication-quality renderings of circuit diagrams (hence the name). The output is pure PostScript, and the graphical interface attempts to maintain as much consistency as possible between the X11 window rendering and the final printer output. xcircuit is mouse, menu, and keyboard-driven, with the emphasis on single-character keyboard macros. Package provided by Jason Beegan <jasontd@indigo.ie> in PR 11383 with some minor modifications by me.