|
From: harry e. <hac...@us...> - 2004-02-27 15:44:10
|
Module Name: pcb Committed By: haceaton Date: Fri Feb 27 15:35:25 UTC 2004 Modified Files: pcb/src: rtree.c Log Message: Fixes for some compiler warnings To generate a diff of this commit: cvs rdiff -r1.5 -r1.6 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-02-27 22:29:21
|
Module Name: pcb Committed By: haceaton Date: Fri Feb 27 22:20:23 UTC 2004 Modified Files: pcb/src: buffer.c create.c find.c global.h menu.c misc.c move.c mymem.c remove.c rtree.c rtree.h Log Message: Store pins/pads in rtree To generate a diff of this commit: cvs rdiff -r1.10 -r1.11 pcb/src/buffer.c cvs rdiff -r1.7 -r1.8 pcb/src/create.c cvs rdiff -r1.16 -r1.17 pcb/src/find.c cvs rdiff -r1.8 -r1.9 pcb/src/global.h pcb/src/move.c cvs rdiff -r1.21 -r1.22 pcb/src/menu.c cvs rdiff -r1.14 -r1.15 pcb/src/misc.c cvs rdiff -r1.4 -r1.5 pcb/src/mymem.c cvs rdiff -r1.6 -r1.7 pcb/src/remove.c pcb/src/rtree.c cvs rdiff -r1.2 -r1.3 pcb/src/rtree.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-28 23:54:06
|
Module Name: pcb
Committed By: haceaton
Date: Sat Feb 28 23:44:19 UTC 2004
Modified Files:
pcb/src: action.c buffer.c change.c const.h create.c draw.c find.c
global.h insert.c menu.c misc.c misc.h move.c remove.c search.c
set.c undo.c
Log Message:
More usage of rtrees for rats, pins and pads. Some foundation work
for a new auto-drc line drawing mode, and some bug fixes.
To generate a diff of this commit:
cvs rdiff -r1.27 -r1.28 pcb/src/action.c
cvs rdiff -r1.11 -r1.12 pcb/src/buffer.c
cvs rdiff -r1.13 -r1.14 pcb/src/change.c pcb/src/set.c
cvs rdiff -r1.9 -r1.10 pcb/src/const.h pcb/src/global.h pcb/src/move.c \
pcb/src/search.c
cvs rdiff -r1.8 -r1.9 pcb/src/create.c pcb/src/undo.c
cvs rdiff -r1.23 -r1.24 pcb/src/draw.c
cvs rdiff -r1.17 -r1.18 pcb/src/find.c
cvs rdiff -r1.7 -r1.8 pcb/src/insert.c pcb/src/remove.c
cvs rdiff -r1.22 -r1.23 pcb/src/menu.c
cvs rdiff -r1.15 -r1.16 pcb/src/misc.c
cvs rdiff -r1.4 -r1.5 pcb/src/misc.h
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-02-29 04:02:47
|
Module Name: pcb Committed By: djdelorie Date: Sun Feb 29 03:52:52 UTC 2004 Modified Files: pcb/src: Makefile.in Log Message: Regenerate. To generate a diff of this commit: cvs rdiff -r1.8 -r1.9 pcb/src/Makefile.in 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-01 05:20:48
|
Module Name: pcb Committed By: haceaton Date: Mon Mar 1 05:10:05 UTC 2004 Modified Files: pcb/src: action.c change.c control.c control.h find.c find.h global.h misc.c misc.h move.c output.c search.c set.c Log Message: Some intersection bug fixes and more rtree infrastructure change Also more ground work for auto drc line mode To generate a diff of this commit: cvs rdiff -r1.28 -r1.29 pcb/src/action.c cvs rdiff -r1.14 -r1.15 pcb/src/change.c pcb/src/set.c cvs rdiff -r1.2 -r1.3 pcb/src/control.c cvs rdiff -r1.1.1.1 -r1.2 pcb/src/control.h cvs rdiff -r1.18 -r1.19 pcb/src/find.c cvs rdiff -r1.5 -r1.6 pcb/src/find.h pcb/src/misc.h cvs rdiff -r1.10 -r1.11 pcb/src/global.h pcb/src/move.c pcb/src/search.c cvs rdiff -r1.16 -r1.17 pcb/src/misc.c cvs rdiff -r1.8 -r1.9 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-03-01 16:30:40
|
Module Name: pcb Committed By: haceaton Date: Mon Mar 1 16:19:34 UTC 2004 Modified Files: pcb/src: crosshair.c crosshair.h Log Message: These were updated too for the auto-DRC infrastructure To generate a diff of this commit: cvs rdiff -r1.8 -r1.9 pcb/src/crosshair.c cvs rdiff -r1.2 -r1.3 pcb/src/crosshair.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-01 17:10:49
|
Module Name: pcb Committed By: haceaton Date: Mon Mar 1 16:59:43 UTC 2004 Modified Files: pcb/src: move.c Log Message: Fix for search element bounding box error To generate a diff of this commit: cvs rdiff -r1.11 -r1.12 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-03-03 02:01:28
|
Module Name: pcb Committed By: haceaton Date: Wed Mar 3 01:49:19 UTC 2004 Modified Files: pcb/src: action.c draw.c misc.c move.c report.c Log Message: Fixes for element line boundry handling To generate a diff of this commit: cvs rdiff -r1.29 -r1.30 pcb/src/action.c cvs rdiff -r1.24 -r1.25 pcb/src/draw.c cvs rdiff -r1.17 -r1.18 pcb/src/misc.c cvs rdiff -r1.12 -r1.13 pcb/src/move.c cvs rdiff -r1.15 -r1.16 pcb/src/report.c 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-03-04 04:40:32
|
Module Name: pcb Committed By: danmc Date: Thu Mar 4 04:27:30 UTC 2004 Modified Files: pcb/src: action.c menu.c select.c Log Message: enable the regex select stuff. A trial of a regex select of some components seems to work. Prompted by patches provided by Matt Ettus in patch submission 908651. To generate a diff of this commit: cvs rdiff -r1.30 -r1.31 pcb/src/action.c cvs rdiff -r1.23 -r1.24 pcb/src/menu.c cvs rdiff -r1.7 -r1.8 pcb/src/select.c 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-03-04 04:51:58
|
Module Name: pcb Committed By: danmc Date: Thu Mar 4 04:38:51 UTC 2004 Modified Files: pcb/src: action.c action.h main.c Log Message: Added a new action which will toggle the visibility of layers without clicking on them. Intended to be bound to keys. Patch provided by Matt Ettus in patch #908658. To generate a diff of this commit: cvs rdiff -r1.31 -r1.32 pcb/src/action.c cvs rdiff -r1.3 -r1.4 pcb/src/action.h cvs rdiff -r1.12 -r1.13 pcb/src/main.c 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-03-04 22:25:53
|
Module Name: pcb Committed By: danmc Date: Thu Mar 4 22:12:19 UTC 2004 Modified Files: pcb/src: select.h Log Message: one more regex bug fix noted by Matt Ettus To generate a diff of this commit: cvs rdiff -r1.1.1.1 -r1.2 pcb/src/select.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-04 23:54:40
|
Module Name: pcb Committed By: haceaton Date: Thu Mar 4 23:41:03 UTC 2004 Modified Files: pcb/src: Pcb.ad.in dev_ps.c global.h printdialog.c printpanner.c Log Message: Fix the postscript print panner bugs introduced with hi-res; also fix the long-standing bug where the default media selection wasn't used To generate a diff of this commit: cvs rdiff -r1.12 -r1.13 pcb/src/Pcb.ad.in cvs rdiff -r1.7 -r1.8 pcb/src/dev_ps.c cvs rdiff -r1.11 -r1.12 pcb/src/global.h cvs rdiff -r1.2 -r1.3 pcb/src/printdialog.c pcb/src/printpanner.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-05 02:36:35
|
Module Name: pcb Committed By: haceaton Date: Fri Mar 5 02:22:52 UTC 2004 Modified Files: pcb/src: file.c parse_l.l parse_y.y Log Message: Save the DRC settings in the board file To generate a diff of this commit: cvs rdiff -r1.11 -r1.12 pcb/src/file.c cvs rdiff -r1.3 -r1.4 pcb/src/parse_l.l cvs rdiff -r1.9 -r1.10 pcb/src/parse_y.y 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-05 13:43:20
|
Module Name: pcb Committed By: haceaton Date: Fri Mar 5 13:29:16 UTC 2004 Modified Files: pcb/src: library.c mymem.c output.c polygon.c Log Message: Fixes for several memory leaks and some uninitialized varibable bugs To generate a diff of this commit: cvs rdiff -r1.3 -r1.4 pcb/src/library.c cvs rdiff -r1.5 -r1.6 pcb/src/mymem.c cvs rdiff -r1.9 -r1.10 pcb/src/output.c cvs rdiff -r1.18 -r1.19 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-03-06 06:10:08
|
Module Name: pcb Committed By: haceaton Date: Sat Mar 6 05:55:30 UTC 2004 Modified Files: pcb/src: select.h Log Message: Fix conditional compile variable name To generate a diff of this commit: cvs rdiff -r1.2 -r1.3 pcb/src/select.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-07 03:47:18
|
Module Name: pcb Committed By: haceaton Date: Sun Mar 7 03:31:59 UTC 2004 Modified Files: pcb/src: menu.c misc.c Log Message: A couple of bug fixes: absolute negative value entries (e.g. =-4) also check the correct zoom level in the menu To generate a diff of this commit: cvs rdiff -r1.24 -r1.25 pcb/src/menu.c cvs rdiff -r1.18 -r1.19 pcb/src/misc.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-07 03:53:31
|
Module Name: pcb Committed By: haceaton Date: Sun Mar 7 03:38:14 UTC 2004 Modified Files: pcb/src: action.c buffer.c change.c create.c dialog.c draw.c find.c global.h move.c move.h mymem.c output.c printpanner.c remove.c rotate.c rtree.c search.c select.c Log Message: Fixes for various bugs introduced with the rtree database infrastructure To generate a diff of this commit: cvs rdiff -r1.32 -r1.33 pcb/src/action.c cvs rdiff -r1.12 -r1.13 pcb/src/buffer.c pcb/src/global.h cvs rdiff -r1.15 -r1.16 pcb/src/change.c cvs rdiff -r1.9 -r1.10 pcb/src/create.c cvs rdiff -r1.4 -r1.5 pcb/src/dialog.c cvs rdiff -r1.25 -r1.26 pcb/src/draw.c cvs rdiff -r1.19 -r1.20 pcb/src/find.c cvs rdiff -r1.13 -r1.14 pcb/src/move.c cvs rdiff -r1.3 -r1.4 pcb/src/move.h pcb/src/printpanner.c cvs rdiff -r1.6 -r1.7 pcb/src/mymem.c cvs rdiff -r1.10 -r1.11 pcb/src/output.c cvs rdiff -r1.8 -r1.9 pcb/src/remove.c pcb/src/select.c cvs rdiff -r1.5 -r1.6 pcb/src/rotate.c cvs rdiff -r1.7 -r1.8 pcb/src/rtree.c cvs rdiff -r1.11 -r1.12 pcb/src/search.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-07 18:36:45
|
Module Name: pcb Committed By: haceaton Date: Sun Mar 7 18:20:44 UTC 2004 Modified Files: pcb/src: find.c Log Message: Avoid doubling DRC clearance between non-clearing polygons and square pins/pads To generate a diff of this commit: cvs rdiff -r1.20 -r1.21 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-03-07 18:40:38
|
Module Name: pcb Committed By: haceaton Date: Sun Mar 7 18:24:51 UTC 2004 Modified Files: pcb/src: draw.c draw.h Log Message: Forgot to checkin draw.h; fix some bugs with really high zoom To generate a diff of this commit: cvs rdiff -r1.26 -r1.27 pcb/src/draw.c cvs rdiff -r1.2 -r1.3 pcb/src/draw.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-08 02:08:01
|
Module Name: pcb Committed By: haceaton Date: Mon Mar 8 01:52:01 UTC 2004 Modified Files: pcb/src: crosshair.c crosshair.h line.c line.h Log Message: New Auto-DRC line drawing mode implemented. To generate a diff of this commit: cvs rdiff -r1.9 -r1.10 pcb/src/crosshair.c cvs rdiff -r1.3 -r1.4 pcb/src/crosshair.h cvs rdiff -r1.1 -r1.2 pcb/src/line.c pcb/src/line.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-08 02:45:04
|
Module Name: pcb
Committed By: haceaton
Date: Mon Mar 8 02:29:02 UTC 2004
Modified Files:
pcb/src: Pcb.ad.in action.c
Log Message:
Added a function { AddRats(Close) bound to shift-n } that selects the shortest
unselected ratline and centers the screen view on it.
To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 pcb/src/Pcb.ad.in
cvs rdiff -r1.33 -r1.34 pcb/src/action.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-08 23:05:38
|
Module Name: pcb Committed By: haceaton Date: Mon Mar 8 22:48:58 UTC 2004 Modified Files: pcb/src: rtree.c Log Message: Streamline code for clustering To generate a diff of this commit: cvs rdiff -r1.8 -r1.9 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-03-09 14:15:37
|
Module Name: pcb Committed By: haceaton Date: Tue Mar 9 13:58:20 UTC 2004 Modified Files: pcb/src: draw.c find.c find.h polygon.c print.c search.c search.h Log Message: Erase silk over solder regions when they cross and display that way on screen To generate a diff of this commit: cvs rdiff -r1.27 -r1.28 pcb/src/draw.c cvs rdiff -r1.21 -r1.22 pcb/src/find.c cvs rdiff -r1.6 -r1.7 pcb/src/find.h cvs rdiff -r1.19 -r1.20 pcb/src/polygon.c cvs rdiff -r1.20 -r1.21 pcb/src/print.c cvs rdiff -r1.12 -r1.13 pcb/src/search.c cvs rdiff -r1.4 -r1.5 pcb/src/search.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-09 14:17:07
|
Module Name: pcb Committed By: haceaton Date: Tue Mar 9 13:59:53 UTC 2004 Modified Files: pcb/src: action.c change.c create.c rats.c Log Message: clean up code to use SQUARE macro and fix via mask update bug To generate a diff of this commit: cvs rdiff -r1.34 -r1.35 pcb/src/action.c cvs rdiff -r1.16 -r1.17 pcb/src/change.c cvs rdiff -r1.10 -r1.11 pcb/src/create.c cvs rdiff -r1.8 -r1.9 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-03-09 14:18:22
|
Module Name: pcb Committed By: haceaton Date: Tue Mar 9 14:01:12 UTC 2004 Modified Files: pcb/src: crosshair.c Log Message: Use SQUARE macro To generate a diff of this commit: cvs rdiff -r1.10 -r1.11 pcb/src/crosshair.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |