|
From: harry e. <hac...@us...> - 2006-10-13 03:04:08
|
Module Name: pcb Committed By: haceaton Date: Fri Oct 13 03:04:05 UTC 2006 Modified Files: pcb/src: change.c Log Message: fix the sense of set/clear for line join ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.36 -r1.37 pcb/src/change.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/change.c?r1=1.36&r2=1.37 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2006-10-13 11:18:24
|
Module Name: pcb Committed By: haceaton Date: Fri Oct 13 11:18:23 UTC 2006 Modified Files: pcb/src: find.c Log Message: fix rat to polygon connection test ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.55 -r1.56 pcb/src/find.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/find.c?r1=1.55&r2=1.56 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2006-10-14 00:31:19
|
Module Name: pcb Committed By: haceaton Date: Sat Oct 14 00:31:17 UTC 2006 Modified Files: pcb/src: change.c polygon.c Log Message: fix undo handling for all change operations that affect polygon clip ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.37 -r1.38 pcb/src/change.c cvs rdiff -r1.39 -r1.40 pcb/src/polygon.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/change.c?r1=1.37&r2=1.38 http://pcb.cvs.sourceforge.net/pcb/pcb/src/polygon.c?r1=1.39&r2=1.40 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2006-10-14 00:38:57
|
Module Name: pcb Committed By: haceaton Date: Sat Oct 14 00:38:57 UTC 2006 Modified Files: pcb/src: find.c Log Message: fix rat<->polygon connection test ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.56 -r1.57 pcb/src/find.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/find.c?r1=1.56&r2=1.57 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2006-10-14 04:17:24
|
Module Name: pcb Committed By: haceaton Date: Sat Oct 14 04:17:23 UTC 2006 Modified Files: pcb/src: change.c Log Message: handle polygon clearance for unplated holes ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.38 -r1.39 pcb/src/change.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/change.c?r1=1.38&r2=1.39 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: DJ D. <djd...@us...> - 2006-10-15 06:21:01
|
Module Name: pcb Committed By: djdelorie Date: Sun Oct 15 06:20:43 UTC 2006 Modified Files: pcb/src: buffer.c Log Message: If we're converting a buffer to an element and the buffer has no associated PCB; assign the current one so we have *a* group table to use. To generate a diff of this commit: cvs rdiff -r1.32 -r1.33 pcb/src/buffer.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/buffer.c?r1=1.32&r2=1.33 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2006-10-17 12:06:54
|
Module Name: pcb Committed By: haceaton Date: Tue Oct 17 12:06:54 UTC 2006 Modified Files: pcb/src: create.c polyarea.h polygon.c polygon1.c rtree.c Log Message: bug fixes for hole insertion and fast point inside polygon checking ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.34 -r1.35 pcb/src/create.c cvs rdiff -r1.3 -r1.4 pcb/src/polyarea.h cvs rdiff -r1.40 -r1.41 pcb/src/polygon.c cvs rdiff -r1.4 -r1.5 pcb/src/polygon1.c cvs rdiff -r1.28 -r1.29 pcb/src/rtree.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/rtree.c?r1=1.28&r2=1.29 http://pcb.cvs.sourceforge.net/pcb/pcb/src/polyarea.h?r1=1.3&r2=1.4 http://pcb.cvs.sourceforge.net/pcb/pcb/src/create.c?r1=1.34&r2=1.35 http://pcb.cvs.sourceforge.net/pcb/pcb/src/polygon1.c?r1=1.4&r2=1.5 http://pcb.cvs.sourceforge.net/pcb/pcb/src/polygon.c?r1=1.40&r2=1.41 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2006-10-18 11:32:41
|
Module Name: pcb Committed By: haceaton Date: Wed Oct 18 11:32:41 UTC 2006 Modified Files: pcb/src: polygon1.c Log Message: speed up hole insertion further. Trees everywhere! ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.5 -r1.6 pcb/src/polygon1.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/polygon1.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: harry e. <hac...@us...> - 2006-10-19 01:54:04
|
Module Name: pcb Committed By: haceaton Date: Thu Oct 19 01:54:01 UTC 2006 Modified Files: pcb/src: polygon1.c Log Message: oops, don't manage the contour bounding boxes in the tree ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.6 -r1.7 pcb/src/polygon1.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/polygon1.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...> - 2006-10-19 03:49:51
|
Module Name: pcb
Committed By: danmc
Date: Thu Oct 19 03:49:51 UTC 2006
Modified Files:
pcb/src: polygon1.c
Log Message:
modify the DEBUGP macro slightly so it can be legally called with
only one argument like DEBUGP("\n");
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 pcb/src/polygon1.c
To view the diffs online visit:
http://pcb.cvs.sourceforge.net/pcb/pcb/src/polygon1.c?r1=1.7&r2=1.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
|
|
From: harry e. <hac...@us...> - 2006-10-19 19:23:00
|
Module Name: pcb Committed By: haceaton Date: Thu Oct 19 19:22:57 UTC 2006 Modified Files: pcb/src: rtree.c Log Message: even faster tree searching and insertion ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.29 -r1.30 pcb/src/rtree.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/rtree.c?r1=1.29&r2=1.30 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2006-10-19 22:42:36
|
Module Name: pcb Committed By: danmc Date: Thu Oct 19 22:42:35 UTC 2006 Modified Files: pcb/src: draw.c Log Message: cast to a size_t before an int when passing an int to a callback function. To generate a diff of this commit: cvs rdiff -r1.63 -r1.64 pcb/src/draw.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/draw.c?r1=1.63&r2=1.64 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2006-10-19 22:42:41
|
Module Name: pcb Committed By: danmc Date: Thu Oct 19 22:42:40 UTC 2006 Modified Files: pcb/src: polygon1.c Log Message: #ifdef DEBUG out a couple of things which are defined but not used unless DEBUG is defined To generate a diff of this commit: cvs rdiff -r1.8 -r1.9 pcb/src/polygon1.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/polygon1.c?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...> - 2006-10-19 22:42:45
|
Module Name: pcb Committed By: danmc Date: Thu Oct 19 22:42:45 UTC 2006 Modified Files: pcb/src: print.c Log Message: avoid gcc warnings when using %c with strftime To generate a diff of this commit: cvs rdiff -r1.48 -r1.49 pcb/src/print.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/print.c?r1=1.48&r2=1.49 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2006-10-20 03:25:59
|
Module Name: pcb Committed By: haceaton Date: Fri Oct 20 03:25:58 UTC 2006 Modified Files: pcb/src: rtree.c Log Message: check the coming regions, not the one we're at over and over ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.30 -r1.31 pcb/src/rtree.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/rtree.c?r1=1.30&r2=1.31 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2006-10-21 02:34:43
|
Module Name: pcb Committed By: haceaton Date: Sat Oct 21 02:34:42 UTC 2006 Modified Files: pcb/src: polygon.c thermal.c thermal.h Log Message: use the saved thermal scale when loading a design ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.41 -r1.42 pcb/src/polygon.c cvs rdiff -r1.2 -r1.3 pcb/src/thermal.c pcb/src/thermal.h To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/thermal.c?r1=1.2&r2=1.3 http://pcb.cvs.sourceforge.net/pcb/pcb/src/thermal.h?r1=1.2&r2=1.3 http://pcb.cvs.sourceforge.net/pcb/pcb/src/polygon.c?r1=1.41&r2=1.42 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2006-10-21 14:31:54
|
Module Name: pcb Committed By: haceaton Date: Sat Oct 21 14:31:51 UTC 2006 Modified Files: pcb/src: parse_y.y polygon.c Log Message: Avoid use of 'max_layer' macro - it assumes the Data is the loaded PCB which doesn't work during file reading. ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.30 -r1.31 pcb/src/parse_y.y cvs rdiff -r1.42 -r1.43 pcb/src/polygon.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/parse_y.y?r1=1.30&r2=1.31 http://pcb.cvs.sourceforge.net/pcb/pcb/src/polygon.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: harry e. <hac...@us...> - 2006-10-21 14:38:30
|
Module Name: pcb Committed By: haceaton Date: Sat Oct 21 14:38:30 UTC 2006 Modified Files: pcb/src: file.c global.h main.c parse_l.l Log Message: support for polygon island size in the pcb file ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.46 -r1.47 pcb/src/file.c cvs rdiff -r1.50 -r1.51 pcb/src/global.h cvs rdiff -r1.59 -r1.60 pcb/src/main.c cvs rdiff -r1.13 -r1.14 pcb/src/parse_l.l To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/parse_l.l?r1=1.13&r2=1.14 http://pcb.cvs.sourceforge.net/pcb/pcb/src/file.c?r1=1.46&r2=1.47 http://pcb.cvs.sourceforge.net/pcb/pcb/src/global.h?r1=1.50&r2=1.51 http://pcb.cvs.sourceforge.net/pcb/pcb/src/main.c?r1=1.59&r2=1.60 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2006-10-21 14:48:48
|
Module Name: pcb Committed By: haceaton Date: Sat Oct 21 14:48:49 UTC 2006 Modified Files: pcb/src: polygon1.c Log Message: speed improvement by avoiding r_search call overhead when there is no overlap ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.9 -r1.10 pcb/src/polygon1.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/polygon1.c?r1=1.9&r2=1.10 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2006-10-21 15:10:09
|
Module Name: pcb Committed By: haceaton Date: Sat Oct 21 15:10:04 UTC 2006 Modified Files: pcb/src: find.c Log Message: allow pins/vias with zero clearance to touch polygons ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.57 -r1.58 pcb/src/find.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/find.c?r1=1.57&r2=1.58 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2006-10-25 21:53:28
|
Module Name: pcb Committed By: haceaton Date: Wed Oct 25 21:53:25 UTC 2006 Modified Files: pcb/src: action.c Log Message: fix setsame layer changing ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.96 -r1.97 pcb/src/action.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/action.c?r1=1.96&r2=1.97 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2006-10-29 13:35:59
|
Module Name: pcb Committed By: haceaton Date: Sun Oct 29 13:35:56 UTC 2006 Modified Files: pcb/src: parse_y.y Log Message: fix polyarea ordering to correspond to file saving ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.31 -r1.32 pcb/src/parse_y.y To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/parse_y.y?r1=1.31&r2=1.32 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: DJ D. <djd...@us...> - 2006-10-29 20:19:02
|
Module Name: pcb Committed By: djdelorie Date: Sun Oct 29 20:18:53 UTC 2006 Modified Files: pcb/src: report.c Log Message: Report units in mm or mils as selected by user. To generate a diff of this commit: cvs rdiff -r1.33 -r1.34 pcb/src/report.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/report.c?r1=1.33&r2=1.34 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2006-11-03 02:26:34
|
Module Name: pcb Committed By: danmc Date: Fri Nov 3 02:26:32 UTC 2006 Modified Files: pcb/src: action.c Log Message: use *FILEVERSION* instead of *VERSION* for the annotation file to help avoid possible confusion between file version and program version. To generate a diff of this commit: cvs rdiff -r1.97 -r1.98 pcb/src/action.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/action.c?r1=1.97&r2=1.98 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2006-11-04 21:57:07
|
Module Name: pcb Committed By: haceaton Date: Sat Nov 4 21:57:08 UTC 2006 Modified Files: pcb/src: intersect.c Log Message: fix crash due to not checking for no overlaps. Thanks to Anread Kemnade for the patch. ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.10 -r1.11 pcb/src/intersect.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/intersect.c?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. |