|
From: DJ D. <djd...@us...> - 2007-02-10 21:59:28
|
Module Name: pcb Committed By: djdelorie Date: Sat Feb 10 21:59:25 UTC 2007 Modified Files: pcb/src: action.c pcb-menu.res Log Message: Add printer calibration code for lesstif HID. To generate a diff of this commit: cvs rdiff -r1.101 -r1.102 pcb/src/action.c cvs rdiff -r1.28 -r1.29 pcb/src/pcb-menu.res To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/action.c?r1=1.101&r2=1.102 http://pcb.cvs.sourceforge.net/pcb/pcb/src/pcb-menu.res?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: Dan M. <da...@us...> - 2007-02-12 04:22:00
|
Module Name: pcb Committed By: danmc Date: Mon Feb 12 04:22:01 UTC 2007 Modified Files: pcb/src: Makefile.am Makefile.in Removed Files: pcb/src: Pcb.ad.in Pcb.ad.raw Pcb.ad.small Log Message: Remove the appdefaults files. These were leftover from Xaw days and weren't really doing anything other than providing a filename conflict on case insensitive file systems (pcb vs Pcb). To generate a diff of this commit: cvs rdiff -r1.34 -r1.35 pcb/src/Makefile.am cvs rdiff -r1.50 -r1.51 pcb/src/Makefile.in cvs rdiff -r1.26 -r0 pcb/src/Pcb.ad.in cvs rdiff -r1.3 -r0 pcb/src/Pcb.ad.raw pcb/src/Pcb.ad.small To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/Pcb.ad.in?rev=1.26&view=markup http://pcb.cvs.sourceforge.net/pcb/pcb/src/Pcb.ad.raw?rev=1.3&view=markup http://pcb.cvs.sourceforge.net/pcb/pcb/src/Pcb.ad.small?rev=1.3&view=markup http://pcb.cvs.sourceforge.net/pcb/pcb/src/Makefile.am?r1=1.34&r2=1.35 http://pcb.cvs.sourceforge.net/pcb/pcb/src/Makefile.in?r1=1.50&r2=1.51 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-02-12 23:14:36
|
Module Name: pcb Committed By: danmc Date: Mon Feb 12 23:14:36 UTC 2007 Modified Files: pcb/src [usermenu]: Makefile.am Makefile.in Added Files: pcb/src [usermenu]: gpcb-menu.res Log Message: start work on a gpcb-menu.res to be used by the gtk HID. Either gtk or lesstif HID should be able to read the same resource file but this way the menu layouts can comply more with the style guides for lesstif or gtk apps. To generate a diff of this commit: cvs rdiff -r1.34 -r1.34.4.1 pcb/src/Makefile.am cvs rdiff -r1.50 -r1.50.4.1 pcb/src/Makefile.in cvs rdiff -r0 -r1.1.2.1 pcb/src/gpcb-menu.res To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/gpcb-menu.res?rev=1.1.2.1&view=markup http://pcb.cvs.sourceforge.net/pcb/pcb/src/Makefile.am?r1=1.34&r2=1.34.4.1 http://pcb.cvs.sourceforge.net/pcb/pcb/src/Makefile.in?r1=1.50&r2=1.50.4.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...> - 2007-02-13 04:44:20
|
Module Name: pcb Committed By: djdelorie Date: Tue Feb 13 04:44:08 UTC 2007 Modified Files: pcb/src: action.c change.c draw.c draw.h move.c print.c remove.c rotate.c undo.c Log Message: Keep track of the minimum line size for text depending on which layer the text is on (copper, silk, pin numbers). To generate a diff of this commit: cvs rdiff -r1.102 -r1.103 pcb/src/action.c cvs rdiff -r1.40 -r1.41 pcb/src/change.c cvs rdiff -r1.70 -r1.71 pcb/src/draw.c cvs rdiff -r1.7 -r1.8 pcb/src/draw.h cvs rdiff -r1.36 -r1.37 pcb/src/move.c cvs rdiff -r1.49 -r1.50 pcb/src/print.c cvs rdiff -r1.17 -r1.18 pcb/src/remove.c cvs rdiff -r1.19 -r1.20 pcb/src/rotate.c cvs rdiff -r1.25 -r1.26 pcb/src/undo.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/action.c?r1=1.102&r2=1.103 http://pcb.cvs.sourceforge.net/pcb/pcb/src/remove.c?r1=1.17&r2=1.18 http://pcb.cvs.sourceforge.net/pcb/pcb/src/rotate.c?r1=1.19&r2=1.20 http://pcb.cvs.sourceforge.net/pcb/pcb/src/undo.c?r1=1.25&r2=1.26 http://pcb.cvs.sourceforge.net/pcb/pcb/src/move.c?r1=1.36&r2=1.37 http://pcb.cvs.sourceforge.net/pcb/pcb/src/change.c?r1=1.40&r2=1.41 http://pcb.cvs.sourceforge.net/pcb/pcb/src/print.c?r1=1.49&r2=1.50 http://pcb.cvs.sourceforge.net/pcb/pcb/src/draw.h?r1=1.7&r2=1.8 http://pcb.cvs.sourceforge.net/pcb/pcb/src/draw.c?r1=1.70&r2=1.71 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-02-15 05:12:51
|
Module Name: pcb Committed By: djdelorie Date: Thu Feb 15 05:12:50 UTC 2007 Modified Files: pcb/src: autoroute.c parse_l.l polygon.c Log Message: Move declarations before statements (patch by Ben Jackson <be...@be...>) To generate a diff of this commit: cvs rdiff -r1.40 -r1.41 pcb/src/autoroute.c cvs rdiff -r1.20 -r1.21 pcb/src/parse_l.l cvs rdiff -r1.48 -r1.49 pcb/src/polygon.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/parse_l.l?r1=1.20&r2=1.21 http://pcb.cvs.sourceforge.net/pcb/pcb/src/autoroute.c?r1=1.40&r2=1.41 http://pcb.cvs.sourceforge.net/pcb/pcb/src/polygon.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: Dan M. <da...@us...> - 2007-02-15 23:25:44
|
Module Name: pcb Committed By: danmc Date: Thu Feb 15 23:25:42 UTC 2007 Modified Files: pcb/src [usermenu]: Makefile.am Makefile.in Log Message: fix the target for gpcb-menu.res To generate a diff of this commit: cvs rdiff -r1.34.4.1 -r1.34.4.2 pcb/src/Makefile.am cvs rdiff -r1.50.4.1 -r1.50.4.2 pcb/src/Makefile.in To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/Makefile.am?r1=1.34.4.1&r2=1.34.4.2 http://pcb.cvs.sourceforge.net/pcb/pcb/src/Makefile.in?r1=1.50.4.1&r2=1.50.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...> - 2007-02-15 23:26:15
|
Module Name: pcb Committed By: danmc Date: Thu Feb 15 23:25:49 UTC 2007 Modified Files: pcb/src [usermenu]: gpcb-menu.res Log Message: add and enable the popup menus To generate a diff of this commit: cvs rdiff -r1.1.2.1 -r1.1.2.2 pcb/src/gpcb-menu.res To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/gpcb-menu.res?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: Dan M. <da...@us...> - 2007-02-17 05:50:45
|
Module Name: pcb Committed By: danmc Date: Sat Feb 17 05:50:41 UTC 2007 Modified Files: pcb/src [usermenu]: gpcb-menu.res Log Message: support m= values in menu resources for mneumonics To generate a diff of this commit: cvs rdiff -r1.1.2.2 -r1.1.2.3 pcb/src/gpcb-menu.res To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/gpcb-menu.res?r1=1.1.2.2&r2=1.1.2.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...> - 2007-02-22 01:48:08
|
Module Name: pcb Committed By: danmc Date: Thu Feb 22 01:48:06 UTC 2007 Modified Files: pcb/src [usermenu]: gpcb-menu.res Log Message: start getting the @layerview @layerpick and @routestyles menu resources working To generate a diff of this commit: cvs rdiff -r1.1.2.3 -r1.1.2.4 pcb/src/gpcb-menu.res To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/gpcb-menu.res?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: DJ D. <djd...@us...> - 2007-02-23 16:59:18
|
Module Name: pcb Committed By: djdelorie Date: Fri Feb 23 16:59:19 UTC 2007 Modified Files: pcb/src: report.c Log Message: Report on pads as rectangles, not lines, so we get width and height for the pad and mask. Also, report the gap between the pad and the mask. To generate a diff of this commit: cvs rdiff -r1.35 -r1.36 pcb/src/report.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/report.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: DJ D. <djd...@us...> - 2007-02-24 06:08:57
|
Module Name: pcb Committed By: djdelorie Date: Sat Feb 24 06:08:57 UTC 2007 Modified Files: pcb/src: file.c parse_y.y Log Message: Allow the user to load a footprint as a pcb; create a suitably-sized pcb around it. To generate a diff of this commit: cvs rdiff -r1.56 -r1.57 pcb/src/file.c cvs rdiff -r1.35 -r1.36 pcb/src/parse_y.y To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/parse_y.y?r1=1.35&r2=1.36 http://pcb.cvs.sourceforge.net/pcb/pcb/src/file.c?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: DJ D. <djd...@us...> - 2007-02-27 19:33:47
|
Module Name: pcb Committed By: djdelorie Date: Tue Feb 27 19:33:45 UTC 2007 Modified Files: pcb/src: file.c Log Message: Avoid segfaults when loading elements, fixes bug in load-element-as-pcb patch. To generate a diff of this commit: cvs rdiff -r1.57 -r1.58 pcb/src/file.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/file.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...> - 2007-03-04 03:17:59
|
Module Name: pcb Committed By: djdelorie Date: Sun Mar 4 03:18:00 UTC 2007 Modified Files: pcb/src: Makefile.am Makefile.in action.c action.h autoroute.c change.c const.h crosshair.c data.c data.h djopt.c draw.c file.c find.c flags.c global.h hid.h macro.h main.c misc.c misc.h parse_y.y pcb-menu.res report.c search.c set.c strflags.c strflags.h todo Log Message: Made flags type big enough to hold PCB flags. Added hash table for parameter lookup in action.c Moved thindraw code out of lesstif hid. Added "thin draw polygons" flag to toplevel stuff. Fixed "check polygons" so it works again. Added "lock names" setting: When set, the arrow tool ignores element names and text objects, so you can select the elements or objects beneath them. Added "only names" setting: When set, the arrow tool can only select element names and text objects; you won't accidentally move an element. Made the crosshair-move code draw the outline of pads, not the centerline. It does still draw round-end pads as rectangles, though. Allow "--no-foo" to shut off boolean "--foo" options that default to on. Added "--layer-stack" option that takes a string and sets the layer stack to it (for eps/png export, mostly). Layers are numbers 0..N-1, the names of the layers from the loaded PCB file, or the special names "rats", "invisible", "pins", "vias", or "elements". Layers may be separated by spaces, commas, semicolons, or colons. Added Display(Step,[1..9]) to move the cursor in steps. Implemented in lesstif HID, attached to arrow keys. Added "what to do with the pointer" parameter - warp pointer to match crosshair, or pan window to put crosshair under cursor. Make autorouter show live trials. Clean up various FIXMEs. Add support for string encoded PCB flags. thindraw exports: off by default? Follow current setting? Or put it in their own attribute list? Added Report(NetLength) which reports on the total length of segments (lines and arcs) for the net under the cursor. It will also tell you the name of the net. Remove obsolete UseLogWindow and RaiseLogWindow. To generate a diff of this commit: cvs rdiff -r1.35 -r1.36 pcb/src/Makefile.am cvs rdiff -r1.51 -r1.52 pcb/src/Makefile.in cvs rdiff -r1.103 -r1.104 pcb/src/action.c cvs rdiff -r1.13 -r1.14 pcb/src/action.h cvs rdiff -r1.41 -r1.42 pcb/src/autoroute.c pcb/src/change.c cvs rdiff -r1.23 -r1.24 pcb/src/const.h cvs rdiff -r1.29 -r1.30 pcb/src/crosshair.c pcb/src/pcb-menu.res cvs rdiff -r1.14 -r1.15 pcb/src/data.c pcb/src/strflags.c cvs rdiff -r1.10 -r1.11 pcb/src/data.h cvs rdiff -r1.43 -r1.44 pcb/src/djopt.c cvs rdiff -r1.71 -r1.72 pcb/src/draw.c cvs rdiff -r1.58 -r1.59 pcb/src/file.c cvs rdiff -r1.59 -r1.60 pcb/src/find.c pcb/src/misc.c cvs rdiff -r1.7 -r1.8 pcb/src/flags.c cvs rdiff -r1.52 -r1.53 pcb/src/global.h cvs rdiff -r1.18 -r1.19 pcb/src/hid.h cvs rdiff -r1.25 -r1.26 pcb/src/macro.h cvs rdiff -r1.69 -r1.70 pcb/src/main.c cvs rdiff -r1.20 -r1.21 pcb/src/misc.h cvs rdiff -r1.36 -r1.37 pcb/src/parse_y.y pcb/src/report.c cvs rdiff -r1.28 -r1.29 pcb/src/search.c cvs rdiff -r1.32 -r1.33 pcb/src/set.c cvs rdiff -r1.4 -r1.5 pcb/src/strflags.h cvs rdiff -r1.8 -r1.9 pcb/src/todo To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/data.h?r1=1.10&r2=1.11 http://pcb.cvs.sourceforge.net/pcb/pcb/src/action.c?r1=1.103&r2=1.104 http://pcb.cvs.sourceforge.net/pcb/pcb/src/action.h?r1=1.13&r2=1.14 http://pcb.cvs.sourceforge.net/pcb/pcb/src/data.c?r1=1.14&r2=1.15 http://pcb.cvs.sourceforge.net/pcb/pcb/src/strflags.c?r1=1.14&r2=1.15 http://pcb.cvs.sourceforge.net/pcb/pcb/src/hid.h?r1=1.18&r2=1.19 http://pcb.cvs.sourceforge.net/pcb/pcb/src/misc.h?r1=1.20&r2=1.21 http://pcb.cvs.sourceforge.net/pcb/pcb/src/const.h?r1=1.23&r2=1.24 http://pcb.cvs.sourceforge.net/pcb/pcb/src/macro.h?r1=1.25&r2=1.26 http://pcb.cvs.sourceforge.net/pcb/pcb/src/search.c?r1=1.28&r2=1.29 http://pcb.cvs.sourceforge.net/pcb/pcb/src/crosshair.c?r1=1.29&r2=1.30 http://pcb.cvs.sourceforge.net/pcb/pcb/src/pcb-menu.res?r1=1.29&r2=1.30 http://pcb.cvs.sourceforge.net/pcb/pcb/src/set.c?r1=1.32&r2=1.33 http://pcb.cvs.sourceforge.net/pcb/pcb/src/Makefile.am?r1=1.35&r2=1.36 http://pcb.cvs.sourceforge.net/pcb/pcb/src/parse_y.y?r1=1.36&r2=1.37 http://pcb.cvs.sourceforge.net/pcb/pcb/src/report.c?r1=1.36&r2=1.37 http://pcb.cvs.sourceforge.net/pcb/pcb/src/strflags.h?r1=1.4&r2=1.5 http://pcb.cvs.sourceforge.net/pcb/pcb/src/autoroute.c?r1=1.41&r2=1.42 http://pcb.cvs.sourceforge.net/pcb/pcb/src/change.c?r1=1.41&r2=1.42 http://pcb.cvs.sourceforge.net/pcb/pcb/src/djopt.c?r1=1.43&r2=1.44 http://pcb.cvs.sourceforge.net/pcb/pcb/src/Makefile.in?r1=1.51&r2=1.52 http://pcb.cvs.sourceforge.net/pcb/pcb/src/global.h?r1=1.52&r2=1.53 http://pcb.cvs.sourceforge.net/pcb/pcb/src/file.c?r1=1.58&r2=1.59 http://pcb.cvs.sourceforge.net/pcb/pcb/src/find.c?r1=1.59&r2=1.60 http://pcb.cvs.sourceforge.net/pcb/pcb/src/misc.c?r1=1.59&r2=1.60 http://pcb.cvs.sourceforge.net/pcb/pcb/src/main.c?r1=1.69&r2=1.70 http://pcb.cvs.sourceforge.net/pcb/pcb/src/flags.c?r1=1.7&r2=1.8 http://pcb.cvs.sourceforge.net/pcb/pcb/src/draw.c?r1=1.71&r2=1.72 http://pcb.cvs.sourceforge.net/pcb/pcb/src/todo?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-03-04 03:47:38
|
Module Name: pcb Committed By: danmc Date: Sun Mar 4 03:46:56 UTC 2007 Modified Files: pcb/src: find.c Log Message: Fix a bug when looking for square pad to square pad clearance. The old way simply grew one of the pads by Bloat on all 4 sides and looked for overlap. This is not the correct test in the case where the closest line between the two pads is a unique line from two of the corners. The new way should correctly handle all cases. To generate a diff of this commit: cvs rdiff -r1.60 -r1.61 pcb/src/find.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/find.c?r1=1.60&r2=1.61 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-03-06 02:24:52
|
Module Name: pcb Committed By: danmc Date: Tue Mar 6 02:24:48 UTC 2007 Modified Files: pcb/src [usermenu]: todo Log Message: add some usermenu todo items To generate a diff of this commit: cvs rdiff -r1.8.4.1 -r1.8.4.2 pcb/src/todo To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/todo?r1=1.8.4.1&r2=1.8.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...> - 2007-03-06 02:25:14
|
Module Name: pcb Committed By: danmc Date: Tue Mar 6 02:25:14 UTC 2007 Modified Files: pcb/src [usermenu]: Makefile.in Log Message: garbage collect some more now-obsolete code To generate a diff of this commit: cvs rdiff -r1.50.4.3 -r1.50.4.4 pcb/src/Makefile.in To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/Makefile.in?r1=1.50.4.3&r2=1.50.4.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...> - 2007-03-08 02:48:15
|
Module Name: pcb Committed By: danmc Date: Thu Mar 8 02:48:17 UTC 2007 Modified Files: pcb/src [usermenu]: gpcb-menu.res Log Message: Bring gpcb-menu.res more inline with the way the gtk menus are setup in the hard coded menu version currently. While here, move a whole bunch of hot keys out of gui-output-events.c and into the menu resource file. To generate a diff of this commit: cvs rdiff -r1.1.2.4 -r1.1.2.5 pcb/src/gpcb-menu.res To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/gpcb-menu.res?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: DJ D. <djd...@us...> - 2007-03-09 06:03:13
|
Module Name: pcb Committed By: djdelorie Date: Fri Mar 9 06:03:12 UTC 2007 Modified Files: pcb/src: Makefile.am Makefile.in clip.c clip.h Log Message: Add basic line clipping to both GUIs. To generate a diff of this commit: cvs rdiff -r1.36 -r1.37 pcb/src/Makefile.am cvs rdiff -r1.52 -r1.53 pcb/src/Makefile.in cvs rdiff -r1.5 -r1.6 pcb/src/clip.c cvs rdiff -r1.4 -r1.5 pcb/src/clip.h To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/Makefile.am?r1=1.36&r2=1.37 http://pcb.cvs.sourceforge.net/pcb/pcb/src/clip.h?r1=1.4&r2=1.5 http://pcb.cvs.sourceforge.net/pcb/pcb/src/clip.c?r1=1.5&r2=1.6 http://pcb.cvs.sourceforge.net/pcb/pcb/src/Makefile.in?r1=1.52&r2=1.53 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2007-03-10 00:14:44
|
Module Name: pcb Committed By: haceaton Date: Sat Mar 10 00:14:38 UTC 2007 Modified Files: pcb/src: rats.c Log Message: Handle case for connections are close to or beyond MAX_COORD ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.31 -r1.32 pcb/src/rats.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/rats.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: harry e. <hac...@us...> - 2007-03-10 03:06:19
|
Module Name: pcb Committed By: haceaton Date: Sat Mar 10 03:06:20 UTC 2007 Modified Files: pcb/src: rats.c Log Message: find rats regardless of how far the coordinates are out of bounds ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.32 -r1.33 pcb/src/rats.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/rats.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: Dan M. <da...@us...> - 2007-03-13 03:20:00
|
Module Name: pcb Committed By: danmc Date: Tue Mar 13 03:19:56 UTC 2007 Modified Files: pcb/src [usermenu]: action.c gpcb-menu.res Log Message: Move the rest of the key strokes out of gui-top-window.c and into gpcb-menu.res. Also add a DoWindows() action and add an "Escape" option to the Mode() action to behave like the gtk HID escape. To generate a diff of this commit: cvs rdiff -r1.100.4.1 -r1.100.4.2 pcb/src/action.c cvs rdiff -r1.1.2.5 -r1.1.2.6 pcb/src/gpcb-menu.res To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/gpcb-menu.res?r1=1.1.2.5&r2=1.1.2.6 http://pcb.cvs.sourceforge.net/pcb/pcb/src/action.c?r1=1.100.4.1&r2=1.100.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...> - 2007-03-13 03:27:51
|
Module Name: pcb Committed By: danmc Date: Tue Mar 13 03:27:51 UTC 2007 Modified Files: pcb/src [usermenu]: gpcb-menu.res Log Message: update comment in Mouse section To generate a diff of this commit: cvs rdiff -r1.1.2.6 -r1.1.2.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.1.2.6&r2=1.1.2.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-03-13 03:30:46
|
Module Name: pcb Committed By: danmc Date: Tue Mar 13 03:30:47 UTC 2007 Modified Files: pcb/src [usermenu]: todo Log Message: update the usermenu stuff a bit To generate a diff of this commit: cvs rdiff -r1.8.4.2 -r1.8.4.3 pcb/src/todo To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/todo?r1=1.8.4.2&r2=1.8.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...> - 2007-04-05 03:17:08
|
Module Name: pcb Committed By: danmc Date: Thu Apr 5 03:17:09 UTC 2007 Modified Files: pcb/src [usermenu]: gpcb-menu.res pcbtest.sh.in todo Log Message: Fix many bugs found by Stuart Brorson who was helpful enough to try out every single menu item. To generate a diff of this commit: cvs rdiff -r1.1.2.7 -r1.1.2.8 pcb/src/gpcb-menu.res cvs rdiff -r1.16 -r1.16.4.1 pcb/src/pcbtest.sh.in cvs rdiff -r1.8.4.3 -r1.8.4.4 pcb/src/todo To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/gpcb-menu.res?r1=1.1.2.7&r2=1.1.2.8 http://pcb.cvs.sourceforge.net/pcb/pcb/src/pcbtest.sh.in?r1=1.16&r2=1.16.4.1 http://pcb.cvs.sourceforge.net/pcb/pcb/src/todo?r1=1.8.4.3&r2=1.8.4.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |