|
From: DJ D. <djd...@us...> - 2007-08-05 23:40:29
|
Module Name: pcb Committed By: djdelorie Date: Sun Aug 5 23:40:26 UTC 2007 Modified Files: pcb/src: action.c const.h draw.c flags.c global.h gpcb-menu.res main.c pcb-menu.res polygon.c strflags.c Log Message: patch 1738364: flag for non-clipped polygons. To generate a diff of this commit: cvs rdiff -r1.110 -r1.111 pcb/src/action.c cvs rdiff -r1.25 -r1.26 pcb/src/const.h cvs rdiff -r1.77 -r1.78 pcb/src/draw.c cvs rdiff -r1.10 -r1.11 pcb/src/flags.c cvs rdiff -r1.54 -r1.55 pcb/src/global.h cvs rdiff -r1.5 -r1.6 pcb/src/gpcb-menu.res cvs rdiff -r1.72 -r1.73 pcb/src/main.c cvs rdiff -r1.32 -r1.33 pcb/src/pcb-menu.res cvs rdiff -r1.52 -r1.53 pcb/src/polygon.c cvs rdiff -r1.17 -r1.18 pcb/src/strflags.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/flags.c?r1=1.10&r2=1.11 http://pcb.cvs.sourceforge.net/pcb/pcb/src/action.c?r1=1.110&r2=1.111 http://pcb.cvs.sourceforge.net/pcb/pcb/src/strflags.c?r1=1.17&r2=1.18 http://pcb.cvs.sourceforge.net/pcb/pcb/src/const.h?r1=1.25&r2=1.26 http://pcb.cvs.sourceforge.net/pcb/pcb/src/pcb-menu.res?r1=1.32&r2=1.33 http://pcb.cvs.sourceforge.net/pcb/pcb/src/gpcb-menu.res?r1=1.5&r2=1.6 http://pcb.cvs.sourceforge.net/pcb/pcb/src/polygon.c?r1=1.52&r2=1.53 http://pcb.cvs.sourceforge.net/pcb/pcb/src/global.h?r1=1.54&r2=1.55 http://pcb.cvs.sourceforge.net/pcb/pcb/src/main.c?r1=1.72&r2=1.73 http://pcb.cvs.sourceforge.net/pcb/pcb/src/draw.c?r1=1.77&r2=1.78 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: DJ D. <djd...@us...> - 2007-08-06 00:37:34
|
Module Name: pcb Committed By: djdelorie Date: Mon Aug 6 00:37:38 UTC 2007 Modified Files: pcb/src: polygon.c Log Message: Ben: Avoid duplicate passes through pad clearances. To generate a diff of this commit: cvs rdiff -r1.53 -r1.54 pcb/src/polygon.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/polygon.c?r1=1.53&r2=1.54 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: DJ D. <djd...@us...> - 2007-08-06 01:45:32
|
Module Name: pcb Committed By: djdelorie Date: Mon Aug 6 01:45:35 UTC 2007 Modified Files: pcb/src: flags.c pcb-menu.res Log Message: Fix the have_regex flag in pcb-menu.res [1751564] To generate a diff of this commit: cvs rdiff -r1.11 -r1.12 pcb/src/flags.c cvs rdiff -r1.33 -r1.34 pcb/src/pcb-menu.res To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/flags.c?r1=1.11&r2=1.12 http://pcb.cvs.sourceforge.net/pcb/pcb/src/pcb-menu.res?r1=1.33&r2=1.34 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: DJ D. <djd...@us...> - 2007-08-06 02:09:43
|
Module Name: pcb Committed By: djdelorie Date: Mon Aug 6 02:09:46 UTC 2007 Modified Files: pcb/src: select.c Log Message: Match whole names with regex's, when possible. [1741650] To generate a diff of this commit: cvs rdiff -r1.20 -r1.21 pcb/src/select.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/select.c?r1=1.20&r2=1.21 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: DJ D. <djd...@us...> - 2007-08-06 02:18:31
|
Module Name: pcb Committed By: djdelorie Date: Mon Aug 6 02:18:30 UTC 2007 Modified Files: pcb/src: draw.c Log Message: [ 1751567 ] with thin-draw-poly on, soldermask display is messed up To generate a diff of this commit: cvs rdiff -r1.78 -r1.79 pcb/src/draw.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/draw.c?r1=1.78&r2=1.79 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: DJ D. <djd...@us...> - 2007-08-06 04:30:34
|
Module Name: pcb Committed By: djdelorie Date: Mon Aug 6 04:30:37 UTC 2007 Modified Files: pcb/src: buffer.c Log Message: Make sure loaded buffers have a proper pcb backpointer. To generate a diff of this commit: cvs rdiff -r1.39 -r1.40 pcb/src/buffer.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/buffer.c?r1=1.39&r2=1.40 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: DJ D. <djd...@us...> - 2007-08-06 04:31:02
|
Module Name: pcb Committed By: djdelorie Date: Mon Aug 6 04:31:00 UTC 2007 Modified Files: pcb/src: global.h Log Message: Give data->pcb a real type. To generate a diff of this commit: cvs rdiff -r1.55 -r1.56 pcb/src/global.h To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/global.h?r1=1.55&r2=1.56 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2007-08-17 03:51:22
|
Module Name: pcb Committed By: danmc Date: Fri Aug 17 03:51:24 UTC 2007 Modified Files: pcb/src: gpcb-menu.res Log Message: Teach the GTK HID about active=<flag> in the menu resource file. Now that this works, sync up the active=have_regex menus with the lesstif menu resource file. To generate a diff of this commit: cvs rdiff -r1.6 -r1.7 pcb/src/gpcb-menu.res To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/gpcb-menu.res?r1=1.6&r2=1.7 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2007-08-19 18:25:47
|
Module Name: pcb Committed By: danmc Date: Sun Aug 19 18:25:51 UTC 2007 Modified Files: pcb/src: draw.c Log Message: when drawing the mark for an element also put an "L" on it if the element is locked. Patch from Bert Timmerman To generate a diff of this commit: cvs rdiff -r1.79 -r1.80 pcb/src/draw.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/draw.c?r1=1.79&r2=1.80 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2007-08-22 03:23:45
|
Module Name: pcb Committed By: danmc Date: Wed Aug 22 03:23:45 UTC 2007 Modified Files: pcb/src: hid.h Log Message: add a title argument to the HID attribute_dialog function so the dialogs can have appropriate titles To generate a diff of this commit: cvs rdiff -r1.19 -r1.20 pcb/src/hid.h To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/hid.h?r1=1.19&r2=1.20 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2007-09-04 00:08:36
|
Module Name: pcb Committed By: danmc Date: Tue Sep 4 00:08:39 UTC 2007 Modified Files: pcb/src: action.c file.c gpcb-menu.res hid.h vendor.c Log Message: Add a ->fileselect() function to the HID interface. Now actions can use gui->fileselect() instead of gui->prompt_for() when they are specifically looking for a file. Currently the gtk HID implements this and the lesstif one has the old behaviour. While messing around with dialogs, add a "descr" argument to the attribute editor. That can be used as a tooltip, help string, or ignored. To generate a diff of this commit: cvs rdiff -r1.111 -r1.112 pcb/src/action.c cvs rdiff -r1.65 -r1.66 pcb/src/file.c cvs rdiff -r1.7 -r1.8 pcb/src/gpcb-menu.res cvs rdiff -r1.20 -r1.21 pcb/src/hid.h cvs rdiff -r1.22 -r1.23 pcb/src/vendor.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/action.c?r1=1.111&r2=1.112 http://pcb.cvs.sourceforge.net/pcb/pcb/src/hid.h?r1=1.20&r2=1.21 http://pcb.cvs.sourceforge.net/pcb/pcb/src/vendor.c?r1=1.22&r2=1.23 http://pcb.cvs.sourceforge.net/pcb/pcb/src/file.c?r1=1.65&r2=1.66 http://pcb.cvs.sourceforge.net/pcb/pcb/src/gpcb-menu.res?r1=1.7&r2=1.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Ben J. <bj...@us...> - 2007-09-08 22:27:19
|
Module Name: pcb Committed By: bjj Date: Sat Sep 8 22:27:18 UTC 2007 Modified Files: pcb/src: move.c Log Message: Fix [ 1751578 ] 'move to current layer' doesn't re-plow polygon correctly by clearing the NEW line pointer instead of the old (destroyed) one. To generate a diff of this commit: cvs rdiff -r1.39 -r1.40 pcb/src/move.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/move.c?r1=1.39&r2=1.40 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Ben J. <bj...@us...> - 2007-09-08 22:31:49
|
Module Name: pcb Committed By: bjj Date: Sat Sep 8 22:31:51 UTC 2007 Modified Files: pcb/src: remove.c Log Message: Fix bugs 1751572 and 1743534 by allowing a remove on an endpoint to delete the segment if it's not just deleting a kink from a longer line. To generate a diff of this commit: cvs rdiff -r1.19 -r1.20 pcb/src/remove.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/remove.c?r1=1.19&r2=1.20 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Ben J. <bj...@us...> - 2007-09-08 22:38:06
|
Module Name: pcb Committed By: bjj Date: Sat Sep 8 22:38:11 UTC 2007 Modified Files: pcb/src: search.c Log Message: Fix the crash from [ 1724453 ] PCB Crashes with bad footprint (in its library) Does not fix whatever bug in the input allowed a bogus element in (see bug for description of the problem with the element and the source of the bad element). To generate a diff of this commit: cvs rdiff -r1.31 -r1.32 pcb/src/search.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/search.c?r1=1.31&r2=1.32 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Ben J. <bj...@us...> - 2007-09-08 22:48:27
|
Module Name: pcb Committed By: bjj Date: Sat Sep 8 22:48:31 UTC 2007 Modified Files: pcb/src: search.c Log Message: Apply [ 1751580 ] polys should not be selectable/considered when thin-drawn To generate a diff of this commit: cvs rdiff -r1.32 -r1.33 pcb/src/search.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/search.c?r1=1.32&r2=1.33 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Ben J. <bj...@us...> - 2007-09-08 22:54:13
|
Module Name: pcb Committed By: bjj Date: Sat Sep 8 22:54:18 UTC 2007 Modified Files: pcb/src: select.c Log Message: Fix [ 1751566 ] When 'far side' hidden, hidden elements don't deselect Change the SelectBlock to ignore visibility for deselect while looping over all elements. The diffs are large because the original code used VISIBLE_*_LOOP so all of the looping was replaced. To generate a diff of this commit: cvs rdiff -r1.21 -r1.22 pcb/src/select.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/select.c?r1=1.21&r2=1.22 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Ben J. <bj...@us...> - 2007-09-08 23:09:32
|
Module Name: pcb Committed By: bjj Date: Sat Sep 8 23:09:35 UTC 2007 Modified Files: pcb/src: find.c rtree.h Log Message: Search for rat-end connections using 3x3 "fat" ends to avoid having rat-to-polygon-corner connections missed. To generate a diff of this commit: cvs rdiff -r1.63 -r1.64 pcb/src/find.c cvs rdiff -r1.6 -r1.7 pcb/src/rtree.h To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/rtree.h?r1=1.6&r2=1.7 http://pcb.cvs.sourceforge.net/pcb/pcb/src/find.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. |
|
From: Ben J. <bj...@us...> - 2007-09-08 23:25:30
|
Module Name: pcb Committed By: bjj Date: Sat Sep 8 23:25:34 UTC 2007 Modified Files: pcb/src: rotate.c Log Message: Fix [ 1751574 ] undoing rotation that put an elt inside a poly didn't fix plow Properly restores/clears rubber band lines during rotate and undo. Still shockingly slow if you try this on an even moderately full board! To generate a diff of this commit: cvs rdiff -r1.21 -r1.22 pcb/src/rotate.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/rotate.c?r1=1.21&r2=1.22 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Ben J. <bj...@us...> - 2007-09-08 23:28:26
|
Module Name: pcb Committed By: bjj Date: Sat Sep 8 23:28:30 UTC 2007 Modified Files: pcb/src: action.c Log Message: Fix [ 1751568 ] shorted nets stay orange after fixing and re-opt netlist To generate a diff of this commit: cvs rdiff -r1.112 -r1.113 pcb/src/action.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/action.c?r1=1.112&r2=1.113 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Ben J. <bj...@us...> - 2007-09-08 23:34:26
|
Module Name: pcb Committed By: bjj Date: Sat Sep 8 23:34:30 UTC 2007 Modified Files: pcb/src: buffer.c Log Message: Fix bugs with undoing "group" moves of objects over a polygon. The group code uses the buffer code (sort of an automatic cut/paste) so it applies to inserting elements and using the buffers as well. To generate a diff of this commit: cvs rdiff -r1.40 -r1.41 pcb/src/buffer.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/buffer.c?r1=1.40&r2=1.41 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2007-09-12 23:05:30
|
Module Name: pcb Committed By: danmc Date: Wed Sep 12 23:05:30 UTC 2007 Modified Files: pcb/src: Makefile.in Log Message: regen To generate a diff of this commit: cvs rdiff -r1.56 -r1.57 pcb/src/Makefile.in To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/Makefile.in?r1=1.56&r2=1.57 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2007-09-14 22:07:43
|
Module Name: pcb Committed By: danmc Date: Fri Sep 14 22:07:47 UTC 2007 Modified Files: pcb/src: gpcb-menu.res Log Message: use mil and mm instead of mils and mms for grid units To generate a diff of this commit: cvs rdiff -r1.8 -r1.9 pcb/src/gpcb-menu.res To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/gpcb-menu.res?r1=1.8&r2=1.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2007-09-14 22:08:11
|
Module Name: pcb Committed By: danmc Date: Fri Sep 14 22:08:16 UTC 2007 Modified Files: pcb/src: pcb-menu.res Log Message: use mil and mm instead of mils and mms for grid units To generate a diff of this commit: cvs rdiff -r1.34 -r1.35 pcb/src/pcb-menu.res To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/pcb-menu.res?r1=1.34&r2=1.35 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2007-09-19 20:32:10
|
Module Name: pcb Committed By: danmc Date: Wed Sep 19 20:32:14 UTC 2007 Modified Files: pcb/src: misc.c Log Message: add missing 2007 in copyright year (for all the gtk usermenu stuff) To generate a diff of this commit: cvs rdiff -r1.65 -r1.66 pcb/src/misc.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/misc.c?r1=1.65&r2=1.66 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Ben J. <bj...@us...> - 2007-09-24 04:02:54
|
Module Name: pcb Committed By: bjj Date: Mon Sep 24 04:02:55 UTC 2007 Modified Files: pcb/src: autoroute.c Log Message: Add (under ifdef) code I used to debug a report of "The rats nest is stale! Aborting autoroute...". It leaves the rat in question selected after the error. To generate a diff of this commit: cvs rdiff -r1.43 -r1.44 pcb/src/autoroute.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/autoroute.c?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. |