2016-08-01 00:51:32 +03:00
|
|
|
- better text size guessing also for FIG
|
2016-07-25 18:04:25 +03:00
|
|
|
- unify alignment, direction
|
|
|
|
- support fonts attributes ?
|
|
|
|
- support line thickness ?
|
2016-07-25 19:38:41 +03:00
|
|
|
- ~ as overline (grep for ~ in out.fig)
|
2016-07-31 02:44:40 +03:00
|
|
|
- glabel: build for "right" style, then rotate poly (like hlabel)
|
2016-07-25 18:04:25 +03:00
|
|
|
- show open pins / wires
|
|
|
|
- check remaining alignment / direction / rotation cases in switch statements
|
|
|
|
- convert abort / assert(0) to proper error indications
|
2016-08-01 06:50:44 +03:00
|
|
|
- support mirroring (and detect-complain if unexpected) [should be done now]
|
2016-07-31 02:44:40 +03:00
|
|
|
- pin shapes (inverted, clock, etc.)
|
|
|
|
- optionally display pin shapes
|
|
|
|
- find libraries (e.g., from .pro)
|
|
|
|
- PDF TOC
|
2016-08-01 00:51:32 +03:00
|
|
|
- let user set PNG size or zoom level
|
|
|
|
- directly pick versions out of git, without requiring checkout to file
|
|
|
|
- handle differences
|
|
|
|
- parse .kicad_wks
|
|
|
|
- on parse error, politely complain, don't terminate
|
|
|
|
- implement destructors
|
|
|
|
- check for memory leaks
|
2016-08-01 20:38:36 +03:00
|
|
|
- record.c (bb_rot): implement bounding boxes for text
|
|
|
|
- nesting gfx in diff is a huge kludge, caused by global vars in gfx.c
|
|
|
|
- move path name guessing into file.c
|
|
|
|
- return indication of whether diff found any differences
|
|
|
|
- in diff, pass only options understood by cairo_png
|