diff options
author | Werner Almesberger <werner@almesberger.net> | 2016-08-03 10:57:42 -0300 |
---|---|---|
committer | Werner Almesberger <werner@almesberger.net> | 2016-08-03 10:57:42 -0300 |
commit | 01137d2c5d6f6ecc0081db3bbd05b413c872c168 (patch) | |
tree | 642d38298a9a64d3e5eb8460c7e200f884d0df13 /TODO | |
parent | 5c2fcbdda1f786e4618fa7317768c3ae99a3e529 (diff) | |
download | eeshow-01137d2c5d6f6ecc0081db3bbd05b413c872c168.tar.gz eeshow-01137d2c5d6f6ecc0081db3bbd05b413c872c168.tar.bz2 eeshow-01137d2c5d6f6ecc0081db3bbd05b413c872c168.zip |
eeshow/TODO: split long list by area
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 37 |
1 files changed, 24 insertions, 13 deletions
@@ -1,25 +1,36 @@ -- better text size guessing also for FIG +Parsing and input processing: - unify alignment, direction -- support fonts attributes ? -- support line thickness ? -- ~ as overline (grep for ~ in out.fig) -- glabel: build for "right" style, then rotate poly (like hlabel) -- show open pins / wires -- check remaining alignment / direction / rotation cases in switch statements -- support mirroring (and detect-complain if unexpected) [should be done now] -- pin shapes (inverted, clock, etc.) -- optionally display pin type - find libraries (e.g., from .pro) -- PDF TOC -- let user set PNG size or zoom level - parse .kicad_wks - on parse error, politely complain, don't terminate; convert abort / assert(0) to proper error indications + +Data model: - implement destructors - check for memory leaks + +Visualization (dwg.c and such): +- glabel: build for "right" style, then rotate poly (like hlabel) +- show open pins / wires +- check remaining alignment / direction / rotation cases in switch statements +- support mirroring (and detect-complain if unexpected) [should be done now] +- pin shapes (inverted, clock, etc.) +- optionally display pin type - 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 + +Rendering: +- better text size guessing also for FIG +- support fonts attributes ? +- support line thickness ? +- ~ as overline (grep for ~ in out.fig) +- PDF TOC +- let user set PNG size [we have zoom level] - return indication of whether diff found any differences - in diff, pass only options understood by cairo_png - find out why in Cairo PDF non-dashed lines disappear if CAIRO_LINE_CAP_ROUND + +GUI: +- fonts grow beyond their bounding boxes when zooming in +- dragging can be slow. maybe reusing old content and only redrawing new + will help ? |