1 2011-01-08 Dan McMahill * dan AT mcmahill dot net *
3 * src/Makefile.am: Bump shared lib version in prep for 2.5 release.
5 2011-01-07 Dan McMahill * dan AT mcmahill dot net *
7 * README-release.txt: Minor updates (version numbers only) for the
8 up and coming 2.5 release.
10 2011-01-07 Dan McMahill * dan AT mcmahill dot net *
12 * win32/build_gerbv: Expand this script to cover pcb and wcalc as
13 well as gerbv. Until such time as I get a decent NetBSD or Linux
14 hosted cross build environment set up I should at least have an
15 easier job of maintaining this script since it should be shared with
16 no changes between the three projects now.
18 2011-01-07 Dan McMahill * dan AT mcmahill dot net *
20 * win32/gerbv.nsi.in: Update some of the installer license info to
21 reflect the latest set of gtk for win32 and friends downloads
23 2011-01-07 Dan McMahill * dan AT mcmahill dot net *
25 * win32/extract_gtk_win32: Update for the latest set of downloads of
28 2011-01-02 Dan McMahill * dan AT mcmahill dot net *
30 * win32/gerbv.nsi.in: Use @prog instead of @gerbv in this file
31 which makes it a little easier to use the same top level build
32 script for both pcb and gerbv.
34 2011-01-02 Dan McMahill * dan AT mcmahill dot net *
36 * : commit 966ac7e1567380978f8f6e63e11829105c055179 Author: Dan
37 McMahill * dan AT mcmahill dot net * Date: Sat Jan 1 13:26:43 2011
40 2011-01-01 Julian Lamb * thepurlieu AT gmail dot com *
42 * : commit 3b0ad206c7df6a5b1aa9cc0d6d308f70c32e68dc Author: Julian
43 Lamb * thepurlieu AT gmail dot com * Date: Sat Jan 1 09:58:53 2011
46 2010-12-31 Dan McMahill * dan AT mcmahill dot net *
48 * src/interface.c: Add missing header for malloc().
50 2010-12-30 Julian Lamb * thepurlieu AT gmail dot com *
52 * src/drill.c: * fix leak and possible segfault in drill parser (patch by Doug
55 2010-12-22 Julian Lamb * thepurlieu AT gmail dot com *
57 * src/pick-and-place.c: * fix segfault in pick-and-place parser (bug 3141941)
59 2010-12-14 Julian Lamb * thepurlieu AT gmail dot com *
61 * src/callbacks.c, src/callbacks.h, src/gerbv.c, src/gerbv.h,
62 src/interface.c, src/interface.h, src/main.c, src/main.h,
63 src/project.c, src/render.c: * add persistent keyboard accelerators, extra menu options, and do
64 general cleanup large patch from Stefan Tauner, which finishes
65 mapping every possible command to the menus, as well as add
66 persistent keyboard accelerators for everything. Also lots of
67 general cleanup in the interface code.
69 2010-10-12 Julian Lamb * thepurlieu AT gmail dot com *
71 * src/render.c: * increase max zoom 4 times, to allow more accurate measurements The
72 previous zoom limit was set to prevent GDK rendering artifacts, but
73 the rendering speedups in the code now eliminate those so there is
74 no issue with zooming in.
76 2010-09-08 Julian Lamb * thepurlieu AT gmail dot com *
78 * src/drill.c: * fix crasher in drill parsing (bug 3061736) crasher was caused in
79 bug in get_line function when given an empty line
81 2010-08-24 Julian Lamb * thepurlieu AT gmail dot com *
83 * src/interface.c: * add accelerator for color changing
85 2010-08-24 Julian Lamb * thepurlieu AT gmail dot com *
87 * src/interface.c: * change F8 shortcut to F7, per the GNOME HIG
89 2010-08-24 Julian Lamb * thepurlieu AT gmail dot com *
91 * src/callbacks.c, src/callbacks.h, src/interface.c: * add keyboard shortcut for moving layers up and down (patch by
94 2010-08-22 Julian Lamb * thepurlieu AT gmail dot com *
96 * src/interface.c: * change toolbar visibility key shortcut to F8, since F10 is
97 normally stolen for the GTK menu
99 2010-08-22 Julian Lamb * thepurlieu AT gmail dot com *
101 * src/callbacks.c, src/callbacks.h, src/interface.c: * add pseudo-fullscreen mode (patch by Stefan Tauner)
103 2010-08-20 Julian Lamb * thepurlieu AT gmail dot com *
105 * src/callbacks.c, src/callbacks.h, src/draw.c, src/interface.c: add
106 ability to toggle sidebar visibility and add menu and keyboard
107 shortcut for layer visibility (patch by Stefan Tauner)
109 2010-08-18 Julian Lamb * thepurlieu AT gmail dot com *
111 * src/callbacks.c, src/callbacks.h, src/interface.c: add ability to
112 toggle toolbar visibility, and add additional menu accelerators
113 (patch by Stefan Tauner)
115 2010-08-18 Julian Lamb * thepurlieu AT gmail dot com *
117 * src/draw.c: pixel-align the coordinates when rendering via cairo
118 (benchmark shows a 10%-15% speed boost)
120 2010-08-11 Julian Lamb * thepurlieu AT gmail dot com *
122 * src/drill.c: * fix length calcs in previous patch to prevent possible buffer
125 2010-08-11 Julian Lamb * thepurlieu AT gmail dot com *
127 * src/drill.c: * ignore comments in drill files when determining file type patch by Doug Springer (ID:3043154)
129 2010-07-28 Julian Lamb * thepurlieu AT gmail dot com *
131 * src/gerb_image.c, src/gerber.c, src/gerber.h: recalculate the
132 bounding boxes when drawing primatives via the libgerbv API
134 2010-06-30 Julian Lamb * thepurlieu AT gmail dot com *
136 * src/gerber.c: fix handling of trailing zero suppression with very
137 large precisions (TAX35, etc) (bug 3022957)
139 2010-06-11 Julian Lamb * thepurlieu AT gmail dot com *
141 * doc/example-code/example1.c, doc/example-code/example2.c,
142 doc/example-code/example4.c, doc/example-code/example5.c,
143 src/export-rs274x.c: fix the example code files showing how to use
144 libgerv, and use a default identity transform during exporting if
147 2010-04-29 Julian Lamb * thepurlieu AT gmail dot com *
149 * src/draw-gdk.c: fix GDK rendering or Macro 22 elements when
150 negative coordinates are present (bug 2994471)
152 2010-04-27 Julian Lamb * thepurlieu AT gmail dot com *
154 * src/interface.c: fix tooltip for modify layer button (patch by
157 2010-03-25 Julian Lamb * thepurlieu AT gmail dot com *
159 * src/gerber.c: fix handling of whitespace in the middle of an
160 RS274X command (bug 2976400)
162 2010-03-11 Julian Lamb * thepurlieu AT gmail dot com *
164 * src/export-rs274x.c: * fix bug in exporting outline macros (fixes bug 2968567 and
167 2010-02-25 Julian Lamb * thepurlieu AT gmail dot com *
169 * src/callbacks.c: unselect all items if a layer is hidden (bug
172 2010-02-25 Julian Lamb * thepurlieu AT gmail dot com *
174 * src/drill.c: fix drill parsing bug when INCH command has nothing
175 after it (bug 2957994)
177 2010-02-20 Dan McMahill * dan AT mcmahill dot net *
179 * configure.ac: Welcome to 2.4A
181 2010-02-20 Dan McMahill * dan AT mcmahill dot net *
183 * src/Makefile.am: Increment revision for shared lib in prep for the
186 2010-02-20 Dan McMahill * dan AT mcmahill dot net *
188 * ChangeLog, NEWS: Update ChangeLog and NEWS for the 2.4.0 release
190 2010-02-20 Dan McMahill * dan AT mcmahill dot net *
192 * utils/git2cl: Strip trailing whitespace on comment lines.
194 2010-02-20 Dan McMahill * dan AT mcmahill dot net *
196 * README-release.txt: Minor updates for 2.4.0 release.
198 2010-02-19 Dan McMahill * dan AT mcmahill dot net *
200 * README-release.txt: Update the release documentation to deal with
201 the cvs to git change.
203 2010-02-19 Dan McMahill * dan AT mcmahill dot net *
205 * utils/git2cl: Add script to produce a ChangeLog from git.
207 2010-02-19 Julian Lamb * thepurlieu AT gmail dot com *
209 * src/gerber.c: fix bug 2954915, where circular moves were parsed
210 incorrectly with trailing zero suppression
212 2010-02-15 Julian Lamb * thepurlieu AT gmail dot com *
214 * src/gerber.c: fix bug 2949590 by making sure we catch null strtok
215 results in the aperture parser This bug showed up in some very bad
216 Gerber files. gerbv should now not segfault, but instead throw up
217 errors and display what it can.
219 2010-01-23 Julian Lamb * thepurlieu AT gmail dot com *
221 * src/draw.c, src/draw.h, src/drill.c, src/gerb_image.c,
222 src/gerber.c, src/gerbv.c, src/gerbv.h, src/render.c: fix bug
223 2935054, where text in exported PDF files was illegible This bug was caused by our draw rule that all lines must be at least
224 1 pixel wide, which ensures they show up at far zoom levels.
225 However, for 72DPI print or PDF output, this rule should be avoided
226 because the cairo backends for these don't need them.
228 2009-12-18 Julian Lamb * thepurlieu AT gmail dot com *
230 * src/gerber.c: Fix bug in file format recognition code, and clean
231 up error messages with bed AD definitions
233 2009-12-02 Julian Lamb * thepurlieu AT gmail dot com *
235 * src/gerber.c: * allow the RS274X parser to catch multiple "blocks" within a single
236 line Fixes a bug reported by Dave N6NZ. Multiple blocks are clearly
237 allowed within the same line in the RS274X spec, so this was a big
240 2009-11-22 Julian Lamb * thepurlieu AT gmail dot com *
242 * src/callbacks.c: Fix sidebar bug where small scale and
243 translations in X did not display a marker (bug and fix by mland,
246 2009-11-05 Julian Lamb * thepurlieu AT gmail dot com *
248 * src/callbacks.c: apply patch from Uwe Bonnes to display the total
249 aperture uses in the anaylsis tool (patch #2892537)
251 2009-11-01 Julian Lamb * thepurlieu AT gmail dot com *
253 * src/draw-gdk.c: * fix regression in FAST mode rendering with flashed apertures
255 2009-09-22 Julian Lamb * thepurlieu AT gmail dot com *
257 * src/gerb_image.c, src/gerbv.c, src/gerbv.h: Modify our parsing
258 behavior for RS-274D files Try to parse files we suspect as RS-274D because of missing
259 apertures/etc (fixes bug 2864667), and create dummy apertures to
260 roughly visualize the file if it is actually a RS-274D file (fixes
261 feature request 566142).
263 2009-09-14 Julian Lamb * thepurlieu AT gmail dot com *
265 * src/draw-gdk.c: Fix FAST mode translation rendering error in Y
266 direction (bug 2858102)
268 2009-09-10 Julian Lamb * thepurlieu AT gmail dot com *
270 * src/gerbv.h: Fix typo in last commit
272 2009-09-10 Julian Lamb * thepurlieu AT gmail dot com *
274 * src/gerbv.h: Apply patch from Don Wooten to make libgerbv easier
277 2009-08-20 Julian Lamb * thepurlieu AT gmail dot com *
279 * src/callbacks.c: Fix bug 2841371 (segfault on edit->orientation
280 with no layer loaded)
282 2009-08-17 Julian Lamb * jul AT jul-laptop dot (none) *
284 * src/draw-gdk.c, src/draw.c: * fix another type to hopefully fix a step and repeat display bug
286 2009-08-16 Julian Lamb * jul AT jul-laptop dot (none) *
288 * src/draw.c: * revert commenting accidentally pushed with last commit
290 2009-08-16 Julian Lamb * jul AT jul-laptop dot (none) *
292 * : commit 5f9a34f321dadf544a35dd1625055f5a15f98e02 Author: Julian
293 Lamb * jul AT jul-laptop dot (none) * Date: Sun Aug 16 19:51:03
296 2009-08-09 Stefan Petersen * spe AT stacken dot kth dot se *
298 * man/gerbv.1.in: Removed what seems like a spurious line in man
299 page. This error was reported in Debian Lintian system.
301 2009-08-14 Stefan Petersen * spe AT stacken dot kth dot se *
303 * src/callbacks.c, src/export-rs274x.c: Updated URL's in the about
304 screen and export comment to reflect the moved website.
306 2009-07-14 Julian Lamb * jul AT jul-laptop dot (none) *
308 * src/draw.c: Test committing to new git system Clean up a small
309 section of code and test the new git system
311 2009-07-10 Dan McMahill * dan AT mcmahill dot net *
313 * configure.ac: welcome to 2.3A
315 2009-07-10 Dan McMahill * dan AT mcmahill dot net *
317 * ChangeLog, NEWS, README-release.txt: update for gerbv-2.3.0
319 2009-07-10 Dan McMahill * dan AT mcmahill dot net *
321 * src/Makefile.am: draw.c and draw-gdk.c functions are used in
322 gerbv.c which is part of libgerbv. Since we have -no-undefined, we
323 require libgerbv to be fully self contained so move draw.c and
324 draw-gdk.c over to libgerbv. While here bump the age in prep for a
327 2009-07-02 Julian Lamb * thepurlieu AT gmail dot com *
329 * src/draw-gdk.c: * apply patch from ineiev to fix small error in FAST mode arc
332 2009-04-30 Julian Lamb * thepurlieu AT gmail dot com *
334 * src/callbacks.c, src/exportimage.c, src/gerbv.h: * rework export svg/pdf/ps functionality to export images with 1:1
335 scale. Previously we autoscaled vector outputs to a 8.5x11 paper
336 size, but it makes more sense to export true 1:1 scale instead since
337 vector output formats are usually scaled when viewing. Fixes bug
340 2009-03-31 Dan McMahill * dan AT mcmahill dot net *
342 * README, configure.ac, src/Makefile.am, test/Makefile.am: remove
343 the logic for disabling cairo. Even when we render with gdk we use
344 some of the cairo functions for transformation math. Also remove
345 the libpng stuff since we now require cairo.
347 2009-03-28 Julian Lamb * thepurlieu AT gmail dot com *
349 * src/callbacks.c: * cleanup a spurious comment accidentally left in from previous
352 2009-03-28 Julian Lamb * thepurlieu AT gmail dot com *
354 * src/callbacks.c: * fix error in vertical scrollbar calculations when zoomed in. The
355 coordinate systems gets a bit confusing, but I think it's correct
356 now. Hopefully this fixes the bug spotted by Dan.
358 2009-03-27 Julian Lamb * thepurlieu AT gmail dot com *
360 * src/callbacks.c, src/callbacks.h, src/exportimage.c,
361 src/gerber.c, src/gerbv.c, src/interface.c, src/main.c,
362 src/render.c, src/render.h: * remove all RENDER_USING_GDK and EXPORT_PNG ifdefs, since we're
363 removing those compile options from gerbv (see recent gerbv-devel
364 mailing list discussion).
366 2009-03-27 Dan McMahill * dan AT mcmahill dot net *
368 * src/main.c: add the function name to all dprintf output
370 2009-03-27 Dan McMahill * dan AT mcmahill dot net *
372 * win32/build_gerbv: add a --nsis-only and --skip-nsis option
374 2009-03-26 Julian Lamb * thepurlieu AT gmail dot com *
376 * src/gerb_image.c: * fix a few more issues in libgerbv where we only checked apertures
377 >= 10, which potentially ignored some apretures in Excellon files
378 (patch by Robert Spanton)
380 2009-03-24 Julian Lamb * thepurlieu AT gmail dot com *
382 * doc/example-code/example1.c, doc/example-code/example2.c,
383 doc/example-code/example3.c, doc/example-code/example4.c,
384 doc/example-code/example5.c, doc/example-code/example6.c: * update libgerbv example source files with the updates command line
385 text for compilation, since the change to the pkgconfig file now
386 eliminates the need to specify gtk and glib
388 2009-03-24 Julian Lamb * thepurlieu AT gmail dot com *
390 * src/libgerbv.pc.in: * add pkgconfig dependiencies to libgerbv to reduce some typing
391 during compiling (patch by Robert Spanton)
393 2009-03-24 Julian Lamb * thepurlieu AT gmail dot com *
395 * src/export-rs274x.c, src/gerber.c: * make sure image rotations stay within 0-270 range when saving and
396 loading (patch from Todd Blackmon)
398 2009-03-19 Julian Lamb * thepurlieu AT gmail dot com *
400 * src/draw-gdk.c, src/interface.c: * restrict the user rotations to 0/90/180/270, since the RS274X spec
401 only allows those values for image rotations. This fixes a bug where
402 non-orthogonal rotations don't save correctly, and also some
403 problems with zoom to fit (noticed by Todd Blackmon). * implement the layer rotation RS274X command in the GDK renderer.
404 This fixes the rendering problem with test-layer-rotation-1.gbx
405 (noticed by Todd Blackmon).
407 2009-03-09 Julian Lamb * thepurlieu AT gmail dot com *
409 * src/callbacks.c, src/callbacks.h, src/export-rs274x.c,
410 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
411 looks better without. Feedback welcome, of course.
413 2009-03-08 Julian Lamb * thepurlieu AT gmail dot com *
415 * src/draw-gdk.c: * clean out some debug messages
417 2009-03-08 Julian Lamb * thepurlieu AT gmail dot com *
419 * src/callbacks.c, src/draw-gdk.c, src/draw-gdk.h, src/draw.c,
420 src/draw.h, src/export-drill.c, src/export-rs274x.c, src/gerbv.c,
421 src/gerbv.h, src/interface.c, src/interface.h, src/main.c,
422 src/render.c: * finish designing the "modify orientation" dialog window to meet
423 GNOME HIG guidelines * add logic to dialog to match translation units to the currently
424 selected units in the main window * MAJOR work to the GDK render code to be able to
425 rotate/scale/mirror files *reasonably* well...there are fundamental
426 limits to how good we can make the GDK render these advanced
427 transformations * rework the autoscale code to account for user transformations * change the export to drill and export to rs274x code to save the
428 user transformations to the file. Translations are actually
429 calculated for every path, but rotations/scale/mirroring are all
430 done by just using the RS274X commands. Maybe in the future we can
431 implement it without the RS274X commands.
433 2009-03-07 Julian Lamb * thepurlieu AT gmail dot com *
435 * src/callbacks.c, src/callbacks.h, src/export-rs274x.c,
436 src/gerbv.c, src/gerbv.h, src/interface.c, src/interface.h,
437 src/main.c: * start adding the code for a layer translate/rotate/scale/mirror
438 dialog box and functionality. There's still plenty of work to do, so
439 excuse the mess in the meantime.
441 2009-03-06 Julian Lamb * thepurlieu AT gmail dot com *
443 * src/export-drill.c, src/export-rs274x.c, src/gerb_image.c,
444 src/gerber.c, src/gerbv.c: * fix bug when exporting drill files with tool numbers < 10 (noticed
445 by Peter Clifton). Added additional cleanup logic to correct this
446 issue when exporting files. * fix bug where HID attributes were not duplicated during the image
447 duplication, causing double-free issues when exporting drill files
448 sometimes * increase the cairo render quality slightly for circles. If anyone
449 notices slowdowns, please report them.
451 2009-03-02 Julian Lamb * thepurlieu AT gmail dot com *
453 * 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
454 files from duplicating the default color of an opened layer (patch
457 2009-02-23 Julian Lamb * thepurlieu AT gmail dot com *
459 * src/gerb_image.c: * fix excellon drill export bug, which sometimes deleted the first
460 element in the file during export (noticed by Peter Clifton, bug
463 2009-02-17 Julian Lamb * thepurlieu AT gmail dot com *
465 * src/gerber.c: * fix polygon render optimization bug with polygons from Altrium
466 package (fixes bug 2607102, reported by Todd Blackmon)
468 2009-02-17 Dan McMahill * dan AT mcmahill dot net *
470 * src/drill.c, test/golden/Makefile.am, test/inputs/Makefile.am,
471 test/inputs/test-drill-repeat-1.exc, test/run_tests.sh,
472 test/tests.list: add support for the excellon R (repeat) command.
473 Include a testsuite entry for this.
475 2009-02-16 Dan McMahill * dan AT mcmahill dot net *
477 * src/callbacks.c, src/drill.c, src/drill_stats.c, src/gerbv.h: Add
478 a total drill count for the whole board to the drill stats. Keep
479 stats on 'R' codes (repeat) in the drill files. For now (until I
480 complete implementing R support), give a warning that the R command
483 2009-02-15 Julian Lamb * thepurlieu AT gmail dot com *
485 * src/drill.c, test/inputs/test-drill-leading-zero-1.exc,
486 test/inputs/test-drill-trailing-zero-1.exc, test/tests.list: * Add patch by user to fix drill parsing error with negative numbers
487 using leading zeros (bug 2601828). Also, added two test cases to
488 start building a test suite for the drill parser.
490 2009-02-10 Dan McMahill * dan AT mcmahill dot net *
492 * src/run_gerbv.in: allow this script to work when called from
493 outside the build directory
495 2009-02-10 Dan McMahill * dan AT mcmahill dot net *
497 * src/gerber.c: allow 0 degree rotation
499 2009-02-09 Julian Lamb * thepurlieu AT gmail dot com *
501 * src/amacro.c, src/draw.c, src/gerber.c, src/scheme.c: * allow macro parser to handle numbers without a zero in front of
502 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
504 2009-01-29 Dan McMahill * dan AT mcmahill dot net *
506 * src/main.c: do not return 1 when just doing a command line
507 processing. make does not like that
509 2009-01-28 Julian Lamb * thepurlieu AT gmail dot com *
511 * src/callbacks.c, src/interface.c: * fix a bug where clicking on the message tab made keyboard
512 accelerators stop working
514 2009-01-28 Julian Lamb * thepurlieu AT gmail dot com *
516 * src/draw-gdk.c, src/draw.c, src/interface.c: * fix clipping bug when viewing files with image offsets (noticed by
517 Dan) * add key accelerator hints in the menus for zoom and fit functions,
518 and added accelerator "Q" for the object query (Dan feature request)
520 2009-01-22 Dan McMahill * dan AT mcmahill dot net *
522 * README-release.txt: note how to change the default SF download
525 2009-01-22 Dan McMahill * dan AT mcmahill dot net *
527 * README-release.txt: update with the latest in how sourceforge does
530 2009-01-22 Dan McMahill * dan AT mcmahill dot net *
532 * configure.ac: bump rev after 2.2 branch
534 2009-01-22 Dan McMahill * dan AT mcmahill dot net *
536 * ChangeLog, NEWS: update for 2.2.0 release
538 2009-01-22 Dan McMahill * dan AT mcmahill dot net *
540 * README-release.txt: add some notes about the NEWS file
542 2009-01-21 Dan McMahill * dan AT mcmahill dot net *
544 * win32/build_gerbv: Remove spurious carriage returns from the
545 generated libtool as well as the Makefiles. Repairs building under
546 cygwin which stopped working recently.
548 2009-01-21 Dan McMahill * dan AT mcmahill dot net *
550 * win32/build_gerbv: create a batch file for launching the
551 installer. Makes testing on vista easier.
553 2009-01-21 Dan McMahill * dan AT mcmahill dot net *
555 * src/Makefile.am: bump revision from Julians last change
557 2009-01-21 Dan McMahill * dan AT mcmahill dot net *
559 * README-release.txt: note the use of GERBV_MAGIC_TEST_SKIP, and add
560 --disable-update-desktop-database for the testing
562 2009-01-20 Dan McMahill * dan AT mcmahill dot net *
564 * src/drill.c, src/lrealpath.c: silence a compiler warning
566 2009-01-19 Julian Lamb * thepurlieu AT gmail dot com *
568 * src/gerber.c: * fix small bug in min/max calculation code. Bug appeared on large
569 rectangle aperture flashes, since we didn't previously account for
570 differing height and width. Fixes bug noticed by Erik Winn.
572 2009-01-08 Dan McMahill * dan AT mcmahill dot net *
574 * src/Makefile.am, src/drill.c: Fix up parsing of files with
575 trailing zeros in the case where it is a user specified format. Now
576 for trailing zeros supression, you specify how many digits preceed
577 the decimal point. Tested and verified to fix some real-world drill
578 files generated by a commercial EDA tool.
580 2009-01-08 Dan McMahill * dan AT mcmahill dot net *
582 * src/run_gerbv.in: add some LD_LIBRARY_PATH and LD_PRELOAD hacks to
583 deal with the case where there may already be an installed libgerbv
584 which is being picked up instead of the just-built local one.
586 2009-01-08 Dan McMahill * dan AT mcmahill dot net *
588 * test/run_tests.sh: add a -g|--golden <dir> option to specify a
589 "golden" directory. This makes it easier to regen all the files
590 into a local golden directory, make source code changes, and then
591 run the testsuite against the previous golden files. This helps in
592 cases where floating point math roundoff caused some tests to fail
593 on some machines with the checked in golden files.
595 2008-12-05 Dan McMahill * dan AT mcmahill dot net *
597 * src/Makefile.am: add -no-undefined to the libtool link line for
598 libgerbv. Requested by Cesar Strauss in SF patch # 2381914.
600 2008-12-03 Dan McMahill * dan AT mcmahill dot net *
602 * configure.ac, src/Makefile.am: Use autoconf to check for windres
603 in a way that will pick up the correct tool when cross-compiling.
604 This should help with cross-compiling gerbv with windows as the
605 target and something other than windows as the build host. Patch from Cesar Strauss. SF patch # 2381904.
607 2008-11-30 Dan McMahill * dan AT mcmahill dot net *
609 * win32/build_gerbv: add a --nsis-only option that only creates the
612 2008-11-30 Dan McMahill * dan AT mcmahill dot net *
614 * win32/extract_gtk_win32: sync with pcb
616 2008-11-17 Julian Lamb * thepurlieu AT gmail dot com *
618 * doc/example-code/example1.c, doc/example-code/example2.c,
619 doc/example-code/example3.c, doc/example-code/example4.c,
620 doc/example-code/example5.c, doc/example-code/example6.c: * add some hints to the example*.c files to help step the user
621 through some common compilation problems.
623 2008-11-16 Julian Lamb * thepurlieu AT gmail dot com *
625 * src/drill_stats.c, src/gerb_stats.c: * fix some warnings that popped up with gcc 4.3.2
627 2008-11-15 Dan McMahill * dan AT mcmahill dot net *
629 * desktop/gerbv.desktop: change categories to be more appropriate
630 and consisten with the rest of gEDA
632 2008-11-15 Dan McMahill * dan AT mcmahill dot net *
634 * src/attribute.c, src/callbacks.c, src/drill.c, src/drill_stats.c,
635 src/gerb_file.c, src/gerbv.c, src/project.c, src/render.c: add
636 missing #include "common.h" to get __FUNCTION__ on non-gcc systems.
638 2008-10-16 Julian Lamb * thepurlieu AT gmail dot com *
640 * src/pick-and-place.c: * fix pick-and-place bounding box calcs. I think this should cover
641 all the cases now...again, let me know if you see any issues with
644 2008-10-16 Julian Lamb * thepurlieu AT gmail dot com *
646 * src/drill.c, src/gerber.c: * add bounding box code to drill parser (pick-and-place still
647 needed) * fix a few small bugs in the speedup code
649 2008-10-16 Julian Lamb * thepurlieu AT gmail dot com *
651 * src/draw-gdk.c, src/draw.c, src/gerber.c: * fix autoscale bug caused by latest optimizations. Things look like
652 they should work again, so please report any problems at this point.
654 2008-10-15 Julian Lamb * thepurlieu AT gmail dot com *
656 * src/draw-gdk.c, src/draw-gdk.h, src/draw.c, src/gerb_image.c,
657 src/gerber.c, src/gerbv.c, src/gerbv.h: * pre-calculate a bounding box for every object during file parsing,
658 and use the box dimensions to determine if that object will even be
659 rendered inside the visible window. This approach allows for
660 slightly better speed than the previous version, since it now
661 includes polygons in the optimizations. My test boards show about a
662 25% speed improvement with this new method. The autoscale feature is
663 somewhat broken right now...excuse the mess while I finish debugging
664 things. * also, apply the optimizations to "FAST" render mode as
665 well...looks to be about a 3x speedup when zoomed in to a board.
667 2008-09-09 Julian Lamb * thepurlieu AT gmail dot com *
669 * src/draw.c: * make sure optimizations work with offsets and justifications
672 2008-09-09 Julian Lamb * thepurlieu AT gmail dot com *
674 * src/draw.c: * comment out the "zoomed out" optimizations before the 2.1 Windows
677 2008-09-09 Dan McMahill * dan AT mcmahill dot net *
679 * BUGS: Remove the windows printing bug. Building with a new enough
680 gtk makes that go away (it was a gtk bug in the first place). Remove the comment about windows rendering being slow. Currently we
681 don't have measured data to support that when using cairo rendering
682 and we have a few data points that shows it is on par with linux.
684 2008-09-07 Julian Lamb * thepurlieu AT gmail dot com *
686 * src/draw.c: * add a few tweaks to the optimizations
688 2008-09-07 Julian Lamb * thepurlieu AT gmail dot com *
690 * src/callbacks.c, src/draw.c, src/draw.h, src/gerbv.c,
691 src/render.c: * implement some basic render speedups in the cairo code (see
692 mailing list for explanations)
694 2008-09-06 Julian Lamb * thepurlieu AT gmail dot com *
696 * src/callbacks.c, src/gerbv.c: * tweak Dan's benchmark code to render to an off-screen entity using
697 a fixed resolution. Also, run both fast and normal benchmarks
698 together and output the speed (took out high-quality, since it's
699 roughly the same as normal it seems).
701 2008-09-06 Dan McMahill * dan AT mcmahill dot net *
703 * configure.ac, src/callbacks.c: add missing time.h
705 2008-09-06 Dan McMahill * dan AT mcmahill dot net *
707 * acinclude.m4: add acinclude.m4 which has some macros needed for
710 2008-09-06 Dan McMahill * dan AT mcmahill dot net *
712 * src/callbacks.c, src/callbacks.h, src/interface.c: add a basic
715 2008-09-06 Dan McMahill * dan AT mcmahill dot net *
717 * src/callbacks.c: When loading/saving project files, add a filter
718 to show just .gvp (Gerbv Project) files or all files. Hopefully
719 this will help promote the use of .gvp as a project file extension.
720 The windows installer already uses this as a registered file type.
721 The gnome/kde desktop integration still needs to happen.
723 2008-09-06 Dan McMahill * dan AT mcmahill dot net *
725 * configure.ac, desktop/Makefile.am, src/Makefile.am,
726 src/gerb_file.c, src/gerbv.c, src/gerbv.h, src/lrealpath.c,
727 src/lrealpath.h, src/main.c, src/project.c: make gerbv be
728 relocatable. By this I mean ./configure --prefix=/tmp/gerbv make make install mv /tmp/gerbv
729 /opt/gerbv or similar will now work. This makes it possible for any packaging
730 system that provides the user the ability to choose where a binary
731 install goes to actually work. This includes the native solaris
732 package manager, windows installers, and just a plain old "tar it up
733 and extract it some where else". This works by determining where init.scm lives relative the binary
734 based on any configure flags that control things like the
735 exec_prefix or datadir. While here, allow the GERBV_SCHEMEINIT to "win" if set. This is
736 more in line with how most programs work. The environment variable
737 gives a hook to override the default behaviour.
739 2008-09-06 Dan McMahill * dan AT mcmahill dot net *
741 * configure.ac: correct version number on trunk
743 2008-09-06 Stuart Brorson * sdb AT cloud9 dot net *
745 * configure.ac: Update revision to 2.1.0 in configure.ac for
748 2008-09-06 Stuart Brorson * sdb AT cloud9 dot net *
750 * src/Makefile.am: Set shared library version in prep for upcoming
753 2008-09-06 Stuart Brorson * sdb AT cloud9 dot net *
755 * ChangeLog, NEWS: Update NEWS and ChangeLog in prep for 2.1.0
758 2008-09-04 Dan McMahill * dan AT mcmahill dot net *
760 * win32/gerbv.nsi.in: .gvp is now the extension for gerbv project
763 2008-09-04 Dan McMahill * dan AT mcmahill dot net *
765 * win32/gerbv.nsi.in: cause the start menu shortcut to startup in
766 the users "My Documents" (XP/2k) or "Documents" (vista) area.
768 2008-09-04 Dan McMahill * dan AT mcmahill dot net *
770 * win32/Makefile.am, win32/gerbv.nsi.in,
771 win32/registerExtension.nsh: add file extension associations. Now
772 double clicking on .prj, .gbr, .gbx, .cnc, .ncd, and .xy files will
775 2008-09-04 Dan McMahill * dan AT mcmahill dot net *
777 * win32/extract_gtk_win32: make sure the zlib dll ends up in the
778 right place. This lets us click on a gerber file and have gerbv
781 2008-09-04 Dan McMahill * dan AT mcmahill dot net *
783 * win32/gerbv.nsi.in: Get the uninstaller to work with vista. Thank
784 you microsoft for that little bit of joy :( Add in some commented out stuff that can hopefully be used later for
785 associating file types.
787 2008-09-03 Dan McMahill * dan AT mcmahill dot net *
789 * win32/gerbv.nsi.in: add the BUGS and COPYING links to the
792 2008-09-03 Dan McMahill * dan AT mcmahill dot net *
794 * win32/build_gerbv: If --debug is added twice, the second one
795 triggers --enable-debug being passed to the configure script.
797 2008-09-03 Dan McMahill * dan AT mcmahill dot net *
799 * src/interface.c: remove another obsolete #if !defined(MINGW32).
800 Now log messages actually show up in the messages window under
801 windows too. No change on non-win32 systems.
803 2008-09-02 Stuart Brorson * sdb AT cloud9 dot net *
805 * src/main.c, src/render.c: Applied Ineiev's latest patch to fix X11
806 functionality. Also updated copyright string emitted by gerbv
809 2008-08-31 Julian Lamb * thepurlieu AT gmail dot com *
811 * src/main.c: * allow user to translate a single file from the command line
812 (previously, it only worked on >1 file)
814 2008-08-31 Julian Lamb * thepurlieu AT gmail dot com *
816 * src/main.c: * fix image centering when using --border command line argument
818 2008-08-31 Julian Lamb * thepurlieu AT gmail dot com *
820 * src/main.c: * fix translation of files using command line interface (bug noticed
823 2008-08-30 Dan McMahill * dan AT mcmahill dot net *
825 * src/render.c: remove a horribly out of date #if
826 !defined(__MINGW32__). Only affects windows.
828 2008-08-29 Julian Lamb * thepurlieu AT gmail dot com *
830 * src/main.c: * add Joerg's patch instead, since it's better
832 2008-08-29 Julian Lamb * thepurlieu AT gmail dot com *
834 * src/callbacks.c, src/main.c: * set "save as" dialog to start in the current directory of the
835 layer to be saved/exported * add a "Loading project..." message to stdout when loading a
836 project from the command line
838 2008-08-29 Dan McMahill * dan AT mcmahill dot net *
840 * README-release.txt, configure.ac, src/project.c: Add versioning to
841 the project files. I have verfied reasonable behavour with a
842 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
843 to load the file anyway using the latest known version) - version that is not too new but it is not one we know about
844 (issues a warning and tries anyway using a default assumption of
845 version) - version string that is simply invalid (syntactically) (issues a
846 warning and tries to anyway using a default assumption of version) As part of this, fully document how file format version changes are
847 handled and also fully document the exact policy/procedure for gerbv
848 versions on the cvs trunk as well as on cvs release branches.
850 2008-08-29 Julian Lamb * thepurlieu AT gmail dot com *
852 * src/callbacks.c, src/render.c: * correct some namespaces in the recent patch by ineiv
854 2008-08-29 Stuart Brorson * sdb AT cloud9 dot net *
856 * src/callbacks.c, src/main.h, src/render.c, src/render.h: Measure
857 tool now works with mouse zooms and the measure line is persistent.
858 Patch submitted by Ineiev.
860 2008-08-28 Julian Lamb * thepurlieu AT gmail dot com *
862 * src/main.c: * don't save layers when saving a project file * fix regression where relative file paths were not used during
865 2008-08-28 Julian Lamb * thepurlieu AT gmail dot com *
867 * src/gerbv.c, src/main.c: * add some logic to the project loading code to load the layers
868 sequentially, ignoring any skipped layer numbers. This should help
869 make gerbv more robust against faulty project files.
871 2008-08-28 Stuart Brorson * sdb AT cloud9 dot net *
873 * src/callbacks.c: Move "are you sure" dialog to before file chooser
874 dialog is run in open_project. This is the more logical order:
875 Warn the user first, and then let him chose the file. The other
876 order didn't work in the case where the user hit "cancel" in the
877 file chooser, because it would ask "are you sure" after the user hit
880 2008-08-28 Julian Lamb * thepurlieu AT gmail dot com *
882 * src/main.c: * try and alternate method of increasing the last_loaded int to try
883 and stop Stuart's segfault
885 2008-08-28 Julian Lamb * thepurlieu AT gmail dot com *
887 * src/interface.c: * fix a GTK warning on GDK-only builds
889 2008-08-27 Julian Lamb * thepurlieu AT gmail dot com *
891 * src/render.c: * fix building with --disable-cairo, spotted by Erik
893 2008-08-27 Julian Lamb * thepurlieu AT gmail dot com *
895 * src/callbacks.c: * fix segfault noticed by Stuart
897 2008-08-27 Julian Lamb * thepurlieu AT gmail dot com *
899 * src/main.c, src/project.c: * fix segfault noticed by Joerg during opening of project files
901 2008-08-27 Dan McMahill * dan AT mcmahill dot net *
903 * src/attribute.c, src/drill.c: repair the saving/loading of drill
904 layers. HID attributes associated with the file format have to have
905 names which are valid scheme variable names which precludes a name
908 2008-08-27 Dan McMahill * dan AT mcmahill dot net *
910 * src/Makefile.am, src/callbacks.c: Simplify the authors/bugs
911 handling a bit. No need for these to be in standalone compiled
912 files which ends up requiring extra declarations and producing
913 global variables. While here correct a broken depenendency in my
916 2008-08-27 Dan McMahill * dan AT mcmahill dot net *
918 * src/Makefile.am: make a call to awk more portable so that it works
919 with old sunos-5.8 /usr/bin/awk
921 2008-08-26 Stuart Brorson * sdb AT cloud9 dot net *
923 * src/interface.c: Move all icons to the project load/save menu
924 items since they correspond to the load/save buttons on the toolbar.
926 2008-08-26 Stuart Brorson * sdb AT cloud9 dot net *
928 * src/callbacks.c, src/interface.c: Fix bug noticed by Joerg, in
929 which buttons on toolbar were inconsistent w.r.t. loading/saving
930 project files vs. layers. Now all buttons operate on project files.
931 Also incorporate a few other fixes.
933 2008-08-26 Julian Lamb * thepurlieu AT gmail dot com *
935 * src/export-drill.c: * fix drill export bug spotted by Erik
937 2008-08-26 Julian Lamb * thepurlieu AT gmail dot com *
939 * src/Makefile.am, src/interface.c: * update src/Makefile.am for Stuart * add control-O accelerator for open layer
941 2008-08-26 Julian Lamb * thepurlieu AT gmail dot com *
943 * src/gerbv.h: * add cairo.h include to fix build problem noticed by ineiev
945 2008-08-26 Stuart Brorson * sdb AT cloud9 dot net *
947 * src/Makefile.am: Check in fixes required to get gerbv to compile
948 reliably with bugs.c and authors.c functionality.
950 2008-08-26 Stuart Brorson * sdb AT cloud9 dot net *
952 * AUTHORS, BUGS, NEWS, README, README-release.txt, src/Makefile.am,
953 src/callbacks.c, src/callbacks.h, src/interface.c: Made BUGS file
954 display one of the help menu options. This builds upon the changes
957 2008-08-26 Dan McMahill * dan AT mcmahill dot net *
959 * AUTHORS, src/Makefile.am, src/callbacks.c: update the AUTHORS file
960 and use the generated authors.c to fill in the 'credits' screen.
962 2008-08-26 Dan McMahill * dan AT mcmahill dot net *
964 * test/run_tests.sh: Add a special environment variable,
965 GERBV_MAGIC_TEST_SKIP, which if set to 'yes' will cause the
966 testsuite to simply return with a "all passed" indication. This lets you debug packaging issues around 'make distcheck' without
967 being stuck on 'make check' failures. While ignoring failures in
968 the testsuite is not good, the reality of how the checks currently
969 work is that variations in the cairo version and/or CPU architecture
970 can cause false failures in the testsuite which end up being a
971 barrier to more fully testing the build system. This variable should be used carefully and thoughtfully.
973 2008-08-26 Dan McMahill * dan AT mcmahill dot net *
975 * Makefile.am: Include BUGS and quit including an obsolete readme in
978 2008-08-25 Julian Lamb * thepurlieu AT gmail dot com *
980 * src/draw.c: * prevent duplicate objects from being selected
982 2008-08-25 Julian Lamb * thepurlieu AT gmail dot com *
984 * src/callbacks.c, src/callbacks.h, src/render.c, src/render.h: * add some more sanity to the selected object message, and when/how
985 we remove items from the array * also fixes a bug in FAST mode, where unloading all layers when
986 items are selected causes noticeable graphics glitches
988 2008-08-25 Dan McMahill * dan AT mcmahill dot net *
990 * win32/Makefile.am: fix some typos in generation of the dos format
991 versions of COPYING and BUGS
993 2008-08-25 Dan McMahill * dan AT mcmahill dot net *
995 * BUGS: associate a cairo version number (1.6.4) with the cairo
996 printing bug under windows
998 2008-08-25 Dan McMahill * dan AT mcmahill dot net *
1000 * BUGS: remove the version line since it is just yet another place
1001 to keep a version updated
1003 2008-08-25 Dan McMahill * dan AT mcmahill dot net *
1005 * src/Makefile.am: generate a bugs.c and authors.c file which are
1006 generated at build time from $(top_srcdir)/BUGS and
1007 $(top_srcdir)/AUTHORS. These can be used to keep the authors list
1008 and bugs list in 1 place but display from multiple places.
1010 2008-08-25 Dan McMahill * dan AT mcmahill dot net *
1012 * src/callbacks.c: set the web site in the about dialog
1014 2008-08-25 Dan McMahill * dan AT mcmahill dot net *
1016 * win32/Makefile.am, win32/gerbv.nsi.in: On win32, install a dos
1017 version (\n -> \r\n) of the top level BUGS and add to the start menu
1018 group. While here do the same for the top level COPYING.
1020 2008-08-25 Dan McMahill * dan AT mcmahill dot net *
1022 * README-release.txt: add a reminder to review and update the BUGS
1023 file prior to a release
1025 2008-08-25 Dan McMahill * dan AT mcmahill dot net *
1027 * src/callbacks.c: repair a call to the cancel/ok dialog. The do
1028 not show again argument is not a boolean but rather a pointer to a
1031 2008-08-25 Dan McMahill * dan AT mcmahill dot net *
1033 * src/interface.c: protect against a null pointer dereference
1035 2008-08-25 Julian Lamb * thepurlieu AT gmail dot com *
1037 * : * update the golden files that changed after the recent oval->oblong
1040 2008-08-24 Stuart Brorson * sdb AT cloud9 dot net *
1042 * Makefile.am: Remove README-Pick-and-Place-search_parts.txt from
1043 release tarball since it was removed as obsolete.
1045 2008-08-24 Stuart Brorson * sdb AT cloud9 dot net *
1047 * README-Pick-and-Place-search_parts.txt: Removed obsolete README
1048 talking about PnP functionality which was removed in 2006.
1050 2008-08-24 Stuart Brorson * sdb AT cloud9 dot net *
1052 * Makefile.am: Add BUGS file to extra dist in Makefile.am.
1054 2008-08-24 Stuart Brorson * sdb AT cloud9 dot net *
1056 * BUGS: Added BUGS file to CVS.
1058 2008-08-24 Julian Lamb * thepurlieu AT gmail dot com *
1060 * src/attribute.c, src/attribute.h, src/drill.c, src/gerb_image.c,
1061 src/gerbv.c, src/gerbv.h, src/project.c: * move two of the attribute destroy functions to libgerbv, where
1064 2008-08-24 Stuart Brorson * sdb AT cloud9 dot net *
1066 * src/callbacks.c: Added warning dialog if the user has previously
1067 edited the drill layer, and then does an "edit file properties".
1069 2008-08-24 Stuart Brorson * sdb AT cloud9 dot net *
1071 * src/callbacks.c, src/gerbv.c, src/interface.c: Moved project
1072 related stuff in "file" menu to top section, and layer stuff to
1073 second section. This is because "new" is traditionally the top menu
1074 item, and it creates a new project. Therefore, all project stuff
1075 must be at top. Also did minor refactoring of revert function calls
1076 to eliminate a compiler warning.
1078 2008-08-24 Stuart Brorson * sdb AT cloud9 dot net *
1080 * src/callbacks.c, src/gerbv.c, src/interface.c: Moved "revert" menu
1081 item to section holding "project" items (because it affects all
1082 layers, not just one). Also make both "revert project" and "revert
1083 layer" actions reset the dirty flag and reset the layer tree
1086 2008-08-24 Dan McMahill * dan AT mcmahill dot net *
1088 * src/attribute.c, src/attribute.h, src/drill.c: make sure we always
1089 make local copies of the attribute lists in a way that allows us to
1090 destroy them later correctly.
1092 2008-08-24 Dan McMahill * dan AT mcmahill dot net *
1094 * src/gerbv.h: protect against multiple inclusions
1096 2008-08-24 Dan McMahill * dan AT mcmahill dot net *
1098 * src/project.c: fix an obvious typo in the last commit. why did
1101 2008-08-24 Dan McMahill * dan AT mcmahill dot net *
1103 * src/attribute.c, src/gerb_image.c, src/gerbv.h, src/project.c:
1104 fill in the destroy code for HID attribute lists
1106 2008-08-24 Dan McMahill * dan AT mcmahill dot net *
1108 * src/attribute.c: fill in the destroy code for attribute lists
1110 2008-08-24 Stuart Brorson * sdb AT cloud9 dot net *
1112 * src/interface.c: Fix minor bug in which there were overlapping
1113 keyboard accelerators for different options in "analyze" menu.
1115 2008-08-23 Julian Lamb * thepurlieu AT gmail dot com *
1117 * src/callbacks.c: * after "saving as", update the file path in the project struct to
1118 make sure the layer name is updated and future "save" actions will
1119 save to the new position
1121 2008-08-23 Julian Lamb * thepurlieu AT gmail dot com *
1123 * src/callbacks.c: * update dirty flag in some places. I think Stuart did this earlier
1124 in libgerbv, but I removed them from there and forgot to put them
1125 back into callbacks.c* update dirty flag in some places. I think
1126 Stuart did this earlier in libgerbv, but I removed them from there
1127 and forgot to put them back into callbacks.c* update dirty flag in
1128 some places. I think Stuart did this earlier in libgerbv, but I
1129 removed them from there and forgot to put them back into
1130 callbacks.c* update dirty flag in some places. I think Stuart did
1131 this earlier in libgerbv, but I removed them from there and forgot
1132 to put them back into callbacks.c* update dirty flag in some places.
1133 I think Stuart did this earlier in libgerbv, but I removed them from
1134 there and forgot to put them back into callbacks.c* update dirty
1135 flag in some places. I think Stuart did this earlier in libgerbv,
1136 but I removed them from there and forgot to put them back into
1137 callbacks.c* update dirty flag in some places. I think Stuart did
1138 this earlier in libgerbv, but I removed them from there and forgot
1139 to put them back into callbacks.c* update dirty flag in some places.
1140 I think Stuart did this earlier in libgerbv, but I removed them from
1141 there and forgot to put them back into callbacks.c
1143 2008-08-23 Julian Lamb * thepurlieu AT gmail dot com *
1145 * src/draw.c: * fir the rendering of obround flashed apertures in cairo rendering
1147 2008-08-23 Stuart Brorson * sdb AT cloud9 dot net *
1149 * src/draw.c: Make pdf export show oblong objects as a line with
1150 rounded ends, instead of an oval. Reviewed by Julian.
1152 2008-08-23 Julian Lamb * thepurlieu AT gmail dot com *
1154 * example/eaglecad1/top-cop.gbx: * revert an unintentional change to top-cop.gbx that happened during
1157 2008-08-23 Julian Lamb * thepurlieu AT gmail dot com *
1159 * example/eaglecad1/top-cop.gbx, src/interface.c: * fix bug where save projet button read "save layer as"
1161 2008-08-23 Julian Lamb * thepurlieu AT gmail dot com *
1163 * src/callbacks.c, src/gerbv.c: * try and improve Windows print quality
1165 2008-08-23 Dan McMahill * dan AT mcmahill dot net *
1167 * win32/gerbv.nsi.in: point at correct location for Readme.txt
1169 2008-08-23 Julian Lamb * thepurlieu AT gmail dot com *
1171 * src/gerbv.c: * fix printing translation bug noticed by Dan
1173 2008-08-22 Julian Lamb * thepurlieu AT gmail dot com *
1175 * src/callbacks.c: * small change to an alert dialog to bring it inline with the visual
1178 2008-08-21 Dan McMahill * dan AT mcmahill dot net *
1180 * win32/extract_gtk_win32: make sure we extract GPL v2 as well as v3
1182 2008-08-21 Julian Lamb * thepurlieu AT gmail dot com *
1184 * src/pick-and-place.c: * fix more bugs in PNP rendering orientation. LED example now works
1185 somewhat. I think I'll leave things as they are now for 2.1...it
1188 2008-08-21 Julian Lamb * thepurlieu AT gmail dot com *
1190 * src/pick-and-place.c: * some orientation fixes for PNP logic (noticed by Stuart). However,
1191 LED.xy has problems now...it looks like its row order isn't
1192 correctly recognized by gerbv.
1194 2008-08-21 Julian Lamb * thepurlieu AT gmail dot com *
1196 * src/main.c: * change default render mode to cairo on Windows builds, since all
1197 data points seem to show it renders faster than GDK. This should
1198 help speed up the speed for the casual user that doesn't change the
1201 2008-08-21 Julian Lamb * thepurlieu AT gmail dot com *
1203 * src/main.c: * more fixes with the project writing freeing logic
1205 2008-08-21 Julian Lamb * thepurlieu AT gmail dot com *
1207 * src/project.c: * fix double-freeing of project struct when writing to file
1209 2008-08-21 Julian Lamb * thepurlieu AT gmail dot com *
1211 * src/attribute.c, src/main.c, src/project.c, src/project.h: * actually call the project_destroy functions committed in the last
1214 2008-08-21 Julian Lamb * thepurlieu AT gmail dot com *
1216 * src/attribute.c, src/callbacks.c, src/gerb_image.c, src/gerbv.h,
1217 src/project.c: * more leak fixes, including a stub for the HID_attribute free
1220 2008-08-21 Julian Lamb * thepurlieu AT gmail dot com *
1222 * src/callbacks.c, src/gerb_image.c, src/gerber.c, src/gerbv.c,
1223 src/main.c, src/render.c, src/render.h: * more memory leak fixes, including a sizable cairo rendering leak.
1224 Again, lots of code touched, so testing is needed.
1226 2008-08-21 Stuart Brorson * sdb AT cloud9 dot net *
1228 * src/callbacks.c: Added back "No object selected" dialog box when
1229 the user asks for an object properties report, but nothing is
1232 2008-08-21 Stuart Brorson * sdb AT cloud9 dot net *
1234 * src/callbacks.c: Change g_strdup_printf to g_string_printf and
1235 g_string_append_printf as recommended by Julian to help clean up
1238 2008-08-21 Julian Lamb * thepurlieu AT gmail dot com *
1240 * src/gerb_image.c, src/gerbv.h: * fix another memory leak in the image_destroy function
1242 2008-08-21 Julian Lamb * thepurlieu AT gmail dot com *
1244 * src/gerb_image.c, src/gerber.c: * revert an erroneous fix in the simplified macro logic which caused
1247 2008-08-20 Julian Lamb * thepurlieu AT gmail dot com *
1249 * src/callbacks.c, src/drill_stats.c, src/gerb_image.c,
1250 src/gerb_stats.c, src/gerber.c, src/gerbv.c, src/gerbv.h,
1251 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
1254 2008-08-19 Dan McMahill * dan AT mcmahill dot net *
1256 * win32/extract_gtk_win32, win32/gerbv.nsi.in: update some of the
1257 licenses (welcome to GPL v2 and v3 split)
1259 2008-08-19 Dan McMahill * dan AT mcmahill dot net *
1261 * autogen.sh: partially revert the previous. We still need to clear
1262 out autom4te.cache since it can cause problems
1264 2008-08-19 Dan McMahill * dan AT mcmahill dot net *
1266 * Makefile.am, README-win32.txt, win32/build_gerbv,
1267 win32/extract_gtk_win32, win32/gerbv.nsi.in: minor tweaks to allow
1268 building with the latest gtk/win32 builds
1270 2008-08-19 Julian Lamb * thepurlieu AT gmail dot com *
1272 * src/callbacks.c, src/draw-gdk.c: * fix some (not all) of the GDK clipping issues on high zoom. Please
1273 test out FAST rendering and let me know if anything is broken.
1274 Polygons still cause some problems at high zooms, but there's not
1275 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
1276 selection only working on the active layer
1278 2008-08-19 Julian Lamb * thepurlieu AT gmail dot com *
1280 * 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
1281 high zooms. My quick tests still show some clipping (GDK only) at
1282 the highest allowable zoom, but I don't think we should limit the
1283 zoom levels any more. Feedback is requested.
1285 2008-08-19 Julian Lamb * thepurlieu AT gmail dot com *
1287 * src/callbacks.c, src/render.c: * more miscellaneous GUI cleanup
1289 2008-08-19 Julian Lamb * thepurlieu AT gmail dot com *
1291 * src/attribute.c, src/drill.c, src/gerbv.h, src/interface.c: * more miscellaneous dialog cleanups
1293 2008-08-19 Julian Lamb * thepurlieu AT gmail dot com *
1295 * src/interface.c: * fix tearoff button bar size after being torn off * add some stock icons to various menu items to make them prettier
1297 2008-08-19 Dan McMahill * dan AT mcmahill dot net *
1299 * utils/umap: fill in everyones name
1301 2008-08-19 Dan McMahill * dan AT mcmahill dot net *
1303 * README-release.txt: note the shared library versioning requirement
1305 2008-08-19 Dan McMahill * dan AT mcmahill dot net *
1307 * INSTALL.MINGW.WIN32: remove obsolete mingw/win32 building
1310 2008-08-19 Dan McMahill * dan AT mcmahill dot net *
1312 * INSTALL: remove the standard gnu boilerplate install doc. It is
1313 put in place by autogen.sh
1315 2008-08-19 Julian Lamb * thepurlieu AT gmail dot com *
1317 * src/callbacks.c, src/interface.c: * change pointer tool to default, since it now actually does
1318 something * tweak all dialog messages and look to better meet GNOME HIG
1320 2008-08-19 Julian Lamb * thepurlieu AT gmail dot com *
1322 * 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
1325 2008-08-18 Julian Lamb * thepurlieu AT gmail dot com *
1327 * src/callbacks.c, src/draw-gdk.c, src/draw.c, src/export-rs274x.c,
1328 src/gerb_image.c, src/gerber.c, src/gerbv.h, src/pick-and-place.c,
1329 test/golden/Makefile.am, test/inputs/Makefile.am,
1330 test/inputs/test-layer-step-and_repeat-2.gbx, test/tests.list: * fix render logic for polygon draws, eliminating the step and
1331 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
1332 and improve info accuracy
1334 2008-08-18 Stuart Brorson * sdb AT cloud9 dot net *
1336 * Structs.txt: Change current_index -> curr_index.
1338 2008-08-18 Stuart Brorson * sdb AT cloud9 dot net *
1340 * src/callbacks.c: Fixed bug in which you could select objects on an
1343 2008-08-17 Stuart Brorson * sdb AT cloud9 dot net *
1345 * src/callbacks.c, src/drill.c, src/gerber.c: Free strings created
1346 using g_strdup_printf in error and statistics gathering code.
1348 2008-08-17 Julian Lamb * thepurlieu AT gmail dot com *
1350 * src/gerber.c: * update golden files using cairo 1.6 rendering in preparation for
1351 polygon internal switch * make sure aperture stat warnings aren't issued during polygon
1352 fills, since there's no aperture used for them
1354 2008-08-16 Julian Lamb * thepurlieu AT gmail dot com *
1356 * src/callbacks.c, src/callbacks.h: * change object display code to use g_message(), and eliminate
1357 custom code to do the same thing
1359 2008-08-16 Dan McMahill * dan AT mcmahill dot net *
1361 * autogen.sh: don't delete log files and assorted other generated
1362 files as part of the autogen.sh step. That should be left for
1363 things like 'make distclean'. Noted by DJ on gerbv-devel.
1365 2008-08-16 Julian Lamb * thepurlieu AT gmail dot com *
1367 * src/Makefile.am, src/callbacks.c, src/callbacks.h, src/textbox.c,
1368 src/textbox.h: * combine recent object property display code with the existing log
1369 code, eliminating textbox.[ch] * fix several memory leaks in the display callback function
1371 2008-08-15 Julian Lamb * thepurlieu AT gmail dot com *
1373 * src/gerbv.c: * fix bug in revert function which kept it from working properly on
1376 2008-08-15 Julian Lamb * thepurlieu AT gmail dot com *
1378 * src/callbacks.c, src/gerbv.c: * remove callbacks function calls from gerbv.h, since it is in
1379 libgerbv and can't use GUI functions
1381 2008-08-15 Stuart Brorson * sdb AT cloud9 dot net *
1383 * src/callbacks.c, src/interface.c: Minor changes to displayed text.
1385 2008-08-15 Stuart Brorson * sdb AT cloud9 dot net *
1387 * Structs.txt: Added more info to file.
1389 2008-08-15 Stuart Brorson * sdb AT cloud9 dot net *
1391 * src/callbacks.c: Misc fixes and updates.
1393 2008-08-14 Stuart Brorson * sdb AT cloud9 dot net *
1395 * src/callbacks.c, src/render.c: Output layer number alongside file
1396 name in general tab of Gerber report window. This allows users to
1397 cross-correlate the report to the aperture def list given in the
1400 2008-08-14 Stuart Brorson * sdb AT cloud9 dot net *
1402 * src/callbacks.c, src/draw-gdk.c, src/draw.c: Make Gerbv report
1403 names of all files processed when generating reports. Filenames are
1404 presented on general tab of reports window.
1406 2008-08-14 Stuart Brorson * sdb AT cloud9 dot net *
1408 * src/callbacks.c, src/gerb_stats.c, src/render.c: Made selected
1409 object properties report also emit aperture type.
1411 2008-08-14 Stuart Brorson * sdb AT cloud9 dot net *
1413 * src/callbacks.c, src/draw-gdk.c, src/draw.c, src/gerb_file.h,
1414 src/gerb_stats.c, src/gerber.c, src/gerbv.c, src/gerbv.h: Added
1415 filename to gerb_file_t struct so that it could be reported from
1416 various reporting facilities. Also modified aperture D code report. Moved D count to separate tab
1417 for 10 <= D <= MAX and fixed reporting so gerbv now reports the
1418 number of times a particular aperture has been *used*, which is
1419 probably more interesting than the previous reporting quantity.
1420 Note that I still need to put the layer filename info into report
1421 for each code (G, D, M, etc), and to separate all reports by layer.
1423 2008-08-14 Stuart Brorson * sdb AT cloud9 dot net *
1425 * Structs.txt: Added more info about structs used in program.
1427 2008-08-14 Dan McMahill * dan AT mcmahill dot net *
1429 * src/Makefile.am, src/run_gerbv.in: Add a wrapper script to use for
1430 launching gerbv prior to installation. This lets gerbv properly
1431 find init.scm even with libtool and also with building outside of
1434 2008-08-13 Dan McMahill * dan AT mcmahill dot net *
1436 * src/attribute.c: take the previous commit one step further. If
1437 the "auto" button is checked none of the other widgets will be
1440 2008-08-13 Dan McMahill * dan AT mcmahill dot net *
1442 * src/attribute.c: put a rather ugly hack in place where if the
1443 first entry in an attribute list is a boolean *and* its name is
1444 "auto" then the callbacks for everything else will cause it to be
1445 unchecked. It's an ugly hack but it is the best we have right now
1446 since the current framework does not allow for capturing
1447 dependencies between attributes.
1449 2008-08-13 Dan McMahill * dan AT mcmahill dot net *
1451 * src/attribute.h, src/gerbv.h: move a comment back with the code it
1454 2008-08-13 Stuart Brorson * sdb AT cloud9 dot net *
1456 * src/callbacks.c: Fixed bug in which aperture types were
1457 misreported in the analyze -> reports stuff. The problem was that
1458 the enum of possible apertures contained in gerbv.h was updated, but
1459 the list of strings naming the apertures in callbacks.c was not.
1460 Also added exposure type to stuff reported by the "object
1463 2008-08-13 Dan McMahill * dan AT mcmahill dot net *
1465 * src/textbox.c: add missing header, remove unused variable. Gets
1468 2008-08-13 Stuart Brorson * sdb AT cloud9 dot net *
1470 * src/callbacks.c, src/gerbv.h: Made "display object properties"
1471 display file name *and* layer of each item selected.
1473 2008-08-13 Stuart Brorson * sdb AT cloud9 dot net *
1475 * Structs.txt: A quick hierarchical outline of the datastructures
1476 involved in a gerbv project, and how they fit together. All gerbv
1477 hackers are invited to add to this as they work on the project.
1479 2008-08-13 Stuart Brorson * sdb AT cloud9 dot net *
1481 * src/gerbv.h, src/interface.c: Changed references to program's name
1482 from "Gerber Viewer" to "Gerbv".
1484 2008-08-13 Stuart Brorson * sdb AT cloud9 dot net *
1486 * src/callbacks.c, src/interface.c, src/interface.h, src/render.c:
1487 Added new dialog box which only displays info and presents an "OK"
1488 button. Hooked it up to situations where the user needs an error
1489 dialog box (e.g. trying to get a report on selected objects when
1490 nothing is selected). Also some minor cleanups to eliminate
1491 compiler and GTK warnings.
1493 2008-08-12 Stuart Brorson * sdb AT cloud9 dot net *
1495 * src/interface.c: Menu cleanups. Add "Edit" menu to top menubar
1496 and add "delete" to it. Add "get object properties" to "analyze"
1497 menu. Other random fixes.
1499 2008-08-12 Stuart Brorson * sdb AT cloud9 dot net *
1501 * src/callbacks.c, src/interface.c: A couple of wording changes in
1502 text shown to the user. Clarified the meaning of the report given
1503 by the analysis windows, and fixed the second "display object
1504 properties" to read "edit object properties" (which is what it
1507 2008-08-11 Stuart Brorson * sdb AT cloud9 dot net *
1509 * src/callbacks.c: Fixed bug in which clicking on empty drawing area
1510 with pointer tool would cause segfault.
1512 2008-08-11 Stuart Brorson * sdb AT cloud9 dot net *
1514 * src/Makefile.am, src/callbacks.c, src/textbox.c, src/textbox.h:
1515 Committed DJ's patch which implementes reporting info about selected
1518 2008-06-29 Stuart Brorson * sdb AT cloud9 dot net *
1520 * src/callbacks.c: Minor update to layer_dirty functionality.
1522 2008-06-29 Stuart Brorson * sdb AT cloud9 dot net *
1524 * src/callbacks.c, src/gerbv.h, src/interface.c, src/main.c: Remove
1525 project_dirty and make gerbv store all layers when you do file->save
1526 project. Also make sure gerbv updates the layer_dirty flags when
1527 you do "save project".
1529 2008-06-29 Stuart Brorson * sdb AT cloud9 dot net *
1531 * src/callbacks.c, src/gerbv.c, src/gerbv.h, src/interface.c:
1532 Implement layer_dirty flag and bind it into file save mechanism.
1534 2008-06-29 Julian Lamb * thepurlieu AT gmail dot com *
1536 * src/callbacks.c, src/interface.c: * display the layer name in italics and preceded by a "*" to show
1537 unsaved layers (waiting for Stuart to commit the dirty flag changes)
1539 2008-06-08 Julian Lamb * thepurlieu AT gmail dot com *
1541 * src/draw-gdk.c: * remove GDK rendering error messages for known GDK problems (fix
1544 2008-05-25 Julian Lamb * thepurlieu AT gmail dot com *
1546 * src/callbacks.c, src/draw-gdk.h, src/draw.h, src/exportimage.c,
1547 src/gerber.h, src/interface.c: * clean up some --disable-cairo compile problems * remove the pointer icon from --disable-cairo builds, since there's
1548 no way to figure out what is clicked without cairo * fix focus problem to prevent the NEW button from being focused on
1551 2008-05-24 Julian Lamb * thepurlieu AT gmail dot com *
1553 * src/drill.c: * commit patch from Erik Winn to stop gerbv from complaining during
1554 TCST lines in Excellon drill files. The TCST command is a valid one
1555 and shouldn't flag as an error.
1557 2008-05-23 Julian Lamb * thepurlieu AT gmail dot com *
1559 * doc/example-code/example4.c, doc/example-code/example5.c: * fix a few example source files based on the recent enum namespace
1562 2008-05-23 Julian Lamb * thepurlieu AT gmail dot com *
1564 * src/callbacks.c, src/callbacks.h, src/drill.c, src/drill.h,
1565 src/drill_stats.h, src/interface.c: * fix a couple accidental string replacements from the last commit
1567 2008-05-23 Julian Lamb * thepurlieu AT gmail dot com *
1569 * src/amacro.c, src/amacro.h, src/attribute.c, src/attribute.h,
1570 src/callbacks.c, src/callbacks.h, src/draw-gdk.c, src/draw-gdk.h,
1571 src/draw.c, src/drill.c, src/drill.h, src/drill_stats.c,
1572 src/drill_stats.h, src/export-drill.c, src/export-rs274x.c,
1573 src/gerb_image.c, src/gerb_stats.c, src/gerb_stats.h, src/gerber.c,
1574 src/gerber.h, src/gerbv.c, src/gerbv.h, src/interface.c,
1575 src/main.c, src/main.h, src/pick-and-place.c, src/pick-and-place.h,
1576 src/project.c, src/project.h, src/render.c, src/render.h,
1577 src/tooltable.c: * finish converting all enums and structs over to use gerbv_
1578 namespace * add more documentation
1580 2008-05-23 Julian Lamb * thepurlieu AT gmail dot com *
1582 * doc/Doxyfile.nopreprocessing, doc/example-code/example6.c,
1583 src/amacro.c, src/amacro.h, src/attribute.c, src/attribute.h,
1584 src/callbacks.c, src/callbacks.h, src/common.h, src/csv.c,
1585 src/csv.h, src/csv_defines.h, src/draw-gdk.c, src/draw-gdk.h,
1586 src/draw.c, src/draw.h, src/drill.c, src/drill.h,
1587 src/drill_stats.c, src/drill_stats.h, src/dynload.h,
1588 src/export-drill.c, src/export-rs274x.c, src/exportimage.c,
1589 src/gerb_file.c, src/gerb_file.h, src/gerb_image.c,
1590 src/gerb_image.h, src/gerb_stats.c, src/gerb_stats.h, src/gerber.c,
1591 src/gerber.h, src/gerbv.c, src/gerbv.h, src/gerbv_icon.h,
1592 src/icons.h, src/interface.c, src/interface.h, src/main.c,
1593 src/main.h, src/opdefines.h, src/pick-and-place.c,
1594 src/pick-and-place.h, src/project.c, src/project.h, src/render.c,
1595 src/render.h, src/scheme-private.h, src/scheme.c, src/scheme.h,
1596 src/tooltable.c: * assign all files to a module (doxygen documentation) * more namespace cleanup for enums * more documentation
1598 2008-05-22 Julian Lamb * thepurlieu AT gmail dot com *
1600 * doc/example-code/example6.c, src/gerbv.h: * a couple small fixes to example6.c * correct the new render type enum
1602 2008-05-22 Julian Lamb * thepurlieu AT gmail dot com *
1604 * doc/example-code/example6.c, src/gerbv.h: * add example6.c, which is an extensive example of how to embed a
1605 custom gerber render widget inside another application...also a
1606 great cairo starting reference for anyone who wants to learn the
1607 basics of cairo. * add more documentation and do some reorganizing of gerbv.h
1609 2008-05-22 Julian Lamb * thepurlieu AT gmail dot com *
1611 * src/Makefile.am, src/amacro.c, src/amacro.h, src/attribute.c,
1612 src/attribute.h, src/batch.c, src/batch.h, src/callbacks.c,
1613 src/callbacks.h, src/common.h, src/csv.c, src/csv.h,
1614 src/draw-gdk.c, src/draw-gdk.h, src/draw.c, src/draw.h,
1615 src/drill.c, src/drill.h, src/drill_stats.c, src/drill_stats.h,
1616 src/dynload.c, src/dynload.h, src/export-drill.c, src/gerb_file.c,
1617 src/gerb_file.h, src/gerb_image.h, src/gerb_stats.c,
1618 src/gerb_stats.h, src/gerb_transf.c, src/gerb_transf.h,
1619 src/gerber.c, src/gerber.h, src/gerbv.h, src/gerbv_icon.h,
1620 src/icons.h, src/interface.c, src/interface.h, src/main.c,
1621 src/main.h, src/opdefines.h, src/pick-and-place.c,
1622 src/pick-and-place.h, src/render.c, src/render.h,
1623 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
1626 2008-05-21 Stuart Brorson * sdb AT cloud9 dot net *
1628 * src/export-rs274x.c: Change www.gerbv.org -> gerbv.sf.net in G04
1629 codes emitted by RS-274X exporter.
1631 2008-05-21 Julian Lamb * thepurlieu AT gmail dot com *
1633 * src/callbacks.c, src/project.c: * eliminate random blank lines written to stdout during project
1634 loading * update Stuart's latest commit since mainProject is now a pointer
1636 2008-05-20 Stuart Brorson * sdb AT cloud9 dot net *
1638 * src/callbacks.c, src/export-rs274x.c: Fix program behavior so that
1639 when a user saves a page, then it is no longer dirty. Also augment
1640 G04 message placed into RS-274X files to point to the gerbv project
1643 2008-05-19 Julian Lamb * thepurlieu AT gmail dot com *
1645 * doc/example-code/example5.c, src/gerb_image.c, src/gerber.c,
1646 src/gerber.h, src/gerbv.h: * add some basic drawing functions to libgerbv (draw line, arc,
1647 rectangle) * add example5.c demonstrating basic drawing using libgerbv * more documentation
1649 2008-05-18 Julian Lamb * thepurlieu AT gmail dot com *
1651 * src/gerbv.h: * add a ifdef to make sure gerbv.h is usable in libgerbv
1653 2008-05-18 Stuart Brorson * sdb AT cloud9 dot net *
1655 * src/gerbv.h: Add '#include "config.h"' so configure time flags are
1656 visible inside gerbv.h.
1658 2008-05-18 Julian Lamb * thepurlieu AT gmail dot com *
1660 * doc/example-code/example2.c, doc/example-code/example4.c,
1661 src/batch.c, src/callbacks.c, src/draw-gdk.c, src/draw-gdk.h,
1662 src/draw.c, src/draw.h, src/drill.c, src/drill.h,
1663 src/export-drill.c, src/export-rs274x.c, src/gerb_image.c,
1664 src/gerb_image.h, src/gerb_stats.c, src/gerb_stats.h,
1665 src/gerb_transf.c, src/gerb_transf.h, src/gerber.c, src/gerber.h,
1666 src/gerbv.c, src/gerbv.h, src/interface.c, src/main.c, src/main.h,
1667 src/pick-and-place.c, src/pick-and-place.h, src/render.c,
1668 src/render.h: * change all gerb_* namespace to gerbv_* namespace, clarifying the
1671 2008-05-18 Julian Lamb * thepurlieu AT gmail dot com *
1673 * doc/example-code/Makefile.am, doc/example-code/example1.c,
1674 doc/example-code/example2-input.gbx, doc/example-code/example2.c,
1675 doc/example-code/example3-input.gbx, doc/example-code/example3.c,
1676 doc/example-code/example4-input.gbx, doc/example-code/example4.c,
1677 src/batch.c, src/callbacks.c, src/exportimage.c, src/gerb_image.c,
1678 src/gerb_image.h, src/gerber.c, src/gerbv.c, src/gerbv.h,
1679 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
1681 2008-05-18 Julian Lamb * thepurlieu AT gmail dot com *
1683 * doc/example-code/example1.c, src/drill.c, src/export-rs274x.c,
1684 src/gerb_image.c, src/gerber.c, src/gerbv.c, src/gerbv.h,
1685 src/main.c, src/pick-and-place.c: * more namespace reorg for functions used by libgerbv * more documentation for the key functions and structs
1687 2008-05-17 Julian Lamb * thepurlieu AT gmail dot com *
1689 * configure.ac, doc/Makefile.am, doc/example-code/Makefile.am,
1690 doc/example-code/example1-input.gbx, doc/example-code/example1.c,
1691 src/attribute.c, src/attribute.h, src/callbacks.c, src/drill.c,
1692 src/export-drill.c, src/export-rs274x.c, src/gerbv.c, src/gerbv.h,
1693 src/main.c, src/main.h, src/project.c, src/render.c: * Do some cleanup to get libgerbv usable (a few functions were
1694 needed by libgerbv previously). * Change mainProject to use a pointer, and move all gerbv_project_t
1695 initialization to a function called gerbv_create_project. This
1696 affected almost all the GUI source code files. * Add a first example file to show how to use libgerbv in other
1697 software (doc/example-code/exampl1.c). * Start filling in the documentation inside gerbv.h. To create the
1698 documentation, run "doxygen doc/Doxyfile.nopreprocessing" from the
1699 root directory, and then view the documentation at
1700 doc/html/index.html.
1702 2008-05-17 Julian Lamb * thepurlieu AT gmail dot com *
1704 * doc/Doxyfile.nopreprocessing, src/exportimage.c, src/gerbv.h,
1705 src/pick-and-place.c: * start cleanup of gerbv.h and remove extra #ifdefs so that other
1706 software can use gerbv.h and not worry about setting up any defines
1708 2008-05-16 Dan McMahill * dan AT mcmahill dot net *
1710 * src/gerb_file.c: use G_DIR_SEPARATOR instead of trying to figure
1711 it out ourselves (incorrectly)
1713 2008-05-16 Julian Lamb * thepurlieu AT gmail dot com *
1715 * src/callbacks.c: * fix scrollbar handle positions, which were apparently broken
1716 during the rendering struct changes several months ago.
1718 2008-05-16 Julian Lamb * thepurlieu AT gmail dot com *
1720 * INSTALL, src/export-rs274x.c, src/gerb_image.c: * skip over initial net when merging or exporting files. The
1721 initial net is always zero based on the way we parse files.
1723 2008-05-14 Stefan Petersen * spe AT stacken dot kth dot se *
1725 * src/drill.c: Fixed bug #1963618 reported by Lorenzo Marcantonio
1726 regarding missing setlocale in drill_parse. Also cleaned up some
1727 mess while file was in my editor.
1729 2008-05-11 Dan McMahill * dan AT mcmahill dot net *
1731 * autogen.sh: add some extra output about the versions of the
1732 different tools which are encountered.
1734 2008-05-11 Dan McMahill * dan AT mcmahill dot net *
1736 * configure.ac: use AC_PROG_LIBTOOL instead of AM_PROG_LIBTOOL as
1737 the former is the prefered name.
1739 2008-05-09 Dan McMahill * dan AT mcmahill dot net *
1741 * README-cvs.txt: add a note about needing libtool
1743 2008-05-09 Dan McMahill * dan AT mcmahill dot net *
1745 * autogen.sh: if libtoolize doesn't exist, spit out an error to that
1748 2008-05-09 Dan McMahill * dan AT mcmahill dot net *
1750 * INSTALL, README-release.txt, autogen.sh, configure.ac,
1751 src/Makefile.am, src/libgerbv.pc.in: add the build system changes to
1752 break out libgerbv into a library that the main program links to
1754 2008-05-05 Stuart Brorson * sdb AT cloud9 dot net *
1756 * src/exportimage.c: Tweaked invocation of
1757 gerbv_render_to_pixmap_using_gdk so I could build gerbv using only
1760 2008-04-30 Stuart Brorson * sdb AT cloud9 dot net *
1762 * src/callbacks.c, src/gerbv.h, src/interface.c, src/interface.h:
1763 Made "Don't show this dialog again" checkbox optional when you call
1764 interface_get_alert_dialog_response. This fixes issue where not all
1765 alerts should show the checkbox. Also added "Are you sure" dialog
1766 when user tries to quite after making changes.
1768 2008-04-29 Stuart Brorson * sdb AT cloud9 dot net *
1770 * src/callbacks.c, src/gerbv.c, src/gerbv.h, src/interface.c,
1771 src/main.c, src/render.c, src/render.h: Added "Do not show this
1772 dialog again" checkbox to "are you sure?" delete dialog.
1774 2008-04-27 Julian Lamb * thepurlieu AT gmail dot com *
1776 * src/Makefile.am, src/amacro.c, src/amacro.h, src/callbacks.c,
1777 src/drill.c, src/drill_stats.h, src/exportimage.c,
1778 src/gerb_image.c, src/gerb_image.h, src/gerb_stats.h, src/gerber.c,
1779 src/gerbv.c, src/gerbv.h, src/main.c, src/main.h, src/project.c,
1780 src/project.h, src/render.h, src/tooltable.c, src/tooltable.h:
1781 Finish cleaning up library split, eliminating all compile errors.
1782 Move project.[ch] and all related scheme files to the "application",
1783 since putting these in libgerbv is not really needed.
1785 2008-04-20 Julian Lamb * thepurlieu AT gmail dot com *
1787 * src/Makefile.am, src/amacro.h, src/attribute.c, src/callbacks.c,
1788 src/csv.c, src/draw-gdk.c, src/draw-gdk.h, src/draw.c, src/draw.h,
1789 src/drill.c, src/drill_stats.c, src/drill_stats.h,
1790 src/export-drill.c, src/export-drill.h, src/export-rs274x.c,
1791 src/export-rs274x.h, src/exportimage.c, src/exportimage.h,
1792 src/gerb_aperture.h, src/gerb_error.h, src/gerb_file.c,
1793 src/gerb_image.c, src/gerb_image.h, src/gerb_stats.c,
1794 src/gerb_stats.h, src/gerber.c, src/gerber.h, src/gerbv.c,
1795 src/gerbv.h, src/gerbv_screen.h, src/interface.c, src/log.c,
1796 src/log.h, src/main.c, src/main.h, src/pick-and-place.c,
1797 src/project.c, src/project.h, src/render.c, src/render.h,
1798 src/setup.c, src/setup.h: Big commit to start separating gerbv into
1799 a library and the command line/gui application. Also, clean out a
1800 bunch of dead code that wasn't needed anymore, and start moving all
1801 the important structs and function prototypes to gerbv.h to make a
1802 clean API for future library use.
1804 2008-04-17 Julian Lamb * thepurlieu AT gmail dot com *
1806 * src/callbacks.c: Hook up basic move object function (available
1807 through right-click menu).
1809 2008-04-17 Julian Lamb * thepurlieu AT gmail dot com *
1811 * src/callbacks.c, src/gerb_image.c: Add a 1 pixel grey border
1812 around the color picker boxes to make sure that the color stands out
1813 on a light background even with a light color.
1815 2008-04-17 Julian Lamb * thepurlieu AT gmail dot com *
1817 * src/gerb_image.c: Make sure created "panes" can actually be saved
1818 to a new rs274x file correctly.
1820 2008-04-17 Julian Lamb * thepurlieu AT gmail dot com *
1822 * src/callbacks.c, src/gerb_image.c, src/gerb_image.h,
1823 src/gerber.c, src/gerber.h: Get basic "window-paning" tool working
1824 (currently available through the right-click popup menu under
1825 "reduce area"). Next step is to work on the gui hookups to actually
1826 modify the parameters to the window-paning.
1828 2008-04-16 Julian Lamb * thepurlieu AT gmail dot com *
1830 * src/gerb_image.c, src/gerber.c: Replace a lot of mallocs with
1831 g_new0 calls, since it saves quite a few lines of code. Start
1832 splitting out some functions from the parser which will be needed in
1833 the new drawing code.
1835 2008-04-16 Julian Lamb * thepurlieu AT gmail dot com *
1837 * src/gerb_image.c: Make sure we "compress" all the aperture numbers
1838 in the first panelization file too, giving cleaner output files.
1840 2008-04-15 Julian Lamb * thepurlieu AT gmail dot com *
1842 * src/gerber.c: Fix bug #1943409, which was noticed by Stefan. One
1843 of the polygon parsing optimizations I did earlier turned out to be
1844 wrong in certain rare cases. It has now been fixed with an extra
1845 check to still reduce spurious polygon start/stops in most cases,
1846 but correctly flag the rare cases which actually use the D02 flag to
1847 start a new polygon.
1849 2008-04-14 Julian Lamb * thepurlieu AT gmail dot com *
1851 * src/render.c: Fix compiler error.
1853 2008-04-13 Stuart Brorson * sdb AT cloud9 dot net *
1855 * src/callbacks.c, src/render.c, src/render.h: Minor mods, including
1856 adding #ifndef RENDER_USING_GDK, to facilitate compilation on boxen
1859 2008-04-08 Julian Lamb * thepurlieu AT gmail dot com *
1861 * src/callbacks.c, src/render.c: Fix smalle regressing in selection
1862 code. Also increase the pixel limit between using the click and drag
1863 selection options, and make the clicking more sensitive.
1865 2008-04-08 Julian Lamb * thepurlieu AT gmail dot com *
1867 * src/callbacks.c, src/callbacks.h, src/gerb_image.c,
1868 src/gerb_image.h, src/interface.c, src/render.c, src/render.h: Hook
1869 up escape key to clear selection buffer. Temporarily add a menu
1870 item for "reduce area" (window-paning) and start working on code to
1871 do this. Also, create code stubs for object moving logic.
1873 2008-04-08 Julian Lamb * thepurlieu AT gmail dot com *
1875 * src/export-rs274x.c, src/gerber.c: Make some experimental changes
1876 to the gerber parser, and not even make a new net for aperture=OFF
1877 lines. This results in about a 5% memory savings, rendering speedup,
1878 and makes deleting/modifying objects much cleaner since there isn't
1879 a hanging D02 line before every object. Please speak up if anything
1880 is broken regarding the parsing/rendering...the test suite still
1881 passes 100% after this change.
1883 2008-04-08 Julian Lamb * thepurlieu AT gmail dot com *
1885 * src/callbacks.c, src/render.c, src/render.h: Allow user to control
1886 or shift click to add items to the selection buffer.
1888 2008-04-08 Julian Lamb * thepurlieu AT gmail dot com *
1890 * src/callbacks.c, src/callbacks.h, src/gerbv_screen.h,
1891 src/interface.c, src/render.c: Add a quick right-click menu for the
1892 "pointer" tool per Stuart's suggestion. Hook up the delete menu
1893 option to the delete code.
1895 2008-04-08 Julian Lamb * thepurlieu AT gmail dot com *
1897 * src/draw-gdk.c, src/draw.c, src/export-rs274x.c,
1898 src/gerb_image.c, src/gerb_image.h, src/gerber.c: Restructure the
1899 way deleted nets are handled. Remove a portion of the polygon
1900 parsing code, since I suspect it was added due to a typo in the
1901 Gerber manual (Stefan, maybe you can double-check). This code was
1902 adding many wasted G36 and G37 codes in the image.
1904 2008-04-08 Julian Lamb * thepurlieu AT gmail dot com *
1906 * src/draw-gdk.c, src/draw.c, src/gerb_image.c: Allow polygon fills
1907 to se selected/deleted/etc. This was done by adding special code to
1908 the draw and delete routines instead of changing the internal image
1909 structure. In retrospect, changing the image structure for the
1910 polygons is more trouble than it is worth, since the current
1911 implementation fits with the RS274X spec much better.
1913 2008-04-08 Julian Lamb * thepurlieu AT gmail dot com *
1915 * src/gerbv.c, test/run_tests.sh: Re-update all golden files since
1916 the 72 DPI default really makes most of the pictures unusable.
1917 Change the run_test script to force all tests to export as 640x480
1918 window. Fix a small bug in the new export code which defaulted to
1919 different x and y scales if the user didn't specify DPI (most likely
1920 they want a 1:1 aspect ratio).
1922 2008-04-08 Julian Lamb * thepurlieu AT gmail dot com *
1924 * src/gerbv.c: Update all golden test files after the last few
1925 months of code changes. Several recent changes were responsible for
1926 the massive test failures: 1) Anton's recent export patch, which defaults to 72 DPI and trims
1927 the picture to the perfect aspect ratio. 2) Make sure <1 pixel lines render as 1 pixel even at large zooms.
1929 2008-04-05 Julian Lamb * thepurlieu AT gmail dot com *
1931 * src/callbacks.c, src/draw-gdk.c, src/draw-gdk.h, src/draw.c,
1932 src/draw.h, src/gerbv_screen.h, src/interface.c, src/render.c: Add
1933 selection rendering to GDK (Fast) code as well, removing any need to
1934 desensitize the pointer tool depending on render type.
1936 2008-04-04 Julian Lamb * thepurlieu AT gmail dot com *
1938 * src/draw.c, src/render.c: Some miscellaneous code cleanup after
1939 the previous code commit.
1941 2008-04-04 Julian Lamb * thepurlieu AT gmail dot com *
1943 * src/callbacks.c, src/callbacks.h, src/draw.c, src/draw.h,
1944 src/export-drill.c, src/gerb_image.c, src/gerb_image.h,
1945 src/gerbv.c, src/gerbv.h, src/gerbv_screen.h, src/interface.c,
1946 src/render.c, src/render.h: Add several new capabilities to gerbv: 1) Add selection capability with the pointer tool. Both single
1947 clicking and dragging are supported now. 2) Add menu options for saving layers, now that gerbv offers actual
1948 editing of gerber files. Also allow the user to force an export to
1949 drill/rs274x format if they want to do that for some reason. 3) Allow the user to delete selected objects by pressing the delete
1950 key. The modified layer can then be saved. See post to gerbv_devel for known issues with this commit.
1952 2008-04-02 Julian Lamb * thepurlieu AT gmail dot com *
1954 * src/batch.c, src/batch.h, src/exportimage.c, src/exportimage.h,
1955 src/gerb_file.c, src/gerb_file.h, src/gerb_image.c,
1956 src/gerb_image.h, src/interface.c, src/interface.h, src/project.c,
1957 src/project.h: Commit elfring's const correctness patch.
1959 2008-04-02 Julian Lamb * thepurlieu AT gmail dot com *
1961 * man/gerbv.1.in, src/gerbv.c: Apply Anton's man page patch, and add
1962 the new translate option to it as well.
1964 2008-04-02 Julian Lamb * thepurlieu AT gmail dot com *
1966 * src/attribute.c, src/attribute.h, src/callbacks.c, src/gerbv.c:
1967 Rename the attribute dialog function to prevent confusion from
1968 hackers thinking it is in interface.c. Add an include to gerbv.c to
1969 remove a compiler warning.
1971 2008-04-02 Julian Lamb * thepurlieu AT gmail dot com *
1973 * src/callbacks.c: Slightly modify the format editor alert dialog
1974 wording to better conform to the Gnome HIG regarding
1975 primary/secondary wording.
1977 2008-04-02 Julian Lamb * thepurlieu AT gmail dot com *
1979 * src/callbacks.c: Also refresh the screen after changing file
1982 2008-04-02 Julian Lamb * thepurlieu AT gmail dot com *
1984 * src/callbacks.c, src/export-drill.c: Make sure we refresh the
1985 screen after reloading a layer.
1987 2008-04-01 Julian Lamb * thepurlieu AT gmail dot com *
1989 * src/Makefile.am, src/export-drill.c, src/export-drill.h,
1990 src/gerb_image.c, src/gerbv.c: Add logic to the merging code which
1991 tries to prevent duplicating apertures in the new image. Add an
1992 Excellon drill file exporter. Update the command line help to
1993 reflect the additions of rs274x and excellon exporting.
1995 2008-04-01 Julian Lamb * thepurlieu AT gmail dot com *
1997 * src/gerb_image.c, src/gerbv.c: Add translation to the command
1998 line, effectively allowing panelization of multiple files (or
1999 multiple instances of the same file). e.g.: src/gerbv --export=rs274x --output=output.gbx --translate=0,0
2000 --translate=3.5,0 example/dan/top.gbx example/dan/top.gbx to panelize 2 copies of top.gpx next to each other.
2002 2008-04-01 Julian Lamb * thepurlieu AT gmail dot com *
2004 * src/callbacks.c, src/gerb_image.c, src/gerb_image.h, src/gerbv.c,
2005 src/gerbv_screen.h, src/render.c: Add translation capability to
2006 merging code, and add a struct to handle per-layer transformations
2007 like translating/scaling/etc. After adding command line translation
2008 option, we should have the basics for scriptable panelization.
2010 2008-04-01 Julian Lamb * thepurlieu AT gmail dot com *
2012 * src/gerb_image.c: Fix bug in aperture translation logic for image
2015 2008-04-01 Julian Lamb * thepurlieu AT gmail dot com *
2017 * src/gerb_image.c, src/gerbv.c: Finish rough draft of image merging
2018 code...still plenty of bugs to fix though.
2020 2008-04-01 Julian Lamb * thepurlieu AT gmail dot com *
2022 * src/gerb_image.c, src/gerb_image.h, src/gerbv.c: Start coding the
2023 image duplication and copying functions in preparation for the
2024 panelization feature addition.
2026 2008-03-31 Dan McMahill * dan AT mcmahill dot net *
2028 * src/drill_stats.c: add an extra dprintf()
2030 2008-03-31 Dan McMahill * dan AT mcmahill dot net *
2032 * src/callbacks.c: add an extra digit on the measurements
2034 2008-03-31 Dan McMahill * dan AT mcmahill dot net *
2036 * src/drill.c: fix drill stats when in metric mode
2038 2008-03-30 Stuart Brorson * sdb AT cloud9 dot net *
2040 * src/exportimage.c: Move all #include <cairo*.h> declarations to
2041 same level to fix build problem.
2043 2008-03-29 Stefan Petersen * spe AT stacken dot kth dot se *
2045 * src/draw-gdk.c: Number of points in outline macro seems not to
2046 include start point and primitive 5 should handle explicit x/y
2048 2008-03-29 Stefan Petersen * spe AT stacken dot kth dot se *
2050 * src/draw.c: Number of points in outline macro seems not to include
2053 2008-03-27 Stefan Petersen * spe AT stacken dot kth dot se *
2055 * example/am-test/am-test.gbx: Number of points given as parameter
2056 to aperture macro should apperently not contain start point as found
2057 in other (real) examples in the repository.
2059 2008-03-27 Stefan Petersen * spe AT stacken dot kth dot se *
2061 * src/gerber.c: Fixed bug in aperture macro simplification. Number
2062 of parameters calculated for aperture macro 4 (outline) was
2065 2008-03-26 Dan McMahill * dan AT mcmahill dot net *
2067 * src/render.c: add missing prototype
2069 2008-03-26 Dan McMahill * dan AT mcmahill dot net *
2071 * src/attribute.c, src/attribute.h, src/batch.c, src/callbacks.c,
2072 src/drill.c, src/drill.h, src/interface.c, src/interface.h,
2073 src/project.c, src/project.h: Store file format attributes into the
2074 project file and correctly load them back again. Also store the
2077 2008-03-26 Dan McMahill * dan AT mcmahill dot net *
2079 * src/drill.c, src/drill_stats.c, src/drill_stats.h, src/gerbv.c:
2080 Don't complain about DETECT,ON and DETECT,OFF, FMAT,2 or VER,1 in
2081 drill files. Include the DETECT,ON/OFF part in the stats.
2083 2008-03-26 Julian Lamb * thepurlieu AT gmail dot com *
2085 * src/gerbv.c: Make sure some incorrect color values are caught by
2086 the command line parser (eg #gggggg was valid before).
2088 2008-03-26 Julian Lamb * thepurlieu AT gmail dot com *
2090 * src/callbacks.c, src/exportimage.c, src/gerbv.c, src/render.c,
2091 src/render.h: Added Anton's large patch set to: 1) Add much more command line exporting functionality to gerbv (note
2092 this patch pretty much changes the default png export behavior, so
2093 the test suite is 100% failing now...I will wait a little bit before
2094 uploading all the new golden files and make sure everyone is happy
2095 with the new command line setup). 2) fix a bug in the PDF/PS/SVG export code. The render function
2096 incorrectly scaled each layer during the export process, causing
2097 cairo to seriously complain and possibly crash. 3) Add capability to handle separate x and y scale factors. This
2098 will come in handy for fine-tuning printing for users etching their
2099 own boards (see Sourceforge feature request for this). Thanks again
2100 for Anton's great work on all this...maybe he'll stick around and
2103 2008-03-26 Julian Lamb * thepurlieu AT gmail dot com *
2105 * src/gerb_file.c: Fixed file parsing bug on Windows which sometimes
2106 read in past the EOF (noticed and fixed by Anton Verburg) (Bug
2107 1925182 in Sourceforge).
2109 2008-03-26 Dan McMahill * dan AT mcmahill dot net *
2111 * src/drill.c: don't complain about redefining a drill if the new
2112 definition is identical to the old one. Cuts out a lot of spurious
2115 2008-03-26 Dan McMahill * dan AT mcmahill dot net *
2117 * src/drill.c: fix index for the digits attribute
2119 2008-03-26 Dan McMahill * dan AT mcmahill dot net *
2121 * src/gerbv.c: add missing return in a non-void function.
2123 2008-03-26 Dan McMahill * dan AT mcmahill dot net *
2125 * src/Makefile.am, src/attribute.c, src/attribute.h, src/batch.c,
2126 src/callbacks.c, src/callbacks.h, src/drill.c, src/drill.h,
2127 src/gerb_image.c, src/gerb_image.h, src/gerber.c, src/gerbv.c,
2128 src/gerbv.h, src/interface.c, src/pick-and-place.c: Add code that
2129 provides a generic attribute list editor from pcb. Use this to
2130 provide a dialog for manually overriding the file format for drill
2131 files. Once people are satisfied that this works as desired we can
2132 fill in the code for specifying rs274-x and pick-and-place
2133 formatting. No more gui coding should be needed to add the others. 'make check' ran before and after with identical results.
2135 2008-03-21 Julian Lamb * thepurlieu AT gmail dot com *
2137 * src/gerbv.c: add gerbv_revert_file function for Dan's new popup
2140 2008-03-20 Dan McMahill * dan AT mcmahill dot net *
2142 * src/gerbv.c, src/project.c, src/project.h: Teach the project file
2143 about layer visibility. Now when you reload a project file, the
2144 layer visibility is preserved.
2146 2008-03-14 Julian Lamb * thepurlieu AT gmail dot com *
2148 * src/exportimage.c, src/gerber.c: Fix bug in macro parsing which
2149 mistakenly flagged all macros as using a "clear" exposure operation.
2150 This made the cairo renderer very slow on files with lots of macros.
2151 Thanks to Stefan for spotting the speed issue.
2153 2008-03-13 Stefan Petersen * spe AT stacken dot kth dot se *
2155 * src/draw-gdk.c: Aperture macro 21 with X and Y given as parameters
2156 in the aperture macro definition is now handled by the GDK drawing
2159 2008-02-26 Dan McMahill * dan AT mcmahill dot net *
2161 * desktop/Makefile.am: make sure we include gerbv_icon.ico in the
2164 2008-02-26 Dan McMahill * dan AT mcmahill dot net *
2166 * win32/build_gerbv: fix syntax error
2168 2008-02-20 Julian Lamb * thepurlieu AT gmail dot com *
2170 * src/callbacks.c: Eliminate the screen refresh after saving a
2171 project, since there's no need for it. This will make project
2172 saving near-instantaneous again.
2174 2008-02-18 Dan McMahill * dan AT mcmahill dot net *
2176 * utils/umap: add some email addresses to the cvs2cl.pl umap file
2178 2008-02-18 Stuart Brorson * sdb AT cloud9 dot net *
2180 * Makefile.am: Revert change made to DISTCHECK_CONFIGURE_FLAGS line
2183 2008-02-14 Julian Lamb * thepurlieu AT gmail dot com *
2185 * src/draw.c, src/gerber.c: Add a flag to the macro structure to let
2186 the renderer know if any clear primatives are used in the macro.
2187 This allows cairo to only use push/pop if it needs to, speeding up
2188 all other macro rendering.
2190 2008-02-14 Julian Lamb * thepurlieu AT gmail dot com *
2192 * src/draw-gdk.c, src/draw.c, src/gerber.c: Convert all apertures
2193 and macros to inches during parsing, completing the storage of all
2194 dimensions in the gerb_image as inches. This simplified the drawing
2195 logic, as well as making sure we don't make any unit conversion
2196 mistakes, since the Gerber spec allows 2 different ways to change
2197 units. With cairo, render any lines < 1 pixel wide as 1 pixel wide in order
2198 to eliminate the disappearing of lines at low zoom levels (pointed
2199 out by Stefan). This breaks many of the test suite files due to this
2200 small change, so I'll update them all soon.
2202 2008-02-14 Julian Lamb * thepurlieu AT gmail dot com *
2204 * src/Makefile.am, src/callbacks.c, src/color.c, src/color.h,
2205 src/gerbv.c, src/interface.c, src/log.c: Remove color.[ch], since
2206 their functionality has been incorporated into the other files after
2207 the cairo code addition.
2209 2008-02-14 Julian Lamb * thepurlieu AT gmail dot com *
2211 * src/draw.c, src/draw.h, src/render.c, src/render.h: Start adding
2212 the code to allow selection of items on the screen.
2214 2008-02-13 Stefan Petersen * spe AT stacken dot kth dot se *
2216 * src/draw-gdk.c: Added some more debug printouts when drawing
2219 2008-02-13 Stefan Petersen * spe AT stacken dot kth dot se *
2221 * src/gerber.c: The list of simplified aperture macros is now stored
2222 in the order they are defined. Also some reformatting of the code to
2223 fit into the rest of gerbv.
2225 2008-02-09 Julian Lamb * thepurlieu AT gmail dot com *
2227 * src/draw.c, src/draw.h, src/export-rs274x.c, src/render.c: Render
2228 apertures with diameter of 0 as 1 pixel wide in cairo. The GDK
2229 renderer already did this due to roundoff error, and other viewer
2230 software seem to do this as well. Some programs seem to use 0
2231 diameter apertures for labels and other things that aren't actually
2232 part of the PCB. This bug was noticed by Peter C.
2234 2008-02-09 Julian Lamb * thepurlieu AT gmail dot com *
2236 * src/draw-gdk.c, src/gerber.c: Add small fix to Stefan's recent
2237 bugfix to account for final rotation parameter in outline. Also,
2238 change to filled shapes in outline macro with GDK, since this is how
2239 other viewers handle this.
2241 2008-02-09 Stefan Petersen * spe AT stacken dot kth dot se *
2243 * src/gerb_aperture.h, src/gerber.c: Aperture macro primitive
2244 outline can have up to 102 parameters so I increased number of
2245 parameters to 102. That makes all places that is holding parameters
2246 this big, but I (spe) take that memory waste. When parsing, outline
2247 also calculates a more correct number of parameters, reflecting the
2248 changing number of parameters. That value is checked against maximum
2249 number of parameters.
2251 2008-02-09 Julian Lamb * thepurlieu AT gmail dot com *
2253 * src/export-rs274x.c, src/gerbv.c: Add code to allow exporting
2254 macros (using the new simplified macro structures). This should
2255 almost complete the export to RS274X code, except for some work on
2256 finishing work on some of the rarely used RS274X features. Add
2257 exporting to RS274X command into the help printout.
2259 2008-02-09 Julian Lamb * thepurlieu AT gmail dot com *
2261 * src/draw-gdk.h, src/draw.c, src/draw.h, src/gerber.c: Add code to
2262 calculate the exact extents of a drawn macro, in order to autoscale
2263 the image correctly and do perfect knockout cuts. This is now
2264 possible with the simplified aperture code. Move macro enumerations
2265 to draw-gdk.h so we can use it in gerber.c.
2267 2008-02-09 Julian Lamb * thepurlieu AT gmail dot com *
2269 * src/draw.c: Change the cairo macro rendering over to use Stefan's
2270 new simplified macro aperture definitions. This allowed for quite a
2271 bit of code cleanup. Note that the clearing code currently doesn't
2272 work yet, since we're waiting on Stefan to fix some ordering bugs in
2273 the simplified macro list.
2275 2008-02-09 Stefan Petersen * spe AT stacken dot kth dot se *
2277 * src/gerb_file.c: Fix for bug report #1884694 that made it possible
2278 for program to leak a small amount of memory in some situations.
2280 2008-02-09 Stefan Petersen * spe AT stacken dot kth dot se *
2282 * src/draw-gdk.c, src/draw-gdk.h, src/gerb_aperture.h, src/gerber.c:
2283 Implemented a simplifier for aperture macros. Already during the
2284 parse phase (actually when an aperture is defined using an aperture
2285 macro), gerbv now executes the byte code with the parameters given
2286 in the definition of the aperture. It generates a linked list with
2287 aperture macros with precalculated parameters, so the drawing engine
2288 never needs to redo the calculation everytime it draws an aperture
2289 defined by an aperture macro. And the virtual machine to execute the
2290 aperture macro byte code is only needed at one place (parser), not
2291 at every drawing engine. The virtual machine is also made hardended against bugs in the byte
2292 code. An actual implementation of using these simplified aperture macro is
2293 also done in the GDK drawing engine. A bug in the GDK drawing engine is also fixed so when drawing
2294 aperture macro primitive 20/2 so rotation is made in the correct
2297 2008-02-09 Stuart Brorson * sdb AT cloud9 dot net *
2299 * tags.txt: Update tags.txt file with tag gerbv-2_1_trunk.
2301 2008-02-09 Stuart Brorson * sdb AT cloud9 dot net *
2303 * configure.ac: Changed version to gerv-2.1-trunk for trunk.
2305 2008-02-09 Stuart Brorson * sdb AT cloud9 dot net *
2307 * tags.txt: Added new release name to tags.txt after tagging
2310 2008-02-09 Stuart Brorson * sdb AT cloud9 dot net *
2312 * configure.ac: Update configure.ac to read version 2.0.1.
2314 2008-02-08 Stuart Brorson * sdb AT cloud9 dot net *
2316 * ChangeLog, ChangeLog_pre20080201: Move old manual ChangeLog to
2317 ChangeLog_pre20080201. Check in new, autogenerated ChangeLog. The
2318 new ChangeLog is generated using cvs2cl.pl.
2320 2008-02-07 Julian Lamb * thepurlieu AT gmail dot com *
2322 * ChangeLog: Update Changelog manually for changes since 2.0.0
2324 2008-02-07 Stuart Brorson * sdb AT cloud9 dot net *
2326 * NEWS: Add annotation about gerbv-2.0.1.
2328 2008-02-07 Stuart Brorson * sdb AT cloud9 dot net *
2330 * Makefile.am: Fix typo.
2332 2008-02-05 Stuart Brorson * sdb AT cloud9 dot net *
2334 * NEWS: Created bare-bones NEWS file in prep for 2.0.1 release.
2336 2008-01-31 Dan McMahill * dan AT mcmahill dot net *
2338 * win32/build_gerbv: use tr instead of dos2unix to fix up the
2339 various Makefiles. This seems a bit more robust since the spurious
2340 \r is sometimes in the middle of a line
2342 2008-01-30 Dan McMahill * dan AT mcmahill dot net *
2344 * win32/extract_gtk_win32: add gdwin32 for pcb
2346 2008-01-30 Dan McMahill * dan AT mcmahill dot net *
2348 * win32/Makefile.am, win32/extract_gtk_win32, win32/gerbv.nsi.in:
2349 distribute the extract_gtk_win32 file, also list the gerbv license
2350 alone and keep the rest apart so it is easier to build other tools
2353 2008-01-30 Dan McMahill * dan AT mcmahill dot net *
2355 * win32/extract_gtk_win32, win32/gerbv.nsi.in: all licenses for all
2358 2008-01-30 Dan McMahill * dan AT mcmahill dot net *
2360 * win32/build_gerbv: disable desktop database updates
2362 2008-01-30 Julian Lamb * thepurlieu AT gmail dot com *
2364 * src/gerbv.c: * more help printout cleanup and clarification
2366 2008-01-30 Julian Lamb * thepurlieu AT gmail dot com *
2368 * src/gerbv.c: * cleanup help printout and change the format to better follow most
2371 2008-01-29 Peter Clifton * pcjc2 AT cam dot ac dot uk *
2373 * Makefile.am, icon-theme-installer: Add missed icon-theme-installer
2374 to EXTRA_DIST, and fix bug in icon-theme-installer where the -??
2375 size was not stripped from the installed icon name.
2377 2008-01-29 Peter Clifton * pcjc2 AT cam dot ac dot uk *
2379 * Makefile.am, configure.ac, desktop/Makefile.am,
2380 desktop/gerbv.svg, icon-theme-installer: Hooked up GTK icon theme
2381 and .desktop file install. Also added a "scalable" version of the
2382 gerbv icon for installation. This is the 48x48 svg original, scaled
2383 onto a 128x128 canvas to match the expected size of the "scalable"
2384 size of the "hicolor" icon theme.
2386 2008-01-24 Julian Lamb * thepurlieu AT gmail dot com *
2388 * src/draw.c: * speed up cairo rendering of macros by checking each macro for any
2389 clear draws, then only using push/pop group if we need to.
2391 2008-01-24 Stuart Brorson * sdb AT cloud9 dot net *
2393 * example/hellboard/README, example/hellboard/hellboard.back.gbr,
2394 example/hellboard/hellboard.fab.gbr,
2395 example/hellboard/hellboard.front.gbr,
2396 example/hellboard/hellboard.group1.gbr,
2397 example/hellboard/hellboard.group2.gbr,
2398 example/hellboard/hellboard.pcb,
2399 example/hellboard/hellboard.plated-drill.cnc: Added DJ's hellboard
2402 2008-01-24 Stefan Petersen * spe AT stacken dot kth dot se *
2404 * src/gerb_image.c, src/gerber.c: A little cleanup
2406 2008-01-24 Julian Lamb * thepurlieu AT gmail dot com *
2408 * src/draw-gdk.c, src/draw-gdk.h, src/draw.c, src/export-rs274x.c,
2409 src/gerb_image.h, src/gerber.c: * change polygon structure slightly and move "arc chopper" logic
2410 into the GDK draw functions, and store only the arc info in the
2411 gerb_image struct. This allows exporting with 100% accuracy, speeds
2412 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
2413 renderer now renders with the default resolution instead of the
2414 mandated 1 degree resolution with the previous method. * add more functionality to the export code, including info headers,
2415 polarity changes, and finishing the polygon stuff. The only major
2416 code that still needs to be added is macro exporting. This may wait
2417 until (or if) we re-arrange the macro storage method. * change GDK renderer to use a double for the scale factor instead
2418 of an int. The int was causing noticable error during rendering of
2419 large boards in comparison to the cairo version (which was correct).
2421 2008-01-24 Julian Lamb * thepurlieu AT gmail dot com *
2423 * src/gerber.c: * fix bug 1878509 by adding a hack to assume linear interpolation is
2424 desired if no I or J parameter is given. All other programs seem to
2425 assume this, so it should be safe. Also, the testsuite still passes
2426 after this change, so it shouldn't break anything.
2428 2008-01-23 Stuart Brorson * sdb AT cloud9 dot net *
2430 * src/draw-gdk.h: Trivial comment fix: #endif /* DRAW_H */ -->
2431 #endif /* DRAW_GDK_H */
2433 2008-01-22 Dan McMahill * dan AT mcmahill dot net *
2435 * win32/extract_gtk_win32: start work on documenting how I extract
2436 all the gtk for windows stuff and the licenses for each.
2438 2008-01-22 Dan McMahill * dan AT mcmahill dot net *
2440 * Makefile.am: remove some extra entries in the files to be cleaned
2441 that didn't really belong
2443 2008-01-22 Dan McMahill * dan AT mcmahill dot net *
2445 * src/dynload.c: fix a format string warning on windows.
2447 2008-01-22 Dan McMahill * dan AT mcmahill dot net *
2449 * configure.ac, src/scheme.c: check for strlwr() at configure time
2450 instead of relying on preprocessor #defines. Should address the
2451 strlwr() part of sf bug [ 1877018 ] compiling gerbv 2.0 using cygwin
2453 2008-01-22 Dan McMahill * dan AT mcmahill dot net *
2455 * configure.ac, src/Makefile.am, win32/build_gerbv,
2456 win32/gerbv.nsi.in: hook in the icons for the non-cygwin windows
2459 2008-01-22 Julian Lamb * thepurlieu AT gmail dot com *
2461 * src/export-rs274x.c: round values before writing to file in order
2462 to make sure no truncation errors are included.
2464 2008-01-22 Julian Lamb * thepurlieu AT gmail dot com *
2466 * src/Makefile.am, src/export-rs274x.c, src/export-rs274x.h,
2467 src/gerbv.c: *export-rs274x.[ch]: start coding the library to export
2468 a gerb_image to a Gerber file. Currently it supports basic aperture
2469 drawing and polygon fills without circular paths inside them. This
2470 should support most all files exported from PCB, though. For now,
2471 only the command line option is hooked into this new library for
2472 testing (--export-rs274x).
2474 2008-01-19 Dan McMahill * dan AT mcmahill dot net *
2476 * : add desktop icons from Tomaz.
2478 2008-01-19 Dan McMahill * dan AT mcmahill dot net *
2480 * desktop/gerbv-32.svg: add 32x32 icon
2482 2008-01-18 Dan McMahill * dan AT mcmahill dot net *
2484 * desktop/gerbv-16.svg, desktop/gerbv-22.svg, desktop/gerbv-48.svg,
2485 desktop/regen_files: add some application icons from Tomaz along
2486 with a script from pcb to rebuild the .png and .ico files.
2488 2008-01-15 Dan McMahill * dan AT mcmahill dot net *
2490 * src/drill.c, src/gerber.c, src/pick-and-place.c, src/scheme.c,
2491 src/tooltable.c: fix a bunch of gcc4 warnings
2493 2008-01-13 Stefan Petersen * spe AT stacken dot kth dot se *
2495 * src/project.c, src/project.h: Cleaned up WIN32 code slightly
2497 2008-01-13 Stefan Petersen * spe AT stacken dot kth dot se *
2499 * src/interface.c: Cleaned up small compilation warning
2501 2008-01-13 Julian Lamb * thepurlieu AT gmail dot com *
2503 * src/draw-gdk.h, src/interface.c: * fix bug #1870444 (and a similar report about problems on MAC
2504 compiling) by allowing both draw.h and draw-gdk.h to be included.
2506 2008-01-13 Julian Lamb * thepurlieu AT gmail dot com *
2508 * : * update golden circular interpolation file to reflect updated test file.
2510 2008-01-13 Julian Lamb * thepurlieu AT gmail dot com *
2512 * ChangeLog, src/gerbv.c, src/interface.c, src/render.c,
2513 test/inputs/test-circular-interpolation-1.gbx: *gerbv.c: Get short options working for export from commandline
2514 options *many files: Get exporting from command line working
2515 without the need for a display (cairo only). This was a regression
2516 after the late on-the-fly GDK code. *render.c,interface.c: Get background color to show up correctly on
2519 2008-01-13 Stuart Brorson * sdb AT cloud9 dot net *
2521 * configure.ac, tags.txt: Created trunk in prep for 2.0.0 release.
2523 2008-01-13 Stuart Brorson * sdb AT cloud9 dot net *
2525 * ChangeLog: Update ChangeLog in prep for 2.0.0 release.
2527 2008-01-13 Stuart Brorson * sdb AT cloud9 dot net *
2529 * src/draw-gdk.c: Apply patch from Stephan Boettcher to help with
2532 2008-01-13 Dan McMahill * dan AT mcmahill dot net *
2534 * README-release.txt, utils/cvs2cl.pl, utils/umap: put cvs2cl.pl and
2535 a usermap file here to help with changelog updates for releases
2537 2008-01-12 Stuart Brorson * sdb AT cloud9 dot net *
2539 * configure.ac: Change displayed name of gerbv from gerbv-2.0.0-beta
2542 2008-01-12 Stuart Brorson * sdb AT cloud9 dot net *
2544 * src/exportimage.c: Moved #includes for render.h and exportimage.h
2545 after that for cairo.h. This should fix OSX build bug reported by
2548 2008-01-12 Julian Lamb * thepurlieu AT gmail dot com *
2550 * ChangeLog, src/draw.c, test/golden/Makefile.am,
2551 test/inputs/Makefile.am,
2552 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
2555 2008-01-12 Stuart Brorson * sdb AT cloud9 dot net *
2557 * configure.ac, test/Makefile.am, test/run_tests.sh: Change name of
2558 ImageMagick utilities from FOO to IM_FOO. This fixes problem where
2559 DISPLAY was overwriting the X environment variable, breaking the
2562 2008-01-12 Julian Lamb * thepurlieu AT gmail dot com *
2564 * ChangeLog, src/draw.c, test/golden/Makefile.am,
2565 test/inputs/Makefile.am, test/inputs/test-aperture-circle-1.gbx,
2566 test/inputs/test-aperture-circle-flash-1.gbx,
2567 test/inputs/test-aperture-obround-1.gbx,
2568 test/inputs/test-aperture-obround-flash-1.gbx,
2569 test/inputs/test-aperture-polygon-1.gbx,
2570 test/inputs/test-aperture-polygon-flash-1.gbx,
2571 test/inputs/test-aperture-rectangle-1.gbx,
2572 test/inputs/test-aperture-rectangle-flash-1.gbx,
2573 test/inputs/test-polygon-fill-1.gbx, test/tests.list: * draw.c: Fix a few minor cairo rendering issues: 1) fix rendering
2574 of circular interpolation within a polygon fill. 2) Fix rendering
2575 of flashed polygon apertures with holes in them. * tests/inputs: Add 8 new test files to test out aperture drawing,
2576 and 1 to test polygon fills. * tests/golden/*: Update all golden files in preparation for 2.0
2577 release. 20 tests were failing for a variety of reasons. Most
2578 were due to the recent disabling of anti-aliasing on polygon fills,
2579 which causes very small changes to the rendering of the polygon
2580 borders. The remainder of the failings were due to spurious lines
2581 previously being drawn on flashed apertures with holes (noticed by
2582 Stefan), which has now been fixed.
2584 2008-01-12 Peter Clifton * pcjc2 AT cam dot ac dot uk *
2586 * desktop/gerbv.desktop: Add mime types
2587 application/x-gerber;application/x-excellon; to .desktop file
2589 2008-01-12 Dan McMahill * dan AT mcmahill dot net *
2591 * test/Makefile.am: Revert adding $(SHELL) -x to the test
2592 environment. That broke the script.
2594 2008-01-12 Dan McMahill * dan AT mcmahill dot net *
2596 * win32/build_gerbv: - enable cairo in the win32 build script - add 'make clean' to the beginning of the script
2598 2008-01-12 Julian Lamb * thepurlieu AT gmail dot com *
2600 * 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.
2602 2008-01-12 Stuart Brorson * sdb AT cloud9 dot net *
2604 * man/Makefile.am: Random cleanup of makefile system.
2606 2008-01-12 Stuart Brorson * sdb AT cloud9 dot net *
2608 * Makefile.am, autogen.sh, configure.ac, desktop/Makefile.am,
2609 src/Makefile.am, test/Makefile.am, win32/Makefile.am: Random cleanup
2612 2008-01-12 Dan McMahill * dan AT mcmahill dot net *
2614 * win32/build_gerbv: disable dependency tracking which has issues
2615 with things like c: in a path
2617 2008-01-12 Dan McMahill * dan AT mcmahill dot net *
2619 * src/callbacks.c, src/drill.c, src/drill_stats.c,
2620 src/gerb_error.h, src/gerb_stats.c, src/gerber.c: ERROR->GRB_ERROR
2621 to avoid name space issues that prevented compiling with the cairo
2624 2008-01-12 Dan McMahill * dan AT mcmahill dot net *
2626 * src/callbacks.c: add a #error near the known broken WIN32 section.
2628 2008-01-12 Dan McMahill * dan AT mcmahill dot net *
2630 * src/render.c: protect one more cairo-xlib inclusion with a WIN32
2633 2008-01-12 Dan McMahill * dan AT mcmahill dot net *
2635 * src/gerber.c: add a handful of dprintfs
2637 2008-01-12 Dan McMahill * dan AT mcmahill dot net *
2639 * src/gerb_file.c: add missing rewind(). Now we can load files on
2640 win32. Noted by Peter Clifton.
2642 2008-01-12 Dan McMahill * dan AT mcmahill dot net *
2644 * configure.ac, src/callbacks.c, src/gerb_image.h, src/gerber.c,
2645 win32/build_gerbv, win32/gerbv.nsi.in: Minor changes that let gerbv
2646 build a non-cygwin windows version along with a native windows
2647 installer. The resulting program installs and deinstalls cleanly
2648 but currently only uses the GDK renderer. It runs but won't load
2649 files. Still, a step in the right direction.
2651 2008-01-11 Dan McMahill * dan AT mcmahill dot net *
2653 * configure.ac: add an AM_CONDITIONAL on win32
2655 2008-01-11 Dan McMahill * dan AT mcmahill dot net *
2657 * win32/Makefile.am: clean out a bunch of unneeded junk
2659 2008-01-11 Dan McMahill * dan AT mcmahill dot net *
2661 * src/Makefile.am, src/gerbv.rc: put the code in place for adding an
2662 icon on a windows build but leave commented out for the moment until
2663 the new icons are added.
2665 2008-01-11 Dan McMahill * dan AT mcmahill dot net *
2667 * win32/Makefile.am, win32/Readme.txt, win32/build_gerbv,
2668 win32/gerbv.nsi.in: start adding infrastructure for building windows
2669 installers (not finished or hooked in yet)
2671 2008-01-11 Dan McMahill * dan AT mcmahill dot net *
2673 * Makefile.am, README-cvs.txt, README-release.txt: add notes on
2674 building from cvs and how to create a release
2676 2008-01-11 Dan McMahill * dan AT mcmahill dot net *
2678 * configure.ac, man/Makefile.am, scheme/Makefile.am,
2679 src/Makefile.am: rework the use of datarootdir to avoid some manpage
2680 problems and a dependence on really new autoconf/makes
2682 2008-01-11 Dan McMahill * dan AT mcmahill dot net *
2684 * man/gerbv.1.in: remove some obsolete information
2686 2008-01-11 Stuart Brorson * sdb AT cloud9 dot net *
2688 * src/gerber.c: Change char -> int to fix Mac OSX bug noted by
2691 2008-01-10 Julian Lamb * thepurlieu AT gmail dot com *
2693 * ChangeLog, src/Makefile.am, src/callbacks.c, src/draw.c,
2694 src/draw.h, src/exportimage.c, src/gerbv.c, src/interface.c,
2695 src/render.c: * interface.c: Try and fix bug where tooltips weren't showing up
2696 for some users. * many files: Implement on-the-fly switching between GDK and cairo rendering, and set default setting on cairo builds to "Fast"
2697 (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
2698 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
2699 exposure=off parameter to erase.
2701 2008-01-10 Stuart Brorson * sdb AT cloud9 dot net *
2703 * ChangeLog: Inserted note about release into ChangeLog.
2705 2008-01-10 Stuart Brorson * sdb AT cloud9 dot net *
2707 * Makefile.am, configure.ac: Updated Makefile.am and configure.ac in
2708 prep for beta release.
2710 2008-01-10 Stuart Brorson * sdb AT cloud9 dot net *
2712 * configure.in: Remove configure.in after moving the file to
2715 2008-01-10 Stuart Brorson * sdb AT cloud9 dot net *
2717 * configure.ac: Move configure.in to configure.ac.
2719 2008-01-10 Stuart Brorson * sdb AT cloud9 dot net *
2721 * rebuild_conf: Remove rebuild_conf after moving actual file to
2724 2008-01-10 Stuart Brorson * sdb AT cloud9 dot net *
2726 * autogen.sh: Move rebuild_conf to autogen.sh.
2728 2008-01-09 Dan McMahill * dan AT mcmahill dot net *
2730 * src/callbacks.c: add the name of the renderer to the about dialog
2732 2008-01-09 Stefan Petersen * spe AT stacken dot kth dot se *
2734 * example/uwe/example.gbr, example/uwe/mail.txt: Added example on
2735 aperture macro overlayed
2737 2008-01-09 Julian Lamb * thepurlieu AT gmail dot com *
2739 * src/callbacks.c: * callbacks.c: Bump up the resolution of measurements in MMS.
2740 Change x and x to lowercase in display.
2742 2008-01-09 Julian Lamb * thepurlieu AT gmail dot com *
2744 * ChangeLog, src/gerbv.c: * gerbv.c: Make sure we increase max_files by 2, since we may need
2745 to open up two files for PNP layers (top + bottom). This fixes a
2746 segfault after adding a PNP file to the project and then clicking
2749 2008-01-09 Julian Lamb * thepurlieu AT gmail dot com *
2751 * src/callbacks.c: * fix bug where ruler pointers didn't show up when units are MILS
2752 (this was a regression after the new ruler scale logic was
2753 implemented last week).
2755 2008-01-09 Julian Lamb * thepurlieu AT gmail dot com *
2757 * src/render.c: * turn off cairo anti-aliasing from "normal" setting, since it seems to cause faint seams between adjacent polygons (most
2758 noticable in ground plane outputs from PCB, usually). I'll work
2759 on a better workaround for the next release.
2761 2008-01-09 Stuart Brorson * sdb AT cloud9 dot net *
2763 * src/drill.c: Tweaked logic which recognizes drill files to fix bug
2764 in Orcad file pointed out by Julian.
2766 2008-01-09 Julian Lamb * thepurlieu AT gmail dot com *
2768 * src/draw.c: * fix for arc render regression found in test suite. Updated 2
2769 golden files based on new (more correct) pictures.
2771 2008-01-09 Julian Lamb * thepurlieu AT gmail dot com *
2773 * src/callbacks.c: * fix stupid change in callbacks.c which disabled all layer
2776 2008-01-09 Stuart Brorson * sdb AT cloud9 dot net *
2778 * src/drill.c: Improve code which figures out if a file is a valid
2779 drill file. This prevents gerbv from accidentally reading in
2780 pick-place files. Fixes bug reported by Julian.
2782 2008-01-08 Julian Lamb * thepurlieu AT gmail dot com *
2784 * ChangeLog, src/callbacks.c: * callbacks.c: Change color dialog to "blocking", which prevents
2785 user from modifying layer orders while it is running and preventing possible problems with the layer tree code.
2787 2008-01-08 Stuart Brorson * sdb AT cloud9 dot net *
2789 * src/drill.c: Added check for %, and fixed check for T. This
2790 should fix bug noticed by Julian where gerbv would not load the
2791 drill file example/orcad/thruhole.tap.
2793 2008-01-08 Stuart Brorson * sdb AT cloud9 dot net *
2795 * src/callbacks.c: Added more authors to list.
2797 2008-01-08 Julian Lamb * thepurlieu AT gmail dot com *
2799 * src/gerbv.c: * when unloading a layer, make sure the last spot is NULL
2802 2008-01-08 Julian Lamb * thepurlieu AT gmail dot com *
2804 * ChangeLog, src/draw.c, src/pick-and-place.c: * pick-and-place.c: Make sure we check cir_seg height and width are
2805 > 0, otherwise it can cause cairo rendering problems. * draw.c: Reduce label text font size, since the protel-pnp example
2806 file reveals problems fitting the text on the image.
2808 2008-01-08 Julian Lamb * thepurlieu AT gmail dot com *
2810 * ChangeLog, src/callbacks.c, src/draw.c, src/drill.c, src/drill.h,
2811 src/gerber.c, src/gerber.h, src/gerbv.c, src/interface.c,
2812 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,
2813 since the new one seems to be having issues... * gerbv.c, others: Add a dialog to confirm the user wants to open a
2814 file with invalid ASCII characters.
2816 2008-01-07 Julian Lamb * thepurlieu AT gmail dot com *
2818 * src/gerbv.c: * gerbv.c: Fix segfault noticed by Stefan
2820 2008-01-07 Julian Lamb * thepurlieu AT gmail dot com *
2822 * ChangeLog, src/callbacks.c, src/gerbv.c, src/interface.c,
2823 src/interface.h, src/render.c: * interface.c, callbacks.c: Add in warning dialogs if user starts a
2824 new project or opens a project with existing layers to make sure
2825 they don't accidentally close all layers. * callbacks.c: Add in some logic to switch to inches in the rulers
2826 if the scale gets too small in mils. Change the default unit back
2827 to mils. * interface.c: Recognize the default unit and start the unit combo
2828 box to the right one. * render.c: Change the default screen size scale factor to where
2829 mils can reasonably show up on the rulers.
2831 2008-01-07 Dan McMahill * dan AT mcmahill dot net *
2833 * configure.in, src/callbacks.c, src/gerbv.c, src/gerbv_screen.h,
2834 src/render.c: remove MAX_FILES limit. We start with 1 and grow our
2837 2008-01-07 Stuart Brorson * sdb AT cloud9 dot net *
2839 * src/interface.c: Made inches the default for the units combobox.
2841 2008-01-07 Julian Lamb * thepurlieu AT gmail dot com *
2843 * ChangeLog, src/callbacks.c, src/callbacks.h, src/draw.c,
2844 src/gerbv_screen.h, src/interface.c, src/render.c: * callbacks.c, render.c: Get unit changing combobox to work more
2845 elegantly by updating all relevent fields immediately after
2846 changing units. Re- enable mils on the rulers, since inches were
2847 just too large to be usable for most boards. * interface.c: Get gui to gracefully shrink to a small size to
2848 support small screen resolutions. Prevent the sidebar from
2849 shrinking smaller than looks respectable. Change analysis tools to
2850 refer to "visible" layers rather than "active" layers to prevent
2851 confusion with the highlighted row in the layer tree. Add a frame
2852 around the statusbar to make it more visually appealing. Remove the
2853 "online manual" menu item since we don't actually have one yet. * draw.c: Change oval rendering to oblong, since that's probably
2854 what is actually intended (GDK rendering already did this).
2856 2008-01-07 Stuart Brorson * sdb AT cloud9 dot net *
2858 * src/callbacks.c: Added authors and license windows to "about"
2861 2008-01-06 Julian Lamb * thepurlieu AT gmail dot com *
2863 * ChangeLog, src/callbacks.c, src/render.c: * callbacks.c: Tweak the color dialog checks to make sure it works
2864 after destroying the dialog via the window manager. For cairo,
2865 speedup rendering during layer actions by simply recompositing the
2866 final image instead of redrawing everything. On layer deletion,
2867 reselect the first row to always make sure a line is active. * render.c: Reorder rendering so top layer is displayed on top.
2869 2008-01-06 Stuart Brorson * sdb AT cloud9 dot net *
2871 * example/protel-pnp/Pick_Place_for_SE_SG_IF_V2.csv: Revert change
2872 removing u-umlaut. u-umlaut is now back in.
2874 2008-01-06 Julian Lamb * thepurlieu AT gmail dot com *
2876 * ChangeLog, src/callbacks.c, src/callbacks.h, src/render.c: * render.c, callbacks.c: Add in watch cursor during rendering to
2877 provide feedback to user.
2879 2008-01-06 Julian Lamb * thepurlieu AT gmail dot com *
2881 * ChangeLog, src/draw-gdk.c, src/draw.c: * draw.c, draw-gdk.c, gerb_aperture.h: Add rendering code in
2882 preparation for aperture macro reordering.
2884 2008-01-06 Julian Lamb * thepurlieu AT gmail dot com *
2886 * src/gerb_aperture.h: * add new aperture_t types for the macro reordering
2888 2008-01-06 Stuart Brorson * sdb AT cloud9 dot net *
2890 * example/protel-pnp/Pick_Place_for_SE_SG_IF_V2.csv: Remove German
2891 u-umlaut from LED200 last item. Replace with "UE". This allows the
2892 CVS file to get past the binary filters in the file checking stuff.
2894 2008-01-06 Julian Lamb * thepurlieu AT gmail dot com *
2896 * ChangeLog, src/callbacks.c, src/gerbv.c, src/gerbv_screen.h,
2897 src/pick-and-place.c, src/pick-and-place.h: * pick-and-place.c, gerbv.c: Render top and bottom layers in
2898 separate layers (if they exist). Rotate parts correctly and fix
2899 min/max calcualtions so autoscaling works correctly. Also, add "top"
2900 and "bottom" labels to layer names.
2902 2008-01-06 Stuart Brorson * sdb AT cloud9 dot net *
2904 * src/interface.c: Minor code formatting changes. Checking in so my
2905 local copy matches CVS.
2907 2008-01-06 Stuart Brorson * sdb AT cloud9 dot net *
2909 * src/callbacks.c: Minor mods. Added F4 and made minor annotation
2912 2008-01-06 Stefan Petersen * spe AT stacken dot kth dot se *
2914 * src/gerber.c, src/pick-and-place.c, src/pick-and-place.h: Use
2915 isprint() and isdigit() when detecting file type. isprint() seems
2916 locale aware, at least on Debian.
2918 2008-01-06 Stefan Petersen * spe AT stacken dot kth dot se *
2920 * src/gerbv.c: Reformatting back to as it was
2922 2008-01-06 Dan McMahill * dan AT mcmahill dot net *
2924 * configure.in: set minimum required versions for automake an d
2927 2008-01-06 Dan McMahill * dan AT mcmahill dot net *
2929 * src/gerbv.c: fix off by one error that caused segfaults on exit.
2931 2008-01-06 Dan McMahill * dan AT mcmahill dot net *
2933 * src/scheme.c: kill one more 64-bit compiler warning
2935 2008-01-06 Julian Lamb * thepurlieu AT gmail dot com *
2937 * ChangeLog, src/callbacks.c, src/gerber.c, src/gerber.h,
2938 src/gerbv.c, test/golden/Makefile.am, test/inputs/Makefile.am,
2939 test/inputs/include-file-1.gbx,
2940 test/inputs/test-include-file-1.gbx, test/tests.list: * gerber.c: Add support for include files (%IF) in the parser,
2941 which hopefully completes 100% implementation of the RS-274X spec
2942 (yay!). * tests: Add a test file to test the include file functionality.
2944 2008-01-06 Julian Lamb * thepurlieu AT gmail dot com *
2946 * ChangeLog, src/callbacks.c, src/callbacks.h, src/draw.c,
2947 src/draw.h, src/gerbv_screen.h, src/interface.c, src/render.c: * interface.c: Remove a billion glade-generated gtk_widget_show
2948 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
2949 reference to control gerber option, since it's out for 2.0. * callbacks.c: Make middle mouse button the default pan tool, and
2950 update the mouse cursor is the user is panning or zooming with
2951 middle/right mouse buttons. * interface.c,callback.c: Add right click menu to the layer tree
2952 and add column to indicate any modifications to the layer (for now,
2953 we just show "I" for an inverted layer). Add back in support for
2954 individually inverted layers. Also, fix XOR and OR rendering modes
2955 for GDK. * render.c: Fix bug in alpha usage, which wasn't allowing
2956 transparency on exported images. * tests/golden/*: Update all golden files, since the png export
2957 wasn't using alpha correctly, so all test files now render with a
2958 slightly different color (since the black can bleed through the blue
2961 2008-01-05 Stuart Brorson * sdb AT cloud9 dot net *
2963 * configure.in: Updated version number to 2.0.0-pre
2965 2008-01-05 Stuart Brorson * sdb AT cloud9 dot net *
2967 * src/callbacks.c, src/interface.c: Fixed behavior of cursors in
2968 drawing_area so the special cursors stay only in the drawing_area,
2969 and the default pointer appears everywhere else.
2971 2008-01-05 Stuart Brorson * sdb AT cloud9 dot net *
2973 * ChangeLog, src/callbacks.c, src/gerbv_screen.h, src/icons.h,
2974 src/interface.c: Added pointer button to toggletools on task bar.
2976 2008-01-04 Stefan Petersen * spe AT stacken dot kth dot se *
2978 * ChangeLog, src/interface.c: Changed menu entries that pops up a
2979 new window to end with three dots
2981 2008-01-04 Stuart Brorson * sdb AT cloud9 dot net *
2983 * src/callbacks.c, src/gerbv.c: Fixed bug noted by Peter Clifton.
2984 File->new now emptys all project info.
2986 2008-01-04 Stefan Petersen * spe AT stacken dot kth dot se *
2988 * ChangeLog, src/draw-gdk.c: Fixed aperture macro drawing in GDK
2991 2008-01-04 Stuart Brorson * sdb AT cloud9 dot net *
2993 * src/interface.c: Comment out toolbuttons for analyze, validate,
2996 2008-01-03 Julian Lamb * thepurlieu AT gmail dot com *
2998 * 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
2999 without push/pop operations, so that vector output will work
3000 (previously, the cairo export defaulted to an image export for
3001 thermal rendering). * render.c: Fix autoscaling for new amacro test (although the hack
3002 will be unnecessary after we reorder the amacro rendering process to
3003 correctly calculate the extents of each flashed macro aperture).
3005 2008-01-03 Stuart Brorson * sdb AT cloud9 dot net *
3007 * src/gerber.c: Small changes which improve error reporting for
3010 2008-01-03 Stuart Brorson * sdb AT cloud9 dot net *
3012 * ChangeLog: Added note about new icons: move, zoom, measure.
3014 2008-01-03 Stuart Brorson * sdb AT cloud9 dot net *
3016 * src/Makefile.am, src/icons.h, src/interface.c: Added icons for
3017 toggletool buttons: move, zoom, and measure.
3019 2008-01-03 Stefan Petersen * spe AT stacken dot kth dot se *
3021 * src/amacro.c, src/draw.c, src/draw.h, src/gerber.c: Aperture
3022 macros are parsed correctly and executed correctly
3024 2008-01-03 Stefan Petersen * spe AT stacken dot kth dot se *
3026 * example/amacro-ref/1.grb, example/amacro-ref/README.txt,
3027 example/amacro-ref/full-ex.grb, example/amacro-ref/jj1.drl,
3028 example/amacro-ref/jj1.grb, example/amacro-ref/limit-ex.grb,
3029 example/amacro-ref/stp0.grb: Reference files for advanced, real
3030 life, aperture macros
3032 2008-01-02 Dan McMahill * dan AT mcmahill dot net *
3034 * example/pick-and-place/LED.frontsilk.gbr,
3035 example/pick-and-place/LED.xy: regenerate after fixing PCB's x-y
3038 2008-01-01 Stefan Petersen * spe AT stacken dot kth dot se *
3040 * src/gerb_aperture.h, src/gerber.c: Increase parameter field parsed
3041 out of aperture definitions. Warn if to many parameters are found
3043 2007-12-31 Julian Lamb * thepurlieu AT gmail dot com *
3045 * ChangeLog, example/pick-and-place/LED.frontsilk.gbr,
3046 example/pick-and-place/Makefile.am, src/callbacks.c,
3047 src/callbacks.h, src/draw.c, src/exportimage.c, src/gerbv.c,
3048 src/gerbv_screen.h, src/interface.c, src/pick-and-place.c,
3049 src/render.c, src/render.h: * gerbv.c: Rework project filename saving to save all layers with
3050 relative pathnames, relative to the project file location. This
3051 allows projects to be relocated, and fixes the second half of bug#
3052 1443885. * gerbv.c: More work on command line parsing. * interface.c, render.c, callbacks.c: Reimplement different
3053 rendering modes into the sidepane combobox for GDK. For cairo,
3054 allow the user to change the quality vs speed. * pick-and-place.c, draw.c: Correct pick and place parsing to use
3055 inches for the basic unit. Render names of pick-and-place
3056 components to help check placement.
3058 2007-12-31 Stuart Brorson * sdb AT cloud9 dot net *
3060 * src/pick-and-place.c: Removed stuff requiring footprints since
3061 it's not a 100% sure-fire indication of a pick-place file.
3063 2007-12-31 Stuart Brorson * sdb AT cloud9 dot net *
3065 * ChangeLog, src/drill.c, src/drill.h, src/gerber.c, src/gerber.h,
3066 src/gerbv.c, src/pick-and-place.c, src/pick-and-place.h: Overhauled
3067 checks for file type. Now all file types (Gerber, drill,
3068 pick-place) are FALSE by default, and only are TRUE when positive of
3069 file type indications are found. Also added specific check for
3070 RS-284-D, and throw error if -D is found.
3072 2007-12-31 Stefan Petersen * spe AT stacken dot kth dot se *
3074 * src/scheme.c: Hopefully fixes some compilation warnings
3076 2007-12-31 Dan McMahill * dan AT mcmahill dot net *
3078 * src/callbacks.c: use GPOINTER_TO_INT() instead of a straight
3081 2007-12-31 Dan McMahill * dan AT mcmahill dot net *
3083 * src/drill_stats.c: include missing header
3085 2007-12-30 Julian Lamb * thepurlieu AT gmail dot com *
3087 * ChangeLog, src/callbacks.c, src/callbacks.h, src/gerbv_screen.h,
3088 src/interface.c, src/render.c, src/render.h: * callbacks.[ch], interface.c, others: Implement three "tools",
3089 namely the pointer, zoom, and measure tool and hookup to the
3090 existing gui stubs. Also, display an informative message in the
3091 message bar explaining how to use the active tool (similar to
3092 Inkscape). Do some miscellaneous cleanups in the gui code and
3093 rendering. * callbacks.c, render.[ch]: Get basic printing support working.
3095 2007-12-30 Julian Lamb * thepurlieu AT gmail dot com *
3097 * src/gerber.c: * remove several potential locking loops in the gerber.c parser
3099 2007-12-29 Dan McMahill * dan AT mcmahill dot net *
3101 * test/inputs/Makefile, test/inputs/Makefile.in: remove generated
3104 2007-12-28 Stefan Petersen * spe AT stacken dot kth dot se *
3106 * ChangeLog, src/amacro.c, src/amacro.h, src/draw.c: gerbv can now
3107 handle comments and calculations in aperture macros. Unfortunate
3108 this revealed some errors in how aperture macros are drawn.
3110 2007-12-28 Stuart Brorson * sdb AT cloud9 dot net *
3112 * src/gerber.c: Fix problem where RENDER_USING_GDK was used before
3115 2007-12-28 Julian Lamb * thepurlieu AT gmail dot com *
3117 * ChangeLog, src/draw.c, src/gerb_image.c, src/gerb_image.h,
3118 src/gerber.c, src/render.c, test/golden/Makefile.am,
3119 test/inputs/Makefile, test/inputs/Makefile.am,
3120 test/inputs/Makefile.in, test/inputs/test-image-justify-1.gbx,
3121 test/inputs/test-image-justify-2.gbx,
3122 test/inputs/test-image-offset-1.gbx,
3123 test/inputs/test-image-polarity-1.gbx,
3124 test/inputs/test-image-rotation-1.gbx,
3125 test/inputs/test-layer-axis-select-1.gbx,
3126 test/inputs/test-layer-knockout-1.gbx,
3127 test/inputs/test-layer-knockout-2.gbx,
3128 test/inputs/test-layer-mirror-image-1.gbx,
3129 test/inputs/test-layer-mode-1.gbx,
3130 test/inputs/test-layer-offset-1.gbx,
3131 test/inputs/test-layer-rotation-1.gbx,
3132 test/inputs/test-layer-scale-factor-1.gbx,
3133 test/inputs/test-layer-step-and_repeat-1.gbx, test/tests.list: * commit Changelog after conflicts
3135 2007-12-28 Dan McMahill * dan AT mcmahill dot net *
3137 * src/callbacks.c: add a window title to the about window for gtk
3140 2007-12-28 Stuart Brorson * sdb AT cloud9 dot net *
3142 * src/drill.c: Fix boneheaded error in stats gathering stuff which
3143 was causing segfaults when reading drill files.
3145 2007-12-28 Stuart Brorson * sdb AT cloud9 dot net *
3147 * ChangeLog, src/callbacks.c, src/drill.c, src/gerb_stats.c,
3148 src/gerb_stats.h, src/gerber.c, src/gerbv_screen.h,
3149 src/interface.c, src/pick-and-place.c: Added more checks for file
3150 type. This should fix problem of segfaults when reading RS-274D.
3151 Make messages text window (in sidepane) pop up if an error or
3152 warning is written to it so user can immediately see problems.
3153 Robustified a few areas of stats gathering code.
3155 2007-12-28 Dan McMahill * dan AT mcmahill dot net *
3157 * src/callbacks.c: get this working with gtk-2.4.x again
3159 2007-12-28 Dan McMahill * dan AT mcmahill dot net *
3161 * test/Makefile.am: don't run the tests if we built with gdk instead
3162 of cairo. The exporting to png is done differently in the two cases
3163 and it makes the comparisons a little harder. If the libpng vs
3164 cairo exporting can be made to be more identical this can be
3167 2007-12-27 Stefan Petersen * spe AT stacken dot kth dot se *
3169 * src/pick-and-place.c: The pick and place file type check will
3170 hopefully not blow up in our face anymore. The pick and place parser
3171 et al still sucks and should need a complete rewrite by someone who
3172 knows how to write programs. This will proobably blow up in our face
3173 if someone tries to use it.
3175 2007-12-27 Dan McMahill * dan AT mcmahill dot net *
3177 * test/README.txt: add section on updating golden files
3179 2007-12-26 Julian Lamb * thepurlieu AT gmail dot com *
3181 * src/gerber.c, src/pick-and-place.c, test/golden/Makefile.am: * a few small followup fixes to prevent segfaults on some test
3182 files. Submit golden files for the 3 new testsuite files.
3184 2007-12-26 Dan McMahill * dan AT mcmahill dot net *
3186 * test/inputs/Makefile.am: add missing files
3188 2007-12-26 Dan McMahill * dan AT mcmahill dot net *
3190 * test/README.txt: write up how to add tests
3192 2007-12-25 Stuart Brorson * sdb AT cloud9 dot net *
3194 * src/callbacks.c, src/drill.c, src/gerber.c: Tweaked reporting of
3195 errors, warnings, and notes found while parsing drill and Gerber
3198 2007-12-25 Stuart Brorson * sdb AT cloud9 dot net *
3200 * ChangeLog, src/callbacks.c, src/gerb_stats.c, src/gerb_stats.h,
3201 src/gerber.c: Added reporting of all D codes used (both Gerber- and
3202 user-defined) to Gerber reports window.
3204 2007-12-24 Julian Lamb * thepurlieu AT gmail dot com *
3206 * ChangeLog, src/callbacks.c, src/draw-gdk.c, src/draw.c,
3207 src/drill.c, src/gerb_image.c, src/gerb_image.h, src/gerber.c,
3208 src/pick-and-place.c, src/render.c,
3209 test/inputs/test-image-offset-1.gbx,
3210 test/inputs/test-image-offset-2.gbx,
3211 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.
3213 2007-12-23 Stuart Brorson * sdb AT cloud9 dot net *
3215 * src/callbacks.c, src/drill_stats.c, src/drill_stats.h: Add
3216 explanatory comments to drill codes in drill report window.
3218 2007-12-23 Stuart Brorson * sdb AT cloud9 dot net *
3220 * src/callbacks.c: Made report text fixed font and selectable.
3222 2007-12-22 Dan McMahill * dan AT mcmahill dot net *
3224 * src/Makefile.am: add missing gerb_aperture.h
3226 2007-12-22 Stefan Petersen * spe AT stacken dot kth dot se *
3228 * src/amacro.c: Can now handle comments in aperture macros
3230 2007-12-22 Stuart Brorson * sdb AT cloud9 dot net *
3232 * src/callbacks.c, src/gerb_stats.c: Extended list of parameters
3233 reported in Gerber stats to 3.
3235 2007-12-22 Dan McMahill * dan AT mcmahill dot net *
3237 * configure.in: add --enable-efence option to link with
3240 2007-12-21 Stefan Petersen * spe AT stacken dot kth dot se *
3242 * src/drill.c: Make sure malloc succeded before memset malloced
3245 2007-12-21 Stefan Petersen * spe AT stacken dot kth dot se *
3247 * src/gerber.c, src/gerbv_icon.h: Fixed compilation warnings and
3248 removed comments around commented out code
3250 2007-12-21 Stuart Brorson * sdb AT cloud9 dot net *
3252 * src/callbacks.c: Change gtk_layout_set_size to
3253 gtk_widget_set_size_request to eliminate a run-time warning from
3256 2007-12-21 Stuart Brorson * sdb AT cloud9 dot net *
3258 * src/gerb_stats.c: Modified initialization of stats->parameter to
3259 fix possible memory corruption issue.
3261 2007-12-21 Stuart Brorson * sdb AT cloud9 dot net *
3263 * src/amacro.c, src/batch.c, src/callbacks.c, src/color.c,
3264 src/draw-gdk.c, src/draw.c, src/drill.c, src/drill_stats.c,
3265 src/exportimage.c, src/gerb_file.c, src/gerb_image.c,
3266 src/gerb_stats.c, src/gerb_transf.c, src/gerber.c, src/gerbv.c,
3267 src/pick-and-place.c, src/project.c, src/setup.c: Now converted
3268 almost all malloc/free calls to g_malloc/g_free (except for in
3271 2007-12-21 Stuart Brorson * sdb AT cloud9 dot net *
3273 * src/amacro.c, src/callbacks.c, src/drill_stats.c,
3274 src/exportimage.c, src/gerbv.c, src/pick-and-place.c: Replace calls
3275 to g_malloc/g_free with malloc/free to (hopefully) improve
3278 2007-12-20 Stuart Brorson * sdb AT cloud9 dot net *
3280 * ChangeLog, src/callbacks.c: Add scrollbars to Gerber aperture
3283 2007-12-20 Stuart Brorson * sdb AT cloud9 dot net *
3285 * src/callbacks.c: Remove extraneous chars before line 1424 causing
3286 compilation failure.
3288 2007-12-20 Julian Lamb * thepurlieu AT gmail dot com *
3290 * 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.
3292 2007-12-20 Julian Lamb * thepurlieu AT gmail dot com *
3294 * ChangeLog, src/callbacks.c, src/callbacks.h, src/gerbv_screen.h,
3295 src/interface.c, src/render.c, src/render.h: * render.c,callbacks.c,interface.c: Connect rulers and scrollbars
3296 and start getting them functional.
3298 2007-12-20 Stuart Brorson * sdb AT cloud9 dot net *
3300 * ChangeLog, src/callbacks.c, src/gerb_error.h, src/gerb_image.h,
3301 src/gerb_stats.c, src/gerb_stats.h, src/gerber.c: Implemented
3302 reporting of apertures found in Gerber files. Added report to
3303 Gerber reports window.
3305 2007-12-20 Stuart Brorson * sdb AT cloud9 dot net *
3307 * src/gerb_aperture.h: Added new file to repo after refactoring
3308 aperture stuff into its own .h file.
3310 2007-12-19 Stuart Brorson * sdb AT cloud9 dot net *
3312 * src/callbacks.c: Bug fix so images are rendered when multiple
3315 2007-12-19 Julian Lamb * thepurlieu AT gmail dot com *
3317 * src/gerbv.c, src/interface.c, src/render.c: *allocate all colors to the colormap to try and fix rendering bug
3320 2007-12-18 Dan McMahill * dan AT mcmahill dot net *
3322 * test/inputs/Makefile.am: add missing directory
3324 2007-12-18 Dan McMahill * dan AT mcmahill dot net *
3326 * Makefile.am, configure.in, example/Makefile.am,
3327 example/exposure/Makefile.am, example/pick-and-place/Makefile.am,
3328 example/polarity/Makefile.am, example/thermal/Makefile.am,
3329 example/trailing/Makefile.am, test/Makefile.am,
3330 test/golden/Makefile.am, test/tests.list: enable regression testing.
3331 Verified that the distcheck target works
3333 2007-12-18 Dan McMahill * dan AT mcmahill dot net *
3335 * test/run_tests.sh: add some diagnostic output, add some more
3336 comments, make this work outside the source tree
3338 2007-12-18 Dan McMahill * dan AT mcmahill dot net *
3340 * test/run_tests.sh: add more error checking and also produce an
3341 animate output script
3343 2007-12-18 Dan McMahill * dan AT mcmahill dot net *
3345 * configure.in, test/Makefile.am: add composite to the list of
3348 2007-12-17 Julian Lamb * thepurlieu AT gmail dot com *
3350 * src/exportimage.c, src/gerbv.c: * fixes for building without PNG
3352 2007-12-17 Julian Lamb * thepurlieu AT gmail dot com *
3354 * ChangeLog, src/callbacks.c, src/color.c, src/exportimage.c,
3355 src/exportimage.h, src/gerbv.c, src/gerbv_screen.h,
3356 src/interface.c, src/render.c, src/render.h: * render,callbacks,interface: Restructure the whole rendering
3357 process by separating out all zoom and pan information from the
3358 global variable "screen". This was necessary to allow rendering
3359 without having a gtk window open, allowing for export from command
3360 line and many others. Also, the translation and zoom code is much
3361 more readable due to the elimination of many variables. Also, the
3362 GDK color allocations were eliminated to allow rendering without
3363 existing GDK colormaps in place. * gerbv.c: Create the basic framework for exporting from the command
3366 2007-12-17 Stuart Brorson * sdb AT cloud9 dot net *
3368 * src/drill.c: Bugfix handling of T00 code so it will build on a
3371 2007-12-17 Dan McMahill * dan AT mcmahill dot net *
3373 * configure.in, test/Makefile.am, test/README.txt,
3374 test/golden/Makefile.am, test/run_tests.sh, test/tests.list: Add the
3375 first pass at a regression testsuite. For now the tests are not
3376 enabled yet because we need some new command line options for gerbv,
3377 but the work here should get us a long way towards having an
3378 automated test setup.
3380 2007-12-17 Stuart Brorson * sdb AT cloud9 dot net *
3382 * src/drill.c: Added more parse errors and warnings to those
3383 reported in report window.
3385 2007-12-17 Stuart Brorson * sdb AT cloud9 dot net *
3387 * src/callbacks.c, src/drill.c, src/gerber.c: Added expository text
3388 to Gerber code reports. Added more error reports for Gerber errors.
3390 2007-12-17 Stuart Brorson * sdb AT cloud9 dot net *
3392 * ChangeLog, src/callbacks.c, src/drill_stats.h, src/gerb_error.h,
3393 src/gerb_stats.c, src/gerb_stats.h, src/gerber.c, src/render.c:
3394 Implemented reporting of parse errors (with error level) found dring
3395 parsing of the Gerber files.
3397 2007-12-16 Stuart Brorson * sdb AT cloud9 dot net *
3399 * ChangeLog, src/callbacks.c, src/drill.c, src/drill_stats.c,
3400 src/drill_stats.h, src/gerb_error.h, src/render.c: Implemented
3401 reporting of all parse errors (with error level) found during
3402 parsing of the drill file.
3404 2007-12-16 Stuart Brorson * sdb AT cloud9 dot net *
3406 * src/callbacks.c, src/gerber.c, src/gerbv_icon.h: Changed gerbv
3407 icon to that drawn by Tomaz Solc. The old icon is also in
3408 gerbv_icon.h, but renamed *_old.
3410 2007-12-16 Stuart Brorson * sdb AT cloud9 dot net *
3412 * ChangeLog, src/drill.c, src/drill.h, src/drill_stats.c,
3413 src/drill_stats.h: Fixed bug noticed by Joerg involving display of
3414 statistics in drill file with M71 calling out metric units.
3416 2007-12-15 Dan McMahill * dan AT mcmahill dot net *
3418 * src/callbacks.c: kill another compiler warning
3420 2007-12-15 Dan McMahill * dan AT mcmahill dot net *
3422 * src/drill_stats.c: fix a compiler warning and add missing year to
3425 2007-12-15 Dan McMahill * dan AT mcmahill dot net *
3427 * src/pick-and-place.c: clear out a bunch of compiler warnings.
3429 2007-12-15 Stuart Brorson * sdb AT cloud9 dot net *
3431 * src/callbacks.c, src/interface.c: Changed zoom-fit icon on toolbar
3432 to use GTK stock "zoom-fit" icon.
3434 2007-12-15 Stuart Brorson * sdb AT cloud9 dot net *
3436 * ChangeLog, src/Makefile.am, src/callbacks.c, src/drill.c,
3437 src/drill_stats.c, src/drill_stats.h, src/gerb_image.h,
3438 src/gerb_stats.c, src/gerb_stats.h, src/render.c: 1. Added "General" tab to reports windows for both Gerbers and
3439 Drills. 2. Refactor drill_stats stuff to its own files in accordance with our function naming scheme.
3441 2007-12-15 Julian Lamb * thepurlieu AT gmail dot com *
3443 * src/callbacks.c, src/drill.c: zero out apertures in dril lparser to eliminate bad rendering. Add
3444 autoscale functionality back when new layers are loaded.
3446 2007-12-15 Julian Lamb * thepurlieu AT gmail dot com *
3448 * src/draw.c, src/draw.h, src/drill.c, src/interface.c: fix cairo build problem. Re-enable log redirection to the message
3451 2007-12-14 Stuart Brorson * sdb AT cloud9 dot net *
3453 * ChangeLog, src/callbacks.c, src/callbacks.h, src/draw-gdk.c,
3454 src/draw-gdk.h, src/drill.c, src/gerb_image.c, src/gerb_image.h,
3455 src/gerb_stats.c, src/gerb_stats.h, src/gerber.c, src/render.c,
3456 src/render.h: Start adding list of drills found to drill statistics
3457 reported. Now "analyze->active drill layers" reports each drill
3458 defined, and the number of times it is used.
3460 2007-12-14 Julian Lamb * thepurlieu AT gmail dot com *
3462 * ChangeLog, src/callbacks.c, src/callbacks.h, src/gerbv_screen.h,
3463 src/interface.c, src/render.c, src/render.h: * render,callbacks: Fully separate GDK and cairo rendering code to
3464 help speed analyzing. Change from storing intermediate cairo
3465 patterns to xlib surfaces for speed improvement. Eliminate image
3466 compositing on each expose_event in order to make panning feel much
3467 quicker. Temporarily disable idle function to fix GDK memory leaks
3470 2007-12-13 Stuart Brorson * sdb AT cloud9 dot net *
3472 * src/callbacks.c, src/drill.c, src/gerb_image.h, src/gerb_stats.c,
3473 src/gerb_stats.h: Merged Joerg's drill parser stuff into CVS.
3475 2007-12-13 Julian Lamb * thepurlieu AT gmail dot com *
3477 * ChangeLog, src/callbacks.c, src/callbacks.h, src/gerbv.c,
3478 src/gerbv_screen.h, src/interface.c, src/render.c, src/render.h: * src/gerbv.c: Fix half of bug #1443885 by eliminating segfault
3479 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
3480 (allowing for exporting to file and improving code readability).
3481 Add in scrollbars and start hooking up rulers and scrollbar to
3484 2007-12-12 Julian Lamb * thepurlieu AT gmail dot com *
3486 * src/callbacks.c: * repair visibility toggle buttons after latest DND addition
3488 2007-12-12 Julian Lamb * thepurlieu AT gmail dot com *
3490 * src/callbacks.c, src/interface.c: * cleanup warning message, and change GTK variable for optional
3491 print enabling, per Dan's email
3493 2007-12-12 Julian Lamb * thepurlieu AT gmail dot com *
3495 * ChangeLog, src/callbacks.c, src/callbacks.h, src/gerbv_screen.h,
3496 src/interface.c, src/render.c: * src/callbacks.c,src/interface,src/render.c: Get drag and drop
3497 working for layer sidebar. Fix memory leak for cairo rendering.
3499 2007-12-11 Julian Lamb * thepurlieu AT gmail dot com *
3501 * src/interface.c: * disable tree view searching so it doesn't steal key presses
3503 2007-12-11 Julian Lamb * thepurlieu AT gmail dot com *
3505 * 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
3508 2007-12-11 Julian Lamb * thepurlieu AT gmail dot com *
3510 * ChangeLog, src/gerber.c: * src/gerber.c: Fix polygon rendering bug (bug #1190809). This was
3511 due to the gerber parser not storing the correct polarity when
3514 2007-12-10 Julian Lamb * thepurlieu AT gmail dot com *
3516 * ChangeLog, src/callbacks.c, src/callbacks.h, src/gerbv.c,
3517 src/gerbv_screen.h, src/interface.c, src/pick-and-place.c,
3518 src/render.c: * src/gerbv.c,src/callbacks.c,others: Get basic layer management
3519 gui up and running. This includes visibility toggling, color
3520 picking, and basic row management using the buttons at the bottom. A
3521 popup menu will also be added when the user right clicks.
3523 2007-12-10 Stuart Brorson * sdb AT cloud9 dot net *
3525 * src/callbacks.c, src/gerbv.c, src/interface.c: Added some #ifdef
3526 EXPORT_PNG directives a strategic locations so I can compile on a
3527 system with no PNG stuff.
3529 2007-12-09 Stuart Brorson * sdb AT cloud9 dot net *
3531 * src/render.c, src/render.h: Put #ifdef RENDER_USING_GDK around
3532 cairo stuff to enable compilation under GDK.
3534 2007-12-09 Julian Lamb * thepurlieu AT gmail dot com *
3536 * configure.in: * reduce cairo dependency to 1.2
3538 2007-12-09 Julian Lamb * thepurlieu AT gmail dot com *
3540 * ChangeLog, src/callbacks.c, src/callbacks.h, src/draw.c,
3541 src/draw.h, src/exportimage.c, src/gerbv.c, src/gerbv_screen.h,
3542 src/interface.c, src/render.c, src/render.h: * gerbv.c,callbacks.c,interface.c,others: Implement export-to-file
3543 for PNG, PDF, SVG, and PS. Start implementing print functionality.
3544 More cleanup of old gui code. Move log handler over to new message
3545 textview in the sidebar.
3547 2007-12-09 Stuart Brorson * sdb AT cloud9 dot net *
3549 * ChangeLog, HACKING, src/callbacks.c, src/drill.c,
3550 src/gerb_image.c, src/gerb_image.h, src/gerb_stats.c,
3551 src/gerb_stats.h, src/gerber.c, src/render.c, src/render.h: Added
3552 beginnings of statistics reports for drill files.
3554 2007-12-09 Julian Lamb * thepurlieu AT gmail dot com *
3556 * ChangeLog, src/callbacks.c, src/exportimage.c, src/gerbv.c,
3557 src/interface.c: * src/gerbv.c,src/callbacks.c: Reattach project open/save stuff in
3558 gui and separate out some of the code back to gerbv.c.
3560 2007-12-08 Stuart Brorson * sdb AT cloud9 dot net *
3562 * src/Makefile.am, src/callbacks.c, src/callbacks.h,
3563 src/gerb_image.c, src/gerb_image.h, src/gerb_stats.c,
3564 src/gerb_stats.h, src/gerber.c, src/gerber.h, src/gerbv_screen.h,
3565 src/interface.c, src/render.c, src/render.h: Added functionality to
3566 display report of G codes found in active Gerber layers.
3568 2007-12-08 Julian Lamb * thepurlieu AT gmail dot com *
3570 * ChangeLog, src/amacro.c, src/callbacks.c, src/draw.c,
3571 src/gerber.c, src/render.c: * src/render.c,src/callbacks.c: Fix translation code for cairo
3572 renderer so things are correctly centered on the screen after a
3573 zoom-to-fit. Fix scaling code for MM unit drawings. * src/amacro.c,src/gerber.c: Fix error messages in amacro parsing
3574 (bug #1845782) on FreeBSD systems (thanks to Joerg for the patch).
3575 Also, fix possible hangs during amacro parsing (e.g. the file "%AM"
3576 would hang gerbv, since it didn't correctly check for EOF).
3578 2007-12-08 Stuart Brorson * sdb AT cloud9 dot net *
3580 * ChangeLog, HACKING: Update HACKING with latest info about file
3583 2007-12-08 Stuart Brorson * sdb AT cloud9 dot net *
3585 * src/Makefile.am, src/callbacks.c, src/callbacks.h, src/draw.h,
3586 src/gerber.c, src/gerber.h, src/gerbv.c, src/gerbv_screen.h,
3587 src/render.c, src/render.h: Refactor redraw_pixmap into its own
3588 file, per discussion of 12.7.2007. Also start incorporating stuff
3589 to gather Gerber statistics.
3591 2007-12-07 Julian Lamb * thepurlieu AT gmail dot com *
3593 * ChangeLog, src/drill.c: * src/drill.c: Fix warning messages on some drill files (bug
3594 #1316247). The drill parser did not zero out new gerbv_aperture_t
3595 structures, which sometimes allowed junk in the param[x] portions,
3596 which confused the parser and gave warnings and potentially
3597 incorrectly rendered drill holes.
3599 2007-12-07 Julian Lamb * thepurlieu AT gmail dot com *
3601 * 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,
3602 but it is being obsoleted soon).
3604 2007-12-07 Stuart Brorson * sdb AT cloud9 dot net *
3606 * HACKING: Updated file with more info about gerbv's datastructures
3609 2007-12-06 Stuart Brorson * sdb AT cloud9 dot net *
3611 * configure.in, src/callbacks.c: Minor tweaks to allow compilation
3612 on GDK (non-cairo) systems.
3614 2007-12-06 Julian Lamb * thepurlieu AT gmail dot com *
3616 * 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
3617 in gerbv which was causing gdk rendering to skip frames
3620 2007-12-06 Julian Lamb * thepurlieu AT gmail dot com *
3622 * ChangeLog, src/drill.h, src/gerb_image.h, src/gerber.c: * src/gerber.c,src/drill.h,src/gerb_image.h: Fix memory corruption
3623 issue with G54 codes not checking if aperture numbers were within
3624 bounds (bug #1843983). Also, bumped up max aperture number from 999
3625 to 9999 based on reports of some CAD packages using numbers this hig
3626 (even though it clearly says 999 is the highest number in the RS274X
3627 spec). This will increase memory usage somewhat, but hopefully
3628 should be acceptable.
3630 2007-12-06 Julian Lamb * thepurlieu AT gmail dot com *
3632 * ChangeLog, src/drill.c: * src/drill.c: Fix parsing of drill files with commas in place of decimals (bug #1844100).
3634 2007-12-06 Julian Lamb * thepurlieu AT gmail dot com *
3636 * ChangeLog, src/draw-gdk.c, src/draw.c: * src/draw.c,src/draw-gtk.c: Fix rendering of lines drawn with
3637 rectangular aperatures (bug #1834944 and #1704942). Thanks to
3638 ineiev for the gdk patch, which was reworked to apply to the cairo
3641 2007-12-06 Stuart Brorson * sdb AT cloud9 dot net *
3643 * src/callbacks.c, src/interface.c: Added #ifdef RENDER_USING_GDK to
3644 enable compilation when not using cairo.
3646 2007-12-05 Stuart Brorson * sdb AT cloud9 dot net *
3648 * HACKING: Started adding notes about gerbv's internal workings to
3649 help other new hackers understand the program.
3651 2007-12-05 Julian Lamb * thepurlieu AT gmail dot com *
3653 * ChangeLog, src/callbacks.c, src/callbacks.h, src/gerbv.c,
3654 src/interface.c: * src/callbacks.[ch],src/interface.[ch]: Rename GTK widgets to more recognizable names for better code legibility. Change sidebar to
3655 a notebook view and add a messages tab. Organize statusbar
3656 layout. Add "analyze" menu and move CAM related functions to it.
3657 Clean up toolbars and combine into a single toolbar.
3659 2007-12-03 Stuart Brorson * sdb AT cloud9 dot net *
3661 * configure.in: Bump cairo requirements to 1.4.0 since some of the
3662 cairo code required the newer library.
3664 2007-12-01 Dan McMahill * dan AT mcmahill dot net *
3666 * src/callbacks.c: add missing header
3668 2007-12-01 Julian Lamb * thepurlieu AT gmail dot com *
3670 * src/callbacks.c, src/gerbv.c, src/interface.c: * remove references to support.h to allow compilation
3672 2007-12-01 Dan McMahill * dan AT mcmahill dot net *
3674 * configure.in: make cairo be the default renderer again. Reduce
3675 the gtk version to 2.4.0 since we explicitly check for cairo in the
3676 cairo rendering case.
3678 2007-12-01 Julian Lamb * thepurlieu AT gmail dot com *
3680 * ChangeLog, src/Makefile.am, src/callbacks.c, src/callbacks.h,
3681 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
3682 gui code out of gerbv.c and put it into the standard
3683 callbacks/interface files. Started to overhaul gui during the
3684 process. Also, speed up the feel of the cairo rendering by rendering
3685 layers to a cairo_pattern_t, then compositing using these patterns.
3686 This allows the user to pan and get much quicker response while the
3687 CPU renders the new view in the background.
3689 2007-11-30 Stuart Brorson * sdb AT cloud9 dot net *
3691 * ChangeLog: Modify build system so you must explicitly
3692 --enable-cairo to build using cairo, otherwise build using GDK by
3695 2007-11-30 Stuart Brorson * sdb AT cloud9 dot net *
3697 * configure.in, src/exportimage.c, src/gerbv.c,
3698 src/pick-and-place.c: Modified configure.in so you must explicitly
3699 --enable-cairo. Added #ifdef to a couple files so both cairo and
3700 GDK flavors will build correctly.
3702 2007-11-29 Stuart Brorson * sdb AT cloud9 dot net *
3704 * ChangeLog, src/gerb_file.c, src/gerber.c, src/gerbv.c,
3705 src/gerbv_screen.h, src/project.c: Added "File -> Open Gerber(s)"
3708 2007-11-29 Dan McMahill * dan AT mcmahill dot net *
3710 * configure.in, src/Makefile.am, src/gerbv.c: add a --disable-cairo
3711 to switch back to the gdk rendering
3713 2007-11-29 Dan McMahill * dan AT mcmahill dot net *
3715 * configure.in: explicitly check for and add -lm instead of getting
3716 it as a side effect of gtk and glib.
3718 2007-11-27 Dan McMahill * dan AT mcmahill dot net *
3720 * src/gerbv.c: Plug a slow memory leak. While here point to the
3721 gerbv home page in addition to the gEDA home page.
3723 2007-11-27 Julian Lamb * thepurlieu AT gmail dot com *
3725 * ChangeLog, src/Makefile.am, src/draw-gdk.c, src/draw-gdk.h,
3726 src/gerbv.c: * src/draw-gdk.[ch],src/gerber.c: Add gdk rendering code back in so
3727 it can be compiled if cairo isn't available. * src/gerber.c: Fix g_strconcat calls by adding NULL to end of
3730 2007-11-26 Dan McMahill * dan AT mcmahill dot net *
3732 * src/Makefile.am, src/common.h, src/drill.c: Make sure that we
3733 define __FUNCTION__ when using a non-gcc compiler. Builds with
3736 2007-11-26 Dan McMahill * dan AT mcmahill dot net *
3738 * configure.in: make sure DEBUG gets set to 0 or 1, not just defined
3741 2007-11-26 Dan McMahill * dan AT mcmahill dot net *
3743 * configure.in: revert previous. We already have --enable-debug.
3745 2007-11-26 Stuart Brorson * sdb AT cloud9 dot net *
3747 * configure.in, src/drill.c: Modify dprintf to make it configurable
3748 from config.h. This makes it possible to turn on and off for all
3749 files using this fcn.
3751 2007-11-26 Dan McMahill * dan AT mcmahill dot net *
3753 * configure.in: Instead of completely overriding CFLAGS and LIBS,
3754 just append our stuff. Now we don't lose our compiler optimizations
3755 and any user supplied flags. Also add a --enable-debug argument which defines DEBUG=1 in
3758 2007-11-26 Stuart Brorson * sdb AT cloud9 dot net *
3760 * src/gerbv.c, src/gerbv_screen.h: Added help->about dialog.
3762 2007-11-26 Dan McMahill * dan AT mcmahill dot net *
3764 * doc/sources.txt: correct Excellon URL
3766 2007-11-25 Dan McMahill * dan AT mcmahill dot net *
3768 * src/drill.c: fix parsing of
3769 example/nollezappare/ThruHolePlated.ncd where there is an M71 code
3770 in the header setting the units to metric.
3772 2007-11-23 Dan McMahill * dan AT mcmahill dot net *
3774 * Makefile.am, configure.in, desktop/Makefile.am, doc/Makefile.am,
3775 doc/PNG-print/Makefile.am, doc/eagle/Makefile.am,
3776 doc/html/Makefile.am, example/Makefile.am,
3777 example/Mentor-BoardStation/Makefile.am,
3778 example/am-test/Makefile.am, example/cslk/Makefile.am,
3779 example/dan/Makefile.am, example/eaglecad1/Makefile.am,
3780 example/ekf2/Makefile.am, example/jj/Makefile.am,
3781 example/nollezappare/Makefile.am, example/numpres/Makefile.am,
3782 example/orcad/Makefile.am, man/Makefile.am, scheme/Makefile.am:
3783 Remove redundant code. There were several things explicitly added
3784 to configure.in and the Makefile.am's that automake/autoconf already
3785 add without being told. This consolidates and cleans up the build
3788 2007-11-23 Dan McMahill * dan AT mcmahill dot net *
3790 * configure.in, src/Makefile.am: Remove a lot of duplicated and
3791 redundant code. For example, no need to AC_SUBST(CFLAGS), that
3792 happens automatically. Also if we add things like $GTK_CFLAGS in
3793 configure.in, then we don't need to also add them to AM_CFLAGS in
3796 2007-11-22 Dan McMahill * dan AT mcmahill dot net *
3798 * src/Makefile.am: do not explicitly set -Wall in AM_CFLAGS. There
3799 is a check in configure.in which only sets that if we're using gcc.
3801 2007-11-22 Dan McMahill * dan AT mcmahill dot net *
3803 * src/Makefile.am: add missing csv_defines.h
3805 2007-11-22 Dan McMahill * dan AT mcmahill dot net *
3807 * configure.in: when using PKG_CHECK_MODULES(FOO,..) don't then
3808 explicitly set FOO_CFLAGS and FOO_LIBS. The module check already
3811 2007-11-22 Stuart Brorson * sdb AT cloud9 dot net *
3813 * configure.in, src/draw.c, src/draw.h: Added stuff to configure.in
3814 to find libcairo and libgtk. Moved #include "cairo/cairo.h" to
3815 "cairo.h" in draw.* since cairo include dirs are now automatically
3818 2007-11-21 Dan McMahill * dan AT mcmahill dot net *
3820 * src/gerb_image.c: If a gerber file doesn't have any nets, then
3821 don't complain that there are no apertures. Noted by Bert
3824 2007-11-20 Julian Lamb * thepurlieu AT gmail dot com *
3826 * 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.
3828 2007-11-19 Julian Lamb * thepurlieu AT gmail dot com *
3830 * ChangeLog, configure.in, example/am-test/am-test.gbx, src/draw.c,
3831 src/draw.h, src/gerbv.c, src/pick-and-place.c: * complete the rendering conversion to cairo. Everything that
3832 rendered before *should* still render correctly. If it doesn't let
3833 me know. As a side note, several rendering bugs were discovered in
3834 the aperature macro code, so those are now fixed. * add an extra sanity check in the pick-n-place file parser and
3835 help make sure it doesn't incorrectly guess the filetype * add a cairo check to configure.in
3837 2007-11-19 Dan McMahill * dan AT mcmahill dot net *
3839 * src/gerber.c, src/gerbv.c: get autoscaling to work when step and
3842 2007-11-19 Dan McMahill * dan AT mcmahill dot net *
3844 * 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
3846 2007-11-19 Dan McMahill * dan AT mcmahill dot net *
3848 * Makefile.am, configure.in, example/dan/Makefile.am,
3849 example/dan/README.txt, example/dan/top_sr.gbx, scheme/Makefile.am,
3850 src/draw.c, src/drill.c, src/gerb_image.h, src/gerber.c,
3851 src/gerbv.c: Apply a handful of patches from Thiemo Nagel and Joost
3852 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.
3854 2007-11-18 Dan McMahill * dan AT mcmahill dot net *
3856 * src/draw.c: Use cos() and sin() instead of cosf() and sinf() as
3857 the argument is a double anyway and also the float versions are not
3858 as widely available.
3860 2007-06-24 Dan McMahill * dan AT mcmahill dot net *
3862 * src/gerbv_screen.h: correct the size of statusbar.msgstr to match
3863 whats used in the rest of the code
3865 2007-03-01 Julian Lamb * thepurlieu AT gmail dot com *
3867 * ChangeLog, src/Makefile.am, src/draw.c, src/draw.h,
3868 src/draw_amacro.c, src/draw_amacro.h, src/exportimage.c,
3869 src/gerbv.c, src/pick-and-place.c: Change rendering from gdk to
3872 2007-02-22 Julian Lamb * thepurlieu AT gmail dot com *
3874 * ChangeLog, example/pick-and-place/LED.xy, src/gerb_image.c,
3875 src/gerb_image.h, src/pick-and-place.c: Add code to parse PCB
3876 pick-and-place export format
3878 2007-02-17 Julian Lamb * thepurlieu AT gmail dot com *
3880 * ChangeLog, src/csv.c, src/gerbv.c, src/pick-and-place.c,
3881 src/pick-and-place.h: Get simple pick-and-place file to load through
3884 2007-02-16 Julian Lamb * thepurlieu AT gmail dot com *
3886 * ChangeLog, src/gerbv.c, src/pick-and-place.c,
3887 src/pick-and-place.h: More cleanup of pick and place code
3889 2007-02-16 Julian Lamb * thepurlieu AT gmail dot com *
3891 * ChangeLog, src/Makefile.am, src/gerbv.c, src/pick-and-place.c,
3892 src/pick-and-place.h, src/project.c, src/search.c, src/search.h,
3893 src/search_cb.c, src/search_cb.h, src/search_file.c,
3894 src/search_file.h, src/search_gui.c, src/search_gui.h,
3895 src/search_mark.c, src/search_mark.h: [no log message]
3897 2006-10-19 Dan McMahill * dan AT mcmahill dot net *
3899 * src/gerbv.c: fix setting of the initial window size when the
3900 screen is larger than the display. Patch from David Carr
3902 2006-10-19 Dan McMahill * dan AT mcmahill dot net *
3904 * configure.in: add some checks to make sure libpng-config exists
3906 2006-10-19 Dan McMahill * dan AT mcmahill dot net *
3908 * rebuild_conf: add $ACLOCAL_FLAGS to aclocal call
3910 2006-09-20 Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
3912 * src/gerbv.c: Check that 3/4 of screen width does not cause height
3913 to be more than screen height. Make window resizable to smaller than
3916 2006-07-26 Stefan Petersen * spe AT stacken dot kth dot se *
3918 * Makefile.am, configure.in, desktop/Makefile.am: Make files in
3919 desktop part of distribution
3921 2006-07-26 Stefan Petersen * spe AT stacken dot kth dot se *
3923 * desktop/gerbv.desktop: Added from Debian buglist Vassilis Pandis
3925 2006-07-25 Stefan Petersen * spe AT stacken dot kth dot se *
3927 * ChangeLog, src/log.c: Updated to use GTK2 by Dino
3929 2006-07-25 Stefan Petersen * spe AT stacken dot kth dot se *
3931 * ChangeLog: Added handling of return values in a lot of places.
3933 2006-07-25 Stefan Petersen * spe AT stacken dot kth dot se *
3935 * src/drill.c, src/gerb_file.c, src/gerber.c, src/gerbv.c,
3936 src/setup.c: Added handling of return values in a lot of places.
3938 2006-07-25 Stefan Petersen * spe AT stacken dot kth dot se *
3940 * doc/PNG-print/Makefile.am: Update that has been laying around
3942 2006-07-25 Stefan Petersen * spe AT stacken dot kth dot se *
3944 * src/gerb_file.c, src/project.c: Improved error handling
3946 2006-07-25 Stefan Petersen * spe AT stacken dot kth dot se *
3948 * ChangeLog, configure.in, man/gerbv.1.in, rebuild_conf,
3949 src/Makefile.am: Update to work with newer autoconf and automake
3951 2006-07-25 Stefan Petersen * spe AT stacken dot kth dot se *
3953 * AUTHORS: Obfuscated email addresses
3955 2006-07-24 Stefan Petersen * spe AT stacken dot kth dot se *
3957 * src/gerb_file.c: A small unfck of last patch
3959 2006-07-24 Stefan Petersen * spe AT stacken dot kth dot se *
3961 * ChangeLog, src/gerb_file.c: gerbv handles negative coordinates.
3964 2006-07-24 Stefan Petersen * spe AT stacken dot kth dot se *
3966 * CONTRIBUTORS: Minor updating
3968 2006-07-24 Stefan Petersen * spe AT stacken dot kth dot se *
3970 * ChangeLog, src/gerb_file.c, src/gerbv.c: Reduce SEGV chance in
3971 gerb_fclose situation
3973 2006-07-23 Stefan Petersen * spe AT stacken dot kth dot se *
3975 * src/gerb_file.c: Minor cleanup of previous patch
3977 2006-07-23 Stefan Petersen * spe AT stacken dot kth dot se *
3979 * ChangeLog, src/gerb_image.h, src/gerber.c, src/gerbv.c: Handles
3980 autoscaling of mm better according to SF-alias extensive
3982 2006-07-23 Stefan Petersen * spe AT stacken dot kth dot se *
3984 * ChangeLog, src/drill.c, src/gerb_file.c: Hand patched possible
3985 memleaks and SIGSEGVs pointed out by Wolfgang Wieser
3987 2006-05-07 Stefan Petersen * spe AT stacken dot kth dot se *
3989 * ChangeLog, src/draw_amacro.c: Renamed stack_t to macro_stack_t to
3990 support build on Darwin
3992 2005-09-29 Dan McMahill * dan AT mcmahill dot net *
3994 * ChangeLog: note gcc4 fix
3996 2005-09-29 Dan McMahill * dan AT mcmahill dot net *
3998 * src/drill.c: Remove an lval typecast. Not only does this get
3999 gerbv to compile with gcc4 and other non-gcc compilers, it was no
4000 longer needed as the types involved were all doubles anyway.
4002 2005-05-14 Stefan Petersen * spe AT stacken dot kth dot se *
4004 * build_release: cvs server name changed
4006 2005-05-14 Stefan Petersen * spe AT stacken dot kth dot se *
4008 * src/exportimage.c: Broke PNG ouput
4010 2005-04-22 Tomasz Motylewski * t dot motylewski AT bfad dot de *
4012 * example/protel-pnp/Pick_Place_for_SE_SG_IF_V2.csv,
4013 example/protel-pnp/Pick_Place_for_SE_SG_IF_V2.txt,
4014 example/protel-pnp/README.txt, example/protel-pnp/SE_SG_IF_V2.DRL,
4015 example/protel-pnp/SE_SG_IF_V2.DRR,
4016 example/protel-pnp/SE_SG_IF_V2.GBL,
4017 example/protel-pnp/SE_SG_IF_V2.GBO,
4018 example/protel-pnp/SE_SG_IF_V2.GBS,
4019 example/protel-pnp/SE_SG_IF_V2.GD1,
4020 example/protel-pnp/SE_SG_IF_V2.GG1,
4021 example/protel-pnp/SE_SG_IF_V2.GM1,
4022 example/protel-pnp/SE_SG_IF_V2.GM2,
4023 example/protel-pnp/SE_SG_IF_V2.GTL,
4024 example/protel-pnp/SE_SG_IF_V2.GTO,
4025 example/protel-pnp/SE_SG_IF_V2.GTS,
4026 example/protel-pnp/SE_SG_IF_V2.LDP,
4027 example/protel-pnp/SE_SG_IF_V2.REP,
4028 example/protel-pnp/SE_SG_IF_V2.RUL,
4029 example/protel-pnp/SE_SG_IF_V2.TXT,
4030 example/protel-pnp/SE_SG_IF_V2.apr,
4031 example/protel-pnp/Status_Report.txt: These examples of GERBER files
4032 with matching "pick and place".csv file are intented to demonstrate
4033 possible usage of gerbv in PCB assembly and any other work which
4034 requires efficient searching of elements on PCB. They were donated by Karl Schmittschneider * ks dot electronic AT
4035 t-online dot de * to gerbv project on 2005-04-19.
4037 2005-02-15 Stefan Petersen * spe AT stacken dot kth dot se *
4039 * ChangeLog, src/draw_amacro.c: Fixed gc in aperture macro
4040 primitives 5, 21 and 22
4042 2005-02-08 Tomasz Motylewski * t dot motylewski AT bfad dot de *
4044 * ChangeLog: fixed ChangeLog patch typo
4046 2005-02-08 Tomasz Motylewski * t dot motylewski AT bfad dot de *
4048 * ChangeLog, src/gerb_file.c, src/gerbv.c: src/gerbv.c: malloc
4049 strlen+2, not +1 src/gerb_file.c: malloc len+1, not len
4051 2005-01-29 Juergen Haas * juergenhaas AT gmxx dot net *
4053 * INSTALL.MINGW.WIN32: updated mingw installation instructions
4055 2005-01-26 Juergen Haas * juergenhaas AT gmxx dot net *
4057 * configure.in, rebuild_conf, src/Makefile.am: fixed mingw
4060 2005-01-06 Stefan Petersen * spe AT stacken dot kth dot se *
4062 * ChangeLog, src/Makefile.am: A working make distcheck
4064 2005-01-06 Stefan Petersen * spe AT stacken dot kth dot se *
4066 * ChangeLog, configure.in, src/csv.c, src/gerbv.c, src/log.c,
4067 src/project.c, src/search.c, src/search.h, src/search_cb.c,
4068 src/search_cb.h, src/search_file.c, src/search_file.h,
4069 src/search_gui.c, src/search_gui.h, src/search_mark.c,
4070 src/search_mark.h, src/setup.h: Removed back portability to GTK+
4071 1.x. Also some minor reformatting to suit the rest of the codebase.
4073 2004-12-28 Stefan Petersen * spe AT stacken dot kth dot se *
4075 * ChangeLog, src/draw.c: Fixed holes in circles. Closes bug #1050340
4077 2004-12-28 Stefan Petersen * spe AT stacken dot kth dot se *
4079 * ChangeLog, src/dynload.c, src/init.scm, src/scheme-private.h,
4080 src/scheme.c, src/scheme.h: Updated TinyScheme to 1.35
4082 2004-12-23 Juergen Haas * juergenhaas AT gmxx dot net *
4084 * src/gerbv.c: small bugfix - reported by user U. Bonnes
4087 2004-10-30 Stefan Petersen * spe AT stacken dot kth dot se *
4089 * src/search_cb.c, src/search_gui.c, src/search_mark.c: Removed some
4090 minor compilation warnings
4092 2004-10-30 Stefan Petersen * spe AT stacken dot kth dot se *
4094 * ChangeLog, src/draw_amacro.c: Didn't use local_gc in some aperture
4095 primitives. Closes bug #1051045
4097 2004-10-28 Juergen Haas * juergenhaas AT gmxx dot net *
4099 * src/gerbv.c, src/search_cb.c: small modifications, bringing it
4102 2004-10-14 Juergen Haas * juergenhaas AT gmxx dot net *
4104 * doc/html/Makefile.am, doc/html/search__gui_8h-source.html: added
4105 Makefile.am to doc/html;removed last html file-
4107 2004-10-14 Juergen Haas * juergenhaas AT gmxx dot net *
4109 * configure.in, doc/Doxyfile.nopreprocessing, doc/Makefile.am,
4110 doc/html/amacro_8c-source.html, doc/html/amacro_8h-source.html,
4111 doc/html/annotated.html, doc/html/batch_8c-source.html,
4112 doc/html/batch_8h-source.html, doc/html/classes.html,
4113 doc/html/color_8c-source.html, doc/html/color_8h-source.html,
4114 doc/html/config_8h-source.html, doc/html/csv_8c-source.html,
4115 doc/html/csv_8c.html, doc/html/csv_8h-source.html,
4116 doc/html/csv__defines_8h-source.html,
4117 doc/html/csv__defines_8h.html, doc/html/dir_000000.html,
4118 doc/html/draw_8c-source.html, doc/html/draw_8h-source.html,
4119 doc/html/draw__amacro_8c-source.html,
4120 doc/html/draw__amacro_8h-source.html,
4121 doc/html/drill_8c-source.html, doc/html/drill_8h-source.html,
4122 doc/html/dynload_8c-source.html, doc/html/dynload_8h-source.html,
4123 doc/html/exportimage_8c-source.html,
4124 doc/html/exportimage_8h-source.html, doc/html/files.html,
4125 doc/html/gerb__error_8h-source.html,
4126 doc/html/gerb__file_8c-source.html,
4127 doc/html/gerb__file_8h-source.html,
4128 doc/html/gerb__image_8c-source.html,
4129 doc/html/gerb__image_8h-source.html,
4130 doc/html/gerb__transf_8c-source.html,
4131 doc/html/gerb__transf_8c.html,
4132 doc/html/gerb__transf_8h-source.html,
4133 doc/html/gerber_8c-source.html, doc/html/gerber_8h-source.html,
4134 doc/html/gerbv_8c-source.html, doc/html/gerbv_8c.html,
4135 doc/html/gerbv__icon_8h-source.html,
4136 doc/html/gerbv__screen_8h-source.html, doc/html/globals.html,
4137 doc/html/globals_func.html, doc/html/globals_type.html,
4138 doc/html/globals_vars.html, doc/html/graph_legend.html,
4139 doc/html/index.html, doc/html/log_8c-source.html,
4140 doc/html/log_8h-source.html, doc/html/main.html,
4141 doc/html/opdefines_8h-source.html, doc/html/project_8c-source.html,
4142 doc/html/project_8c.html, doc/html/project_8h-source.html,
4143 doc/html/project_8h.html, doc/html/scheme-private_8h-source.html,
4144 doc/html/scheme_8c-source.html, doc/html/scheme_8h-source.html,
4145 doc/html/search_8c-source.html, doc/html/search_8c.html,
4146 doc/html/search_8h-source.html, doc/html/search_8h.html,
4147 doc/html/search__cb_8c-source.html, doc/html/search__cb_8c.html,
4148 doc/html/search__cb_8h-source.html,
4149 doc/html/search__file_8c-source.html,
4150 doc/html/search__file_8c.html,
4151 doc/html/search__file_8h-source.html,
4152 doc/html/search__gui_8c-source.html, src/draw.c, src/search_gui.c:
4153 removing rest of doc/html and updating various files;added initial
4154 support for a doc/html/Makefile.am
4156 2004-10-14 Juergen Haas * juergenhaas AT gmxx dot net *
4158 * doc/html/doxygen.css, doc/html/gerb__transf_8c__incl.dot,
4159 doc/html/gerb__transf_8c__incl.md5,
4160 doc/html/gerb__transf_8c_a3_cgraph.dot,
4161 doc/html/gerb__transf_8c_a3_cgraph.md5,
4162 doc/html/gerb__transf_8c_a4_cgraph.dot,
4163 doc/html/gerb__transf_8c_a4_cgraph.md5, doc/html/graph_legend.dot,
4164 doc/html/project_8c__incl.dot, doc/html/project_8c__incl.md5,
4165 doc/html/project_8c_a6_cgraph.dot,
4166 doc/html/project_8c_a6_cgraph.md5,
4167 doc/html/project_8h__dep__incl.dot,
4168 doc/html/project_8h__dep__incl.md5,
4169 doc/html/project_8h_a4_cgraph.dot,
4170 doc/html/project_8h_a4_cgraph.md5, doc/html/search__gui_8c.html,
4171 doc/html/search__mark_8c-source.html,
4172 doc/html/search__mark_8c.html,
4173 doc/html/search__mark_8h-source.html,
4174 doc/html/setup_8c-source.html, doc/html/setup_8h-source.html,
4175 doc/html/struct__InterfaceStruct.html,
4176 doc/html/structgerb__transf.html, doc/html/structpnp__file.html,
4177 doc/html/structpnp__state.html,
4178 doc/html/structproject__list__t.html,
4179 doc/html/structproject__list__t__coll__graph.dot,
4180 doc/html/structproject__list__t__coll__graph.md5,
4181 doc/html/tooltable_8c-source.html,
4182 doc/html/tooltable_8h-source.html, doc/html/tree.html: removing all
4183 files in html/ and placing Makefile.am there; documentation should
4184 be created by make doc or similar
4186 2004-10-13 Juergen Haas * juergenhaas AT gmxx dot net *
4188 * ChangeLog, INSTALL.MINGW.WIN32,
4189 README-Pick-and-Place-search_parts.txt,
4190 doc/Doxyfile.nopreprocessing, doc/html/amacro_8c-source.html,
4191 doc/html/amacro_8h-source.html, doc/html/annotated.html,
4192 doc/html/batch_8c-source.html, doc/html/batch_8h-source.html,
4193 doc/html/classes.html, doc/html/color_8c-source.html,
4194 doc/html/color_8h-source.html, doc/html/config_8h-source.html,
4195 doc/html/csv_8c-source.html, doc/html/csv_8c.html,
4196 doc/html/csv_8h-source.html, doc/html/csv__defines_8h-source.html,
4197 doc/html/csv__defines_8h.html, doc/html/dir_000000.html,
4198 doc/html/doxygen.css, doc/html/draw_8c-source.html,
4199 doc/html/draw_8h-source.html, doc/html/draw__amacro_8c-source.html,
4200 doc/html/draw__amacro_8h-source.html,
4201 doc/html/drill_8c-source.html, doc/html/drill_8h-source.html,
4202 doc/html/dynload_8c-source.html, doc/html/dynload_8h-source.html,
4203 doc/html/exportimage_8c-source.html,
4204 doc/html/exportimage_8h-source.html, doc/html/files.html,
4205 doc/html/gerb__error_8h-source.html,
4206 doc/html/gerb__file_8c-source.html,
4207 doc/html/gerb__file_8h-source.html,
4208 doc/html/gerb__image_8c-source.html,
4209 doc/html/gerb__image_8h-source.html,
4210 doc/html/gerb__transf_8c-source.html,
4211 doc/html/gerb__transf_8c.html, doc/html/gerb__transf_8c__incl.dot,
4212 doc/html/gerb__transf_8c__incl.md5,
4213 doc/html/gerb__transf_8c_a3_cgraph.dot,
4214 doc/html/gerb__transf_8c_a3_cgraph.md5,
4215 doc/html/gerb__transf_8c_a4_cgraph.dot,
4216 doc/html/gerb__transf_8c_a4_cgraph.md5,
4217 doc/html/gerb__transf_8h-source.html,
4218 doc/html/gerber_8c-source.html, doc/html/gerber_8h-source.html,
4219 doc/html/gerbv_8c-source.html, doc/html/gerbv_8c.html,
4220 doc/html/gerbv__icon_8h-source.html,
4221 doc/html/gerbv__screen_8h-source.html, doc/html/globals.html,
4222 doc/html/globals_func.html, doc/html/globals_type.html,
4223 doc/html/globals_vars.html, doc/html/graph_legend.dot,
4224 doc/html/graph_legend.html, doc/html/index.html,
4225 doc/html/log_8c-source.html, doc/html/log_8h-source.html,
4226 doc/html/main.html, doc/html/opdefines_8h-source.html,
4227 doc/html/project_8c-source.html, doc/html/project_8c.html,
4228 doc/html/project_8c__incl.dot, doc/html/project_8c__incl.md5,
4229 doc/html/project_8c_a6_cgraph.dot,
4230 doc/html/project_8c_a6_cgraph.md5, doc/html/project_8h-source.html,
4231 doc/html/project_8h.html, doc/html/project_8h__dep__incl.dot,
4232 doc/html/project_8h__dep__incl.md5,
4233 doc/html/project_8h_a4_cgraph.dot,
4234 doc/html/project_8h_a4_cgraph.md5,
4235 doc/html/scheme-private_8h-source.html,
4236 doc/html/scheme_8c-source.html, doc/html/scheme_8h-source.html,
4237 doc/html/search_8c-source.html, doc/html/search_8c.html,
4238 doc/html/search_8h-source.html, doc/html/search_8h.html,
4239 doc/html/search__cb_8c-source.html, doc/html/search__cb_8c.html,
4240 doc/html/search__cb_8h-source.html,
4241 doc/html/search__file_8c-source.html,
4242 doc/html/search__file_8c.html,
4243 doc/html/search__file_8h-source.html,
4244 doc/html/search__gui_8c-source.html, doc/html/search__gui_8c.html,
4245 doc/html/search__gui_8h-source.html,
4246 doc/html/search__mark_8c-source.html,
4247 doc/html/search__mark_8c.html,
4248 doc/html/search__mark_8h-source.html,
4249 doc/html/setup_8c-source.html, doc/html/setup_8h-source.html,
4250 doc/html/struct__InterfaceStruct.html,
4251 doc/html/structgerb__transf.html, doc/html/structpnp__file.html,
4252 doc/html/structpnp__state.html,
4253 doc/html/structproject__list__t.html,
4254 doc/html/structproject__list__t__coll__graph.dot,
4255 doc/html/structproject__list__t__coll__graph.md5,
4256 doc/html/tooltable_8c-source.html,
4257 doc/html/tooltable_8h-source.html, doc/html/tree.html, src/csv.c,
4258 src/csv.h, src/csv_defines.h, src/gerb_transf.c, src/gerb_transf.h,
4259 src/gerbv.c, src/project.c, src/project.h, src/search.c,
4260 src/search.h, src/search_cb.c, src/search_file.c,
4261 src/search_file.h, src/search_gui.c, src/search_gui.h,
4262 src/search_mark.c: doxygen documentation added for many fctns
4263 concerning pickandplace; right click on graphically marked and
4264 actively selected part now works for all shapes and reports to
4265 statusbar and log window;small bugfixes;
4267 2004-09-13 Stefan Petersen * spe AT stacken dot kth dot se *
4269 * ChangeLog, src/gerbv.c: No more segfaults from inverting an
4272 2004-09-11 Juergen Haas * juergenhaas AT gmxx dot net *
4274 * ChangeLog, INSTALL.MINGW.WIN32, src/gerbv.c, src/project.c,
4275 src/project.h, src/search_gui.c, src/search_mark.c: towards right
4276 click shows part designator in statusbar: now works with all shapes
4277 where pin1 is not on center axis
4279 2004-09-04 Juergen Haas * juergenhaas AT gmxx dot net *
4281 * ChangeLog, INSTALL.MINGW.WIN32, src/csv.h, src/dynload.c,
4282 src/gerb_file.c, src/gerb_file.h, src/gerber.h, src/gerbv.c,
4283 src/project.c, src/search_cb.c: fixed right click shows designator
4284 in statusbar does not hang program MINGW issues with path separators
4285 gerbv compiles under MINGW (following instructions in
4286 INSTALL.MINGW.WIN32)
4288 2004-09-04 Juergen Haas * juergenhaas AT gmxx dot net *
4290 * ChangeLog, src/gerb_transf.c, src/gerb_transf.h, src/search.c,
4291 src/search.h, src/search_gui.c, src/search_mark.c: fixed graphical
4292 representation of parts added gerb_transf_rotate added
4293 gerb_transf_shift fixed segfault when searching in comments
4294 designator is also shown checked by default
4296 2004-08-28 Juergen Haas * juergenhaas AT gmxx dot net *
4298 * ChangeLog, src/gerbv.c, src/project.c: fixed GTK1 compilation
4301 2004-08-27 Juergen Haas * juergenhaas AT gmxx dot net *
4303 * ChangeLog, JOURNAL.txt, src/csv.c, src/gerb_transf.c,
4304 src/gerb_transf.h, src/gerbv.c, src/project.c, src/search.c,
4305 src/search.h, src/search_cb.c, src/search_cb.h, src/search_file.h,
4306 src/search_gui.c, src/search_gui.h, src/search_mark.c: new:
4307 identification of part in active selection by right clicking in
4308 screen, rectangular shapes for rectangular objects (based on
4309 footprint), code cleanup, memory issues
4311 2004-08-26 Juergen Haas * juergenhaas AT gmxx dot net *
4313 * ChangeLog, INSTALL.MINGW.WIN32, JOURNAL.txt, src/gerb_image.c,
4314 src/gerbv.c, src/search.c, src/search_cb.c, src/search_gui.c,
4315 src/search_mark.c: small bugfixes, usability enhancements, double
4316 click in search dialog will now mark item on active layer
4318 2004-08-24 Tomasz Motylewski * t dot motylewski AT bfad dot de *
4320 * 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
4322 2004-08-24 Tomasz Motylewski * t dot motylewski AT bfad dot de *
4324 * src/gerber.c: forced LC_NUMERIC to "C" in parse_gerb(), fixing bug
4325 resulting in very thin lines (aperture size = 0) under GTK2
4327 2004-08-24 Tomasz Motylewski * t dot motylewski AT bfad dot de *
4329 * src/gerb_file.c: eliminated memory leak MINGW32 gerb_file.c
4332 2004-08-24 Tomasz Motylewski * t dot motylewski AT bfad dot de *
4334 * ChangeLog, src/gerb_image.c, src/gerbv.c, src/project.c,
4335 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
4337 2004-08-23 Juergen Haas * juergenhaas AT gmxx dot net *
4339 * ChangeLog, src/gerbv.c, src/project.c, src/search.c,
4340 src/search_cb.c, src/search_gui.c, src/search_mark.c: bugfixes and
4341 saving pnp file into projects file
4343 2004-08-23 Tomasz Motylewski * t dot motylewski AT bfad dot de *
4345 * ChangeLog, src/Makefile.am, src/draw.c, src/draw.h,
4346 src/draw_amacro.c, src/draw_amacro.h, src/exportimage.c,
4347 src/gerb_image.c, src/gerb_image.h, src/gerb_transf.c,
4348 src/gerb_transf.h, src/gerbv.c, src/gerbv_screen.h: replaced scale
4349 with gerb_transf_t(.scale) - mirroring preparation
4351 2004-08-22 Tomasz Motylewski * t dot motylewski AT bfad dot de *
4353 * tags.txt: SEARCH_SELECT_branch merged
4355 2004-08-22 Stefan Petersen * spe AT stacken dot kth dot se *
4357 * ChangeLog, configure.in, src/Makefile.am: Use libpng-config to
4358 find out build parameters
4360 2004-08-22 Stefan Petersen * spe AT stacken dot kth dot se *
4362 * rebuild_conf: Adhere to new auto tool standard
4364 2004-08-22 Stefan Petersen * spe AT stacken dot kth dot se *
4368 2004-08-21 Tomasz Motylewski * t dot motylewski AT bfad dot de *
4370 * CONTRIBUTORS, ChangeLog, JOURNAL.txt,
4371 README-Pick-and-Place-search_parts.txt, configure.in,
4372 src/Makefile.am, src/csv.c, src/csv.h, src/csv_defines.h,
4373 src/gerb_file.c, src/gerbv.c, src/project.c, src/scheme.h,
4374 src/search.c, src/search.h, src/search_cb.c, src/search_cb.h,
4375 src/search_file.c, src/search_file.h, src/search_gui.c,
4376 src/search_gui.h, src/search_mark.c, src/search_mark.h, src/setup.h:
4377 merge from SEARCH_SELECT_branch part finder MINGW32 port
4379 2004-08-21 Stefan Petersen * spe AT stacken dot kth dot se *
4381 * ChangeLog, src/gerbv.c: Prints only short options when compiled
4384 2004-08-16 Stefan Petersen * spe AT stacken dot kth dot se *
4386 * ChangeLog, doc/Makefile.am, example/Makefile.am,
4387 example/Mentor-BoardStation/Makefile.am,
4388 example/am-test/Makefile.am, example/cslk/Makefile.am,
4389 example/dan/Makefile.am, example/eaglecad1/Makefile.am,
4390 example/ekf2/Makefile.am, example/jj/Makefile.am,
4391 example/nollezappare/Makefile.am, example/numpres/Makefile.am,
4392 example/orcad/Makefile.am: distclean should not remove Makefile.in
4394 2004-08-16 Stefan Petersen * spe AT stacken dot kth dot se *
4396 * CONTRIBUTORS: Added Richard Lightman
4398 2004-07-28 Stefan Petersen * spe AT stacken dot kth dot se *
4400 * ChangeLog, example/polarity/6_vbat.gbr,
4401 example/polarity/README.txt, src/draw.c: Image polarity versus layer
4404 2004-07-20 Tomasz Motylewski * t dot motylewski AT bfad dot de *
4406 * configure.in: added sys/types.h sys/stat.h stdlib.h required by
4409 2004-07-11 Stefan Petersen * spe AT stacken dot kth dot se *
4411 * ChangeLog, src/draw_amacro.c: Aperture macro thermal cross ends in
4414 2004-06-27 Stefan Petersen * spe AT stacken dot kth dot se *
4416 * ChangeLog, src/gerber.c: Minor comment improvements and improved
4419 2004-06-24 Stefan Petersen * spe AT stacken dot kth dot se *
4421 * src/gerb_image.c: A segfault source more and a test of commit
4424 2004-06-24 Stefan Petersen * spe AT stacken dot kth dot se *
4426 * ChangeLog, src/gerber.c: Removed two potential segfaults when
4429 2004-06-24 Stefan Petersen * spe AT stacken dot kth dot se *
4431 * ChangeLog, src/batch.c, src/gerb_image.c, src/gerb_image.h,
4432 src/gerber.c: MQ_START and MQ_END is removed which also fixes bug
4435 2004-06-24 Stefan Petersen * spe AT stacken dot kth dot se *
4437 * ChangeLog, src/gerb_image.c, src/gerb_image.h, src/gerbv.c,
4438 src/gerbv_screen.h: Added dump to print out parser result
4440 2004-06-15 Stefan Petersen * spe AT stacken dot kth dot se *
4442 * files2tag.txt: Forgot to tag some Makefile.am
4444 2004-06-10 Stefan Petersen * spe AT stacken dot kth dot se *
4446 * ChangeLog, src/draw_amacro.c: All apertures doesn't have exposure
4449 2004-06-10 Stefan Petersen * spe AT stacken dot kth dot se *
4451 * example/thermal/dsp.GP1: More examples from Drew Moore and some
4452 png's to display how it should look
4454 2004-06-05 Stefan Petersen * spe AT stacken dot kth dot se *
4456 * .cvsignore, ChangeLog, doc/.cvsignore, doc/PNG-print/.cvsignore,
4457 dontdiff, example/.cvsignore,
4458 example/Mentor-BoardStation/.cvsignore, example/am-test/.cvsignore,
4459 example/cslk/.cvsignore, example/dan/.cvsignore,
4460 example/eaglecad1/.cvsignore, example/ekf2/.cvsignore,
4461 example/jj/.cvsignore, example/nollezappare/.cvsignore,
4462 example/numpres/.cvsignore, example/orcad/.cvsignore,
4463 man/gerbv.1.in, src/gerbv.c: Cleanups and minor fixes from Dimitri
4465 2004-05-25 Stefan Petersen * spe AT stacken dot kth dot se *
4467 * src/Makefile.am: init.scm should also make it to the distribution
4469 2004-05-25 Stefan Petersen * spe AT stacken dot kth dot se *
4471 * ChangeLog, src/draw_amacro.c: Aperture macros handles exposure now
4473 2004-05-24 Stefan Petersen * spe AT stacken dot kth dot se *
4475 * ChangeLog, configure.in: Preparation for release 0.16
4477 2004-05-24 Stefan Petersen * spe AT stacken dot kth dot se *
4479 * man/gerbv.1.in: Added some info on z, Z and f buttons
4481 2004-05-24 Stefan Petersen * spe AT stacken dot kth dot se *
4483 * CONTRIBUTORS: Added Stefan Thiede
4485 2004-05-19 Stefan Petersen * spe AT stacken dot kth dot se *
4487 * CONTRIBUTORS, ChangeLog, man/gerbv.1.in, src/Makefile.am,
4488 src/drill.c, src/gerbv.c, src/tooltable.c, src/tooltable.h: Tool
4489 table support from Dimitri
4491 2004-04-27 Stefan Petersen * spe AT stacken dot kth dot se *
4493 * ChangeLog, configure.in, src/drill.c: Check for sys/mman.h and
4494 removed unncecessary dependency
4496 2004-04-21 Stefan Petersen * spe AT stacken dot kth dot se *
4498 * ChangeLog, src/gerbv.c: Added keys f/F for fit, z for zoom in and
4501 2004-04-04 Stefan Petersen * spe AT stacken dot kth dot se *
4503 * ChangeLog, src/amacro.c, src/drill.c, src/gerb_file.c,
4504 src/gerb_file.h, src/gerber.c: Changed gerb_fgetint to return number
4505 of parsed characters and omit trailing zeros is properly handled
4507 2004-03-20 Stefan Petersen * spe AT stacken dot kth dot se *
4509 * example/trailing/README.txt, example/trailing/cd1r2.1_sieb0.off,
4510 example/trailing/cd1r2.1_sieb1.off: Added in support to bug #918344
4512 2004-02-23 Stefan Petersen * spe AT stacken dot kth dot se *
4514 * ChangeLog, src/gerbv.c: In GTK2 two signals get emitted when you
4517 2004-02-14 Stefan Petersen * spe AT stacken dot kth dot se *
4519 * ChangeLog, src/Makefile.am: Making sure init.scm is installed at
4522 2004-02-13 Stefan Petersen * spe AT stacken dot kth dot se *
4524 * ChangeLog, src/gerber.c: If angles were exact equal then the
4527 2004-02-08 Stefan Petersen * spe AT stacken dot kth dot se *
4529 * ChangeLog, configure.in: Fixed not getting defined by default
4532 2004-02-08 Stefan Petersen * spe AT stacken dot kth dot se *
4534 * ChangeLog, man/gerbv.1.in: A bunch of updates to mainly reflect
4535 the last additions of features
4537 2004-02-07 Stefan Petersen * spe AT stacken dot kth dot se *
4539 * ChangeLog, src/gerbv.c: Save screen.path even when we open a
4540 project file from command line
4542 2004-02-07 Stefan Petersen * spe AT stacken dot kth dot se *
4544 * ChangeLog, src/gerbv.c: Seg fault when freeing an optarged
4547 2004-02-05 Stefan Petersen * spe AT stacken dot kth dot se *
4549 * ChangeLog, src/gerbv.c: -p as an alternative --project from Dan
4551 2004-02-01 Stefan Petersen * spe AT stacken dot kth dot se *
4553 * ChangeLog, src/gerbv.c: Save As opens if you haven't given any
4554 project name and project name is put in the title window, both
4557 2003-12-14 Stefan Petersen * spe AT stacken dot kth dot se *
4559 * ChangeLog, configure.in, src/gerbv.c, src/log.c, src/setup.h:
4560 First rought support for GTK+ 2.*
4562 2003-12-10 Stefan Petersen * spe AT stacken dot kth dot se *
4564 * ChangeLog, src/gerbv.c: Project saves and restores background
4567 2003-12-10 Stefan Petersen * spe AT stacken dot kth dot se *
4569 * ChangeLog, src/gerbv.c, src/gerbv_screen.h: Fills in a a
4570 previously given filename if any is found
4572 2003-12-09 Stefan Petersen * spe AT stacken dot kth dot se *
4574 * ChangeLog, Makefile.am, configure.in, doc/Makefile.am,
4575 doc/PNG-print/Makefile.am, doc/eagle/Makefile.am,
4576 example/Makefile.am, example/Mentor-BoardStation/Makefile.am,
4577 example/am-test/Makefile.am, example/cslk/Makefile.am,
4578 example/dan/Makefile.am, example/eaglecad1/Makefile.am,
4579 example/ekf2/Makefile.am, example/jj/Makefile.am,
4580 example/nollezappare/Makefile.am, example/numpres/Makefile.am,
4581 example/orcad/Makefile.am, man/Makefile.am, src/Makefile.am: Now
4582 it's possible to build with make dist and check with make distcheck
4584 2003-12-07 Stefan Petersen * spe AT stacken dot kth dot se *
4586 * ChangeLog, src/gerbv.c, src/project.c, src/project.h: Inversion in
4587 projects, all parameters in all layers and --project works
4589 2003-12-06 Stefan Petersen * spe AT stacken dot kth dot se *
4591 * ChangeLog, src/gerbv.c, src/gerbv_screen.h: Added invert layer
4593 2003-12-06 Stefan Petersen * spe AT stacken dot kth dot se *
4595 * src/opdefines.h: Part of scheme interpreter that almost didn't
4598 2003-12-06 Stefan Petersen * spe AT stacken dot kth dot se *
4600 * ChangeLog, configure.in, doc/projectfiles.txt, src/Makefile.am,
4601 src/dynload.c, src/dynload.h, src/gerbv.c, src/gerbv_screen.h,
4602 src/init.scm, src/project.c, src/project.h, src/scheme-private.h,
4603 src/scheme.c, src/scheme.h: Scheme interpreter added giving project
4606 2003-12-06 Stefan Petersen * spe AT stacken dot kth dot se *
4608 * ChangeLog, src/draw_amacro.c: static some internal functions
4610 2003-12-06 Stefan Petersen * spe AT stacken dot kth dot se *
4612 * ChangeLog, src/gerb_file.c, src/gerb_file.h: Added gerb_find_file
4615 2003-11-22 Stefan Petersen * spe AT stacken dot kth dot se *
4617 * ChangeLog, acconfig.h, configure.in: acconfig removed and more
4618 information added to configure.in after warning messages from
4621 2003-11-13 Stefan Petersen * spe AT stacken dot kth dot se *
4623 * ChangeLog, src/exportimage.c: Simplified pixbuf_to_file_as_png. No
4624 speed up, since that is not the time hog
4626 2003-10-17 Stefan Petersen * spe AT stacken dot kth dot se *
4628 * ChangeLog, configure.in: Preparation for release 0.15
4630 2003-10-06 Stefan Petersen * spe AT stacken dot kth dot se *
4632 * example/thermal/README.txt, example/thermal/bpB.GP1: Thermal
4635 2003-10-06 Stefan Petersen * spe AT stacken dot kth dot se *
4637 * ChangeLog, src/draw_amacro.c: Fixed aperture macro primitive no 7
4638 thanks to Drew Moore
4640 2003-09-28 Stefan Petersen * spe AT stacken dot kth dot se *
4642 * CONTRIBUTORS, ChangeLog, src/gerber.c: Fixes instances when G04 is
4645 2003-09-08 Stefan Petersen * spe AT stacken dot kth dot se *
4647 * CONTRIBUTORS, ChangeLog, src/gerber.c: Circular polygon outline
4648 approximated with short segments solved by Simon Munton
4650 2003-09-08 Stefan Petersen * spe AT stacken dot kth dot se *
4652 * CONTRIBUTORS, ChangeLog, src/gerber.c: A polygon filling problem
4653 solved by Simon Munton
4655 2003-08-18 Stefan Petersen * spe AT stacken dot kth dot se *
4657 * build_release: Fixed nasty bug causing script not to work
4659 2003-08-17 Stefan Petersen * spe AT stacken dot kth dot se *
4661 * ChangeLog, configure.in: Preparation for release 0.14
4663 2003-05-31 Stefan Petersen * spe AT stacken dot kth dot se *
4665 * ChangeLog, configure.in, src/amacro.c: Removed malloc.h to
4668 2003-04-18 Stefan Petersen * spe AT stacken dot kth dot se *
4670 * ChangeLog, src/draw_amacro.c: A patch from Larry Dolittle that
4671 solved a problem with strangely drawn circles
4673 2003-04-07 Stefan Petersen * spe AT stacken dot kth dot se *
4675 * ChangeLog, src/gerber.c: Segfault from RS274D files
4677 2003-03-18 Stefan Petersen * spe AT stacken dot kth dot se *
4679 * cvs-tag.sh: Improved with check for tag name and recursive tagging
4681 2003-03-18 Stefan Petersen * spe AT stacken dot kth dot se *
4683 * ChangeLog, INSTALL, README, acconfig.h, configure.in,
4684 files2tag.txt, man/gerbv.1.in: In preparation for release 0.13
4686 2003-03-16 Stefan Petersen * spe AT stacken dot kth dot se *
4688 * ChangeLog, src/draw.c, src/gerb_image.h, src/gerber.c: Angles are
4691 2003-03-16 Stefan Petersen * spe AT stacken dot kth dot se *
4693 * ChangeLog, src/gerber.c: Better sanity checks for start- and end
4696 2003-03-10 Stefan Petersen * spe AT stacken dot kth dot se *
4698 * ChangeLog, src/gerber.c: Doesn't warn on image rotate zero degrees
4700 2003-03-02 Stefan Petersen * spe AT stacken dot kth dot se *
4702 * ChangeLog, Makefile.am, configure.in, man/Makefile.am,
4703 man/gerbv.1.in, src/Makefile.am, src/gerbv.c: Removed the Guile
4706 2003-03-02 Stefan Petersen * spe AT stacken dot kth dot se *
4708 * example/exposure/README.txt, example/exposure/example.grb: Added
4711 2003-03-02 Stefan Petersen * spe AT stacken dot kth dot se *
4713 * ChangeLog, src/draw_amacro.c: Aperture macro primitive 1 is a
4716 2003-03-01 Stefan Petersen * spe AT stacken dot kth dot se *
4718 * ChangeLog, src/gerb_image.c, src/gerb_image.h, src/gerber.c:
4719 Cleaned up parsing of step-and-repeat and new_gerb_image()
4721 2003-02-28 Stefan Petersen * spe AT stacken dot kth dot se *
4723 * .cvsignore: Removed diff files and added some more autoconf files
4725 2003-02-24 Stefan Petersen * spe AT stacken dot kth dot se *
4727 * ChangeLog, src/Makefile.am, src/gerbv.c, src/gerbv_screen.h,
4728 src/log.c, src/setup.c, src/setup.h: Added setup.[hc] for setup
4729 specific thing like command switches and rc files.
4731 2003-02-22 Stefan Petersen * spe AT stacken dot kth dot se *
4733 * ChangeLog, src/gerbv.c: Swapping with a non-existent layer caused
4736 2003-02-22 Stefan Petersen * spe AT stacken dot kth dot se *
4738 * ChangeLog, src/gerber.c: Small differences in angles were ignored
4741 2003-02-12 Stefan Petersen * spe AT stacken dot kth dot se *
4743 * CONTRIBUTORS, ChangeLog, src/gerber.c: Incremental coordinates
4746 2003-02-10 Stefan Petersen * spe AT stacken dot kth dot se *
4748 * ChangeLog, configure.in: Preparation for release 0.12
4750 2003-02-08 Andreas Andersson * e92_aan AT e dot kth dot se *
4752 * src/drill.c: Removed a memory leak in drill_guess_format()
4754 2003-02-08 Andreas Andersson * e92_aan AT e dot kth dot se *
4756 * src/drill.c: Small kludge for parsing broken PADS files (==tools
4759 2003-02-06 Stefan Petersen * spe AT stacken dot kth dot se *
4761 * ChangeLog, src/drill.c: Exchanged some fprintf's with
4764 2003-02-06 Stefan Petersen * spe AT stacken dot kth dot se *
4766 * ChangeLog, src/gerbv.c: Added swap of tooltips too
4768 2003-02-05 Stefan Petersen * spe AT stacken dot kth dot se *
4770 * files2tag.txt: Added doc/eagle
4772 2003-02-02 Stefan Petersen * spe AT stacken dot kth dot se *
4774 * CONTRIBUTORS: Good old guys keep on reporting
4776 2003-02-02 Stefan Petersen * spe AT stacken dot kth dot se *
4778 * ChangeLog, src/drill.c: Added a patch from Dan that allows plus
4779 signs in the coordinates in drill file
4781 2003-02-02 Stefan Petersen * spe AT stacken dot kth dot se *
4783 * ChangeLog, src/gerbv.c: Move layers in the sidebar
4785 2003-02-02 Stefan Petersen * spe AT stacken dot kth dot se *
4787 * ChangeLog, src/draw.c, src/drill.c, src/gerb_image.c,
4788 src/gerb_image.h, src/gerber.c: Fixed unit system to handle
4789 millimeter everywhere
4791 2003-01-26 Stefan Petersen * spe AT stacken dot kth dot se *
4793 * ChangeLog, src/gerbv.c, src/log.c, src/log.h: Better control over
4794 where error messages go when
4796 2003-01-26 Stefan Petersen * spe AT stacken dot kth dot se *
4798 * .cvsignore, ChangeLog, man/.cvsignore, scheme/.cvsignore,
4799 src/.cvsignore: Added .cvsignore files
4801 2003-01-25 Stefan Petersen * spe AT stacken dot kth dot se *
4803 * example/Mentor-BoardStation/README.txt,
4804 example/Mentor-BoardStation/artwork_1.grb: Fixed a major Mentor
4805 screw up. See README.txt
4807 2003-01-25 Stefan Petersen * spe AT stacken dot kth dot se *
4809 * ChangeLog, src/gerb_image.c, src/gerb_image.h, src/gerber.c:
4810 Started to fixing units but not complete
4812 2003-01-19 Stefan Petersen * spe AT stacken dot kth dot se *
4814 * ChangeLog, src/gerber.c: Bug fixed that caused arcs to be drawn cw
4815 instead off ccw in some rare cases
4817 2003-01-16 Stefan Petersen * spe AT stacken dot kth dot se *
4819 * ChangeLog, TODO, files2tag.txt: Minor documentation updates to
4822 2003-01-16 Stefan Petersen * spe AT stacken dot kth dot se *
4824 * ChangeLog, man/gerbv.1.in, src/gerbv.c: Update documentation with
4825 new log commandline switch
4827 2003-01-15 Stefan Petersen * spe AT stacken dot kth dot se *
4829 * ChangeLog, src/Makefile.am, src/color.c, src/draw.c, src/drill.c,
4830 src/gerb_error.h, src/gerber.c, src/gerbv.c, src/gerbv_screen.h,
4831 src/log.c, src/log.h: New error reporting system in place
4833 2003-01-14 Stefan Petersen * spe AT stacken dot kth dot se *
4835 * ChangeLog, src/gerbv.c: Refixed the RS274D parsing error segfault
4837 2003-01-12 Stefan Petersen * spe AT stacken dot kth dot se *
4839 * ChangeLog, src/gerbv.c: Another RS274D causing havoc
4841 2002-12-25 Stefan Petersen * spe AT stacken dot kth dot se *
4843 * ChangeLog, src/amacro.c, src/gerbv.c, src/gerbv_screen.h: Changes
4844 windows store, fixed compilation warning in amacro and made minor
4845 cosmetic cleanups in gerbv.c
4847 2002-12-13 Stefan Petersen * spe AT stacken dot kth dot se *
4849 * doc/sources.txt: Cleaned out some broken links and general clean
4852 2002-12-10 Stefan Petersen * spe AT stacken dot kth dot se *
4854 * ChangeLog, src/gerbv.c: Fixed compilation warnings on 64-bit
4855 platforms by casting gpointer to long int.
4857 2002-12-09 Stefan Petersen * spe AT stacken dot kth dot se *
4859 * ChangeLog, src/gerber.c: Filled polygons bug 649663 closed
4861 2002-12-03 Stefan Petersen * spe AT stacken dot kth dot se *
4863 * CONTRIBUTORS: Added Charles to list of constributors
4865 2002-12-02 Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
4867 * ChangeLog, configure.in, src/amacro.c: Applied patch from Charles
4868 Lepple to fix bug #646268
4870 2002-11-26 Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
4872 * ChangeLog, src/gerbv.c: Fixing bug 643799
4874 2002-11-25 Stefan Petersen * spe AT stacken dot kth dot se *
4876 * CONTRIBUTORS, ChangeLog, src/gerbv.c: Turning all layers on and
4879 2002-11-24 Stefan Petersen * spe AT stacken dot kth dot se *
4881 * man/gerbv.1.in: Yet another speling error
4883 2002-11-24 Stefan Petersen * spe AT stacken dot kth dot se *
4885 * ChangeLog, doc/eagle/eagle2exc.pl, doc/eagle/eagle2exc.txt:
4886 Information on how to generate Excellon from Eagle
4888 2002-11-23 Stefan Petersen * spe AT stacken dot kth dot se *
4890 * ChangeLog, src/gerber.c: Yet another G-code (55) discovered
4892 2002-11-23 Stefan Petersen * spe AT stacken dot kth dot se *
4894 * ChangeLog, src/amacro.c, src/draw.c, src/draw_amacro.c,
4895 src/gerber.c: Some more bug 642600 which I was completly responsible
4898 2002-11-23 Stefan Petersen * spe AT stacken dot kth dot se *
4900 * doc/sources.txt: Deprecated Barco links
4902 2002-11-23 Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
4904 * ChangeLog, src/gerbv.c: Fixed bug 642600, which I was not
4905 completely responsible for...
4907 2002-11-20 Stefan Petersen * spe AT stacken dot kth dot se *
4909 * ChangeLog, configure.in, files2tag.txt: Release 0.11 preps
4911 2002-11-20 Stefan Petersen * spe AT stacken dot kth dot se *
4913 * CONTRIBUTORS: Dino's don PNGPrintMinitHowto
4915 2002-11-20 Stefan Petersen * spe AT stacken dot kth dot se *
4917 * man/gerbv.1.in: Added blurb about shift+right mouse button
4919 2002-11-19 Stefan Petersen * spe AT stacken dot kth dot se *
4921 * ChangeLog, src/gerbv.c: Superimposing functions back in business
4923 2002-11-19 Stefan Petersen * spe AT stacken dot kth dot se *
4925 * man/gerbv.1.in: left and right isn't always easy
4927 2002-11-19 Stefan Petersen * spe AT stacken dot kth dot se *
4929 * ChangeLog, src/draw.c: Changed round off method so when a filled
4930 area consisting of several lines is drawn it has bigger potential of
4933 2002-11-16 Stefan Petersen * spe AT stacken dot kth dot se *
4935 * ChangeLog, src/exportimage.c: Background color was ignored
4937 2002-11-16 Stefan Petersen * spe AT stacken dot kth dot se *
4939 * ChangeLog, src/gerbv.c: Made sure all destroy and cancel events
4940 are properly handled. Some segfaults were noted here and there.
4942 2002-11-16 Stefan Petersen * spe AT stacken dot kth dot se *
4944 * ChangeLog, src/gerbv.c: Made ZOOM_SET also set centering
4946 2002-11-16 Stefan Petersen * spe AT stacken dot kth dot se *
4948 * ChangeLog, src/gerbv.c, src/gerbv_screen.h: Added Dinos explicit
4951 2002-11-16 Stefan Petersen * spe AT stacken dot kth dot se *
4953 * ChangeLog, doc/PNG-print/PNGPrintMiniHowto.txt: Added docs on how to print PNGs generated by gerbv
4955 2002-11-15 Stefan Petersen * spe AT stacken dot kth dot se *
4957 * ChangeLog, src/gerbv.c: Robustified if someone tries to parse
4960 2002-11-15 Andreas Andersson * e92_aan AT e dot kth dot se *
4962 * ChangeLog, src/drill.c: Change to allow Orcad386 drill files.
4964 2002-11-07 Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
4966 * ChangeLog, src/gerbv.c: Prepare idle_redraw for reentrancy, clean
4969 2002-11-06 Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
4971 * ChangeLog, src/gerbv.c: Oops, you need to start the idle function
4974 2002-11-06 Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
4976 * ChangeLog, src/gerbv.c: Do not call gtk_idle_xxx from within a
4977 gtk_idle function call
4979 2002-11-05 Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
4981 * ChangeLog: Removed clipping/no clipping kludge.
4983 2002-11-05 Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
4985 * src/gerbv.c, src/gerbv_screen.h: Removed clipping/no clipping
4988 2002-11-05 Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
4990 * ChangeLog, src/gerbv.c: Preempt drawing when there are events to
4991 process, otherwise we can run redraw_pixmap
4992 partially+completely+partially. This caused some layers to
4995 2002-11-04 Stefan Petersen * spe AT stacken dot kth dot se *
4997 * ChangeLog, src/exportimage.c, src/gerbv.c: Exports the whole image
5000 2002-11-02 Stefan Petersen * spe AT stacken dot kth dot se *
5002 * doc/sources.txt: gerbv handles aperture macros now(and done so for
5005 2002-10-31 Stefan Petersen * spe AT stacken dot kth dot se *
5007 * ChangeLog, src/draw.c, src/gerber.c: If first point in the first
5008 line didn't have an aperture defined, this line was drawn wrong
5010 2002-10-31 Stefan Petersen * spe AT stacken dot kth dot se *
5012 * ChangeLog, src/gerber.c: AS doesn't complain if default values are
5015 2002-10-31 Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5017 * ChangeLog, src/gerbv.c, src/gerbv_screen.h: Removed incremental
5018 redraw, it flickered too much, added option to disable clipping. We
5019 should probably make redraw_pixmap more general and make export_png
5020 independant of the shown pixmap, later...
5022 2002-10-30 Stefan Petersen * spe AT stacken dot kth dot se *
5024 * ChangeLog, src/gerb_image.h, src/gerber.c: Implemented %SF% and
5025 %SR% in parser but ignore them in drawing engine. If they != default
5026 values a waring is issued
5028 2002-10-30 Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5030 * ChangeLog, src/gerbv.c, src/gerbv_screen.h: Added restart state to
5031 redraw_pixmap() and drawing progress on statusbar
5033 2002-10-29 Stefan Petersen * spe AT stacken dot kth dot se *
5035 * ChangeLog, src/draw_amacro.c: Fixed bug in drawing of primitive 20
5038 2002-10-29 Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5040 * ChangeLog, src/gerbv.c: Close (potential) memory leak by unref:ing
5041 temporary pixmaps even when preempting redraw
5043 2002-10-28 Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5045 * ChangeLog, src/gerbv.c: Changed sign on initialisation of
5046 screen.clip_bbox.x1.
5048 2002-10-27 Stefan Petersen * spe AT stacken dot kth dot se *
5050 * ChangeLog, src/draw_amacro.c: Fixed an aperture macro bug that
5051 caused multi primitives macros to not be drawn properly. Closes bug
5054 2002-10-26 Stefan Petersen * spe AT stacken dot kth dot se *
5056 * ChangeLog, src/gerber.c: Replaced nested strncmp with switch/case
5057 and fixed a segfault caused by RS274D files.
5059 2002-10-24 Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5061 * ChangeLog, src/gerbv.c, src/gerbv_screen.h: Now the created pixmap
5062 is the size of the screen, always independant on the zoom scale.
5063 Added option to turn on incremental updates to redraw pixmap for
5064 each completed layer. This patch could need some cleaning up in the
5065 trans_x vs off_x vs clip_bbox.x1 areas.
5067 2002-10-18 Stefan Petersen * spe AT stacken dot kth dot se *
5069 * src/gerber.c: Stupid size error when allocating buffer.
5072 2002-10-18 Stefan Petersen * spe AT stacken dot kth dot se *
5074 * ChangeLog, src/drill.c, src/gerb_file.c, src/gerb_file.h,
5075 src/gerber.c, src/gerber.h, src/gerbv.c: Update for platforms were
5076 char really are unsigned as it should be
5078 2002-10-16 Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5080 * doc/image2pixmap.fig: Added some food for thought regarding
5081 allocating smaller pixmaps when zooming
5083 2002-10-14 Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5085 * ChangeLog, src/gerbv.c: Check that the status bar has been created
5086 before trying to use it in update_statusbar()
5088 2002-10-14 Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5090 * ChangeLog, src/gerbv.c: Make menu reflect the default unit if set
5093 2002-10-13 Stefan Petersen * spe AT stacken dot kth dot se *
5095 * man/gerbv.1.in: Updated date
5097 2002-10-13 Stefan Petersen * spe AT stacken dot kth dot se *
5099 * ChangeLog, configure.in: Version 0.0.10 release prep
5101 2002-10-11 Stefan Petersen * spe AT stacken dot kth dot se *
5103 * INSTALL, README, files2tag.txt: Minor updates for 0.0.10 release
5105 2002-10-11 Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5107 * ChangeLog, acconfig.h, configure.in, src/gerbv.c: Added configure
5108 option to set default units to millimeters instead of mils.
5110 2002-10-09 Stefan Petersen * spe AT stacken dot kth dot se *
5112 * man/gerbv.1.in: Smaller cleanups
5114 2002-10-09 Stefan Petersen * spe AT stacken dot kth dot se *
5116 * ChangeLog, src/gerber.c: Fixed bug in new min/max that made macros
5119 2002-10-08 Stefan Petersen * spe AT stacken dot kth dot se *
5121 * man/gerbv.1.in: Added some text on activation/deactivation that
5122 apparently got lost in the mail
5124 2002-10-07 Stefan Petersen * spe AT stacken dot kth dot se *
5126 * ChangeLog, src/gerber.c: Segfault in min-max code fixed. Closes
5129 2002-10-07 Stefan Petersen * spe AT stacken dot kth dot se *
5131 * ChangeLog, man/gerbv.1.in: Added info about new commandline
5132 switches and backends
5134 2002-10-07 Stefan Petersen * spe AT stacken dot kth dot se *
5136 * ChangeLog, src/gerbv.c: Added GTK/GDK command line parameters and
5137 parameter --geometry
5139 2002-10-06 Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5141 * ChangeLog, src/gerbv.c, src/gerbv_screen.h: Use either mils or mms
5142 in statusbar. This limits window width enough to close bug #615475.
5144 2002-09-29 Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5146 * ChangeLog, src/gerber.c, src/gerbv.c, src/gerbv_screen.h: Closes
5147 bug #605985, now using aprture size when calculating bbox. Removed
5150 2002-09-17 Stefan Petersen * spe AT stacken dot kth dot se *
5152 * ChangeLog, acconfig.h, configure.in, src/gerbv_screen.h:
5153 Definition of maximum number of simultaneous open files can be done
5154 from ./configure --with-maxfiles=xx
5156 2002-09-17 Stefan Petersen * spe AT stacken dot kth dot se *
5158 * NEWS: Didn't bother to update this file all the time
5160 2002-09-17 Stefan Petersen * spe AT stacken dot kth dot se *
5162 * ChangeLog, configure.in: exportpng is configured in by default
5164 2002-09-09 Stefan Petersen * spe AT stacken dot kth dot se *
5166 * ChangeLog, src/gerbv.c: Added version number in main windows title
5168 2002-09-09 Stefan Petersen * spe AT stacken dot kth dot se *
5170 * example/jj/README.txt, example/jj/l1-1.grb, example/jj/l1-2.grb,
5171 example/jj/l1-3.grb, example/jj/l1-orig.grb: Added
5173 2002-09-07 Stefan Petersen * spe AT stacken dot kth dot se *
5175 * ChangeLog, src/amacro.c, src/amacro.h, src/draw.c,
5176 src/draw_amacro.c, src/draw_amacro.h: Dynamic allocation of stack
5177 when drawing aperture macros.
5179 2002-09-07 Stefan Petersen * spe AT stacken dot kth dot se *
5181 * ChangeLog, src/batch.c, src/draw.c, src/gerb_image.h,
5182 src/gerber.c, src/gerber.h: Fixed multi quadrant detection
5184 2002-09-02 Stefan Petersen * spe AT stacken dot kth dot se *
5186 * ChangeLog, src/batch.c, src/draw.c, src/gerb_image.h,
5187 src/gerber.c: More Polygon Area fixes.
5189 2002-09-01 Stefan Petersen * spe AT stacken dot kth dot se *
5191 * ChangeLog, src/draw.c: Fixed fatal Polygon Area Fill bug
5193 2002-08-31 Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5195 * ChangeLog, src/gerbv.c: Removed redundant bounding box
5196 calculation. No biggie, but it looks nicer
5198 2002-08-27 Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5200 * ChangeLog, src/gerbv.c, src/gerbv_icon.h, src/gerbv_screen.h:
5201 Center image on zoom to fit (autoscale), add define for extra 0.1
5204 2002-08-27 Stefan Petersen * spe AT stacken dot kth dot se *
5206 * src/gerbv.c: Accidental debug message removed
5208 2002-08-27 Andreas Andersson * e92_aan AT e dot kth dot se *
5210 * ChangeLog, src/drill.c: Changed format guessing to work for yet
5211 another special case.
5213 2002-08-26 Stefan Petersen * spe AT stacken dot kth dot se *
5215 * ChangeLog, src/gerbv.c: Memoryleak fixes
5217 2002-08-10 Stefan Petersen * spe AT stacken dot kth dot se *
5219 * ChangeLog, files2tag.txt, src/Makefile.am, src/batch.c,
5220 src/batch.h, src/gerbv.c, src/scm_gerber.c, src/scm_gerber.h: All
5221 batch functionality in batch.[hc]
5223 2002-08-09 Stefan Petersen * spe AT stacken dot kth dot se *
5225 * ChangeLog, src/gerbv.c, src/gerbv_screen.h: Added (de)activation
5228 2002-08-09 Stefan Petersen * spe AT stacken dot kth dot se *
5230 * ChangeLog, src/gerbv.c: Fixed zooming to work after (de)selection
5231 of a non-loaded layer
5233 2002-08-04 Stefan Petersen * spe AT stacken dot kth dot se *
5235 * ChangeLog, src/gerbv.c: Better control over not loading files
5237 2002-08-04 Stefan Petersen * spe AT stacken dot kth dot se *
5239 * CONTRIBUTORS: Updated Dan and Dino
5241 2002-08-04 Stefan Petersen * spe AT stacken dot kth dot se *
5243 * ChangeLog, man/gerbv.1.in: Updates on superimposing
5245 2002-08-04 Stefan Petersen * spe AT stacken dot kth dot se *
5247 * ChangeLog, src/gerbv.c, src/gerbv_screen.h: Superimposing
5250 2002-08-01 Stefan Petersen * spe AT stacken dot kth dot se *
5252 * ChangeLog, src/draw.c, src/draw.h, src/gerbv.c: Changed generation
5253 of images to using clipmasks
5255 2002-07-24 Andreas Andersson * e92_aan AT e dot kth dot se *
5257 * ChangeLog, src/drill.c: Changed parser to allow undefined tools
5258 and fake sizes for them.
5260 2002-07-17 Stefan Petersen * spe AT stacken dot kth dot se *
5262 * src/draw_amacro.c: Yet another fabs fix
5264 2002-07-15 Stefan Petersen * spe AT stacken dot kth dot se *
5266 * ChangeLog, src/gerbv.c: Fixed bug 573016, some gerbers not drawn
5268 2002-07-15 Stefan Petersen * spe AT stacken dot kth dot se *
5270 * ChangeLog, src/gerb_image.c, src/gerb_image.h, src/gerber.c:
5271 Parses and stores %IN%
5273 2002-07-15 Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5275 * src/gerbv.c: Minor cleanup for earlier icon addition
5277 2002-07-15 Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5279 * ChangeLog, src/gerbv.c, src/gerbv_icon.h: Added application icon
5281 2002-07-13 Stefan Petersen * spe AT stacken dot kth dot se *
5283 * build_release, cvs-tag.sh, files2tag.txt: Build system fixes to
5284 simply conditional tagging
5286 2002-07-13 Stefan Petersen * spe AT stacken dot kth dot se *
5288 * ChangeLog, example/ekf/README: Closed bug 578583 saying
5289 example/ekf/* shouldn't work since it is RS274D
5291 2002-07-13 Stefan Petersen * spe AT stacken dot kth dot se *
5293 * CONTRIBUTORS, ChangeLog, configure.in: Added --with-gtk-config
5294 from Bruno Schwander
5296 2002-07-13 Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5298 * : added some pixmaps to be used for icon and perhaps menu icons in
5301 2002-07-06 Stefan Petersen * spe AT stacken dot kth dot se *
5303 * man/gerbv.1.in: Escape zoom outline
5305 2002-07-06 Stefan Petersen * spe AT stacken dot kth dot se *
5307 * ChangeLog, configure.in: Preparations for release 0.0.9
5309 2002-07-06 Stefan Petersen * spe AT stacken dot kth dot se *
5311 * man/gerbv.1.in: Updated with new features
5313 2002-07-06 Stefan Petersen * spe AT stacken dot kth dot se *
5315 * example/Mentor-BoardStation/README.txt,
5316 example/Mentor-BoardStation/artwork_1.grb: Added
5318 2002-07-06 Stefan Petersen * spe AT stacken dot kth dot se *
5320 * example/dan/README.txt, example/dan/top.gbx: Added
5322 2002-07-05 Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5324 * ChangeLog, src/gerbv.c: Saved us from using a widget.
5326 2002-07-04 Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5328 * ChangeLog, src/gerbv.c: Made status bar not expandable.
5330 2002-07-04 Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5332 * ChangeLog, src/gerbv.c, src/gerbv_screen.h: Changed coordinate
5333 display at bottom again, now using a Label instead of Statusbar.
5334 Digits don't dance around anymore. Not much space left for any other
5335 messages (there are none implemented yet anyway).
5337 2002-07-02 Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5339 * ChangeLog, src/gerbv.c, src/gerbv_screen.h: s/sprintf/snprintf/,
5340 coordinate to mils and mms conversions macrofied
5342 2002-07-01 Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5344 * ChangeLog, src/gerbv.c, src/gerbv_screen.h: Using a single
5345 GtkStatusbar widget instead of three. Composing message from strings
5346 instead prevents window resizing in 1280x1024 resolution. Created a
5347 function to update statusbar.
5349 2002-07-01 Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5351 * ChangeLog: Changed changelog
5353 2002-07-01 Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5355 * ChangeLog, src/gerbv.c, src/gerbv_screen.h: Finally got absolute
5356 coordinates to work properly! Partly closes feature request 567965
5358 2002-06-20 Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5360 * ChangeLog, src/gerbv.c: Fix for bug 571097, mils are really 0.001
5361 inches and not 0.01 as I thought. Thanks Dan
5363 2002-06-20 Stefan Petersen * spe AT stacken dot kth dot se *
5365 * src/gerbv.c: Minor renaming of variables
5367 2002-06-19 Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5369 * ChangeLog, src/gerbv.c, src/gerbv_screen.h: Tried to fix gerber
5370 coordinates again. py and not px should be used for mirroring y-axis
5372 2002-06-18 Stefan Petersen * spe AT stacken dot kth dot se *
5374 * ChangeLog, src/gerbv.c: Added background color selection
5376 2002-06-17 Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5378 * ChangeLog, src/gerbv.c, src/gerbv_screen.h: Coordinates shown in
5379 statusbar are now in gerber coordinate system (instead of gtk/X11).
5380 Units changed to mils and mms. Minor statusbar layout changes.
5382 2002-06-17 Stefan Petersen * spe AT stacken dot kth dot se *
5384 * ChangeLog, src/draw.c: Ignored if lines were using rectangular
5387 2002-06-13 Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5389 * ChangeLog, src/gerbv.c, src/gerbv_screen.h: Added status bar.
5390 Still needs to add code to be able to set a reference position
5391 outside of measure mode?! Should update all printfs to add messages
5392 in statusbar instead.
5394 2002-06-12 Stefan Petersen * spe AT stacken dot kth dot se *
5396 * doc/Makefile.example: An example on how to write a Makefile for
5397 docs. Maybe you don't even have to rewrite it at all
5399 2002-06-12 Stefan Petersen * spe AT stacken dot kth dot se *
5401 * ChangeLog: Autoscale fix and setting of err_gc
5403 2002-06-12 Stefan Petersen * spe AT stacken dot kth dot se *
5405 * src/draw.c: Moved out setting of err_gc
5407 2002-06-12 Stefan Petersen * spe AT stacken dot kth dot se *
5409 * src/gerbv.c: Autoscale doesn't translate thing out of window
5411 2002-06-12 Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5413 * ChangeLog, src/gerbv.c: Fix division by zero in
5414 draw_zoom_outline(), closes bug 567166
5416 2002-06-11 Stefan Petersen * spe AT stacken dot kth dot se *
5418 * ChangeLog, src/gerb_file.c: Changed ENODATA to EIO. Closes bug
5421 2002-06-11 Stefan Petersen * spe AT stacken dot kth dot se *
5423 * ChangeLog, src/gerbv.c: Can now draw images with negative
5424 coordinates. Closes bug 548094.
5426 2002-06-10 Stefan Petersen * spe AT stacken dot kth dot se *
5428 * ChangeLog, src/draw_amacro.c: If primitive 4 has the same starting
5429 and ending point it will now get filled
5431 2002-06-10 Stefan Petersen * spe AT stacken dot kth dot se *
5433 * ChangeLog, src/draw_amacro.c: Fixed bug causing rotation to be
5434 screwed up in primitive 4
5436 2002-06-10 Stefan Petersen * spe AT stacken dot kth dot se *
5438 * ChangeLog, src/Makefile.am, src/draw.c, src/draw.h,
5439 src/draw_amacro.c, src/draw_amacro.h: Split out aperture macro stuff
5440 from draw to draw_amacro
5442 2002-06-10 Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5444 * ChangeLog, src/gerbv.c: Added more digits in distance measurement
5447 2002-06-10 Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5449 * ChangeLog, src/gerbv.c, src/gerbv_screen.h: Removed ability to
5450 switch between centered and normal outline zooming during drag.
5451 Added escape key to abort zooming and repaint screen. Newlines
5454 2002-06-10 Stefan Petersen * spe AT stacken dot kth dot se *
5456 * HACKING: Minor cleanups and added blurb about functions.
5458 2002-06-09 Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5460 * ChangeLog, src/gerbv.c: Bugfix for centered outline zooming. Now
5463 2002-06-09 Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5465 * ChangeLog, src/gerbv.c: Change cursor on keypress (shift for
5466 distance measure). Added centered zooming in outline mode (closing
5467 feature request 553452).
5469 2002-06-09 Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5471 * ChangeLog, src/gerbv.c, src/gerbv_screen.h: Added distance measure
5472 color and display of actual zoom box in outline mode. Improved
5473 distance string format.
5475 2002-06-08 Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5477 * ChangeLog, src/gerbv.c: Make use of xor drawing mode in zoom
5478 outline and distance measure to speed up redraw
5480 2002-06-08 Stefan Petersen * spe AT stacken dot kth dot se *
5482 * ChangeLog, configure.in: Added check for libpng
5484 2002-06-07 Stefan Petersen * spe AT stacken dot kth dot se *
5486 * src/gerbv.c: Setup a watch while running export png
5488 2002-06-07 Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5490 * ChangeLog, src/gerbv.c: Centered measure distance text, line
5491 spacing calculated correctly, minor cleanups
5493 2002-06-07 Stefan Petersen * spe AT stacken dot kth dot se *
5495 * ChangeLog, src/draw.c, src/gerb_image.h, src/gerber.c: Handles
5498 2002-06-06 Stefan Petersen * spe AT stacken dot kth dot se *
5500 * ChangeLog, src/gerbv.c, src/gerbv_screen.h: Added reload files
5502 2002-06-06 Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5504 * ChangeLog, src/gerbv.c, src/gerbv_screen.h: First implementation
5505 of request [ 562934 ] measurement tool
5507 2002-06-06 Stefan Petersen * spe AT stacken dot kth dot se *
5509 * ChangeLog, src/draw.c, src/gerb_image.h, src/gerber.c: Counting
5510 and dynamic allocation of memory when drawing polygons with many
5513 2002-06-04 Stefan Petersen * spe AT stacken dot kth dot se *
5515 * ChangeLog, src/gerbv.c: Added extra check to autoscale
5517 2002-06-02 Stefan Petersen * spe AT stacken dot kth dot se *
5519 * ChangeLog, src/gerb_image.h, src/gerber.c: Added IC to parser
5521 2002-05-18 Stefan Petersen * spe AT stacken dot kth dot se *
5523 * configure.in: Couldn't check for png headers like I thought
5525 2002-05-18 Stefan Petersen * spe AT stacken dot kth dot se *
5527 * CONTRIBUTORS, ChangeLog, acconfig.h, configure.in,
5528 src/Makefile.am, src/exportimage.c, src/exportimage.h, src/gerbv.c,
5529 src/gerbv_screen.h: Added export image to PNG from Dino
5531 2002-05-17 Stefan Petersen * spe AT stacken dot kth dot se *
5533 * configure.in: Minor bug in configure script to enable batch
5535 2002-05-17 Stefan Petersen * spe AT stacken dot kth dot se *
5537 * ChangeLog, src/gerbv.c, src/gerbv_screen.h: Split out the global
5540 2002-05-16 Stefan Petersen * spe AT stacken dot kth dot se *
5542 * ChangeLog, acconfig.h, configure.in, src/gerbv.c,
5543 src/scm_gerber.c: Changed default to exclude Guile when configuring
5545 2002-05-10 Stefan Petersen * spe AT stacken dot kth dot se *
5547 * ChangeLog, src/gerb_file.c: Improved error reporting from
5550 2002-05-09 Stefan Petersen * spe AT stacken dot kth dot se *
5552 * src/gerbv.c: Backing out some commits that came along previous
5555 2002-05-09 Stefan Petersen * spe AT stacken dot kth dot se *
5557 * ChangeLog, src/gerb_image.c, src/gerb_image.h, src/gerber.c,
5558 src/gerber.h, src/gerbv.c: Moved around verification of gerb_image
5559 and use it more clever
5561 2002-05-08 Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5563 * ChangeLog, src/gerbv.c: Don't allow outline zoom on too small
5564 areas. Allocate separate outline color
5566 2002-05-07 Stefan Petersen * spe AT stacken dot kth dot se *
5568 * ChangeLog, src/gerbv.c: Remember where we loaded file from last
5569 time and use it next file selection
5571 2002-05-07 Stefan Petersen * spe AT stacken dot kth dot se *
5573 * INSTALL: gschem->gerbv
5575 2002-05-07 Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5577 * ChangeLog, src/gerbv.c: Added outline zoom support as requested in
5578 feature request 550798
5580 2002-05-07 Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5582 * src/draw.h, src/gerbv.c: Use #define for default cursor shape, for
5583 future use Scale by ten percent of current scale value instead of a
5584 fixed number 10 behaves better when zooming in very small and very
5585 large values for the scale
5587 2002-05-05 Stefan Petersen * spe AT stacken dot kth dot se *
5589 * ChangeLog, src/gerbv.c: Mouse pointer as a watch was up all the
5590 time when no files were loaded at start up
5592 2002-05-05 Stefan Petersen * spe AT stacken dot kth dot se *
5594 * man/gerbv.1.in: Added Anders
5596 2002-05-05 Stefan Petersen * spe AT stacken dot kth dot se *
5598 * src/gerbc.c: Removed
5600 2002-05-05 Stefan Petersen * spe AT stacken dot kth dot se *
5602 * ChangeLog, configure.in: Updates for release 0.0.8
5604 2002-05-03 Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5606 * ChangeLog: Added changelog entry for zooming.
5608 2002-05-03 Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5610 * AUTHORS: Correcting my e-mail address.
5612 2002-05-02 Stefan Petersen * spe AT stacken dot kth dot se *
5614 * ChangeLog, src/gerbv.c: Translation in autoscale improved
5616 2002-05-02 Stefan Petersen * spe AT stacken dot kth dot se *
5618 * ChangeLog: Ovals and some docs
5620 2002-05-02 Stefan Petersen * spe AT stacken dot kth dot se *
5622 * HACKING: More elaboration on code standard
5624 2002-05-02 Stefan Petersen * spe AT stacken dot kth dot se *
5626 * CONTRIBUTORS: Added Neil and Dino
5628 2002-05-02 Stefan Petersen * spe AT stacken dot kth dot se *
5630 * AUTHORS: Added aen
5632 2002-05-02 Stefan Petersen * spe AT stacken dot kth dot se *
5634 * src/draw.c: Ovals are ovals and not ellypses
5636 2002-05-02 Stefan Petersen * spe AT stacken dot kth dot se *
5638 * src/gerbv.c: Added some event handling in the draw loop
5640 2002-05-02 Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5642 * src/gerbv.c: Make sure the event is sent to the zoom function when
5643 zooming around mouse. Attempt to be preemptive when converting
5644 image to pixmap. This gives a small gain in responsiveness, but it
5645 is all we have time to do this close to the next release. Note that
5646 constantly moving the mouse will prevent screen updates to happen.
5647 Can we live with this? To be improved.
5649 2002-05-01 Stefan Petersen * spe AT stacken dot kth dot se *
5651 * src/draw.c, src/gerbv.c: Unrefed some GCs
5653 2002-04-30 Stefan Petersen * spe AT stacken dot kth dot se *
5655 * src/gerber.c: Cleaned out a discusting macro
5657 2002-04-29 Stefan Petersen * spe AT stacken dot kth dot se *
5659 * ChangeLog: Zooming and format fixes
5661 2002-04-29 Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5663 * ChangeLog: Added changelog for zooming changes in src/gerbv.c (rev
5666 2002-04-29 Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5668 * src/gerbv.c: First attempt to fix zoom in around mouse pointer.
5669 There seems to be some rounding error. I suspect it is in the
5670 centered zoom centering code.
5672 2002-04-29 Anders Eriksson * aenfaldor AT users dot sourceforge dot net *
5674 * src/gerbv.c: Zooming is now centered to screen center. This is
5675 much nicer than previous behaviour, but it does not quite close [
5676 gerbv-Bugs-548128 ].
5678 2002-04-28 Stefan Petersen * spe AT stacken dot kth dot se *
5680 * src/gerb_image.h: Format statement now more completly handled (bug
5683 2002-04-28 Stefan Petersen * spe AT stacken dot kth dot se *
5685 * src/gerber.c: Format statement now more completly handled (bug
5688 2002-04-28 Stefan Petersen * spe AT stacken dot kth dot se *
5690 * man/gerbv.1.in: Added blurb about zooming
5692 2002-04-28 Stefan Petersen * spe AT stacken dot kth dot se *
5694 * src/gerbv.c: Zooming number constants removed
5696 2002-04-27 Stefan Petersen * spe AT stacken dot kth dot se *
5698 * src/draw.c: Spelling error axle->axis
5700 2002-04-27 Stefan Petersen * spe AT stacken dot kth dot se *
5702 * ChangeLog, src/gerbv.c: Implemented unload file and changed name
5703 of all open functions to load
5705 2002-04-25 Stefan Petersen * spe AT stacken dot kth dot se *
5707 * ChangeLog, src/gerb_file.c: Fixes segfault when opening empty file
5710 2002-04-24 Stefan Petersen * spe AT stacken dot kth dot se *
5712 * ChangeLog, configure.in, man/gerbv.1, man/gerbv.1.in: Updated man
5715 2002-04-23 Stefan Petersen * spe AT stacken dot kth dot se *
5717 * ChangeLog, example/orcad/README.txt, example/orcad/ast.ps,
5718 example/orcad/rs232_cm.asb, example/orcad/rs232_cm.ast,
5719 example/orcad/rs232_cm.bot, example/orcad/rs232_cm.drd,
5720 example/orcad/rs232_cm.smb, example/orcad/rs232_cm.smt,
5721 example/orcad/rs232_cm.ssb, example/orcad/rs232_cm.sst,
5722 example/orcad/rs232_cm.top, example/orcad/thruhole.tap: Added
5725 2002-04-10 Stefan Petersen * spe AT stacken dot kth dot se *
5727 * example/cslk/README.txt, example/cslk/cslk.gbx,
5728 example/cslk/cslk.ps: Added
5730 2002-04-10 Stefan Petersen * spe AT stacken dot kth dot se *
5732 * ChangeLog, src/gerber.c: Fixed mq arcs so circles are circles and
5733 width/height are correctly calculated
5735 2002-04-09 Stefan Petersen * spe AT stacken dot kth dot se *
5737 * ChangeLog, src/gerber.c: Fixed drawing direction of arcs. Some
5738 other issues left in mq arcs left.
5740 2002-04-03 Stefan Petersen * spe AT stacken dot kth dot se *
5742 * src/gerber.c: Minor cleanups by using switch/case instead of loads
5745 2002-04-03 Stefan Petersen * spe AT stacken dot kth dot se *
5747 * ChangeLog, src/gerber.c, src/gerber.h: Fixed some numerical
5748 constants in verify_gerb
5750 2002-04-03 Stefan Petersen * spe AT stacken dot kth dot se *
5752 * ChangeLog: Color selection and blurb abt zooming and gerber layers
5754 2002-04-03 Stefan Petersen * spe AT stacken dot kth dot se *
5756 * TODO: Added gerber layers and zooming. Removed some overdue
5759 2002-04-03 Stefan Petersen * spe AT stacken dot kth dot se *
5761 * src/gerbv.c: Color selection on layers added
5763 2002-02-10 Stefan Petersen * spe AT stacken dot kth dot se *
5765 * ChangeLog, src/draw.c: Added string.h
5767 2002-02-10 Stefan Petersen * spe AT stacken dot kth dot se *
5769 * ChangeLog, configure.in: Release 0.0.7 preparations
5771 2002-02-05 Stefan Petersen * spe AT stacken dot kth dot se *
5773 * doc/sources.txt: Added info abt gerber2eps
5775 2002-02-03 Stefan Petersen * spe AT stacken dot kth dot se *
5777 * ChangeLog: Aperture macro verification finalized
5779 2002-02-03 Stefan Petersen * spe AT stacken dot kth dot se *
5781 * example/am-test/am-test.gbx: Added
5783 2002-02-03 Stefan Petersen * spe AT stacken dot kth dot se *
5785 * src/draw.c: Bugfixes in primitive 6 and 7 after verification.
5787 2002-01-26 Stefan Petersen * spe AT stacken dot kth dot se *
5789 * ChangeLog, src/gerber.c: Rewrote parse_aperture_defintion to
5790 handle aperture macro definitions without parameters
5792 2002-01-26 Stefan Petersen * spe AT stacken dot kth dot se *
5794 * ChangeLog, src/amacro.c, src/draw.c: A bunt bugfixes in aperture
5795 macro parsing and drawing
5797 2002-01-06 Stefan Petersen * spe AT stacken dot kth dot se *
5799 * ChangeLog, src/draw.c: All primitive aperture macros implemented,
5802 2001-12-31 Stefan Petersen * spe AT stacken dot kth dot se *
5804 * ChangeLog, src/draw.c: Drawing aperture macros with some
5805 elementary macro primitives
5807 2001-12-30 Andreas Andersson * e92_aan AT e dot kth dot se *
5809 * src/drill.c: Minor fix to drill_file_p(), which was broken with
5812 2001-12-29 Stefan Petersen * spe AT stacken dot kth dot se *
5814 * ChangeLog, doc/aperturemacro.txt, src/Makefile.am, src/amacro.c,
5815 src/amacro.h, src/gerb_image.c, src/gerb_image.h, src/gerber.c:
5816 First rough cut at parsing aperture macros
5818 2001-12-29 Andreas Andersson * e92_aan AT e dot kth dot se *
5820 * ChangeLog: Minor fixes to gerber.c and gerb_file.c
5822 2001-12-29 Andreas Andersson * e92_aan AT e dot kth dot se *
5824 * src/gerb_file.c: Changed gerb_fgetstring() back to behave as
5825 before, except for one bug
5827 2001-12-29 Stefan Petersen * spe AT stacken dot kth dot se *
5829 * src/gerber.c: Fixed minor bug was added last time
5831 2001-12-29 Andreas Andersson * e92_aan AT e dot kth dot se *
5833 * src/gerb_file.c: Fixed gerb_fgetstring()
5835 2001-12-29 Andreas Andersson * e92_aan AT e dot kth dot se *
5837 * src/gerber.c: Fixed small memory leak in
5838 parse_aperture_definition()
5840 2001-12-29 Andreas Andersson * e92_aan AT e dot kth dot se *
5842 * ChangeLog: Autodetect of drill file changed, error check of mmap()
5845 2001-12-29 Andreas Andersson * e92_aan AT e dot kth dot se *
5847 * src/drill.c: Autodetect of drill file changed back to allow
5850 2001-12-29 Andreas Andersson * e92_aan AT e dot kth dot se *
5852 * src/gerb_file.c: Error check of return value from mmap() added.
5854 2001-12-29 Stefan Petersen * spe AT stacken dot kth dot se *
5856 * ChangeLog, src/gerb_file.c, src/gerb_file.h, src/gerber.c: Added
5859 2001-12-15 Stefan Petersen * spe AT stacken dot kth dot se *
5861 * configure.in: Updated to release 0.0.6
5863 2001-12-14 Stefan Petersen * spe AT stacken dot kth dot se *
5865 * ChangeLog, src/draw.c, src/gerbv.c: Autoscaling and autocentering
5867 2001-12-11 Stefan Petersen * spe AT stacken dot kth dot se *
5869 * configure.in: Increased version to 0.0.6pre2
5871 2001-12-11 Stefan Petersen * spe AT stacken dot kth dot se *
5873 * ChangeLog, src/gerbv.c: Fixed Clear All bug remaining after pan
5876 2001-12-11 Stefan Petersen * spe AT stacken dot kth dot se *
5878 * src/gerbv.c: Allocated pixmap must be bigger then max-min if there
5879 is a big object close to the edge.
5881 2001-12-10 Stefan Petersen * spe AT stacken dot kth dot se *
5883 * ChangeLog, src/gerbv.c: Changed prelighting on buttons
5885 2001-12-10 Stefan Petersen * spe AT stacken dot kth dot se *
5887 * ChangeLog, src/gerbv.c: Forgot to check if we had any pixmap to
5890 2001-12-09 Stefan Petersen * spe AT stacken dot kth dot se *
5892 * src/gerbv.c: expose_event handles partial expose proper
5894 2001-12-09 Stefan Petersen * spe AT stacken dot kth dot se *
5896 * ChangeLog: Major rewrite of panningand minor bugfix
5898 2001-12-09 Stefan Petersen * spe AT stacken dot kth dot se *
5900 * src/gerbv.c: Mjor rewrite of panning for speed
5902 2001-12-08 Stefan Petersen * spe AT stacken dot kth dot se *
5904 * src/gerber.c: min/max bug fixed
5906 2001-12-07 Stefan Petersen * spe AT stacken dot kth dot se *
5908 * ChangeLog: Remake of last commit
5910 2001-12-07 Stefan Petersen * spe AT stacken dot kth dot se *
5912 * ChangeLog: Pseudo drawing optimizations and non existant files
5913 gives proper error messages
5915 2001-12-07 Stefan Petersen * spe AT stacken dot kth dot se *
5917 * src/gerbv.c: Error color and error messages improvment
5919 2001-12-07 Stefan Petersen * spe AT stacken dot kth dot se *
5921 * src/gerb_file.c: Pushed error messages out
5923 2001-12-07 Stefan Petersen * spe AT stacken dot kth dot se *
5925 * src/draw.c, src/draw.h: Pseudo optimized drawing
5927 2001-12-06 Stefan Petersen * spe AT stacken dot kth dot se *
5929 * ChangeLog, scheme/Makefile.am: scheme/gerb-debug.scm gets
5932 2001-12-06 Stefan Petersen * spe AT stacken dot kth dot se *
5934 * ChangeLog, src/drill.c, src/gerb_image.c, src/gerber.c,
5935 src/gerbv.c: Exchanged bzero with memset for portability
5937 2001-12-06 Andreas Andersson * e92_aan AT e dot kth dot se *
5939 * ChangeLog, src/drill.c, src/drill.h: Now allows tool number 0.
5941 2001-12-05 Stefan Petersen * spe AT stacken dot kth dot se *
5943 * example/ekf2/README.txt, example/ekf2/d1.grb,
5944 example/ekf2/drill0.exc, example/ekf2/drill1.exc,
5945 example/ekf2/drill20.exc, example/ekf2/drill30.exc,
5946 example/ekf2/gnd.grb, example/ekf2/l0.grb, example/ekf2/l1.grb,
5947 example/ekf2/l2.grb, example/ekf2/l3.grb, example/ekf2/l4.grb,
5948 example/ekf2/l5.grb, example/ekf2/pow.grb, example/ekf2/pow3.grb,
5949 example/ekf2/resplan.grb, example/ekf2/sieb0.grb,
5950 example/ekf2/sieb1.grb, example/ekf2/stp0.grb,
5951 example/ekf2/stp1.grb: Added
5953 2001-12-03 Stefan Petersen * spe AT stacken dot kth dot se *
5955 * ChangeLog, src/Makefile.am, src/color.c, src/gerber.c,
5956 src/scm_gerber.c: Turned on -Wall and cleaned up after it
5958 2001-12-03 Stefan Petersen * spe AT stacken dot kth dot se *
5960 * ChangeLog, src/drill.c, src/gerb_file.c, src/gerb_file.h,
5961 src/gerber.c: Utilize the file read functions
5963 2001-12-03 Stefan Petersen * spe AT stacken dot kth dot se *
5965 * src/gerb_file.c, src/gerb_file.h: Added function gerb_getdouble and gerb_getint
5967 2001-12-03 Stefan Petersen * spe AT stacken dot kth dot se *
5969 * src/drill.h, src/gerber.h, src/gerbv.c: Bugfix for lastminute .h
5972 2001-12-02 Stefan Petersen * spe AT stacken dot kth dot se *
5974 * ChangeLog, configure.in, src/Makefile.am, src/drill.c,
5975 src/drill.h, src/gerb_file.c, src/gerb_file.h, src/gerber.c,
5976 src/gerber.h, src/gerbv.c: Improved parsing speed by implementing
5979 2001-12-02 Stefan Petersen * spe AT stacken dot kth dot se *
5981 * ChangeLog: Minor cleanups of open and autodetection, major cleanup
5984 2001-12-02 Stefan Petersen * spe AT stacken dot kth dot se *
5986 * man/gerbv.1: Updated man page to reflect autodetection of file
5989 2001-12-02 Stefan Petersen * spe AT stacken dot kth dot se *
5991 * src/color.c, src/color.h, src/gerbv.c: Major cleanup of the whole
5994 2001-12-02 Stefan Petersen * spe AT stacken dot kth dot se *
5996 * src/Makefile.am, src/color.c, src/color.h, src/gerbv.c: color.[hc]
5997 is split out from gerbv.c
5999 2001-12-02 Stefan Petersen * spe AT stacken dot kth dot se *
6001 * src/gerbv.c: Cleaned up open functions since we now have automatic
6002 detection of drill files
6004 2001-12-02 Stefan Petersen * spe AT stacken dot kth dot se *
6006 * src/drill.c: New algo to see if it's a drill file
6008 2001-12-02 Andreas Andersson * e92_aan AT e dot kth dot se *
6010 * ChangeLog: gerbv now does several layers at once
6012 2001-12-02 Andreas Andersson * e92_aan AT e dot kth dot se *
6014 * src/draw.c, src/draw.h: Floating point values rounded instead of
6015 truncated in image2pixmap()
6017 2001-12-02 Andreas Andersson * e92_aan AT e dot kth dot se *
6019 * src/gerbv.c: Now shows layers simultaneously.
6021 2001-11-27 Andreas Andersson * e92_aan AT e dot kth dot se *
6023 * ChangeLog, src/drill.c, src/gerbv.c: Added autodetection of file
6026 2001-11-27 Andreas Andersson * e92_aan AT e dot kth dot se *
6028 * ChangeLog, src/drill.c, src/drill.h: Added drill file recognition
6031 2001-11-26 Stefan Petersen * spe AT stacken dot kth dot se *
6033 * ChangeLog, configure.in: ./configure --data works
6035 2001-11-26 Stefan Petersen * spe AT stacken dot kth dot se *
6037 * CONTRIBUTORS: Added jj and wr
6039 2001-11-26 Andreas Andersson * e92_aan AT e dot kth dot se *
6041 * ChangeLog, src/drill.c: More commands recognised. Somewhat better
6044 2001-11-23 Stefan Petersen * spe AT stacken dot kth dot se *
6046 * ChangeLog, src/draw.c, src/gerb_image.h, src/gerber.c,
6047 src/scm_gerber.c: Parses and draws polygon area fills
6049 2001-11-21 Stefan Petersen * spe AT stacken dot kth dot se *
6051 * doc/sources.txt: Added Execellon link
6053 2001-11-21 Andreas Andersson * e92_aan AT e dot kth dot se *
6055 * ChangeLog, src/drill.c: Better format guessing.
6057 2001-11-20 Stefan Petersen * spe AT stacken dot kth dot se *
6059 * ChangeLog, src/gerber.c: D01-D03 on a single line is also a change
6061 2001-11-20 Stefan Petersen * spe AT stacken dot kth dot se *
6063 * ChangeLog, src/gerber.c, src/gerber.h, src/scm_gerber.c: Minor
6066 2001-11-15 Stefan Petersen * spe AT stacken dot kth dot se *
6068 * ChangeLog, src/gerbv.c: Tooltips
6070 2001-11-14 Stefan Petersen * spe AT stacken dot kth dot se *
6072 * NEWS: Added 0.0.5 information
6074 2001-11-14 Stefan Petersen * spe AT stacken dot kth dot se *
6076 * ChangeLog, configure.in, src/gerbv.c: Changed speed key and
6077 increased release number
6079 2001-11-08 Stefan Petersen * spe AT stacken dot kth dot se *
6081 * ChangeLog, src/Makefile.am, src/drill.c, src/drill.h,
6082 src/gerb_image.c, src/gerb_image.h, src/gerber.c, src/gerber.h,
6083 src/scm_gerber.c, src/scm_gerber.h: Created new "class", gerb_image
6085 2001-11-07 Stefan Petersen * spe AT stacken dot kth dot se *
6087 * ChangeLog, src/draw.c, src/gerber.c: Multi quadrant arcs support
6089 2001-11-06 Andreas Andersson * e92_aan AT e dot kth dot se *
6091 * ChangeLog, TODO, src/drill.c, src/drill.h: Drill file parser now
6092 ignores unstandard text in headers, which means it can cope with
6093 output from more CAD systems.
6095 2001-11-05 Stefan Petersen * spe AT stacken dot kth dot se *
6097 * scheme/gerb-ps.scm: Fixed mm conversion
6099 2001-11-05 Stefan Petersen * spe AT stacken dot kth dot se *
6101 * ChangeLog, src/drill.c, src/scm_gerber.c: Backend interface
6102 generates proper aperture list even for drill files
6104 2001-11-04 Stefan Petersen * spe AT stacken dot kth dot se *
6106 * ChangeLog, man/gerbv.1, src/gerbv.c: Command line -d support added
6108 2001-11-03 Stefan Petersen * spe AT stacken dot kth dot se *
6110 * scheme/gerb-debug.scm: debug tool for scheme backends
6112 2001-11-03 Stefan Petersen * spe AT stacken dot kth dot se *
6114 * ChangeLog, scheme/gerb-ps.scm, src/gerber.c, src/gerber.h,
6115 src/scm_gerber.c: Changed list delivered to scheme backend
6117 2001-11-03 Stefan Petersen * spe AT stacken dot kth dot se *
6119 * ChangeLog, src/gerber.c: Inserted check for undefined apertures
6120 that was earlier removed
6122 2001-11-02 Stefan Petersen * spe AT stacken dot kth dot se *
6124 * ChangeLog, src/draw.c, src/gerber.c, src/gerber.h, src/gerbv.c:
6125 Calculates arc data when parsing and not when drawing, and removed
6128 2001-10-31 Stefan Petersen * spe AT stacken dot kth dot se *
6130 * ChangeLog, README, src/gerbv.c: Zooming with scroll wheel on mouse
6133 2001-10-30 Stefan Petersen * spe AT stacken dot kth dot se *
6135 * example/eaglecad1/top-cop.gbx: Added. From Dan Christian.
6137 2001-10-30 Stefan Petersen * spe AT stacken dot kth dot se *
6139 * ChangeLog, src/gerber.c, src/gerber.h: Fixed bug causing false
6140 points when the file just changed aperture
6142 2001-10-29 Andreas Andersson * e92_aan AT e dot kth dot se *
6144 * ChangeLog, src/drill.c, src/gerber.c, src/gerber.h, src/gerbv.c:
6145 Moved new_image() to the correct place.
6147 2001-10-29 Stefan Petersen * spe AT stacken dot kth dot se *
6149 * build_release: Checks out a release based on tag built from
6150 release number and not a pure CVS image
6152 2001-10-28 Andreas Andersson * e92_aan AT e dot kth dot se *
6154 * ChangeLog, src/Makefile.am, src/draw.c, src/drill.c, src/drill.h,
6155 src/gerber.c, src/gerbv.c: First "functional" drill file support
6156 incorporated into main program.
6158 2001-10-28 Stefan Petersen * spe AT stacken dot kth dot se *
6160 * ChangeLog, src/draw.c, src/gerber.c, src/gerber.h,
6161 src/scm_gerber.c: Aperture array simplified
6163 2001-10-27 Stefan Petersen * spe AT stacken dot kth dot se *
6165 * ChangeLog, NEWS, build_release, src/drill.c, src/drill.h,
6166 src/gerber.c, src/gerber.h, src/gerbv.c, src/scm_gerber.c,
6167 src/scm_gerber.h: typedef:ed all structs to *_t
6169 2001-10-27 Stefan Petersen * spe AT stacken dot kth dot se *
6171 * src/gerber.c, src/gerber.h: EagleCad fixes
6173 2001-10-27 Stefan Petersen * spe AT stacken dot kth dot se *
6175 * ChangeLog: EagleCad and release 0.0.4
6177 2001-10-27 Stefan Petersen * spe AT stacken dot kth dot se *
6179 * NEWS, configure.in: Updated for release 0.0.4
6181 2001-10-27 Stefan Petersen * spe AT stacken dot kth dot se *
6183 * CONTRIBUTORS: Added Dan and Fredrik
6185 2001-10-27 Stefan Petersen * spe AT stacken dot kth dot se *
6187 * AUTHORS: Added Pitch
6189 2001-10-25 Andreas Andersson * e92_aan AT e dot kth dot se *
6191 * src/drill.c, src/drill.h: parse_drillfile() now returns a regular
6192 gerb_image. Removed lots of unnecessary code.
6194 2001-10-24 Stefan Petersen * spe AT stacken dot kth dot se *
6196 * src/gerbv.c: Missed including draw.h
6198 2001-10-24 Stefan Petersen * spe AT stacken dot kth dot se *
6200 * ChangeLog, src/gerbv.c: Changed some #ifdef NO_GUILE
6202 2001-10-24 Stefan Petersen * spe AT stacken dot kth dot se *
6204 * ChangeLog, src/Makefile.am, src/draw.c, src/draw.h, src/gerbv.c:
6205 Split out drawing functions to draw.c
6207 2001-10-23 Andreas Andersson * e92_aan AT e dot kth dot se *
6209 * src/drill.c: Removed evil C++ comments to pacify Stefan ;)
6211 2001-10-22 Stefan Petersen * spe AT stacken dot kth dot se *
6213 * ChangeLog: Cleaned example directory
6215 2001-10-22 Stefan Petersen * spe AT stacken dot kth dot se *
6217 * example/numpres.pcb,
6218 example/numpres.pcb.output_componentmask.grb,
6219 example/numpres.pcb.output_componentsilk.grb,
6220 example/numpres.pcb.output_group1.grb,
6221 example/numpres.pcb.output_group2.grb,
6222 example/numpres.pcb.output_plated-drill.grb,
6223 example/numpres.pcb.output_soldermask.grb,
6224 example/numpres.pcb.output_unplated-drill.grb,
6225 example/numpres/numpres.pcb,
6226 example/numpres/numpres.pcb.output_componentmask.grb,
6227 example/numpres/numpres.pcb.output_componentsilk.grb,
6228 example/numpres/numpres.pcb.output_group1.grb,
6229 example/numpres/numpres.pcb.output_group2.grb,
6230 example/numpres/numpres.pcb.output_plated-drill.grb,
6231 example/numpres/numpres.pcb.output_soldermask.grb,
6232 example/numpres/numpres.pcb.output_unplated-drill.grb: Moved files
6233 to separate directory
6235 2001-10-22 Stefan Petersen * spe AT stacken dot kth dot se *
6237 * example/ekf/README, example/ekf/ekf.gap, example/ekf/ekf_08.apt,
6238 example/ekf/l1.off: Added
6240 2001-10-22 Stefan Petersen * spe AT stacken dot kth dot se *
6242 * doc/sources.txt: Added info abt gerb2tif
6244 2001-10-21 Stefan Petersen * spe AT stacken dot kth dot se *
6246 * ChangeLog, src/gerbv.c: Changed cw/ccw handling when drawing arcs
6248 2001-10-13 Andreas Andersson * e92_aan AT e dot kth dot se *
6250 * src/drill.c: Some (very) minor fixes, e.g. no longer uses a dummy
6251 hole at the beginning of the list of holes.
6253 2001-10-13 Andreas Andersson * e92_aan AT e dot kth dot se *
6255 * example/nollezappare/ThruHolePlated.ncd, src/drill.c, src/drill.h:
6256 First "working" drill file parser. Manages a subset of the output
6257 from only one CAD system (Veribest), but it's a start...
6259 2001-10-09 Stefan Petersen * spe AT stacken dot kth dot se *
6261 * CONTRIBUTORS, ChangeLog, src/gerber.c, src/gerber.h,
6262 src/scm_gerber.c: Added D flag for Format Statement in both parser
6265 2001-09-09 Stefan Petersen * spe AT stacken dot kth dot se *
6267 * configure.in: 0.0.3 release
6269 2001-09-09 Stefan Petersen * spe AT stacken dot kth dot se *
6271 * build_release: Line in .cvspass has port number now
6273 2001-09-03 Stefan Petersen * spe AT stacken dot kth dot se *
6275 * build_release: Backed out of 1.3 changes
6277 2001-09-03 Stefan Petersen * spe AT stacken dot kth dot se *
6279 * ChangeLog, INSTALL, configure.in: Fixed bug causing at least
6280 Solaris not to be able to be configured and added some documentation
6283 2001-09-01 Stefan Petersen * spe AT stacken dot kth dot se *
6285 * ChangeLog: Failed automake fix desc.
6287 2001-09-01 Stefan Petersen * spe AT stacken dot kth dot se *
6289 * build_release, rebuild_conf: Automake now _copies_ files instead
6292 2001-08-31 Stefan Petersen * spe AT stacken dot kth dot se *
6294 * ChangeLog: Backend updates, minor directory clean up, fix move to
6295 sourceforge in build_release
6297 2001-08-31 Stefan Petersen * spe AT stacken dot kth dot se *
6299 * scheme/gerb-ps.scm, src/gerbv.c, src/scm_gerber.c,
6300 src/scm_gerber.h: Backend now receives filename of parsed file
6302 2001-08-31 Stefan Petersen * spe AT stacken dot kth dot se *
6304 * src/gerb-ps.scm: By mistake this was added during import
6306 2001-08-31 Stefan Petersen * spe AT stacken dot kth dot se *
6308 * AUTHORS, CONTRIBUTORS: Split up AUTHORS into AUTHORS and
6311 2001-08-31 Stefan Petersen * spe AT stacken dot kth dot se *
6313 * build_release: Uses anonymous login on sourceforge. Checks that a
6316 2001-08-30 Stefan Petersen * spe AT stacken dot kth dot se *