aboutsummaryrefslogtreecommitdiff
path: root/share/library
Commit message (Collapse)AuthorAgeFilesLines
* Fix transistor symbols.Přemysl Janouch2011-02-192-14/+16
|
* Change voltage source symbols.Přemysl Janouch2011-02-191-14/+11
|
* Add a symbol for junctions.Přemysl Janouch2011-02-191-0/+24
|
* Update the symbol library.Přemysl Janouch2011-02-145-15/+32
|
* Update the symbol library, add trivial text API.Přemysl Janouch2011-02-123-3/+161
|
* Update the symbol library.Přemysl Janouch2011-02-1117-55/+507
| | | | | | | | * Add bipolar, IGFET and JFET transistors. * Add more variants to some symbols. * Add a symbol for a simple terminal. * Avoid unneccessary stroke() calls. * Fix comments.
* Make all variables in Lua scripts local.Přemysl Janouch2011-02-0911-46/+46
|
* Split the inductor symbol in two, remove pads.Přemysl Janouch2011-02-071-13/+22
|
* Add some miscellaneous symbols.Přemysl Janouch2011-02-076-0/+232
|
* Update category icons.Přemysl Janouch2011-01-092-127/+40
| | | | | | | Change line width and position of shapes, so they appear a bit sharper in the application. Save them in plain SVG, not Inkscape SVG.
* Add an inductor symbol.Přemysl Janouch2011-01-091-0/+34
|
* Add basic logical symbols (NOT, AND, OR).Přemysl Janouch2011-01-073-0/+137
|
* Add category.json files for testing categories.Přemysl Janouch2010-12-112-0/+10
|
* Add a few symbols for testing.Přemysl Janouch2010-12-103-0/+116
| | | | | | | | The lucky ones are: capacitor, resistor and diode. More symbols can be expected later, when more cairo functions are exported to Lua and relevant standards become accessible to me.
* Added basic loading of categories.Přemysl Janouch2010-09-152-0/+219
Added two empty sample categories with corresponding icons. The categories are now being loaded into the toolbar in the main program window.