* gerbv.c: Rework project filename saving to save all layers with relative
commit4a382ae1fb5912b525dcdef95d2043e220ecda2c
authorJulian Lamb <thepurlieu@gmail.com>
Mon, 31 Dec 2007 20:39:22 +0000 (31 20:39 +0000)
committerJulian Lamb <thepurlieu@gmail.com>
Mon, 31 Dec 2007 20:39:22 +0000 (31 20:39 +0000)
treea22945f310273b500cb985271aabe270d16fda5e
parentec5670c4fcac34c25398f194a632e0d85d9188f8
* gerbv.c: Rework project filename saving to save all layers with relative
  pathnames, relative to the project file location. This allows projects
  to be relocated, and fixes the second half of bug# 1443885.
* gerbv.c: More work on command line parsing.
* interface.c, render.c, callbacks.c: Reimplement different rendering modes
  into the sidepane combobox for GDK. For cairo, allow the user to change the
  quality vs speed.
* pick-and-place.c, draw.c: Correct pick and place parsing to use inches
  for the basic unit. Render names of pick-and-place components to help
  check placement.
13 files changed:
ChangeLog
example/pick-and-place/LED.frontsilk.gbr [new file with mode: 0644]
example/pick-and-place/Makefile.am
src/callbacks.c
src/callbacks.h
src/draw.c
src/exportimage.c
src/gerbv.c
src/gerbv_screen.h
src/interface.c
src/pick-and-place.c
src/render.c
src/render.h