|
From: Dan M. <da...@us...> - 2004-08-27 00:58:36
|
Module Name: pcb Committed By: danmc Date: Fri Aug 27 00:58:29 UTC 2004 Modified Files: pcb/src: global.h main.c misc.c resmenu.c Log Message: add an ExecuteFile(file) action which executes the actions contained in the specified file. In addition, add a "-script <filename>" option which will invoke ExecuteFile(<filename>) upon startup. Eventually (but not yet) this will be able to be used for things like generating postscript and RS-274-X output from the command line. To generate a diff of this commit: cvs rdiff -r1.20 -r1.21 pcb/src/global.h cvs rdiff -r1.19 -r1.20 pcb/src/main.c cvs rdiff -r1.28 -r1.29 pcb/src/misc.c cvs rdiff -r1.9 -r1.10 pcb/src/resmenu.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/main.c?r1=1.19&r2=1.20 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/global.h?r1=1.20&r2=1.21 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/misc.c?r1=1.28&r2=1.29 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/resmenu.c?r1=1.9&r2=1.10 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-08-27 21:57:12
|
Module Name: pcb Committed By: danmc Date: Fri Aug 27 21:57:06 UTC 2004 Modified Files: pcb/src: main.c Log Message: remove an unused variable To generate a diff of this commit: cvs rdiff -r1.20 -r1.21 pcb/src/main.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/main.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: Dan M. <da...@us...> - 2004-08-27 21:57:21
|
Module Name: pcb Committed By: danmc Date: Fri Aug 27 21:57:14 UTC 2004 Modified Files: pcb/src: output.c resmenu.c Log Message: add a missing header To generate a diff of this commit: cvs rdiff -r1.13 -r1.14 pcb/src/output.c cvs rdiff -r1.10 -r1.11 pcb/src/resmenu.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/resmenu.c?r1=1.10&r2=1.11 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/output.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: Dan M. <da...@us...> - 2004-08-27 22:01:50
|
Module Name: pcb Committed By: danmc Date: Fri Aug 27 22:01:44 UTC 2004 Modified Files: pcb/src: action.c Log Message: remove some unused variables To generate a diff of this commit: cvs rdiff -r1.46 -r1.47 pcb/src/action.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/action.c?r1=1.46&r2=1.47 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-08-27 22:02:06
|
Module Name: pcb Committed By: danmc Date: Fri Aug 27 22:01:58 UTC 2004 Modified Files: pcb/src: dev_rs274x.c Log Message: use long int in some places to avoid assigning a long int to an int To generate a diff of this commit: cvs rdiff -r1.22 -r1.23 pcb/src/dev_rs274x.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/dev_rs274x.c?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: Dan M. <da...@us...> - 2004-08-27 22:04:18
|
Module Name: pcb Committed By: danmc Date: Fri Aug 27 22:04:11 UTC 2004 Modified Files: pcb/src: draw.c Log Message: add missing header (for isdigit) To generate a diff of this commit: cvs rdiff -r1.34 -r1.35 pcb/src/draw.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/draw.c?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...> - 2004-08-27 22:04:34
|
Module Name: pcb Committed By: danmc Date: Fri Aug 27 22:04:28 UTC 2004 Modified Files: pcb/src: rtree.c Log Message: remove some unused variables To generate a diff of this commit: cvs rdiff -r1.16 -r1.17 pcb/src/rtree.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/rtree.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: Dan M. <da...@us...> - 2004-08-28 12:33:45
|
Module Name: pcb Committed By: danmc Date: Sat Aug 28 12:33:37 UTC 2004 Added Files: pcb/src: actionlist.c Log Message: add actionlist.c for non-maintainers To generate a diff of this commit: cvs rdiff -r0 -r1.1 pcb/src/actionlist.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/actionlist.c?rev=1.1&view=markup 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-08-29 01:46:50
|
Module Name: pcb Committed By: danmc Date: Sun Aug 29 01:46:44 UTC 2004 Modified Files: pcb/src: draw.c Log Message: fix a "=" instead of "==" bug To generate a diff of this commit: cvs rdiff -r1.35 -r1.36 pcb/src/draw.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/draw.c?r1=1.35&r2=1.36 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-08-30 03:13:23
|
Module Name: pcb Committed By: danmc Date: Mon Aug 30 03:13:14 UTC 2004 Modified Files: pcb/src: djopt.c Log Message: get rid of a bunch of format string compiler warnings along with some unused variable warnings To generate a diff of this commit: cvs rdiff -r1.19 -r1.20 pcb/src/djopt.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/djopt.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: Dan M. <da...@us...> - 2004-08-30 03:32:25
|
Module Name: pcb Committed By: danmc Date: Mon Aug 30 03:32:18 UTC 2004 Modified Files: pcb/src: res_parse.y Log Message: clean up a few more compiler warnings To generate a diff of this commit: cvs rdiff -r1.6 -r1.7 pcb/src/res_parse.y To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/res_parse.y?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...> - 2004-08-30 11:21:13
|
Module Name: pcb Committed By: danmc Date: Mon Aug 30 11:21:06 UTC 2004 Modified Files: pcb/src: res_lex.l Log Message: add missing prototype To generate a diff of this commit: cvs rdiff -r1.4 -r1.5 pcb/src/res_lex.l To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/res_lex.l?r1=1.4&r2=1.5 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-08-30 11:26:29
|
Module Name: pcb Committed By: danmc Date: Mon Aug 30 11:26:23 UTC 2004 Modified Files: pcb/src: find.c Log Message: remove unused variable To generate a diff of this commit: cvs rdiff -r1.31 -r1.32 pcb/src/find.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/find.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: Dan M. <da...@us...> - 2004-08-30 11:29:23
|
Module Name: pcb Committed By: danmc Date: Mon Aug 30 11:29:17 UTC 2004 Modified Files: pcb/src: parse_y.y Log Message: add missing prototype To generate a diff of this commit: cvs rdiff -r1.13 -r1.14 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.13&r2=1.14 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-08-30 11:55:09
|
Module Name: pcb Committed By: danmc Date: Mon Aug 30 11:55:01 UTC 2004 Modified Files: pcb/src: main.c resmenu.h Log Message: add missing headers To generate a diff of this commit: cvs rdiff -r1.22 -r1.23 pcb/src/main.c cvs rdiff -r1.3 -r1.4 pcb/src/resmenu.h To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/main.c?r1=1.22&r2=1.23 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/resmenu.h?r1=1.3&r2=1.4 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-09-08 04:05:16
|
Module Name: pcb Committed By: danmc Date: Wed Sep 8 04:05:09 UTC 2004 Modified Files: pcb/src: set.c Log Message: add an extra digit to the display of metric measurements. Patch from Gabriel Paubert. To generate a diff of this commit: cvs rdiff -r1.19 -r1.20 pcb/src/set.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/set.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: harry e. <hac...@us...> - 2004-09-21 01:46:33
|
Module Name: pcb Committed By: haceaton Date: Tue Sep 21 01:46:26 UTC 2004 Modified Files: pcb/src: polygon.c Log Message: Fix bug with polygon clearances from other layers in the group. To generate a diff of this commit: cvs rdiff -r1.25 -r1.26 pcb/src/polygon.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/polygon.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: harry e. <hac...@us...> - 2004-09-21 01:48:16
|
Module Name: pcb Committed By: haceaton Date: Tue Sep 21 01:48:10 UTC 2004 Modified Files: pcb/src: action.c Log Message: Allow Ctrl-drag to copy objects in arrow mode. To generate a diff of this commit: cvs rdiff -r1.48 -r1.49 pcb/src/action.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/action.c?r1=1.48&r2=1.49 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-09-21 02:16:36
|
Module Name: pcb Committed By: haceaton Date: Tue Sep 21 02:16:30 UTC 2004 Modified Files: pcb/src: draw.c Log Message: Fixed return value of Emark_callback. (Didn't really matter, we weren't count number of marks drawn). To generate a diff of this commit: cvs rdiff -r1.37 -r1.38 pcb/src/draw.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/draw.c?r1=1.37&r2=1.38 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-09-21 02:31:57
|
Module Name: pcb Committed By: haceaton Date: Tue Sep 21 02:31:51 UTC 2004 Modified Files: pcb/src: menu.c Log Message: Don't ask for X,Y coordinates in third-button pop-up menu; the coordinate is where the cursor was when the menu was popped up. To generate a diff of this commit: cvs rdiff -r1.33 -r1.34 pcb/src/menu.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/menu.c?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: harry e. <hac...@us...> - 2004-09-21 03:51:11
|
Module Name: pcb Committed By: haceaton Date: Tue Sep 21 03:51:04 UTC 2004 Modified Files: pcb/src: misc.c Log Message: Fix error on non-quarter circle arc bounding box calculations To generate a diff of this commit: cvs rdiff -r1.30 -r1.31 pcb/src/misc.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/misc.c?r1=1.30&r2=1.31 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-09-21 04:38:02
|
Module Name: pcb Committed By: haceaton Date: Tue Sep 21 04:37:55 UTC 2004 Modified Files: pcb/src: draw.c move.c pinout.c Log Message: Fixes for pinout window crash. Still need to fix pinout scroll range at high zoom To generate a diff of this commit: cvs rdiff -r1.38 -r1.39 pcb/src/draw.c cvs rdiff -r1.22 -r1.23 pcb/src/move.c cvs rdiff -r1.8 -r1.9 pcb/src/pinout.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/move.c?r1=1.22&r2=1.23 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/draw.c?r1=1.38&r2=1.39 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/pinout.c?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: DJ D. <djd...@us...> - 2004-09-24 02:55:34
|
Module Name: pcb Committed By: djdelorie Date: Fri Sep 24 02:55:27 UTC 2004 Modified Files: pcb/src: actionlist.c data.c dialog.c global.h main.c Log Message: Add command history to : widget. To generate a diff of this commit: cvs rdiff -r1.1 -r1.2 pcb/src/actionlist.c cvs rdiff -r1.6 -r1.7 pcb/src/data.c cvs rdiff -r1.7 -r1.8 pcb/src/dialog.c cvs rdiff -r1.22 -r1.23 pcb/src/global.h cvs rdiff -r1.23 -r1.24 pcb/src/main.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/actionlist.c?r1=1.1&r2=1.2 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/global.h?r1=1.22&r2=1.23 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/main.c?r1=1.23&r2=1.24 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/data.c?r1=1.6&r2=1.7 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/dialog.c?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...> - 2004-10-06 20:04:08
|
Module Name: pcb Committed By: djdelorie Date: Wed Oct 6 20:04:00 UTC 2004 Modified Files: pcb/src: print.c Log Message: Avoid checking pin numbers for unnumbered pins. To generate a diff of this commit: cvs rdiff -r1.27 -r1.28 pcb/src/print.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/print.c?r1=1.27&r2=1.28 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |