|
From: DJ D. <djdelorie> - 2008-12-03 21:15:16
|
Module Name: pcb Committed By: djdelorie Date: Wed Dec 3 21:15:11 UTC 2008 Modified Files: pcb/src: misc.c Log Message: Merge thermals from old flags, not overwrite them. To generate a diff of this commit: cvs rdiff -r1.75 -r1.76 pcb/src/misc.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/misc.c?r1=1.75&r2=1.76 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <danmc> - 2008-12-03 23:49:26
|
Module Name: pcb Committed By: danmc Date: Wed Dec 3 23:49:15 UTC 2008 Modified Files: pcb/src: Makefile.am Log Message: check for windres as a build tool instead of hard coding 'windres'. Should help with cross-compiling with windows as the target. Noted as a patch for gerbv by Cesar Strauss. To generate a diff of this commit: cvs rdiff -r1.47 -r1.48 pcb/src/Makefile.am To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/Makefile.am?r1=1.47&r2=1.48 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: DJ D. <djdelorie> - 2008-12-20 20:00:17
|
Module Name: pcb Committed By: djdelorie Date: Sat Dec 20 20:00:05 UTC 2008 Modified Files: pcb/src: action.c Log Message: Add MinClearGap() action. To generate a diff of this commit: cvs rdiff -r1.131 -r1.132 pcb/src/action.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/action.c?r1=1.131&r2=1.132 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: DJ D. <djdelorie> - 2008-12-20 20:02:10
|
Module Name: pcb Committed By: djdelorie Date: Sat Dec 20 20:02:04 UTC 2008 Modified Files: pcb/src: flags.c Log Message: Add flags for whether various layers are shown. To generate a diff of this commit: cvs rdiff -r1.13 -r1.14 pcb/src/flags.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/flags.c?r1=1.13&r2=1.14 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: DJ D. <djdelorie> - 2008-12-20 20:04:42
|
Module Name: pcb Committed By: djdelorie Date: Sat Dec 20 20:04:36 UTC 2008 Modified Files: pcb/src: parse_l.l Log Message: Add support for suffixes on numbers, like "mm", "um", "in", or "mil". No suffix defaults to "pcb units" as before. To generate a diff of this commit: cvs rdiff -r1.23 -r1.24 pcb/src/parse_l.l To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/parse_l.l?r1=1.23&r2=1.24 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: DJ D. <djdelorie> - 2008-12-20 21:08:06
|
Module Name: pcb Committed By: djdelorie Date: Sat Dec 20 21:08:00 UTC 2008 Modified Files: pcb/src: hid.h Log Message: append '-' on all parameter names to prevent mis-interpretation of such. Example: "xor" is a C++ reserved name. To generate a diff of this commit: cvs rdiff -r1.22 -r1.23 pcb/src/hid.h To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/hid.h?r1=1.22&r2=1.23 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: DJ D. <djdelorie> - 2008-12-21 04:17:52
|
Module Name: pcb Committed By: djdelorie Date: Sun Dec 21 04:17:49 UTC 2008 Modified Files: pcb/src: find.c Log Message: Fix via annulus calculations, from Jasper To generate a diff of this commit: cvs rdiff -r1.69 -r1.70 pcb/src/find.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/find.c?r1=1.69&r2=1.70 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Peter C. <petercjclifton> - 2008-12-24 13:14:31
|
Module Name: pcb Committed By: petercjclifton Date: Wed Dec 24 13:14:27 UTC 2008 Modified Files: pcb/src: mymem.c Log Message: Regenerate rats r-tree when re-allocating a bigger rats array. Shuould fix crashes observed on a board with a large number of rats. To generate a diff of this commit: cvs rdiff -r1.25 -r1.26 pcb/src/mymem.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/mymem.c?r1=1.25&r2=1.26 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: DJ D. <djdelorie> - 2008-12-27 15:21:58
|
Module Name: pcb Committed By: djdelorie Date: Sat Dec 27 15:21:56 UTC 2008 Modified Files: pcb/src: hid.h main.c Log Message: Add an option for undocumented attributes. To generate a diff of this commit: cvs rdiff -r1.23 -r1.24 pcb/src/hid.h cvs rdiff -r1.76 -r1.77 pcb/src/main.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/hid.h?r1=1.23&r2=1.24 http://pcb.cvs.sourceforge.net/pcb/pcb/src/main.c?r1=1.76&r2=1.77 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: DJ D. <djdelorie> - 2008-12-27 16:30:07
|
Module Name: pcb Committed By: djdelorie Date: Sat Dec 27 16:30:03 UTC 2008 Modified Files: pcb/src: draw.c hid.h Log Message: Add "empty layer" hint to HID. Add option --all-layers to gerber export which causes it to export all layers, empty or otherwise. To generate a diff of this commit: cvs rdiff -r1.89 -r1.90 pcb/src/draw.c cvs rdiff -r1.24 -r1.25 pcb/src/hid.h To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/hid.h?r1=1.24&r2=1.25 http://pcb.cvs.sourceforge.net/pcb/pcb/src/draw.c?r1=1.89&r2=1.90 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: DJ D. <djdelorie> - 2008-12-27 18:43:56
|
Module Name: pcb Committed By: djdelorie Date: Sat Dec 27 18:43:52 UTC 2008 Modified Files: pcb/src: action.c Log Message: Make sure the user has specified an element for the pinout window. To generate a diff of this commit: cvs rdiff -r1.132 -r1.133 pcb/src/action.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/action.c?r1=1.132&r2=1.133 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: DJ D. <djdelorie> - 2008-12-27 18:55:41
|
Module Name: pcb Committed By: djdelorie Date: Sat Dec 27 18:55:37 UTC 2008 Modified Files: pcb/src: draw.c Log Message: Include explicit text/lines/etc on silk layers in assembly drawings. To generate a diff of this commit: cvs rdiff -r1.90 -r1.91 pcb/src/draw.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/draw.c?r1=1.90&r2=1.91 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: DJ D. <djdelorie> - 2008-12-27 19:02:30
|
Module Name: pcb Committed By: djdelorie Date: Sat Dec 27 19:02:24 UTC 2008 Modified Files: pcb/src: parse_y.y Log Message: fix parsing of old-syntax arcs. To generate a diff of this commit: cvs rdiff -r1.43 -r1.44 pcb/src/parse_y.y To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/parse_y.y?r1=1.43&r2=1.44 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: DJ D. <djdelorie> - 2008-12-27 21:24:38
|
Module Name: pcb Committed By: djdelorie Date: Sat Dec 27 21:24:35 UTC 2008 Modified Files: pcb/src: action.c const.h draw.c flags.c gpcb-menu.res pcb-menu.res search.c strflags.c Log Message: Add "hide names" option to hide all refdes on the board temporarily. To generate a diff of this commit: cvs rdiff -r1.133 -r1.134 pcb/src/action.c cvs rdiff -r1.26 -r1.27 pcb/src/const.h cvs rdiff -r1.91 -r1.92 pcb/src/draw.c cvs rdiff -r1.14 -r1.15 pcb/src/flags.c cvs rdiff -r1.16 -r1.17 pcb/src/gpcb-menu.res cvs rdiff -r1.41 -r1.42 pcb/src/pcb-menu.res cvs rdiff -r1.37 -r1.38 pcb/src/search.c cvs rdiff -r1.19 -r1.20 pcb/src/strflags.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/action.c?r1=1.133&r2=1.134 http://pcb.cvs.sourceforge.net/pcb/pcb/src/flags.c?r1=1.14&r2=1.15 http://pcb.cvs.sourceforge.net/pcb/pcb/src/gpcb-menu.res?r1=1.16&r2=1.17 http://pcb.cvs.sourceforge.net/pcb/pcb/src/strflags.c?r1=1.19&r2=1.20 http://pcb.cvs.sourceforge.net/pcb/pcb/src/const.h?r1=1.26&r2=1.27 http://pcb.cvs.sourceforge.net/pcb/pcb/src/search.c?r1=1.37&r2=1.38 http://pcb.cvs.sourceforge.net/pcb/pcb/src/pcb-menu.res?r1=1.41&r2=1.42 http://pcb.cvs.sourceforge.net/pcb/pcb/src/draw.c?r1=1.91&r2=1.92 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: DJ D. <djdelorie> - 2008-12-30 03:18:18
|
Module Name: pcb Committed By: djdelorie Date: Tue Dec 30 03:18:13 UTC 2008 Modified Files: pcb/src: polygon.c Log Message: Add description of how polygon data works from Ben, and debug routines for dumping polygon structures within gdb. To generate a diff of this commit: cvs rdiff -r1.62 -r1.63 pcb/src/polygon.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/polygon.c?r1=1.62&r2=1.63 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: DJ D. <djdelorie> - 2009-01-10 22:17:01
|
Module Name: pcb Committed By: djdelorie Date: Sat Jan 10 21:32:59 UTC 2009 Modified Files: pcb/src: action.c Log Message: Handle wrap-around when searching the string hash table. To generate a diff of this commit: cvs rdiff -r1.134 -r1.135 pcb/src/action.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/action.c?r1=1.134&r2=1.135 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Peter C. <petercjclifton> - 2009-01-24 02:16:38
|
Module Name: pcb Committed By: petercjclifton Date: Sat Jan 24 01:36:40 UTC 2009 Modified Files: pcb/src: polygon.c polygon.h rats.c Log Message: Make rats to polygons work for arbitrary clipped shapes The rat will still be drawn to the first point on the polygon, which might not necessarily be the closest. To generate a diff of this commit: cvs rdiff -r1.63 -r1.64 pcb/src/polygon.c cvs rdiff -r1.14 -r1.15 pcb/src/polygon.h cvs rdiff -r1.37 -r1.38 pcb/src/rats.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/polygon.h?r1=1.14&r2=1.15 http://pcb.cvs.sourceforge.net/pcb/pcb/src/rats.c?r1=1.37&r2=1.38 http://pcb.cvs.sourceforge.net/pcb/pcb/src/polygon.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. |