|
From: Dan M. <da...@us...> - 2003-02-24 12:19:00
|
Module Name: pcb Committed By: danmc Date: Mon Feb 24 12:18:59 UTC 2003 Modified Files: pcb/src: autoroute.c Log Message: when checking for a NULL pointer compare to NULL rather than 0 for enhanced portability. To generate a diff of this commit: cvs rdiff -r1.2 -r1.3 pcb/src/autoroute.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2003-03-05 02:17:51
|
Module Name: pcb Committed By: danmc Date: Wed Mar 5 02:17:50 UTC 2003 Modified Files: pcb/src: error.c Log Message: if strerror() is present on our system then use it instead of trying to use sys_errlist. Patch from harry, with the check for strerror from me. To generate a diff of this commit: cvs rdiff -r1.1.1.1 -r1.2 pcb/src/error.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2003-03-17 11:51:00
|
Module Name: pcb Committed By: danmc Date: Mon Mar 17 11:50:59 UTC 2003 Removed Files: pcb/src: .output.h.swp Log Message: remove spurious file which should not have been imported. Noted by Mark Becker. To generate a diff of this commit: cvs rdiff -r1.1.1.1 -r0 pcb/src/.output.h.swp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2003-05-21 00:39:15
|
Module Name: pcb Committed By: danmc Date: Wed May 21 00:39:15 UTC 2003 Modified Files: pcb/src: parse_l.l Log Message: change yy_current_buffer to YY_CURRENT_BUFFER. This addresses the build problem reported in bug 734403 and also agrees with the man page for flex-2.5.4. To generate a diff of this commit: cvs rdiff -r1.1.1.1 -r1.2 pcb/src/parse_l.l Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2003-05-22 12:17:55
|
Module Name: pcb Committed By: danmc Date: Thu May 22 11:31:40 UTC 2003 Modified Files: pcb/src: menu.c Log Message: add 2 more levels of zooming to the menu. Inspired by an email from DJ Delorie on the gEDA mailing list. To generate a diff of this commit: cvs rdiff -r1.1.1.1 -r1.2 pcb/src/menu.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2003-05-26 23:45:48
|
Module Name: pcb
Committed By: danmc
Date: Mon May 26 23:45:47 UTC 2003
Modified Files:
pcb/src: file.c fileselect.c misc.c misc.h
Log Message:
Fix a bug in the way the current working directory is found. This caused
the file dialog box to always start in the library tree directory.
In addition add a loop in ParseLibraryTree() to allow
multiple newlib style directory tree's to be specified in the Xresource.
This provides an easy way to have per-user and per-project library directories.
These directories may either be specified as an absolute or relative path.
Patches provided by Tony (droghedra at users dot sourceforge dot net)
in bug report 736010 with minor changes by me.
To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pcb/src/file.c pcb/src/fileselect.c pcb/src/misc.c \
pcb/src/misc.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
|
|
From: Dan M. <da...@us...> - 2003-06-05 10:48:37
|
Module Name: pcb Committed By: danmc Date: Thu Jun 5 10:48:31 UTC 2003 Modified Files: pcb/src: action.c menu.c Log Message: Allow '=' at the beginning of the zoom exponent to indicate an absolute number rather than a relative number. This lets a value of "=-2" be used to indicate an absolute -2 while "-2" still indicates a relative -2. Also correct the position of the check mark on the zoom menu. Patch from DJ Delorie. To generate a diff of this commit: cvs rdiff -r1.1.1.1 -r1.2 pcb/src/action.c cvs rdiff -r1.2 -r1.3 pcb/src/menu.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2003-06-13 23:10:03
|
Module Name: pcb Committed By: danmc Date: Fri Jun 13 23:10:03 UTC 2003 Modified Files: pcb/src: dev_rs274x.c Log Message: remove unused varargs.h header which breaks gcc-3.3 compilation To generate a diff of this commit: cvs rdiff -r1.1.1.1 -r1.2 pcb/src/dev_rs274x.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2003-06-13 23:14:25
|
Module Name: pcb Committed By: danmc Date: Fri Jun 13 23:14:24 UTC 2003 Modified Files: pcb/src: error.c Log Message: only declare sys_nerr if we're using the sys_errlist interface. This fixes compilation on NetBSD/alpha using gcc-3.3. To generate a diff of this commit: cvs rdiff -r1.2 -r1.3 pcb/src/error.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2003-06-13 23:42:50
|
Module Name: pcb Committed By: danmc Date: Fri Jun 13 23:42:49 UTC 2003 Added Files: pcb/src: Makefile.in Log Message: add the automake/conf generated files to make building from CVS sources easier for people. To generate a diff of this commit: cvs rdiff -r0 -r1.1 pcb/src/Makefile.in Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: DJ D. <djd...@us...> - 2003-07-25 02:12:42
|
Module Name: pcb Committed By: djdelorie Date: Fri Jul 25 02:12:41 UTC 2003 Modified Files: pcb/src: djopt.c Log Message: second dummy commit To generate a diff of this commit: cvs rdiff -r1.3 -r1.4 pcb/src/djopt.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: DJ D. <djd...@us...> - 2003-08-23 04:41:25
|
Module Name: pcb Committed By: djdelorie Date: Sat Aug 23 04:41:23 UTC 2003 Modified Files: pcb/src: djopt.c Log Message: Support however many layers are configured. To generate a diff of this commit: cvs rdiff -r1.4 -r1.5 pcb/src/djopt.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: DJ D. <djd...@us...> - 2003-09-03 03:18:36
|
Module Name: pcb Committed By: djdelorie Date: Wed Sep 3 03:18:33 UTC 2003 Modified Files: pcb/src: dev_ps.c dev_rs274x.c draw.c drill.c print.c report.c Log Message: Add FAB drawing page. Use thinner traces for larger fonts. To generate a diff of this commit: cvs rdiff -r1.1.1.1 -r1.2 pcb/src/dev_ps.c pcb/src/drill.c cvs rdiff -r1.5 -r1.6 pcb/src/dev_rs274x.c cvs rdiff -r1.2 -r1.3 pcb/src/draw.c pcb/src/print.c pcb/src/report.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2003-10-11 03:35:49
|
Module Name: pcb
Committed By: danmc
Date: Sat Oct 11 03:35:47 UTC 2003
Removed Files:
pcb/src: cmask.grb cpaste.grb csilk.grb pdrill.grb smask.grb spaste.grb
ssilk.grb udrill.grb
Log Message:
remove some output files which should have never been in CVS.
To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r0 pcb/src/cmask.grb pcb/src/cpaste.grb \
pcb/src/csilk.grb pcb/src/pdrill.grb pcb/src/smask.grb pcb/src/spaste.grb \
pcb/src/ssilk.grb pcb/src/udrill.grb
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
|
|
From: Dan M. <da...@us...> - 2003-10-11 04:43:53
|
Module Name: pcb Committed By: danmc Date: Sat Oct 11 04:43:52 UTC 2003 Modified Files: pcb/src: report.c Log Message: show pad names in object report. patch supplied in bug report 787711 by Olof Tangrot. To generate a diff of this commit: cvs rdiff -r1.3 -r1.4 pcb/src/report.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2003-10-13 03:37:14
|
Module Name: pcb Committed By: danmc Date: Mon Oct 13 03:37:10 UTC 2003 Modified Files: pcb/src: report.c Log Message: correct the reporting of soldermask relief for pads and via's. Patch provided by Gabriel Paubert, paubert at iram dot es on the geda-dev mailing list. To generate a diff of this commit: cvs rdiff -r1.4 -r1.5 pcb/src/report.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2003-10-16 00:13:30
|
Module Name: pcb Committed By: danmc Date: Wed Oct 15 23:54:17 UTC 2003 Modified Files: pcb/src: dev_rs274x.c Log Message: fix two bugs related to gerber file generation. The first bug is triggered when the first aperture used in a file is the same as the last aperture used in the previous file. In this case the aperture selection code is missing from the output file. The second bug is when the first point drawn has its Y coordinate (in PCB coordinates) equal to zero. The output will be at gerber Y coordinate zero which is on the opposite side of the board. Thanks to Gabriel Paubert (paubert at iram dot es) for noting these bugs and supplying a patch. To generate a diff of this commit: cvs rdiff -r1.6 -r1.7 pcb/src/dev_rs274x.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2003-11-08 03:31:05
|
Module Name: pcb Committed By: danmc Date: Sat Nov 8 03:31:03 UTC 2003 Modified Files: pcb/src: Makefile.am Removed Files: pcb/src: pcb.in Log Message: move the pcb script to a subdirectory to avoid name conflicts with the Pcb application default file on systems such as cygwin that are not case sensitive. To generate a diff of this commit: cvs rdiff -r1.2 -r1.3 pcb/src/Makefile.am cvs rdiff -r1.1.1.1 -r0 pcb/src/pcb.in Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2003-11-08 03:35:08
|
Module Name: pcb Committed By: danmc Date: Sat Nov 8 03:35:07 UTC 2003 Modified Files: pcb/src: Makefile.in Log Message: regen after moving the pcb script to a subdirectory. To generate a diff of this commit: cvs rdiff -r1.2 -r1.3 pcb/src/Makefile.in Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2003-11-13 09:01:32
|
Module Name: pcb Committed By: danmc Date: Thu Nov 13 09:01:31 UTC 2003 Modified Files: pcb/src: print.c Log Message: Change how the polarity of the soldermask relief layer is handled. The polarity is not changed but it now correctly works for postscript output as well as gerber output. Previously the postscript output produced white on a white background or black on a black background. This addresses PR 825680 filed by Russ Dill. To generate a diff of this commit: cvs rdiff -r1.3 -r1.4 pcb/src/print.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2003-11-19 21:58:46
|
Module Name: pcb Committed By: haceaton Date: Wed Nov 19 21:58:45 UTC 2003 Modified Files: pcb/src: dev_rs274x.c print.c Log Message: Changed print.c and dev_rs274x.c in order to provide negative image ground planes for gerber output when possible. Some fab vendors can't handle or charge extra for composite ground planes which is the motivation for this. Negative image planes are made when (1) There are no lines, arcs, text, or pads on a layer and (2) There is exactly 1 polygon on the layer and (3) All vias/holes/pins pierce the polygon. The polygon is then assumed to consume all of the area and only the thermal reliefs and pin/via clearances are needed. haceaton 11/19/03 To generate a diff of this commit: cvs rdiff -r1.7 -r1.8 pcb/src/dev_rs274x.c cvs rdiff -r1.4 -r1.5 pcb/src/print.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2003-11-20 15:43:36
|
Module Name: pcb Committed By: haceaton Date: Thu Nov 20 15:43:35 UTC 2003 Modified Files: pcb/src: dev_rs274x.c Log Message: removed #include <varargs> that accidentally got in on the last commit To generate a diff of this commit: cvs rdiff -r1.8 -r1.9 pcb/src/dev_rs274x.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2003-11-20 18:55:43
|
Module Name: pcb Committed By: haceaton Date: Thu Nov 20 18:55:42 UTC 2003 Modified Files: pcb/src: dev_rs274x.c Log Message: restored bug fixes that got lost, fixed some bugs and cleaned the code a little To generate a diff of this commit: cvs rdiff -r1.9 -r1.10 pcb/src/dev_rs274x.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2003-11-29 02:00:08
|
Module Name: pcb Committed By: haceaton Date: Sat Nov 29 02:00:07 UTC 2003 Modified Files: pcb/src: crosshair.c Log Message: Allow snap to line end-points and vias when off-grid To generate a diff of this commit: cvs rdiff -r1.2 -r1.3 pcb/src/crosshair.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Russ D. <ru...@in...> - 2003-11-29 02:06:47
|
On Fri, 2003-11-28 at 19:00, harry eaton wrote: > Module Name: pcb > Committed By: haceaton > Date: Sat Nov 29 02:00:07 UTC 2003 > > Modified Files: > pcb/src: crosshair.c > > Log Message: > Allow snap to line end-points and vias when off-grid thank you *so* much -- Russ Dill <ru...@in...> Bitpro, Inc |