don't update min/max bounding box when drawing with CLEAR polarity
[geda-gerbv.git] / ChangeLog
blob91621f672b6e44db1de962ddf27c3bfc3b4364b3
1 2011-12-25   Dan McMahill * dan AT mcmahill dot net *
3         * src/Makefile.am: Set shared lib version number in prep for 2.6.0
4         release.
6 2011-12-24   Julian Lamb * thepurlieu AT gmail dot com *
8         * src/callbacks.c, src/draw-gdk.c, src/draw.c, src/interface.c,
9         src/main.c, src/render.c, src/scheme.c: * clean up all 'unused variable' compiler warnings
11 2011-12-24   Dan McMahill * dan AT mcmahill dot net *
13         * src/project.c: Remove 2 unused variables (they were set but the
14         values never used) to increase the SNR of the compiler warning
15         output
17 2011-12-24   Dan McMahill * dan AT mcmahill dot net *
19         * NEWS: Somehow the 2.5.0 release notes in NEWS never got committed
20         so add them now.
22 2011-11-28   Dan McMahill * dan AT mcmahill dot net *
24         * configure.ac: Check for dlopen in -ldl.  This is used by the
25         TinyScheme dynamic loader (src/dynload.c).  Fixes linking problems
26         seen on some systems like Fedora 16.
28 2011-09-04   Julian Lamb * thepurlieu AT gmail dot com *
30         * .gitignore: * add .gitignore file to better track changed files with git (patch
31         from Uwe Bonnes)
33 2011-05-01   Julian Lamb * thepurlieu AT gmail dot com *
35         * src/export-drill.c, src/export-rs274x.c: Change LC_NUMERIC calls
36         in the export functions to ensure portability
38 2011-05-01   Julian Lamb * thepurlieu AT gmail dot com *
40         * src/callbacks.c, src/render.c: patch from Canonical to allow
41         better compilation with quartz (ticket 3295792)
43 2011-04-02   Julian Lamb * thepurlieu AT gmail dot com *
45         * src/export-drill.c, src/export-rs274x.c: force rs274x and drill
46         export to use dots for commas this should prevent exporting
47         incorrect formats on machines with other locales
49 2011-04-01   Julian Lamb * thepurlieu AT gmail dot com *
51         * src/draw.c: enforce a minimum width on flashed rectangle apertures
52         Eagle CAD seems to use very thin flashed rectangles for
53         logos/images, and the cairo rendering did not render them sometimes
55 2011-03-08   Julian Lamb * thepurlieu AT gmail dot com *
57         * : commit f990adcfab61c16a3992be4d00e21da5a2bfe251  Author: Julian
58         Lamb * thepurlieu AT gmail dot com * Date:   Tue Mar 8 21:07:39 2011
59         -0500
61 2011-02-19   Stefan Petersen * spe AT stacken dot kth dot se *
63         * example/amacro-ref/README.txt,
64         example/amacro-ref/gerbv_am_expression_bug.ger: Added example on
65         using precedence sensitive calculations of aperture macros.
67 2011-03-07   Julian Lamb * thepurlieu AT gmail dot com *
69         * src/draw.c, src/draw.h, src/gerbv.c, src/gerbv.h: greatly improve
70         vector output accuracy many thanks for the bug and patch from Simon
71         Bichler (3197830)
73 2011-03-07   Julian Lamb * thepurlieu AT gmail dot com *
75         * src/draw.c: disable the minimum line width rendering logic for
76         scaled layers fixes bug 3202311
78 2011-03-05   Julian Lamb * thepurlieu AT gmail dot com *
80         * src/export-rs274x.c: increase the resolution for exported RS274X
81         files from 2.3 to 3.4 format fixes bug 3197816
83 2011-03-05   Julian Lamb * thepurlieu AT gmail dot com *
85         * src/callbacks.c: check for a selected layer before trying to
86         save/export it fixes bug 3197797
88 2011-03-02   Julian Lamb * thepurlieu AT gmail dot com *
90         * src/gerbv.c: set the screen size to a default size when the board
91         size is invalid fixes bug 3196664
93 2011-03-02   Julian Lamb * thepurlieu AT gmail dot com *
95         * src/callbacks.c, src/interface.c, src/main.h: grey out all
96         applicable menu items when no layers are open fixes bug 3196584,
97         where Excellon export crashes with no file open
99 2011-02-18   Stefan Petersen * spe AT stacken dot kth dot se *
101         * src/amacro.c: Implemented operator precedence in aperture macro
102         parsing as per updated std.  Closes bug #3172530. Uses shunting yard algorithm, suggested by bug
103         reporter Ben Rampling.
105 2011-02-12   Julian Lamb * thepurlieu AT gmail dot com *
107         * src/gerber.c: * fix scaling bug when multiple scale factors are present (bug
108         3172964)
110 2011-01-15   Julian Lamb * thepurlieu AT gmail dot com *
112         * src/callbacks.c: fix printing bug where only the bottom layer
113         printed out (patch by cloudfish)
115 2011-01-12   Julian Lamb * thepurlieu AT gmail dot com *
117         * src/interface.c: relabel the "Current layer" menu to Layer to make
118         it one word only
120 2011-01-12   Julian Lamb * thepurlieu AT gmail dot com *
122         * src/callbacks.c, src/callbacks.h, src/interface.c: add a file
123         merging feature to the GUI menu thanks to Doug Springer for this
124         nice feature which allows the user to do things like basic
125         panelizing using the GUI now (it was previously only possible via
126         the command line)
128 2011-01-12   Julian Lamb * thepurlieu AT gmail dot com *
130         * src/callbacks.c, src/callbacks.h, src/interface.c,
131         src/interface.h, src/main.h: patches by Stefan Tauner to add the
132         "current layer" menuitem to the main menu also includes some other
133         cleanup work by Stefan as well
135 2011-01-12   Julian Lamb * thepurlieu AT gmail dot com *
137         * src/draw.c: * fix macro rendering on clear layers (bug 3154966)
139 2011-01-11   Dan McMahill * dan AT mcmahill dot net *
141         * configure.ac: Welcome to 2.5A
143 2011-01-11   Dan McMahill * dan AT mcmahill dot net *
145         * ChangeLog: update for 2.5.0
147 2011-01-08   Dan McMahill * dan AT mcmahill dot net *
149         * src/Makefile.am: Bump shared lib version in prep for 2.5 release.
151 2011-01-07   Dan McMahill * dan AT mcmahill dot net *
153         * README-release.txt: Minor updates (version numbers only) for the
154         up and coming 2.5 release.
156 2011-01-07   Dan McMahill * dan AT mcmahill dot net *
158         * win32/build_gerbv: Expand this script to cover pcb and wcalc as
159         well as gerbv.  Until such time as I get a decent NetBSD or Linux
160         hosted cross build environment set up I should at least have an
161         easier job of maintaining this script since it should be shared with
162         no changes between the three projects now.
164 2011-01-07   Dan McMahill * dan AT mcmahill dot net *
166         * win32/gerbv.nsi.in: Update some of the installer license info to
167         reflect the latest set of gtk for win32 and friends downloads
169 2011-01-07   Dan McMahill * dan AT mcmahill dot net *
171         * win32/extract_gtk_win32: Update for the latest set of downloads of
172         gtk for win32
174 2011-01-02   Dan McMahill * dan AT mcmahill dot net *
176         * win32/gerbv.nsi.in:  Use @prog instead of @gerbv in this file
177         which makes it a little easier to use the same top level build
178         script for both pcb and gerbv.
180 2011-01-02   Dan McMahill * dan AT mcmahill dot net *
182         * : commit 966ac7e1567380978f8f6e63e11829105c055179  Author: Dan
183         McMahill * dan AT mcmahill dot net * Date:   Sat Jan 1 13:26:43 2011
184         -0500
186 2011-01-01   Julian Lamb * thepurlieu AT gmail dot com *
188         * : commit 3b0ad206c7df6a5b1aa9cc0d6d308f70c32e68dc  Author: Julian
189         Lamb * thepurlieu AT gmail dot com * Date:   Sat Jan 1 09:58:53 2011
190         -0500
192 2010-12-31   Dan McMahill * dan AT mcmahill dot net *
194         * src/interface.c: Add missing header for malloc().
196 2010-12-30   Julian Lamb * thepurlieu AT gmail dot com *
198         * src/drill.c: * fix leak and possible segfault in drill parser (patch by Doug
199         Springer)
201 2010-12-22   Julian Lamb * thepurlieu AT gmail dot com *
203         * src/pick-and-place.c: * fix segfault in pick-and-place parser (bug 3141941)
205 2010-12-14   Julian Lamb * thepurlieu AT gmail dot com *
207         * src/callbacks.c, src/callbacks.h, src/gerbv.c, src/gerbv.h,
208         src/interface.c, src/interface.h, src/main.c, src/main.h,
209         src/project.c, src/render.c: * add persistent keyboard accelerators, extra menu options, and do
210         general cleanup large patch from Stefan Tauner, which finishes
211         mapping every possible command to the menus, as well as add
212         persistent keyboard accelerators for everything. Also lots of
213         general cleanup in the interface code.
215 2010-10-12   Julian Lamb * thepurlieu AT gmail dot com *
217         * src/render.c: * increase max zoom 4 times, to allow more accurate measurements The
218         previous zoom limit was set to prevent GDK rendering artifacts, but
219         the rendering speedups in the code now eliminate those so there is
220         no issue with zooming in.
222 2010-09-08   Julian Lamb * thepurlieu AT gmail dot com *
224         * src/drill.c: * fix crasher in drill parsing (bug 3061736) crasher was caused in
225         bug in get_line function when given an empty line
227 2010-08-24   Julian Lamb * thepurlieu AT gmail dot com *
229         * src/interface.c: * add accelerator for color changing
231 2010-08-24   Julian Lamb * thepurlieu AT gmail dot com *
233         * src/interface.c: * change F8 shortcut to F7, per the GNOME HIG
235 2010-08-24   Julian Lamb * thepurlieu AT gmail dot com *
237         * src/callbacks.c, src/callbacks.h, src/interface.c: * add keyboard shortcut for moving layers up and down (patch by
238         Stefan Tauner)
240 2010-08-22   Julian Lamb * thepurlieu AT gmail dot com *
242         * src/interface.c: * change toolbar visibility key shortcut to F8, since F10 is
243         normally stolen for the GTK menu
245 2010-08-22   Julian Lamb * thepurlieu AT gmail dot com *
247         * src/callbacks.c, src/callbacks.h, src/interface.c: * add pseudo-fullscreen mode (patch by Stefan Tauner)
249 2010-08-20   Julian Lamb * thepurlieu AT gmail dot com *
251         * src/callbacks.c, src/callbacks.h, src/draw.c, src/interface.c: add
252         ability to toggle sidebar visibility and add menu and keyboard
253         shortcut for layer visibility (patch by Stefan Tauner)
255 2010-08-18   Julian Lamb * thepurlieu AT gmail dot com *
257         * src/callbacks.c, src/callbacks.h, src/interface.c: add ability to
258         toggle toolbar visibility, and add additional menu accelerators
259         (patch by Stefan Tauner)
261 2010-08-18   Julian Lamb * thepurlieu AT gmail dot com *
263         * src/draw.c: pixel-align the coordinates when rendering via cairo
264         (benchmark shows a 10%-15% speed boost)
266 2010-08-11   Julian Lamb * thepurlieu AT gmail dot com *
268         * src/drill.c: * fix length calcs in previous patch to prevent possible buffer
269         overruns
271 2010-08-11   Julian Lamb * thepurlieu AT gmail dot com *
273         * src/drill.c: * ignore comments in drill files when determining file type patch by Doug Springer (ID:3043154)
275 2010-07-28   Julian Lamb * thepurlieu AT gmail dot com *
277         * src/gerb_image.c, src/gerber.c, src/gerber.h: recalculate the
278         bounding boxes when drawing primatives via the libgerbv API
280 2010-06-30   Julian Lamb * thepurlieu AT gmail dot com *
282         * src/gerber.c: fix handling of trailing zero suppression with very
283         large precisions (TAX35, etc) (bug 3022957)
285 2010-06-11   Julian Lamb * thepurlieu AT gmail dot com *
287         * doc/example-code/example1.c, doc/example-code/example2.c,
288         doc/example-code/example4.c, doc/example-code/example5.c,
289         src/export-rs274x.c: fix the example code files showing how to use
290         libgerv, and use a default identity transform during exporting if
291         nothing is specified
293 2010-04-29   Julian Lamb * thepurlieu AT gmail dot com *
295         * src/draw-gdk.c: fix GDK rendering or Macro 22 elements when
296         negative coordinates are present (bug 2994471)
298 2010-04-27   Julian Lamb * thepurlieu AT gmail dot com *
300         * src/interface.c: fix tooltip for modify layer button (patch by
301         Joerg Wunsch)
303 2010-03-25   Julian Lamb * thepurlieu AT gmail dot com *
305         * src/gerber.c: fix handling of whitespace in the middle of an
306         RS274X command (bug 2976400)
308 2010-03-11   Julian Lamb * thepurlieu AT gmail dot com *
310         * src/export-rs274x.c: * fix bug in exporting outline macros (fixes bug 2968567 and
311         2968550)
313 2010-02-25   Julian Lamb * thepurlieu AT gmail dot com *
315         * src/callbacks.c: unselect all items if a layer is hidden (bug
316         2957479)
318 2010-02-25   Julian Lamb * thepurlieu AT gmail dot com *
320         * src/drill.c: fix drill parsing bug when INCH command has nothing
321         after it (bug 2957994)
323 2010-02-20   Dan McMahill * dan AT mcmahill dot net *
325         * configure.ac: Welcome to 2.4A
327 2010-02-20   Dan McMahill * dan AT mcmahill dot net *
329         * src/Makefile.am: Increment revision for shared lib in prep for the
330         2.4.0 release.
332 2010-02-20   Dan McMahill * dan AT mcmahill dot net *
334         * ChangeLog, NEWS: Update ChangeLog and NEWS for the 2.4.0 release
336 2010-02-20   Dan McMahill * dan AT mcmahill dot net *
338         * utils/git2cl: Strip trailing whitespace on comment lines.
340 2010-02-20   Dan McMahill * dan AT mcmahill dot net *
342         * README-release.txt: Minor updates for 2.4.0 release.
344 2010-02-19   Dan McMahill * dan AT mcmahill dot net *
346         * README-release.txt: Update the release documentation to deal with
347         the cvs to git change.
349 2010-02-19   Dan McMahill * dan AT mcmahill dot net *
351         * utils/git2cl: Add script to produce a ChangeLog from git.
353 2010-02-19   Julian Lamb * thepurlieu AT gmail dot com *
355         * src/gerber.c: fix bug 2954915, where circular moves were parsed
356         incorrectly with trailing zero suppression
358 2010-02-15   Julian Lamb * thepurlieu AT gmail dot com *
360         * src/gerber.c: fix bug 2949590 by making sure we catch null strtok
361         results in the aperture parser This bug showed up in some very bad
362         Gerber files. gerbv should now not segfault, but instead throw up
363         errors and display what it can.
365 2010-01-23   Julian Lamb * thepurlieu AT gmail dot com *
367         * src/draw.c, src/draw.h, src/drill.c, src/gerb_image.c,
368         src/gerber.c, src/gerbv.c, src/gerbv.h, src/render.c: fix bug
369         2935054, where text in exported PDF files was illegible This bug was caused by our draw rule that all lines must be at least
370         1 pixel wide, which ensures they show up at far zoom levels.
371         However, for 72DPI print or PDF output, this rule should be avoided
372         because the cairo backends for these don't need them.
374 2009-12-18   Julian Lamb * thepurlieu AT gmail dot com *
376         * src/gerber.c: Fix bug in file format recognition code, and clean
377         up error messages with bed AD definitions
379 2009-12-02   Julian Lamb * thepurlieu AT gmail dot com *
381         * src/gerber.c: * allow the RS274X parser to catch multiple "blocks" within a single
382         line Fixes a bug reported by Dave N6NZ.  Multiple blocks are clearly
383         allowed within the same line in the RS274X spec, so this was a big
384         ommision in gerbv.
386 2009-11-22   Julian Lamb * thepurlieu AT gmail dot com *
388         * src/callbacks.c: Fix sidebar bug where small scale and
389         translations in X did not display a marker (bug and fix by mland,
390         bug #2901881(
392 2009-11-05   Julian Lamb * thepurlieu AT gmail dot com *
394         * src/callbacks.c: apply patch from Uwe Bonnes to display the total
395         aperture uses in the anaylsis tool (patch #2892537)
397 2009-11-01   Julian Lamb * thepurlieu AT gmail dot com *
399         * src/draw-gdk.c: * fix regression in FAST mode rendering with flashed apertures
401 2009-09-22   Julian Lamb * thepurlieu AT gmail dot com *
403         * src/gerb_image.c, src/gerbv.c, src/gerbv.h: Modify our parsing
404         behavior for RS-274D files Try to parse files we suspect as RS-274D because of missing
405         apertures/etc (fixes bug 2864667), and create dummy apertures to
406         roughly visualize the file if it is actually a RS-274D file (fixes
407         feature request 566142).
409 2009-09-14   Julian Lamb * thepurlieu AT gmail dot com *
411         * src/draw-gdk.c: Fix FAST mode translation rendering error in Y
412         direction (bug 2858102)
414 2009-09-10   Julian Lamb * thepurlieu AT gmail dot com *
416         * src/gerbv.h: Fix typo in last commit
418 2009-09-10   Julian Lamb * thepurlieu AT gmail dot com *
420         * src/gerbv.h: Apply patch from Don Wooten to make libgerbv easier
421         to use from C++
423 2009-08-20   Julian Lamb * thepurlieu AT gmail dot com *
425         * src/callbacks.c: Fix bug 2841371 (segfault on edit->orientation
426         with no layer loaded)
428 2009-08-17   Julian Lamb * jul AT jul-laptop dot (none) *
430         * src/draw-gdk.c, src/draw.c: * fix another type to hopefully fix a step and repeat display bug
432 2009-08-16   Julian Lamb * jul AT jul-laptop dot (none) *
434         * src/draw.c: * revert commenting accidentally pushed with last commit
436 2009-08-16   Julian Lamb * jul AT jul-laptop dot (none) *
438         * : commit 5f9a34f321dadf544a35dd1625055f5a15f98e02  Author: Julian
439         Lamb * jul AT jul-laptop dot (none) * Date:   Sun Aug 16 19:51:03
440         2009 -0400
442 2009-08-09   Stefan Petersen * spe AT stacken dot kth dot se *
444         * man/gerbv.1.in: Removed what seems like a spurious line in man
445         page.  This error was reported in Debian Lintian system.
447 2009-08-14   Stefan Petersen * spe AT stacken dot kth dot se *
449         * src/callbacks.c, src/export-rs274x.c: Updated URL's in the about
450         screen and export comment to reflect the moved website.
452 2009-07-14   Julian Lamb * jul AT jul-laptop dot (none) *
454         * src/draw.c: Test committing to new git system Clean up a small
455         section of code and test the new git system
457 2009-07-10   Dan McMahill * dan AT mcmahill dot net *
459         * configure.ac: welcome to 2.3A
461 2009-07-10   Dan McMahill * dan AT mcmahill dot net *
463         * ChangeLog, NEWS, README-release.txt: update for gerbv-2.3.0
465 2009-07-10   Dan McMahill * dan AT mcmahill dot net *
467         * src/Makefile.am: draw.c and draw-gdk.c functions are used in
468         gerbv.c which is part of libgerbv.  Since we have -no-undefined, we
469         require libgerbv to be fully self contained so move draw.c and
470         draw-gdk.c over to libgerbv.  While here bump the age in prep for a
471         release.
473 2009-07-02   Julian Lamb * thepurlieu AT gmail dot com *
475         * src/draw-gdk.c: * apply patch from ineiev to fix small error in FAST mode arc
476         rendering
478 2009-04-30   Julian Lamb * thepurlieu AT gmail dot com *
480         * src/callbacks.c, src/exportimage.c, src/gerbv.h: * rework export svg/pdf/ps functionality to export images with 1:1
481         scale. Previously we autoscaled vector outputs to a 8.5x11 paper
482         size, but it makes more sense to export true 1:1 scale instead since
483         vector output formats are usually scaled when viewing. Fixes bug
484         #2784295.
486 2009-03-31   Dan McMahill * dan AT mcmahill dot net *
488         * README, configure.ac, src/Makefile.am, test/Makefile.am: remove
489         the logic for disabling cairo.  Even when we render with gdk we use
490         some of the cairo functions for transformation math.  Also remove
491         the libpng stuff since we now require cairo.
493 2009-03-28   Julian Lamb * thepurlieu AT gmail dot com *
495         * src/callbacks.c: * cleanup a spurious comment accidentally left in from previous
496         commit
498 2009-03-28   Julian Lamb * thepurlieu AT gmail dot com *
500         * src/callbacks.c: * fix error in vertical scrollbar calculations when zoomed in. The
501         coordinate systems gets a bit confusing, but I think it's correct
502         now. Hopefully this fixes the bug spotted by Dan.
504 2009-03-27   Julian Lamb * thepurlieu AT gmail dot com *
506         * src/callbacks.c, src/callbacks.h, src/exportimage.c,
507         src/gerber.c, src/gerbv.c, src/interface.c, src/main.c,
508         src/render.c, src/render.h: * remove all RENDER_USING_GDK and EXPORT_PNG ifdefs, since we're
509         removing those compile options from gerbv (see recent gerbv-devel
510         mailing list discussion).
512 2009-03-27   Dan McMahill * dan AT mcmahill dot net *
514         * src/main.c: add the function name to all dprintf output
516 2009-03-27   Dan McMahill * dan AT mcmahill dot net *
518         * win32/build_gerbv: add a --nsis-only and --skip-nsis option
520 2009-03-26   Julian Lamb * thepurlieu AT gmail dot com *
522         * src/gerb_image.c: * fix a few more issues in libgerbv where we only checked apertures
523         >= 10, which potentially ignored some apretures in Excellon files
524         (patch by Robert Spanton)
526 2009-03-24   Julian Lamb * thepurlieu AT gmail dot com *
528         * doc/example-code/example1.c, doc/example-code/example2.c,
529         doc/example-code/example3.c, doc/example-code/example4.c,
530         doc/example-code/example5.c, doc/example-code/example6.c: * update libgerbv example source files with the updates command line
531         text for compilation, since the change to the pkgconfig file now
532         eliminates the need to specify gtk and glib
534 2009-03-24   Julian Lamb * thepurlieu AT gmail dot com *
536         * src/libgerbv.pc.in: * add pkgconfig dependiencies to libgerbv to reduce some typing
537         during compiling (patch by Robert Spanton)
539 2009-03-24   Julian Lamb * thepurlieu AT gmail dot com *
541         * src/export-rs274x.c, src/gerber.c: * make sure image rotations stay within 0-270 range when saving and
542         loading (patch from Todd Blackmon)
544 2009-03-19   Julian Lamb * thepurlieu AT gmail dot com *
546         * src/draw-gdk.c, src/interface.c: * restrict the user rotations to 0/90/180/270, since the RS274X spec
547         only allows those values for image rotations. This fixes a bug where
548         non-orthogonal rotations don't save correctly, and also some
549         problems with zoom to fit (noticed by Todd Blackmon).  * implement the layer rotation RS274X command in the GDK renderer.
550         This fixes the rendering problem with test-layer-rotation-1.gbx
551         (noticed by Todd Blackmon).
553 2009-03-09   Julian Lamb * thepurlieu AT gmail dot com *
555         * src/callbacks.c, src/callbacks.h, src/export-rs274x.c,
556         src/interface.c: * fix bug in saving rotations (radian/degree conflict) * add a menu option for changing the background * remove the bezeled frame from the statusbar box, since I think it
557         looks better without. Feedback welcome, of course.
559 2009-03-08   Julian Lamb * thepurlieu AT gmail dot com *
561         * src/draw-gdk.c: * clean out some debug messages
563 2009-03-08   Julian Lamb * thepurlieu AT gmail dot com *
565         * src/callbacks.c, src/draw-gdk.c, src/draw-gdk.h, src/draw.c,
566         src/draw.h, src/export-drill.c, src/export-rs274x.c, src/gerbv.c,
567         src/gerbv.h, src/interface.c, src/interface.h, src/main.c,
568         src/render.c: * finish designing the "modify orientation" dialog window to meet
569         GNOME HIG guidelines * add logic to dialog to match translation units to the currently
570         selected units in the main window * MAJOR work to the GDK render code to be able to
571         rotate/scale/mirror files *reasonably* well...there are fundamental
572         limits to how good we can make the GDK render these advanced
573         transformations * rework the autoscale code to account for user transformations * change the export to drill and export to rs274x code to save the
574         user transformations to the file. Translations are actually
575         calculated for every path, but rotations/scale/mirroring are all
576         done by just using the RS274X commands. Maybe in the future we can
577         implement it without the RS274X commands.
579 2009-03-07   Julian Lamb * thepurlieu AT gmail dot com *
581         * src/callbacks.c, src/callbacks.h, src/export-rs274x.c,
582         src/gerbv.c, src/gerbv.h, src/interface.c, src/interface.h,
583         src/main.c: * start adding the code for a layer translate/rotate/scale/mirror
584         dialog box and functionality. There's still plenty of work to do, so
585         excuse the mess in the meantime.
587 2009-03-06   Julian Lamb * thepurlieu AT gmail dot com *
589         * src/export-drill.c, src/export-rs274x.c, src/gerb_image.c,
590         src/gerber.c, src/gerbv.c: * fix bug when exporting drill files with tool numbers < 10 (noticed
591         by Peter Clifton). Added additional cleanup logic to correct this
592         issue when exporting files.  * fix bug where HID attributes were not duplicated during the image
593         duplication, causing double-free issues when exporting drill files
594         sometimes * increase the cairo render quality slightly for circles.  If anyone
595         notices slowdowns, please report them.
597 2009-03-02   Julian Lamb * thepurlieu AT gmail dot com *
599         * src/drill.c, src/gerbv.c: * fix possible write outside array bounds (patch by Todd Blackmon) * keep a running default color counter, to prevent closed and opened
600         files from duplicating the default color of an opened layer (patch
601         by Todd Blackmon)
603 2009-02-23   Julian Lamb * thepurlieu AT gmail dot com *
605         * src/gerb_image.c: * fix excellon drill export bug, which sometimes deleted the first
606         element in the file during export (noticed by Peter Clifton, bug
607         #2631416)
609 2009-02-17   Julian Lamb * thepurlieu AT gmail dot com *
611         * src/gerber.c: * fix polygon render optimization bug with polygons from Altrium
612         package (fixes bug 2607102, reported by Todd Blackmon)
614 2009-02-17   Dan McMahill * dan AT mcmahill dot net *
616         * src/drill.c, test/golden/Makefile.am, test/inputs/Makefile.am,
617         test/inputs/test-drill-repeat-1.exc, test/run_tests.sh,
618         test/tests.list: add support for the excellon R (repeat) command.
619         Include a testsuite entry for this.
621 2009-02-16   Dan McMahill * dan AT mcmahill dot net *
623         * src/callbacks.c, src/drill.c, src/drill_stats.c, src/gerbv.h: Add
624         a total drill count for the whole board to the drill stats.  Keep
625         stats on 'R' codes (repeat) in the drill files.  For now (until I
626         complete implementing R support), give a warning that the R command
627         is ignored.
629 2009-02-15   Julian Lamb * thepurlieu AT gmail dot com *
631         * src/drill.c, test/inputs/test-drill-leading-zero-1.exc,
632         test/inputs/test-drill-trailing-zero-1.exc, test/tests.list: * Add patch by user to fix drill parsing error with negative numbers
633         using leading zeros (bug 2601828). Also, added two test cases to
634         start building a test suite for the drill parser.
636 2009-02-10   Dan McMahill * dan AT mcmahill dot net *
638         * src/run_gerbv.in: allow this script to work when called from
639         outside the build directory
641 2009-02-10   Dan McMahill * dan AT mcmahill dot net *
643         * src/gerber.c: allow 0 degree rotation
645 2009-02-09   Julian Lamb * thepurlieu AT gmail dot com *
647         * src/amacro.c, src/draw.c, src/gerber.c, src/scheme.c: * allow macro parser to handle numbers without a zero in front of
648         the decimal (fixes rendering bug spotted by Dan) * fix speedup code for rendering of certain macros * draw 0 width macro lines in cairo as 1 pixel wide * fix compiler warning in scheme.c
650 2009-01-29   Dan McMahill * dan AT mcmahill dot net *
652         * src/main.c: do not return 1 when just doing a command line
653         processing.  make does not like that
655 2009-01-28   Julian Lamb * thepurlieu AT gmail dot com *
657         * src/callbacks.c, src/interface.c: * fix a bug where clicking on the message tab made keyboard
658         accelerators stop working
660 2009-01-28   Julian Lamb * thepurlieu AT gmail dot com *
662         * src/draw-gdk.c, src/draw.c, src/interface.c: * fix clipping bug when viewing files with image offsets (noticed by
663         Dan) * add key accelerator hints in the menus for zoom and fit functions,
664         and added accelerator "Q" for the object query (Dan feature request)
666 2009-01-22   Dan McMahill * dan AT mcmahill dot net *
668         * README-release.txt: note how to change the default SF download
669         file
671 2009-01-22   Dan McMahill * dan AT mcmahill dot net *
673         * README-release.txt: update with the latest in how sourceforge does
674         things
676 2009-01-22   Dan McMahill * dan AT mcmahill dot net *
678         * configure.ac: bump rev after 2.2 branch
680 2009-01-22   Dan McMahill * dan AT mcmahill dot net *
682         * ChangeLog, NEWS: update for 2.2.0 release
684 2009-01-22   Dan McMahill * dan AT mcmahill dot net *
686         * README-release.txt: add some notes about the NEWS file
688 2009-01-21   Dan McMahill * dan AT mcmahill dot net *
690         * win32/build_gerbv: Remove spurious carriage returns from the
691         generated libtool as well as the Makefiles.  Repairs building under
692         cygwin which stopped working recently.
694 2009-01-21   Dan McMahill * dan AT mcmahill dot net *
696         * win32/build_gerbv: create a batch file for launching the
697         installer.  Makes testing on vista easier.
699 2009-01-21   Dan McMahill * dan AT mcmahill dot net *
701         * src/Makefile.am: bump revision from Julians last change
703 2009-01-21   Dan McMahill * dan AT mcmahill dot net *
705         * README-release.txt: note the use of GERBV_MAGIC_TEST_SKIP, and add
706         --disable-update-desktop-database for the testing
708 2009-01-20   Dan McMahill * dan AT mcmahill dot net *
710         * src/drill.c, src/lrealpath.c: silence a compiler warning
712 2009-01-19   Julian Lamb * thepurlieu AT gmail dot com *
714         * src/gerber.c: * fix small bug in min/max calculation code. Bug appeared on large
715         rectangle aperture flashes, since we didn't previously account for
716         differing height and width. Fixes bug noticed by Erik Winn.
718 2009-01-08   Dan McMahill * dan AT mcmahill dot net *
720         * src/Makefile.am, src/drill.c: Fix up parsing of files with
721         trailing zeros in the case where it is a user specified format.  Now
722         for trailing zeros supression, you specify how many digits preceed
723         the decimal point.  Tested and verified to fix some real-world drill
724         files generated by a commercial EDA tool.
726 2009-01-08   Dan McMahill * dan AT mcmahill dot net *
728         * src/run_gerbv.in: add some LD_LIBRARY_PATH and LD_PRELOAD hacks to
729         deal with the case where there may already be an installed libgerbv
730         which is being picked up instead of the just-built local one.
732 2009-01-08   Dan McMahill * dan AT mcmahill dot net *
734         * test/run_tests.sh: add a -g|--golden <dir> option to specify a
735         "golden" directory.  This makes it easier to regen all the files
736         into a local golden directory, make source code changes, and then
737         run the testsuite against the previous golden files.  This helps in
738         cases where floating point math roundoff caused some tests to fail
739         on some machines with the checked in golden files.
741 2008-12-05   Dan McMahill * dan AT mcmahill dot net *
743         * src/Makefile.am: add -no-undefined to the libtool link line for
744         libgerbv.  Requested by Cesar Strauss in SF patch # 2381914.
746 2008-12-03   Dan McMahill * dan AT mcmahill dot net *
748         * configure.ac, src/Makefile.am: Use autoconf to check for windres
749         in a way that will pick up the correct tool when cross-compiling.
750         This should help with cross-compiling gerbv with windows as the
751         target and something other than windows as the build host.  Patch from Cesar Strauss.  SF patch # 2381904.
753 2008-11-30   Dan McMahill * dan AT mcmahill dot net *
755         * win32/build_gerbv: add a --nsis-only option that only creates the
756         installer
758 2008-11-30   Dan McMahill * dan AT mcmahill dot net *
760         * win32/extract_gtk_win32: sync with pcb
762 2008-11-17   Julian Lamb * thepurlieu AT gmail dot com *
764         * doc/example-code/example1.c, doc/example-code/example2.c,
765         doc/example-code/example3.c, doc/example-code/example4.c,
766         doc/example-code/example5.c, doc/example-code/example6.c: * add some hints to the example*.c files to help step the user
767         through some common compilation problems.
769 2008-11-16   Julian Lamb * thepurlieu AT gmail dot com *
771         * src/drill_stats.c, src/gerb_stats.c: * fix some warnings that popped up with gcc 4.3.2
773 2008-11-15   Dan McMahill * dan AT mcmahill dot net *
775         * desktop/gerbv.desktop: change categories to be more appropriate
776         and consisten with the rest of gEDA
778 2008-11-15   Dan McMahill * dan AT mcmahill dot net *
780         * src/attribute.c, src/callbacks.c, src/drill.c, src/drill_stats.c,
781         src/gerb_file.c, src/gerbv.c, src/project.c, src/render.c: add
782         missing #include "common.h" to get __FUNCTION__ on non-gcc systems.
784 2008-10-16   Julian Lamb * thepurlieu AT gmail dot com *
786         * src/pick-and-place.c: * fix pick-and-place bounding box calcs. I think this should cover
787         all the cases now...again, let me know if you see any issues with
788         CVS.
790 2008-10-16   Julian Lamb * thepurlieu AT gmail dot com *
792         * src/drill.c, src/gerber.c: * add bounding box code to drill parser (pick-and-place still
793         needed) * fix a few small bugs in the speedup code
795 2008-10-16   Julian Lamb * thepurlieu AT gmail dot com *
797         * src/draw-gdk.c, src/draw.c, src/gerber.c: * fix autoscale bug caused by latest optimizations. Things look like
798         they should work again, so please report any problems at this point.
800 2008-10-15   Julian Lamb * thepurlieu AT gmail dot com *
802         * src/draw-gdk.c, src/draw-gdk.h, src/draw.c, src/gerb_image.c,
803         src/gerber.c, src/gerbv.c, src/gerbv.h: * pre-calculate a bounding box for every object during file parsing,
804         and use the box dimensions to determine if that object will even be
805         rendered inside the visible window. This approach allows for
806         slightly better speed than the previous version, since it now
807         includes polygons in the optimizations. My test boards show about a
808         25% speed improvement with this new method. The autoscale feature is
809         somewhat broken right now...excuse the mess while I finish debugging
810         things.  * also, apply the optimizations to "FAST" render mode as
811         well...looks to be about a 3x speedup when zoomed in to a board.
813 2008-09-09   Julian Lamb * thepurlieu AT gmail dot com *
815         * src/draw.c: * make sure optimizations work with offsets and justifications
816         (rarely ever used).
818 2008-09-09   Julian Lamb * thepurlieu AT gmail dot com *
820         * src/draw.c: * comment out the "zoomed out" optimizations before the 2.1 Windows
821         binary is built.
823 2008-09-09   Dan McMahill * dan AT mcmahill dot net *
825         * BUGS: Remove the windows printing bug.  Building with a new enough
826         gtk makes that go away (it was a gtk bug in the first place).  Remove the comment about windows rendering being slow.  Currently we
827         don't have measured data to support that when using cairo rendering
828         and we have a few data points that shows it is on par with linux.
830 2008-09-07   Julian Lamb * thepurlieu AT gmail dot com *
832         * src/draw.c: * add a few tweaks to the optimizations
834 2008-09-07   Julian Lamb * thepurlieu AT gmail dot com *
836         * src/callbacks.c, src/draw.c, src/draw.h, src/gerbv.c,
837         src/render.c: * implement some basic render speedups in the cairo code (see
838         mailing list for explanations)
840 2008-09-06   Julian Lamb * thepurlieu AT gmail dot com *
842         * src/callbacks.c, src/gerbv.c: * tweak Dan's benchmark code to render to an off-screen entity using
843         a fixed resolution. Also, run both fast and normal benchmarks
844         together and output the speed (took out high-quality, since it's
845         roughly the same as normal it seems).
847 2008-09-06   Dan McMahill * dan AT mcmahill dot net *
849         * configure.ac, src/callbacks.c: add missing time.h
851 2008-09-06   Dan McMahill * dan AT mcmahill dot net *
853         * acinclude.m4: add acinclude.m4 which has some macros needed for
854         the relocation patch
856 2008-09-06   Dan McMahill * dan AT mcmahill dot net *
858         * src/callbacks.c, src/callbacks.h, src/interface.c: add a basic
859         rendering benchmark
861 2008-09-06   Dan McMahill * dan AT mcmahill dot net *
863         * src/callbacks.c: When loading/saving project files, add a filter
864         to show just .gvp (Gerbv Project) files or all files.  Hopefully
865         this will help promote the use of .gvp as a project file extension.
866         The windows installer already uses this as a registered file type.
867         The gnome/kde desktop integration still needs to happen.
869 2008-09-06   Dan McMahill * dan AT mcmahill dot net *
871         * configure.ac, desktop/Makefile.am, src/Makefile.am,
872         src/gerb_file.c, src/gerbv.c, src/gerbv.h, src/lrealpath.c,
873         src/lrealpath.h, src/main.c, src/project.c: make gerbv be
874         relocatable.  By this I mean ./configure --prefix=/tmp/gerbv make make install mv /tmp/gerbv
875         /opt/gerbv or similar will now work.  This makes it possible for any packaging
876         system that provides the user the ability to choose where a binary
877         install goes to actually work.  This includes the native solaris
878         package manager, windows installers, and just a plain old "tar it up
879         and extract it some where else".  This works by determining where init.scm lives relative the binary
880         based on any configure flags that control things like the
881         exec_prefix or datadir.  While here, allow the GERBV_SCHEMEINIT to "win" if set.  This is
882         more in line with how most programs work.  The environment variable
883         gives a hook to override the default behaviour.
885 2008-09-06   Dan McMahill * dan AT mcmahill dot net *
887         * configure.ac: correct version number on trunk
889 2008-09-06   Stuart Brorson * sdb AT cloud9 dot net *
891         * configure.ac: Update revision to 2.1.0 in configure.ac for
892         release.
894 2008-09-06   Stuart Brorson * sdb AT cloud9 dot net *
896         * src/Makefile.am: Set shared library version in prep for upcoming
897         2.1.0 release.
899 2008-09-06   Stuart Brorson * sdb AT cloud9 dot net *
901         * ChangeLog, NEWS: Update NEWS and ChangeLog in prep for 2.1.0
902         release.
904 2008-09-04   Dan McMahill * dan AT mcmahill dot net *
906         * win32/gerbv.nsi.in: .gvp is now the extension for gerbv project
907         files
909 2008-09-04   Dan McMahill * dan AT mcmahill dot net *
911         * win32/gerbv.nsi.in: cause the start menu shortcut to startup in
912         the users "My Documents" (XP/2k) or "Documents" (vista) area.
914 2008-09-04   Dan McMahill * dan AT mcmahill dot net *
916         * win32/Makefile.am, win32/gerbv.nsi.in,
917         win32/registerExtension.nsh: add file extension associations.  Now
918         double clicking on .prj, .gbr, .gbx, .cnc, .ncd, and .xy files will
919         launch gerbv.
921 2008-09-04   Dan McMahill * dan AT mcmahill dot net *
923         * win32/extract_gtk_win32: make sure the zlib dll ends up in the
924         right place.  This lets us click on a gerber file and have gerbv
925         launch correctly
927 2008-09-04   Dan McMahill * dan AT mcmahill dot net *
929         * win32/gerbv.nsi.in: Get the uninstaller to work with vista.  Thank
930         you microsoft for that little bit of joy :( Add in some commented out stuff that can hopefully be used later for
931         associating file types.
933 2008-09-03   Dan McMahill * dan AT mcmahill dot net *
935         * win32/gerbv.nsi.in: add the BUGS and COPYING links to the
936         uninstall section.
938 2008-09-03   Dan McMahill * dan AT mcmahill dot net *
940         * win32/build_gerbv: If --debug is added twice, the second one
941         triggers --enable-debug being passed to the configure script.
943 2008-09-03   Dan McMahill * dan AT mcmahill dot net *
945         * src/interface.c: remove another obsolete #if !defined(MINGW32).
946         Now log messages actually show up in the messages window under
947         windows too.  No change on non-win32 systems.
949 2008-09-02   Stuart Brorson * sdb AT cloud9 dot net *
951         * src/main.c, src/render.c: Applied Ineiev's latest patch to fix X11
952         functionality.  Also updated copyright string emitted by gerbv
953         --version.
955 2008-08-31   Julian Lamb * thepurlieu AT gmail dot com *
957         * src/main.c: * allow user to translate a single file from the command line
958         (previously, it only worked on >1 file)
960 2008-08-31   Julian Lamb * thepurlieu AT gmail dot com *
962         * src/main.c: * fix image centering when using --border command line argument
964 2008-08-31   Julian Lamb * thepurlieu AT gmail dot com *
966         * src/main.c: * fix translation of files using command line interface (bug noticed
967         by Stuart)
969 2008-08-30   Dan McMahill * dan AT mcmahill dot net *
971         * src/render.c: remove a horribly out of date #if
972         !defined(__MINGW32__).  Only affects windows.
974 2008-08-29   Julian Lamb * thepurlieu AT gmail dot com *
976         * src/main.c: * add Joerg's patch instead, since it's better
978 2008-08-29   Julian Lamb * thepurlieu AT gmail dot com *
980         * src/callbacks.c, src/main.c: * set "save as" dialog to start in the current directory of the
981         layer to be saved/exported * add a "Loading project..." message to stdout when loading a
982         project from the command line
984 2008-08-29   Dan McMahill * dan AT mcmahill dot net *
986         * README-release.txt, configure.ac, src/project.c: Add versioning to
987         the project files.  I have verfied reasonable behavour with a
988         project file that has:   - missing version (assumes a default "old" version)   - version that is current (works)   - version that is newer than current (issues a warning and tries
989             to load the file anyway using the latest known version)   - version that is not too new but it is not one we know about
990             (issues a warning and tries anyway using a default assumption of
991           version) - version string that is simply invalid (syntactically) (issues a
992             warning and tries to anyway using a default assumption of version) As part of this, fully document how file format version changes are
993         handled and also fully document the exact policy/procedure for gerbv
994         versions on the cvs trunk as well as on cvs release branches.
996 2008-08-29   Julian Lamb * thepurlieu AT gmail dot com *
998         * src/callbacks.c, src/render.c: * correct some namespaces in the recent patch by ineiv
1000 2008-08-29   Stuart Brorson * sdb AT cloud9 dot net *
1002         * src/callbacks.c, src/main.h, src/render.c, src/render.h: Measure
1003         tool now works with mouse zooms and the measure line is persistent.
1004         Patch submitted by Ineiev.
1006 2008-08-28   Julian Lamb * thepurlieu AT gmail dot com *
1008         * src/main.c: * don't save layers when saving a project file * fix regression where relative file paths were not used during
1009         project saves
1011 2008-08-28   Julian Lamb * thepurlieu AT gmail dot com *
1013         * src/gerbv.c, src/main.c: * add some logic to the project loading code to load the layers
1014         sequentially, ignoring any skipped layer numbers. This should help
1015         make gerbv more robust against faulty project files.
1017 2008-08-28   Stuart Brorson * sdb AT cloud9 dot net *
1019         * src/callbacks.c: Move "are you sure" dialog to before file chooser
1020         dialog is run in open_project.  This is the more logical order:
1021         Warn the user first, and then let him chose the file.  The other
1022         order didn't work in the case where the user hit "cancel" in the
1023         file chooser, because it would ask "are you sure" after the user hit
1024         cancel.
1026 2008-08-28   Julian Lamb * thepurlieu AT gmail dot com *
1028         * src/main.c: * try and alternate method of increasing the last_loaded int to try
1029         and stop Stuart's segfault
1031 2008-08-28   Julian Lamb * thepurlieu AT gmail dot com *
1033         * src/interface.c: * fix a GTK warning on GDK-only builds
1035 2008-08-27   Julian Lamb * thepurlieu AT gmail dot com *
1037         * src/render.c: * fix building with --disable-cairo, spotted by Erik
1039 2008-08-27   Julian Lamb * thepurlieu AT gmail dot com *
1041         * src/callbacks.c: * fix segfault noticed by Stuart
1043 2008-08-27   Julian Lamb * thepurlieu AT gmail dot com *
1045         * src/main.c, src/project.c: * fix segfault noticed by Joerg during opening of project files
1047 2008-08-27   Dan McMahill * dan AT mcmahill dot net *
1049         * src/attribute.c, src/drill.c: repair the saving/loading of drill
1050         layers.  HID attributes associated with the file format have to have
1051         names which are valid scheme variable names which precludes a name
1052         with a space in it.
1054 2008-08-27   Dan McMahill * dan AT mcmahill dot net *
1056         * src/Makefile.am, src/callbacks.c: Simplify the authors/bugs
1057         handling a bit.  No need for these to be in standalone compiled
1058         files which ends up requiring extra declarations and producing
1059         global variables.  While here correct a broken depenendency in my
1060         initial version.
1062 2008-08-27   Dan McMahill * dan AT mcmahill dot net *
1064         * src/Makefile.am: make a call to awk more portable so that it works
1065         with old sunos-5.8 /usr/bin/awk
1067 2008-08-26   Stuart Brorson * sdb AT cloud9 dot net *
1069         * src/interface.c: Move all icons to the project load/save menu
1070         items since they correspond to the load/save buttons on the toolbar.
1072 2008-08-26   Stuart Brorson * sdb AT cloud9 dot net *
1074         * src/callbacks.c, src/interface.c: Fix bug noticed by Joerg, in
1075         which buttons on toolbar were inconsistent w.r.t. loading/saving
1076         project files vs. layers.  Now all buttons operate on project files.
1077         Also incorporate a few other fixes.
1079 2008-08-26   Julian Lamb * thepurlieu AT gmail dot com *
1081         * src/export-drill.c: * fix drill export bug spotted by Erik
1083 2008-08-26   Julian Lamb * thepurlieu AT gmail dot com *
1085         * src/Makefile.am, src/interface.c: * update src/Makefile.am for Stuart * add control-O accelerator for open layer
1087 2008-08-26   Julian Lamb * thepurlieu AT gmail dot com *
1089         * src/gerbv.h: * add cairo.h include to fix build problem noticed by ineiev
1091 2008-08-26   Stuart Brorson * sdb AT cloud9 dot net *
1093         * src/Makefile.am: Check in fixes required to get gerbv to compile
1094         reliably with bugs.c and authors.c functionality.
1096 2008-08-26   Stuart Brorson * sdb AT cloud9 dot net *
1098         * AUTHORS, BUGS, NEWS, README, README-release.txt, src/Makefile.am,
1099         src/callbacks.c, src/callbacks.h, src/interface.c: Made BUGS file
1100         display one of the help menu options.  This builds upon the changes
1101         made by Dan.
1103 2008-08-26   Dan McMahill * dan AT mcmahill dot net *
1105         * AUTHORS, src/Makefile.am, src/callbacks.c: update the AUTHORS file
1106         and use the generated authors.c to fill in the 'credits' screen.
1108 2008-08-26   Dan McMahill * dan AT mcmahill dot net *
1110         * test/run_tests.sh: Add a special environment variable,
1111         GERBV_MAGIC_TEST_SKIP, which if set to 'yes' will cause the
1112         testsuite to simply return with a "all passed" indication.  This lets you debug packaging issues around 'make distcheck' without
1113         being stuck on 'make check' failures.  While ignoring failures in
1114         the testsuite is not good, the reality of how the checks currently
1115         work is that variations in the cairo version and/or CPU architecture
1116         can cause false failures in the testsuite which end up being a
1117         barrier to more fully testing the build system.  This variable should be used carefully and thoughtfully.
1119 2008-08-26   Dan McMahill * dan AT mcmahill dot net *
1121         * Makefile.am: Include BUGS and quit including an obsolete readme in
1122         the distfile.
1124 2008-08-25   Julian Lamb * thepurlieu AT gmail dot com *
1126         * src/draw.c: * prevent duplicate objects from being selected
1128 2008-08-25   Julian Lamb * thepurlieu AT gmail dot com *
1130         * src/callbacks.c, src/callbacks.h, src/render.c, src/render.h: * add some more sanity to the selected object message, and when/how
1131         we remove items from the array * also fixes a bug in FAST mode, where unloading all layers when
1132         items are selected causes noticeable graphics glitches
1134 2008-08-25   Dan McMahill * dan AT mcmahill dot net *
1136         * win32/Makefile.am: fix some typos in generation of the dos format
1137         versions of COPYING and BUGS
1139 2008-08-25   Dan McMahill * dan AT mcmahill dot net *
1141         * BUGS: associate a cairo version number (1.6.4) with the cairo
1142         printing bug under windows
1144 2008-08-25   Dan McMahill * dan AT mcmahill dot net *
1146         * BUGS: remove the version line since it is just yet another place
1147         to keep a version updated
1149 2008-08-25   Dan McMahill * dan AT mcmahill dot net *
1151         * src/Makefile.am: generate a bugs.c and authors.c file which are
1152         generated at build time from $(top_srcdir)/BUGS and
1153         $(top_srcdir)/AUTHORS.  These can be used to keep the authors list
1154         and bugs list in 1 place but display from multiple places.
1156 2008-08-25   Dan McMahill * dan AT mcmahill dot net *
1158         * src/callbacks.c: set the web site in the about dialog
1160 2008-08-25   Dan McMahill * dan AT mcmahill dot net *
1162         * win32/Makefile.am, win32/gerbv.nsi.in: On win32, install a dos
1163         version (\n -> \r\n) of the top level BUGS and add to the start menu
1164         group.  While here do the same for the top level COPYING.
1166 2008-08-25   Dan McMahill * dan AT mcmahill dot net *
1168         * README-release.txt: add a reminder to review and update the BUGS
1169         file prior to a release
1171 2008-08-25   Dan McMahill * dan AT mcmahill dot net *
1173         * src/callbacks.c: repair a call to the cancel/ok dialog.  The do
1174         not show again argument is not a boolean but rather a pointer to a
1175         boolean.
1177 2008-08-25   Dan McMahill * dan AT mcmahill dot net *
1179         * src/interface.c: protect against a null pointer dereference
1181 2008-08-25   Julian Lamb * thepurlieu AT gmail dot com *
1183         * : * update the golden files that changed after the recent oval->oblong
1184         render change
1186 2008-08-24   Stuart Brorson * sdb AT cloud9 dot net *
1188         * Makefile.am: Remove README-Pick-and-Place-search_parts.txt from
1189         release tarball since it was removed as obsolete.
1191 2008-08-24   Stuart Brorson * sdb AT cloud9 dot net *
1193         * README-Pick-and-Place-search_parts.txt: Removed obsolete README
1194         talking about PnP functionality which was removed in 2006.
1196 2008-08-24   Stuart Brorson * sdb AT cloud9 dot net *
1198         * Makefile.am: Add BUGS file to extra dist in Makefile.am.
1200 2008-08-24   Stuart Brorson * sdb AT cloud9 dot net *
1202         * BUGS: Added BUGS file to CVS.
1204 2008-08-24   Julian Lamb * thepurlieu AT gmail dot com *
1206         * src/attribute.c, src/attribute.h, src/drill.c, src/gerb_image.c,
1207         src/gerbv.c, src/gerbv.h, src/project.c: * move two of the attribute destroy functions to libgerbv, where
1208         they are needed
1210 2008-08-24   Stuart Brorson * sdb AT cloud9 dot net *
1212         * src/callbacks.c: Added warning dialog if the user has previously
1213         edited the drill layer, and then does an "edit file properties".
1215 2008-08-24   Stuart Brorson * sdb AT cloud9 dot net *
1217         * src/callbacks.c, src/gerbv.c, src/interface.c: Moved project
1218         related stuff in "file" menu to top section, and layer stuff to
1219         second section.  This is because "new" is traditionally the top menu
1220         item, and it creates a new project.   Therefore, all project stuff
1221         must be at top.  Also did minor refactoring of revert function calls
1222         to eliminate a compiler warning.
1224 2008-08-24   Stuart Brorson * sdb AT cloud9 dot net *
1226         * src/callbacks.c, src/gerbv.c, src/interface.c: Moved "revert" menu
1227         item to section holding "project" items (because it affects all
1228         layers, not just one).  Also make both "revert project" and "revert
1229         layer" actions reset the dirty flag and reset the layer tree
1230         appropriately.
1232 2008-08-24   Dan McMahill * dan AT mcmahill dot net *
1234         * src/attribute.c, src/attribute.h, src/drill.c: make sure we always
1235         make local copies of the attribute lists in a way that allows us to
1236         destroy them later correctly.
1238 2008-08-24   Dan McMahill * dan AT mcmahill dot net *
1240         * src/gerbv.h: protect against multiple inclusions
1242 2008-08-24   Dan McMahill * dan AT mcmahill dot net *
1244         * src/project.c: fix an obvious typo in the last commit.  why did
1245         this still run???
1247 2008-08-24   Dan McMahill * dan AT mcmahill dot net *
1249         * src/attribute.c, src/gerb_image.c, src/gerbv.h, src/project.c:
1250         fill in the destroy code for HID attribute lists
1252 2008-08-24   Dan McMahill * dan AT mcmahill dot net *
1254         * src/attribute.c: fill in the destroy code for attribute lists
1256 2008-08-24   Stuart Brorson * sdb AT cloud9 dot net *
1258         * src/interface.c: Fix minor bug in which there were overlapping
1259         keyboard accelerators for different options in "analyze" menu.
1261 2008-08-23   Julian Lamb * thepurlieu AT gmail dot com *
1263         * src/callbacks.c: * after "saving as", update the file path in the project struct to
1264         make sure the layer name is updated and future "save" actions will
1265         save to the new position
1267 2008-08-23   Julian Lamb * thepurlieu AT gmail dot com *
1269         * src/callbacks.c: * update dirty flag in some places.  I think Stuart did this earlier
1270         in libgerbv, but I removed them from there and forgot to put them
1271         back into callbacks.c* update dirty flag in some places.  I think
1272         Stuart did this earlier in libgerbv, but I removed them from there
1273         and forgot to put them back into callbacks.c* update dirty flag in
1274         some places.  I think Stuart did this earlier in libgerbv, but I
1275         removed them from there and forgot to put them back into
1276         callbacks.c* update dirty flag in some places.  I think Stuart did
1277         this earlier in libgerbv, but I removed them from there and forgot
1278         to put them back into callbacks.c* update dirty flag in some places.
1279         I think Stuart did this earlier in libgerbv, but I removed them from
1280         there and forgot to put them back into callbacks.c* update dirty
1281         flag in some places.  I think Stuart did this earlier in libgerbv,
1282         but I removed them from there and forgot to put them back into
1283         callbacks.c* update dirty flag in some places.  I think Stuart did
1284         this earlier in libgerbv, but I removed them from there and forgot
1285         to put them back into callbacks.c* update dirty flag in some places.
1286         I think Stuart did this earlier in libgerbv, but I removed them from
1287         there and forgot to put them back into callbacks.c
1289 2008-08-23   Julian Lamb * thepurlieu AT gmail dot com *
1291         * src/draw.c: * fir the rendering of obround flashed apertures in cairo rendering
1293 2008-08-23   Stuart Brorson * sdb AT cloud9 dot net *
1295         * src/draw.c: Make pdf export show oblong objects as a line with
1296         rounded ends, instead of an oval.  Reviewed by Julian.
1298 2008-08-23   Julian Lamb * thepurlieu AT gmail dot com *
1300         * example/eaglecad1/top-cop.gbx: * revert an unintentional change to top-cop.gbx that happened during
1301         my testing
1303 2008-08-23   Julian Lamb * thepurlieu AT gmail dot com *
1305         * example/eaglecad1/top-cop.gbx, src/interface.c: * fix bug where save projet button read "save layer as"
1307 2008-08-23   Julian Lamb * thepurlieu AT gmail dot com *
1309         * src/callbacks.c, src/gerbv.c: * try and improve Windows print quality
1311 2008-08-23   Dan McMahill * dan AT mcmahill dot net *
1313         * win32/gerbv.nsi.in: point at correct location for Readme.txt
1315 2008-08-23   Julian Lamb * thepurlieu AT gmail dot com *
1317         * src/gerbv.c: * fix printing translation bug noticed by Dan
1319 2008-08-22   Julian Lamb * thepurlieu AT gmail dot com *
1321         * src/callbacks.c: * small change to an alert dialog to bring it inline with the visual
1322         style of others
1324 2008-08-21   Dan McMahill * dan AT mcmahill dot net *
1326         * win32/extract_gtk_win32: make sure we extract GPL v2 as well as v3
1328 2008-08-21   Julian Lamb * thepurlieu AT gmail dot com *
1330         * src/pick-and-place.c: * fix more bugs in PNP rendering orientation.  LED example now works
1331         somewhat.  I think I'll leave things as they are now for 2.1...it
1332         works "well enough"
1334 2008-08-21   Julian Lamb * thepurlieu AT gmail dot com *
1336         * src/pick-and-place.c: * some orientation fixes for PNP logic (noticed by Stuart). However,
1337         LED.xy has problems now...it looks like its row order isn't
1338         correctly recognized by gerbv.
1340 2008-08-21   Julian Lamb * thepurlieu AT gmail dot com *
1342         * src/main.c: * change default render mode to cairo on Windows builds, since all
1343         data points seem to show it renders faster than GDK. This should
1344         help speed up the speed for the casual user that doesn't change the
1345         render mode.
1347 2008-08-21   Julian Lamb * thepurlieu AT gmail dot com *
1349         * src/main.c: * more fixes with the project writing freeing logic
1351 2008-08-21   Julian Lamb * thepurlieu AT gmail dot com *
1353         * src/project.c: * fix double-freeing of project struct when writing to file
1355 2008-08-21   Julian Lamb * thepurlieu AT gmail dot com *
1357         * src/attribute.c, src/main.c, src/project.c, src/project.h: * actually call the project_destroy functions committed in the last
1358         commit
1360 2008-08-21   Julian Lamb * thepurlieu AT gmail dot com *
1362         * src/attribute.c, src/callbacks.c, src/gerb_image.c, src/gerbv.h,
1363         src/project.c: * more leak fixes, including a stub for the HID_attribute free
1364         code... Dan?
1366 2008-08-21   Julian Lamb * thepurlieu AT gmail dot com *
1368         * src/callbacks.c, src/gerb_image.c, src/gerber.c, src/gerbv.c,
1369         src/main.c, src/render.c, src/render.h: * more memory leak fixes, including a sizable cairo rendering leak.
1370         Again, lots of code touched, so testing is needed.
1372 2008-08-21   Stuart Brorson * sdb AT cloud9 dot net *
1374         * src/callbacks.c: Added back "No object selected" dialog box when
1375         the user asks for an object properties report, but nothing is
1376         selected.
1378 2008-08-21   Stuart Brorson * sdb AT cloud9 dot net *
1380         * src/callbacks.c: Change g_strdup_printf to g_string_printf and
1381         g_string_append_printf as recommended by Julian to help clean up
1382         memory leaks.
1384 2008-08-21   Julian Lamb * thepurlieu AT gmail dot com *
1386         * src/gerb_image.c, src/gerbv.h: * fix another memory leak in the image_destroy function
1388 2008-08-21   Julian Lamb * thepurlieu AT gmail dot com *
1390         * src/gerb_image.c, src/gerber.c: * revert an erroneous fix in the simplified macro logic which caused
1391         segfaults
1393 2008-08-20   Julian Lamb * thepurlieu AT gmail dot com *
1395         * src/callbacks.c, src/drill_stats.c, src/gerb_image.c,
1396         src/gerb_stats.c, src/gerber.c, src/gerbv.c, src/gerbv.h,
1397         src/main.c, src/render.c, src/render.h: * fix lots and lots of memory leaks * code routines to destroy stats structs, and also to free all
1398         rendering data
1400 2008-08-19   Dan McMahill * dan AT mcmahill dot net *
1402         * win32/extract_gtk_win32, win32/gerbv.nsi.in: update some of the
1403         licenses (welcome to GPL v2 and v3 split)
1405 2008-08-19   Dan McMahill * dan AT mcmahill dot net *
1407         * autogen.sh: partially revert the previous.  We still need to clear
1408         out autom4te.cache since it can cause problems
1410 2008-08-19   Dan McMahill * dan AT mcmahill dot net *
1412         * Makefile.am, README-win32.txt, win32/build_gerbv,
1413         win32/extract_gtk_win32, win32/gerbv.nsi.in: minor tweaks to allow
1414         building with the latest gtk/win32 builds
1416 2008-08-19   Julian Lamb * thepurlieu AT gmail dot com *
1418         * src/callbacks.c, src/draw-gdk.c: * fix some (not all) of the GDK clipping issues on high zoom. Please
1419         test out FAST rendering and let me know if anything is broken.
1420         Polygons still cause some problems at high zooms, but there's not
1421         much we can do...if you want nice rendering, don't use FAST. :) * add some message bar messages to help make sure users know about
1422         selection only working on the active layer
1424 2008-08-19   Julian Lamb * thepurlieu AT gmail dot com *
1426         * src/attribute.c, src/callbacks.c, src/render.c: * delete debug flag comment in attribute.c * limit max zoom level to help prevent clipping in GDK rendering at
1427         high zooms. My quick tests still show some clipping (GDK only) at
1428         the highest allowable zoom, but I don't think we should limit the
1429         zoom levels any more. Feedback is requested.
1431 2008-08-19   Julian Lamb * thepurlieu AT gmail dot com *
1433         * src/callbacks.c, src/render.c: * more miscellaneous GUI cleanup
1435 2008-08-19   Julian Lamb * thepurlieu AT gmail dot com *
1437         * src/attribute.c, src/drill.c, src/gerbv.h, src/interface.c: * more miscellaneous dialog cleanups
1439 2008-08-19   Julian Lamb * thepurlieu AT gmail dot com *
1441         * src/interface.c: * fix tearoff button bar size after being torn off * add some stock icons to various menu items to make them prettier
1443 2008-08-19   Dan McMahill * dan AT mcmahill dot net *
1445         * utils/umap: fill in everyones name
1447 2008-08-19   Dan McMahill * dan AT mcmahill dot net *
1449         * README-release.txt: note the shared library versioning requirement
1451 2008-08-19   Dan McMahill * dan AT mcmahill dot net *
1453         * INSTALL.MINGW.WIN32: remove obsolete mingw/win32 building
1454         document.
1456 2008-08-19   Dan McMahill * dan AT mcmahill dot net *
1458         * INSTALL: remove the standard gnu boilerplate install doc.  It is
1459         put in place by autogen.sh
1461 2008-08-19   Julian Lamb * thepurlieu AT gmail dot com *
1463         * src/callbacks.c, src/interface.c: * change pointer tool to default, since it now actually does
1464         something * tweak all dialog messages and look to better meet GNOME HIG
1466 2008-08-19   Julian Lamb * thepurlieu AT gmail dot com *
1468         * src/gerbv.c, src/gerbv.h, src/main.c: * fix command line color forcing, which was broken a few months ago * added a new library function to allow the user to force a color
1469         during file loading
1471 2008-08-18   Julian Lamb * thepurlieu AT gmail dot com *
1473         * src/callbacks.c, src/draw-gdk.c, src/draw.c, src/export-rs274x.c,
1474         src/gerb_image.c, src/gerber.c, src/gerbv.h, src/pick-and-place.c,
1475         test/golden/Makefile.am, test/inputs/Makefile.am,
1476         test/inputs/test-layer-step-and_repeat-2.gbx, test/tests.list: * fix render logic for polygon draws, eliminating the step and
1477         repeat segfault bug #2005074 * add a test case for the step and repeat bug * small fixes to the object property display code to fix a segfault
1478         and improve info accuracy
1480 2008-08-18   Stuart Brorson * sdb AT cloud9 dot net *
1482         * Structs.txt: Change current_index -> curr_index.
1484 2008-08-18   Stuart Brorson * sdb AT cloud9 dot net *
1486         * src/callbacks.c: Fixed bug in which you could select objects on an
1487         invisible layer.
1489 2008-08-17   Stuart Brorson * sdb AT cloud9 dot net *
1491         * src/callbacks.c, src/drill.c, src/gerber.c: Free strings created
1492         using g_strdup_printf in error and statistics gathering code.
1494 2008-08-17   Julian Lamb * thepurlieu AT gmail dot com *
1496         * src/gerber.c: * update golden files using cairo 1.6 rendering in preparation for
1497         polygon internal switch * make sure aperture stat warnings aren't issued during polygon
1498         fills, since there's no aperture used for them
1500 2008-08-16   Julian Lamb * thepurlieu AT gmail dot com *
1502         * src/callbacks.c, src/callbacks.h: * change object display code to use g_message(), and eliminate
1503         custom code to do the same thing
1505 2008-08-16   Dan McMahill * dan AT mcmahill dot net *
1507         * autogen.sh: don't delete log files and assorted other generated
1508         files as part of the autogen.sh step.  That should be left for
1509         things like 'make distclean'.  Noted by DJ on gerbv-devel.
1511 2008-08-16   Julian Lamb * thepurlieu AT gmail dot com *
1513         * src/Makefile.am, src/callbacks.c, src/callbacks.h, src/textbox.c,
1514         src/textbox.h: * combine recent object property display code with the existing log
1515           code, eliminating textbox.[ch] * fix several memory leaks in the display callback function
1517 2008-08-15   Julian Lamb * thepurlieu AT gmail dot com *
1519         * src/gerbv.c: * fix bug in revert function which kept it from working properly on
1520         >1 file
1522 2008-08-15   Julian Lamb * thepurlieu AT gmail dot com *
1524         * src/callbacks.c, src/gerbv.c: * remove callbacks function calls from gerbv.h, since it is in
1525         libgerbv and can't use GUI functions
1527 2008-08-15   Stuart Brorson * sdb AT cloud9 dot net *
1529         * src/callbacks.c, src/interface.c: Minor changes to displayed text.
1531 2008-08-15   Stuart Brorson * sdb AT cloud9 dot net *
1533         * Structs.txt: Added more info to file.
1535 2008-08-15   Stuart Brorson * sdb AT cloud9 dot net *
1537         * src/callbacks.c: Misc fixes and updates.
1539 2008-08-14   Stuart Brorson * sdb AT cloud9 dot net *
1541         * src/callbacks.c, src/render.c: Output layer number alongside file
1542         name in general tab of Gerber report window.  This allows users to
1543         cross-correlate the report to the aperture def list given in the
1544         aperture def tab.
1546 2008-08-14   Stuart Brorson * sdb AT cloud9 dot net *
1548         * src/callbacks.c, src/draw-gdk.c, src/draw.c: Make Gerbv report
1549         names of all files processed when generating reports.  Filenames are
1550         presented on general tab of reports window.
1552 2008-08-14   Stuart Brorson * sdb AT cloud9 dot net *
1554         * src/callbacks.c, src/gerb_stats.c, src/render.c: Made selected
1555         object properties report also emit aperture type.
1557 2008-08-14   Stuart Brorson * sdb AT cloud9 dot net *
1559         * src/callbacks.c, src/draw-gdk.c, src/draw.c, src/gerb_file.h,
1560         src/gerb_stats.c, src/gerber.c, src/gerbv.c, src/gerbv.h: Added
1561         filename to gerb_file_t struct so that it could be reported from
1562         various reporting facilities.  Also modified aperture D code report.  Moved D count to separate tab
1563         for 10 <= D <= MAX and fixed reporting so gerbv now reports the
1564         number of times a particular aperture has been *used*, which is
1565         probably more interesting than the previous reporting quantity.
1566         Note that I still need to put the layer filename info into report
1567         for each code (G, D, M, etc), and to separate all reports by layer.
1569 2008-08-14   Stuart Brorson * sdb AT cloud9 dot net *
1571         * Structs.txt: Added more info about structs used in program.
1573 2008-08-14   Dan McMahill * dan AT mcmahill dot net *
1575         * src/Makefile.am, src/run_gerbv.in: Add a wrapper script to use for
1576         launching gerbv prior to installation.  This lets gerbv properly
1577         find init.scm even with libtool and also with building outside of
1578         the source tree.
1580 2008-08-13   Dan McMahill * dan AT mcmahill dot net *
1582         * src/attribute.c: take the previous commit one step further.  If
1583         the "auto" button is checked none of the other widgets will be
1584         sensitive.
1586 2008-08-13   Dan McMahill * dan AT mcmahill dot net *
1588         * src/attribute.c: put a rather ugly hack in place where if the
1589         first entry in an attribute list is a boolean *and* its name is
1590         "auto" then the callbacks for everything else will cause it to be
1591         unchecked.  It's an ugly hack but it is the best we have right now
1592         since the current framework does not allow for capturing
1593         dependencies between attributes.
1595 2008-08-13   Dan McMahill * dan AT mcmahill dot net *
1597         * src/attribute.h, src/gerbv.h: move a comment back with the code it
1598         goes with
1600 2008-08-13   Stuart Brorson * sdb AT cloud9 dot net *
1602         * src/callbacks.c: Fixed bug in which aperture types were
1603         misreported in the analyze -> reports stuff.  The problem was that
1604         the enum of possible apertures contained in gerbv.h was updated, but
1605         the list of strings naming the apertures in callbacks.c was not.
1606         Also added exposure type to stuff reported by the "object
1607         properties" report.
1609 2008-08-13   Dan McMahill * dan AT mcmahill dot net *
1611         * src/textbox.c: add missing header, remove unused variable.  Gets
1612         rid of gcc warnings
1614 2008-08-13   Stuart Brorson * sdb AT cloud9 dot net *
1616         * src/callbacks.c, src/gerbv.h: Made "display object properties"
1617         display file name *and* layer of each item selected.
1619 2008-08-13   Stuart Brorson * sdb AT cloud9 dot net *
1621         * Structs.txt: A quick hierarchical outline of the datastructures
1622         involved in a gerbv project, and how they fit together.  All gerbv
1623         hackers are invited to add to this as they work on the project.
1625 2008-08-13   Stuart Brorson * sdb AT cloud9 dot net *
1627         * src/gerbv.h, src/interface.c: Changed references to program's name
1628         from "Gerber Viewer" to "Gerbv".
1630 2008-08-13   Stuart Brorson * sdb AT cloud9 dot net *
1632         * src/callbacks.c, src/interface.c, src/interface.h, src/render.c:
1633         Added new dialog box which only displays info and presents an "OK"
1634         button.  Hooked it up to situations where the user needs an error
1635         dialog box (e.g. trying to get a report on selected objects when
1636         nothing is selected).  Also some minor cleanups to eliminate
1637         compiler and GTK warnings.
1639 2008-08-12   Stuart Brorson * sdb AT cloud9 dot net *
1641         * src/interface.c: Menu cleanups.  Add "Edit" menu to top menubar
1642         and add "delete" to it.  Add "get object properties" to "analyze"
1643         menu.  Other random fixes.
1645 2008-08-12   Stuart Brorson * sdb AT cloud9 dot net *
1647         * src/callbacks.c, src/interface.c: A couple of wording changes in
1648         text shown to the user.  Clarified the meaning of the report given
1649         by the analysis windows, and fixed the second "display object
1650         properties" to read "edit object properties" (which is what it
1651         does).
1653 2008-08-11   Stuart Brorson * sdb AT cloud9 dot net *
1655         * src/callbacks.c: Fixed bug in which clicking on empty drawing area
1656         with pointer tool would cause segfault.
1658 2008-08-11   Stuart Brorson * sdb AT cloud9 dot net *
1660         * src/Makefile.am, src/callbacks.c, src/textbox.c, src/textbox.h:
1661         Committed DJ's patch which implementes reporting info about selected
1662         object's aperture.
1664 2008-06-29   Stuart Brorson * sdb AT cloud9 dot net *
1666         * src/callbacks.c: Minor update to layer_dirty functionality.
1668 2008-06-29   Stuart Brorson * sdb AT cloud9 dot net *
1670         * src/callbacks.c, src/gerbv.h, src/interface.c, src/main.c: Remove
1671         project_dirty and make gerbv store all layers when you do file->save
1672         project.   Also make sure gerbv updates the layer_dirty flags when
1673         you do "save project".
1675 2008-06-29   Stuart Brorson * sdb AT cloud9 dot net *
1677         * src/callbacks.c, src/gerbv.c, src/gerbv.h, src/interface.c:
1678         Implement layer_dirty flag and bind it into file save mechanism.
1680 2008-06-29   Julian Lamb * thepurlieu AT gmail dot com *
1682         * src/callbacks.c, src/interface.c: * display the layer name in italics and preceded by a "*" to show
1683         unsaved layers (waiting for Stuart to commit the dirty flag changes)
1685 2008-06-08   Julian Lamb * thepurlieu AT gmail dot com *
1687         * src/draw-gdk.c: * remove GDK rendering error messages for known GDK problems (fix
1688         bug 1984194)
1690 2008-05-25   Julian Lamb * thepurlieu AT gmail dot com *
1692         * src/callbacks.c, src/draw-gdk.h, src/draw.h, src/exportimage.c,
1693         src/gerber.h, src/interface.c: * clean up some --disable-cairo compile problems * remove the pointer icon from --disable-cairo builds, since there's
1694         no way to figure out what is clicked without cairo * fix focus problem to prevent the NEW button from being focused on
1695         startup
1697 2008-05-24   Julian Lamb * thepurlieu AT gmail dot com *
1699         * src/drill.c: * commit patch from Erik Winn to stop gerbv from complaining during
1700         TCST lines in Excellon drill files.  The TCST command is a valid one
1701         and shouldn't flag as an error.
1703 2008-05-23   Julian Lamb * thepurlieu AT gmail dot com *
1705         * doc/example-code/example4.c, doc/example-code/example5.c: * fix a few example source files based on the recent enum namespace
1706         conversion
1708 2008-05-23   Julian Lamb * thepurlieu AT gmail dot com *
1710         * src/callbacks.c, src/callbacks.h, src/drill.c, src/drill.h,
1711         src/drill_stats.h, src/interface.c: * fix a couple accidental string replacements from the last commit
1713 2008-05-23   Julian Lamb * thepurlieu AT gmail dot com *
1715         * src/amacro.c, src/amacro.h, src/attribute.c, src/attribute.h,
1716         src/callbacks.c, src/callbacks.h, src/draw-gdk.c, src/draw-gdk.h,
1717         src/draw.c, src/drill.c, src/drill.h, src/drill_stats.c,
1718         src/drill_stats.h, src/export-drill.c, src/export-rs274x.c,
1719         src/gerb_image.c, src/gerb_stats.c, src/gerb_stats.h, src/gerber.c,
1720         src/gerber.h, src/gerbv.c, src/gerbv.h, src/interface.c,
1721         src/main.c, src/main.h, src/pick-and-place.c, src/pick-and-place.h,
1722         src/project.c, src/project.h, src/render.c, src/render.h,
1723         src/tooltable.c: * finish converting all enums and structs over to use gerbv_
1724         namespace * add more documentation
1726 2008-05-23   Julian Lamb * thepurlieu AT gmail dot com *
1728         * doc/Doxyfile.nopreprocessing, doc/example-code/example6.c,
1729         src/amacro.c, src/amacro.h, src/attribute.c, src/attribute.h,
1730         src/callbacks.c, src/callbacks.h, src/common.h, src/csv.c,
1731         src/csv.h, src/csv_defines.h, src/draw-gdk.c, src/draw-gdk.h,
1732         src/draw.c, src/draw.h, src/drill.c, src/drill.h,
1733         src/drill_stats.c, src/drill_stats.h, src/dynload.h,
1734         src/export-drill.c, src/export-rs274x.c, src/exportimage.c,
1735         src/gerb_file.c, src/gerb_file.h, src/gerb_image.c,
1736         src/gerb_image.h, src/gerb_stats.c, src/gerb_stats.h, src/gerber.c,
1737         src/gerber.h, src/gerbv.c, src/gerbv.h, src/gerbv_icon.h,
1738         src/icons.h, src/interface.c, src/interface.h, src/main.c,
1739         src/main.h, src/opdefines.h, src/pick-and-place.c,
1740         src/pick-and-place.h, src/project.c, src/project.h, src/render.c,
1741         src/render.h, src/scheme-private.h, src/scheme.c, src/scheme.h,
1742         src/tooltable.c: * assign all files to a module (doxygen documentation) * more namespace cleanup for enums * more documentation
1744 2008-05-22   Julian Lamb * thepurlieu AT gmail dot com *
1746         * doc/example-code/example6.c, src/gerbv.h: * a couple small fixes to example6.c * correct the new render type enum
1748 2008-05-22   Julian Lamb * thepurlieu AT gmail dot com *
1750         * doc/example-code/example6.c, src/gerbv.h: * add example6.c, which is an extensive example of how to embed a
1751         custom gerber render widget inside another application...also a
1752         great cairo starting reference for anyone who wants to learn the
1753         basics of cairo.  * add more documentation and do some reorganizing of gerbv.h
1755 2008-05-22   Julian Lamb * thepurlieu AT gmail dot com *
1757         * src/Makefile.am, src/amacro.c, src/amacro.h, src/attribute.c,
1758         src/attribute.h, src/batch.c, src/batch.h, src/callbacks.c,
1759         src/callbacks.h, src/common.h, src/csv.c, src/csv.h,
1760         src/draw-gdk.c, src/draw-gdk.h, src/draw.c, src/draw.h,
1761         src/drill.c, src/drill.h, src/drill_stats.c, src/drill_stats.h,
1762         src/dynload.c, src/dynload.h, src/export-drill.c, src/gerb_file.c,
1763         src/gerb_file.h, src/gerb_image.h, src/gerb_stats.c,
1764         src/gerb_stats.h, src/gerb_transf.c, src/gerb_transf.h,
1765         src/gerber.c, src/gerber.h, src/gerbv.h, src/gerbv_icon.h,
1766         src/icons.h, src/interface.c, src/interface.h, src/main.c,
1767         src/main.h, src/opdefines.h, src/pick-and-place.c,
1768         src/pick-and-place.h, src/render.c, src/render.h,
1769         src/scheme-private.h, src/scheme.c, src/scheme.h, src/tooltable.c: * add doxygen header info to all files * remove batch.[ch] and eliminate gerb_transf.[ch] to help clean up
1770         the source tree
1772 2008-05-21   Stuart Brorson * sdb AT cloud9 dot net *
1774         * src/export-rs274x.c: Change www.gerbv.org -> gerbv.sf.net in G04
1775         codes emitted by RS-274X exporter.
1777 2008-05-21   Julian Lamb * thepurlieu AT gmail dot com *
1779         * src/callbacks.c, src/project.c: * eliminate random blank lines written to stdout during project
1780         loading * update Stuart's latest commit since mainProject is now a pointer
1782 2008-05-20   Stuart Brorson * sdb AT cloud9 dot net *
1784         * src/callbacks.c, src/export-rs274x.c: Fix program behavior so that
1785         when a user saves a page, then it is no longer dirty.  Also augment
1786         G04 message placed into RS-274X files to point to the gerbv project
1787         home page.
1789 2008-05-19   Julian Lamb * thepurlieu AT gmail dot com *
1791         * doc/example-code/example5.c, src/gerb_image.c, src/gerber.c,
1792         src/gerber.h, src/gerbv.h: * add some basic drawing functions to libgerbv (draw line, arc,
1793         rectangle) * add example5.c demonstrating basic drawing using libgerbv * more documentation
1795 2008-05-18   Julian Lamb * thepurlieu AT gmail dot com *
1797         * src/gerbv.h: * add a ifdef to make sure gerbv.h is usable in libgerbv
1799 2008-05-18   Stuart Brorson * sdb AT cloud9 dot net *
1801         * src/gerbv.h: Add '#include "config.h"' so configure time flags are
1802         visible inside gerbv.h.
1804 2008-05-18   Julian Lamb * thepurlieu AT gmail dot com *
1806         * doc/example-code/example2.c, doc/example-code/example4.c,
1807         src/batch.c, src/callbacks.c, src/draw-gdk.c, src/draw-gdk.h,
1808         src/draw.c, src/draw.h, src/drill.c, src/drill.h,
1809         src/export-drill.c, src/export-rs274x.c, src/gerb_image.c,
1810         src/gerb_image.h, src/gerb_stats.c, src/gerb_stats.h,
1811         src/gerb_transf.c, src/gerb_transf.h, src/gerber.c, src/gerber.h,
1812         src/gerbv.c, src/gerbv.h, src/interface.c, src/main.c, src/main.h,
1813         src/pick-and-place.c, src/pick-and-place.h, src/render.c,
1814         src/render.h: * change all gerb_* namespace to gerbv_* namespace, clarifying the
1815         libgerbv API.
1817 2008-05-18   Julian Lamb * thepurlieu AT gmail dot com *
1819         * doc/example-code/Makefile.am, doc/example-code/example1.c,
1820         doc/example-code/example2-input.gbx, doc/example-code/example2.c,
1821         doc/example-code/example3-input.gbx, doc/example-code/example3.c,
1822         doc/example-code/example4-input.gbx, doc/example-code/example4.c,
1823         src/batch.c, src/callbacks.c, src/exportimage.c, src/gerb_image.c,
1824         src/gerb_image.h, src/gerber.c, src/gerbv.c, src/gerbv.h,
1825         src/interface.c, src/main.c, src/project.h: * more namespace fixes * added 3 more example source files to show the libgerbv API * more documentation on functions and structs
1827 2008-05-18   Julian Lamb * thepurlieu AT gmail dot com *
1829         * doc/example-code/example1.c, src/drill.c, src/export-rs274x.c,
1830         src/gerb_image.c, src/gerber.c, src/gerbv.c, src/gerbv.h,
1831         src/main.c, src/pick-and-place.c: * more namespace reorg for functions used by libgerbv * more documentation for the key functions and structs
1833 2008-05-17   Julian Lamb * thepurlieu AT gmail dot com *
1835         * configure.ac, doc/Makefile.am, doc/example-code/Makefile.am,
1836         doc/example-code/example1-input.gbx, doc/example-code/example1.c,
1837         src/attribute.c, src/attribute.h, src/callbacks.c, src/drill.c,
1838         src/export-drill.c, src/export-rs274x.c, src/gerbv.c, src/gerbv.h,
1839         src/main.c, src/main.h, src/project.c, src/render.c: * Do some cleanup to get libgerbv usable (a few functions were
1840         needed by libgerbv previously).  * Change mainProject to use a pointer, and move all gerbv_project_t
1841         initialization to a function called gerbv_create_project. This
1842         affected almost all the GUI source code files.  * Add a first example file to show how to use libgerbv in other
1843         software (doc/example-code/exampl1.c).  * Start filling in the documentation inside gerbv.h.  To create the
1844         documentation, run "doxygen doc/Doxyfile.nopreprocessing" from the
1845         root directory, and then view the documentation at
1846         doc/html/index.html.
1848 2008-05-17   Julian Lamb * thepurlieu AT gmail dot com *
1850         * doc/Doxyfile.nopreprocessing, src/exportimage.c, src/gerbv.h,
1851         src/pick-and-place.c: * start cleanup of gerbv.h and remove extra #ifdefs so that other
1852         software can use gerbv.h and not worry about setting up any defines
1854 2008-05-16   Dan McMahill * dan AT mcmahill dot net *
1856         * src/gerb_file.c: use G_DIR_SEPARATOR instead of trying to figure
1857         it out ourselves (incorrectly)
1859 2008-05-16   Julian Lamb * thepurlieu AT gmail dot com *
1861         * src/callbacks.c: * fix scrollbar handle positions, which were apparently broken
1862         during the rendering struct changes several months ago.
1864 2008-05-16   Julian Lamb * thepurlieu AT gmail dot com *
1866         * INSTALL, src/export-rs274x.c, src/gerb_image.c: * skip over initial net when merging or exporting files.  The
1867         initial net is always zero based on the way we parse files.
1869 2008-05-14   Stefan Petersen * spe AT stacken dot kth dot se *
1871         * src/drill.c: Fixed bug #1963618 reported by Lorenzo Marcantonio
1872         regarding missing setlocale in drill_parse. Also cleaned up some
1873         mess while file was in my editor.
1875 2008-05-11   Dan McMahill * dan AT mcmahill dot net *
1877         * autogen.sh: add some extra output about the versions of the
1878         different tools which are encountered.
1880 2008-05-11   Dan McMahill * dan AT mcmahill dot net *
1882         * configure.ac: use AC_PROG_LIBTOOL instead of AM_PROG_LIBTOOL as
1883         the former is the prefered name.
1885 2008-05-09   Dan McMahill * dan AT mcmahill dot net *
1887         * README-cvs.txt: add a note about needing libtool
1889 2008-05-09   Dan McMahill * dan AT mcmahill dot net *
1891         * autogen.sh: if libtoolize doesn't exist, spit out an error to that
1892         effect
1894 2008-05-09   Dan McMahill * dan AT mcmahill dot net *
1896         * INSTALL, README-release.txt, autogen.sh, configure.ac,
1897         src/Makefile.am, src/libgerbv.pc.in: add the build system changes to
1898         break out libgerbv into a library that the main program links to
1900 2008-05-05   Stuart Brorson * sdb AT cloud9 dot net *
1902         * src/exportimage.c: Tweaked invocation of
1903         gerbv_render_to_pixmap_using_gdk so I could build gerbv using only
1904         GDK (no cairo).
1906 2008-04-30   Stuart Brorson * sdb AT cloud9 dot net *
1908         * src/callbacks.c, src/gerbv.h, src/interface.c, src/interface.h:
1909         Made "Don't show this dialog again" checkbox optional when you call
1910         interface_get_alert_dialog_response.  This fixes issue where not all
1911         alerts should show the checkbox.  Also added "Are you sure" dialog
1912         when user tries to quite after making changes.
1914 2008-04-29   Stuart Brorson * sdb AT cloud9 dot net *
1916         * src/callbacks.c, src/gerbv.c, src/gerbv.h, src/interface.c,
1917         src/main.c, src/render.c, src/render.h: Added "Do not show this
1918         dialog again" checkbox to "are you sure?" delete dialog.
1920 2008-04-27   Julian Lamb * thepurlieu AT gmail dot com *
1922         * src/Makefile.am, src/amacro.c, src/amacro.h, src/callbacks.c,
1923         src/drill.c, src/drill_stats.h, src/exportimage.c,
1924         src/gerb_image.c, src/gerb_image.h, src/gerb_stats.h, src/gerber.c,
1925         src/gerbv.c, src/gerbv.h, src/main.c, src/main.h, src/project.c,
1926         src/project.h, src/render.h, src/tooltable.c, src/tooltable.h:
1927         Finish cleaning up library split, eliminating all compile errors.
1928         Move project.[ch] and all related scheme files to the "application",
1929         since putting these in libgerbv is not really needed.
1931 2008-04-20   Julian Lamb * thepurlieu AT gmail dot com *
1933         * src/Makefile.am, src/amacro.h, src/attribute.c, src/callbacks.c,
1934         src/csv.c, src/draw-gdk.c, src/draw-gdk.h, src/draw.c, src/draw.h,
1935         src/drill.c, src/drill_stats.c, src/drill_stats.h,
1936         src/export-drill.c, src/export-drill.h, src/export-rs274x.c,
1937         src/export-rs274x.h, src/exportimage.c, src/exportimage.h,
1938         src/gerb_aperture.h, src/gerb_error.h, src/gerb_file.c,
1939         src/gerb_image.c, src/gerb_image.h, src/gerb_stats.c,
1940         src/gerb_stats.h, src/gerber.c, src/gerber.h, src/gerbv.c,
1941         src/gerbv.h, src/gerbv_screen.h, src/interface.c, src/log.c,
1942         src/log.h, src/main.c, src/main.h, src/pick-and-place.c,
1943         src/project.c, src/project.h, src/render.c, src/render.h,
1944         src/setup.c, src/setup.h: Big commit to start separating gerbv into
1945         a library and the command line/gui application. Also, clean out a
1946         bunch of dead code that wasn't needed anymore, and start moving all
1947         the important structs and function prototypes to gerbv.h to make a
1948         clean API for future library use.
1950 2008-04-17   Julian Lamb * thepurlieu AT gmail dot com *
1952         * src/callbacks.c: Hook up basic move object function (available
1953         through right-click menu).
1955 2008-04-17   Julian Lamb * thepurlieu AT gmail dot com *
1957         * src/callbacks.c, src/gerb_image.c: Add a 1 pixel grey border
1958         around the color picker boxes to make sure that the color stands out
1959         on a light background even with a light color.
1961 2008-04-17   Julian Lamb * thepurlieu AT gmail dot com *
1963         * src/gerb_image.c: Make sure created "panes" can actually be saved
1964         to a new rs274x file correctly.
1966 2008-04-17   Julian Lamb * thepurlieu AT gmail dot com *
1968         * src/callbacks.c, src/gerb_image.c, src/gerb_image.h,
1969         src/gerber.c, src/gerber.h: Get basic "window-paning" tool working
1970         (currently available through the right-click popup menu under
1971         "reduce area"). Next step is to work on the gui hookups to actually
1972         modify the parameters to the window-paning.
1974 2008-04-16   Julian Lamb * thepurlieu AT gmail dot com *
1976         * src/gerb_image.c, src/gerber.c: Replace a lot of mallocs with
1977         g_new0 calls, since it saves quite a few lines of code.  Start
1978         splitting out some functions from the parser which will be needed in
1979         the new drawing code.
1981 2008-04-16   Julian Lamb * thepurlieu AT gmail dot com *
1983         * src/gerb_image.c: Make sure we "compress" all the aperture numbers
1984         in the first panelization file too, giving cleaner output files.
1986 2008-04-15   Julian Lamb * thepurlieu AT gmail dot com *
1988         * src/gerber.c: Fix bug #1943409, which was noticed by Stefan.  One
1989         of the polygon parsing optimizations I did earlier turned out to be
1990         wrong in certain rare cases. It has now been fixed with an extra
1991         check to still reduce spurious polygon start/stops in most cases,
1992         but correctly flag the rare cases which actually use the D02 flag to
1993         start a new polygon.
1995 2008-04-14   Julian Lamb * thepurlieu AT gmail dot com *
1997         * src/render.c: Fix compiler error.
1999 2008-04-13   Stuart Brorson * sdb AT cloud9 dot net *
2001         * src/callbacks.c, src/render.c, src/render.h: Minor mods, including
2002         adding #ifndef RENDER_USING_GDK, to facilitate compilation on boxen
2003         lacking cairo.
2005 2008-04-08   Julian Lamb * thepurlieu AT gmail dot com *
2007         * src/callbacks.c, src/render.c: Fix smalle regressing in selection
2008         code. Also increase the pixel limit between using the click and drag
2009         selection options, and make the clicking more sensitive.
2011 2008-04-08   Julian Lamb * thepurlieu AT gmail dot com *
2013         * src/callbacks.c, src/callbacks.h, src/gerb_image.c,
2014         src/gerb_image.h, src/interface.c, src/render.c, src/render.h: Hook
2015         up escape key to clear selection buffer.  Temporarily add a menu
2016         item for "reduce area" (window-paning) and start working on code to
2017         do this. Also, create code stubs for object moving logic.
2019 2008-04-08   Julian Lamb * thepurlieu AT gmail dot com *
2021         * src/export-rs274x.c, src/gerber.c: Make some experimental changes
2022         to the gerber parser, and not even make a new net for aperture=OFF
2023         lines. This results in about a 5% memory savings, rendering speedup,
2024         and makes deleting/modifying objects much cleaner since there isn't
2025         a hanging D02 line before every object.  Please speak up if anything
2026         is broken regarding the parsing/rendering...the test suite still
2027         passes 100% after this change.
2029 2008-04-08   Julian Lamb * thepurlieu AT gmail dot com *
2031         * src/callbacks.c, src/render.c, src/render.h: Allow user to control
2032         or shift click to add items to the selection buffer.
2034 2008-04-08   Julian Lamb * thepurlieu AT gmail dot com *
2036         * src/callbacks.c, src/callbacks.h, src/gerbv_screen.h,
2037         src/interface.c, src/render.c: Add a quick right-click menu for the
2038         "pointer" tool per Stuart's suggestion.  Hook up the delete menu
2039         option to the delete code.
2041 2008-04-08   Julian Lamb * thepurlieu AT gmail dot com *
2043         * src/draw-gdk.c, src/draw.c, src/export-rs274x.c,
2044         src/gerb_image.c, src/gerb_image.h, src/gerber.c: Restructure the
2045         way deleted nets are handled.  Remove a portion of the polygon
2046         parsing code, since I suspect it was added due to a typo in the
2047         Gerber manual (Stefan, maybe you can double-check). This code was
2048         adding many wasted G36 and G37 codes in the image.
2050 2008-04-08   Julian Lamb * thepurlieu AT gmail dot com *
2052         * src/draw-gdk.c, src/draw.c, src/gerb_image.c: Allow polygon fills
2053         to se selected/deleted/etc. This was done by adding special code to
2054         the draw and delete routines instead of changing the internal image
2055         structure. In retrospect, changing the image structure for the
2056         polygons is more trouble than it is worth, since the current
2057         implementation fits with the RS274X spec much better.
2059 2008-04-08   Julian Lamb * thepurlieu AT gmail dot com *
2061         * src/gerbv.c, test/run_tests.sh: Re-update all golden files since
2062         the 72 DPI default really makes most of the pictures unusable.
2063         Change the run_test script to force all tests to export as 640x480
2064         window.  Fix a small bug in the new export code which defaulted to
2065         different x and y scales if the user didn't specify DPI (most likely
2066         they want a 1:1 aspect ratio).
2068 2008-04-08   Julian Lamb * thepurlieu AT gmail dot com *
2070         * src/gerbv.c: Update all golden test files after the last few
2071         months of code changes. Several recent changes were responsible for
2072         the massive test failures: 1) Anton's recent export patch, which defaults to 72 DPI and trims
2073         the picture to the perfect aspect ratio.  2) Make sure <1 pixel lines render as 1 pixel even at large zooms.
2075 2008-04-05   Julian Lamb * thepurlieu AT gmail dot com *
2077         * src/callbacks.c, src/draw-gdk.c, src/draw-gdk.h, src/draw.c,
2078         src/draw.h, src/gerbv_screen.h, src/interface.c, src/render.c: Add
2079         selection rendering to GDK (Fast) code as well, removing any need to
2080         desensitize the pointer tool depending on render type.
2082 2008-04-04   Julian Lamb * thepurlieu AT gmail dot com *
2084         * src/draw.c, src/render.c: Some miscellaneous code cleanup after
2085         the previous code commit.
2087 2008-04-04   Julian Lamb * thepurlieu AT gmail dot com *
2089         * src/callbacks.c, src/callbacks.h, src/draw.c, src/draw.h,
2090         src/export-drill.c, src/gerb_image.c, src/gerb_image.h,
2091         src/gerbv.c, src/gerbv.h, src/gerbv_screen.h, src/interface.c,
2092         src/render.c, src/render.h: Add several new capabilities to gerbv: 1) Add selection capability with the pointer tool. Both single
2093         clicking and dragging are supported now.  2) Add menu options for saving layers, now that gerbv offers actual
2094         editing of gerber files. Also allow the user to force an export to
2095         drill/rs274x format if they want to do that for some reason.  3) Allow the user to delete selected objects by pressing the delete
2096         key. The modified layer can then be saved.  See post to gerbv_devel for known issues with this commit.
2098 2008-04-02   Julian Lamb * thepurlieu AT gmail dot com *
2100         * src/batch.c, src/batch.h, src/exportimage.c, src/exportimage.h,
2101         src/gerb_file.c, src/gerb_file.h, src/gerb_image.c,
2102         src/gerb_image.h, src/interface.c, src/interface.h, src/project.c,
2103         src/project.h: Commit elfring's const correctness patch.
2105 2008-04-02   Julian Lamb * thepurlieu AT gmail dot com *
2107         * man/gerbv.1.in, src/gerbv.c: Apply Anton's man page patch, and add
2108         the new translate option to it as well.
2110 2008-04-02   Julian Lamb * thepurlieu AT gmail dot com *
2112         * src/attribute.c, src/attribute.h, src/callbacks.c, src/gerbv.c:
2113         Rename the attribute dialog function to prevent confusion from
2114         hackers thinking it is in interface.c.  Add an include to gerbv.c to
2115         remove a compiler warning.
2117 2008-04-02   Julian Lamb * thepurlieu AT gmail dot com *
2119         * src/callbacks.c: Slightly modify the format editor alert dialog
2120         wording to better conform to the Gnome HIG regarding
2121         primary/secondary wording.
2123 2008-04-02   Julian Lamb * thepurlieu AT gmail dot com *
2125         * src/callbacks.c: Also refresh the screen after changing file
2126         format options.
2128 2008-04-02   Julian Lamb * thepurlieu AT gmail dot com *
2130         * src/callbacks.c, src/export-drill.c: Make sure we refresh the
2131         screen after reloading a layer.
2133 2008-04-01   Julian Lamb * thepurlieu AT gmail dot com *
2135         * src/Makefile.am, src/export-drill.c, src/export-drill.h,
2136         src/gerb_image.c, src/gerbv.c: Add logic to the merging code which
2137         tries to prevent duplicating apertures in the new image.  Add an
2138         Excellon drill file exporter.  Update the command line help to
2139         reflect the additions of rs274x and excellon exporting.
2141 2008-04-01   Julian Lamb * thepurlieu AT gmail dot com *
2143         * src/gerb_image.c, src/gerbv.c: Add translation to the command
2144         line, effectively allowing panelization of multiple files (or
2145         multiple instances of the same file). e.g.: src/gerbv --export=rs274x --output=output.gbx --translate=0,0
2146         --translate=3.5,0 example/dan/top.gbx example/dan/top.gbx to panelize 2 copies of top.gpx next to each other.
2148 2008-04-01   Julian Lamb * thepurlieu AT gmail dot com *
2150         * src/callbacks.c, src/gerb_image.c, src/gerb_image.h, src/gerbv.c,
2151         src/gerbv_screen.h, src/render.c: Add translation capability to
2152         merging code, and add a struct to handle per-layer transformations
2153         like translating/scaling/etc. After adding command line translation
2154         option, we should have the basics for scriptable panelization.
2156 2008-04-01   Julian Lamb * thepurlieu AT gmail dot com *
2158         * src/gerb_image.c: Fix bug in aperture translation logic for image
2159         merging.
2161 2008-04-01   Julian Lamb * thepurlieu AT gmail dot com *
2163         * src/gerb_image.c, src/gerbv.c: Finish rough draft of image merging
2164         code...still plenty of bugs to fix though.
2166 2008-04-01   Julian Lamb * thepurlieu AT gmail dot com *
2168         * src/gerb_image.c, src/gerb_image.h, src/gerbv.c: Start coding the
2169         image duplication and copying functions in preparation for the
2170         panelization feature addition.
2172 2008-03-31   Dan McMahill * dan AT mcmahill dot net *
2174         * src/drill_stats.c: add an extra dprintf()
2176 2008-03-31   Dan McMahill * dan AT mcmahill dot net *
2178         * src/callbacks.c: add an extra digit on the measurements
2180 2008-03-31   Dan McMahill * dan AT mcmahill dot net *
2182         * src/drill.c: fix drill stats when in metric mode
2184 2008-03-30   Stuart Brorson * sdb AT cloud9 dot net *
2186         * src/exportimage.c: Move all #include <cairo*.h> declarations to
2187         same level to fix build problem.
2189 2008-03-29   Stefan Petersen * spe AT stacken dot kth dot se *
2191         * src/draw-gdk.c: Number of points in outline macro seems not to
2192         include start point and primitive 5 should handle explicit x/y
2194 2008-03-29   Stefan Petersen * spe AT stacken dot kth dot se *
2196         * src/draw.c: Number of points in outline macro seems not to include
2197         start point
2199 2008-03-27   Stefan Petersen * spe AT stacken dot kth dot se *
2201         * example/am-test/am-test.gbx: Number of points given as parameter
2202         to aperture macro should apperently not contain start point as found
2203         in other (real) examples in the repository.
2205 2008-03-27   Stefan Petersen * spe AT stacken dot kth dot se *
2207         * src/gerber.c: Fixed bug in aperture macro simplification. Number
2208         of parameters calculated for aperture macro 4 (outline) was
2209         calculated wrong.
2211 2008-03-26   Dan McMahill * dan AT mcmahill dot net *
2213         * src/render.c: add missing prototype
2215 2008-03-26   Dan McMahill * dan AT mcmahill dot net *
2217         * src/attribute.c, src/attribute.h, src/batch.c, src/callbacks.c,
2218         src/drill.c, src/drill.h, src/interface.c, src/interface.h,
2219         src/project.c, src/project.h: Store file format attributes into the
2220         project file and correctly load them back again.  Also store the
2221         render type.
2223 2008-03-26   Dan McMahill * dan AT mcmahill dot net *
2225         * src/drill.c, src/drill_stats.c, src/drill_stats.h, src/gerbv.c:
2226         Don't complain about DETECT,ON and DETECT,OFF, FMAT,2 or VER,1 in
2227         drill files.   Include the DETECT,ON/OFF part in the stats.
2229 2008-03-26   Julian Lamb * thepurlieu AT gmail dot com *
2231         * src/gerbv.c: Make sure some incorrect color values are caught by
2232         the command line parser (eg #gggggg was valid before).
2234 2008-03-26   Julian Lamb * thepurlieu AT gmail dot com *
2236         * src/callbacks.c, src/exportimage.c, src/gerbv.c, src/render.c,
2237         src/render.h: Added Anton's large patch set to: 1) Add much more command line exporting functionality to gerbv (note
2238         this patch pretty much changes the default png export behavior, so
2239         the test suite is 100% failing now...I will wait a little bit before
2240         uploading all the new golden files and make sure everyone is happy
2241         with the new command line setup).  2) fix a bug in the PDF/PS/SVG export code. The render function
2242         incorrectly scaled each layer during the export process, causing
2243         cairo to seriously complain and possibly crash.  3) Add capability to handle separate x and y scale factors. This
2244         will come in handy for fine-tuning printing for users etching their
2245         own boards (see Sourceforge feature request for this).  Thanks again
2246         for Anton's great work on all this...maybe he'll stick around and
2247         contribute more!
2249 2008-03-26   Julian Lamb * thepurlieu AT gmail dot com *
2251         * src/gerb_file.c: Fixed file parsing bug on Windows which sometimes
2252         read in past the EOF (noticed and fixed by Anton Verburg) (Bug
2253         1925182 in Sourceforge).
2255 2008-03-26   Dan McMahill * dan AT mcmahill dot net *
2257         * src/drill.c: don't complain about redefining a drill if the new
2258         definition is identical to the old one.  Cuts out a lot of spurious
2259         output.
2261 2008-03-26   Dan McMahill * dan AT mcmahill dot net *
2263         * src/drill.c: fix index for the digits attribute
2265 2008-03-26   Dan McMahill * dan AT mcmahill dot net *
2267         * src/gerbv.c: add missing return in a non-void function.
2269 2008-03-26   Dan McMahill * dan AT mcmahill dot net *
2271         * src/Makefile.am, src/attribute.c, src/attribute.h, src/batch.c,
2272         src/callbacks.c, src/callbacks.h, src/drill.c, src/drill.h,
2273         src/gerb_image.c, src/gerb_image.h, src/gerber.c, src/gerbv.c,
2274         src/gerbv.h, src/interface.c, src/pick-and-place.c: Add code that
2275         provides a generic attribute list editor from pcb.  Use this to
2276         provide a dialog for manually overriding the file format for drill
2277         files.  Once people are satisfied that this works as desired we can
2278         fill in the code for specifying rs274-x and pick-and-place
2279         formatting.  No more gui coding should be needed to add the others.  'make check' ran before and after with identical results.
2281 2008-03-21   Julian Lamb * thepurlieu AT gmail dot com *
2283         * src/gerbv.c: add gerbv_revert_file function for Dan's new popup
2284         menu option.
2286 2008-03-20   Dan McMahill * dan AT mcmahill dot net *
2288         * src/gerbv.c, src/project.c, src/project.h: Teach the project file
2289         about layer visibility.  Now when you reload a project file, the
2290         layer visibility is preserved.
2292 2008-03-14   Julian Lamb * thepurlieu AT gmail dot com *
2294         * src/exportimage.c, src/gerber.c: Fix bug in macro parsing which
2295         mistakenly flagged all macros as using a "clear" exposure operation.
2296         This made the cairo renderer very slow on files with lots of macros.
2297         Thanks to Stefan for spotting the speed issue.
2299 2008-03-13   Stefan Petersen * spe AT stacken dot kth dot se *
2301         * src/draw-gdk.c: Aperture macro 21 with X and Y given as parameters
2302         in the aperture macro definition is now handled by the GDK drawing
2303         engine too.
2305 2008-02-26   Dan McMahill * dan AT mcmahill dot net *
2307         * desktop/Makefile.am: make sure we include gerbv_icon.ico in the
2308         distfile
2310 2008-02-26   Dan McMahill * dan AT mcmahill dot net *
2312         * win32/build_gerbv: fix syntax error
2314 2008-02-20   Julian Lamb * thepurlieu AT gmail dot com *
2316         * src/callbacks.c: Eliminate the screen refresh after saving a
2317         project, since there's no need for it.  This will make project
2318         saving near-instantaneous again.
2320 2008-02-18   Dan McMahill * dan AT mcmahill dot net *
2322         * utils/umap: add some email addresses to the cvs2cl.pl umap file
2324 2008-02-18   Stuart Brorson * sdb AT cloud9 dot net *
2326         * Makefile.am: Revert change made to DISTCHECK_CONFIGURE_FLAGS line
2327         per request of Dan.
2329 2008-02-14   Julian Lamb * thepurlieu AT gmail dot com *
2331         * src/draw.c, src/gerber.c: Add a flag to the macro structure to let
2332         the renderer know if any clear primatives are used in the macro.
2333         This allows cairo to only use push/pop if it needs to, speeding up
2334         all other macro rendering.
2336 2008-02-14   Julian Lamb * thepurlieu AT gmail dot com *
2338         * src/draw-gdk.c, src/draw.c, src/gerber.c: Convert all apertures
2339         and macros to inches during parsing, completing the storage of all
2340         dimensions in the gerb_image as inches. This simplified the drawing
2341         logic, as well as making sure we don't make any unit conversion
2342         mistakes, since the Gerber spec allows 2 different ways to change
2343         units.  With cairo, render any lines < 1 pixel wide as 1 pixel wide in order
2344         to eliminate the disappearing of lines at low zoom levels (pointed
2345         out by Stefan). This breaks many of the test suite files due to this
2346         small change, so I'll update them all soon.
2348 2008-02-14   Julian Lamb * thepurlieu AT gmail dot com *
2350         * src/Makefile.am, src/callbacks.c, src/color.c, src/color.h,
2351         src/gerbv.c, src/interface.c, src/log.c: Remove color.[ch], since
2352         their functionality has been incorporated into the other files after
2353         the cairo code addition.
2355 2008-02-14   Julian Lamb * thepurlieu AT gmail dot com *
2357         * src/draw.c, src/draw.h, src/render.c, src/render.h: Start adding
2358         the code to allow selection of items on the screen.
2360 2008-02-13   Stefan Petersen * spe AT stacken dot kth dot se *
2362         * src/draw-gdk.c: Added some more debug printouts when drawing
2363         aperture macros.
2365 2008-02-13   Stefan Petersen * spe AT stacken dot kth dot se *
2367         * src/gerber.c: The list of simplified aperture macros is now stored
2368         in the order they are defined. Also some reformatting of the code to
2369         fit into the rest of gerbv.
2371 2008-02-09   Julian Lamb * thepurlieu AT gmail dot com *
2373         * src/draw.c, src/draw.h, src/export-rs274x.c, src/render.c: Render
2374         apertures with diameter of 0 as 1 pixel wide in cairo. The GDK
2375         renderer already did this due to roundoff error, and other viewer
2376         software seem to do this as well. Some programs seem to use 0
2377         diameter apertures for labels and other things that aren't actually
2378         part of the PCB.  This bug was noticed by Peter C.
2380 2008-02-09   Julian Lamb * thepurlieu AT gmail dot com *
2382         * src/draw-gdk.c, src/gerber.c: Add small fix to Stefan's recent
2383         bugfix to account for final rotation parameter in outline. Also,
2384         change to filled shapes in outline macro with GDK, since this is how
2385         other viewers handle this.
2387 2008-02-09   Stefan Petersen * spe AT stacken dot kth dot se *
2389         * src/gerb_aperture.h, src/gerber.c: Aperture macro primitive
2390         outline can have up to 102 parameters so I increased number of
2391         parameters to 102. That makes all places that is holding parameters
2392         this big, but I (spe) take that memory waste.  When parsing, outline
2393         also calculates a more correct number of parameters, reflecting the
2394         changing number of parameters. That value is checked against maximum
2395         number of parameters.
2397 2008-02-09   Julian Lamb * thepurlieu AT gmail dot com *
2399         * src/export-rs274x.c, src/gerbv.c: Add code to allow exporting
2400         macros (using the new simplified macro structures). This should
2401         almost complete the export to RS274X code, except for some work on
2402         finishing work on some of the rarely used RS274X features.  Add
2403         exporting to RS274X command into the help printout.
2405 2008-02-09   Julian Lamb * thepurlieu AT gmail dot com *
2407         * src/draw-gdk.h, src/draw.c, src/draw.h, src/gerber.c: Add code to
2408         calculate the exact extents of a drawn macro, in order to autoscale
2409         the image correctly and do perfect knockout cuts. This is now
2410         possible with the simplified aperture code.  Move macro enumerations
2411         to draw-gdk.h so we can use it in gerber.c.
2413 2008-02-09   Julian Lamb * thepurlieu AT gmail dot com *
2415         * src/draw.c: Change the cairo macro rendering over to use Stefan's
2416         new simplified macro aperture definitions. This allowed for quite a
2417         bit of code cleanup.  Note that the clearing code currently doesn't
2418         work yet, since we're waiting on Stefan to fix some ordering bugs in
2419         the simplified macro list.
2421 2008-02-09   Stefan Petersen * spe AT stacken dot kth dot se *
2423         * src/gerb_file.c: Fix for bug report #1884694 that made it possible
2424         for program to leak a small amount of memory in some situations.
2426 2008-02-09   Stefan Petersen * spe AT stacken dot kth dot se *
2428         * src/draw-gdk.c, src/draw-gdk.h, src/gerb_aperture.h, src/gerber.c:
2429         Implemented a simplifier for aperture macros. Already during the
2430         parse phase (actually when an aperture is defined using an aperture
2431         macro), gerbv now executes the byte code with the parameters given
2432         in the definition of the aperture. It generates a linked list with
2433         aperture macros with precalculated parameters, so the drawing engine
2434         never needs to redo the calculation everytime it draws an aperture
2435         defined by an aperture macro. And the virtual machine to execute the
2436         aperture macro byte code is only needed at one place (parser), not
2437         at every drawing engine.  The virtual machine is also made hardended against bugs in the byte
2438         code.  An actual implementation of using these simplified aperture macro is
2439         also done in the GDK drawing engine.  A bug in the GDK drawing engine is also fixed so when drawing
2440         aperture macro primitive 20/2 so rotation is made in the correct
2441         way.
2443 2008-02-09   Stuart Brorson * sdb AT cloud9 dot net *
2445         * tags.txt: Update tags.txt file with tag gerbv-2_1_trunk.
2447 2008-02-09   Stuart Brorson * sdb AT cloud9 dot net *
2449         * configure.ac: Changed version to gerv-2.1-trunk for trunk.
2451 2008-02-09   Stuart Brorson * sdb AT cloud9 dot net *
2453         * tags.txt: Added new release name to tags.txt after tagging
2454         everything 2.0.1.
2456 2008-02-09   Stuart Brorson * sdb AT cloud9 dot net *
2458         * configure.ac: Update configure.ac to read version 2.0.1.
2460 2008-02-08   Stuart Brorson * sdb AT cloud9 dot net *
2462         * ChangeLog, ChangeLog_pre20080201: Move old manual ChangeLog to
2463         ChangeLog_pre20080201.  Check in new, autogenerated ChangeLog.  The
2464         new ChangeLog is generated using cvs2cl.pl.
2466 2008-02-07   Julian Lamb * thepurlieu AT gmail dot com *
2468         * ChangeLog: Update Changelog manually for changes since 2.0.0
2470 2008-02-07   Stuart Brorson * sdb AT cloud9 dot net *
2472         * NEWS: Add annotation about gerbv-2.0.1.
2474 2008-02-07   Stuart Brorson * sdb AT cloud9 dot net *
2476         * Makefile.am: Fix typo.
2478 2008-02-05   Stuart Brorson * sdb AT cloud9 dot net *
2480         * NEWS: Created bare-bones NEWS file in prep for 2.0.1 release.
2482 2008-01-31   Dan McMahill * dan AT mcmahill dot net *
2484         * win32/build_gerbv: use tr instead of dos2unix to fix up the
2485         various Makefiles.  This seems a bit more robust since the spurious
2486         \r is sometimes in the middle of a line
2488 2008-01-30   Dan McMahill * dan AT mcmahill dot net *
2490         * win32/extract_gtk_win32: add gdwin32 for pcb
2492 2008-01-30   Dan McMahill * dan AT mcmahill dot net *
2494         * win32/Makefile.am, win32/extract_gtk_win32, win32/gerbv.nsi.in:
2495         distribute the extract_gtk_win32 file, also list the gerbv license
2496         alone and keep the rest apart so it is easier to build other tools
2497         too.
2499 2008-01-30   Dan McMahill * dan AT mcmahill dot net *
2501         * win32/extract_gtk_win32, win32/gerbv.nsi.in: all licenses for all
2502         the libraries
2504 2008-01-30   Dan McMahill * dan AT mcmahill dot net *
2506         * win32/build_gerbv: disable desktop database updates
2508 2008-01-30   Julian Lamb * thepurlieu AT gmail dot com *
2510         * src/gerbv.c: * more help printout cleanup and clarification
2512 2008-01-30   Julian Lamb * thepurlieu AT gmail dot com *
2514         * src/gerbv.c: * cleanup help printout and change the format to better follow most
2515           other programs.
2517 2008-01-29   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2519         * Makefile.am, icon-theme-installer: Add missed icon-theme-installer
2520         to EXTRA_DIST, and fix bug in icon-theme-installer where the -??
2521         size was not stripped from the installed icon name.
2523 2008-01-29   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2525         * Makefile.am, configure.ac, desktop/Makefile.am,
2526         desktop/gerbv.svg, icon-theme-installer: Hooked up GTK icon theme
2527         and .desktop file install. Also added a "scalable" version of the
2528         gerbv icon for installation. This is the 48x48 svg original, scaled
2529         onto a 128x128 canvas to match the expected size of the "scalable"
2530         size of the "hicolor" icon theme.
2532 2008-01-24   Julian Lamb * thepurlieu AT gmail dot com *
2534         * src/draw.c: * speed up cairo rendering of macros by checking each macro for any
2535           clear draws, then only using push/pop group if we need to.
2537 2008-01-24   Stuart Brorson * sdb AT cloud9 dot net *
2539         * example/hellboard/README, example/hellboard/hellboard.back.gbr,
2540         example/hellboard/hellboard.fab.gbr,
2541         example/hellboard/hellboard.front.gbr,
2542         example/hellboard/hellboard.group1.gbr,
2543         example/hellboard/hellboard.group2.gbr,
2544         example/hellboard/hellboard.pcb,
2545         example/hellboard/hellboard.plated-drill.cnc: Added DJ's hellboard
2546         to distribution.
2548 2008-01-24   Stefan Petersen * spe AT stacken dot kth dot se *
2550         * src/gerb_image.c, src/gerber.c: A little cleanup
2552 2008-01-24   Julian Lamb * thepurlieu AT gmail dot com *
2554         * src/draw-gdk.c, src/draw-gdk.h, src/draw.c, src/export-rs274x.c,
2555         src/gerb_image.h, src/gerber.c: * change polygon structure slightly and move "arc chopper" logic
2556           into the GDK draw functions, and store only the arc info in the
2557           gerb_image struct. This allows exporting with 100% accuracy, speeds
2558           up the cairo rendering, and reduces the size of the gerb_image * update 4 golden files as a result of this change, since the cairo
2559           renderer now renders with the default resolution instead of the
2560           mandated 1 degree resolution with the previous method.  * add more functionality to the export code, including info headers,
2561           polarity changes, and finishing the polygon stuff. The only major
2562           code that still needs to be added is macro exporting. This may wait
2563           until (or if) we re-arrange the macro storage method.  * change GDK renderer to use a double for the scale factor instead
2564           of an int. The int was causing noticable error during rendering of
2565           large boards in comparison to the cairo version (which was correct).
2567 2008-01-24   Julian Lamb * thepurlieu AT gmail dot com *
2569         * src/gerber.c: * fix bug 1878509 by adding a hack to assume linear interpolation is
2570           desired if no I or J parameter is given. All other programs seem to
2571           assume this, so it should be safe.  Also, the testsuite still passes
2572           after this change, so it shouldn't break anything.
2574 2008-01-23   Stuart Brorson * sdb AT cloud9 dot net *
2576         * src/draw-gdk.h: Trivial comment fix: #endif /* DRAW_H */ -->
2577         #endif /* DRAW_GDK_H */
2579 2008-01-22   Dan McMahill * dan AT mcmahill dot net *
2581         * win32/extract_gtk_win32: start work on documenting how I extract
2582         all the gtk for windows stuff and the licenses for each.
2584 2008-01-22   Dan McMahill * dan AT mcmahill dot net *
2586         * Makefile.am: remove some extra entries in the files to be cleaned
2587         that didn't really belong
2589 2008-01-22   Dan McMahill * dan AT mcmahill dot net *
2591         * src/dynload.c: fix a format string warning on windows.
2593 2008-01-22   Dan McMahill * dan AT mcmahill dot net *
2595         * configure.ac, src/scheme.c: check for strlwr() at configure time
2596         instead of relying on preprocessor #defines.  Should address the
2597         strlwr() part of sf bug [ 1877018 ] compiling gerbv 2.0 using cygwin
2599 2008-01-22   Dan McMahill * dan AT mcmahill dot net *
2601         * configure.ac, src/Makefile.am, win32/build_gerbv,
2602         win32/gerbv.nsi.in: hook in the icons for the non-cygwin windows
2603         version
2605 2008-01-22   Julian Lamb * thepurlieu AT gmail dot com *
2607         * src/export-rs274x.c: round values before writing to file in order
2608         to make sure no truncation errors are included.
2610 2008-01-22   Julian Lamb * thepurlieu AT gmail dot com *
2612         * src/Makefile.am, src/export-rs274x.c, src/export-rs274x.h,
2613         src/gerbv.c: *export-rs274x.[ch]: start coding the library to export
2614                 a gerb_image to a Gerber file. Currently it supports basic aperture
2615                 drawing and polygon fills without circular paths inside them. This
2616                 should support most all files exported from PCB, though. For now,
2617                 only the command line option is hooked into this new library for
2618         testing (--export-rs274x).
2620 2008-01-19   Dan McMahill * dan AT mcmahill dot net *
2622         * : add desktop icons from Tomaz.
2624 2008-01-19   Dan McMahill * dan AT mcmahill dot net *
2626         * desktop/gerbv-32.svg: add 32x32 icon
2628 2008-01-18   Dan McMahill * dan AT mcmahill dot net *
2630         * desktop/gerbv-16.svg, desktop/gerbv-22.svg, desktop/gerbv-48.svg,
2631         desktop/regen_files: add some application icons from Tomaz along
2632         with a script from pcb to rebuild the .png and .ico files.
2634 2008-01-15   Dan McMahill * dan AT mcmahill dot net *
2636         * src/drill.c, src/gerber.c, src/pick-and-place.c, src/scheme.c,
2637         src/tooltable.c: fix a bunch of gcc4 warnings
2639 2008-01-13   Stefan Petersen * spe AT stacken dot kth dot se *
2641         * src/project.c, src/project.h: Cleaned up WIN32 code slightly
2643 2008-01-13   Stefan Petersen * spe AT stacken dot kth dot se *
2645         * src/interface.c: Cleaned up small compilation warning
2647 2008-01-13   Julian Lamb * thepurlieu AT gmail dot com *
2649         * src/draw-gdk.h, src/interface.c:      * fix bug #1870444 (and a similar report about problems on MAC
2650                   compiling) by allowing both draw.h and draw-gdk.h to be included.
2652 2008-01-13   Julian Lamb * thepurlieu AT gmail dot com *
2654         * :     * update golden circular interpolation file to reflect updated test       file.
2656 2008-01-13   Julian Lamb * thepurlieu AT gmail dot com *
2658         * ChangeLog, src/gerbv.c, src/interface.c, src/render.c,
2659         test/inputs/test-circular-interpolation-1.gbx:  *gerbv.c: Get short options working for export from commandline
2660                 options *many files: Get exporting from command line working
2661                         without the need for a display (cairo only). This was a regression
2662                         after the late on-the-fly GDK code.     *render.c,interface.c: Get background color to show up correctly on
2663                         loaded projects.
2665 2008-01-13   Stuart Brorson * sdb AT cloud9 dot net *
2667         * configure.ac, tags.txt: Created trunk in prep for 2.0.0 release.
2669 2008-01-13   Stuart Brorson * sdb AT cloud9 dot net *
2671         * ChangeLog: Update ChangeLog in prep for 2.0.0 release.
2673 2008-01-13   Stuart Brorson * sdb AT cloud9 dot net *
2675         * src/draw-gdk.c: Apply patch from Stephan Boettcher to help with
2676         drawing arcs.
2678 2008-01-13   Dan McMahill * dan AT mcmahill dot net *
2680         * README-release.txt, utils/cvs2cl.pl, utils/umap: put cvs2cl.pl and
2681         a usermap file here to help with changelog updates for releases
2683 2008-01-12   Stuart Brorson * sdb AT cloud9 dot net *
2685         * configure.ac: Change displayed name of gerbv from gerbv-2.0.0-beta
2686         to gerbv-2.0.0.
2688 2008-01-12   Stuart Brorson * sdb AT cloud9 dot net *
2690         * src/exportimage.c: Moved #includes for render.h and exportimage.h
2691         after that for cairo.h.  This should fix OSX build bug reported by
2692         Colin Hall.
2694 2008-01-12   Julian Lamb * thepurlieu AT gmail dot com *
2696         * ChangeLog, src/draw.c, test/golden/Makefile.am,
2697         test/inputs/Makefile.am,
2698         test/inputs/test-circular-interpolation-1.gbx, test/tests.list:         * draw.c: Fix small error in cairo rendering of elliptical circular       interpolation paths.          * test/input/test-circlar-interpolation.gbx: added another test
2699                 file.
2701 2008-01-12   Stuart Brorson * sdb AT cloud9 dot net *
2703         * configure.ac, test/Makefile.am, test/run_tests.sh: Change name of
2704         ImageMagick utilities from FOO to IM_FOO.  This fixes problem where
2705         DISPLAY was overwriting the X environment variable, breaking the
2706         tests for me.
2708 2008-01-12   Julian Lamb * thepurlieu AT gmail dot com *
2710         * ChangeLog, src/draw.c, test/golden/Makefile.am,
2711         test/inputs/Makefile.am, test/inputs/test-aperture-circle-1.gbx,
2712         test/inputs/test-aperture-circle-flash-1.gbx,
2713         test/inputs/test-aperture-obround-1.gbx,
2714         test/inputs/test-aperture-obround-flash-1.gbx,
2715         test/inputs/test-aperture-polygon-1.gbx,
2716         test/inputs/test-aperture-polygon-flash-1.gbx,
2717         test/inputs/test-aperture-rectangle-1.gbx,
2718         test/inputs/test-aperture-rectangle-flash-1.gbx,
2719         test/inputs/test-polygon-fill-1.gbx, test/tests.list:   * draw.c: Fix a few minor cairo rendering issues: 1) fix rendering
2720                   of circular interpolation within a polygon fill. 2) Fix rendering
2721                   of flashed polygon apertures with holes in them.      * tests/inputs: Add 8 new test files to test out aperture drawing,
2722                   and 1 to test polygon fills.          * tests/golden/*: Update all golden files in preparation for 2.0
2723                   release.  20 tests were failing for a variety of reasons.  Most
2724                   were due to the recent disabling of anti-aliasing on polygon fills,
2725                   which causes very small changes to the rendering of the polygon
2726                   borders. The remainder of the failings were due to spurious lines
2727                   previously being drawn on flashed apertures with holes (noticed by
2728                   Stefan), which has now been fixed.
2730 2008-01-12   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2732         * desktop/gerbv.desktop: Add mime types
2733         application/x-gerber;application/x-excellon; to .desktop file
2735 2008-01-12   Dan McMahill * dan AT mcmahill dot net *
2737         * test/Makefile.am: Revert adding $(SHELL) -x to the test
2738         environment.  That broke the script.
2740 2008-01-12   Dan McMahill * dan AT mcmahill dot net *
2742         * win32/build_gerbv: - enable cairo in the win32 build script - add 'make clean' to the beginning of the script
2744 2008-01-12   Julian Lamb * thepurlieu AT gmail dot com *
2746         * src/callbacks.c:      * callbacks.c: Try and get cairo working on WIN32 by switching to         use of gdk_cairo_create to get the drawing surfaces.
2748 2008-01-12   Stuart Brorson * sdb AT cloud9 dot net *
2750         * man/Makefile.am: Random cleanup of makefile system.
2752 2008-01-12   Stuart Brorson * sdb AT cloud9 dot net *
2754         * Makefile.am, autogen.sh, configure.ac, desktop/Makefile.am,
2755         src/Makefile.am, test/Makefile.am, win32/Makefile.am: Random cleanup
2756         of automake system.
2758 2008-01-12   Dan McMahill * dan AT mcmahill dot net *
2760         * win32/build_gerbv: disable dependency tracking which has issues
2761         with things like c: in a path
2763 2008-01-12   Dan McMahill * dan AT mcmahill dot net *
2765         * src/callbacks.c, src/drill.c, src/drill_stats.c,
2766         src/gerb_error.h, src/gerb_stats.c, src/gerber.c: ERROR->GRB_ERROR
2767         to avoid name space issues that prevented compiling with the cairo
2768         renderer on win32.
2770 2008-01-12   Dan McMahill * dan AT mcmahill dot net *
2772         * src/callbacks.c: add a #error near the known broken WIN32 section.
2774 2008-01-12   Dan McMahill * dan AT mcmahill dot net *
2776         * src/render.c: protect one more cairo-xlib inclusion with a WIN32
2777         check
2779 2008-01-12   Dan McMahill * dan AT mcmahill dot net *
2781         * src/gerber.c: add a handful of dprintfs
2783 2008-01-12   Dan McMahill * dan AT mcmahill dot net *
2785         * src/gerb_file.c: add missing rewind().  Now we can load files on
2786         win32.  Noted by Peter Clifton.
2788 2008-01-12   Dan McMahill * dan AT mcmahill dot net *
2790         * configure.ac, src/callbacks.c, src/gerb_image.h, src/gerber.c,
2791         win32/build_gerbv, win32/gerbv.nsi.in: Minor changes that let gerbv
2792         build a non-cygwin windows version along with a native windows
2793         installer.  The resulting program installs and deinstalls cleanly
2794         but currently only uses the GDK renderer.  It runs but won't load
2795         files.  Still, a step in the right direction.
2797 2008-01-11   Dan McMahill * dan AT mcmahill dot net *
2799         * configure.ac: add an AM_CONDITIONAL on win32
2801 2008-01-11   Dan McMahill * dan AT mcmahill dot net *
2803         * win32/Makefile.am: clean out a bunch of unneeded junk
2805 2008-01-11   Dan McMahill * dan AT mcmahill dot net *
2807         * src/Makefile.am, src/gerbv.rc: put the code in place for adding an
2808         icon on a windows build but leave commented out for the moment until
2809         the new icons are added.
2811 2008-01-11   Dan McMahill * dan AT mcmahill dot net *
2813         * win32/Makefile.am, win32/Readme.txt, win32/build_gerbv,
2814         win32/gerbv.nsi.in: start adding infrastructure for building windows
2815         installers (not finished or hooked in yet)
2817 2008-01-11   Dan McMahill * dan AT mcmahill dot net *
2819         * Makefile.am, README-cvs.txt, README-release.txt: add notes on
2820         building from cvs and how to create a release
2822 2008-01-11   Dan McMahill * dan AT mcmahill dot net *
2824         * configure.ac, man/Makefile.am, scheme/Makefile.am,
2825         src/Makefile.am: rework the use of datarootdir to avoid some manpage
2826         problems and a dependence on really new autoconf/makes
2828 2008-01-11   Dan McMahill * dan AT mcmahill dot net *
2830         * man/gerbv.1.in: remove some obsolete information
2832 2008-01-11   Stuart Brorson * sdb AT cloud9 dot net *
2834         * src/gerber.c: Change char -> int to fix Mac OSX bug noted by
2835         Gabriel Paubert.
2837 2008-01-10   Julian Lamb * thepurlieu AT gmail dot com *
2839         * ChangeLog, src/Makefile.am, src/callbacks.c, src/draw.c,
2840         src/draw.h, src/exportimage.c, src/gerbv.c, src/interface.c,
2841         src/render.c:   * interface.c: Try and fix bug where tooltips weren't showing up
2842                   for some users.       * many files: Implement on-the-fly switching between GDK and cairo        rendering, and set default setting on cairo builds to "Fast"
2843                 (GDK).  * draw.c: Fix spurious line rendering noticed by Stefan on BGA pads.    * draw.c: Turn off anti-aliasing just on all polygon draws, since
2844                   they were showing seams on ground planes.     * draw.c: Fix clearing of BGA pin holes bug noticed by Stefan.          * draw.c: Add "exposure off" logic, allowing macros with the
2845                   exposure=off parameter to erase.
2847 2008-01-10   Stuart Brorson * sdb AT cloud9 dot net *
2849         * ChangeLog: Inserted note about release into ChangeLog.
2851 2008-01-10   Stuart Brorson * sdb AT cloud9 dot net *
2853         * Makefile.am, configure.ac: Updated Makefile.am and configure.ac in
2854         prep for beta release.
2856 2008-01-10   Stuart Brorson * sdb AT cloud9 dot net *
2858         * configure.in: Remove configure.in after moving the file to
2859         configure.ac.
2861 2008-01-10   Stuart Brorson * sdb AT cloud9 dot net *
2863         * configure.ac: Move configure.in to configure.ac.
2865 2008-01-10   Stuart Brorson * sdb AT cloud9 dot net *
2867         * rebuild_conf: Remove rebuild_conf after moving actual file to
2868         autogen.sh.
2870 2008-01-10   Stuart Brorson * sdb AT cloud9 dot net *
2872         * autogen.sh: Move rebuild_conf to autogen.sh.
2874 2008-01-09   Dan McMahill * dan AT mcmahill dot net *
2876         * src/callbacks.c: add the name of the renderer to the about dialog
2878 2008-01-09   Stefan Petersen * spe AT stacken dot kth dot se *
2880         * example/uwe/example.gbr, example/uwe/mail.txt: Added example on
2881         aperture macro overlayed
2883 2008-01-09   Julian Lamb * thepurlieu AT gmail dot com *
2885         * src/callbacks.c:      * callbacks.c: Bump up the resolution of measurements in MMS.
2886                   Change x and x to lowercase in display.
2888 2008-01-09   Julian Lamb * thepurlieu AT gmail dot com *
2890         * ChangeLog, src/gerbv.c:       * gerbv.c: Make sure we increase max_files by 2, since we may need
2891                   to open up two files for PNP layers (top + bottom). This fixes a
2892                   segfault after adding a PNP file to the project and then clicking
2893         "New".
2895 2008-01-09   Julian Lamb * thepurlieu AT gmail dot com *
2897         * src/callbacks.c:      * fix bug where ruler pointers didn't show up when units are MILS
2898                   (this was a regression after the new ruler scale logic was
2899                   implemented last week).
2901 2008-01-09   Julian Lamb * thepurlieu AT gmail dot com *
2903         * src/render.c:         * turn off cairo anti-aliasing from "normal" setting, since it    seems to cause faint seams between adjacent polygons (most
2904                   noticable in ground plane outputs from PCB, usually). I'll work
2905                   on a better workaround for the next release.
2907 2008-01-09   Stuart Brorson * sdb AT cloud9 dot net *
2909         * src/drill.c: Tweaked logic which recognizes drill files to fix bug
2910         in Orcad file pointed out by Julian.
2912 2008-01-09   Julian Lamb * thepurlieu AT gmail dot com *
2914         * src/draw.c:   * fix for arc render regression found in test suite. Updated 2
2915                   golden files based on new (more correct) pictures.
2917 2008-01-09   Julian Lamb * thepurlieu AT gmail dot com *
2919         * src/callbacks.c:      * fix stupid change in callbacks.c which disabled all layer
2920                 interaction
2922 2008-01-09   Stuart Brorson * sdb AT cloud9 dot net *
2924         * src/drill.c: Improve code which figures out if a file is a valid
2925         drill file.  This prevents gerbv from accidentally reading in
2926         pick-place files.  Fixes bug reported by Julian.
2928 2008-01-08   Julian Lamb * thepurlieu AT gmail dot com *
2930         * ChangeLog, src/callbacks.c:   * callbacks.c: Change color dialog to "blocking", which prevents
2931                   user from modifying layer orders while it is running and preventing     possible problems with the layer tree code.
2933 2008-01-08   Stuart Brorson * sdb AT cloud9 dot net *
2935         * src/drill.c: Added check for %, and fixed check for T.  This
2936         should fix bug noticed by Julian where gerbv would not load the
2937         drill file example/orcad/thruhole.tap.
2939 2008-01-08   Stuart Brorson * sdb AT cloud9 dot net *
2941         * src/callbacks.c: Added more authors to list.
2943 2008-01-08   Julian Lamb * thepurlieu AT gmail dot com *
2945         * src/gerbv.c:  * when unloading a layer, make sure the last spot is NULL
2946                 afterwards.
2948 2008-01-08   Julian Lamb * thepurlieu AT gmail dot com *
2950         * ChangeLog, src/draw.c, src/pick-and-place.c:  * pick-and-place.c: Make sure we check cir_seg height and width are
2951                   > 0, otherwise it can cause cairo rendering problems.         * draw.c: Reduce label text font size, since the protel-pnp example
2952                   file reveals problems fitting the text on the image.
2954 2008-01-08   Julian Lamb * thepurlieu AT gmail dot com *
2956         * ChangeLog, src/callbacks.c, src/draw.c, src/drill.c, src/drill.h,
2957         src/gerber.c, src/gerber.h, src/gerbv.c, src/interface.c,
2958         src/interface.h, src/pick-and-place.c, src/pick-and-place.h:    * draw.c: Revert back to old oval rendering for the time being,
2959                   since the new one seems to be having issues...        * gerbv.c, others: Add a dialog to confirm the user wants to open a
2960                   file with invalid ASCII characters.
2962 2008-01-07   Julian Lamb * thepurlieu AT gmail dot com *
2964         * src/gerbv.c:  * gerbv.c: Fix segfault noticed by Stefan
2966 2008-01-07   Julian Lamb * thepurlieu AT gmail dot com *
2968         * ChangeLog, src/callbacks.c, src/gerbv.c, src/interface.c,
2969         src/interface.h, src/render.c:  * interface.c, callbacks.c: Add in warning dialogs if user starts a
2970                   new project or opens a project with existing layers to make sure
2971                   they don't accidentally close all layers.     * callbacks.c: Add in some logic to switch to inches in the rulers
2972                   if the scale gets too small in mils.  Change the default unit back
2973                 to mils.  * interface.c: Recognize the default unit and start the unit combo
2974                   box to the right one.         * render.c: Change the default screen size scale factor to where
2975                   mils can reasonably show up on the rulers.
2977 2008-01-07   Dan McMahill * dan AT mcmahill dot net *
2979         * configure.in, src/callbacks.c, src/gerbv.c, src/gerbv_screen.h,
2980         src/render.c: remove MAX_FILES limit.  We start with 1 and grow our
2981         array dynamically.
2983 2008-01-07   Stuart Brorson * sdb AT cloud9 dot net *
2985         * src/interface.c: Made inches the default for the units combobox.
2987 2008-01-07   Julian Lamb * thepurlieu AT gmail dot com *
2989         * ChangeLog, src/callbacks.c, src/callbacks.h, src/draw.c,
2990         src/gerbv_screen.h, src/interface.c, src/render.c:      * callbacks.c, render.c: Get unit changing combobox to work more
2991                   elegantly by updating all relevent fields immediately after
2992                   changing units. Re- enable mils on the rulers, since inches were
2993                   just too large to be usable for most boards.          * interface.c: Get gui to gracefully shrink to a small size to
2994                   support small screen resolutions. Prevent the sidebar from
2995                   shrinking smaller than looks respectable. Change analysis tools to
2996                   refer to "visible" layers rather than "active" layers to prevent
2997                   confusion with the highlighted row in the layer tree. Add a frame
2998                   around the statusbar to make it more visually appealing. Remove the
2999                   "online manual" menu item since we don't actually have one yet.       * draw.c: Change oval rendering to oblong, since that's probably
3000                   what is actually intended (GDK rendering already did this).
3002 2008-01-07   Stuart Brorson * sdb AT cloud9 dot net *
3004         * src/callbacks.c: Added authors and license windows to "about"
3005         dialog.
3007 2008-01-06   Julian Lamb * thepurlieu AT gmail dot com *
3009         * ChangeLog, src/callbacks.c, src/render.c:     * callbacks.c: Tweak the color dialog checks to make sure it works
3010                   after destroying the dialog via the window manager. For cairo,
3011                   speedup rendering during layer actions by simply recompositing the
3012                   final image instead of redrawing everything. On layer deletion,
3013                   reselect the first row to always make sure a line is active.          * render.c: Reorder rendering so top layer is displayed on top.
3015 2008-01-06   Stuart Brorson * sdb AT cloud9 dot net *
3017         * example/protel-pnp/Pick_Place_for_SE_SG_IF_V2.csv: Revert change
3018         removing u-umlaut.  u-umlaut is now back in.
3020 2008-01-06   Julian Lamb * thepurlieu AT gmail dot com *
3022         * ChangeLog, src/callbacks.c, src/callbacks.h, src/render.c:    * render.c, callbacks.c: Add in watch cursor during rendering to
3023                   provide feedback to user.
3025 2008-01-06   Julian Lamb * thepurlieu AT gmail dot com *
3027         * ChangeLog, src/draw-gdk.c, src/draw.c:        * draw.c, draw-gdk.c, gerb_aperture.h: Add rendering code in
3028                   preparation for aperture macro reordering.
3030 2008-01-06   Julian Lamb * thepurlieu AT gmail dot com *
3032         * src/gerb_aperture.h:  * add new aperture_t types for the macro reordering
3034 2008-01-06   Stuart Brorson * sdb AT cloud9 dot net *
3036         * example/protel-pnp/Pick_Place_for_SE_SG_IF_V2.csv: Remove German
3037         u-umlaut from LED200 last item.  Replace with "UE".  This allows the
3038         CVS file to get past the binary filters in the file checking stuff.
3040 2008-01-06   Julian Lamb * thepurlieu AT gmail dot com *
3042         * ChangeLog, src/callbacks.c, src/gerbv.c, src/gerbv_screen.h,
3043         src/pick-and-place.c, src/pick-and-place.h:     * pick-and-place.c, gerbv.c: Render top and bottom layers in
3044                   separate layers (if they exist). Rotate parts correctly and fix
3045                   min/max calcualtions so autoscaling works correctly. Also, add "top"
3046                   and "bottom" labels to layer names.
3048 2008-01-06   Stuart Brorson * sdb AT cloud9 dot net *
3050         * src/interface.c: Minor code formatting changes.  Checking in so my
3051         local copy matches CVS.
3053 2008-01-06   Stuart Brorson * sdb AT cloud9 dot net *
3055         * src/callbacks.c: Minor mods.  Added F4 and made minor annotation
3056         changes.
3058 2008-01-06   Stefan Petersen * spe AT stacken dot kth dot se *
3060         * src/gerber.c, src/pick-and-place.c, src/pick-and-place.h: Use
3061         isprint() and isdigit() when detecting file type. isprint() seems
3062         locale aware, at least on Debian.
3064 2008-01-06   Stefan Petersen * spe AT stacken dot kth dot se *
3066         * src/gerbv.c: Reformatting back to as it was
3068 2008-01-06   Dan McMahill * dan AT mcmahill dot net *
3070         * configure.in: set minimum required versions for automake an d
3071         autoconf
3073 2008-01-06   Dan McMahill * dan AT mcmahill dot net *
3075         * src/gerbv.c: fix off by one error that caused segfaults on exit.
3077 2008-01-06   Dan McMahill * dan AT mcmahill dot net *
3079         * src/scheme.c: kill one more 64-bit compiler warning
3081 2008-01-06   Julian Lamb * thepurlieu AT gmail dot com *
3083         * ChangeLog, src/callbacks.c, src/gerber.c, src/gerber.h,
3084         src/gerbv.c, test/golden/Makefile.am, test/inputs/Makefile.am,
3085         test/inputs/include-file-1.gbx,
3086         test/inputs/test-include-file-1.gbx, test/tests.list:   * gerber.c: Add support for include files (%IF) in the parser,
3087                   which hopefully completes 100% implementation of the RS-274X spec
3088                 (yay!).  * tests: Add a test file to test the include file functionality.
3090 2008-01-06   Julian Lamb * thepurlieu AT gmail dot com *
3092         * ChangeLog, src/callbacks.c, src/callbacks.h, src/draw.c,
3093         src/draw.h, src/gerbv_screen.h, src/interface.c, src/render.c:  * interface.c: Remove a billion glade-generated gtk_widget_show
3094                   function calls, since they aren't needed with gtk_widget_show_all.    * interface.c: Add tooltips for all menus and buttons.          * interface.c: Update menus for new pointer tool and remove
3095                   reference to control gerber option, since it's out for 2.0.   * callbacks.c: Make middle mouse button the default pan tool, and
3096                   update the mouse cursor is the user is panning or zooming with
3097                   middle/right mouse buttons.   * interface.c,callback.c: Add right click menu to the layer tree
3098                   and add column to indicate any modifications to the layer (for now,
3099                   we just show "I" for an inverted layer). Add back in support for
3100                   individually inverted layers. Also, fix XOR and OR rendering modes
3101                 for GDK.  * render.c: Fix bug in alpha usage, which wasn't allowing
3102                   transparency on exported images.      * tests/golden/*: Update all golden files, since the png export
3103                   wasn't using alpha correctly, so all test files now render with a
3104                   slightly different color (since the black can bleed through the blue
3105                   color a tiny bit).
3107 2008-01-05   Stuart Brorson * sdb AT cloud9 dot net *
3109         * configure.in: Updated version number to 2.0.0-pre
3111 2008-01-05   Stuart Brorson * sdb AT cloud9 dot net *
3113         * src/callbacks.c, src/interface.c: Fixed behavior of cursors in
3114         drawing_area so the special cursors stay only in the drawing_area,
3115         and the default pointer appears everywhere else.
3117 2008-01-05   Stuart Brorson * sdb AT cloud9 dot net *
3119         * ChangeLog, src/callbacks.c, src/gerbv_screen.h, src/icons.h,
3120         src/interface.c: Added pointer button to toggletools on task bar.
3122 2008-01-04   Stefan Petersen * spe AT stacken dot kth dot se *
3124         * ChangeLog, src/interface.c: Changed menu entries that pops up a
3125         new window to end with three dots
3127 2008-01-04   Stuart Brorson * sdb AT cloud9 dot net *
3129         * src/callbacks.c, src/gerbv.c: Fixed bug noted by Peter Clifton.
3130         File->new now emptys all project info.
3132 2008-01-04   Stefan Petersen * spe AT stacken dot kth dot se *
3134         * ChangeLog, src/draw-gdk.c: Fixed aperture macro drawing in GDK
3135         target as well
3137 2008-01-04   Stuart Brorson * sdb AT cloud9 dot net *
3139         * src/interface.c: Comment out toolbuttons for analyze, validate,
3140         and control.
3142 2008-01-03   Julian Lamb * thepurlieu AT gmail dot com *
3144         * ChangeLog, src/draw.c, src/draw.h, src/render.c:      * draw.c: Fix some amacro rendering problems that Stefan uncovered.     * draw.c: Change the thermal rendering logic to do rendering
3145                   without push/pop operations, so that vector output will work
3146                   (previously, the cairo export defaulted to an image export for
3147                 thermal rendering).  * render.c: Fix autoscaling for new amacro test (although the hack
3148                   will be unnecessary after we reorder the amacro rendering process to
3149                   correctly calculate the extents of each flashed macro aperture).
3151 2008-01-03   Stuart Brorson * sdb AT cloud9 dot net *
3153         * src/gerber.c: Small changes which improve error reporting for
3154         apertures.
3156 2008-01-03   Stuart Brorson * sdb AT cloud9 dot net *
3158         * ChangeLog: Added note about new icons: move, zoom, measure.
3160 2008-01-03   Stuart Brorson * sdb AT cloud9 dot net *
3162         * src/Makefile.am, src/icons.h, src/interface.c: Added icons for
3163         toggletool buttons: move, zoom, and measure.
3165 2008-01-03   Stefan Petersen * spe AT stacken dot kth dot se *
3167         * src/amacro.c, src/draw.c, src/draw.h, src/gerber.c: Aperture
3168         macros are parsed correctly and executed correctly
3170 2008-01-03   Stefan Petersen * spe AT stacken dot kth dot se *
3172         * example/amacro-ref/1.grb, example/amacro-ref/README.txt,
3173         example/amacro-ref/full-ex.grb, example/amacro-ref/jj1.drl,
3174         example/amacro-ref/jj1.grb, example/amacro-ref/limit-ex.grb,
3175         example/amacro-ref/stp0.grb: Reference files for advanced, real
3176         life, aperture macros
3178 2008-01-02   Dan McMahill * dan AT mcmahill dot net *
3180         * example/pick-and-place/LED.frontsilk.gbr,
3181         example/pick-and-place/LED.xy: regenerate after fixing PCB's x-y
3182         output.
3184 2008-01-01   Stefan Petersen * spe AT stacken dot kth dot se *
3186         * src/gerb_aperture.h, src/gerber.c: Increase parameter field parsed
3187         out of aperture definitions. Warn if to many parameters are found
3189 2007-12-31   Julian Lamb * thepurlieu AT gmail dot com *
3191         * ChangeLog, example/pick-and-place/LED.frontsilk.gbr,
3192         example/pick-and-place/Makefile.am, src/callbacks.c,
3193         src/callbacks.h, src/draw.c, src/exportimage.c, src/gerbv.c,
3194         src/gerbv_screen.h, src/interface.c, src/pick-and-place.c,
3195         src/render.c, src/render.h:     * gerbv.c: Rework project filename saving to save all layers with
3196                   relative pathnames, relative to the project file location. This
3197                   allows projects to be relocated, and fixes the second half of bug#
3198                 1443885.  * gerbv.c: More work on command line parsing.         * interface.c, render.c, callbacks.c: Reimplement different
3199                   rendering modes into the sidepane combobox for GDK. For cairo,
3200                   allow the user to change the quality vs speed.        * pick-and-place.c, draw.c: Correct pick and place parsing to use
3201                   inches for the basic unit. Render names of pick-and-place
3202                   components to help check placement.
3204 2007-12-31   Stuart Brorson * sdb AT cloud9 dot net *
3206         * src/pick-and-place.c: Removed stuff requiring footprints since
3207         it's not a 100% sure-fire indication of a pick-place file.
3209 2007-12-31   Stuart Brorson * sdb AT cloud9 dot net *
3211         * ChangeLog, src/drill.c, src/drill.h, src/gerber.c, src/gerber.h,
3212         src/gerbv.c, src/pick-and-place.c, src/pick-and-place.h: Overhauled
3213         checks for file type.  Now all file types (Gerber, drill,
3214         pick-place) are FALSE by default, and only are TRUE when positive of
3215         file type indications are found.  Also added specific check for
3216         RS-284-D, and throw error if -D is found.
3218 2007-12-31   Stefan Petersen * spe AT stacken dot kth dot se *
3220         * src/scheme.c: Hopefully fixes some compilation warnings
3222 2007-12-31   Dan McMahill * dan AT mcmahill dot net *
3224         * src/callbacks.c: use GPOINTER_TO_INT() instead of a straight
3225         typecast to an int
3227 2007-12-31   Dan McMahill * dan AT mcmahill dot net *
3229         * src/drill_stats.c: include missing header
3231 2007-12-30   Julian Lamb * thepurlieu AT gmail dot com *
3233         * ChangeLog, src/callbacks.c, src/callbacks.h, src/gerbv_screen.h,
3234         src/interface.c, src/render.c, src/render.h:    * callbacks.[ch], interface.c, others: Implement three "tools",
3235                   namely the pointer, zoom, and measure tool and hookup to the
3236                   existing gui stubs. Also, display an informative message in the
3237                   message bar explaining how to use the active tool (similar to
3238                   Inkscape). Do some miscellaneous cleanups in the gui code and
3239                 rendering.  * callbacks.c, render.[ch]: Get basic printing support working.
3241 2007-12-30   Julian Lamb * thepurlieu AT gmail dot com *
3243         * src/gerber.c:         * remove several potential locking loops in the gerber.c parser
3245 2007-12-29   Dan McMahill * dan AT mcmahill dot net *
3247         * test/inputs/Makefile, test/inputs/Makefile.in: remove generated
3248         files
3250 2007-12-28   Stefan Petersen * spe AT stacken dot kth dot se *
3252         * ChangeLog, src/amacro.c, src/amacro.h, src/draw.c: gerbv can now
3253         handle comments and calculations in aperture macros.  Unfortunate
3254         this revealed some errors in how aperture macros are drawn.
3256 2007-12-28   Stuart Brorson * sdb AT cloud9 dot net *
3258         * src/gerber.c: Fix problem where RENDER_USING_GDK was used before
3259         #import "config.h".
3261 2007-12-28   Julian Lamb * thepurlieu AT gmail dot com *
3263         * ChangeLog, src/draw.c, src/gerb_image.c, src/gerb_image.h,
3264         src/gerber.c, src/render.c, test/golden/Makefile.am,
3265         test/inputs/Makefile, test/inputs/Makefile.am,
3266         test/inputs/Makefile.in, test/inputs/test-image-justify-1.gbx,
3267         test/inputs/test-image-justify-2.gbx,
3268         test/inputs/test-image-offset-1.gbx,
3269         test/inputs/test-image-polarity-1.gbx,
3270         test/inputs/test-image-rotation-1.gbx,
3271         test/inputs/test-layer-axis-select-1.gbx,
3272         test/inputs/test-layer-knockout-1.gbx,
3273         test/inputs/test-layer-knockout-2.gbx,
3274         test/inputs/test-layer-mirror-image-1.gbx,
3275         test/inputs/test-layer-mode-1.gbx,
3276         test/inputs/test-layer-offset-1.gbx,
3277         test/inputs/test-layer-rotation-1.gbx,
3278         test/inputs/test-layer-scale-factor-1.gbx,
3279         test/inputs/test-layer-step-and_repeat-1.gbx, test/tests.list:  * commit Changelog after conflicts
3281 2007-12-28   Dan McMahill * dan AT mcmahill dot net *
3283         * src/callbacks.c: add a window title to the about window for gtk
3284         older than 2.6
3286 2007-12-28   Stuart Brorson * sdb AT cloud9 dot net *
3288         * src/drill.c: Fix boneheaded error in stats gathering stuff which
3289         was causing segfaults when reading drill files.
3291 2007-12-28   Stuart Brorson * sdb AT cloud9 dot net *
3293         * ChangeLog, src/callbacks.c, src/drill.c, src/gerb_stats.c,
3294         src/gerb_stats.h, src/gerber.c, src/gerbv_screen.h,
3295         src/interface.c, src/pick-and-place.c: Added more checks for file
3296         type. This should fix problem of segfaults when reading RS-274D.
3297         Make messages text window (in sidepane) pop up if an error or
3298         warning is written to it so user can immediately see problems.
3299         Robustified a few areas of stats gathering code.
3301 2007-12-28   Dan McMahill * dan AT mcmahill dot net *
3303         * src/callbacks.c: get this working with gtk-2.4.x again
3305 2007-12-28   Dan McMahill * dan AT mcmahill dot net *
3307         * test/Makefile.am: don't run the tests if we built with gdk instead
3308         of cairo.  The exporting to png is done differently in the two cases
3309         and it makes the comparisons a little harder.  If the libpng vs
3310         cairo exporting can be made to be more identical this can be
3311         reverted.
3313 2007-12-27   Stefan Petersen * spe AT stacken dot kth dot se *
3315         * src/pick-and-place.c: The pick and place file type check will
3316         hopefully not blow up in our face anymore. The pick and place parser
3317         et al still sucks and should need a complete rewrite by someone who
3318         knows how to write programs. This will proobably blow up in our face
3319         if someone tries to use it.
3321 2007-12-27   Dan McMahill * dan AT mcmahill dot net *
3323         * test/README.txt: add section on updating golden files
3325 2007-12-26   Julian Lamb * thepurlieu AT gmail dot com *
3327         * src/gerber.c, src/pick-and-place.c, test/golden/Makefile.am:  * a few small followup fixes to prevent segfaults on some test
3328                 files. Submit golden files for the 3 new testsuite files.
3330 2007-12-26   Dan McMahill * dan AT mcmahill dot net *
3332         * test/inputs/Makefile.am: add missing files
3334 2007-12-26   Dan McMahill * dan AT mcmahill dot net *
3336         * test/README.txt: write up how to add tests
3338 2007-12-25   Stuart Brorson * sdb AT cloud9 dot net *
3340         * src/callbacks.c, src/drill.c, src/gerber.c: Tweaked reporting of
3341         errors, warnings, and notes found while parsing drill and Gerber
3342         files.
3344 2007-12-25   Stuart Brorson * sdb AT cloud9 dot net *
3346         * ChangeLog, src/callbacks.c, src/gerb_stats.c, src/gerb_stats.h,
3347         src/gerber.c: Added reporting of all D codes used (both Gerber- and
3348         user-defined) to Gerber reports window.
3350 2007-12-24   Julian Lamb * thepurlieu AT gmail dot com *
3352         * ChangeLog, src/callbacks.c, src/draw-gdk.c, src/draw.c,
3353         src/drill.c, src/gerb_image.c, src/gerb_image.h, src/gerber.c,
3354         src/pick-and-place.c, src/render.c,
3355         test/inputs/test-image-offset-1.gbx,
3356         test/inputs/test-image-offset-2.gbx,
3357         test/inputs/test-layer-mode-1.gbx, test/tests.list:     * gerber.c, many files: Start reorganization of some gerb_image           parameters in preparation for adding final Gerber commands      like rotation, mirroring, and knockout. Also, normalize all     dimensions to inches in the image in order to simplify          rendering.    * tests/inputs/test-...: Add first three testsuite files to test          new commands.
3359 2007-12-23   Stuart Brorson * sdb AT cloud9 dot net *
3361         * src/callbacks.c, src/drill_stats.c, src/drill_stats.h: Add
3362         explanatory comments to drill codes in drill report window.
3364 2007-12-23   Stuart Brorson * sdb AT cloud9 dot net *
3366         * src/callbacks.c: Made report text fixed font and selectable.
3368 2007-12-22   Dan McMahill * dan AT mcmahill dot net *
3370         * src/Makefile.am: add missing gerb_aperture.h
3372 2007-12-22   Stefan Petersen * spe AT stacken dot kth dot se *
3374         * src/amacro.c: Can now handle comments in aperture macros
3376 2007-12-22   Stuart Brorson * sdb AT cloud9 dot net *
3378         * src/callbacks.c, src/gerb_stats.c: Extended list of parameters
3379         reported in Gerber stats to 3.
3381 2007-12-22   Dan McMahill * dan AT mcmahill dot net *
3383         * configure.in: add --enable-efence option to link with
3384         ElectricFence
3386 2007-12-21   Stefan Petersen * spe AT stacken dot kth dot se *
3388         * src/drill.c: Make sure malloc succeded before memset malloced
3389         memory
3391 2007-12-21   Stefan Petersen * spe AT stacken dot kth dot se *
3393         * src/gerber.c, src/gerbv_icon.h: Fixed compilation warnings and
3394         removed comments around commented out code
3396 2007-12-21   Stuart Brorson * sdb AT cloud9 dot net *
3398         * src/callbacks.c: Change gtk_layout_set_size to
3399         gtk_widget_set_size_request to eliminate a run-time warning from
3400         GTK.
3402 2007-12-21   Stuart Brorson * sdb AT cloud9 dot net *
3404         * src/gerb_stats.c: Modified initialization of stats->parameter to
3405         fix possible memory corruption issue.
3407 2007-12-21   Stuart Brorson * sdb AT cloud9 dot net *
3409         * src/amacro.c, src/batch.c, src/callbacks.c, src/color.c,
3410         src/draw-gdk.c, src/draw.c, src/drill.c, src/drill_stats.c,
3411         src/exportimage.c, src/gerb_file.c, src/gerb_image.c,
3412         src/gerb_stats.c, src/gerb_transf.c, src/gerber.c, src/gerbv.c,
3413         src/pick-and-place.c, src/project.c, src/setup.c: Now converted
3414         almost all malloc/free calls to g_malloc/g_free (except for in
3415         scheme.c).
3417 2007-12-21   Stuart Brorson * sdb AT cloud9 dot net *
3419         * src/amacro.c, src/callbacks.c, src/drill_stats.c,
3420         src/exportimage.c, src/gerbv.c, src/pick-and-place.c: Replace calls
3421         to g_malloc/g_free with malloc/free to (hopefully) improve
3422         stability.
3424 2007-12-20   Stuart Brorson * sdb AT cloud9 dot net *
3426         * ChangeLog, src/callbacks.c: Add scrollbars to Gerber aperture
3427         report window.
3429 2007-12-20   Stuart Brorson * sdb AT cloud9 dot net *
3431         * src/callbacks.c: Remove extraneous chars before line 1424 causing
3432         compilation failure.
3434 2007-12-20   Julian Lamb * thepurlieu AT gmail dot com *
3436         * src/callbacks.c, src/render.c:        * make sure we have sane default render size info before any      models are loaded to eliminate problems with the rulers and     scrollbar size calcs.
3438 2007-12-20   Julian Lamb * thepurlieu AT gmail dot com *
3440         * ChangeLog, src/callbacks.c, src/callbacks.h, src/gerbv_screen.h,
3441         src/interface.c, src/render.c, src/render.h:    * render.c,callbacks.c,interface.c: Connect rulers and scrollbars
3442         and start getting them functional.
3444 2007-12-20   Stuart Brorson * sdb AT cloud9 dot net *
3446         * ChangeLog, src/callbacks.c, src/gerb_error.h, src/gerb_image.h,
3447         src/gerb_stats.c, src/gerb_stats.h, src/gerber.c: Implemented
3448         reporting of apertures found in Gerber files.  Added report to
3449         Gerber reports window.
3451 2007-12-20   Stuart Brorson * sdb AT cloud9 dot net *
3453         * src/gerb_aperture.h: Added new file to repo after refactoring
3454         aperture stuff into its own .h file.
3456 2007-12-19   Stuart Brorson * sdb AT cloud9 dot net *
3458         * src/callbacks.c: Bug fix so images are rendered when multiple
3459         images are loaded.
3461 2007-12-19   Julian Lamb * thepurlieu AT gmail dot com *
3463         * src/gerbv.c, src/interface.c, src/render.c:   *allocate all colors to the colormap to try and fix rendering bug
3464         Stuart noticed.
3466 2007-12-18   Dan McMahill * dan AT mcmahill dot net *
3468         * test/inputs/Makefile.am: add missing directory
3470 2007-12-18   Dan McMahill * dan AT mcmahill dot net *
3472         * Makefile.am, configure.in, example/Makefile.am,
3473         example/exposure/Makefile.am, example/pick-and-place/Makefile.am,
3474         example/polarity/Makefile.am, example/thermal/Makefile.am,
3475         example/trailing/Makefile.am, test/Makefile.am,
3476         test/golden/Makefile.am, test/tests.list: enable regression testing.
3477         Verified that the distcheck target works
3479 2007-12-18   Dan McMahill * dan AT mcmahill dot net *
3481         * test/run_tests.sh: add some diagnostic output, add some more
3482         comments, make this work outside the source tree
3484 2007-12-18   Dan McMahill * dan AT mcmahill dot net *
3486         * test/run_tests.sh: add more error checking and also produce an
3487         animate output script
3489 2007-12-18   Dan McMahill * dan AT mcmahill dot net *
3491         * configure.in, test/Makefile.am: add composite to the list of
3492         imagemagick tools
3494 2007-12-17   Julian Lamb * thepurlieu AT gmail dot com *
3496         * src/exportimage.c, src/gerbv.c:       * fixes for building without PNG
3498 2007-12-17   Julian Lamb * thepurlieu AT gmail dot com *
3500         * ChangeLog, src/callbacks.c, src/color.c, src/exportimage.c,
3501         src/exportimage.h, src/gerbv.c, src/gerbv_screen.h,
3502         src/interface.c, src/render.c, src/render.h:    * render,callbacks,interface: Restructure the whole rendering
3503                   process by separating out all zoom and pan information from the
3504                   global variable "screen". This was necessary to allow rendering
3505                   without having a gtk window open, allowing for export from command
3506                   line and many others.  Also, the translation and zoom code is much
3507                   more readable due to the elimination of many variables. Also, the
3508                   GDK color allocations were eliminated to allow rendering without
3509                 existing GDK colormaps in place.  * gerbv.c: Create the basic framework for exporting from the command
3510         line.
3512 2007-12-17   Stuart Brorson * sdb AT cloud9 dot net *
3514         * src/drill.c: Bugfix handling of T00 code so it will build on a
3515         different machine.
3517 2007-12-17   Dan McMahill * dan AT mcmahill dot net *
3519         * configure.in, test/Makefile.am, test/README.txt,
3520         test/golden/Makefile.am, test/run_tests.sh, test/tests.list: Add the
3521         first pass at a regression testsuite.  For now the tests are not
3522         enabled yet because we need some new command line options for gerbv,
3523         but the work here should get us a long way towards having an
3524         automated test setup.
3526 2007-12-17   Stuart Brorson * sdb AT cloud9 dot net *
3528         * src/drill.c: Added more parse errors and warnings to those
3529         reported in report window.
3531 2007-12-17   Stuart Brorson * sdb AT cloud9 dot net *
3533         * src/callbacks.c, src/drill.c, src/gerber.c: Added expository text
3534         to Gerber code reports.  Added more error reports for Gerber errors.
3536 2007-12-17   Stuart Brorson * sdb AT cloud9 dot net *
3538         * ChangeLog, src/callbacks.c, src/drill_stats.h, src/gerb_error.h,
3539         src/gerb_stats.c, src/gerb_stats.h, src/gerber.c, src/render.c:
3540         Implemented reporting of parse errors (with error level) found dring
3541         parsing of the Gerber files.
3543 2007-12-16   Stuart Brorson * sdb AT cloud9 dot net *
3545         * ChangeLog, src/callbacks.c, src/drill.c, src/drill_stats.c,
3546         src/drill_stats.h, src/gerb_error.h, src/render.c: Implemented
3547         reporting of all parse errors (with error level) found during
3548         parsing of the drill file.
3550 2007-12-16   Stuart Brorson * sdb AT cloud9 dot net *
3552         * src/callbacks.c, src/gerber.c, src/gerbv_icon.h: Changed gerbv
3553         icon to that drawn by Tomaz Solc.  The old icon is also in
3554         gerbv_icon.h, but renamed *_old.
3556 2007-12-16   Stuart Brorson * sdb AT cloud9 dot net *
3558         * ChangeLog, src/drill.c, src/drill.h, src/drill_stats.c,
3559         src/drill_stats.h: Fixed bug noticed by Joerg involving display of
3560         statistics in drill file with M71 calling out metric units.
3562 2007-12-15   Dan McMahill * dan AT mcmahill dot net *
3564         * src/callbacks.c: kill another compiler warning
3566 2007-12-15   Dan McMahill * dan AT mcmahill dot net *
3568         * src/drill_stats.c: fix a compiler warning and add missing year to
3569         copyright notice
3571 2007-12-15   Dan McMahill * dan AT mcmahill dot net *
3573         * src/pick-and-place.c: clear out a bunch of compiler warnings.
3575 2007-12-15   Stuart Brorson * sdb AT cloud9 dot net *
3577         * src/callbacks.c, src/interface.c: Changed zoom-fit icon on toolbar
3578         to use GTK stock "zoom-fit" icon.
3580 2007-12-15   Stuart Brorson * sdb AT cloud9 dot net *
3582         * ChangeLog, src/Makefile.am, src/callbacks.c, src/drill.c,
3583         src/drill_stats.c, src/drill_stats.h, src/gerb_image.h,
3584         src/gerb_stats.c, src/gerb_stats.h, src/render.c: 1.  Added "General" tab to reports windows for both Gerbers and
3585         Drills.  2.  Refactor drill_stats stuff to its own files in accordance with     our function naming scheme.
3587 2007-12-15   Julian Lamb * thepurlieu AT gmail dot com *
3589         * src/callbacks.c, src/drill.c:         zero out apertures in dril lparser to eliminate bad rendering. Add
3590                 autoscale functionality back when new layers are loaded.
3592 2007-12-15   Julian Lamb * thepurlieu AT gmail dot com *
3594         * src/draw.c, src/draw.h, src/drill.c, src/interface.c:         fix cairo build problem. Re-enable log redirection to the message
3595                 window.
3597 2007-12-14   Stuart Brorson * sdb AT cloud9 dot net *
3599         * ChangeLog, src/callbacks.c, src/callbacks.h, src/draw-gdk.c,
3600         src/draw-gdk.h, src/drill.c, src/gerb_image.c, src/gerb_image.h,
3601         src/gerb_stats.c, src/gerb_stats.h, src/gerber.c, src/render.c,
3602         src/render.h: Start adding list of drills found to drill statistics
3603         reported.  Now "analyze->active drill layers" reports each drill
3604         defined, and the number of times it is used.
3606 2007-12-14   Julian Lamb * thepurlieu AT gmail dot com *
3608         * ChangeLog, src/callbacks.c, src/callbacks.h, src/gerbv_screen.h,
3609         src/interface.c, src/render.c, src/render.h:    * render,callbacks: Fully separate GDK and cairo rendering code to
3610                   help speed analyzing. Change from storing intermediate cairo
3611                   patterns to xlib surfaces for speed improvement. Eliminate image
3612                   compositing on each expose_event in order to make panning feel much
3613                   quicker.  Temporarily disable idle function to fix GDK memory leaks
3614         and crashes.
3616 2007-12-13   Stuart Brorson * sdb AT cloud9 dot net *
3618         * src/callbacks.c, src/drill.c, src/gerb_image.h, src/gerb_stats.c,
3619         src/gerb_stats.h: Merged Joerg's drill parser stuff into CVS.
3621 2007-12-13   Julian Lamb * thepurlieu AT gmail dot com *
3623         * ChangeLog, src/callbacks.c, src/callbacks.h, src/gerbv.c,
3624         src/gerbv_screen.h, src/interface.c, src/render.c, src/render.h:        * src/gerbv.c: Fix half of bug #1443885 by eliminating segfault
3625                   when project file has layer files that won't load.    * src/callbacks.[ch],src/interface.c,src/render.[ch]: Big         cleanup of callbacks.c and start moving zoom code to render.c in        preparation for separating out zoom info from screen struct
3626                   (allowing for exporting to file and improving code readability).
3627                   Add in scrollbars and start hooking up rulers and scrollbar to
3628         panning.
3630 2007-12-12   Julian Lamb * thepurlieu AT gmail dot com *
3632         * src/callbacks.c:      * repair visibility toggle buttons after latest DND addition
3634 2007-12-12   Julian Lamb * thepurlieu AT gmail dot com *
3636         * src/callbacks.c, src/interface.c:     * cleanup warning message, and change GTK variable for optional
3637                   print enabling, per Dan's email
3639 2007-12-12   Julian Lamb * thepurlieu AT gmail dot com *
3641         * ChangeLog, src/callbacks.c, src/callbacks.h, src/gerbv_screen.h,
3642         src/interface.c, src/render.c:  * src/callbacks.c,src/interface,src/render.c: Get drag and drop
3643                   working for layer sidebar. Fix memory leak for cairo rendering.
3645 2007-12-11   Julian Lamb * thepurlieu AT gmail dot com *
3647         * src/interface.c:      * disable tree view searching so it doesn't steal key presses
3649 2007-12-11   Julian Lamb * thepurlieu AT gmail dot com *
3651         * src/callbacks.c, src/callbacks.h, src/render.c, src/render.h:         * apply fixes for GDK compilation. Fix bug so GDK colors can now be
3652                 changed.
3654 2007-12-11   Julian Lamb * thepurlieu AT gmail dot com *
3656         * ChangeLog, src/gerber.c:      * src/gerber.c: Fix polygon rendering bug (bug #1190809). This was
3657                   due to the gerber parser not storing the correct polarity when
3658                   closing a polygon.
3660 2007-12-10   Julian Lamb * thepurlieu AT gmail dot com *
3662         * ChangeLog, src/callbacks.c, src/callbacks.h, src/gerbv.c,
3663         src/gerbv_screen.h, src/interface.c, src/pick-and-place.c,
3664         src/render.c:   * src/gerbv.c,src/callbacks.c,others: Get basic layer management
3665                   gui up and running. This includes visibility toggling, color
3666                   picking, and basic row management using the buttons at the bottom. A
3667                   popup menu will also be added when the user right clicks.
3669 2007-12-10   Stuart Brorson * sdb AT cloud9 dot net *
3671         * src/callbacks.c, src/gerbv.c, src/interface.c: Added some #ifdef
3672         EXPORT_PNG directives a strategic locations so I can compile on a
3673         system with no PNG stuff.
3675 2007-12-09   Stuart Brorson * sdb AT cloud9 dot net *
3677         * src/render.c, src/render.h: Put #ifdef RENDER_USING_GDK around
3678         cairo stuff to enable compilation under GDK.
3680 2007-12-09   Julian Lamb * thepurlieu AT gmail dot com *
3682         * configure.in:         * reduce cairo dependency to 1.2
3684 2007-12-09   Julian Lamb * thepurlieu AT gmail dot com *
3686         * ChangeLog, src/callbacks.c, src/callbacks.h, src/draw.c,
3687         src/draw.h, src/exportimage.c, src/gerbv.c, src/gerbv_screen.h,
3688         src/interface.c, src/render.c, src/render.h:    * gerbv.c,callbacks.c,interface.c,others: Implement export-to-file
3689                   for PNG, PDF, SVG, and PS. Start implementing print functionality.
3690                   More cleanup of old gui code. Move log handler over to new message
3691                   textview in the sidebar.
3693 2007-12-09   Stuart Brorson * sdb AT cloud9 dot net *
3695         * ChangeLog, HACKING, src/callbacks.c, src/drill.c,
3696         src/gerb_image.c, src/gerb_image.h, src/gerb_stats.c,
3697         src/gerb_stats.h, src/gerber.c, src/render.c, src/render.h: Added
3698         beginnings of statistics reports for drill files.
3700 2007-12-09   Julian Lamb * thepurlieu AT gmail dot com *
3702         * ChangeLog, src/callbacks.c, src/exportimage.c, src/gerbv.c,
3703         src/interface.c:        * src/gerbv.c,src/callbacks.c: Reattach project open/save stuff in
3704                   gui and separate out some of the code back to gerbv.c.
3706 2007-12-08   Stuart Brorson * sdb AT cloud9 dot net *
3708         * src/Makefile.am, src/callbacks.c, src/callbacks.h,
3709         src/gerb_image.c, src/gerb_image.h, src/gerb_stats.c,
3710         src/gerb_stats.h, src/gerber.c, src/gerber.h, src/gerbv_screen.h,
3711         src/interface.c, src/render.c, src/render.h: Added functionality to
3712         display report of G codes found in active Gerber layers.
3714 2007-12-08   Julian Lamb * thepurlieu AT gmail dot com *
3716         * ChangeLog, src/amacro.c, src/callbacks.c, src/draw.c,
3717         src/gerber.c, src/render.c:     * src/render.c,src/callbacks.c: Fix translation code for cairo
3718                   renderer so things are correctly centered on the screen after a
3719                   zoom-to-fit. Fix scaling code for MM unit drawings.   * src/amacro.c,src/gerber.c: Fix error messages in amacro parsing
3720                   (bug #1845782) on FreeBSD systems (thanks to Joerg for the patch).
3721                   Also, fix possible hangs during amacro parsing (e.g. the file "%AM"
3722                   would hang gerbv, since it didn't correctly check for EOF).
3724 2007-12-08   Stuart Brorson * sdb AT cloud9 dot net *
3726         * ChangeLog, HACKING: Update HACKING with latest info about file
3727         hierarchy.
3729 2007-12-08   Stuart Brorson * sdb AT cloud9 dot net *
3731         * src/Makefile.am, src/callbacks.c, src/callbacks.h, src/draw.h,
3732         src/gerber.c, src/gerber.h, src/gerbv.c, src/gerbv_screen.h,
3733         src/render.c, src/render.h: Refactor redraw_pixmap into its own
3734         file, per discussion of 12.7.2007.  Also start incorporating stuff
3735         to gather Gerber statistics.
3737 2007-12-07   Julian Lamb * thepurlieu AT gmail dot com *
3739         * ChangeLog, src/drill.c:       * src/drill.c: Fix warning messages on some drill files (bug
3740                   #1316247).  The drill parser did not zero out new gerbv_aperture_t
3741                   structures, which sometimes allowed junk in the param[x] portions,
3742                   which confused the parser and gave warnings and potentially
3743                   incorrectly rendered drill holes.
3745 2007-12-07   Julian Lamb * thepurlieu AT gmail dot com *
3747         * ChangeLog, src/callbacks.c, src/draw.c:       * src/draw.c: Fix thermal rendering bug (bug #1024000) in the cairo       rendering code (this bug is not easily fixable in the GDK code,
3748                   but it is being obsoleted soon).
3750 2007-12-07   Stuart Brorson * sdb AT cloud9 dot net *
3752         * HACKING: Updated file with more info about gerbv's datastructures
3753         and workings.
3755 2007-12-06   Stuart Brorson * sdb AT cloud9 dot net *
3757         * configure.in, src/callbacks.c: Minor tweaks to allow compilation
3758         on GDK (non-cairo) systems.
3760 2007-12-06   Julian Lamb * thepurlieu AT gmail dot com *
3762         * ChangeLog, src/callbacks.c, src/gerbv.c:      * src/callbacks.c,src/gerbv.c: Add private implementation of      gdk_cairo_create to allow compilation with gtk < 2.8. Fixed bug
3763                   in gerbv which was causing gdk rendering to skip frames
3764         sometimes.
3766 2007-12-06   Julian Lamb * thepurlieu AT gmail dot com *
3768         * ChangeLog, src/drill.h, src/gerb_image.h, src/gerber.c:       * src/gerber.c,src/drill.h,src/gerb_image.h: Fix memory corruption
3769                   issue with G54 codes not checking if aperture numbers were within
3770                   bounds (bug #1843983). Also, bumped up max aperture number from 999
3771                   to 9999 based on reports of some CAD packages using numbers this hig
3772                   (even though it clearly says 999 is the highest number in the RS274X
3773                   spec). This will increase memory usage somewhat, but hopefully
3774         should be acceptable.
3776 2007-12-06   Julian Lamb * thepurlieu AT gmail dot com *
3778         * ChangeLog, src/drill.c:       * src/drill.c: Fix parsing of drill files with commas in          place of decimals (bug #1844100).
3780 2007-12-06   Julian Lamb * thepurlieu AT gmail dot com *
3782         * ChangeLog, src/draw-gdk.c, src/draw.c:        * src/draw.c,src/draw-gtk.c: Fix rendering of lines drawn with
3783                   rectangular aperatures (bug #1834944 and #1704942). Thanks to
3784                   ineiev for the gdk patch, which was reworked to apply to the cairo
3785         rendering too.
3787 2007-12-06   Stuart Brorson * sdb AT cloud9 dot net *
3789         * src/callbacks.c, src/interface.c: Added #ifdef RENDER_USING_GDK to
3790         enable compilation when not using cairo.
3792 2007-12-05   Stuart Brorson * sdb AT cloud9 dot net *
3794         * HACKING: Started adding notes about gerbv's internal workings to
3795         help other new hackers understand the program.
3797 2007-12-05   Julian Lamb * thepurlieu AT gmail dot com *
3799         * ChangeLog, src/callbacks.c, src/callbacks.h, src/gerbv.c,
3800         src/interface.c:        * src/callbacks.[ch],src/interface.[ch]: Rename GTK widgets to more       recognizable names for better code legibility. Change sidebar to
3801                   a notebook view and add a messages tab. Organize statusbar
3802                   layout. Add "analyze" menu and move CAM related functions to it.
3803                   Clean up toolbars and combine into a single toolbar.
3805 2007-12-03   Stuart Brorson * sdb AT cloud9 dot net *
3807         * configure.in: Bump cairo requirements to 1.4.0 since some of the
3808         cairo code required the newer library.
3810 2007-12-01   Dan McMahill * dan AT mcmahill dot net *
3812         * src/callbacks.c: add missing header
3814 2007-12-01   Julian Lamb * thepurlieu AT gmail dot com *
3816         * src/callbacks.c, src/gerbv.c, src/interface.c:        * remove references to support.h to allow compilation
3818 2007-12-01   Dan McMahill * dan AT mcmahill dot net *
3820         * configure.in: make cairo be the default renderer again.  Reduce
3821         the gtk version to 2.4.0 since we explicitly check for cairo in the
3822         cairo rendering case.
3824 2007-12-01   Julian Lamb * thepurlieu AT gmail dot com *
3826         * ChangeLog, src/Makefile.am, src/callbacks.c, src/callbacks.h,
3827         src/gerbv.c, src/gerbv_screen.h, src/interface.c, src/interface.h:      * src/callbacks.[ch],src/interface.[ch],src/gerbv.c: Split out all
3828                   gui code out of gerbv.c and put it into the standard
3829                   callbacks/interface files. Started to overhaul gui during the
3830                   process. Also, speed up the feel of the cairo rendering by rendering
3831                   layers to a cairo_pattern_t, then compositing using these patterns.
3832                   This allows the user to pan and get much quicker response while the
3833                   CPU renders the new view in the background.
3835 2007-11-30   Stuart Brorson * sdb AT cloud9 dot net *
3837         * ChangeLog: Modify build system so you must explicitly
3838         --enable-cairo to build using cairo, otherwise build using GDK by
3839         default.
3841 2007-11-30   Stuart Brorson * sdb AT cloud9 dot net *
3843         * configure.in, src/exportimage.c, src/gerbv.c,
3844         src/pick-and-place.c: Modified configure.in so you must explicitly
3845         --enable-cairo.  Added #ifdef to a couple files so both cairo and
3846         GDK flavors will build correctly.
3848 2007-11-29   Stuart Brorson * sdb AT cloud9 dot net *
3850         * ChangeLog, src/gerb_file.c, src/gerber.c, src/gerbv.c,
3851         src/gerbv_screen.h, src/project.c: Added "File -> Open Gerber(s)"
3852         dialog window.
3854 2007-11-29   Dan McMahill * dan AT mcmahill dot net *
3856         * configure.in, src/Makefile.am, src/gerbv.c: add a --disable-cairo
3857         to switch back to the gdk rendering
3859 2007-11-29   Dan McMahill * dan AT mcmahill dot net *
3861         * configure.in: explicitly check for and add -lm instead of getting
3862         it as a side effect of gtk and glib.
3864 2007-11-27   Dan McMahill * dan AT mcmahill dot net *
3866         * src/gerbv.c: Plug a slow memory leak.  While here point to the
3867         gerbv home page in addition to the gEDA home page.
3869 2007-11-27   Julian Lamb * thepurlieu AT gmail dot com *
3871         * ChangeLog, src/Makefile.am, src/draw-gdk.c, src/draw-gdk.h,
3872         src/gerbv.c:    * src/draw-gdk.[ch],src/gerber.c: Add gdk rendering code back in so
3873                   it can be compiled if cairo isn't available.          * src/gerber.c: Fix g_strconcat calls by adding NULL to end of
3874                 arguments.
3876 2007-11-26   Dan McMahill * dan AT mcmahill dot net *
3878         * src/Makefile.am, src/common.h, src/drill.c: Make sure that we
3879         define __FUNCTION__ when using a non-gcc compiler.  Builds with
3880         SunPRO again.
3882 2007-11-26   Dan McMahill * dan AT mcmahill dot net *
3884         * configure.in: make sure DEBUG gets set to 0 or 1, not just defined
3885         or undefined
3887 2007-11-26   Dan McMahill * dan AT mcmahill dot net *
3889         * configure.in: revert previous.  We already have --enable-debug.
3891 2007-11-26   Stuart Brorson * sdb AT cloud9 dot net *
3893         * configure.in, src/drill.c: Modify dprintf to make it configurable
3894         from config.h.  This makes it possible to turn on and off for all
3895         files using this fcn.
3897 2007-11-26   Dan McMahill * dan AT mcmahill dot net *
3899         * configure.in: Instead of completely overriding CFLAGS and LIBS,
3900         just append our stuff.  Now we don't lose our compiler optimizations
3901         and any user supplied flags.  Also add a --enable-debug argument which defines DEBUG=1 in
3902         config.h.
3904 2007-11-26   Stuart Brorson * sdb AT cloud9 dot net *
3906         * src/gerbv.c, src/gerbv_screen.h: Added help->about dialog.
3908 2007-11-26   Dan McMahill * dan AT mcmahill dot net *
3910         * doc/sources.txt: correct Excellon URL
3912 2007-11-25   Dan McMahill * dan AT mcmahill dot net *
3914         * src/drill.c: fix parsing of
3915         example/nollezappare/ThruHolePlated.ncd where there is an M71 code
3916         in the header setting the units to metric.
3918 2007-11-23   Dan McMahill * dan AT mcmahill dot net *
3920         * Makefile.am, configure.in, desktop/Makefile.am, doc/Makefile.am,
3921         doc/PNG-print/Makefile.am, doc/eagle/Makefile.am,
3922         doc/html/Makefile.am, example/Makefile.am,
3923         example/Mentor-BoardStation/Makefile.am,
3924         example/am-test/Makefile.am, example/cslk/Makefile.am,
3925         example/dan/Makefile.am, example/eaglecad1/Makefile.am,
3926         example/ekf2/Makefile.am, example/jj/Makefile.am,
3927         example/nollezappare/Makefile.am, example/numpres/Makefile.am,
3928         example/orcad/Makefile.am, man/Makefile.am, scheme/Makefile.am:
3929         Remove redundant code.  There were several things explicitly added
3930         to configure.in and the Makefile.am's that automake/autoconf already
3931         add without being told.  This consolidates and cleans up the build
3932         system a bit more.
3934 2007-11-23   Dan McMahill * dan AT mcmahill dot net *
3936         * configure.in, src/Makefile.am: Remove a lot of duplicated and
3937         redundant code.  For example, no need to AC_SUBST(CFLAGS), that
3938         happens automatically.  Also if we add things like $GTK_CFLAGS in
3939         configure.in, then we don't need to also add them to AM_CFLAGS in
3940         src/Makefile.am
3942 2007-11-22   Dan McMahill * dan AT mcmahill dot net *
3944         * src/Makefile.am: do not explicitly set -Wall in AM_CFLAGS.  There
3945         is a check in configure.in which only sets that if we're using gcc.
3947 2007-11-22   Dan McMahill * dan AT mcmahill dot net *
3949         * src/Makefile.am: add missing csv_defines.h
3951 2007-11-22   Dan McMahill * dan AT mcmahill dot net *
3953         * configure.in: when using PKG_CHECK_MODULES(FOO,..) don't then
3954         explicitly set FOO_CFLAGS and FOO_LIBS.  The module check already
3955         does that.
3957 2007-11-22   Stuart Brorson * sdb AT cloud9 dot net *
3959         * configure.in, src/draw.c, src/draw.h: Added stuff to configure.in
3960         to find libcairo and libgtk.  Moved #include "cairo/cairo.h" to
3961         "cairo.h" in draw.* since cairo include dirs are now automatically
3962         found.
3964 2007-11-21   Dan McMahill * dan AT mcmahill dot net *
3966         * src/gerb_image.c: If a gerber file doesn't have any nets, then
3967         don't complain that there are no apertures.  Noted by Bert
3968         Timmerman.
3970 2007-11-20   Julian Lamb * thepurlieu AT gmail dot com *
3972         * ChangeLog, src/draw.c, src/gerbv.c:   * Add missing rendiring code for arcs (I missed this with the last        commit). Also, fix an error in the oval aperature rendering.
3974 2007-11-19   Julian Lamb * thepurlieu AT gmail dot com *
3976         * ChangeLog, configure.in, example/am-test/am-test.gbx, src/draw.c,
3977         src/draw.h, src/gerbv.c, src/pick-and-place.c:  * complete the rendering conversion to cairo. Everything that
3978                   rendered before *should* still render correctly. If it doesn't let
3979                   me know. As a side note, several rendering bugs were discovered in
3980                   the aperature macro code, so those are now fixed.     * add an extra sanity check in the pick-n-place file parser and
3981                   help make sure it doesn't incorrectly guess the filetype      * add a cairo check to configure.in
3983 2007-11-19   Dan McMahill * dan AT mcmahill dot net *
3985         * src/gerber.c, src/gerbv.c: get autoscaling to work when step and
3986         repeat is used
3988 2007-11-19   Dan McMahill * dan AT mcmahill dot net *
3990         * configure.in, src/Makefile.am: - Check for a recent gtk which is needed due to the cairo stuff.  - remove a bunch of lines like AC_SUBST(CC) which aren't needed   since autoconf already does that.  - remove some defines which are not used anywhere - do not hard code PKG_CONFIG - other random autoconf cleanups
3992 2007-11-19   Dan McMahill * dan AT mcmahill dot net *
3994         * Makefile.am, configure.in, example/dan/Makefile.am,
3995         example/dan/README.txt, example/dan/top_sr.gbx, scheme/Makefile.am,
3996         src/draw.c, src/drill.c, src/gerb_image.h, src/gerber.c,
3997         src/gerbv.c: Apply a handful of patches from Thiemo Nagel and Joost
3998         Witteveen.    - Implement support for %SR% extended gerber commands.    - Fix endless loop bug when gerbv encountered an unknown     % code: the '%' case in parse_gerb() did not check for EOF.    - Setting the initial scale (image->info->min_x, min_y) went     wrong for %MOMM% gerber files, as the if() statements     compared to the unscaled cur_net->stop_x.  And I added the following:   - Added an example of a gerber file using the %SR% command.
4000 2007-11-18   Dan McMahill * dan AT mcmahill dot net *
4002         * src/draw.c: Use cos() and sin() instead of cosf() and sinf() as
4003         the argument is a double anyway and also the float versions are not
4004         as widely available.
4006 2007-06-24   Dan McMahill * dan AT mcmahill dot net *
4008         * src/gerbv_screen.h: correct the size of statusbar.msgstr to match
4009         whats used in the rest of the code
4011 2007-03-01   Julian Lamb * thepurlieu AT gmail dot com *
4013         * ChangeLog, src/Makefile.am, src/draw.c, src/draw.h,
4014         src/draw_amacro.c, src/draw_amacro.h, src/exportimage.c,
4015         src/gerbv.c, src/pick-and-place.c: Change rendering from gdk to
4016         cairo
4018 2007-02-22   Julian Lamb * thepurlieu AT gmail dot com *
4020         * ChangeLog, example/pick-and-place/LED.xy, src/gerb_image.c,
4021         src/gerb_image.h, src/pick-and-place.c: Add code to parse PCB
4022         pick-and-place export format
4024 2007-02-17   Julian Lamb * thepurlieu AT gmail dot com *
4026         * ChangeLog, src/csv.c, src/gerbv.c, src/pick-and-place.c,
4027         src/pick-and-place.h: Get simple pick-and-place file to load through
4028         command line
4030 2007-02-16   Julian Lamb * thepurlieu AT gmail dot com *
4032         * ChangeLog, src/gerbv.c, src/pick-and-place.c,
4033         src/pick-and-place.h: More cleanup of pick and place code
4035 2007-02-16   Julian Lamb * thepurlieu AT gmail dot com *
4037         * ChangeLog, src/Makefile.am, src/gerbv.c, src/pick-and-place.c,
4038         src/pick-and-place.h, src/project.c, src/search.c, src/search.h,
4039         src/search_cb.c, src/search_cb.h, src/search_file.c,
4040         src/search_file.h, src/search_gui.c, src/search_gui.h,
4041         src/search_mark.c, src/search_mark.h: [no log message]
4043 2006-10-19   Dan McMahill * dan AT mcmahill dot net *
4045         * src/gerbv.c: fix setting of the initial window size when the
4046         screen is larger than the display.  Patch from David Carr
4048 2006-10-19   Dan McMahill * dan AT mcmahill dot net *
4050         * configure.in: add some checks to make sure libpng-config exists
4052 2006-10-19   Dan McMahill * dan AT mcmahill dot net *
4054         * rebuild_conf: add $ACLOCAL_FLAGS to aclocal call
4056 2006-09-20   Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
4058         * src/gerbv.c: Check that 3/4 of screen width does not cause height
4059         to be more than screen height. Make window resizable to smaller than
4060         initial size
4062 2006-07-26   Stefan Petersen * spe AT stacken dot kth dot se *
4064         * Makefile.am, configure.in, desktop/Makefile.am: Make files in
4065         desktop part of distribution
4067 2006-07-26   Stefan Petersen * spe AT stacken dot kth dot se *
4069         * desktop/gerbv.desktop: Added from Debian buglist Vassilis Pandis
4071 2006-07-25   Stefan Petersen * spe AT stacken dot kth dot se *
4073         * ChangeLog, src/log.c: Updated to use GTK2 by Dino
4075 2006-07-25   Stefan Petersen * spe AT stacken dot kth dot se *
4077         * ChangeLog: Added handling of return values in a lot of places.
4079 2006-07-25   Stefan Petersen * spe AT stacken dot kth dot se *
4081         * src/drill.c, src/gerb_file.c, src/gerber.c, src/gerbv.c,
4082         src/setup.c: Added handling of return values in a lot of places.
4084 2006-07-25   Stefan Petersen * spe AT stacken dot kth dot se *
4086         * doc/PNG-print/Makefile.am: Update that has been laying around
4088 2006-07-25   Stefan Petersen * spe AT stacken dot kth dot se *
4090         * src/gerb_file.c, src/project.c: Improved error handling
4092 2006-07-25   Stefan Petersen * spe AT stacken dot kth dot se *
4094         * ChangeLog, configure.in, man/gerbv.1.in, rebuild_conf,
4095         src/Makefile.am: Update to work with newer autoconf and automake
4097 2006-07-25   Stefan Petersen * spe AT stacken dot kth dot se *
4099         * AUTHORS: Obfuscated email addresses
4101 2006-07-24   Stefan Petersen * spe AT stacken dot kth dot se *
4103         * src/gerb_file.c: A small unfck of last patch
4105 2006-07-24   Stefan Petersen * spe AT stacken dot kth dot se *
4107         * ChangeLog, src/gerb_file.c: gerbv handles negative coordinates.
4108         Closes #1236047
4110 2006-07-24   Stefan Petersen * spe AT stacken dot kth dot se *
4112         * CONTRIBUTORS: Minor updating
4114 2006-07-24   Stefan Petersen * spe AT stacken dot kth dot se *
4116         * ChangeLog, src/gerb_file.c, src/gerbv.c: Reduce SEGV chance in
4117         gerb_fclose situation
4119 2006-07-23   Stefan Petersen * spe AT stacken dot kth dot se *
4121         * src/gerb_file.c: Minor cleanup of previous patch
4123 2006-07-23   Stefan Petersen * spe AT stacken dot kth dot se *
4125         * ChangeLog, src/gerb_image.h, src/gerber.c, src/gerbv.c: Handles
4126         autoscaling of mm better according to SF-alias extensive
4128 2006-07-23   Stefan Petersen * spe AT stacken dot kth dot se *
4130         * ChangeLog, src/drill.c, src/gerb_file.c: Hand patched possible
4131         memleaks and SIGSEGVs pointed out by Wolfgang Wieser
4133 2006-05-07   Stefan Petersen * spe AT stacken dot kth dot se *
4135         * ChangeLog, src/draw_amacro.c: Renamed stack_t to macro_stack_t to
4136         support build on Darwin
4138 2005-09-29   Dan McMahill * dan AT mcmahill dot net *
4140         * ChangeLog: note gcc4 fix
4142 2005-09-29   Dan McMahill * dan AT mcmahill dot net *
4144         * src/drill.c: Remove an lval typecast.  Not only does this get
4145         gerbv to compile with gcc4 and other non-gcc compilers, it was no
4146         longer needed as the types involved were all doubles anyway.
4148 2005-05-14   Stefan Petersen * spe AT stacken dot kth dot se *
4150         * build_release: cvs server name changed
4152 2005-05-14   Stefan Petersen * spe AT stacken dot kth dot se *
4154         * src/exportimage.c: Broke PNG ouput
4156 2005-04-22   Tomasz Motylewski * t dot motylewski AT bfad dot de *
4158         * example/protel-pnp/Pick_Place_for_SE_SG_IF_V2.csv,
4159         example/protel-pnp/Pick_Place_for_SE_SG_IF_V2.txt,
4160         example/protel-pnp/README.txt, example/protel-pnp/SE_SG_IF_V2.DRL,
4161         example/protel-pnp/SE_SG_IF_V2.DRR,
4162         example/protel-pnp/SE_SG_IF_V2.GBL,
4163         example/protel-pnp/SE_SG_IF_V2.GBO,
4164         example/protel-pnp/SE_SG_IF_V2.GBS,
4165         example/protel-pnp/SE_SG_IF_V2.GD1,
4166         example/protel-pnp/SE_SG_IF_V2.GG1,
4167         example/protel-pnp/SE_SG_IF_V2.GM1,
4168         example/protel-pnp/SE_SG_IF_V2.GM2,
4169         example/protel-pnp/SE_SG_IF_V2.GTL,
4170         example/protel-pnp/SE_SG_IF_V2.GTO,
4171         example/protel-pnp/SE_SG_IF_V2.GTS,
4172         example/protel-pnp/SE_SG_IF_V2.LDP,
4173         example/protel-pnp/SE_SG_IF_V2.REP,
4174         example/protel-pnp/SE_SG_IF_V2.RUL,
4175         example/protel-pnp/SE_SG_IF_V2.TXT,
4176         example/protel-pnp/SE_SG_IF_V2.apr,
4177         example/protel-pnp/Status_Report.txt: These examples of GERBER files
4178         with matching "pick and place".csv file are intented to demonstrate
4179         possible usage of gerbv in PCB assembly and any other work which
4180         requires efficient searching of elements on PCB.   They were donated by Karl Schmittschneider * ks dot electronic AT
4181         t-online dot de * to gerbv project on 2005-04-19.
4183 2005-02-15   Stefan Petersen * spe AT stacken dot kth dot se *
4185         * ChangeLog, src/draw_amacro.c: Fixed gc in aperture macro
4186         primitives 5, 21 and 22
4188 2005-02-08   Tomasz Motylewski * t dot motylewski AT bfad dot de *
4190         * ChangeLog: fixed ChangeLog patch typo
4192 2005-02-08   Tomasz Motylewski * t dot motylewski AT bfad dot de *
4194         * ChangeLog, src/gerb_file.c, src/gerbv.c: src/gerbv.c: malloc
4195         strlen+2, not +1 src/gerb_file.c: malloc len+1, not len
4197 2005-01-29   Juergen Haas * juergenhaas AT gmxx dot net *
4199         * INSTALL.MINGW.WIN32: updated mingw installation instructions
4201 2005-01-26   Juergen Haas * juergenhaas AT gmxx dot net *
4203         * configure.in, rebuild_conf, src/Makefile.am: fixed mingw
4204         compiation
4206 2005-01-06   Stefan Petersen * spe AT stacken dot kth dot se *
4208         * ChangeLog, src/Makefile.am: A working make distcheck
4210 2005-01-06   Stefan Petersen * spe AT stacken dot kth dot se *
4212         * ChangeLog, configure.in, src/csv.c, src/gerbv.c, src/log.c,
4213         src/project.c, src/search.c, src/search.h, src/search_cb.c,
4214         src/search_cb.h, src/search_file.c, src/search_file.h,
4215         src/search_gui.c, src/search_gui.h, src/search_mark.c,
4216         src/search_mark.h, src/setup.h: Removed back portability to GTK+
4217         1.x. Also some minor reformatting to suit the rest of the codebase.
4219 2004-12-28   Stefan Petersen * spe AT stacken dot kth dot se *
4221         * ChangeLog, src/draw.c: Fixed holes in circles. Closes bug #1050340
4223 2004-12-28   Stefan Petersen * spe AT stacken dot kth dot se *
4225         * ChangeLog, src/dynload.c, src/init.scm, src/scheme-private.h,
4226         src/scheme.c, src/scheme.h: Updated TinyScheme to 1.35
4228 2004-12-23   Juergen Haas * juergenhaas AT gmxx dot net *
4230         * src/gerbv.c: small bugfix - reported by user U. Bonnes
4231         gerbv.c:3045
4233 2004-10-30   Stefan Petersen * spe AT stacken dot kth dot se *
4235         * src/search_cb.c, src/search_gui.c, src/search_mark.c: Removed some
4236         minor compilation warnings
4238 2004-10-30   Stefan Petersen * spe AT stacken dot kth dot se *
4240         * ChangeLog, src/draw_amacro.c: Didn't use local_gc in some aperture
4241         primitives. Closes bug #1051045
4243 2004-10-28   Juergen Haas * juergenhaas AT gmxx dot net *
4245         * src/gerbv.c, src/search_cb.c: small modifications, bringing it
4246         up-to-date
4248 2004-10-14   Juergen Haas * juergenhaas AT gmxx dot net *
4250         * doc/html/Makefile.am, doc/html/search__gui_8h-source.html: added
4251         Makefile.am to doc/html;removed last html file-
4253 2004-10-14   Juergen Haas * juergenhaas AT gmxx dot net *
4255         * configure.in, doc/Doxyfile.nopreprocessing, doc/Makefile.am,
4256         doc/html/amacro_8c-source.html, doc/html/amacro_8h-source.html,
4257         doc/html/annotated.html, doc/html/batch_8c-source.html,
4258         doc/html/batch_8h-source.html, doc/html/classes.html,
4259         doc/html/color_8c-source.html, doc/html/color_8h-source.html,
4260         doc/html/config_8h-source.html, doc/html/csv_8c-source.html,
4261         doc/html/csv_8c.html, doc/html/csv_8h-source.html,
4262         doc/html/csv__defines_8h-source.html,
4263         doc/html/csv__defines_8h.html, doc/html/dir_000000.html,
4264         doc/html/draw_8c-source.html, doc/html/draw_8h-source.html,
4265         doc/html/draw__amacro_8c-source.html,
4266         doc/html/draw__amacro_8h-source.html,
4267         doc/html/drill_8c-source.html, doc/html/drill_8h-source.html,
4268         doc/html/dynload_8c-source.html, doc/html/dynload_8h-source.html,
4269         doc/html/exportimage_8c-source.html,
4270         doc/html/exportimage_8h-source.html, doc/html/files.html,
4271         doc/html/gerb__error_8h-source.html,
4272         doc/html/gerb__file_8c-source.html,
4273         doc/html/gerb__file_8h-source.html,
4274         doc/html/gerb__image_8c-source.html,
4275         doc/html/gerb__image_8h-source.html,
4276         doc/html/gerb__transf_8c-source.html,
4277         doc/html/gerb__transf_8c.html,
4278         doc/html/gerb__transf_8h-source.html,
4279         doc/html/gerber_8c-source.html, doc/html/gerber_8h-source.html,
4280         doc/html/gerbv_8c-source.html, doc/html/gerbv_8c.html,
4281         doc/html/gerbv__icon_8h-source.html,
4282         doc/html/gerbv__screen_8h-source.html, doc/html/globals.html,
4283         doc/html/globals_func.html, doc/html/globals_type.html,
4284         doc/html/globals_vars.html, doc/html/graph_legend.html,
4285         doc/html/index.html, doc/html/log_8c-source.html,
4286         doc/html/log_8h-source.html, doc/html/main.html,
4287         doc/html/opdefines_8h-source.html, doc/html/project_8c-source.html,
4288         doc/html/project_8c.html, doc/html/project_8h-source.html,
4289         doc/html/project_8h.html, doc/html/scheme-private_8h-source.html,
4290         doc/html/scheme_8c-source.html, doc/html/scheme_8h-source.html,
4291         doc/html/search_8c-source.html, doc/html/search_8c.html,
4292         doc/html/search_8h-source.html, doc/html/search_8h.html,
4293         doc/html/search__cb_8c-source.html, doc/html/search__cb_8c.html,
4294         doc/html/search__cb_8h-source.html,
4295         doc/html/search__file_8c-source.html,
4296         doc/html/search__file_8c.html,
4297         doc/html/search__file_8h-source.html,
4298         doc/html/search__gui_8c-source.html, src/draw.c, src/search_gui.c:
4299         removing rest of doc/html and updating various files;added initial
4300         support for a doc/html/Makefile.am
4302 2004-10-14   Juergen Haas * juergenhaas AT gmxx dot net *
4304         * doc/html/doxygen.css, doc/html/gerb__transf_8c__incl.dot,
4305         doc/html/gerb__transf_8c__incl.md5,
4306         doc/html/gerb__transf_8c_a3_cgraph.dot,
4307         doc/html/gerb__transf_8c_a3_cgraph.md5,
4308         doc/html/gerb__transf_8c_a4_cgraph.dot,
4309         doc/html/gerb__transf_8c_a4_cgraph.md5, doc/html/graph_legend.dot,
4310         doc/html/project_8c__incl.dot, doc/html/project_8c__incl.md5,
4311         doc/html/project_8c_a6_cgraph.dot,
4312         doc/html/project_8c_a6_cgraph.md5,
4313         doc/html/project_8h__dep__incl.dot,
4314         doc/html/project_8h__dep__incl.md5,
4315         doc/html/project_8h_a4_cgraph.dot,
4316         doc/html/project_8h_a4_cgraph.md5, doc/html/search__gui_8c.html,
4317         doc/html/search__mark_8c-source.html,
4318         doc/html/search__mark_8c.html,
4319         doc/html/search__mark_8h-source.html,
4320         doc/html/setup_8c-source.html, doc/html/setup_8h-source.html,
4321         doc/html/struct__InterfaceStruct.html,
4322         doc/html/structgerb__transf.html, doc/html/structpnp__file.html,
4323         doc/html/structpnp__state.html,
4324         doc/html/structproject__list__t.html,
4325         doc/html/structproject__list__t__coll__graph.dot,
4326         doc/html/structproject__list__t__coll__graph.md5,
4327         doc/html/tooltable_8c-source.html,
4328         doc/html/tooltable_8h-source.html, doc/html/tree.html: removing all
4329         files in html/ and placing Makefile.am there; documentation should
4330         be created by make doc or similar
4332 2004-10-13   Juergen Haas * juergenhaas AT gmxx dot net *
4334         * ChangeLog, INSTALL.MINGW.WIN32,
4335         README-Pick-and-Place-search_parts.txt,
4336         doc/Doxyfile.nopreprocessing, doc/html/amacro_8c-source.html,
4337         doc/html/amacro_8h-source.html, doc/html/annotated.html,
4338         doc/html/batch_8c-source.html, doc/html/batch_8h-source.html,
4339         doc/html/classes.html, doc/html/color_8c-source.html,
4340         doc/html/color_8h-source.html, doc/html/config_8h-source.html,
4341         doc/html/csv_8c-source.html, doc/html/csv_8c.html,
4342         doc/html/csv_8h-source.html, doc/html/csv__defines_8h-source.html,
4343         doc/html/csv__defines_8h.html, doc/html/dir_000000.html,
4344         doc/html/doxygen.css, doc/html/draw_8c-source.html,
4345         doc/html/draw_8h-source.html, doc/html/draw__amacro_8c-source.html,
4346         doc/html/draw__amacro_8h-source.html,
4347         doc/html/drill_8c-source.html, doc/html/drill_8h-source.html,
4348         doc/html/dynload_8c-source.html, doc/html/dynload_8h-source.html,
4349         doc/html/exportimage_8c-source.html,
4350         doc/html/exportimage_8h-source.html, doc/html/files.html,
4351         doc/html/gerb__error_8h-source.html,
4352         doc/html/gerb__file_8c-source.html,
4353         doc/html/gerb__file_8h-source.html,
4354         doc/html/gerb__image_8c-source.html,
4355         doc/html/gerb__image_8h-source.html,
4356         doc/html/gerb__transf_8c-source.html,
4357         doc/html/gerb__transf_8c.html, doc/html/gerb__transf_8c__incl.dot,
4358         doc/html/gerb__transf_8c__incl.md5,
4359         doc/html/gerb__transf_8c_a3_cgraph.dot,
4360         doc/html/gerb__transf_8c_a3_cgraph.md5,
4361         doc/html/gerb__transf_8c_a4_cgraph.dot,
4362         doc/html/gerb__transf_8c_a4_cgraph.md5,
4363         doc/html/gerb__transf_8h-source.html,
4364         doc/html/gerber_8c-source.html, doc/html/gerber_8h-source.html,
4365         doc/html/gerbv_8c-source.html, doc/html/gerbv_8c.html,
4366         doc/html/gerbv__icon_8h-source.html,
4367         doc/html/gerbv__screen_8h-source.html, doc/html/globals.html,
4368         doc/html/globals_func.html, doc/html/globals_type.html,
4369         doc/html/globals_vars.html, doc/html/graph_legend.dot,
4370         doc/html/graph_legend.html, doc/html/index.html,
4371         doc/html/log_8c-source.html, doc/html/log_8h-source.html,
4372         doc/html/main.html, doc/html/opdefines_8h-source.html,
4373         doc/html/project_8c-source.html, doc/html/project_8c.html,
4374         doc/html/project_8c__incl.dot, doc/html/project_8c__incl.md5,
4375         doc/html/project_8c_a6_cgraph.dot,
4376         doc/html/project_8c_a6_cgraph.md5, doc/html/project_8h-source.html,
4377         doc/html/project_8h.html, doc/html/project_8h__dep__incl.dot,
4378         doc/html/project_8h__dep__incl.md5,
4379         doc/html/project_8h_a4_cgraph.dot,
4380         doc/html/project_8h_a4_cgraph.md5,
4381         doc/html/scheme-private_8h-source.html,
4382         doc/html/scheme_8c-source.html, doc/html/scheme_8h-source.html,
4383         doc/html/search_8c-source.html, doc/html/search_8c.html,
4384         doc/html/search_8h-source.html, doc/html/search_8h.html,
4385         doc/html/search__cb_8c-source.html, doc/html/search__cb_8c.html,
4386         doc/html/search__cb_8h-source.html,
4387         doc/html/search__file_8c-source.html,
4388         doc/html/search__file_8c.html,
4389         doc/html/search__file_8h-source.html,
4390         doc/html/search__gui_8c-source.html, doc/html/search__gui_8c.html,
4391         doc/html/search__gui_8h-source.html,
4392         doc/html/search__mark_8c-source.html,
4393         doc/html/search__mark_8c.html,
4394         doc/html/search__mark_8h-source.html,
4395         doc/html/setup_8c-source.html, doc/html/setup_8h-source.html,
4396         doc/html/struct__InterfaceStruct.html,
4397         doc/html/structgerb__transf.html, doc/html/structpnp__file.html,
4398         doc/html/structpnp__state.html,
4399         doc/html/structproject__list__t.html,
4400         doc/html/structproject__list__t__coll__graph.dot,
4401         doc/html/structproject__list__t__coll__graph.md5,
4402         doc/html/tooltable_8c-source.html,
4403         doc/html/tooltable_8h-source.html, doc/html/tree.html, src/csv.c,
4404         src/csv.h, src/csv_defines.h, src/gerb_transf.c, src/gerb_transf.h,
4405         src/gerbv.c, src/project.c, src/project.h, src/search.c,
4406         src/search.h, src/search_cb.c, src/search_file.c,
4407         src/search_file.h, src/search_gui.c, src/search_gui.h,
4408         src/search_mark.c: doxygen documentation added for many fctns
4409         concerning pickandplace; right click on graphically marked and
4410         actively selected part now works for all shapes and reports to
4411         statusbar and log window;small bugfixes;
4413 2004-09-13   Stefan Petersen * spe AT stacken dot kth dot se *
4415         * ChangeLog, src/gerbv.c: No more segfaults from inverting an
4416         unloaded layer
4418 2004-09-11   Juergen Haas * juergenhaas AT gmxx dot net *
4420         * ChangeLog, INSTALL.MINGW.WIN32, src/gerbv.c, src/project.c,
4421         src/project.h, src/search_gui.c, src/search_mark.c: towards right
4422         click shows part designator in statusbar: now works with all shapes
4423         where pin1 is not on center axis
4425 2004-09-04   Juergen Haas * juergenhaas AT gmxx dot net *
4427         * ChangeLog, INSTALL.MINGW.WIN32, src/csv.h, src/dynload.c,
4428         src/gerb_file.c, src/gerb_file.h, src/gerber.h, src/gerbv.c,
4429         src/project.c, src/search_cb.c: fixed right click shows designator
4430         in statusbar does not hang program MINGW issues with path separators
4431         gerbv compiles under MINGW (following instructions in
4432         INSTALL.MINGW.WIN32)
4434 2004-09-04   Juergen Haas * juergenhaas AT gmxx dot net *
4436         * ChangeLog, src/gerb_transf.c, src/gerb_transf.h, src/search.c,
4437         src/search.h, src/search_gui.c, src/search_mark.c: fixed graphical
4438         representation of parts added gerb_transf_rotate added
4439         gerb_transf_shift fixed segfault when searching in comments
4440         designator is also shown checked by default
4442 2004-08-28   Juergen Haas * juergenhaas AT gmxx dot net *
4444         * ChangeLog, src/gerbv.c, src/project.c: fixed GTK1 compilation
4445         issues
4447 2004-08-27   Juergen Haas * juergenhaas AT gmxx dot net *
4449         * ChangeLog, JOURNAL.txt, src/csv.c, src/gerb_transf.c,
4450         src/gerb_transf.h, src/gerbv.c, src/project.c, src/search.c,
4451         src/search.h, src/search_cb.c, src/search_cb.h, src/search_file.h,
4452         src/search_gui.c, src/search_gui.h, src/search_mark.c: new:
4453         identification of part in active selection by right clicking in
4454         screen, rectangular shapes for rectangular objects (based on
4455         footprint), code cleanup, memory issues
4457 2004-08-26   Juergen Haas * juergenhaas AT gmxx dot net *
4459         * ChangeLog, INSTALL.MINGW.WIN32, JOURNAL.txt, src/gerb_image.c,
4460         src/gerbv.c, src/search.c, src/search_cb.c, src/search_gui.c,
4461         src/search_mark.c: small bugfixes, usability enhancements, double
4462         click in search dialog will now mark item on active layer
4464 2004-08-24   Tomasz Motylewski * t dot motylewski AT bfad dot de *
4466         * ChangeLog: * eliminated memory leak MINGW32 gerb_file.c fd->data * forced LC_NUMERIC to "C" in parse_gerb(), fixing   bug resulting in very thin lines (aperture size = 0)   under GTK2
4468 2004-08-24   Tomasz Motylewski * t dot motylewski AT bfad dot de *
4470         * src/gerber.c: forced LC_NUMERIC to "C" in parse_gerb(), fixing bug
4471         resulting in very thin lines (aperture size = 0) under GTK2
4473 2004-08-24   Tomasz Motylewski * t dot motylewski AT bfad dot de *
4475         * src/gerb_file.c: eliminated memory leak MINGW32 gerb_file.c
4476         fd->data
4478 2004-08-24   Tomasz Motylewski * t dot motylewski AT bfad dot de *
4480         * ChangeLog, src/gerb_image.c, src/gerbv.c, src/project.c,
4481         src/project.h, src/search_cb.c, src/search_mark.c: * cleaned up memory allocation in gerb_image.c * improved project loading (still broken, there is no clear   design which function should do what).  * fixed memory leak plist_top->filename
4483 2004-08-23   Juergen Haas * juergenhaas AT gmxx dot net *
4485         * ChangeLog, src/gerbv.c, src/project.c, src/search.c,
4486         src/search_cb.c, src/search_gui.c, src/search_mark.c: bugfixes and
4487         saving pnp file into projects file
4489 2004-08-23   Tomasz Motylewski * t dot motylewski AT bfad dot de *
4491         * ChangeLog, src/Makefile.am, src/draw.c, src/draw.h,
4492         src/draw_amacro.c, src/draw_amacro.h, src/exportimage.c,
4493         src/gerb_image.c, src/gerb_image.h, src/gerb_transf.c,
4494         src/gerb_transf.h, src/gerbv.c, src/gerbv_screen.h: replaced scale
4495         with gerb_transf_t(.scale) - mirroring preparation
4497 2004-08-22   Tomasz Motylewski * t dot motylewski AT bfad dot de *
4499         * tags.txt: SEARCH_SELECT_branch merged
4501 2004-08-22   Stefan Petersen * spe AT stacken dot kth dot se *
4503         * ChangeLog, configure.in, src/Makefile.am: Use libpng-config to
4504         find out build parameters
4506 2004-08-22   Stefan Petersen * spe AT stacken dot kth dot se *
4508         * rebuild_conf: Adhere to new auto tool standard
4510 2004-08-22   Stefan Petersen * spe AT stacken dot kth dot se *
4512         * tags.txt: Added
4514 2004-08-21   Tomasz Motylewski * t dot motylewski AT bfad dot de *
4516         * CONTRIBUTORS, ChangeLog, JOURNAL.txt,
4517         README-Pick-and-Place-search_parts.txt, configure.in,
4518         src/Makefile.am, src/csv.c, src/csv.h, src/csv_defines.h,
4519         src/gerb_file.c, src/gerbv.c, src/project.c, src/scheme.h,
4520         src/search.c, src/search.h, src/search_cb.c, src/search_cb.h,
4521         src/search_file.c, src/search_file.h, src/search_gui.c,
4522         src/search_gui.h, src/search_mark.c, src/search_mark.h, src/setup.h:
4523         merge from SEARCH_SELECT_branch part finder MINGW32 port
4525 2004-08-21   Stefan Petersen * spe AT stacken dot kth dot se *
4527         * ChangeLog, src/gerbv.c: Prints only short options when compiled
4528         with short options
4530 2004-08-16   Stefan Petersen * spe AT stacken dot kth dot se *
4532         * ChangeLog, doc/Makefile.am, example/Makefile.am,
4533         example/Mentor-BoardStation/Makefile.am,
4534         example/am-test/Makefile.am, example/cslk/Makefile.am,
4535         example/dan/Makefile.am, example/eaglecad1/Makefile.am,
4536         example/ekf2/Makefile.am, example/jj/Makefile.am,
4537         example/nollezappare/Makefile.am, example/numpres/Makefile.am,
4538         example/orcad/Makefile.am: distclean should not remove Makefile.in
4540 2004-08-16   Stefan Petersen * spe AT stacken dot kth dot se *
4542         * CONTRIBUTORS: Added Richard Lightman
4544 2004-07-28   Stefan Petersen * spe AT stacken dot kth dot se *
4546         * ChangeLog, example/polarity/6_vbat.gbr,
4547         example/polarity/README.txt, src/draw.c: Image polarity versus layer
4548         polarity fixed
4550 2004-07-20   Tomasz Motylewski * t dot motylewski AT bfad dot de *
4552         * configure.in: added sys/types.h sys/stat.h stdlib.h required by
4553         src/project.c
4555 2004-07-11   Stefan Petersen * spe AT stacken dot kth dot se *
4557         * ChangeLog, src/draw_amacro.c: Aperture macro thermal cross ends in
4558         butt
4560 2004-06-27   Stefan Petersen * spe AT stacken dot kth dot se *
4562         * ChangeLog, src/gerber.c: Minor comment improvements and improved
4563         size determination
4565 2004-06-24   Stefan Petersen * spe AT stacken dot kth dot se *
4567         * src/gerb_image.c: A segfault source more and a test of commit
4568         mails too
4570 2004-06-24   Stefan Petersen * spe AT stacken dot kth dot se *
4572         * ChangeLog, src/gerber.c: Removed two potential segfaults when
4573         running RS274D
4575 2004-06-24   Stefan Petersen * spe AT stacken dot kth dot se *
4577         * ChangeLog, src/batch.c, src/gerb_image.c, src/gerb_image.h,
4578         src/gerber.c: MQ_START and MQ_END is removed which also fixes bug
4579         #942590
4581 2004-06-24   Stefan Petersen * spe AT stacken dot kth dot se *
4583         * ChangeLog, src/gerb_image.c, src/gerb_image.h, src/gerbv.c,
4584         src/gerbv_screen.h: Added dump to print out parser result
4586 2004-06-15   Stefan Petersen * spe AT stacken dot kth dot se *
4588         * files2tag.txt: Forgot to tag some Makefile.am
4590 2004-06-10   Stefan Petersen * spe AT stacken dot kth dot se *
4592         * ChangeLog, src/draw_amacro.c: All apertures doesn't have exposure
4593         flags
4595 2004-06-10   Stefan Petersen * spe AT stacken dot kth dot se *
4597         * example/thermal/dsp.GP1: More examples from Drew Moore and some
4598         png's to display how it should look
4600 2004-06-05   Stefan Petersen * spe AT stacken dot kth dot se *
4602         * .cvsignore, ChangeLog, doc/.cvsignore, doc/PNG-print/.cvsignore,
4603         dontdiff, example/.cvsignore,
4604         example/Mentor-BoardStation/.cvsignore, example/am-test/.cvsignore,
4605         example/cslk/.cvsignore, example/dan/.cvsignore,
4606         example/eaglecad1/.cvsignore, example/ekf2/.cvsignore,
4607         example/jj/.cvsignore, example/nollezappare/.cvsignore,
4608         example/numpres/.cvsignore, example/orcad/.cvsignore,
4609         man/gerbv.1.in, src/gerbv.c: Cleanups and minor fixes from Dimitri
4611 2004-05-25   Stefan Petersen * spe AT stacken dot kth dot se *
4613         * src/Makefile.am: init.scm should also make it to the distribution
4615 2004-05-25   Stefan Petersen * spe AT stacken dot kth dot se *
4617         * ChangeLog, src/draw_amacro.c: Aperture macros handles exposure now
4619 2004-05-24   Stefan Petersen * spe AT stacken dot kth dot se *
4621         * ChangeLog, configure.in: Preparation for release 0.16
4623 2004-05-24   Stefan Petersen * spe AT stacken dot kth dot se *
4625         * man/gerbv.1.in: Added some info on z, Z and f buttons
4627 2004-05-24   Stefan Petersen * spe AT stacken dot kth dot se *
4629         * CONTRIBUTORS: Added Stefan Thiede
4631 2004-05-19   Stefan Petersen * spe AT stacken dot kth dot se *
4633         * CONTRIBUTORS, ChangeLog, man/gerbv.1.in, src/Makefile.am,
4634         src/drill.c, src/gerbv.c, src/tooltable.c, src/tooltable.h: Tool
4635         table support from Dimitri
4637 2004-04-27   Stefan Petersen * spe AT stacken dot kth dot se *
4639         * ChangeLog, configure.in, src/drill.c: Check for sys/mman.h and
4640         removed unncecessary dependency
4642 2004-04-21   Stefan Petersen * spe AT stacken dot kth dot se *
4644         * ChangeLog, src/gerbv.c: Added keys f/F for fit, z for zoom in and
4645         Z for zoom out
4647 2004-04-04   Stefan Petersen * spe AT stacken dot kth dot se *
4649         * ChangeLog, src/amacro.c, src/drill.c, src/gerb_file.c,
4650         src/gerb_file.h, src/gerber.c: Changed gerb_fgetint to return number
4651         of parsed characters and omit trailing zeros is properly handled
4653 2004-03-20   Stefan Petersen * spe AT stacken dot kth dot se *
4655         * example/trailing/README.txt, example/trailing/cd1r2.1_sieb0.off,
4656         example/trailing/cd1r2.1_sieb1.off: Added in support to bug #918344
4658 2004-02-23   Stefan Petersen * spe AT stacken dot kth dot se *
4660         * ChangeLog, src/gerbv.c: In GTK2 two signals get emitted when you
4661         press destroy
4663 2004-02-14   Stefan Petersen * spe AT stacken dot kth dot se *
4665         * ChangeLog, src/Makefile.am: Making sure init.scm is installed at
4666         the proper place
4668 2004-02-13   Stefan Petersen * spe AT stacken dot kth dot se *
4670         * ChangeLog, src/gerber.c: If angles were exact equal then the
4671         circle became a dot
4673 2004-02-08   Stefan Petersen * spe AT stacken dot kth dot se *
4675         * ChangeLog, configure.in: Fixed  not getting defined by default
4676         anymore
4678 2004-02-08   Stefan Petersen * spe AT stacken dot kth dot se *
4680         * ChangeLog, man/gerbv.1.in: A bunch of updates to mainly reflect
4681         the last additions of features
4683 2004-02-07   Stefan Petersen * spe AT stacken dot kth dot se *
4685         * ChangeLog, src/gerbv.c: Save screen.path even when we open a
4686         project file from command line
4688 2004-02-07   Stefan Petersen * spe AT stacken dot kth dot se *
4690         * ChangeLog, src/gerbv.c: Seg fault when freeing an optarged
4691         variable
4693 2004-02-05   Stefan Petersen * spe AT stacken dot kth dot se *
4695         * ChangeLog, src/gerbv.c: -p as an alternative --project from Dan
4697 2004-02-01   Stefan Petersen * spe AT stacken dot kth dot se *
4699         * ChangeLog, src/gerbv.c: Save As opens if you haven't given any
4700         project name and project name is put in the title window, both
4701         patches from Dan
4703 2003-12-14   Stefan Petersen * spe AT stacken dot kth dot se *
4705         * ChangeLog, configure.in, src/gerbv.c, src/log.c, src/setup.h:
4706         First rought support for GTK+ 2.*
4708 2003-12-10   Stefan Petersen * spe AT stacken dot kth dot se *
4710         * ChangeLog, src/gerbv.c: Project saves and restores background
4711         color
4713 2003-12-10   Stefan Petersen * spe AT stacken dot kth dot se *
4715         * ChangeLog, src/gerbv.c, src/gerbv_screen.h: Fills in a a
4716         previously given filename if any is found
4718 2003-12-09   Stefan Petersen * spe AT stacken dot kth dot se *
4720         * ChangeLog, Makefile.am, configure.in, doc/Makefile.am,
4721         doc/PNG-print/Makefile.am, doc/eagle/Makefile.am,
4722         example/Makefile.am, example/Mentor-BoardStation/Makefile.am,
4723         example/am-test/Makefile.am, example/cslk/Makefile.am,
4724         example/dan/Makefile.am, example/eaglecad1/Makefile.am,
4725         example/ekf2/Makefile.am, example/jj/Makefile.am,
4726         example/nollezappare/Makefile.am, example/numpres/Makefile.am,
4727         example/orcad/Makefile.am, man/Makefile.am, src/Makefile.am: Now
4728         it's possible to build with make dist and check with make distcheck
4730 2003-12-07   Stefan Petersen * spe AT stacken dot kth dot se *
4732         * ChangeLog, src/gerbv.c, src/project.c, src/project.h: Inversion in
4733         projects, all parameters in all layers and --project works
4735 2003-12-06   Stefan Petersen * spe AT stacken dot kth dot se *
4737         * ChangeLog, src/gerbv.c, src/gerbv_screen.h: Added invert layer
4739 2003-12-06   Stefan Petersen * spe AT stacken dot kth dot se *
4741         * src/opdefines.h: Part of scheme interpreter that almost didn't
4742         make it
4744 2003-12-06   Stefan Petersen * spe AT stacken dot kth dot se *
4746         * ChangeLog, configure.in, doc/projectfiles.txt, src/Makefile.am,
4747         src/dynload.c, src/dynload.h, src/gerbv.c, src/gerbv_screen.h,
4748         src/init.scm, src/project.c, src/project.h, src/scheme-private.h,
4749         src/scheme.c, src/scheme.h: Scheme interpreter added giving project
4750         file management
4752 2003-12-06   Stefan Petersen * spe AT stacken dot kth dot se *
4754         * ChangeLog, src/draw_amacro.c: static some internal functions
4756 2003-12-06   Stefan Petersen * spe AT stacken dot kth dot se *
4758         * ChangeLog, src/gerb_file.c, src/gerb_file.h: Added gerb_find_file
4759         in gerb_file
4761 2003-11-22   Stefan Petersen * spe AT stacken dot kth dot se *
4763         * ChangeLog, acconfig.h, configure.in: acconfig removed and more
4764         information added to configure.in after warning messages from
4765         autoheader
4767 2003-11-13   Stefan Petersen * spe AT stacken dot kth dot se *
4769         * ChangeLog, src/exportimage.c: Simplified pixbuf_to_file_as_png. No
4770         speed up, since that is not the time hog
4772 2003-10-17   Stefan Petersen * spe AT stacken dot kth dot se *
4774         * ChangeLog, configure.in: Preparation for release 0.15
4776 2003-10-06   Stefan Petersen * spe AT stacken dot kth dot se *
4778         * example/thermal/README.txt, example/thermal/bpB.GP1: Thermal
4779         example
4781 2003-10-06   Stefan Petersen * spe AT stacken dot kth dot se *
4783         * ChangeLog, src/draw_amacro.c: Fixed aperture macro primitive no 7
4784         thanks to Drew Moore
4786 2003-09-28   Stefan Petersen * spe AT stacken dot kth dot se *
4788         * CONTRIBUTORS, ChangeLog, src/gerber.c: Fixes instances when G04 is
4789         written like G4
4791 2003-09-08   Stefan Petersen * spe AT stacken dot kth dot se *
4793         * CONTRIBUTORS, ChangeLog, src/gerber.c: Circular polygon outline
4794         approximated with short segments solved by Simon Munton
4796 2003-09-08   Stefan Petersen * spe AT stacken dot kth dot se *
4798         * CONTRIBUTORS, ChangeLog, src/gerber.c: A polygon filling problem
4799         solved by Simon Munton
4801 2003-08-18   Stefan Petersen * spe AT stacken dot kth dot se *
4803         * build_release: Fixed nasty bug causing script not to work
4805 2003-08-17   Stefan Petersen * spe AT stacken dot kth dot se *
4807         * ChangeLog, configure.in: Preparation for release 0.14
4809 2003-05-31   Stefan Petersen * spe AT stacken dot kth dot se *
4811         * ChangeLog, configure.in, src/amacro.c: Removed malloc.h to
4812         simplify porting
4814 2003-04-18   Stefan Petersen * spe AT stacken dot kth dot se *
4816         * ChangeLog, src/draw_amacro.c: A patch from Larry Dolittle that
4817         solved a problem with strangely drawn circles
4819 2003-04-07   Stefan Petersen * spe AT stacken dot kth dot se *
4821         * ChangeLog, src/gerber.c: Segfault from RS274D files
4823 2003-03-18   Stefan Petersen * spe AT stacken dot kth dot se *
4825         * cvs-tag.sh: Improved with check for tag name and recursive tagging
4827 2003-03-18   Stefan Petersen * spe AT stacken dot kth dot se *
4829         * ChangeLog, INSTALL, README, acconfig.h, configure.in,
4830         files2tag.txt, man/gerbv.1.in: In preparation for release 0.13
4832 2003-03-16   Stefan Petersen * spe AT stacken dot kth dot se *
4834         * ChangeLog, src/draw.c, src/gerb_image.h, src/gerber.c: Angles are
4835         now double
4837 2003-03-16   Stefan Petersen * spe AT stacken dot kth dot se *
4839         * ChangeLog, src/gerber.c: Better sanity checks for start- and end
4840         angle of arcs
4842 2003-03-10   Stefan Petersen * spe AT stacken dot kth dot se *
4844         * ChangeLog, src/gerber.c: Doesn't warn on image rotate zero degrees
4846 2003-03-02   Stefan Petersen * spe AT stacken dot kth dot se *
4848         * ChangeLog, Makefile.am, configure.in, man/Makefile.am,
4849         man/gerbv.1.in, src/Makefile.am, src/gerbv.c: Removed the Guile
4850         stuff
4852 2003-03-02   Stefan Petersen * spe AT stacken dot kth dot se *
4854         * example/exposure/README.txt, example/exposure/example.grb: Added
4855         example
4857 2003-03-02   Stefan Petersen * spe AT stacken dot kth dot se *
4859         * ChangeLog, src/draw_amacro.c: Aperture macro primitive 1 is a
4860         filled circle
4862 2003-03-01   Stefan Petersen * spe AT stacken dot kth dot se *
4864         * ChangeLog, src/gerb_image.c, src/gerb_image.h, src/gerber.c:
4865         Cleaned up parsing of step-and-repeat and new_gerb_image()
4867 2003-02-28   Stefan Petersen * spe AT stacken dot kth dot se *
4869         * .cvsignore: Removed diff files and added some more autoconf files
4871 2003-02-24   Stefan Petersen * spe AT stacken dot kth dot se *
4873         * ChangeLog, src/Makefile.am, src/gerbv.c, src/gerbv_screen.h,
4874         src/log.c, src/setup.c, src/setup.h: Added setup.[hc] for setup
4875         specific thing like command switches and rc files.
4877 2003-02-22   Stefan Petersen * spe AT stacken dot kth dot se *
4879         * ChangeLog, src/gerbv.c: Swapping with a non-existent layer caused
4880         segfault
4882 2003-02-22   Stefan Petersen * spe AT stacken dot kth dot se *
4884         * ChangeLog, src/gerber.c: Small differences in angles were ignored
4885         when they shouldn't
4887 2003-02-12   Stefan Petersen * spe AT stacken dot kth dot se *
4889         * CONTRIBUTORS, ChangeLog, src/gerber.c: Incremental coordinates
4890         support
4892 2003-02-10   Stefan Petersen * spe AT stacken dot kth dot se *
4894         * ChangeLog, configure.in: Preparation for release 0.12
4896 2003-02-08   Andreas Andersson * e92_aan AT e dot kth dot se *
4898         * src/drill.c: Removed a memory leak in drill_guess_format()
4900 2003-02-08   Andreas Andersson * e92_aan AT e dot kth dot se *
4902         * src/drill.c: Small kludge for parsing broken PADS files (==tools
4903         in mil)
4905 2003-02-06   Stefan Petersen * spe AT stacken dot kth dot se *
4907         * ChangeLog, src/drill.c: Exchanged some fprintf's with
4908         GERB_COMPILE_ERROR
4910 2003-02-06   Stefan Petersen * spe AT stacken dot kth dot se *
4912         * ChangeLog, src/gerbv.c: Added swap of tooltips too
4914 2003-02-05   Stefan Petersen * spe AT stacken dot kth dot se *
4916         * files2tag.txt: Added doc/eagle
4918 2003-02-02   Stefan Petersen * spe AT stacken dot kth dot se *
4920         * CONTRIBUTORS: Good old guys keep on reporting
4922 2003-02-02   Stefan Petersen * spe AT stacken dot kth dot se *
4924         * ChangeLog, src/drill.c: Added a patch from Dan that allows plus
4925         signs in the coordinates in drill file
4927 2003-02-02   Stefan Petersen * spe AT stacken dot kth dot se *
4929         * ChangeLog, src/gerbv.c: Move layers in the sidebar
4931 2003-02-02   Stefan Petersen * spe AT stacken dot kth dot se *
4933         * ChangeLog, src/draw.c, src/drill.c, src/gerb_image.c,
4934         src/gerb_image.h, src/gerber.c: Fixed unit system to handle
4935         millimeter everywhere
4937 2003-01-26   Stefan Petersen * spe AT stacken dot kth dot se *
4939         * ChangeLog, src/gerbv.c, src/log.c, src/log.h: Better control over
4940         where error messages go when
4942 2003-01-26   Stefan Petersen * spe AT stacken dot kth dot se *
4944         * .cvsignore, ChangeLog, man/.cvsignore, scheme/.cvsignore,
4945         src/.cvsignore: Added .cvsignore files
4947 2003-01-25   Stefan Petersen * spe AT stacken dot kth dot se *
4949         * example/Mentor-BoardStation/README.txt,
4950         example/Mentor-BoardStation/artwork_1.grb: Fixed a major Mentor
4951         screw up. See README.txt
4953 2003-01-25   Stefan Petersen * spe AT stacken dot kth dot se *
4955         * ChangeLog, src/gerb_image.c, src/gerb_image.h, src/gerber.c:
4956         Started to fixing units but not complete
4958 2003-01-19   Stefan Petersen * spe AT stacken dot kth dot se *
4960         * ChangeLog, src/gerber.c: Bug fixed that caused arcs to be drawn cw
4961         instead off ccw in some rare cases
4963 2003-01-16   Stefan Petersen * spe AT stacken dot kth dot se *
4965         * ChangeLog, TODO, files2tag.txt: Minor documentation updates to
4966         reflect reality
4968 2003-01-16   Stefan Petersen * spe AT stacken dot kth dot se *
4970         * ChangeLog, man/gerbv.1.in, src/gerbv.c: Update documentation with
4971         new log commandline switch
4973 2003-01-15   Stefan Petersen * spe AT stacken dot kth dot se *
4975         * ChangeLog, src/Makefile.am, src/color.c, src/draw.c, src/drill.c,
4976         src/gerb_error.h, src/gerber.c, src/gerbv.c, src/gerbv_screen.h,
4977         src/log.c, src/log.h: New error reporting system in place
4979 2003-01-14   Stefan Petersen * spe AT stacken dot kth dot se *
4981         * ChangeLog, src/gerbv.c: Refixed the RS274D parsing error segfault
4983 2003-01-12   Stefan Petersen * spe AT stacken dot kth dot se *
4985         * ChangeLog, src/gerbv.c: Another RS274D causing havoc
4987 2002-12-25   Stefan Petersen * spe AT stacken dot kth dot se *
4989         * ChangeLog, src/amacro.c, src/gerbv.c, src/gerbv_screen.h: Changes
4990         windows store, fixed compilation warning in amacro and made minor
4991         cosmetic cleanups in gerbv.c
4993 2002-12-13   Stefan Petersen * spe AT stacken dot kth dot se *
4995         * doc/sources.txt: Cleaned out some broken links and general clean
4996         up
4998 2002-12-10   Stefan Petersen * spe AT stacken dot kth dot se *
5000         * ChangeLog, src/gerbv.c: Fixed compilation warnings on 64-bit
5001         platforms by casting gpointer to long int.
5003 2002-12-09   Stefan Petersen * spe AT stacken dot kth dot se *
5005         * ChangeLog, src/gerber.c: Filled polygons bug 649663 closed
5007 2002-12-03   Stefan Petersen * spe AT stacken dot kth dot se *
5009         * CONTRIBUTORS: Added Charles to list of constributors
5011 2002-12-02   Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5013         * ChangeLog, configure.in, src/amacro.c: Applied patch from Charles
5014         Lepple to fix bug #646268
5016 2002-11-26   Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5018         * ChangeLog, src/gerbv.c: Fixing bug 643799
5020 2002-11-25   Stefan Petersen * spe AT stacken dot kth dot se *
5022         * CONTRIBUTORS, ChangeLog, src/gerbv.c: Turning all layers on and
5023         off
5025 2002-11-24   Stefan Petersen * spe AT stacken dot kth dot se *
5027         * man/gerbv.1.in: Yet another speling error
5029 2002-11-24   Stefan Petersen * spe AT stacken dot kth dot se *
5031         * ChangeLog, doc/eagle/eagle2exc.pl, doc/eagle/eagle2exc.txt:
5032         Information on how to generate Excellon from Eagle
5034 2002-11-23   Stefan Petersen * spe AT stacken dot kth dot se *
5036         * ChangeLog, src/gerber.c: Yet another G-code (55) discovered
5038 2002-11-23   Stefan Petersen * spe AT stacken dot kth dot se *
5040         * ChangeLog, src/amacro.c, src/draw.c, src/draw_amacro.c,
5041         src/gerber.c: Some more bug 642600 which I was completly responsible
5042         for...
5044 2002-11-23   Stefan Petersen * spe AT stacken dot kth dot se *
5046         * doc/sources.txt: Deprecated Barco links
5048 2002-11-23   Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5050         * ChangeLog, src/gerbv.c: Fixed bug 642600, which I was not
5051         completely responsible for...
5053 2002-11-20   Stefan Petersen * spe AT stacken dot kth dot se *
5055         * ChangeLog, configure.in, files2tag.txt: Release 0.11 preps
5057 2002-11-20   Stefan Petersen * spe AT stacken dot kth dot se *
5059         * CONTRIBUTORS: Dino's don PNGPrintMinitHowto
5061 2002-11-20   Stefan Petersen * spe AT stacken dot kth dot se *
5063         * man/gerbv.1.in: Added blurb about shift+right mouse button
5065 2002-11-19   Stefan Petersen * spe AT stacken dot kth dot se *
5067         * ChangeLog, src/gerbv.c: Superimposing functions back in business
5069 2002-11-19   Stefan Petersen * spe AT stacken dot kth dot se *
5071         * man/gerbv.1.in: left and right isn't always easy
5073 2002-11-19   Stefan Petersen * spe AT stacken dot kth dot se *
5075         * ChangeLog, src/draw.c: Changed round off method so when a filled
5076         area consisting of several lines is drawn it has bigger potential of
5077         being filled
5079 2002-11-16   Stefan Petersen * spe AT stacken dot kth dot se *
5081         * ChangeLog, src/exportimage.c: Background color was ignored
5083 2002-11-16   Stefan Petersen * spe AT stacken dot kth dot se *
5085         * ChangeLog, src/gerbv.c: Made sure all destroy and cancel events
5086         are properly handled. Some segfaults were noted here and there.
5088 2002-11-16   Stefan Petersen * spe AT stacken dot kth dot se *
5090         * ChangeLog, src/gerbv.c: Made ZOOM_SET also set centering
5092 2002-11-16   Stefan Petersen * spe AT stacken dot kth dot se *
5094         * ChangeLog, src/gerbv.c, src/gerbv_screen.h: Added Dinos explicit
5095         setting of scale
5097 2002-11-16   Stefan Petersen * spe AT stacken dot kth dot se *
5099         * ChangeLog, doc/PNG-print/PNGPrintMiniHowto.txt:  Added docs on how to print PNGs generated by gerbv
5101 2002-11-15   Stefan Petersen * spe AT stacken dot kth dot se *
5103         * ChangeLog, src/gerbv.c: Robustified if someone tries to parse
5104         RS274D files
5106 2002-11-15   Andreas Andersson * e92_aan AT e dot kth dot se *
5108         * ChangeLog, src/drill.c: Change to allow Orcad386 drill files.
5110 2002-11-07   Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5112         * ChangeLog, src/gerbv.c: Prepare idle_redraw for reentrancy, clean
5113         up some long lines.
5115 2002-11-06   Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5117         * ChangeLog, src/gerbv.c: Oops, you need to start the idle function
5118         at least once.
5120 2002-11-06   Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5122         * ChangeLog, src/gerbv.c: Do not call gtk_idle_xxx from within a
5123         gtk_idle function call
5125 2002-11-05   Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5127         * ChangeLog: Removed clipping/no clipping kludge.
5129 2002-11-05   Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5131         * src/gerbv.c, src/gerbv_screen.h: Removed clipping/no clipping
5132         kludge.
5134 2002-11-05   Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5136         * ChangeLog, src/gerbv.c: Preempt drawing when there are events to
5137         process, otherwise we can run redraw_pixmap
5138         partially+completely+partially. This caused some layers to
5139         disappear.
5141 2002-11-04   Stefan Petersen * spe AT stacken dot kth dot se *
5143         * ChangeLog, src/exportimage.c, src/gerbv.c: Exports the whole image
5144         now if necessary
5146 2002-11-02   Stefan Petersen * spe AT stacken dot kth dot se *
5148         * doc/sources.txt: gerbv handles aperture macros now(and done so for
5149         a long time)
5151 2002-10-31   Stefan Petersen * spe AT stacken dot kth dot se *
5153         * ChangeLog, src/draw.c, src/gerber.c: If first point in the first
5154         line didn't have an aperture defined, this line was drawn wrong
5156 2002-10-31   Stefan Petersen * spe AT stacken dot kth dot se *
5158         * ChangeLog, src/gerber.c: AS doesn't complain if default values are
5159         given
5161 2002-10-31   Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5163         * ChangeLog, src/gerbv.c, src/gerbv_screen.h: Removed incremental
5164         redraw, it flickered too much, added option to disable clipping. We
5165         should probably make redraw_pixmap more general and make export_png
5166         independant of the shown pixmap, later...
5168 2002-10-30   Stefan Petersen * spe AT stacken dot kth dot se *
5170         * ChangeLog, src/gerb_image.h, src/gerber.c: Implemented %SF% and
5171         %SR% in parser but ignore them in drawing engine. If they != default
5172         values a waring is issued
5174 2002-10-30   Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5176         * ChangeLog, src/gerbv.c, src/gerbv_screen.h: Added restart state to
5177         redraw_pixmap() and drawing progress on statusbar
5179 2002-10-29   Stefan Petersen * spe AT stacken dot kth dot se *
5181         * ChangeLog, src/draw_amacro.c: Fixed bug in drawing of primitive 20
5182         in aperture macros.
5184 2002-10-29   Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5186         * ChangeLog, src/gerbv.c: Close (potential) memory leak by unref:ing
5187         temporary pixmaps even when preempting redraw
5189 2002-10-28   Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5191         * ChangeLog, src/gerbv.c: Changed sign on initialisation of
5192         screen.clip_bbox.x1.
5194 2002-10-27   Stefan Petersen * spe AT stacken dot kth dot se *
5196         * ChangeLog, src/draw_amacro.c: Fixed an aperture macro bug that
5197         caused multi primitives macros to not be drawn properly. Closes bug
5198         #629101.
5200 2002-10-26   Stefan Petersen * spe AT stacken dot kth dot se *
5202         * ChangeLog, src/gerber.c: Replaced nested strncmp with switch/case
5203         and fixed a segfault caused by RS274D files.
5205 2002-10-24   Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5207         * ChangeLog, src/gerbv.c, src/gerbv_screen.h: Now the created pixmap
5208         is the size of the screen, always independant on the zoom scale.
5209         Added option to turn on incremental updates to redraw pixmap for
5210         each completed layer. This patch could need some cleaning up in the
5211         trans_x vs off_x vs clip_bbox.x1 areas.
5213 2002-10-18   Stefan Petersen * spe AT stacken dot kth dot se *
5215         * src/gerber.c: Stupid size error when allocating buffer.
5216         Embarasing.
5218 2002-10-18   Stefan Petersen * spe AT stacken dot kth dot se *
5220         * ChangeLog, src/drill.c, src/gerb_file.c, src/gerb_file.h,
5221         src/gerber.c, src/gerber.h, src/gerbv.c: Update for platforms were
5222         char really are unsigned as it should be
5224 2002-10-16   Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5226         * doc/image2pixmap.fig: Added some food for thought regarding
5227         allocating smaller pixmaps when zooming
5229 2002-10-14   Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5231         * ChangeLog, src/gerbv.c: Check that the status bar has been created
5232         before trying to use it in update_statusbar()
5234 2002-10-14   Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5236         * ChangeLog, src/gerbv.c: Make menu reflect the default unit if set
5237         to mm
5239 2002-10-13   Stefan Petersen * spe AT stacken dot kth dot se *
5241         * man/gerbv.1.in: Updated date
5243 2002-10-13   Stefan Petersen * spe AT stacken dot kth dot se *
5245         * ChangeLog, configure.in: Version 0.0.10 release prep
5247 2002-10-11   Stefan Petersen * spe AT stacken dot kth dot se *
5249         * INSTALL, README, files2tag.txt: Minor updates for 0.0.10 release
5251 2002-10-11   Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5253         * ChangeLog, acconfig.h, configure.in, src/gerbv.c: Added configure
5254         option to set default units to millimeters instead of mils.
5256 2002-10-09   Stefan Petersen * spe AT stacken dot kth dot se *
5258         * man/gerbv.1.in: Smaller cleanups
5260 2002-10-09   Stefan Petersen * spe AT stacken dot kth dot se *
5262         * ChangeLog, src/gerber.c: Fixed bug in new min/max that made macros
5263         causing havoc
5265 2002-10-08   Stefan Petersen * spe AT stacken dot kth dot se *
5267         * man/gerbv.1.in: Added some text on activation/deactivation that
5268         apparently got lost in the mail
5270 2002-10-07   Stefan Petersen * spe AT stacken dot kth dot se *
5272         * ChangeLog, src/gerber.c: Segfault in min-max code fixed. Closes
5273         bug #619652
5275 2002-10-07   Stefan Petersen * spe AT stacken dot kth dot se *
5277         * ChangeLog, man/gerbv.1.in: Added info about new commandline
5278         switches and backends
5280 2002-10-07   Stefan Petersen * spe AT stacken dot kth dot se *
5282         * ChangeLog, src/gerbv.c: Added GTK/GDK command line parameters and
5283         parameter --geometry
5285 2002-10-06   Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5287         * ChangeLog, src/gerbv.c, src/gerbv_screen.h: Use either mils or mms
5288         in statusbar. This limits window width enough to close bug #615475.
5290 2002-09-29   Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5292         * ChangeLog, src/gerber.c, src/gerbv.c, src/gerbv_screen.h: Closes
5293         bug #605985, now using aprture size when calculating bbox. Removed
5294         IMG_EXTRA hack.
5296 2002-09-17   Stefan Petersen * spe AT stacken dot kth dot se *
5298         * ChangeLog, acconfig.h, configure.in, src/gerbv_screen.h:
5299         Definition of maximum number of simultaneous open files can be done
5300         from ./configure --with-maxfiles=xx
5302 2002-09-17   Stefan Petersen * spe AT stacken dot kth dot se *
5304         * NEWS: Didn't bother to update this file all the time
5306 2002-09-17   Stefan Petersen * spe AT stacken dot kth dot se *
5308         * ChangeLog, configure.in: exportpng is configured in by default
5310 2002-09-09   Stefan Petersen * spe AT stacken dot kth dot se *
5312         * ChangeLog, src/gerbv.c: Added version number in main windows title
5314 2002-09-09   Stefan Petersen * spe AT stacken dot kth dot se *
5316         * example/jj/README.txt, example/jj/l1-1.grb, example/jj/l1-2.grb,
5317         example/jj/l1-3.grb, example/jj/l1-orig.grb: Added
5319 2002-09-07   Stefan Petersen * spe AT stacken dot kth dot se *
5321         * ChangeLog, src/amacro.c, src/amacro.h, src/draw.c,
5322         src/draw_amacro.c, src/draw_amacro.h: Dynamic allocation of stack
5323         when drawing aperture macros.
5325 2002-09-07   Stefan Petersen * spe AT stacken dot kth dot se *
5327         * ChangeLog, src/batch.c, src/draw.c, src/gerb_image.h,
5328         src/gerber.c, src/gerber.h: Fixed multi quadrant detection
5330 2002-09-02   Stefan Petersen * spe AT stacken dot kth dot se *
5332         * ChangeLog, src/batch.c, src/draw.c, src/gerb_image.h,
5333         src/gerber.c: More Polygon Area fixes.
5335 2002-09-01   Stefan Petersen * spe AT stacken dot kth dot se *
5337         * ChangeLog, src/draw.c: Fixed fatal Polygon Area Fill bug
5339 2002-08-31   Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5341         * ChangeLog, src/gerbv.c: Removed redundant bounding box
5342         calculation. No biggie, but it looks nicer
5344 2002-08-27   Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5346         * ChangeLog, src/gerbv.c, src/gerbv_icon.h, src/gerbv_screen.h:
5347         Center image on zoom to fit (autoscale), add define for extra 0.1
5348         inch in autoscale
5350 2002-08-27   Stefan Petersen * spe AT stacken dot kth dot se *
5352         * src/gerbv.c: Accidental debug message removed
5354 2002-08-27   Andreas Andersson * e92_aan AT e dot kth dot se *
5356         * ChangeLog, src/drill.c: Changed format guessing to work for yet
5357         another special case.
5359 2002-08-26   Stefan Petersen * spe AT stacken dot kth dot se *
5361         * ChangeLog, src/gerbv.c: Memoryleak fixes
5363 2002-08-10   Stefan Petersen * spe AT stacken dot kth dot se *
5365         * ChangeLog, files2tag.txt, src/Makefile.am, src/batch.c,
5366         src/batch.h, src/gerbv.c, src/scm_gerber.c, src/scm_gerber.h: All
5367         batch functionality in batch.[hc]
5369 2002-08-09   Stefan Petersen * spe AT stacken dot kth dot se *
5371         * ChangeLog, src/gerbv.c, src/gerbv_screen.h: Added (de)activation
5372         via keyboard
5374 2002-08-09   Stefan Petersen * spe AT stacken dot kth dot se *
5376         * ChangeLog, src/gerbv.c: Fixed zooming to work after (de)selection
5377         of a non-loaded layer
5379 2002-08-04   Stefan Petersen * spe AT stacken dot kth dot se *
5381         * ChangeLog, src/gerbv.c: Better control over not loading files
5383 2002-08-04   Stefan Petersen * spe AT stacken dot kth dot se *
5385         * CONTRIBUTORS: Updated Dan and Dino
5387 2002-08-04   Stefan Petersen * spe AT stacken dot kth dot se *
5389         * ChangeLog, man/gerbv.1.in: Updates on superimposing
5391 2002-08-04   Stefan Petersen * spe AT stacken dot kth dot se *
5393         * ChangeLog, src/gerbv.c, src/gerbv_screen.h: Superimposing
5394         functions
5396 2002-08-01   Stefan Petersen * spe AT stacken dot kth dot se *
5398         * ChangeLog, src/draw.c, src/draw.h, src/gerbv.c: Changed generation
5399         of images to using clipmasks
5401 2002-07-24   Andreas Andersson * e92_aan AT e dot kth dot se *
5403         * ChangeLog, src/drill.c: Changed parser to allow undefined tools
5404         and fake sizes for them.
5406 2002-07-17   Stefan Petersen * spe AT stacken dot kth dot se *
5408         * src/draw_amacro.c: Yet another fabs fix
5410 2002-07-15   Stefan Petersen * spe AT stacken dot kth dot se *
5412         * ChangeLog, src/gerbv.c: Fixed bug 573016, some gerbers not drawn
5414 2002-07-15   Stefan Petersen * spe AT stacken dot kth dot se *
5416         * ChangeLog, src/gerb_image.c, src/gerb_image.h, src/gerber.c:
5417         Parses and stores %IN%
5419 2002-07-15   Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5421         * src/gerbv.c: Minor cleanup for earlier icon addition
5423 2002-07-15   Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5425         * ChangeLog, src/gerbv.c, src/gerbv_icon.h: Added application icon
5427 2002-07-13   Stefan Petersen * spe AT stacken dot kth dot se *
5429         * build_release, cvs-tag.sh, files2tag.txt: Build system fixes to
5430         simply conditional tagging
5432 2002-07-13   Stefan Petersen * spe AT stacken dot kth dot se *
5434         * ChangeLog, example/ekf/README: Closed bug 578583 saying
5435         example/ekf/* shouldn't work since it is RS274D
5437 2002-07-13   Stefan Petersen * spe AT stacken dot kth dot se *
5439         * CONTRIBUTORS, ChangeLog, configure.in: Added --with-gtk-config
5440         from Bruno Schwander
5442 2002-07-13   Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5444         * : added some pixmaps to be used for icon and perhaps menu icons in
5445         gnome, kde, et al.
5447 2002-07-06   Stefan Petersen * spe AT stacken dot kth dot se *
5449         * man/gerbv.1.in: Escape zoom outline
5451 2002-07-06   Stefan Petersen * spe AT stacken dot kth dot se *
5453         * ChangeLog, configure.in: Preparations for release 0.0.9
5455 2002-07-06   Stefan Petersen * spe AT stacken dot kth dot se *
5457         * man/gerbv.1.in: Updated with new features
5459 2002-07-06   Stefan Petersen * spe AT stacken dot kth dot se *
5461         * example/Mentor-BoardStation/README.txt,
5462         example/Mentor-BoardStation/artwork_1.grb: Added
5464 2002-07-06   Stefan Petersen * spe AT stacken dot kth dot se *
5466         * example/dan/README.txt, example/dan/top.gbx: Added
5468 2002-07-05   Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5470         * ChangeLog, src/gerbv.c: Saved us from using a widget.
5472 2002-07-04   Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5474         * ChangeLog, src/gerbv.c: Made status bar not expandable.
5476 2002-07-04   Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5478         * ChangeLog, src/gerbv.c, src/gerbv_screen.h: Changed coordinate
5479         display at bottom again, now using a Label instead of Statusbar.
5480         Digits don't dance around anymore. Not much space left for any other
5481         messages (there are none implemented yet anyway).
5483 2002-07-02   Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5485         * ChangeLog, src/gerbv.c, src/gerbv_screen.h: s/sprintf/snprintf/,
5486         coordinate to mils and mms conversions macrofied
5488 2002-07-01   Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5490         * ChangeLog, src/gerbv.c, src/gerbv_screen.h: Using a single
5491         GtkStatusbar widget instead of three. Composing message from strings
5492         instead prevents window resizing in 1280x1024 resolution. Created a
5493         function to update statusbar.
5495 2002-07-01   Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5497         * ChangeLog: Changed changelog
5499 2002-07-01   Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5501         * ChangeLog, src/gerbv.c, src/gerbv_screen.h: Finally got absolute
5502         coordinates to work properly! Partly closes feature request 567965
5504 2002-06-20   Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5506         * ChangeLog, src/gerbv.c: Fix for bug 571097, mils are really 0.001
5507         inches and not 0.01 as I thought. Thanks Dan
5509 2002-06-20   Stefan Petersen * spe AT stacken dot kth dot se *
5511         * src/gerbv.c: Minor renaming of variables
5513 2002-06-19   Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5515         * ChangeLog, src/gerbv.c, src/gerbv_screen.h: Tried to fix gerber
5516         coordinates again. py and not px should be used for mirroring y-axis
5518 2002-06-18   Stefan Petersen * spe AT stacken dot kth dot se *
5520         * ChangeLog, src/gerbv.c: Added background color selection
5522 2002-06-17   Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5524         * ChangeLog, src/gerbv.c, src/gerbv_screen.h: Coordinates shown in
5525         statusbar are now in gerber coordinate system (instead of gtk/X11).
5526         Units changed to mils and mms. Minor statusbar layout changes.
5528 2002-06-17   Stefan Petersen * spe AT stacken dot kth dot se *
5530         * ChangeLog, src/draw.c: Ignored if lines were using rectangular
5531         apertures to draw.
5533 2002-06-13   Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5535         * ChangeLog, src/gerbv.c, src/gerbv_screen.h: Added status bar.
5536         Still needs to add code to be able to set a reference position
5537         outside of measure mode?! Should update all printfs to add messages
5538         in statusbar instead.
5540 2002-06-12   Stefan Petersen * spe AT stacken dot kth dot se *
5542         * doc/Makefile.example: An example on how to write a Makefile for
5543         docs. Maybe you don't even have to rewrite it at all
5545 2002-06-12   Stefan Petersen * spe AT stacken dot kth dot se *
5547         * ChangeLog: Autoscale fix and setting of err_gc
5549 2002-06-12   Stefan Petersen * spe AT stacken dot kth dot se *
5551         * src/draw.c: Moved out setting of err_gc
5553 2002-06-12   Stefan Petersen * spe AT stacken dot kth dot se *
5555         * src/gerbv.c: Autoscale doesn't translate thing out of window
5557 2002-06-12   Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5559         * ChangeLog, src/gerbv.c: Fix division by zero in
5560         draw_zoom_outline(), closes bug 567166
5562 2002-06-11   Stefan Petersen * spe AT stacken dot kth dot se *
5564         * ChangeLog, src/gerb_file.c: Changed ENODATA to EIO. Closes bug
5565         567179
5567 2002-06-11   Stefan Petersen * spe AT stacken dot kth dot se *
5569         * ChangeLog, src/gerbv.c: Can now draw images with negative
5570         coordinates. Closes bug 548094.
5572 2002-06-10   Stefan Petersen * spe AT stacken dot kth dot se *
5574         * ChangeLog, src/draw_amacro.c: If primitive 4 has the same starting
5575         and ending point it will now get filled
5577 2002-06-10   Stefan Petersen * spe AT stacken dot kth dot se *
5579         * ChangeLog, src/draw_amacro.c: Fixed bug causing rotation to be
5580         screwed up in primitive 4
5582 2002-06-10   Stefan Petersen * spe AT stacken dot kth dot se *
5584         * ChangeLog, src/Makefile.am, src/draw.c, src/draw.h,
5585         src/draw_amacro.c, src/draw_amacro.h: Split out aperture macro stuff
5586         from draw to draw_amacro
5588 2002-06-10   Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5590         * ChangeLog, src/gerbv.c: Added more digits in distance measurement
5591         as suggested by Dan
5593 2002-06-10   Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5595         * ChangeLog, src/gerbv.c, src/gerbv_screen.h: Removed ability to
5596          switch between centered and normal outline zooming during drag.
5597         Added escape key to abort zooming and repaint screen. Newlines
5598         between functions
5600 2002-06-10   Stefan Petersen * spe AT stacken dot kth dot se *
5602         * HACKING: Minor cleanups and added blurb about functions.
5604 2002-06-09   Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5606         * ChangeLog, src/gerbv.c: Bugfix for centered outline zooming. Now
5607         it actually works
5609 2002-06-09   Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5611         * ChangeLog, src/gerbv.c: Change cursor on keypress (shift for
5612         distance measure). Added centered zooming in outline mode (closing
5613         feature request 553452).
5615 2002-06-09   Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5617         * ChangeLog, src/gerbv.c, src/gerbv_screen.h: Added distance measure
5618         color and display of actual zoom box in outline mode. Improved
5619         distance string format.
5621 2002-06-08   Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5623         * ChangeLog, src/gerbv.c: Make use of xor drawing mode in zoom
5624         outline and distance measure to speed up redraw
5626 2002-06-08   Stefan Petersen * spe AT stacken dot kth dot se *
5628         * ChangeLog, configure.in: Added check for libpng
5630 2002-06-07   Stefan Petersen * spe AT stacken dot kth dot se *
5632         * src/gerbv.c: Setup a watch while running export png
5634 2002-06-07   Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5636         * ChangeLog, src/gerbv.c: Centered measure distance text, line
5637         spacing calculated correctly, minor cleanups
5639 2002-06-07   Stefan Petersen * spe AT stacken dot kth dot se *
5641         * ChangeLog, src/draw.c, src/gerb_image.h, src/gerber.c: Handles
5642         layer polarity
5644 2002-06-06   Stefan Petersen * spe AT stacken dot kth dot se *
5646         * ChangeLog, src/gerbv.c, src/gerbv_screen.h: Added reload files
5648 2002-06-06   Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5650         * ChangeLog, src/gerbv.c, src/gerbv_screen.h: First implementation
5651         of request [ 562934 ] measurement tool
5653 2002-06-06   Stefan Petersen * spe AT stacken dot kth dot se *
5655         * ChangeLog, src/draw.c, src/gerb_image.h, src/gerber.c: Counting
5656         and dynamic allocation of memory when drawing polygons with many
5657         corners
5659 2002-06-04   Stefan Petersen * spe AT stacken dot kth dot se *
5661         * ChangeLog, src/gerbv.c: Added extra check to autoscale
5663 2002-06-02   Stefan Petersen * spe AT stacken dot kth dot se *
5665         * ChangeLog, src/gerb_image.h, src/gerber.c: Added IC to parser
5667 2002-05-18   Stefan Petersen * spe AT stacken dot kth dot se *
5669         * configure.in: Couldn't check for png headers like I thought
5671 2002-05-18   Stefan Petersen * spe AT stacken dot kth dot se *
5673         * CONTRIBUTORS, ChangeLog, acconfig.h, configure.in,
5674         src/Makefile.am, src/exportimage.c, src/exportimage.h, src/gerbv.c,
5675         src/gerbv_screen.h: Added export image to PNG from Dino
5677 2002-05-17   Stefan Petersen * spe AT stacken dot kth dot se *
5679         * configure.in: Minor bug in configure script to enable batch
5681 2002-05-17   Stefan Petersen * spe AT stacken dot kth dot se *
5683         * ChangeLog, src/gerbv.c, src/gerbv_screen.h: Split out the global
5684         screen variable
5686 2002-05-16   Stefan Petersen * spe AT stacken dot kth dot se *
5688         * ChangeLog, acconfig.h, configure.in, src/gerbv.c,
5689         src/scm_gerber.c: Changed default to exclude Guile when configuring
5691 2002-05-10   Stefan Petersen * spe AT stacken dot kth dot se *
5693         * ChangeLog, src/gerb_file.c: Improved error reporting from
5694         filehandling
5696 2002-05-09   Stefan Petersen * spe AT stacken dot kth dot se *
5698         * src/gerbv.c: Backing out some commits that came along previous
5699         commit
5701 2002-05-09   Stefan Petersen * spe AT stacken dot kth dot se *
5703         * ChangeLog, src/gerb_image.c, src/gerb_image.h, src/gerber.c,
5704         src/gerber.h, src/gerbv.c: Moved around verification of gerb_image
5705         and use it more clever
5707 2002-05-08   Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5709         * ChangeLog, src/gerbv.c: Don't allow outline zoom on too small
5710         areas. Allocate separate outline color
5712 2002-05-07   Stefan Petersen * spe AT stacken dot kth dot se *
5714         * ChangeLog, src/gerbv.c: Remember where we loaded file from last
5715         time and use it next file selection
5717 2002-05-07   Stefan Petersen * spe AT stacken dot kth dot se *
5719         * INSTALL: gschem->gerbv
5721 2002-05-07   Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5723         * ChangeLog, src/gerbv.c: Added outline zoom support as requested in
5724         feature request 550798
5726 2002-05-07   Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5728         * src/draw.h, src/gerbv.c: Use #define for default cursor shape, for
5729         future use Scale by ten percent of current scale value instead of a
5730         fixed number 10 behaves better when zooming in very small and very
5731         large values for the scale
5733 2002-05-05   Stefan Petersen * spe AT stacken dot kth dot se *
5735         * ChangeLog, src/gerbv.c: Mouse pointer as a watch was up all the
5736         time when no files were loaded at start up
5738 2002-05-05   Stefan Petersen * spe AT stacken dot kth dot se *
5740         * man/gerbv.1.in: Added Anders
5742 2002-05-05   Stefan Petersen * spe AT stacken dot kth dot se *
5744         * src/gerbc.c: Removed
5746 2002-05-05   Stefan Petersen * spe AT stacken dot kth dot se *
5748         * ChangeLog, configure.in: Updates for release 0.0.8
5750 2002-05-03   Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5752         * ChangeLog: Added changelog entry for zooming.
5754 2002-05-03   Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5756         * AUTHORS: Correcting my e-mail address.
5758 2002-05-02   Stefan Petersen * spe AT stacken dot kth dot se *
5760         * ChangeLog, src/gerbv.c: Translation in autoscale improved
5762 2002-05-02   Stefan Petersen * spe AT stacken dot kth dot se *
5764         * ChangeLog: Ovals and some docs
5766 2002-05-02   Stefan Petersen * spe AT stacken dot kth dot se *
5768         * HACKING: More elaboration on code standard
5770 2002-05-02   Stefan Petersen * spe AT stacken dot kth dot se *
5772         * CONTRIBUTORS: Added Neil and Dino
5774 2002-05-02   Stefan Petersen * spe AT stacken dot kth dot se *
5776         * AUTHORS: Added aen
5778 2002-05-02   Stefan Petersen * spe AT stacken dot kth dot se *
5780         * src/draw.c: Ovals are ovals and not ellypses
5782 2002-05-02   Stefan Petersen * spe AT stacken dot kth dot se *
5784         * src/gerbv.c: Added some event handling in the draw loop
5786 2002-05-02   Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5788         * src/gerbv.c: Make sure the event is sent to the zoom function when
5789         zooming around mouse.  Attempt to be preemptive when converting
5790         image to pixmap. This gives a small gain in responsiveness, but it
5791         is all we have time to do this close to the next release. Note that
5792         constantly moving the mouse will prevent screen updates to happen.
5793         Can we live with this? To be improved.
5795 2002-05-01   Stefan Petersen * spe AT stacken dot kth dot se *
5797         * src/draw.c, src/gerbv.c: Unrefed some GCs
5799 2002-04-30   Stefan Petersen * spe AT stacken dot kth dot se *
5801         * src/gerber.c: Cleaned out a discusting macro
5803 2002-04-29   Stefan Petersen * spe AT stacken dot kth dot se *
5805         * ChangeLog: Zooming and format fixes
5807 2002-04-29   Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5809         * ChangeLog: Added changelog for zooming changes in src/gerbv.c (rev
5810         1.34 and 1.35).
5812 2002-04-29   Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5814         * src/gerbv.c: First attempt to fix zoom in around mouse pointer.
5815         There seems to be some rounding error. I suspect it is in the
5816         centered zoom centering code.
5818 2002-04-29   Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5820         * src/gerbv.c: Zooming is now centered to screen center. This is
5821         much nicer than previous behaviour, but it does not quite close [
5822         gerbv-Bugs-548128 ].
5824 2002-04-28   Stefan Petersen * spe AT stacken dot kth dot se *
5826         * src/gerb_image.h: Format statement now more completly handled (bug
5827         549602)
5829 2002-04-28   Stefan Petersen * spe AT stacken dot kth dot se *
5831         * src/gerber.c: Format statement now more completly handled (bug
5832         549602)
5834 2002-04-28   Stefan Petersen * spe AT stacken dot kth dot se *
5836         * man/gerbv.1.in: Added blurb about zooming
5838 2002-04-28   Stefan Petersen * spe AT stacken dot kth dot se *
5840         * src/gerbv.c: Zooming number constants removed
5842 2002-04-27   Stefan Petersen * spe AT stacken dot kth dot se *
5844         * src/draw.c: Spelling error axle->axis
5846 2002-04-27   Stefan Petersen * spe AT stacken dot kth dot se *
5848         * ChangeLog, src/gerbv.c: Implemented unload file and changed name
5849         of all open functions to load
5851 2002-04-25   Stefan Petersen * spe AT stacken dot kth dot se *
5853         * ChangeLog, src/gerb_file.c: Fixes segfault when opening empty file
5854         (bug 548578)
5856 2002-04-24   Stefan Petersen * spe AT stacken dot kth dot se *
5858         * ChangeLog, configure.in, man/gerbv.1, man/gerbv.1.in: Updated man
5859         page
5861 2002-04-23   Stefan Petersen * spe AT stacken dot kth dot se *
5863         * ChangeLog, example/orcad/README.txt, example/orcad/ast.ps,
5864         example/orcad/rs232_cm.asb, example/orcad/rs232_cm.ast,
5865         example/orcad/rs232_cm.bot, example/orcad/rs232_cm.drd,
5866         example/orcad/rs232_cm.smb, example/orcad/rs232_cm.smt,
5867         example/orcad/rs232_cm.ssb, example/orcad/rs232_cm.sst,
5868         example/orcad/rs232_cm.top, example/orcad/thruhole.tap: Added
5869         example/orcad
5871 2002-04-10   Stefan Petersen * spe AT stacken dot kth dot se *
5873         * example/cslk/README.txt, example/cslk/cslk.gbx,
5874         example/cslk/cslk.ps: Added
5876 2002-04-10   Stefan Petersen * spe AT stacken dot kth dot se *
5878         * ChangeLog, src/gerber.c: Fixed mq arcs so circles are circles and
5879         width/height are correctly calculated
5881 2002-04-09   Stefan Petersen * spe AT stacken dot kth dot se *
5883         * ChangeLog, src/gerber.c: Fixed drawing direction of arcs. Some
5884         other issues left in mq arcs left.
5886 2002-04-03   Stefan Petersen * spe AT stacken dot kth dot se *
5888         * src/gerber.c: Minor cleanups by using switch/case instead of loads
5889         of strncmp
5891 2002-04-03   Stefan Petersen * spe AT stacken dot kth dot se *
5893         * ChangeLog, src/gerber.c, src/gerber.h: Fixed some numerical
5894         constants in verify_gerb
5896 2002-04-03   Stefan Petersen * spe AT stacken dot kth dot se *
5898         * ChangeLog: Color selection and blurb abt zooming and gerber layers
5900 2002-04-03   Stefan Petersen * spe AT stacken dot kth dot se *
5902         * TODO: Added gerber layers and zooming. Removed some overdue
5903         things.
5905 2002-04-03   Stefan Petersen * spe AT stacken dot kth dot se *
5907         * src/gerbv.c: Color selection on layers added
5909 2002-02-10   Stefan Petersen * spe AT stacken dot kth dot se *
5911         * ChangeLog, src/draw.c: Added string.h
5913 2002-02-10   Stefan Petersen * spe AT stacken dot kth dot se *
5915         * ChangeLog, configure.in: Release 0.0.7 preparations
5917 2002-02-05   Stefan Petersen * spe AT stacken dot kth dot se *
5919         * doc/sources.txt: Added info abt gerber2eps
5921 2002-02-03   Stefan Petersen * spe AT stacken dot kth dot se *
5923         * ChangeLog: Aperture macro verification finalized
5925 2002-02-03   Stefan Petersen * spe AT stacken dot kth dot se *
5927         * example/am-test/am-test.gbx: Added
5929 2002-02-03   Stefan Petersen * spe AT stacken dot kth dot se *
5931         * src/draw.c: Bugfixes in primitive 6 and 7 after verification.
5933 2002-01-26   Stefan Petersen * spe AT stacken dot kth dot se *
5935         * ChangeLog, src/gerber.c: Rewrote parse_aperture_defintion to
5936         handle aperture macro definitions without parameters
5938 2002-01-26   Stefan Petersen * spe AT stacken dot kth dot se *
5940         * ChangeLog, src/amacro.c, src/draw.c: A bunt bugfixes in aperture
5941         macro parsing and drawing
5943 2002-01-06   Stefan Petersen * spe AT stacken dot kth dot se *
5945         * ChangeLog, src/draw.c: All primitive aperture macros implemented,
5946         but not fully
5948 2001-12-31   Stefan Petersen * spe AT stacken dot kth dot se *
5950         * ChangeLog, src/draw.c: Drawing aperture macros with some
5951         elementary macro primitives
5953 2001-12-30   Andreas Andersson * e92_aan AT e dot kth dot se *
5955         * src/drill.c: Minor fix to drill_file_p(), which was broken with
5956         files using CR+LF
5958 2001-12-29   Stefan Petersen * spe AT stacken dot kth dot se *
5960         * ChangeLog, doc/aperturemacro.txt, src/Makefile.am, src/amacro.c,
5961         src/amacro.h, src/gerb_image.c, src/gerb_image.h, src/gerber.c:
5962         First rough cut at parsing aperture macros
5964 2001-12-29   Andreas Andersson * e92_aan AT e dot kth dot se *
5966         * ChangeLog: Minor fixes to gerber.c and gerb_file.c
5968 2001-12-29   Andreas Andersson * e92_aan AT e dot kth dot se *
5970         * src/gerb_file.c: Changed gerb_fgetstring() back to behave as
5971         before, except for one bug
5973 2001-12-29   Stefan Petersen * spe AT stacken dot kth dot se *
5975         * src/gerber.c: Fixed minor bug was added last time
5977 2001-12-29   Andreas Andersson * e92_aan AT e dot kth dot se *
5979         * src/gerb_file.c: Fixed gerb_fgetstring()
5981 2001-12-29   Andreas Andersson * e92_aan AT e dot kth dot se *
5983         * src/gerber.c: Fixed small memory leak in
5984         parse_aperture_definition()
5986 2001-12-29   Andreas Andersson * e92_aan AT e dot kth dot se *
5988         * ChangeLog: Autodetect of drill file changed, error check of mmap()
5989         return value added.
5991 2001-12-29   Andreas Andersson * e92_aan AT e dot kth dot se *
5993         * src/drill.c: Autodetect of drill file changed back to allow
5994         special cases.
5996 2001-12-29   Andreas Andersson * e92_aan AT e dot kth dot se *
5998         * src/gerb_file.c: Error check of return value from mmap() added.
6000 2001-12-29   Stefan Petersen * spe AT stacken dot kth dot se *
6002         * ChangeLog, src/gerb_file.c, src/gerb_file.h, src/gerber.c: Added
6003         gerb_fgetstring
6005 2001-12-15   Stefan Petersen * spe AT stacken dot kth dot se *
6007         * configure.in: Updated to release 0.0.6
6009 2001-12-14   Stefan Petersen * spe AT stacken dot kth dot se *
6011         * ChangeLog, src/draw.c, src/gerbv.c: Autoscaling and autocentering
6013 2001-12-11   Stefan Petersen * spe AT stacken dot kth dot se *
6015         * configure.in: Increased version to 0.0.6pre2
6017 2001-12-11   Stefan Petersen * spe AT stacken dot kth dot se *
6019         * ChangeLog, src/gerbv.c: Fixed Clear All bug remaining after pan
6020         rewrite
6022 2001-12-11   Stefan Petersen * spe AT stacken dot kth dot se *
6024         * src/gerbv.c: Allocated pixmap must be bigger then max-min if there
6025         is a big object close to the edge.
6027 2001-12-10   Stefan Petersen * spe AT stacken dot kth dot se *
6029         * ChangeLog, src/gerbv.c: Changed prelighting on buttons
6031 2001-12-10   Stefan Petersen * spe AT stacken dot kth dot se *
6033         * ChangeLog, src/gerbv.c: Forgot to check if we had any pixmap to
6034         draw
6036 2001-12-09   Stefan Petersen * spe AT stacken dot kth dot se *
6038         * src/gerbv.c: expose_event handles partial expose proper
6040 2001-12-09   Stefan Petersen * spe AT stacken dot kth dot se *
6042         * ChangeLog: Major rewrite of panningand minor bugfix
6044 2001-12-09   Stefan Petersen * spe AT stacken dot kth dot se *
6046         * src/gerbv.c: Mjor rewrite of panning for speed
6048 2001-12-08   Stefan Petersen * spe AT stacken dot kth dot se *
6050         * src/gerber.c: min/max bug fixed
6052 2001-12-07   Stefan Petersen * spe AT stacken dot kth dot se *
6054         * ChangeLog: Remake of last commit
6056 2001-12-07   Stefan Petersen * spe AT stacken dot kth dot se *
6058         * ChangeLog: Pseudo drawing optimizations and non existant files
6059         gives proper error messages
6061 2001-12-07   Stefan Petersen * spe AT stacken dot kth dot se *
6063         * src/gerbv.c: Error color and error messages improvment
6065 2001-12-07   Stefan Petersen * spe AT stacken dot kth dot se *
6067         * src/gerb_file.c: Pushed error messages out
6069 2001-12-07   Stefan Petersen * spe AT stacken dot kth dot se *
6071         * src/draw.c, src/draw.h: Pseudo optimized drawing
6073 2001-12-06   Stefan Petersen * spe AT stacken dot kth dot se *
6075         * ChangeLog, scheme/Makefile.am: scheme/gerb-debug.scm gets
6076         installed too
6078 2001-12-06   Stefan Petersen * spe AT stacken dot kth dot se *
6080         * ChangeLog, src/drill.c, src/gerb_image.c, src/gerber.c,
6081         src/gerbv.c: Exchanged bzero with memset for portability
6083 2001-12-06   Andreas Andersson * e92_aan AT e dot kth dot se *
6085         * ChangeLog, src/drill.c, src/drill.h: Now allows tool number 0.
6087 2001-12-05   Stefan Petersen * spe AT stacken dot kth dot se *
6089         * example/ekf2/README.txt, example/ekf2/d1.grb,
6090         example/ekf2/drill0.exc, example/ekf2/drill1.exc,
6091         example/ekf2/drill20.exc, example/ekf2/drill30.exc,
6092         example/ekf2/gnd.grb, example/ekf2/l0.grb, example/ekf2/l1.grb,
6093         example/ekf2/l2.grb, example/ekf2/l3.grb, example/ekf2/l4.grb,
6094         example/ekf2/l5.grb, example/ekf2/pow.grb, example/ekf2/pow3.grb,
6095         example/ekf2/resplan.grb, example/ekf2/sieb0.grb,
6096         example/ekf2/sieb1.grb, example/ekf2/stp0.grb,
6097         example/ekf2/stp1.grb: Added
6099 2001-12-03   Stefan Petersen * spe AT stacken dot kth dot se *
6101         * ChangeLog, src/Makefile.am, src/color.c, src/gerber.c,
6102         src/scm_gerber.c: Turned on -Wall and cleaned up after it
6104 2001-12-03   Stefan Petersen * spe AT stacken dot kth dot se *
6106         * ChangeLog, src/drill.c, src/gerb_file.c, src/gerb_file.h,
6107         src/gerber.c: Utilize the file read functions
6109 2001-12-03   Stefan Petersen * spe AT stacken dot kth dot se *
6111         * src/gerb_file.c, src/gerb_file.h:  Added function gerb_getdouble and gerb_getint
6113 2001-12-03   Stefan Petersen * spe AT stacken dot kth dot se *
6115         * src/drill.h, src/gerber.h, src/gerbv.c: Bugfix for lastminute .h
6116         name change
6118 2001-12-02   Stefan Petersen * spe AT stacken dot kth dot se *
6120         * ChangeLog, configure.in, src/Makefile.am, src/drill.c,
6121         src/drill.h, src/gerb_file.c, src/gerb_file.h, src/gerber.c,
6122         src/gerber.h, src/gerbv.c: Improved parsing speed by implementing
6123         new file io
6125 2001-12-02   Stefan Petersen * spe AT stacken dot kth dot se *
6127         * ChangeLog: Minor cleanups of open and autodetection, major cleanup
6128         of color scheme
6130 2001-12-02   Stefan Petersen * spe AT stacken dot kth dot se *
6132         * man/gerbv.1: Updated man page to reflect autodetection of file
6133         type
6135 2001-12-02   Stefan Petersen * spe AT stacken dot kth dot se *
6137         * src/color.c, src/color.h, src/gerbv.c: Major cleanup of the whole
6138         color mess
6140 2001-12-02   Stefan Petersen * spe AT stacken dot kth dot se *
6142         * src/Makefile.am, src/color.c, src/color.h, src/gerbv.c: color.[hc]
6143         is split out from gerbv.c
6145 2001-12-02   Stefan Petersen * spe AT stacken dot kth dot se *
6147         * src/gerbv.c: Cleaned up open functions since we now have automatic
6148         detection of drill files
6150 2001-12-02   Stefan Petersen * spe AT stacken dot kth dot se *
6152         * src/drill.c: New algo to see if it's a drill file
6154 2001-12-02   Andreas Andersson * e92_aan AT e dot kth dot se *
6156         * ChangeLog: gerbv now does several layers at once
6158 2001-12-02   Andreas Andersson * e92_aan AT e dot kth dot se *
6160         * src/draw.c, src/draw.h: Floating point values rounded instead of
6161         truncated in image2pixmap()
6163 2001-12-02   Andreas Andersson * e92_aan AT e dot kth dot se *
6165         * src/gerbv.c: Now shows layers simultaneously.
6167 2001-11-27   Andreas Andersson * e92_aan AT e dot kth dot se *
6169         * ChangeLog, src/drill.c, src/gerbv.c: Added autodetection of file
6170         type.
6172 2001-11-27   Andreas Andersson * e92_aan AT e dot kth dot se *
6174         * ChangeLog, src/drill.c, src/drill.h: Added drill file recognition
6175         function.
6177 2001-11-26   Stefan Petersen * spe AT stacken dot kth dot se *
6179         * ChangeLog, configure.in: ./configure --data works
6181 2001-11-26   Stefan Petersen * spe AT stacken dot kth dot se *
6183         * CONTRIBUTORS: Added jj and wr
6185 2001-11-26   Andreas Andersson * e92_aan AT e dot kth dot se *
6187         * ChangeLog, src/drill.c: More commands recognised. Somewhat better
6188         coordinate parsing.
6190 2001-11-23   Stefan Petersen * spe AT stacken dot kth dot se *
6192         * ChangeLog, src/draw.c, src/gerb_image.h, src/gerber.c,
6193         src/scm_gerber.c: Parses and draws polygon area fills
6195 2001-11-21   Stefan Petersen * spe AT stacken dot kth dot se *
6197         * doc/sources.txt: Added Execellon link
6199 2001-11-21   Andreas Andersson * e92_aan AT e dot kth dot se *
6201         * ChangeLog, src/drill.c: Better format guessing.
6203 2001-11-20   Stefan Petersen * spe AT stacken dot kth dot se *
6205         * ChangeLog, src/gerber.c: D01-D03 on a single line is also a change
6207 2001-11-20   Stefan Petersen * spe AT stacken dot kth dot se *
6209         * ChangeLog, src/gerber.c, src/gerber.h, src/scm_gerber.c: Minor
6210         bugfixes
6212 2001-11-15   Stefan Petersen * spe AT stacken dot kth dot se *
6214         * ChangeLog, src/gerbv.c: Tooltips
6216 2001-11-14   Stefan Petersen * spe AT stacken dot kth dot se *
6218         * NEWS: Added 0.0.5 information
6220 2001-11-14   Stefan Petersen * spe AT stacken dot kth dot se *
6222         * ChangeLog, configure.in, src/gerbv.c: Changed speed key and
6223         increased release number
6225 2001-11-08   Stefan Petersen * spe AT stacken dot kth dot se *
6227         * ChangeLog, src/Makefile.am, src/drill.c, src/drill.h,
6228         src/gerb_image.c, src/gerb_image.h, src/gerber.c, src/gerber.h,
6229         src/scm_gerber.c, src/scm_gerber.h: Created new "class", gerb_image
6231 2001-11-07   Stefan Petersen * spe AT stacken dot kth dot se *
6233         * ChangeLog, src/draw.c, src/gerber.c: Multi quadrant arcs support
6235 2001-11-06   Andreas Andersson * e92_aan AT e dot kth dot se *
6237         * ChangeLog, TODO, src/drill.c, src/drill.h: Drill file parser now
6238         ignores unstandard text in headers, which means it can cope with
6239         output from more CAD systems.
6241 2001-11-05   Stefan Petersen * spe AT stacken dot kth dot se *
6243         * scheme/gerb-ps.scm: Fixed mm conversion
6245 2001-11-05   Stefan Petersen * spe AT stacken dot kth dot se *
6247         * ChangeLog, src/drill.c, src/scm_gerber.c: Backend interface
6248         generates proper aperture list even for drill files
6250 2001-11-04   Stefan Petersen * spe AT stacken dot kth dot se *
6252         * ChangeLog, man/gerbv.1, src/gerbv.c: Command line -d support added
6254 2001-11-03   Stefan Petersen * spe AT stacken dot kth dot se *
6256         * scheme/gerb-debug.scm: debug tool for scheme backends
6258 2001-11-03   Stefan Petersen * spe AT stacken dot kth dot se *
6260         * ChangeLog, scheme/gerb-ps.scm, src/gerber.c, src/gerber.h,
6261         src/scm_gerber.c: Changed list delivered to scheme backend
6263 2001-11-03   Stefan Petersen * spe AT stacken dot kth dot se *
6265         * ChangeLog, src/gerber.c: Inserted check for undefined apertures
6266         that was earlier removed
6268 2001-11-02   Stefan Petersen * spe AT stacken dot kth dot se *
6270         * ChangeLog, src/draw.c, src/gerber.c, src/gerber.h, src/gerbv.c:
6271         Calculates arc data when parsing and not when drawing, and removed
6272         some defines
6274 2001-10-31   Stefan Petersen * spe AT stacken dot kth dot se *
6276         * ChangeLog, README, src/gerbv.c: Zooming with scroll wheel on mouse
6277         added.
6279 2001-10-30   Stefan Petersen * spe AT stacken dot kth dot se *
6281         * example/eaglecad1/top-cop.gbx: Added. From Dan Christian.
6283 2001-10-30   Stefan Petersen * spe AT stacken dot kth dot se *
6285         * ChangeLog, src/gerber.c, src/gerber.h: Fixed bug causing false
6286         points when the file just changed aperture
6288 2001-10-29   Andreas Andersson * e92_aan AT e dot kth dot se *
6290         * ChangeLog, src/drill.c, src/gerber.c, src/gerber.h, src/gerbv.c:
6291         Moved new_image() to the correct place.
6293 2001-10-29   Stefan Petersen * spe AT stacken dot kth dot se *
6295         * build_release: Checks out a release based on tag built from
6296         release number and not a pure CVS image
6298 2001-10-28   Andreas Andersson * e92_aan AT e dot kth dot se *
6300         * ChangeLog, src/Makefile.am, src/draw.c, src/drill.c, src/drill.h,
6301         src/gerber.c, src/gerbv.c: First "functional" drill file support
6302         incorporated into main program.
6304 2001-10-28   Stefan Petersen * spe AT stacken dot kth dot se *
6306         * ChangeLog, src/draw.c, src/gerber.c, src/gerber.h,
6307         src/scm_gerber.c: Aperture array simplified
6309 2001-10-27   Stefan Petersen * spe AT stacken dot kth dot se *
6311         * ChangeLog, NEWS, build_release, src/drill.c, src/drill.h,
6312         src/gerber.c, src/gerber.h, src/gerbv.c, src/scm_gerber.c,
6313         src/scm_gerber.h: typedef:ed all structs to *_t
6315 2001-10-27   Stefan Petersen * spe AT stacken dot kth dot se *
6317         * src/gerber.c, src/gerber.h: EagleCad fixes
6319 2001-10-27   Stefan Petersen * spe AT stacken dot kth dot se *
6321         * ChangeLog: EagleCad and release 0.0.4
6323 2001-10-27   Stefan Petersen * spe AT stacken dot kth dot se *
6325         * NEWS, configure.in: Updated for release 0.0.4
6327 2001-10-27   Stefan Petersen * spe AT stacken dot kth dot se *
6329         * CONTRIBUTORS: Added Dan and Fredrik
6331 2001-10-27   Stefan Petersen * spe AT stacken dot kth dot se *
6333         * AUTHORS: Added Pitch
6335 2001-10-25   Andreas Andersson * e92_aan AT e dot kth dot se *
6337         * src/drill.c, src/drill.h: parse_drillfile() now returns a regular
6338         gerb_image.  Removed lots of unnecessary code.
6340 2001-10-24   Stefan Petersen * spe AT stacken dot kth dot se *
6342         * src/gerbv.c: Missed including draw.h
6344 2001-10-24   Stefan Petersen * spe AT stacken dot kth dot se *
6346         * ChangeLog, src/gerbv.c: Changed some #ifdef NO_GUILE
6348 2001-10-24   Stefan Petersen * spe AT stacken dot kth dot se *
6350         * ChangeLog, src/Makefile.am, src/draw.c, src/draw.h, src/gerbv.c:
6351         Split out drawing functions to draw.c
6353 2001-10-23   Andreas Andersson * e92_aan AT e dot kth dot se *
6355         * src/drill.c: Removed evil C++ comments to pacify Stefan ;)
6357 2001-10-22   Stefan Petersen * spe AT stacken dot kth dot se *
6359         * ChangeLog: Cleaned example directory
6361 2001-10-22   Stefan Petersen * spe AT stacken dot kth dot se *
6363         * example/numpres.pcb,
6364         example/numpres.pcb.output_componentmask.grb,
6365         example/numpres.pcb.output_componentsilk.grb,
6366         example/numpres.pcb.output_group1.grb,
6367         example/numpres.pcb.output_group2.grb,
6368         example/numpres.pcb.output_plated-drill.grb,
6369         example/numpres.pcb.output_soldermask.grb,
6370         example/numpres.pcb.output_unplated-drill.grb,
6371         example/numpres/numpres.pcb,
6372         example/numpres/numpres.pcb.output_componentmask.grb,
6373         example/numpres/numpres.pcb.output_componentsilk.grb,
6374         example/numpres/numpres.pcb.output_group1.grb,
6375         example/numpres/numpres.pcb.output_group2.grb,
6376         example/numpres/numpres.pcb.output_plated-drill.grb,
6377         example/numpres/numpres.pcb.output_soldermask.grb,
6378         example/numpres/numpres.pcb.output_unplated-drill.grb: Moved files
6379         to separate directory
6381 2001-10-22   Stefan Petersen * spe AT stacken dot kth dot se *
6383         * example/ekf/README, example/ekf/ekf.gap, example/ekf/ekf_08.apt,
6384         example/ekf/l1.off: Added
6386 2001-10-22   Stefan Petersen * spe AT stacken dot kth dot se *
6388         * doc/sources.txt: Added info abt gerb2tif
6390 2001-10-21   Stefan Petersen * spe AT stacken dot kth dot se *
6392         * ChangeLog, src/gerbv.c: Changed cw/ccw handling when drawing arcs
6394 2001-10-13   Andreas Andersson * e92_aan AT e dot kth dot se *
6396         * src/drill.c: Some (very) minor fixes, e.g. no longer uses a dummy
6397         hole at the beginning of the list of holes.
6399 2001-10-13   Andreas Andersson * e92_aan AT e dot kth dot se *
6401         * example/nollezappare/ThruHolePlated.ncd, src/drill.c, src/drill.h:
6402         First "working" drill file parser. Manages a subset of the output
6403         from only one CAD system (Veribest), but it's a start...
6405 2001-10-09   Stefan Petersen * spe AT stacken dot kth dot se *
6407         * CONTRIBUTORS, ChangeLog, src/gerber.c, src/gerber.h,
6408         src/scm_gerber.c: Added D flag for Format Statement in both parser
6409         and scm conversion
6411 2001-09-09   Stefan Petersen * spe AT stacken dot kth dot se *
6413         * configure.in: 0.0.3 release
6415 2001-09-09   Stefan Petersen * spe AT stacken dot kth dot se *
6417         * build_release: Line in .cvspass has port number now
6419 2001-09-03   Stefan Petersen * spe AT stacken dot kth dot se *
6421         * build_release: Backed out of 1.3 changes
6423 2001-09-03   Stefan Petersen * spe AT stacken dot kth dot se *
6425         * ChangeLog, INSTALL, configure.in: Fixed bug causing at least
6426         Solaris not to be able to be configured and added some documentation
6427         in INSTALL
6429 2001-09-01   Stefan Petersen * spe AT stacken dot kth dot se *
6431         * ChangeLog: Failed automake fix desc.
6433 2001-09-01   Stefan Petersen * spe AT stacken dot kth dot se *
6435         * build_release, rebuild_conf: Automake now _copies_ files instead
6436         of just linking
6438 2001-08-31   Stefan Petersen * spe AT stacken dot kth dot se *
6440         * ChangeLog: Backend updates, minor directory clean up, fix move to
6441         sourceforge in build_release
6443 2001-08-31   Stefan Petersen * spe AT stacken dot kth dot se *
6445         * scheme/gerb-ps.scm, src/gerbv.c, src/scm_gerber.c,
6446         src/scm_gerber.h: Backend now receives filename of parsed file
6448 2001-08-31   Stefan Petersen * spe AT stacken dot kth dot se *
6450         * src/gerb-ps.scm: By mistake this was added during import
6452 2001-08-31   Stefan Petersen * spe AT stacken dot kth dot se *
6454         * AUTHORS, CONTRIBUTORS: Split up AUTHORS into AUTHORS and
6455         CONTRIBUTORS
6457 2001-08-31   Stefan Petersen * spe AT stacken dot kth dot se *
6459         * build_release: Uses anonymous login on sourceforge. Checks that a
6460         login ha been done
6462 2001-08-30   Stefan Petersen * spe AT stacken dot kth dot se *
6464         * Initial revision