2007-11-23 16:56 Dan McMahill * src/: gerber.c, gerbv.c: get zoom->fit and the initial autoscaled size to work when the gerber file has the SR step and repeat code in it. 2007-11-22 23:57 Dan McMahill * configure.in, src/Makefile.am: clean up the build system a good bit. In particular: - don't hard code pkg-config. Find it with AC_PATH_PROG instead. - Move the addition of -Wall from hardcoded in the Makefile.am to a test based on gcc in configure.in so we can build with non-gcc compilers. - PKG_CHECK_MODULES already sets FOO_FLAGS and FOO_LIBS so no need to run pkg-config ourselves and explicitly set these. - remove a bunch of AC_SUBST() lines which substituted variables which are already substituted. For example AC_PROG_CC already will substitute CC, no need to AC_SUBST(CC). - Remove duplication in how gtk and png libs and includes were added to the compiler lines. 2007-11-22 23:52 Dan McMahill * src/dynload.c: avoid a compiler warning about inconsistent types 2007-11-22 07:22 Stuart Brorson * Makefile.am, scheme/Makefile.am, src/Makefile.am: Cleaning up Makefile.am in several directories in prep for release. 2007-11-18 11:09 Stuart Brorson * ChangeLog: Brought ChangeLog up to date. 2007-11-18 09:51 Stuart Brorson * Makefile.am, configure.in, src/Makefile.am, src/draw.c, src/drill.c, src/gerb_image.h, src/gerber.c: Committed patches from Thiemo Nagel and Joost Witteveen in prep for next release. 2007-02-27 16:56 Stefan Petersen * ChangeLog, src/gerbv_screen.h: Fixed reported segfault 2007-02-27 16:43 Stefan Petersen * ChangeLog, src/drill.c: Guessed wrong format for small drillfiles 2006-10-19 18:53 Dan McMahill * src/gerbv.c: fix setting of the initial window size when the screen is larger than the display. Patch from David Carr 2006-10-19 18:52 Dan McMahill * configure.in: add some checks to make sure libpng-config exists 2006-10-19 18:52 Dan McMahill * rebuild_conf: add $ACLOCAL_FLAGS to aclocal call 2006-07-28 06:35 Stefan Petersen * INSTALL, README: Updated some information 2006-07-28 06:33 Stefan Petersen * configure.in, src/gerbv.c, src/setup.h: Last remaning parts of GTK1 removed 2006-07-26 09:31 Stefan Petersen * src/gerber.c: Error check got copy-paste-error 2006-07-26 04:03 Stefan Petersen * ChangeLog, configure.in: Time for new release 2006-07-26 03:58 Stefan Petersen * Makefile.am, configure.in, desktop/Makefile.am: Make files in desktop part of distribution 2006-07-26 03:58 Stefan Petersen * desktop/Makefile.am: file Makefile.am was added on branch STABLE_1_x_branch on 2006-07-26 08:00:37 +0000 2006-07-26 03:38 Stefan Petersen * desktop/: gerbv.desktop, gerbv.png: Added from Debian buglist Vassilis Pandis 2006-07-26 03:26 Stefan Petersen * ChangeLog, src/log.c: Updated by Dino to use GTK2 2006-07-25 17:47 Stefan Petersen * src/drill.c, src/gerb_file.c, src/gerber.c, src/gerbv.c, src/setup.c, ChangeLog: Added handling of return values in a lot of places. 2006-07-25 13:16 Stefan Petersen * src/: gerb_file.c, project.c: Improved error handling 2006-07-25 12:58 Stefan Petersen * rebuild_conf: Changed order of automake and autoconf after looking at pcb 2006-07-25 12:53 Stefan Petersen * ChangeLog, configure.in, man/gerbv.1.in, src/Makefile.am: Update to work with newer autoconf and automake 2006-07-24 09:22 Stefan Petersen * src/gerb_file.c: More error checks added after request 2006-07-24 08:47 Stefan Petersen * src/gerb_file.c: A small unfck of last patch 2006-07-24 08:35 Stefan Petersen * ChangeLog, src/gerb_file.c: gerbv handles negative coordinates. Closes #1236047 2006-07-24 04:53 Stefan Petersen * ChangeLog, src/gerb_file.c, src/gerbv.c: Reduce SEGV chance in gerb_fclose function 2006-07-24 04:52 Stefan Petersen * AUTHORS: Minor updating 2006-07-24 04:27 Stefan Petersen * CONTRIBUTORS, README: Minor updating 2006-07-23 17:28 Stefan Petersen * ChangeLog, src/gerb_image.h, src/gerber.c, src/gerbv.c: Handles autoscaling of mm better according to SF-alias extensive 2006-07-23 14:36 Stefan Petersen * ChangeLog, src/drill.c, src/gerb_file.c: Hand patched possible memleaks and SIGSEGVs pointed out by Wolfgang Wieser 2006-05-07 15:56 Stefan Petersen * ChangeLog, src/draw_amacro.c: Renamed stack_t to macro_stack_t to support build on Darwin 2006-05-07 15:52 Stefan Petersen * ChangeLog, configure.in: Build only and by default for GTK+ 2.x 2005-09-28 20:42 Dan McMahill * ChangeLog: note gcc4 fix 2005-09-28 20:41 Dan McMahill * src/drill.c: pull up the rev 1.34 to rev 1.35 change from the head: Remove an lval typecast. Not only does this get gerbv to compile with gcc4 and other non-gcc compilers, it was no longer needed as the types involved were all doubles anyway. 2005-05-14 12:21 Stefan Petersen * build_release: cvs server name changed 2005-02-22 15:58 Stefan Petersen * ChangeLog, configure.in: Release 1.0.1 2005-02-15 16:46 Stefan Petersen * ChangeLog, src/draw_amacro.c: Fixed gc in aperture macro primitives 5, 21 and 22 2005-02-08 04:09 motyl * ChangeLog, src/gerb_file.c, src/gerbv.c: src/gerbv.c: malloc strlen+2, not +1 src/gerb_file.c: malloc len+1, not len 2004-12-27 19:39 Stefan Petersen * ChangeLog, src/draw.c: Fixed holes in circles. Closes 1050340 in this branch. 2004-10-30 06:17 Stefan Petersen * ChangeLog, src/draw_amacro.c: Didn't use local_gc in some aperture primitives. Closes bug #1051045 2004-10-15 16:24 Stefan Petersen * ChangeLog, configure.in: Preparation for 1.0.0 2004-09-13 16:16 Stefan Petersen * ChangeLog, src/gerbv.c: No more segfaults from inverting an unloaded layer 2004-08-22 16:19 Stefan Petersen * ChangeLog, configure.in, src/Makefile.am: Use libpng-config to find out build parameters 2004-08-22 16:16 Stefan Petersen * rebuild_conf: Adhere to new auto tool standard 2004-08-21 17:35 Stefan Petersen * ChangeLog, src/gerbv.c: Prints only short options when compiled with short options 2004-08-16 17:45 Stefan Petersen * ChangeLog, doc/Makefile.am, doc/PNG-print/Makefile.am, doc/eagle/Makefile.am, example/Makefile.am, example/Mentor-BoardStation/Makefile.am, example/am-test/Makefile.am, example/cslk/Makefile.am, example/dan/Makefile.am, example/eaglecad1/Makefile.am, example/ekf2/Makefile.am, example/jj/Makefile.am, example/nollezappare/Makefile.am, example/numpres/Makefile.am, example/orcad/Makefile.am: distclean should not remove Makefile.in 2004-07-28 17:39 Stefan Petersen * ChangeLog, example/polarity/6_vbat.gbr, example/polarity/README.txt, src/draw.c: Image polarity versus layer polarity fixed