|
From: harry e. <hac...@us...> - 2006-09-28 04:30:13
|
Module Name: pcb Committed By: haceaton Date: Thu Sep 28 04:30:13 UTC 2006 Modified Files: pcb/src [clipper]: action.c change.c draw.c find.c move.c polygon.c polygon.h rats.c strflags.c thermal.c thermal.h Log Message: make new thermal style that allows for arc segment clearing added a function for "morphing" polygons so that the islands get converted to other polygons ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.89.2.4 -r1.89.2.5 pcb/src/action.c cvs rdiff -r1.34.6.7 -r1.34.6.8 pcb/src/change.c cvs rdiff -r1.55.2.4 -r1.55.2.5 pcb/src/draw.c cvs rdiff -r1.53.2.4 -r1.53.2.5 pcb/src/find.c cvs rdiff -r1.32.4.6 -r1.32.4.7 pcb/src/move.c cvs rdiff -r1.36.4.12 -r1.36.4.13 pcb/src/polygon.c cvs rdiff -r1.9.8.7 -r1.9.8.8 pcb/src/polygon.h cvs rdiff -r1.28.4.1 -r1.28.4.2 pcb/src/rats.c cvs rdiff -r1.12.6.1 -r1.12.6.2 pcb/src/strflags.c cvs rdiff -r1.1.2.2 -r1.1.2.3 pcb/src/thermal.c cvs rdiff -r1.1.2.1 -r1.1.2.2 pcb/src/thermal.h To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/thermal.h?r1=1.1.2.1&r2=1.1.2.2 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/thermal.c?r1=1.1.2.2&r2=1.1.2.3 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/strflags.c?r1=1.12.6.1&r2=1.12.6.2 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/rats.c?r1=1.28.4.1&r2=1.28.4.2 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/move.c?r1=1.32.4.6&r2=1.32.4.7 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/change.c?r1=1.34.6.7&r2=1.34.6.8 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/polygon.c?r1=1.36.4.12&r2=1.36.4.13 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/find.c?r1=1.53.2.4&r2=1.53.2.5 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/draw.c?r1=1.55.2.4&r2=1.55.2.5 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/action.c?r1=1.89.2.4&r2=1.89.2.5 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/polygon.h?r1=1.9.8.7&r2=1.9.8.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-09-30 04:21:05
|
Module Name: pcb Committed By: haceaton Date: Sat Sep 30 04:21:03 UTC 2006 Modified Files: pcb/src [clipper]: action.c autoroute.c change.c create.c draw.c find.c global.h macro.h misc.c move.c parse_y.y polygon.c polygon.h polygon1.c report.c strflags.c thermal.c thermal.h Log Message: Complete re-think of thermals - they are now purely a matter of partial clearing in the polygon - there are no lines, arc or anything in the layout. DRC will be a matter of internal polygon DRC checking, but there is no danger of things "sticking out" etc. ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.89.2.5 -r1.89.2.6 pcb/src/action.c cvs rdiff -r1.35.4.5 -r1.35.4.6 pcb/src/autoroute.c cvs rdiff -r1.34.6.8 -r1.34.6.9 pcb/src/change.c cvs rdiff -r1.30.4.4 -r1.30.4.5 pcb/src/create.c cvs rdiff -r1.55.2.5 -r1.55.2.6 pcb/src/draw.c cvs rdiff -r1.53.2.5 -r1.53.2.6 pcb/src/find.c cvs rdiff -r1.46.2.3 -r1.46.2.4 pcb/src/global.h cvs rdiff -r1.22.4.2 -r1.22.4.3 pcb/src/macro.h cvs rdiff -r1.55.4.4 -r1.55.4.5 pcb/src/misc.c cvs rdiff -r1.32.4.7 -r1.32.4.8 pcb/src/move.c cvs rdiff -r1.27.4.4 -r1.27.4.5 pcb/src/parse_y.y cvs rdiff -r1.36.4.13 -r1.36.4.14 pcb/src/polygon.c cvs rdiff -r1.9.8.8 -r1.9.8.9 pcb/src/polygon.h cvs rdiff -r1.1.2.10 -r1.1.2.11 pcb/src/polygon1.c cvs rdiff -r1.32.4.2 -r1.32.4.3 pcb/src/report.c cvs rdiff -r1.12.6.2 -r1.12.6.3 pcb/src/strflags.c cvs rdiff -r1.1.2.3 -r1.1.2.4 pcb/src/thermal.c cvs rdiff -r1.1.2.2 -r1.1.2.3 pcb/src/thermal.h To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/polygon1.c?r1=1.1.2.10&r2=1.1.2.11 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/thermal.h?r1=1.1.2.2&r2=1.1.2.3 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/thermal.c?r1=1.1.2.3&r2=1.1.2.4 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/strflags.c?r1=1.12.6.2&r2=1.12.6.3 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/macro.h?r1=1.22.4.2&r2=1.22.4.3 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/parse_y.y?r1=1.27.4.4&r2=1.27.4.5 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/create.c?r1=1.30.4.4&r2=1.30.4.5 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/report.c?r1=1.32.4.2&r2=1.32.4.3 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/move.c?r1=1.32.4.7&r2=1.32.4.8 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/change.c?r1=1.34.6.8&r2=1.34.6.9 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/autoroute.c?r1=1.35.4.5&r2=1.35.4.6 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/polygon.c?r1=1.36.4.13&r2=1.36.4.14 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/global.h?r1=1.46.2.3&r2=1.46.2.4 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/find.c?r1=1.53.2.5&r2=1.53.2.6 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/draw.c?r1=1.55.2.5&r2=1.55.2.6 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/misc.c?r1=1.55.4.4&r2=1.55.4.5 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/action.c?r1=1.89.2.5&r2=1.89.2.6 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/polygon.h?r1=1.9.8.8&r2=1.9.8.9 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-09-30 18:48:12
|
Module Name: pcb Committed By: djdelorie Date: Sat Sep 30 18:48:06 UTC 2006 Modified Files: pcb/src: todo Log Message: I did the one about separate ps files. To generate a diff of this commit: cvs rdiff -r1.4 -r1.5 pcb/src/todo To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/todo?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: harry e. <hac...@us...> - 2006-09-30 19:34:30
|
Module Name: pcb Committed By: haceaton Date: Sat Sep 30 19:34:30 UTC 2006 Modified Files: pcb/src [clipper]: thermal.c Log Message: add thermal styles 1 and 2 to rounds and octagons. Still need thermal style 4 octagons ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.1.2.4 -r1.1.2.5 pcb/src/thermal.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/thermal.c?r1=1.1.2.4&r2=1.1.2.5 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-01 01:40:30
|
Module Name: pcb Committed By: haceaton Date: Sun Oct 1 01:40:31 UTC 2006 Modified Files: pcb/src [clipper]: misc.c Log Message: fix bug for oldflags marking new thermals ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.55.4.5 -r1.55.4.6 pcb/src/misc.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/misc.c?r1=1.55.4.5&r2=1.55.4.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-01 02:09:03
|
Module Name: pcb Committed By: haceaton Date: Sun Oct 1 02:09:00 UTC 2006 Modified Files: pcb/src [clipper]: polygon.c Log Message: fix bug where polygon pointer can move while creating polygons during morph ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.36.4.14 -r1.36.4.15 pcb/src/polygon.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/polygon.c?r1=1.36.4.14&r2=1.36.4.15 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-01 02:12:13
|
Module Name: pcb Committed By: haceaton Date: Sun Oct 1 02:12:13 UTC 2006 Modified Files: pcb/src [clipper]: find.c Log Message: fix bug where lines created by IsPolyInPoly didn't have their bounding box set needed by IsLineInPolygon() ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.53.2.6 -r1.53.2.7 pcb/src/find.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/find.c?r1=1.53.2.6&r2=1.53.2.7 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-01 02:17:28
|
Module Name: pcb Committed By: haceaton Date: Sun Oct 1 02:17:28 UTC 2006 Modified Files: pcb/src [clipper]: file.c Log Message: fix too-short memory allocation error ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.42.2.5 -r1.42.2.6 pcb/src/file.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/file.c?r1=1.42.2.5&r2=1.42.2.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-01 02:25:36
|
Module Name: pcb Committed By: haceaton Date: Sun Oct 1 02:25:34 UTC 2006 Modified Files: pcb/src [clipper]: polygon.c Log Message: fix another issue due to polygon pointers moving as polygons are created ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.36.4.15 -r1.36.4.16 pcb/src/polygon.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/polygon.c?r1=1.36.4.15&r2=1.36.4.16 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-01 02:37:46
|
Module Name: pcb Committed By: haceaton Date: Sun Oct 1 02:37:46 UTC 2006 Modified Files: pcb/src [clipper]: action.c Log Message: updated docs for SetThermal() action ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.89.2.6 -r1.89.2.7 pcb/src/action.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/action.c?r1=1.89.2.6&r2=1.89.2.7 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-01 03:36:17
|
Module Name: pcb Committed By: haceaton Date: Sun Oct 1 03:36:17 UTC 2006 Modified Files: pcb/src [clipper]: thermal.c Log Message: correct style 1 and 2 order for octagon thermals ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.1.2.5 -r1.1.2.6 pcb/src/thermal.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/thermal.c?r1=1.1.2.5&r2=1.1.2.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-01 04:24:50
|
Module Name: pcb Committed By: haceaton Date: Sun Oct 1 04:24:49 UTC 2006 Modified Files: pcb/src [clipper]: buffer.c Log Message: handle polygon clearances when removing/restoring elements ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.29.4.6 -r1.29.4.7 pcb/src/buffer.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/buffer.c?r1=1.29.4.6&r2=1.29.4.7 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-01 04:25:26
|
Module Name: pcb Committed By: haceaton Date: Sun Oct 1 04:25:26 UTC 2006 Modified Files: pcb/src [clipper]: create.c Log Message: set thermal style default to 4 ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.30.4.5 -r1.30.4.6 pcb/src/create.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/create.c?r1=1.30.4.5&r2=1.30.4.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-01 04:39:21
|
Module Name: pcb Committed By: haceaton Date: Sun Oct 1 04:39:21 UTC 2006 Modified Files: pcb/src [clipper]: change.c Log Message: include clearing polygon in thermal undo information with flag change. ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.34.6.9 -r1.34.6.10 pcb/src/change.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/change.c?r1=1.34.6.9&r2=1.34.6.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-01 04:41:15
|
Module Name: pcb Committed By: haceaton Date: Sun Oct 1 04:41:15 UTC 2006 Modified Files: pcb/src [clipper]: action.c Log Message: remove no longer useful "fix me" suggestion ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.89.2.7 -r1.89.2.8 pcb/src/action.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/action.c?r1=1.89.2.7&r2=1.89.2.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-01 15:52:23
|
Module Name: pcb Committed By: haceaton Date: Sun Oct 1 15:52:22 UTC 2006 Modified Files: pcb/src [clipper]: find.c Log Message: properly check octagonal pins, plus improve optimization some ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.53.2.7 -r1.53.2.8 pcb/src/find.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/find.c?r1=1.53.2.7&r2=1.53.2.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-01 16:08:47
|
Module Name: pcb Committed By: haceaton Date: Sun Oct 1 16:08:45 UTC 2006 Modified Files: pcb/src [clipper]: polygon1.c Log Message: some speed improvements to help make up for slow intersection with snap rounding algorithm. ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.1.2.11 -r1.1.2.12 pcb/src/polygon1.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/polygon1.c?r1=1.1.2.11&r2=1.1.2.12 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-01 17:51:35
|
Module Name: pcb Committed By: haceaton Date: Sun Oct 1 17:51:29 UTC 2006 Modified Files: pcb/src [clipper]: change.c polygon.c Log Message: add missing clearances for SMD pads and proper change function for them ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.34.6.10 -r1.34.6.11 pcb/src/change.c cvs rdiff -r1.36.4.16 -r1.36.4.17 pcb/src/polygon.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/change.c?r1=1.34.6.10&r2=1.34.6.11 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/polygon.c?r1=1.36.4.16&r2=1.36.4.17 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-01 17:52:37
|
Module Name: pcb Committed By: haceaton Date: Sun Oct 1 17:52:36 UTC 2006 Modified Files: pcb/src [clipper]: undo.c Log Message: correctly handle polygon clearances with size/clear size undo ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.21.2.5 -r1.21.2.6 pcb/src/undo.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/undo.c?r1=1.21.2.5&r2=1.21.2.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-01 17:53:19
|
Module Name: pcb Committed By: haceaton Date: Sun Oct 1 17:53:19 UTC 2006 Modified Files: pcb/src [clipper]: polygon1.c Log Message: some more small optimizations ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.1.2.12 -r1.1.2.13 pcb/src/polygon1.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/polygon1.c?r1=1.1.2.12&r2=1.1.2.13 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-02 02:06:37
|
Module Name: pcb Committed By: djdelorie Date: Mon Oct 2 02:06:32 UTC 2006 Modified Files: pcb/src: hid.h Log Message: Dynamically load plug-ins (hids, actions, etc) at runtime. To generate a diff of this commit: cvs rdiff -r1.10 -r1.11 pcb/src/hid.h To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/hid.h?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: DJ D. <djd...@us...> - 2006-10-02 04:51:35
|
Module Name: pcb Committed By: djdelorie Date: Mon Oct 2 04:51:35 UTC 2006 Modified Files: pcb/src: action.c hid.h main.c Log Message: Load settings from ./pcb.settings and ~/.pcb/settings. Add :savesettings action. To generate a diff of this commit: cvs rdiff -r1.93 -r1.94 pcb/src/action.c cvs rdiff -r1.11 -r1.12 pcb/src/hid.h cvs rdiff -r1.56 -r1.57 pcb/src/main.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/hid.h?r1=1.11&r2=1.12 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/main.c?r1=1.56&r2=1.57 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/action.c?r1=1.93&r2=1.94 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-03 23:51:22
|
Module Name: pcb Committed By: haceaton Date: Tue Oct 3 23:51:21 UTC 2006 Modified Files: pcb/src [clipper]: find.c Log Message: remove no-longer-needed zero thickness arc checks. Restore DRC check on clearances ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.53.2.8 -r1.53.2.9 pcb/src/find.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/find.c?r1=1.53.2.8&r2=1.53.2.9 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-04 01:07:32
|
Module Name: pcb Committed By: haceaton Date: Wed Oct 4 01:07:29 UTC 2006 Modified Files: pcb/src [clipper]: find.c Log Message: oops, didn't do the clearances correctly ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.53.2.9 -r1.53.2.10 pcb/src/find.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/find.c?r1=1.53.2.9&r2=1.53.2.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-04 01:10:36
|
Module Name: pcb Committed By: haceaton Date: Wed Oct 4 01:10:35 UTC 2006 Modified Files: pcb/src [clipper]: action.c Log Message: improved documentation for morph command ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.89.2.8 -r1.89.2.9 pcb/src/action.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/action.c?r1=1.89.2.8&r2=1.89.2.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |