|
From: Dan M. <da...@us...> - 2004-04-29 23:05:52
|
Module Name: pcb Committed By: danmc Date: Thu Apr 29 23:05:45 UTC 2004 Modified Files: pcb/src: Makefile.am Log Message: minor fixes to get the distcheck target working again. To generate a diff of this commit: cvs rdiff -r1.8 -r1.9 pcb/src/Makefile.am To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/Makefile.am?r1=1.8&r2=1.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2004-04-29 23:09:35
|
Module Name: pcb Committed By: danmc Date: Thu Apr 29 23:09:28 UTC 2004 Modified Files: pcb/src: Makefile.in Log Message: regen To generate a diff of this commit: cvs rdiff -r1.10 -r1.11 pcb/src/Makefile.in To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/Makefile.in?r1=1.10&r2=1.11 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2004-04-30 00:19:12
|
Module Name: pcb Committed By: danmc Date: Fri Apr 30 00:19:05 UTC 2004 Modified Files: pcb/src: find.c Log Message: put a string which is repeated several times into a #define and use that macro instead. To generate a diff of this commit: cvs rdiff -r1.25 -r1.26 pcb/src/find.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/find.c?r1=1.25&r2=1.26 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2004-04-30 01:49:27
|
Module Name: pcb Committed By: danmc Date: Fri Apr 30 01:49:21 UTC 2004 Modified Files: pcb/src: Pcb.ad.in action.c file.c find.c global.h macro.h main.c parse_y.y sizedialog.c Log Message: Add some DRC checking of silkscreen layers. Currently this check looks for minimum widths of silk lines. Currently not checked are: - silk polygons - silk text - wide silk lines made by overlapping several narrow silk lines To generate a diff of this commit: cvs rdiff -r1.16 -r1.17 pcb/src/Pcb.ad.in cvs rdiff -r1.40 -r1.41 pcb/src/action.c cvs rdiff -r1.15 -r1.16 pcb/src/file.c cvs rdiff -r1.26 -r1.27 pcb/src/find.c cvs rdiff -r1.18 -r1.19 pcb/src/global.h cvs rdiff -r1.12 -r1.13 pcb/src/macro.h cvs rdiff -r1.14 -r1.15 pcb/src/main.c cvs rdiff -r1.11 -r1.12 pcb/src/parse_y.y cvs rdiff -r1.6 -r1.7 pcb/src/sizedialog.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/parse_y.y?r1=1.11&r2=1.12 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/macro.h?r1=1.12&r2=1.13 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/main.c?r1=1.14&r2=1.15 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/file.c?r1=1.15&r2=1.16 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/Pcb.ad.in?r1=1.16&r2=1.17 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/global.h?r1=1.18&r2=1.19 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/find.c?r1=1.26&r2=1.27 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/action.c?r1=1.40&r2=1.41 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/sizedialog.c?r1=1.6&r2=1.7 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2004-05-01 04:29:47
|
Module Name: pcb Committed By: danmc Date: Sat May 1 04:29:42 UTC 2004 Modified Files: pcb/src: resmenu.c Log Message: protect the inclusion of string.h with HAVE_STRING_H To generate a diff of this commit: cvs rdiff -r1.3 -r1.4 pcb/src/resmenu.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/resmenu.c?r1=1.3&r2=1.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: DJ D. <djd...@us...> - 2004-05-02 03:40:56
|
Module Name: pcb Committed By: djdelorie Date: Sun May 2 03:40:50 UTC 2004 Modified Files: pcb/src: menu.c resmenu.c Log Message: Remove gcc-isms To generate a diff of this commit: cvs rdiff -r1.28 -r1.29 pcb/src/menu.c cvs rdiff -r1.4 -r1.5 pcb/src/resmenu.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/menu.c?r1=1.28&r2=1.29 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/resmenu.c?r1=1.4&r2=1.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: DJ D. <djd...@us...> - 2004-05-02 04:23:38
|
Module Name: pcb Committed By: djdelorie Date: Sun May 2 04:23:30 UTC 2004 Modified Files: pcb/src: djopt.c Log Message: Fix bug wrt intersecting layer groups in miter To generate a diff of this commit: cvs rdiff -r1.14 -r1.15 pcb/src/djopt.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/djopt.c?r1=1.14&r2=1.15 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: DJ D. <djd...@us...> - 2004-05-02 04:26:42
|
Module Name: pcb Committed By: djdelorie Date: Sun May 2 04:26:35 UTC 2004 Modified Files: pcb/src: resmenu.c Log Message: Don't use local var for widget name. To generate a diff of this commit: cvs rdiff -r1.5 -r1.6 pcb/src/resmenu.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/resmenu.c?r1=1.5&r2=1.6 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: DJ D. <djd...@us...> - 2004-05-02 05:02:31
|
Module Name: pcb Committed By: djdelorie Date: Sun May 2 05:02:25 UTC 2004 Modified Files: pcb/src: djopt.c pcb-menu.res Log Message: Add flag to default to optimizing only autorouted nets, plus menu option to control it. To generate a diff of this commit: cvs rdiff -r1.15 -r1.16 pcb/src/djopt.c cvs rdiff -r1.1 -r1.2 pcb/src/pcb-menu.res To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/pcb-menu.res?r1=1.1&r2=1.2 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/djopt.c?r1=1.15&r2=1.16 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2004-05-05 03:47:07
|
Module Name: pcb Committed By: danmc Date: Wed May 5 03:47:00 UTC 2004 Modified Files: pcb/src: macro.h Log Message: fix typo in comment To generate a diff of this commit: cvs rdiff -r1.13 -r1.14 pcb/src/macro.h To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/macro.h?r1=1.13&r2=1.14 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2004-05-13 22:09:44
|
Module Name: pcb Committed By: danmc Date: Thu May 13 22:09:37 UTC 2004 Modified Files: pcb/src: misc.c Log Message: correct the pin/pad bounding box calculation. Bug noted by David Koski. To generate a diff of this commit: cvs rdiff -r1.23 -r1.24 pcb/src/misc.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/misc.c?r1=1.23&r2=1.24 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2004-05-14 02:29:42
|
Module Name: pcb Committed By: danmc Date: Fri May 14 02:29:34 UTC 2004 Modified Files: pcb/src: resource.h Log Message: add a comment To generate a diff of this commit: cvs rdiff -r1.2 -r1.3 pcb/src/resource.h To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/resource.h?r1=1.2&r2=1.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2004-05-14 02:59:23
|
Module Name: pcb Committed By: danmc Date: Fri May 14 02:59:16 UTC 2004 Modified Files: pcb/src: pcbtest.sh.in Log Message: unset XUSERFILESEARCHPATH which causes a conflict with XAPPLRESDIR To generate a diff of this commit: cvs rdiff -r1.1.1.1 -r1.2 pcb/src/pcbtest.sh.in To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/pcbtest.sh.in?r1=1.1.1.1&r2=1.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2004-05-14 21:22:44
|
Module Name: pcb Committed By: danmc Date: Fri May 14 21:22:38 UTC 2004 Modified Files: pcb/src: res_parse.y Log Message: add missing string.h (for strcmp). Noted by Dave McGuire To generate a diff of this commit: cvs rdiff -r1.3 -r1.4 pcb/src/res_parse.y To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/res_parse.y?r1=1.3&r2=1.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2004-05-14 21:23:07
|
Module Name: pcb Committed By: danmc Date: Fri May 14 21:23:00 UTC 2004 Modified Files: pcb/src: dev_ps.c Log Message: make sure we get the preamble in all EPS output files. Bug noted by David Koski To generate a diff of this commit: cvs rdiff -r1.11 -r1.12 pcb/src/dev_ps.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/dev_ps.c?r1=1.11&r2=1.12 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2004-05-28 03:17:34
|
Module Name: pcb Committed By: danmc Date: Fri May 28 03:17:28 UTC 2004 Modified Files: pcb/src: djopt.c Log Message: Fix the segfault bug noted in bug report #959073 by Bob Paddock. While here, also fix a bug which can potentially cause a floating point exception. To generate a diff of this commit: cvs rdiff -r1.16 -r1.17 pcb/src/djopt.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/djopt.c?r1=1.16&r2=1.17 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2004-05-29 00:13:40
|
Module Name: pcb Committed By: danmc Date: Sat May 29 00:13:33 UTC 2004 Modified Files: pcb/src: action.c action.h change.c change.h main.c Log Message: Add SetFlag, ClrFlag, and ChangeFlag actions. These currently let you set, clear, or change the square, octagon, or thermal pads. For example :SetFlag(SelectedVias,thermal) :ClrFlag(SelectedObjects,square) :ChangeFlag(SelectedPads,octagon,1) To generate a diff of this commit: cvs rdiff -r1.41 -r1.42 pcb/src/action.c cvs rdiff -r1.5 -r1.6 pcb/src/action.h cvs rdiff -r1.20 -r1.21 pcb/src/change.c cvs rdiff -r1.2 -r1.3 pcb/src/change.h cvs rdiff -r1.15 -r1.16 pcb/src/main.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/main.c?r1=1.15&r2=1.16 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/change.h?r1=1.2&r2=1.3 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/change.c?r1=1.20&r2=1.21 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/action.c?r1=1.41&r2=1.42 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/action.h?r1=1.5&r2=1.6 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2004-05-29 00:15:21
|
Module Name: pcb Committed By: danmc Date: Sat May 29 00:15:13 UTC 2004 Modified Files: pcb/src: pcbtest.sh.in Log Message: For the pcb wrapper script, if the first argument is "-gdb", pick off that flag and run pcb inside of the gdb debugger. Should simplify debugging a bit. To generate a diff of this commit: cvs rdiff -r1.2 -r1.3 pcb/src/pcbtest.sh.in To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/pcbtest.sh.in?r1=1.2&r2=1.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2004-05-29 18:57:35
|
Module Name: pcb Committed By: danmc Date: Sat May 29 18:57:27 UTC 2004 Modified Files: pcb/src: change.c Log Message: add missing prototype To generate a diff of this commit: cvs rdiff -r1.21 -r1.22 pcb/src/change.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/change.c?r1=1.21&r2=1.22 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2004-06-01 23:29:35
|
Module Name: pcb Committed By: danmc Date: Tue Jun 1 23:29:29 UTC 2004 Modified Files: pcb/src: pcb-menu.res Log Message: add a GetXY() to the 'copy selection to buffer' menu. Needed to have a resonable reference point for the copy. Noted by Mark Becker. To generate a diff of this commit: cvs rdiff -r1.2 -r1.3 pcb/src/pcb-menu.res To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/pcb-menu.res?r1=1.2&r2=1.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2004-06-02 00:45:19
|
Module Name: pcb Committed By: danmc Date: Wed Jun 2 00:45:12 UTC 2004 Modified Files: pcb/src: default_font Log Message: add @ character. Absence noted by Dave McGuire. To generate a diff of this commit: cvs rdiff -r1.1.1.1 -r1.2 pcb/src/default_font To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/default_font?r1=1.1.1.1&r2=1.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2004-06-03 00:45:39
|
Module Name: pcb Committed By: danmc Date: Thu Jun 3 00:45:32 UTC 2004 Modified Files: pcb/src: action.c Log Message: Add usage output if the input arguments are not quite right for several actions. Still have more to add, but this is a start. To generate a diff of this commit: cvs rdiff -r1.42 -r1.43 pcb/src/action.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/action.c?r1=1.42&r2=1.43 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2004-06-03 23:06:54
|
Module Name: pcb Committed By: danmc Date: Thu Jun 3 23:06:48 UTC 2004 Modified Files: pcb/src: action.c Log Message: add usage output for several more actions To generate a diff of this commit: cvs rdiff -r1.43 -r1.44 pcb/src/action.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/action.c?r1=1.43&r2=1.44 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: DJ D. <djd...@us...> - 2004-06-05 02:21:06
|
Module Name: pcb Committed By: djdelorie Date: Sat Jun 5 02:21:00 UTC 2004 Modified Files: pcb/src: djopt.c Log Message: Be even more picky about which line is chosen as an example. To generate a diff of this commit: cvs rdiff -r1.17 -r1.18 pcb/src/djopt.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/djopt.c?r1=1.17&r2=1.18 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |