|
From: Dan M. <da...@us...> - 2006-08-28 01:47:40
|
Module Name: pcb Committed By: danmc Date: Mon Aug 28 01:47:36 UTC 2006 Modified Files: pcb/src: Makefile.in Log Message: regen after the lex/yacc configure.ac change To generate a diff of this commit: cvs rdiff -r1.40 -r1.41 pcb/src/Makefile.in To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/Makefile.in?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: DJ D. <djd...@us...> - 2006-08-30 01:37:31
|
Module Name: pcb Committed By: djdelorie Date: Wed Aug 30 01:37:25 UTC 2006 Modified Files: pcb/src: draw.c Log Message: Remove obsolete comment. To generate a diff of this commit: cvs rdiff -r1.57 -r1.58 pcb/src/draw.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/draw.c?r1=1.57&r2=1.58 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-08-30 02:42:24
|
Module Name: pcb Committed By: djdelorie Date: Wed Aug 30 02:42:13 UTC 2006 Modified Files: pcb/src: create.c create.h file.c global.h parse_l.l parse_y.y Log Message: Add arbitrary attributes to PCB and Element types. Ignore optional flags on Layer types. To generate a diff of this commit: cvs rdiff -r1.30 -r1.31 pcb/src/create.c cvs rdiff -r1.7 -r1.8 pcb/src/create.h cvs rdiff -r1.43 -r1.44 pcb/src/file.c cvs rdiff -r1.47 -r1.48 pcb/src/global.h cvs rdiff -r1.11 -r1.12 pcb/src/parse_l.l cvs rdiff -r1.27 -r1.28 pcb/src/parse_y.y To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/parse_l.l?r1=1.11&r2=1.12 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/parse_y.y?r1=1.27&r2=1.28 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/create.c?r1=1.30&r2=1.31 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/file.c?r1=1.43&r2=1.44 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/global.h?r1=1.47&r2=1.48 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/create.h?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: DJ D. <djd...@us...> - 2006-08-30 03:02:29
|
Module Name: pcb Committed By: djdelorie Date: Wed Aug 30 03:02:28 UTC 2006 Modified Files: pcb/src: copy.c Log Message: Copy attributes when copying element data. To generate a diff of this commit: cvs rdiff -r1.16 -r1.17 pcb/src/copy.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/copy.c?r1=1.16&r2=1.17 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-08-30 03:14:40
|
Module Name: pcb Committed By: djdelorie Date: Wed Aug 30 03:14:39 UTC 2006 Modified Files: pcb/src: parse_y.y Log Message: Doc typo. To generate a diff of this commit: cvs rdiff -r1.28 -r1.29 pcb/src/parse_y.y To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/parse_y.y?r1=1.28&r2=1.29 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-01 02:08:06
|
Module Name: pcb Committed By: djdelorie Date: Fri Sep 1 02:07:49 UTC 2006 Modified Files: pcb/src: action.c Log Message: Shift-click replaces element on pcb with element in buffer. To generate a diff of this commit: cvs rdiff -r1.90 -r1.91 pcb/src/action.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/action.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: harry e. <hac...@us...> - 2006-09-12 14:29:59
|
Module Name: pcb Committed By: haceaton Date: Tue Sep 12 14:29:58 UTC 2006 Modified Files: pcb/src [clipper]: polygon1.c Log Message: fixed a number of bugs. There are still degenerate cases when point rounding causes new intersections ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.1.2.1 -r1.1.2.2 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.1&r2=1.1.2.2 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-13 03:28:35
|
Module Name: pcb Committed By: haceaton Date: Wed Sep 13 03:28:34 UTC 2006 Modified Files: pcb/src [clipper]: Makefile.am buffer.c buffer.h change.c create.c draw.c find.c global.h macro.h move.c mymem.c polyarea.h polygon.c polygon.h polygon1.c report.c search.c search.h undo.c Log Message: First cut at polygon clipping. Many more changes to go. Mostly lines and pins/vias are handeled plus a lot of infrastructure ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.29 -r1.29.4.1 pcb/src/Makefile.am pcb/src/buffer.c cvs rdiff -r1.5 -r1.5.8.1 pcb/src/buffer.h cvs rdiff -r1.34 -r1.34.6.1 pcb/src/change.c cvs rdiff -r1.30 -r1.30.4.1 pcb/src/create.c cvs rdiff -r1.55 -r1.55.2.1 pcb/src/draw.c cvs rdiff -r1.53 -r1.53.2.1 pcb/src/find.c cvs rdiff -r1.46 -r1.46.2.1 pcb/src/global.h cvs rdiff -r1.22 -r1.22.4.1 pcb/src/macro.h cvs rdiff -r1.32 -r1.32.4.1 pcb/src/move.c pcb/src/report.c cvs rdiff -r1.21 -r1.21.4.1 pcb/src/mymem.c cvs rdiff -r1.1.2.1 -r1.1.2.2 pcb/src/polyarea.h cvs rdiff -r1.36 -r1.36.4.1 pcb/src/polygon.c cvs rdiff -r1.9 -r1.9.8.1 pcb/src/polygon.h cvs rdiff -r1.1.2.2 -r1.1.2.3 pcb/src/polygon1.c cvs rdiff -r1.26 -r1.26.2.1 pcb/src/search.c cvs rdiff -r1.7 -r1.7.8.1 pcb/src/search.h cvs rdiff -r1.21 -r1.21.2.1 pcb/src/undo.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/polyarea.h?r1=1.1.2.1&r2=1.1.2.2 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/polygon1.c?r1=1.1.2.2&r2=1.1.2.3 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/undo.c?r1=1.21&r2=1.21.2.1 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/mymem.c?r1=1.21&r2=1.21.4.1 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/macro.h?r1=1.22&r2=1.22.4.1 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/search.c?r1=1.26&r2=1.26.2.1 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/Makefile.am?r1=1.29&r2=1.29.4.1 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/buffer.c?r1=1.29&r2=1.29.4.1 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/create.c?r1=1.30&r2=1.30.4.1 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/move.c?r1=1.32&r2=1.32.4.1 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/report.c?r1=1.32&r2=1.32.4.1 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/change.c?r1=1.34&r2=1.34.6.1 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/polygon.c?r1=1.36&r2=1.36.4.1 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/global.h?r1=1.46&r2=1.46.2.1 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/buffer.h?r1=1.5&r2=1.5.8.1 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/find.c?r1=1.53&r2=1.53.2.1 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/draw.c?r1=1.55&r2=1.55.2.1 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/search.h?r1=1.7&r2=1.7.8.1 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/polygon.h?r1=1.9&r2=1.9.8.1 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-13 03:32:31
|
Module Name: pcb Committed By: djdelorie Date: Wed Sep 13 03:32:31 UTC 2006 Modified Files: pcb/src: draw.c Log Message: Draw the elements' marks. To generate a diff of this commit: cvs rdiff -r1.58 -r1.59 pcb/src/draw.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/draw.c?r1=1.58&r2=1.59 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-13 03:35:02
|
Module Name: pcb Committed By: haceaton Date: Wed Sep 13 03:35:01 UTC 2006 Modified Files: pcb/src [clipper]: parse_y.y Log Message: another initial clipper change ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.27 -r1.27.4.1 pcb/src/parse_y.y To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/parse_y.y?r1=1.27&r2=1.27.4.1 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-14 15:17:59
|
Module Name: pcb Committed By: haceaton Date: Thu Sep 14 15:17:51 UTC 2006 Modified Files: pcb/src [clipper]: polygon1.c Log Message: some small bug fixes to intersections, cvslist linking and some code cleanup To generate a diff of this commit: cvs rdiff -r1.1.2.3 -r1.1.2.4 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.3&r2=1.1.2.4 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-14 23:08:47
|
Module Name: pcb Committed By: haceaton Date: Thu Sep 14 23:08:46 UTC 2006 Modified Files: pcb/src [clipper]: Makefile.am Log Message: oops, didn't mean to have polys.c and polys.h ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.29.4.1 -r1.29.4.2 pcb/src/Makefile.am To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/Makefile.am?r1=1.29.4.1&r2=1.29.4.2 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-14 23:15:13
|
Module Name: pcb Committed By: haceaton Date: Thu Sep 14 23:15:13 UTC 2006 Modified Files: pcb/src [clipper]: polyarea.h polygon1.c Log Message: stop the computation for touching as soon as touching is seen rather than computing the whole intersecting polygon ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.1.2.2 -r1.1.2.3 pcb/src/polyarea.h cvs rdiff -r1.1.2.4 -r1.1.2.5 pcb/src/polygon1.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/polyarea.h?r1=1.1.2.2&r2=1.1.2.3 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/polygon1.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-09-15 03:16:20
|
Module Name: pcb Committed By: haceaton Date: Fri Sep 15 03:16:20 UTC 2006 Modified Files: pcb/src [clipper]: rtree.c Log Message: remove compiler warning when no NDEBUG is set ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.27 -r1.27.4.1 pcb/src/rtree.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/rtree.c?r1=1.27&r2=1.27.4.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@mc...> - 2006-09-15 07:05:49
|
harry eaton wrote: > Module Name: pcb > Committed By: haceaton > Date: Fri Sep 15 03:48:59 UTC 2006 > > Modified Files: > pcb/src [clipper]: action.c autoplace.c autoroute.c buffer.c change.c > command.c compat.c copy.c copy.h create.c crosshair.c dev_rs274x.c > djopt.c drill.c file.c fontmode.c line.c macro.h main.c mirror.c > misc.c move.c mtspace.c netlist.c polygon.c polygon.h polygon1.c > print.c puller.c rotate.c rubberband.c select.c undo.c vendor.c > > Log Message: > boatloads more changes to support polygon clipping. Some of this > is just change of indents, but mostly code changes for the clipper. I'd watch out about too many whitespace only changes as it may make merging harder later. -Dan |
|
From: harry e. <hac...@us...> - 2006-09-15 04:14:52
|
Module Name: pcb Committed By: haceaton Date: Fri Sep 15 04:14:52 UTC 2006 Modified Files: pcb/src [clipper]: action.c autoroute.c change.c file.c insert.c misc.h move.c polygon.c polygon.h remove.c Log Message: remove all UpdatePIPFlag occurances PIP Flags are no more. I plan to keep thermal flags for now. ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.89.2.1 -r1.89.2.2 pcb/src/action.c cvs rdiff -r1.35.4.1 -r1.35.4.2 pcb/src/autoroute.c cvs rdiff -r1.34.6.2 -r1.34.6.3 pcb/src/change.c cvs rdiff -r1.42.2.1 -r1.42.2.2 pcb/src/file.c cvs rdiff -r1.18 -r1.18.8.1 pcb/src/insert.c cvs rdiff -r1.18 -r1.18.4.1 pcb/src/misc.h cvs rdiff -r1.32.4.2 -r1.32.4.3 pcb/src/move.c cvs rdiff -r1.36.4.2 -r1.36.4.3 pcb/src/polygon.c cvs rdiff -r1.9.8.2 -r1.9.8.3 pcb/src/polygon.h cvs rdiff -r1.15 -r1.15.4.1 pcb/src/remove.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/remove.c?r1=1.15&r2=1.15.4.1 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/misc.h?r1=1.18&r2=1.18.4.1 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/insert.c?r1=1.18&r2=1.18.8.1 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/move.c?r1=1.32.4.2&r2=1.32.4.3 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/change.c?r1=1.34.6.2&r2=1.34.6.3 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/autoroute.c?r1=1.35.4.1&r2=1.35.4.2 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/polygon.c?r1=1.36.4.2&r2=1.36.4.3 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/file.c?r1=1.42.2.1&r2=1.42.2.2 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/action.c?r1=1.89.2.1&r2=1.89.2.2 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/polygon.h?r1=1.9.8.2&r2=1.9.8.3 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-15 11:34:34
|
Module Name: pcb Committed By: haceaton Date: Fri Sep 15 11:34:33 UTC 2006 Modified Files: pcb/src [clipper]: polygon.c polygon.h Log Message: created "NoHolesPolygonDicer" that will allow non-erasing gerber files with arbitrary complex polygons. ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.36.4.3 -r1.36.4.4 pcb/src/polygon.c cvs rdiff -r1.9.8.3 -r1.9.8.4 pcb/src/polygon.h To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/polygon.c?r1=1.36.4.3&r2=1.36.4.4 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/polygon.h?r1=1.9.8.3&r2=1.9.8.4 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-15 11:41:11
|
Module Name: pcb Committed By: haceaton Date: Fri Sep 15 11:41:09 UTC 2006 Modified Files: pcb/src [clipper]: polygon.c Log Message: removed the (now extraneous) 3rd vector intialization and changed form to array indecies instead of pointers. Thanks to Dan M. for finding this bug ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.36.4.4 -r1.36.4.5 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.4&r2=1.36.4.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-15 11:43:29
|
Module Name: pcb Committed By: haceaton Date: Fri Sep 15 11:43:29 UTC 2006 Modified Files: pcb/src [clipper]: create.c Log Message: initialize Clipped pointer in new polygons. Thanks to Dan M. ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.30.4.2 -r1.30.4.3 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.2&r2=1.30.4.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2006-09-15 21:01:34
|
Module Name: pcb Committed By: danmc Date: Fri Sep 15 21:01:30 UTC 2006 Modified Files: pcb/src [clipper]: polygon.c Log Message: remove an out of bounds assignment that caused a stack corruption To generate a diff of this commit: cvs rdiff -r1.36.4.5 -r1.36.4.6 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.5&r2=1.36.4.6 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2006-09-15 21:02:03
|
Module Name: pcb Committed By: danmc Date: Fri Sep 15 21:02:03 UTC 2006 Modified Files: pcb/src [clipper]: parse_y.y Log Message: change polys.h to polygon.h as the former has been replaced To generate a diff of this commit: cvs rdiff -r1.27.4.1 -r1.27.4.2 pcb/src/parse_y.y To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/parse_y.y?r1=1.27.4.1&r2=1.27.4.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2006-09-15 21:46:13
|
Module Name: pcb Committed By: danmc Date: Fri Sep 15 21:46:11 UTC 2006 Modified Files: pcb/src [clipper]: Makefile.in Log Message: regen To generate a diff of this commit: cvs rdiff -r1.40 -r1.40.4.1 pcb/src/Makefile.in To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/Makefile.in?r1=1.40&r2=1.40.4.1 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-18 12:33:41
|
Module Name: pcb Committed By: haceaton Date: Mon Sep 18 12:33:41 UTC 2006 Modified Files: pcb/src [clipper]: action.c buffer.c buffer.h change.c copy.c create.c draw.c file.c global.h insert.c mirror.c misc.c misc.h move.c polygon.c polygon.h polygon1.c remove.c rotate.c rtree.c undo.c Log Message: elliminated ObjectArgType - decided it's easier to use multiple args. fixed some bugs, started work on thermals and saving files and backward compatibility. ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.89.2.2 -r1.89.2.3 pcb/src/action.c cvs rdiff -r1.29.4.2 -r1.29.4.3 pcb/src/buffer.c cvs rdiff -r1.5.8.1 -r1.5.8.2 pcb/src/buffer.h cvs rdiff -r1.34.6.3 -r1.34.6.4 pcb/src/change.c cvs rdiff -r1.16.4.1 -r1.16.4.2 pcb/src/copy.c cvs rdiff -r1.30.4.3 -r1.30.4.4 pcb/src/create.c cvs rdiff -r1.55.2.1 -r1.55.2.2 pcb/src/draw.c cvs rdiff -r1.42.2.2 -r1.42.2.3 pcb/src/file.c cvs rdiff -r1.46.2.1 -r1.46.2.2 pcb/src/global.h cvs rdiff -r1.18.8.1 -r1.18.8.2 pcb/src/insert.c pcb/src/rotate.c cvs rdiff -r1.9.8.1 -r1.9.8.2 pcb/src/mirror.c cvs rdiff -r1.55.4.1 -r1.55.4.2 pcb/src/misc.c cvs rdiff -r1.18.4.1 -r1.18.4.2 pcb/src/misc.h cvs rdiff -r1.32.4.3 -r1.32.4.4 pcb/src/move.c cvs rdiff -r1.36.4.6 -r1.36.4.7 pcb/src/polygon.c cvs rdiff -r1.9.8.4 -r1.9.8.5 pcb/src/polygon.h cvs rdiff -r1.1.2.6 -r1.1.2.7 pcb/src/polygon1.c cvs rdiff -r1.15.4.1 -r1.15.4.2 pcb/src/remove.c cvs rdiff -r1.27.4.1 -r1.27.4.2 pcb/src/rtree.c cvs rdiff -r1.21.2.2 -r1.21.2.3 pcb/src/undo.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/polygon1.c?r1=1.1.2.6&r2=1.1.2.7 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/remove.c?r1=1.15.4.1&r2=1.15.4.2 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/copy.c?r1=1.16.4.1&r2=1.16.4.2 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/misc.h?r1=1.18.4.1&r2=1.18.4.2 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/insert.c?r1=1.18.8.1&r2=1.18.8.2 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/rotate.c?r1=1.18.8.1&r2=1.18.8.2 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/undo.c?r1=1.21.2.2&r2=1.21.2.3 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/rtree.c?r1=1.27.4.1&r2=1.27.4.2 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/buffer.c?r1=1.29.4.2&r2=1.29.4.3 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/create.c?r1=1.30.4.3&r2=1.30.4.4 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/move.c?r1=1.32.4.3&r2=1.32.4.4 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/change.c?r1=1.34.6.3&r2=1.34.6.4 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/polygon.c?r1=1.36.4.6&r2=1.36.4.7 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/file.c?r1=1.42.2.2&r2=1.42.2.3 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/global.h?r1=1.46.2.1&r2=1.46.2.2 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/buffer.h?r1=1.5.8.1&r2=1.5.8.2 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/draw.c?r1=1.55.2.1&r2=1.55.2.2 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/misc.c?r1=1.55.4.1&r2=1.55.4.2 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/action.c?r1=1.89.2.2&r2=1.89.2.3 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/mirror.c?r1=1.9.8.1&r2=1.9.8.2 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/polygon.h?r1=1.9.8.4&r2=1.9.8.5 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-21 04:07:16
|
Module Name: pcb Committed By: djdelorie Date: Thu Sep 21 04:07:15 UTC 2006 Modified Files: pcb/src: action.c Log Message: Add MinMaskGap() action. To generate a diff of this commit: cvs rdiff -r1.91 -r1.92 pcb/src/action.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/action.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. |