|
From: harry e. <hac...@us...> - 2003-12-21 18:58:31
|
Module Name: pcb Committed By: haceaton Date: Sun Dec 21 18:58:30 UTC 2003 Modified Files: pcb/src: netlist.c Log Message: Disallow drawing rat-lines to unnamed elements; fixed a problem with netlist window being doubly disposed. To generate a diff of this commit: cvs rdiff -r1.1.1.1 -r1.2 pcb/src/netlist.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...> - 2003-12-22 05:16:48
|
Module Name: pcb Committed By: haceaton Date: Mon Dec 22 05:16:47 UTC 2003 Modified Files: pcb/src: find.c search.c Log Message: Fixed various DRC errors with arcs, square pads and square pins To generate a diff of this commit: cvs rdiff -r1.1.1.1 -r1.2 pcb/src/find.c 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...> - 2003-12-22 14:13:20
|
Module Name: pcb Committed By: haceaton Date: Mon Dec 22 14:13:17 UTC 2003 Modified Files: pcb/src: netlist.c Log Message: Both ends of an added rat line must have named elements To generate a diff of this commit: cvs rdiff -r1.2 -r1.3 pcb/src/netlist.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...> - 2003-12-24 23:58:07
|
Module Name: pcb Committed By: haceaton Date: Wed Dec 24 23:58:04 UTC 2003 Modified Files: pcb/src: select.c Log Message: fixed bug where null F->Pad could be called (e.g. change drill size) To generate a diff of this commit: cvs rdiff -r1.1.1.1 -r1.2 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...> - 2003-12-25 16:27:21
|
Module Name: pcb Committed By: haceaton Date: Thu Dec 25 16:27:15 UTC 2003 Modified Files: pcb/src: move.c remove.c Log Message: simplified ObjectMove undo serial number handling To generate a diff of this commit: cvs rdiff -r1.1.1.1 -r1.2 pcb/src/move.c 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...> - 2003-12-25 17:22:20
|
Module Name: pcb
Committed By: haceaton
Date: Thu Dec 25 17:22:19 UTC 2003
Modified Files:
pcb/src: autoroute.c copy.c dev_rs274x.c draw.c find.c macro.h
polygon.c print.c rubberband.c undo.c
Log Message:
using macro LAYER_PTR(n) to go from layer number to pointer.
this simplifies the code a little bit
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pcb/src/autoroute.c pcb/src/draw.c
cvs rdiff -r1.1.1.1 -r1.2 pcb/src/copy.c pcb/src/macro.h pcb/src/polygon.c \
pcb/src/rubberband.c pcb/src/undo.c
cvs rdiff -r1.10 -r1.11 pcb/src/dev_rs274x.c
cvs rdiff -r1.2 -r1.3 pcb/src/find.c
cvs rdiff -r1.5 -r1.6 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...> - 2003-12-26 03:33:38
|
Module Name: pcb Committed By: haceaton Date: Fri Dec 26 03:33:37 UTC 2003 Modified Files: pcb/src: djopt.c Log Message: added undo capability for trace optimizations To generate a diff of this commit: cvs rdiff -r1.5 -r1.6 pcb/src/djopt.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...> - 2003-12-26 20:04:57
|
Module Name: pcb Committed By: djdelorie Date: Fri Dec 26 20:04:56 UTC 2003 Modified Files: pcb/src: djopt.c Log Message: Use the layer groups to determine which layers are solder and component. Fix bugs in check2 and padcleaner where deleted lines weren't skipped. To generate a diff of this commit: cvs rdiff -r1.6 -r1.7 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...> - 2003-12-28 17:16:32
|
Module Name: pcb
Committed By: haceaton
Date: Sun Dec 28 17:16:29 UTC 2003
Modified Files:
pcb/src: insert.c polygon.c remove.c search.c search.h undo.c
Log Message:
fixed polygon undo bugs; speed-up of undo operations
To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pcb/src/insert.c pcb/src/search.h
cvs rdiff -r1.2 -r1.3 pcb/src/polygon.c pcb/src/remove.c pcb/src/search.c \
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...> - 2003-12-29 03:15:59
|
Module Name: pcb
Committed By: haceaton
Date: Mon Dec 29 03:15:56 UTC 2003
Modified Files:
pcb/src: action.c autoplace.c buffer.c change.c command.c control.c
copy.c create.c crosshair.c dev_ps.c dev_rs274x.c dialog.c draw.c
drill.c error.c file.c fileselect.c find.c gui.c insert.c kdtree.c
lgdialog.c library.c log.c main.c menu.c mirror.c misc.c move.c
mtspace.c mymem.c netlist.c output.c pinout.c polygon.c print.c
printdialog.c printpanner.c rats.c remove.c report.c rotate.c
rubberband.c search.c select.c set.c sizedialog.c undo.c vector.c
Log Message:
Cleaned up coding formating from long-ago indent diaster with _LOOP macros.
These should be formating changes only.
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 pcb/src/action.c pcb/src/draw.c
cvs rdiff -r1.1.1.1 -r1.2 pcb/src/autoplace.c pcb/src/buffer.c \
pcb/src/command.c pcb/src/control.c pcb/src/create.c pcb/src/dialog.c \
pcb/src/gui.c pcb/src/lgdialog.c pcb/src/library.c pcb/src/log.c \
pcb/src/mirror.c pcb/src/mtspace.c pcb/src/mymem.c pcb/src/output.c \
pcb/src/pinout.c pcb/src/printdialog.c pcb/src/printpanner.c \
pcb/src/rats.c pcb/src/rotate.c pcb/src/set.c pcb/src/vector.c
cvs rdiff -r1.2 -r1.3 pcb/src/change.c pcb/src/copy.c pcb/src/dev_ps.c \
pcb/src/drill.c pcb/src/file.c pcb/src/fileselect.c pcb/src/insert.c \
pcb/src/kdtree.c pcb/src/main.c pcb/src/misc.c pcb/src/move.c \
pcb/src/rubberband.c pcb/src/select.c pcb/src/sizedialog.c
cvs rdiff -r1.3 -r1.4 pcb/src/crosshair.c pcb/src/error.c pcb/src/find.c \
pcb/src/netlist.c pcb/src/polygon.c pcb/src/remove.c pcb/src/search.c \
pcb/src/undo.c
cvs rdiff -r1.11 -r1.12 pcb/src/dev_rs274x.c
cvs rdiff -r1.6 -r1.7 pcb/src/menu.c pcb/src/print.c
cvs rdiff -r1.5 -r1.6 pcb/src/report.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...> - 2003-12-29 14:18:31
|
Module Name: pcb Committed By: haceaton Date: Mon Dec 29 14:10:01 UTC 2003 Modified Files: pcb/src: file.c Log Message: Restored accidentally deleted line during formating change. To generate a diff of this commit: cvs rdiff -r1.3 -r1.4 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...> - 2003-12-29 14:25:01
|
Module Name: pcb Committed By: haceaton Date: Mon Dec 29 14:24:51 UTC 2003 Modified Files: pcb/src: find.c Log Message: Fixed a polygon/polygon intersection bug where a wrong point index was used To generate a diff of this commit: cvs rdiff -r1.4 -r1.5 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...> - 2003-12-29 23:40:21
|
Module Name: pcb Committed By: haceaton Date: Mon Dec 29 23:40:15 UTC 2003 Modified Files: pcb/src: file.c Log Message: Fixed another glitch during format change To generate a diff of this commit: cvs rdiff -r1.4 -r1.5 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...> - 2003-12-30 02:18:53
|
Module Name: pcb
Committed By: haceaton
Date: Tue Dec 30 02:18:52 UTC 2003
Modified Files:
pcb/src: action.c autoplace.c buffer.c change.c copy.c create.c
crosshair.c dev_ps.c dev_rs274x.c dialog.c draw.c drill.c file.c
find.c library.c menu.c mirror.c misc.c move.c mymem.c netlist.c
pinout.c polygon.c print.c rats.c remove.c report.c rotate.c
rubberband.c search.c select.c set.c undo.c
Log Message:
Ok, this complete the formating changes. Whew!
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 pcb/src/action.c pcb/src/draw.c pcb/src/file.c \
pcb/src/find.c
cvs rdiff -r1.2 -r1.3 pcb/src/autoplace.c pcb/src/buffer.c pcb/src/create.c \
pcb/src/dialog.c pcb/src/library.c pcb/src/mirror.c pcb/src/mymem.c \
pcb/src/pinout.c pcb/src/rats.c pcb/src/rotate.c pcb/src/set.c
cvs rdiff -r1.3 -r1.4 pcb/src/change.c pcb/src/copy.c pcb/src/dev_ps.c \
pcb/src/drill.c pcb/src/misc.c pcb/src/move.c pcb/src/rubberband.c \
pcb/src/select.c
cvs rdiff -r1.4 -r1.5 pcb/src/crosshair.c pcb/src/netlist.c pcb/src/polygon.c \
pcb/src/remove.c pcb/src/search.c pcb/src/undo.c
cvs rdiff -r1.12 -r1.13 pcb/src/dev_rs274x.c
cvs rdiff -r1.7 -r1.8 pcb/src/menu.c pcb/src/print.c
cvs rdiff -r1.6 -r1.7 pcb/src/report.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...> - 2003-12-31 03:41:42
|
Module Name: pcb Committed By: haceaton Date: Wed Dec 31 03:41:40 UTC 2003 Modified Files: pcb/src: Pcb.ad.in const.h draw.c misc.c Log Message: Added vertical text support for pinout descriptions To generate a diff of this commit: cvs rdiff -r1.4 -r1.5 pcb/src/Pcb.ad.in pcb/src/misc.c cvs rdiff -r1.3 -r1.4 pcb/src/const.h cvs rdiff -r1.6 -r1.7 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...> - 2003-12-31 05:01:28
|
Module Name: pcb Committed By: haceaton Date: Wed Dec 31 05:01:27 UTC 2003 Modified Files: pcb/src: menu.c Log Message: Fixed menu selection of metric grids: The C-preprocessor won't change string literals of course. To generate a diff of this commit: cvs rdiff -r1.8 -r1.9 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-01-01 13:30:34
|
Module Name: pcb Committed By: haceaton Date: Thu Jan 1 13:30:33 UTC 2004 Modified Files: pcb/src: draw.c Log Message: Font metrics need to be outside TO_DRAW() macros To generate a diff of this commit: cvs rdiff -r1.7 -r1.8 pcb/src/draw.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-01-02 05:00:14
|
Module Name: pcb
Committed By: danmc
Date: Fri Jan 2 05:00:14 UTC 2004
Modified Files:
pcb/src: autoplace.h autoroute.h box.h djopt.h drill.h gui.h heap.h
intersect.h kdtree.h mtspace.h netlist.h vector.h
Log Message:
add missing RCS Id
To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pcb/src/autoplace.h pcb/src/autoroute.h \
pcb/src/box.h pcb/src/drill.h pcb/src/gui.h pcb/src/heap.h \
pcb/src/intersect.h pcb/src/kdtree.h pcb/src/mtspace.h pcb/src/netlist.h \
pcb/src/vector.h
cvs rdiff -r1.1 -r1.2 pcb/src/djopt.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-01-02 05:02:15
|
Module Name: pcb Committed By: danmc Date: Fri Jan 2 05:02:14 UTC 2004 Modified Files: pcb/src: autoplace.c autoroute.c djopt.c gui.c heap.c intersect.c kdtree.c mtspace.c netlist.c rats.c vector.c Log Message: add missing RCS Id To generate a diff of this commit: cvs rdiff -r1.3 -r1.4 pcb/src/autoplace.c pcb/src/kdtree.c pcb/src/rats.c cvs rdiff -r1.4 -r1.5 pcb/src/autoroute.c cvs rdiff -r1.7 -r1.8 pcb/src/djopt.c cvs rdiff -r1.2 -r1.3 pcb/src/gui.c pcb/src/mtspace.c pcb/src/vector.c cvs rdiff -r1.1.1.1 -r1.2 pcb/src/heap.c pcb/src/intersect.c cvs rdiff -r1.5 -r1.6 pcb/src/netlist.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-01-02 05:46:44
|
Module Name: pcb Committed By: haceaton Date: Fri Jan 2 05:46:43 UTC 2004 Modified Files: pcb/src: draw.c Log Message: Minor correction to not attempt to write vertical null strings To generate a diff of this commit: cvs rdiff -r1.8 -r1.9 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-01-02 20:52:45
|
Module Name: pcb Committed By: haceaton Date: Fri Jan 2 20:52:44 UTC 2004 Modified Files: pcb/src: change.c Log Message: Display pin/pad number when prompting for name To generate a diff of this commit: cvs rdiff -r1.4 -r1.5 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-01-05 01:40:25
|
Module Name: pcb
Committed By: haceaton
Date: Mon Jan 5 01:40:24 UTC 2004
Modified Files:
pcb/src: Makefile.in Pcb.ad.in action.c action.h autoplace.c
autoplace.h autoroute.c autoroute.h box.h buffer.c buffer.h
change.c change.h const.h copy.c copy.h create.c create.h
crosshair.c crosshair.h data.c data.h dev_ps.c dev_rs274x.c djopt.c
djopt.h draw.c drill.h file.c find.c find.h global.h gui.c gui.h
heap.h insert.c insert.h intersect.c intersect.h kdtree.c kdtree.h
macro.h main.c menu.c mirror.c mirror.h misc.c misc.h move.c move.h
mtspace.c mtspace.h netlist.c netlist.h output.c output.h parse_y.y
pinout.c polygon.c polygon.h print.c print.h rats.c report.c
rotate.c rotate.h rubberband.c search.c search.h set.c set.h
sizedialog.c undo.c undo.h vector.h
Log Message:
Many changes to add 0.01 mil resolution
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pcb/src/Makefile.in pcb/src/buffer.c pcb/src/create.c \
pcb/src/gui.c pcb/src/insert.c pcb/src/main.c pcb/src/mirror.c \
pcb/src/mtspace.c pcb/src/pinout.c pcb/src/rotate.c pcb/src/set.c \
pcb/src/sizedialog.c
cvs rdiff -r1.5 -r1.6 pcb/src/Pcb.ad.in pcb/src/autoroute.c pcb/src/change.c \
pcb/src/crosshair.c pcb/src/misc.c pcb/src/polygon.c pcb/src/search.c \
pcb/src/undo.c
cvs rdiff -r1.6 -r1.7 pcb/src/action.c pcb/src/file.c pcb/src/find.c \
pcb/src/netlist.c
cvs rdiff -r1.1.1.1 -r1.2 pcb/src/action.h pcb/src/buffer.h pcb/src/change.h \
pcb/src/copy.h pcb/src/create.h pcb/src/crosshair.h pcb/src/data.c \
pcb/src/data.h pcb/src/find.h pcb/src/global.h pcb/src/insert.h \
pcb/src/mirror.h pcb/src/move.h pcb/src/output.h pcb/src/parse_y.y \
pcb/src/polygon.h pcb/src/print.h pcb/src/rotate.h pcb/src/set.h \
pcb/src/undo.h
cvs rdiff -r1.4 -r1.5 pcb/src/autoplace.c pcb/src/const.h pcb/src/copy.c \
pcb/src/dev_ps.c pcb/src/kdtree.c pcb/src/move.c pcb/src/rats.c \
pcb/src/rubberband.c
cvs rdiff -r1.2 -r1.3 pcb/src/autoplace.h pcb/src/autoroute.h pcb/src/box.h \
pcb/src/djopt.h pcb/src/drill.h pcb/src/gui.h pcb/src/heap.h \
pcb/src/intersect.c pcb/src/intersect.h pcb/src/kdtree.h pcb/src/macro.h \
pcb/src/misc.h pcb/src/mtspace.h pcb/src/netlist.h pcb/src/output.c \
pcb/src/search.h pcb/src/vector.h
cvs rdiff -r1.13 -r1.14 pcb/src/dev_rs274x.c
cvs rdiff -r1.8 -r1.9 pcb/src/djopt.c pcb/src/print.c
cvs rdiff -r1.9 -r1.10 pcb/src/draw.c pcb/src/menu.c
cvs rdiff -r1.7 -r1.8 pcb/src/report.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-01-05 05:00:03
|
Module Name: pcb Committed By: haceaton Date: Mon Jan 5 05:00:02 UTC 2004 Modified Files: pcb/src: Pcb.ad.in Log Message: fixed missing continuation in scroll commands To generate a diff of this commit: cvs rdiff -r1.6 -r1.7 pcb/src/Pcb.ad.in 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-01-05 22:21:33
|
Module Name: pcb Committed By: danmc Date: Mon Jan 5 22:21:32 UTC 2004 Modified Files: pcb/src: dev_rs274x.c Log Message: correct the aperture definition output lines and the drill tool definition output lines after the hi-res change. Gerber output should be ok again. To generate a diff of this commit: cvs rdiff -r1.14 -r1.15 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: Dan M. <da...@us...> - 2004-01-05 23:40:12
|
Module Name: pcb Committed By: danmc Date: Mon Jan 5 23:40:11 UTC 2004 Modified Files: pcb/src: dev_rs274x.c Log Message: fix a couple of other bugs related to the high res changes. In particular, correct the aperture for the fab drawing and for the outline. Also fix up text output. To generate a diff of this commit: cvs rdiff -r1.15 -r1.16 pcb/src/dev_rs274x.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |