|
From: harry e. <hac...@us...> - 2004-02-05 06:23:09
|
Module Name: pcb Committed By: haceaton Date: Thu Feb 5 06:20:42 UTC 2004 Modified Files: pcb/src: polygon.c Log Message: Fix bug in PIP flags To generate a diff of this commit: cvs rdiff -r1.7 -r1.8 pcb/src/polygon.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-02-05 06:24:01
|
Module Name: pcb Committed By: haceaton Date: Thu Feb 5 06:21:34 UTC 2004 Modified Files: pcb/src: print.c Log Message: Don't clear pure-holes in polygons To generate a diff of this commit: cvs rdiff -r1.13 -r1.14 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...> - 2004-02-05 06:28:02
|
Module Name: pcb Committed By: haceaton Date: Thu Feb 5 06:25:35 UTC 2004 Modified Files: pcb/src: polygon.c Log Message: Warn on unplated holes piercing polygons To generate a diff of this commit: cvs rdiff -r1.8 -r1.9 pcb/src/polygon.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-02-05 14:21:03
|
Module Name: pcb Committed By: haceaton Date: Thu Feb 5 14:18:31 UTC 2004 Modified Files: pcb/src: dev_rs274x.c Log Message: Fix a couple of gerber bugs introduced with hi-res To generate a diff of this commit: cvs rdiff -r1.17 -r1.18 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...> - 2004-02-05 22:06:56
|
Module Name: pcb Committed By: haceaton Date: Thu Feb 5 22:04:21 UTC 2004 Modified Files: pcb/src: action.c const.h menu.c Log Message: Add mode for poly viewing to help spot broken planes To generate a diff of this commit: cvs rdiff -r1.16 -r1.17 pcb/src/action.c pcb/src/menu.c cvs rdiff -r1.7 -r1.8 pcb/src/const.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-02-05 22:05:32
|
Module Name: pcb Committed By: haceaton Date: Thu Feb 5 22:02:56 UTC 2004 Modified Files: pcb/src: main.c Log Message: Fix text scaling intialization To generate a diff of this commit: cvs rdiff -r1.9 -r1.10 pcb/src/main.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-02-06 04:14:12
|
Module Name: pcb Committed By: haceaton Date: Fri Feb 6 04:11:35 UTC 2004 Modified Files: pcb/src: draw.c macro.h polygon.c print.c Log Message: Make persistant thermal flags for easier changes to polygons To generate a diff of this commit: cvs rdiff -r1.14 -r1.15 pcb/src/draw.c pcb/src/print.c cvs rdiff -r1.6 -r1.7 pcb/src/macro.h cvs rdiff -r1.9 -r1.10 pcb/src/polygon.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-02-06 16:27:43
|
Module Name: pcb Committed By: haceaton Date: Fri Feb 6 16:25:00 UTC 2004 Modified Files: pcb/src: draw.c Log Message: Special drawing mode to examine planes for break-up due to tracks routing through them. To generate a diff of this commit: cvs rdiff -r1.15 -r1.16 pcb/src/draw.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-02-06 20:33:15
|
Module Name: pcb Committed By: haceaton Date: Fri Feb 6 20:30:31 UTC 2004 Modified Files: pcb/src: global.h undo.c Log Message: Fixed undo change text size bug introduced with hi-res changes To generate a diff of this commit: cvs rdiff -r1.3 -r1.4 pcb/src/global.h cvs rdiff -r1.6 -r1.7 pcb/src/undo.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-02-06 20:43:39
|
Module Name: pcb Committed By: haceaton Date: Fri Feb 6 20:40:54 UTC 2004 Modified Files: pcb/src: file.c Log Message: Fix bug where loading pcb didn't restore saved view position correctly To generate a diff of this commit: cvs rdiff -r1.8 -r1.9 pcb/src/file.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-02-06 20:59:59
|
Module Name: pcb Committed By: haceaton Date: Fri Feb 6 20:57:15 UTC 2004 Modified Files: pcb/src: set.c Log Message: Fix bug where local reference mark was not erased properly To generate a diff of this commit: cvs rdiff -r1.9 -r1.10 pcb/src/set.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-02-06 21:05:55
|
Module Name: pcb Committed By: haceaton Date: Fri Feb 6 21:03:11 UTC 2004 Modified Files: pcb/src: change.c Log Message: Prevent clearance size adjustment from changing joined lines to unjoined To generate a diff of this commit: cvs rdiff -r1.6 -r1.7 pcb/src/change.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-02-06 22:01:57
|
Module Name: pcb Committed By: haceaton Date: Fri Feb 6 21:59:11 UTC 2004 Modified Files: pcb/src: action.c find.c find.h Log Message: Added feature to continue checking drc after first error is found To generate a diff of this commit: cvs rdiff -r1.17 -r1.18 pcb/src/action.c cvs rdiff -r1.9 -r1.10 pcb/src/find.c cvs rdiff -r1.3 -r1.4 pcb/src/find.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-02-07 03:31:07
|
Module Name: pcb Committed By: haceaton Date: Sat Feb 7 03:28:21 UTC 2004 Modified Files: pcb/src: find.c Log Message: Find more errors when skipping through DRCs To generate a diff of this commit: cvs rdiff -r1.10 -r1.11 pcb/src/find.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-02-10 22:16:47
|
Module Name: pcb Committed By: haceaton Date: Tue Feb 10 22:13:10 UTC 2004 Modified Files: pcb/src: print.c Log Message: Fixed output bug with persistant thermal changes To generate a diff of this commit: cvs rdiff -r1.15 -r1.16 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...> - 2004-02-12 16:01:36
|
Module Name: pcb Committed By: haceaton Date: Thu Feb 12 15:56:35 UTC 2004 Modified Files: pcb/src: change.c Log Message: Automatically adjust mask size when copper size is changed To generate a diff of this commit: cvs rdiff -r1.7 -r1.8 pcb/src/change.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-02-13 00:19:16
|
Module Name: pcb Committed By: haceaton Date: Fri Feb 13 00:13:58 UTC 2004 Modified Files: pcb/src: action.c select.c Log Message: Handle element name size changing properly To generate a diff of this commit: cvs rdiff -r1.18 -r1.19 pcb/src/action.c cvs rdiff -r1.4 -r1.5 pcb/src/select.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-02-13 00:57:04
|
Module Name: pcb Committed By: haceaton Date: Fri Feb 13 00:51:47 UTC 2004 Modified Files: pcb/src: action.c change.c select.c Log Message: Proper handling of all text scalings To generate a diff of this commit: cvs rdiff -r1.19 -r1.20 pcb/src/action.c cvs rdiff -r1.8 -r1.9 pcb/src/change.c cvs rdiff -r1.5 -r1.6 pcb/src/select.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-02-13 01:11:33
|
Module Name: pcb Committed By: haceaton Date: Fri Feb 13 01:06:14 UTC 2004 Modified Files: pcb/src: change.c Log Message: Allow +0 change to mask size to make it equal the underlying copper To generate a diff of this commit: cvs rdiff -r1.9 -r1.10 pcb/src/change.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-02-13 01:16:51
|
Module Name: pcb Committed By: haceaton Date: Fri Feb 13 01:11:30 UTC 2004 Modified Files: pcb/src: change.c Log Message: Only change masks with size change when they're non-zero to begin with To generate a diff of this commit: cvs rdiff -r1.10 -r1.11 pcb/src/change.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-02-13 02:02:43
|
Module Name: pcb Committed By: haceaton Date: Fri Feb 13 01:57:18 UTC 2004 Modified Files: pcb/src: rats.c Log Message: Use warn color on pins/pads even when netname is known To generate a diff of this commit: cvs rdiff -r1.6 -r1.7 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-02-13 02:07:51
|
Module Name: pcb Committed By: haceaton Date: Fri Feb 13 02:02:32 UTC 2004 Modified Files: pcb/src: dialog.c Log Message: Updated about dialog To generate a diff of this commit: cvs rdiff -r1.3 -r1.4 pcb/src/dialog.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-02-13 05:41:34
|
Module Name: pcb Committed By: haceaton Date: Fri Feb 13 05:36:07 UTC 2004 Modified Files: pcb/src: buffer.c Log Message: Recalculate arc bounding box when swaping the side To generate a diff of this commit: cvs rdiff -r1.5 -r1.6 pcb/src/buffer.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-02-13 06:00:29
|
Module Name: pcb Committed By: haceaton Date: Fri Feb 13 05:54:58 UTC 2004 Modified Files: pcb/src: action.c buffer.c buffer.h menu.c Log Message: Added function to mirror the buffer To generate a diff of this commit: cvs rdiff -r1.20 -r1.21 pcb/src/action.c cvs rdiff -r1.6 -r1.7 pcb/src/buffer.c cvs rdiff -r1.2 -r1.3 pcb/src/buffer.h cvs rdiff -r1.17 -r1.18 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-02-13 21:17:37
|
Module Name: pcb Committed By: haceaton Date: Fri Feb 13 21:11:39 UTC 2004 Modified Files: pcb/src: move.c search.c Log Message: Prevent changing layers of locked objects, find ratlines before other layer objects To generate a diff of this commit: cvs rdiff -r1.5 -r1.6 pcb/src/move.c cvs rdiff -r1.6 -r1.7 pcb/src/search.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |