|
From: Dan M. <da...@us...> - 2007-04-21 03:17:08
|
Module Name: pcb Committed By: danmc Date: Sat Apr 21 03:17:09 UTC 2007 Modified Files: pcb/src: autoplace.c Log Message: add a check to make sure malloc() succeeds. Noted in bug [ 1657886 ] Check return codes everywhere To generate a diff of this commit: cvs rdiff -r1.20 -r1.21 pcb/src/autoplace.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/autoplace.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-04-21 17:03:33
|
Module Name: pcb Committed By: djdelorie Date: Sat Apr 21 17:03:22 UTC 2007 Modified Files: pcb/src: buffer.c create.c Log Message: Permit the existence of diagonal pads. To generate a diff of this commit: cvs rdiff -r1.36 -r1.37 pcb/src/buffer.c cvs rdiff -r1.39 -r1.40 pcb/src/create.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/buffer.c?r1=1.36&r2=1.37 http://pcb.cvs.sourceforge.net/pcb/pcb/src/create.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-04-21 19:00:50
|
Module Name: pcb Committed By: djdelorie Date: Sat Apr 21 19:00:46 UTC 2007 Modified Files: pcb/src: crosshair.c search.c Log Message: Allow for diagonal pads. To generate a diff of this commit: cvs rdiff -r1.31 -r1.32 pcb/src/crosshair.c cvs rdiff -r1.30 -r1.31 pcb/src/search.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/search.c?r1=1.30&r2=1.31 http://pcb.cvs.sourceforge.net/pcb/pcb/src/crosshair.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: DJ D. <djd...@us...> - 2007-04-21 20:41:35
|
Module Name: pcb Committed By: djdelorie Date: Sat Apr 21 20:41:37 UTC 2007 Modified Files: pcb/src: buffer.c Log Message: Add FreeRotatebuffer(Angle) (angle can be any angle) To generate a diff of this commit: cvs rdiff -r1.37 -r1.38 pcb/src/buffer.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/buffer.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: DJ D. <djd...@us...> - 2007-04-21 21:21:54
|
Module Name: pcb Committed By: djdelorie Date: Sat Apr 21 21:21:55 UTC 2007 Modified Files: pcb/src: action.c buffer.c copy.c create.c create.h parse_y.y Log Message: Preserve width *and* height when manipulating arcs. To generate a diff of this commit: cvs rdiff -r1.107 -r1.108 pcb/src/action.c cvs rdiff -r1.38 -r1.39 pcb/src/buffer.c cvs rdiff -r1.18 -r1.19 pcb/src/copy.c cvs rdiff -r1.40 -r1.41 pcb/src/create.c cvs rdiff -r1.9 -r1.10 pcb/src/create.h cvs rdiff -r1.39 -r1.40 pcb/src/parse_y.y To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/action.c?r1=1.107&r2=1.108 http://pcb.cvs.sourceforge.net/pcb/pcb/src/copy.c?r1=1.18&r2=1.19 http://pcb.cvs.sourceforge.net/pcb/pcb/src/buffer.c?r1=1.38&r2=1.39 http://pcb.cvs.sourceforge.net/pcb/pcb/src/parse_y.y?r1=1.39&r2=1.40 http://pcb.cvs.sourceforge.net/pcb/pcb/src/create.c?r1=1.40&r2=1.41 http://pcb.cvs.sourceforge.net/pcb/pcb/src/create.h?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: harry e. <hac...@us...> - 2007-04-27 04:17:50
|
Module Name: pcb Committed By: haceaton Date: Fri Apr 27 04:17:52 UTC 2007 Modified Files: pcb/src: polygon.c Log Message: fix bloating of region to search for re-clearance after a portion of polyogn is restored. ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.50 -r1.51 pcb/src/polygon.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/polygon.c?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: harry e. <hac...@us...> - 2007-04-28 14:32:55
|
Module Name: pcb Committed By: haceaton Date: Sat Apr 28 14:32:55 UTC 2007 Modified Files: pcb/src: polygon.c Log Message: Don't double the pad thickness when restoring to the polygon. For speedup, just add back a simple rectangle since it only has 4 points. Should do that for lines too, but didn't. ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.51 -r1.52 pcb/src/polygon.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/polygon.c?r1=1.51&r2=1.52 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-05-01 03:29:31
|
Module Name: pcb Committed By: danmc Date: Tue May 1 03:29:33 UTC 2007 Modified Files: pcb/src: gpcb-menu.res Log Message: Teach the GTK HID how to trap certain hotkeys which gtk usually captures for its own use. This lets PCB use the arrow keys and the tab key again. So restore the hotkey for flipping sides in the menu resource file. Start on the Cursor() action which is needed for the arrow keys. That part is not done yet. To generate a diff of this commit: cvs rdiff -r1.3 -r1.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.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...> - 2007-05-01 21:52:12
|
Module Name: pcb Committed By: danmc Date: Tue May 1 21:52:13 UTC 2007 Modified Files: pcb/src: gpcb-menu.res Log Message: remove the menu mneumonics as some conflict with hotkeys To generate a diff of this commit: cvs rdiff -r1.4 -r1.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.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...> - 2007-05-02 02:50:28
|
Module Name: pcb Committed By: danmc Date: Wed May 2 02:50:30 UTC 2007 Modified Files: pcb/src: file.c file.h misc.c Log Message: avoid triggering an emergency save on normal exit. Reported and patch provided in bug [ 1705607 ] Emergency save on normal exit. To generate a diff of this commit: cvs rdiff -r1.62 -r1.63 pcb/src/file.c pcb/src/misc.c cvs rdiff -r1.8 -r1.9 pcb/src/file.h To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/file.c?r1=1.62&r2=1.63 http://pcb.cvs.sourceforge.net/pcb/pcb/src/misc.c?r1=1.62&r2=1.63 http://pcb.cvs.sourceforge.net/pcb/pcb/src/file.h?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-05-02 03:17:56
|
Module Name: pcb Committed By: danmc Date: Wed May 2 03:17:58 UTC 2007 Modified Files: pcb/src: create.c Log Message: When refusing to create overlapping vias spit out a warning. We should probably allow overlapping vias but turn it into a DRC violation. But until then, at least give a warning instead of silently dropping them. More details are in bug reports: [ 1687692 ] Large Pads (150 mils) silently dropped [ 1266154 ] lost vias To generate a diff of this commit: cvs rdiff -r1.41 -r1.42 pcb/src/create.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/create.c?r1=1.41&r2=1.42 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-05-04 03:19:33
|
Module Name: pcb Committed By: danmc Date: Fri May 4 03:16:48 UTC 2007 Modified Files: pcb/src: todo Log Message: remove a few fixed things To generate a diff of this commit: cvs rdiff -r1.10 -r1.11 pcb/src/todo To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/todo?r1=1.10&r2=1.11 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-05-16 22:19:07
|
Module Name: pcb Committed By: danmc Date: Wed May 16 22:19:08 UTC 2007 Modified Files: pcb/src: file.c Log Message: if the popen fails for the ListLibraryContents.sh shell script, continue on with the newlib processing instead of failing. This helps on systems where either the user has disabled m4 libraries or on systems like windows where the popen will not work. To generate a diff of this commit: cvs rdiff -r1.63 -r1.64 pcb/src/file.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/file.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: Dan M. <da...@us...> - 2007-05-17 04:39:18
|
Module Name: pcb Committed By: danmc Date: Thu May 17 04:39:20 UTC 2007 Modified Files: pcb/src: main.c Log Message: check for getenv() return codes everywhere and deal if getenv returns NULL. Noted by Peter Clifton. To generate a diff of this commit: cvs rdiff -r1.71 -r1.72 pcb/src/main.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/main.c?r1=1.71&r2=1.72 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Peter C. <pet...@us...> - 2007-05-25 17:43:29
|
Module Name: pcb Committed By: petercjclifton Date: Fri May 25 17:43:31 UTC 2007 Modified Files: pcb/src: draw.c Log Message: Stop far side 'invisible' pads being drawn when pins / pads are switched off. To generate a diff of this commit: cvs rdiff -r1.73 -r1.74 pcb/src/draw.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/draw.c?r1=1.73&r2=1.74 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Peter C. <pet...@us...> - 2007-05-25 18:13:06
|
Module Name: pcb Committed By: petercjclifton Date: Fri May 25 18:12:53 UTC 2007 Modified Files: pcb/src: draw.c Log Message: Change drawing code for square pads to use gui->fill_rect (...) as on Win32, the current method of drawing a zero length line doesn't work. To generate a diff of this commit: cvs rdiff -r1.74 -r1.75 pcb/src/draw.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/draw.c?r1=1.74&r2=1.75 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Peter C. <pet...@us...> - 2007-05-29 11:18:59
|
Module Name: pcb Committed By: petercjclifton Date: Tue May 29 11:19:00 UTC 2007 Modified Files: pcb/src: draw.c Log Message: Revert patch to hide far-side (invisible) pads when near-side pins / pads are switched off. Old behaviour was intentional. To generate a diff of this commit: cvs rdiff -r1.75 -r1.76 pcb/src/draw.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/draw.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: DJ D. <djd...@us...> - 2007-06-09 20:34:48
|
Module Name: pcb Committed By: djdelorie Date: Sat Jun 9 20:34:50 UTC 2007 Modified Files: pcb/src: action.c pcb-menu.res Log Message: Add Delete() action. No arguments: delete selected ELSE object, but options for selected only, object only, selected rats, all rats. To generate a diff of this commit: cvs rdiff -r1.108 -r1.109 pcb/src/action.c cvs rdiff -r1.31 -r1.32 pcb/src/pcb-menu.res To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/action.c?r1=1.108&r2=1.109 http://pcb.cvs.sourceforge.net/pcb/pcb/src/pcb-menu.res?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: DJ D. <djd...@us...> - 2007-08-01 02:45:10
|
Module Name: pcb Committed By: djdelorie Date: Wed Aug 1 02:45:05 UTC 2007 Modified Files: pcb/src: misc.c Log Message: When the layer stack is reset, bring the component layer to the front and make it active. To generate a diff of this commit: cvs rdiff -r1.63 -r1.64 pcb/src/misc.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/misc.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: DJ D. <djd...@us...> - 2007-08-01 02:49:51
|
Module Name: pcb Committed By: djdelorie Date: Wed Aug 1 02:49:53 UTC 2007 Modified Files: pcb/src: misc.c Log Message: Add missing variable. To generate a diff of this commit: cvs rdiff -r1.64 -r1.65 pcb/src/misc.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/misc.c?r1=1.64&r2=1.65 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-01 02:52:04
|
Module Name: pcb Committed By: djdelorie Date: Wed Aug 1 02:52:06 UTC 2007 Modified Files: pcb/src: file.c Log Message: When a board is loaded, the first route style is automatically selected if the old style doesn't happen to match any styles. To generate a diff of this commit: cvs rdiff -r1.64 -r1.65 pcb/src/file.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/file.c?r1=1.64&r2=1.65 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-01 02:54:04
|
Module Name: pcb Committed By: djdelorie Date: Wed Aug 1 02:54:05 UTC 2007 Modified Files: pcb/src: action.c Log Message: Fix references to RouteStyleChanged (should be RouteStylesChanged). Call it when :RouteStyle is called. To generate a diff of this commit: cvs rdiff -r1.109 -r1.110 pcb/src/action.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/action.c?r1=1.109&r2=1.110 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-01 02:59:15
|
Module Name: pcb Committed By: djdelorie Date: Wed Aug 1 02:59:16 UTC 2007 Modified Files: pcb/src: strflags.c Log Message: Fixed a bug in flags_to_string where the LOCALREF pcb flag would be discarded. To generate a diff of this commit: cvs rdiff -r1.16 -r1.17 pcb/src/strflags.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/strflags.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...> - 2007-08-04 21:20:15
|
Module Name: pcb Committed By: djdelorie Date: Sat Aug 4 21:20:18 UTC 2007 Modified Files: pcb/src: draw.c Log Message: Tracker 1753084 - fixes 1751589, merged soldermask has larger than expected outline. To generate a diff of this commit: cvs rdiff -r1.76 -r1.77 pcb/src/draw.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/draw.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. <djd...@us...> - 2007-08-05 02:36:33
|
Module Name: pcb Committed By: djdelorie Date: Sun Aug 5 02:36:36 UTC 2007 Modified Files: pcb/src: set.c Log Message: Don't limit keepaway size to minimum *line* size. To generate a diff of this commit: cvs rdiff -r1.35 -r1.36 pcb/src/set.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/set.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. |