1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-07-08 23:32:57 +03:00
eda-tools/sch2fig
Werner Almesberger 91efd87b73 sch2fig/git-file.c (send_data): don't pass newline to parser
We tried to do what fgets does, but file.c undid that for regular
files, so let's be compatible.
2016-08-02 09:57:47 -03:00
..
test sch2fig/: graphics backend can be selected from the command line 2016-07-31 21:52:35 -03:00
cro.c sch2fig/: rename "cairo" to "cro" 2016-08-01 18:11:42 -03:00
cro.h sch2fig/: rename "cairo" to "cro" 2016-08-01 18:11:42 -03:00
diff.c sch2fig/: rename "cairo" to "cro" 2016-08-01 18:11:42 -03:00
diff.h sch2fig/: implement "diff" driver (WIP) 2016-08-01 16:05:37 -03:00
dwg.c sch2fig/dwg.c (dwg_glabel): tag global labels 2016-08-01 10:27:46 -03:00
dwg.h sch2fig/sch.c (draw_text): move to dwg 2016-07-31 14:14:18 -03:00
fig.c sch2fig/: use #848400 for hierarchical labels et al., not #c06000 2016-08-01 10:37:24 -03:00
fig.h sch2fig/: abstract graphical output interface 2016-07-30 21:50:02 -03:00
file.c sch2fig/git-file.c (send_data): don't pass newline to parser 2016-08-02 09:57:47 -03:00
file.h sch2fig/: new option -C file to "cat" a file (also works with git) 2016-08-02 09:35:37 -03:00
gfx.c sch2fig/: implement "diff" driver (WIP) 2016-08-01 16:05:37 -03:00
gfx.h sch2fig/: implement "diff" driver (WIP) 2016-08-01 16:05:37 -03:00
git-file.c sch2fig/git-file.c (send_data): don't pass newline to parser 2016-08-02 09:57:47 -03:00
git-file.h sch2fig/: support direct reading from git repo (WIP) 2016-08-02 09:04:29 -03:00
lib-parse.c sch2fig/lib-parse.c (lib_parse): parse entire file, not just one line 2016-08-01 13:10:51 -03:00
lib-render.c sch2lib/: avoid global variables for libraries 2016-08-01 11:47:39 -03:00
lib.h sch2fig/lib-parse.c (lib_parse): parse entire file, not just one line 2016-08-01 13:10:51 -03:00
main.c sch2fig/main.c (usage): explain options, some arguments; better formatting 2016-08-02 09:35:37 -03:00
main.h sch2fig/: option -v (can be repeated) for progress and debugging output 2016-08-02 06:31:23 -03:00
Makefile sch2fig/: support direct reading from git repo (WIP) 2016-08-02 09:04:29 -03:00
misc.c sch2fig/: make the matrix (int m[6]) "const" everywhere 2016-07-31 01:51:04 -03:00
misc.h sch2fig/: make the matrix (int m[6]) "const" everywhere 2016-07-31 01:51:04 -03:00
neo900-template.fig sch2fig/neo900-template.fig: add copyright notice; grow number; move name a bit 2016-07-29 23:29:55 -03:00
record.c sch2fig/: rename "layer" to "record", and use "layer" for layers in recordings 2016-08-01 11:32:22 -03:00
record.h sch2fig/: rename "layer" to "record", and use "layer" for layers in recordings 2016-08-01 11:32:22 -03:00
sch-parse.c sch2lib/: avoid global variables for libraries 2016-08-01 11:47:39 -03:00
sch-render.c sch2fig/: recursively parse sub-sheets 2016-07-31 20:10:45 -03:00
sch.h sch2fig/sch.h (sch_parse): string argument is file name, not line 2016-08-01 13:04:52 -03:00
sch2pdf sch2fig/: graphics backend can be selected from the command line 2016-07-31 21:52:35 -03:00
style.c sch2fig/: use #848400 for hierarchical labels et al., not #c06000 2016-08-01 10:37:24 -03:00
style.h sch2fig/: use #848400 for hierarchical labels et al., not #c06000 2016-08-01 10:37:24 -03:00
test.lib sch2fig/: add test schematic sheet 2016-07-23 06:36:56 -03:00
test.pro sch2fig/: add test schematic sheet 2016-07-23 06:36:56 -03:00
test.sch sch2fig/test.sch: complete set of bus and wire connections 2016-07-30 21:07:03 -03:00
text.c sch2fig/text.c (guess_width): move width guessing to the graphics back-ends 2016-07-31 03:28:08 -03:00
text.h sch2fig/lib.c: split into lib-parse.c and lib-render.c 2016-07-31 14:36:42 -03:00
TODO sch2fig/: implement "diff" driver (WIP) 2016-08-01 16:05:37 -03:00
util.h sch2fig/: graphics backend can be selected from the command line 2016-07-31 21:52:35 -03:00