|
From: Dan M. <da...@us...> - 2006-12-13 02:51:48
|
Module Name: pcb Committed By: danmc Date: Wed Dec 13 02:51:48 UTC 2006 Modified Files: pcb/src: Makefile.in Log Message: regen To generate a diff of this commit: cvs rdiff -r1.43 -r1.44 pcb/src/Makefile.in To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/Makefile.in?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. |
|
From: Dan M. <da...@us...> - 2006-12-13 22:13:39
|
Module Name: pcb
Committed By: danmc
Date: Wed Dec 13 22:13:39 UTC 2006
Modified Files:
pcb/src: dbus-pcbmain.c dbus-pcbmain.h dbus.c dbus.h
Log Message:
indent new code -- no other changes
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 pcb/src/dbus-pcbmain.c pcb/src/dbus-pcbmain.h \
pcb/src/dbus.h
cvs rdiff -r1.3 -r1.4 pcb/src/dbus.c
To view the diffs online visit:
http://pcb.cvs.sourceforge.net/pcb/pcb/src/dbus-pcbmain.c?r1=1.1&r2=1.2
http://pcb.cvs.sourceforge.net/pcb/pcb/src/dbus-pcbmain.h?r1=1.1&r2=1.2
http://pcb.cvs.sourceforge.net/pcb/pcb/src/dbus.h?r1=1.1&r2=1.2
http://pcb.cvs.sourceforge.net/pcb/pcb/src/dbus.c?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...> - 2006-12-13 22:43:01
|
Module Name: pcb Committed By: danmc Date: Wed Dec 13 22:42:56 UTC 2006 Modified Files: pcb/src: buffer.c mymem.c undo.c Log Message: Avoid some null pointer dereferences. Also make sure UndoList and RemoveList are initialized at startup to avoid any strange behavior there. This fixes a bug reported on geda-user where starting pcb with an empty board and then doing 'load layout to buffer' and pasting and then doing it again causes a segfault. Thanks to Peter Clifton for pointing this out. To generate a diff of this commit: cvs rdiff -r1.35 -r1.36 pcb/src/buffer.c cvs rdiff -r1.24 -r1.25 pcb/src/mymem.c pcb/src/undo.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/mymem.c?r1=1.24&r2=1.25 http://pcb.cvs.sourceforge.net/pcb/pcb/src/undo.c?r1=1.24&r2=1.25 http://pcb.cvs.sourceforge.net/pcb/pcb/src/buffer.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...> - 2006-12-14 00:36:27
|
Module Name: pcb Committed By: danmc Date: Thu Dec 14 00:36:27 UTC 2006 Modified Files: pcb/src: dbus.c Log Message: change a libiberty.h include to lrealpath.h since thats what we have now To generate a diff of this commit: cvs rdiff -r1.4 -r1.5 pcb/src/dbus.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/dbus.c?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...> - 2006-12-14 00:37:48
|
Module Name: pcb Committed By: danmc Date: Thu Dec 14 00:37:48 UTC 2006 Modified Files: pcb/src: Makefile.am Makefile.in Log Message: add missing lrealpath.h To generate a diff of this commit: cvs rdiff -r1.32 -r1.33 pcb/src/Makefile.am cvs rdiff -r1.44 -r1.45 pcb/src/Makefile.in To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/Makefile.am?r1=1.32&r2=1.33 http://pcb.cvs.sourceforge.net/pcb/pcb/src/Makefile.in?r1=1.44&r2=1.45 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-12-14 01:26:42
|
Module Name: pcb Committed By: haceaton Date: Thu Dec 14 01:26:43 UTC 2006 Modified Files: pcb/src: draw.c Log Message: fix arc drawing on the flipped board ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.67 -r1.68 pcb/src/draw.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/draw.c?r1=1.67&r2=1.68 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-12-14 01:55:01
|
Module Name: pcb Committed By: haceaton Date: Thu Dec 14 01:55:00 UTC 2006 Modified Files: pcb/src: polygon1.c Log Message: avoid duplicate removal of duplicate points ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.11 -r1.12 pcb/src/polygon1.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/polygon1.c?r1=1.11&r2=1.12 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-12-14 06:08:45
|
Module Name: pcb Committed By: danmc Date: Thu Dec 14 06:08:46 UTC 2006 Modified Files: pcb/src: Makefile.in Log Message: regen To generate a diff of this commit: cvs rdiff -r1.45 -r1.46 pcb/src/Makefile.in To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/Makefile.in?r1=1.45&r2=1.46 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-12-15 06:15:34
|
Module Name: pcb Committed By: djdelorie Date: Fri Dec 15 06:15:34 UTC 2006 Modified Files: pcb/src: parse_y.y Log Message: Allow attributes in old-style elements too. To generate a diff of this commit: cvs rdiff -r1.34 -r1.35 pcb/src/parse_y.y To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/parse_y.y?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: DJ D. <djd...@us...> - 2006-12-17 05:28:35
|
Module Name: pcb Committed By: djdelorie Date: Sun Dec 17 05:28:36 UTC 2006 Modified Files: pcb/src: hid.h Log Message: Add progress() hook to HID structure. No actual implementation yet. To generate a diff of this commit: cvs rdiff -r1.16 -r1.17 pcb/src/hid.h To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/hid.h?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-12-21 15:01:04
|
Module Name: pcb Committed By: djdelorie Date: Thu Dec 21 15:01:04 UTC 2006 Modified Files: pcb/src: todo Log Message: Remove completed projects, add some new ones. To generate a diff of this commit: cvs rdiff -r1.5 -r1.6 pcb/src/todo To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/todo?r1=1.5&r2=1.6 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-12-22 04:53:17
|
Module Name: pcb Committed By: djdelorie Date: Fri Dec 22 04:53:18 UTC 2006 Modified Files: pcb/src: todo Log Message: Take "enums" off the lesstif list. To generate a diff of this commit: cvs rdiff -r1.6 -r1.7 pcb/src/todo To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/todo?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: harry e. <hac...@us...> - 2006-12-22 04:59:11
|
Module Name: pcb Committed By: haceaton Date: Fri Dec 22 04:59:11 UTC 2006 Modified Files: pcb/src: crosshair.c search.h todo Log Message: provide a cursor shape change when the arrow mode crosshair is over a line end-point. ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.27 -r1.28 pcb/src/crosshair.c cvs rdiff -r1.9 -r1.10 pcb/src/search.h cvs rdiff -r1.7 -r1.8 pcb/src/todo To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/crosshair.c?r1=1.27&r2=1.28 http://pcb.cvs.sourceforge.net/pcb/pcb/src/todo?r1=1.7&r2=1.8 http://pcb.cvs.sourceforge.net/pcb/pcb/src/search.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...> - 2006-12-22 05:05:21
|
Module Name: pcb Committed By: haceaton Date: Fri Dec 22 05:05:22 UTC 2006 Modified Files: pcb/src: crosshair.c Log Message: don't indicate line end-point if the line is selected since move will move the whole selection. ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.28 -r1.29 pcb/src/crosshair.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/crosshair.c?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: harry e. <hac...@us...> - 2007-01-09 00:30:34
|
Module Name: pcb Committed By: haceaton Date: Tue Jan 9 00:30:35 UTC 2007 Modified Files: pcb/src: move.c Log Message: fix segfault when moving polygon to layer. Also user r_search to find the pin/via thermals. ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.35 -r1.36 pcb/src/move.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/move.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-01-09 14:16:26
|
Module Name: pcb Committed By: djdelorie Date: Tue Jan 9 14:16:26 UTC 2007 Modified Files: pcb/src: draw.c Log Message: Don't draw plated holes on outline gerber. To generate a diff of this commit: cvs rdiff -r1.68 -r1.69 pcb/src/draw.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/draw.c?r1=1.68&r2=1.69 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-01-14 20:19:40
|
Module Name: pcb Committed By: haceaton Date: Sun Jan 14 20:19:38 UTC 2007 Modified Files: pcb/src: autoroute.c mtspace.c mtspace.h Log Message: More thurough via site searching, cost function changes and some better handling of certain search conditions. Much improved smoothing pass implementation. Doesn't gratuitously pack traces at minimum clearance during smoothing pass. Overall much better routing is acheived. ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.39 -r1.40 pcb/src/autoroute.c cvs rdiff -r1.18 -r1.19 pcb/src/mtspace.c cvs rdiff -r1.6 -r1.7 pcb/src/mtspace.h To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/mtspace.c?r1=1.18&r2=1.19 http://pcb.cvs.sourceforge.net/pcb/pcb/src/autoroute.c?r1=1.39&r2=1.40 http://pcb.cvs.sourceforge.net/pcb/pcb/src/mtspace.h?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: DJ D. <djd...@us...> - 2007-01-15 15:15:17
|
Module Name: pcb Committed By: djdelorie Date: Mon Jan 15 06:13:29 UTC 2007 Modified Files: pcb/src: djopt.c Log Message: Keep canonicalizing lines until they're all canonicalized. Don't delete vias that aren't tented (assume they're test points). Add an option to just canonicalize lines. To generate a diff of this commit: cvs rdiff -r1.41 -r1.42 pcb/src/djopt.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/djopt.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: DJ D. <djd...@us...> - 2007-01-16 18:13:20
|
Module Name: pcb Committed By: djdelorie Date: Tue Jan 16 18:13:17 UTC 2007 Modified Files: pcb/src: file.c macro.h main.c parse_l.l Log Message: Don't call popen() if we don't need to. To generate a diff of this commit: cvs rdiff -r1.48 -r1.49 pcb/src/file.c cvs rdiff -r1.24 -r1.25 pcb/src/macro.h cvs rdiff -r1.61 -r1.62 pcb/src/main.c cvs rdiff -r1.15 -r1.16 pcb/src/parse_l.l To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/parse_l.l?r1=1.15&r2=1.16 http://pcb.cvs.sourceforge.net/pcb/pcb/src/macro.h?r1=1.24&r2=1.25 http://pcb.cvs.sourceforge.net/pcb/pcb/src/file.c?r1=1.48&r2=1.49 http://pcb.cvs.sourceforge.net/pcb/pcb/src/main.c?r1=1.61&r2=1.62 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-01-17 22:00:25
|
Module Name: pcb Committed By: danmc Date: Wed Jan 17 22:00:26 UTC 2007 Modified Files: pcb/src: pcbtest.sh.in Log Message: add the generated (from m4lib) newlib to the library search path To generate a diff of this commit: cvs rdiff -r1.13 -r1.14 pcb/src/pcbtest.sh.in To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/pcbtest.sh.in?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...> - 2007-01-17 22:00:34
|
Module Name: pcb Committed By: danmc Date: Wed Jan 17 22:00:34 UTC 2007 Modified Files: pcb/src: file.c Log Message: exclude .html and .png files from newlib directories To generate a diff of this commit: cvs rdiff -r1.49 -r1.50 pcb/src/file.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/file.c?r1=1.49&r2=1.50 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-01-19 22:33:32
|
Module Name: pcb Committed By: danmc Date: Fri Jan 19 22:33:31 UTC 2007 Modified Files: pcb/src: compat.c compat.h Log Message: Add replacement wrappers for dlopen() and friends on windows. Update the hid initialization code to pull in the compat header. Also work around windows limitations with stat(). No change on real operating systems. To generate a diff of this commit: cvs rdiff -r1.6 -r1.7 pcb/src/compat.c cvs rdiff -r1.3 -r1.4 pcb/src/compat.h To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/compat.h?r1=1.3&r2=1.4 http://pcb.cvs.sourceforge.net/pcb/pcb/src/compat.c?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-01-20 13:04:30
|
Module Name: pcb Committed By: danmc Date: Sat Jan 20 13:04:31 UTC 2007 Modified Files: pcb/src: main.c Log Message: Break apart PCBTREEDIR into the original plus PCBTREEPATH where the latter is a : seperated path and the former is just the base installation directory for newlib. To generate a diff of this commit: cvs rdiff -r1.62 -r1.63 pcb/src/main.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/main.c?r1=1.62&r2=1.63 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-01-27 02:16:26
|
Module Name: pcb Committed By: djdelorie Date: Sat Jan 27 02:16:27 UTC 2007 Modified Files: pcb/src: action.c Log Message: Make sure we have a current mark when we convert selection to an element. To generate a diff of this commit: cvs rdiff -r1.99 -r1.100 pcb/src/action.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/action.c?r1=1.99&r2=1.100 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-01 21:11:05
|
Module Name: pcb Committed By: djdelorie Date: Thu Feb 1 21:10:43 UTC 2007 Modified Files: pcb/src: draw.c Log Message: Draw plated holes when exporting. To generate a diff of this commit: cvs rdiff -r1.69 -r1.70 pcb/src/draw.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/draw.c?r1=1.69&r2=1.70 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |