|
From: harry e. <hac...@us...> - 2004-03-26 20:55:13
|
Module Name: pcb Committed By: haceaton Date: Fri Mar 26 20:44:15 UTC 2004 Modified Files: pcb/src: create.c Log Message: Forbid diagonal pads when created externally with an editor To generate a diff of this commit: cvs rdiff -r1.13 -r1.14 pcb/src/create.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...> - 2004-03-28 03:17:50
|
Module Name: pcb Committed By: haceaton Date: Sun Mar 28 03:06:39 UTC 2004 Modified Files: pcb/src: autoroute.c box.h mtspace.c mtspace.h Log Message: More improvements to the autorouter To generate a diff of this commit: cvs rdiff -r1.15 -r1.16 pcb/src/autoroute.c cvs rdiff -r1.5 -r1.6 pcb/src/box.h cvs rdiff -r1.7 -r1.8 pcb/src/mtspace.c cvs rdiff -r1.3 -r1.4 pcb/src/mtspace.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2004-03-28 17:56:33
|
Module Name: pcb Committed By: haceaton Date: Sun Mar 28 17:45:16 UTC 2004 Modified Files: pcb/src: action.c autoroute.c global.h menu.c Log Message: Still more improvements to the router, plus can show it's action on screen. To generate a diff of this commit: cvs rdiff -r1.38 -r1.39 pcb/src/action.c cvs rdiff -r1.16 -r1.17 pcb/src/autoroute.c cvs rdiff -r1.15 -r1.16 pcb/src/global.h cvs rdiff -r1.26 -r1.27 pcb/src/menu.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...> - 2004-04-09 00:39:03
|
Module Name: pcb Committed By: haceaton Date: Fri Apr 9 00:25:48 UTC 2004 Modified Files: pcb/src: draw.c insert.c move.c output.c Log Message: Various bug fixes To generate a diff of this commit: cvs rdiff -r1.32 -r1.33 pcb/src/draw.c cvs rdiff -r1.8 -r1.9 pcb/src/insert.c cvs rdiff -r1.16 -r1.17 pcb/src/move.c cvs rdiff -r1.11 -r1.12 pcb/src/output.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...> - 2004-04-09 04:26:35
|
Module Name: pcb Committed By: haceaton Date: Fri Apr 9 04:13:23 UTC 2004 Modified Files: pcb/src: djopt.c Log Message: Fix segfault with edge-connector elements (pads on both sides) To generate a diff of this commit: cvs rdiff -r1.11 -r1.12 pcb/src/djopt.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...> - 2004-04-11 15:25:48
|
Module Name: pcb Committed By: haceaton Date: Sun Apr 11 15:12:11 UTC 2004 Modified Files: pcb/src: djopt.c move.c Log Message: Fixup some errors introduced in last patch To generate a diff of this commit: cvs rdiff -r1.12 -r1.13 pcb/src/djopt.c cvs rdiff -r1.17 -r1.18 pcb/src/move.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...> - 2004-04-11 15:29:24
|
Module Name: pcb Committed By: haceaton Date: Sun Apr 11 15:15:47 UTC 2004 Modified Files: pcb/src: move.c Log Message: Argh, another attempt to properly fix the bug To generate a diff of this commit: cvs rdiff -r1.18 -r1.19 pcb/src/move.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...> - 2004-04-12 04:25:51
|
Module Name: pcb Committed By: haceaton Date: Mon Apr 12 04:12:09 UTC 2004 Modified Files: pcb/src: autoroute.c djopt.c Log Message: Restore mistakenly lost lines in djopt, and various improvements to auto-router To generate a diff of this commit: cvs rdiff -r1.17 -r1.18 pcb/src/autoroute.c cvs rdiff -r1.13 -r1.14 pcb/src/djopt.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...> - 2004-04-18 14:12:14
|
Module Name: pcb Committed By: haceaton Date: Sun Apr 18 14:12:08 UTC 2004 Modified Files: pcb/src: action.c change.c copy.c file.c insert.c move.c polygon.c polygon.h remove.c rotate.c Log Message: Fix pin-in-poly bug; because polys can overlap can never check one single polygon. To generate a diff of this commit: cvs rdiff -r1.39 -r1.40 pcb/src/action.c cvs rdiff -r1.19 -r1.20 pcb/src/change.c pcb/src/move.c cvs rdiff -r1.7 -r1.8 pcb/src/copy.c cvs rdiff -r1.14 -r1.15 pcb/src/file.c cvs rdiff -r1.9 -r1.10 pcb/src/insert.c pcb/src/rotate.c cvs rdiff -r1.23 -r1.24 pcb/src/polygon.c cvs rdiff -r1.5 -r1.6 pcb/src/polygon.h cvs rdiff -r1.11 -r1.12 pcb/src/remove.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...> - 2004-04-19 02:19:56
|
Module Name: pcb Committed By: haceaton Date: Mon Apr 19 02:19:50 UTC 2004 Modified Files: pcb/src: autoroute.c find.c rats.c Log Message: More autorouter improvements. Improve trace appearance, slightly speed up and allow it to use power planes To generate a diff of this commit: cvs rdiff -r1.18 -r1.19 pcb/src/autoroute.c cvs rdiff -r1.24 -r1.25 pcb/src/find.c cvs rdiff -r1.12 -r1.13 pcb/src/rats.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...> - 2004-04-19 21:20:24
|
Module Name: pcb Committed By: haceaton Date: Mon Apr 19 21:20:17 UTC 2004 Modified Files: pcb/src: buffer.c move.c Log Message: Fix some bugs with rtree based name handling To generate a diff of this commit: cvs rdiff -r1.15 -r1.16 pcb/src/buffer.c cvs rdiff -r1.20 -r1.21 pcb/src/move.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...> - 2004-04-19 21:21:09
|
Module Name: pcb Committed By: haceaton Date: Mon Apr 19 21:21:00 UTC 2004 Modified Files: pcb/src: rtree.c Log Message: Fix a bug that allocates too much memory to store pointers To generate a diff of this commit: cvs rdiff -r1.14 -r1.15 pcb/src/rtree.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...> - 2004-04-25 05:04:12
|
Module Name: pcb Committed By: haceaton Date: Sun Apr 25 04:56:01 UTC 2004 Modified Files: pcb/src: global.h rtree.c Log Message: Fix rtree memory management bugs To generate a diff of this commit: cvs rdiff -r1.16 -r1.17 pcb/src/global.h cvs rdiff -r1.15 -r1.16 pcb/src/rtree.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...> - 2004-04-26 13:20:24
|
Module Name: pcb Committed By: haceaton Date: Mon Apr 26 13:20:18 UTC 2004 Modified Files: pcb/src: autoroute.c mtspace.c Log Message: Significant improvements to autorouting of congested designs To generate a diff of this commit: cvs rdiff -r1.19 -r1.20 pcb/src/autoroute.c cvs rdiff -r1.8 -r1.9 pcb/src/mtspace.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...> - 2004-04-27 12:56:17
|
Module Name: pcb Committed By: haceaton Date: Tue Apr 27 12:56:08 UTC 2004 Modified Files: pcb/src: autoroute.c Log Message: More autorouter improvements, some bug fixes To generate a diff of this commit: cvs rdiff -r1.20 -r1.21 pcb/src/autoroute.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...> - 2004-04-27 19:08:32
|
Module Name: pcb
Committed By: djdelorie
Date: Tue Apr 27 19:08:25 UTC 2004
Modified Files:
pcb/src: Makefile.am Makefile.in Pcb.ad.in Pcb.ad.raw Pcb.ad.small
action.h dialog.c global.h gui.c main.c menu.c menu.h misc.c misc.h
set.c sizedialog.c
Added Files:
pcb/src: gather-actions pcb-menu.res res_lex.l res_parse.y resmenu.c
resmenu.h resource.h
Log Message:
add file-driven menus
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 pcb/src/Makefile.am
cvs rdiff -r1.9 -r1.10 pcb/src/Makefile.in
cvs rdiff -r1.15 -r1.16 pcb/src/Pcb.ad.in
cvs rdiff -r1.1.1.1 -r1.2 pcb/src/Pcb.ad.raw pcb/src/Pcb.ad.small \
pcb/src/menu.h
cvs rdiff -r1.4 -r1.5 pcb/src/action.h pcb/src/gui.c
cvs rdiff -r1.5 -r1.6 pcb/src/dialog.c pcb/src/sizedialog.c
cvs rdiff -r0 -r1.1 pcb/src/gather-actions pcb/src/pcb-menu.res \
pcb/src/res_lex.l pcb/src/res_parse.y pcb/src/resmenu.c pcb/src/resmenu.h \
pcb/src/resource.h
cvs rdiff -r1.17 -r1.18 pcb/src/global.h pcb/src/set.c
cvs rdiff -r1.13 -r1.14 pcb/src/main.c
cvs rdiff -r1.27 -r1.28 pcb/src/menu.c
cvs rdiff -r1.21 -r1.22 pcb/src/misc.c
cvs rdiff -r1.6 -r1.7 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...> - 2004-04-27 22:18:05
|
Module Name: pcb Committed By: danmc Date: Tue Apr 27 22:17:59 UTC 2004 Added Files: pcb/src: tmp.txt Log Message: test commit To generate a diff of this commit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/tmp.txt?rev=1.1&view=markup cvs rdiff -r0 -r1.1 pcb/src/tmp.txt 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-27 22:18:28
|
Module Name: pcb Committed By: danmc Date: Tue Apr 27 22:18:22 UTC 2004 Modified Files: pcb/src: tmp.txt Log Message: test commit #2 To generate a diff of this commit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/tmp.txt?r1=1.1&r2=1.2 cvs rdiff -r1.1 -r1.2 pcb/src/tmp.txt 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-27 22:28:38
|
Module Name: pcb Committed By: danmc Date: Tue Apr 27 22:28:32 UTC 2004 Removed Files: pcb/src: tmp.txt Log Message: test commit #3 To generate a diff of this commit: cvs rdiff -r1.2 -r0 pcb/src/tmp.txt To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/tmp.txt?r1=1.2&r2=0 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-28 22:42:33
|
Module Name: pcb Committed By: danmc Date: Wed Apr 28 22:42:27 UTC 2004 Modified Files: pcb/src: misc.c Log Message: put variable declarations at the beginning of functions. Avoids syntax error on gcc-2.95 To generate a diff of this commit: cvs rdiff -r1.22 -r1.23 pcb/src/misc.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/misc.c?r1=1.22&r2=1.23 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-28 22:42:48
|
Module Name: pcb Committed By: danmc Date: Wed Apr 28 22:42:42 UTC 2004 Modified Files: pcb/src: res_lex.l res_parse.y Log Message: RCS Id police To generate a diff of this commit: cvs rdiff -r1.1 -r1.2 pcb/src/res_lex.l pcb/src/res_parse.y To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/res_lex.l?r1=1.1&r2=1.2 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/res_parse.y?r1=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-04-29 01:31:19
|
Module Name: pcb Committed By: danmc Date: Thu Apr 29 01:31:11 UTC 2004 Modified Files: pcb/src: resource.h Log Message: RCS Id police To generate a diff of this commit: cvs rdiff -r1.1 -r1.2 pcb/src/resource.h To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/resource.h?r1=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-04-29 02:21:39
|
Module Name: pcb Committed By: danmc Date: Thu Apr 29 02:21:30 UTC 2004 Modified Files: pcb/src: res_lex.l res_parse.y resmenu.c Log Message: fix some 64-bit bugs to get this working on my alpha. Of prime importance, an int isn't big enough to hold a pointer. To generate a diff of this commit: cvs rdiff -r1.2 -r1.3 pcb/src/res_lex.l pcb/src/res_parse.y cvs rdiff -r1.1 -r1.2 pcb/src/resmenu.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/resmenu.c?r1=1.1&r2=1.2 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/res_lex.l?r1=1.2&r2=1.3 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/res_parse.y?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-04-29 02:34:20
|
Module Name: pcb Committed By: danmc Date: Thu Apr 29 02:34:14 UTC 2004 Modified Files: pcb/src: print.c Log Message: When printing to RS-274-X also generate a centroid data file (X-Y data) with the required data to drive a pick and place machine. The centroid of each part is calculated from the center of each pin/pad. The rotation is determined by looking at the angle of pin1 relative to the centroid. In addition, generate a bill of materials file. This lists the part, quantity, and list of reference designators. To generate a diff of this commit: cvs rdiff -r1.24 -r1.25 pcb/src/print.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/print.c?r1=1.24&r2=1.25 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 02:41:23
|
Module Name: pcb Committed By: danmc Date: Thu Apr 29 02:41:18 UTC 2004 Modified Files: pcb/src: resmenu.c Log Message: RCS Id and config.h police To generate a diff of this commit: cvs rdiff -r1.2 -r1.3 pcb/src/resmenu.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/resmenu.c?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. |