|
From: Dan M. <da...@us...> - 2004-01-05 23:41:14
|
Module Name: pcb Committed By: danmc Date: Mon Jan 5 23:41:13 UTC 2004 Modified Files: pcb/src: print.c Log Message: fix generation of fab drawing with the high resolution changes To generate a diff of this commit: cvs rdiff -r1.9 -r1.10 pcb/src/print.c 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-01-06 01:04:33
|
Module Name: pcb Committed By: haceaton Date: Tue Jan 6 01:04:31 UTC 2004 Modified Files: pcb/src: action.c Log Message: Fix for Display(Save|Restore) To generate a diff of this commit: cvs rdiff -r1.7 -r1.8 pcb/src/action.c 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-01-06 23:53:44
|
Module Name: pcb Committed By: haceaton Date: Tue Jan 6 23:53:43 UTC 2004 Modified Files: pcb/src: set.c Log Message: Fixed sign display in fractional mil part of crosshair To generate a diff of this commit: cvs rdiff -r1.4 -r1.5 pcb/src/set.c 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-01-08 05:00:28
|
Module Name: pcb Committed By: haceaton Date: Thu Jan 8 05:00:27 UTC 2004 Modified Files: pcb/src: Pcb.ad.in action.c main.c misc.c Log Message: Fixes for absolute/relative size change. Also added repeat last typed command and fixed a few hi-res bugs. To generate a diff of this commit: cvs rdiff -r1.7 -r1.8 pcb/src/Pcb.ad.in cvs rdiff -r1.8 -r1.9 pcb/src/action.c cvs rdiff -r1.4 -r1.5 pcb/src/main.c cvs rdiff -r1.6 -r1.7 pcb/src/misc.c 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-01-10 01:23:19
|
Module Name: pcb Committed By: danmc Date: Sat Jan 10 01:23:18 UTC 2004 Modified Files: pcb/src: parse_y.y Log Message: One more hi-res buglet. Correct parsing of 'Arc'. Thanks to Bill Wilson for catching this one. To generate a diff of this commit: cvs rdiff -r1.2 -r1.3 pcb/src/parse_y.y 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-01-10 19:38:25
|
Module Name: pcb Committed By: haceaton Date: Sat Jan 10 19:38:24 UTC 2004 Modified Files: pcb/src: action.c draw.c report.c Log Message: Fixes for text scaling To generate a diff of this commit: cvs rdiff -r1.9 -r1.10 pcb/src/action.c cvs rdiff -r1.10 -r1.11 pcb/src/draw.c cvs rdiff -r1.8 -r1.9 pcb/src/report.c 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-01-13 04:52:58
|
Module Name: pcb Committed By: haceaton Date: Tue Jan 13 04:52:57 UTC 2004 Modified Files: pcb/src: box.h mtspace.c Log Message: Fix for mtspace coalesce; hi-res requires floats for area computation To generate a diff of this commit: cvs rdiff -r1.3 -r1.4 pcb/src/box.h cvs rdiff -r1.4 -r1.5 pcb/src/mtspace.c 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-01-13 05:00:16
|
Module Name: pcb Committed By: haceaton Date: Tue Jan 13 05:00:15 UTC 2004 Modified Files: pcb/src: djopt.c Log Message: Fixed for new definition of mils for savings report To generate a diff of this commit: cvs rdiff -r1.9 -r1.10 pcb/src/djopt.c 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-01-14 02:23:44
|
Module Name: pcb Committed By: haceaton Date: Wed Jan 14 02:23:44 UTC 2004 Modified Files: pcb/src: macro.h misc.c output.c Log Message: Fixes for several solder-side viewing bugs introduced with hi-res changes To generate a diff of this commit: cvs rdiff -r1.3 -r1.4 pcb/src/macro.h pcb/src/output.c cvs rdiff -r1.7 -r1.8 pcb/src/misc.c 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-01-14 02:24:58
|
Module Name: pcb Committed By: haceaton Date: Wed Jan 14 02:24:58 UTC 2004 Modified Files: pcb/src: misc.c Log Message: Turned off debugging messages To generate a diff of this commit: cvs rdiff -r1.8 -r1.9 pcb/src/misc.c 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-01-14 03:10:27
|
Module Name: pcb Committed By: haceaton Date: Wed Jan 14 03:10:26 UTC 2004 Modified Files: pcb/src: Pcb.ad.in action.c command.c misc.c Log Message: Tweaks for case-insensitive command arguments, keyboard adjust of grid and fixed a couple of absolute/relative bugs. To generate a diff of this commit: cvs rdiff -r1.8 -r1.9 pcb/src/Pcb.ad.in cvs rdiff -r1.10 -r1.11 pcb/src/action.c cvs rdiff -r1.2 -r1.3 pcb/src/command.c cvs rdiff -r1.9 -r1.10 pcb/src/misc.c 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-01-15 14:21:31
|
Module Name: pcb Committed By: haceaton Date: Thu Jan 15 14:21:30 UTC 2004 Modified Files: pcb/src: Pcb.ad.in action.c main.c set.c set.h Log Message: Fix to keep mode setting and add a function for moving an object by/to numerical coordinates To generate a diff of this commit: cvs rdiff -r1.9 -r1.10 pcb/src/Pcb.ad.in cvs rdiff -r1.11 -r1.12 pcb/src/action.c cvs rdiff -r1.5 -r1.6 pcb/src/main.c pcb/src/set.c cvs rdiff -r1.2 -r1.3 pcb/src/set.h 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-01-15 16:17:50
|
Module Name: pcb Committed By: haceaton Date: Thu Jan 15 16:17:48 UTC 2004 Modified Files: pcb/src: action.c const.h menu.c misc.c set.c Log Message: Added Local reference measurement for line drawing and allow not-overriding the mark position for moves and line-drawing To generate a diff of this commit: cvs rdiff -r1.12 -r1.13 pcb/src/action.c cvs rdiff -r1.5 -r1.6 pcb/src/const.h cvs rdiff -r1.10 -r1.11 pcb/src/menu.c pcb/src/misc.c cvs rdiff -r1.6 -r1.7 pcb/src/set.c 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-01-15 20:16:07
|
Module Name: pcb Committed By: haceaton Date: Thu Jan 15 20:16:06 UTC 2004 Modified Files: pcb/src: action.c action.h menu.c Log Message: Added support to smash an element in place To generate a diff of this commit: cvs rdiff -r1.13 -r1.14 pcb/src/action.c cvs rdiff -r1.2 -r1.3 pcb/src/action.h cvs rdiff -r1.11 -r1.12 pcb/src/menu.c 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-01-17 23:06:20
|
Module Name: pcb Committed By: haceaton Date: Sat Jan 17 23:06:20 UTC 2004 Modified Files: pcb/src: main.c Log Message: Fix some default sizes for hi-res when no resource file is available To generate a diff of this commit: cvs rdiff -r1.6 -r1.7 pcb/src/main.c 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-01-17 23:06:55
|
Module Name: pcb Committed By: haceaton Date: Sat Jan 17 23:06:54 UTC 2004 Modified Files: pcb/src: output.c Log Message: Increase the minimum size of the panner control To generate a diff of this commit: cvs rdiff -r1.4 -r1.5 pcb/src/output.c 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-01-17 23:07:47
|
Module Name: pcb Committed By: haceaton Date: Sat Jan 17 23:07:46 UTC 2004 Modified Files: pcb/src: menu.c Log Message: Add menu item to auto-route only selected rats To generate a diff of this commit: cvs rdiff -r1.12 -r1.13 pcb/src/menu.c 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-01-18 01:05:55
|
Module Name: pcb Committed By: haceaton Date: Sun Jan 18 01:05:49 UTC 2004 Modified Files: pcb/src: Pcb.ad.in data.c draw.c macro.h output.c parse_y.y set.c Log Message: Added some intermediate zooms, so now it goes by sqrt(2) To generate a diff of this commit: cvs rdiff -r1.10 -r1.11 pcb/src/Pcb.ad.in cvs rdiff -r1.2 -r1.3 pcb/src/data.c cvs rdiff -r1.11 -r1.12 pcb/src/draw.c cvs rdiff -r1.4 -r1.5 pcb/src/macro.h cvs rdiff -r1.5 -r1.6 pcb/src/output.c cvs rdiff -r1.3 -r1.4 pcb/src/parse_y.y cvs rdiff -r1.7 -r1.8 pcb/src/set.c 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-01-18 01:08:46
|
Module Name: pcb Committed By: haceaton Date: Sun Jan 18 01:08:43 UTC 2004 Modified Files: pcb/src: menu.c Log Message: Fix for intermediate zoom levels To generate a diff of this commit: cvs rdiff -r1.13 -r1.14 pcb/src/menu.c 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-01-19 19:16:18
|
Module Name: pcb Committed By: haceaton Date: Mon Jan 19 19:16:18 UTC 2004 Modified Files: pcb/src: const.h data.c data.h draw.c draw.h file.c global.h macro.h main.c menu.c parse_y.y pinout.c set.c set.h Log Message: Modifications to support arbitrary zoom ratios To generate a diff of this commit: cvs rdiff -r1.6 -r1.7 pcb/src/const.h cvs rdiff -r1.3 -r1.4 pcb/src/data.c pcb/src/set.h cvs rdiff -r1.2 -r1.3 pcb/src/data.h pcb/src/global.h cvs rdiff -r1.12 -r1.13 pcb/src/draw.c cvs rdiff -r1.1.1.1 -r1.2 pcb/src/draw.h cvs rdiff -r1.7 -r1.8 pcb/src/file.c pcb/src/main.c cvs rdiff -r1.5 -r1.6 pcb/src/macro.h cvs rdiff -r1.14 -r1.15 pcb/src/menu.c cvs rdiff -r1.4 -r1.5 pcb/src/parse_y.y pcb/src/pinout.c cvs rdiff -r1.8 -r1.9 pcb/src/set.c 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-01-19 21:49:44
|
Module Name: pcb Committed By: haceaton Date: Mon Jan 19 21:49:39 UTC 2004 Modified Files: pcb/src: find.c Log Message: Speed up polygon/polygon intersection testing. The special case is *all* points inside polygon, not just some points so only one point need be tested To generate a diff of this commit: cvs rdiff -r1.7 -r1.8 pcb/src/find.c 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-01-19 22:17:31
|
Module Name: pcb Committed By: haceaton Date: Mon Jan 19 22:17:30 UTC 2004 Modified Files: pcb/src: autoroute.c heap.h kdtree.c kdtree.h Log Message: Fixes for auto-router with hi-res and some speed-ups of its operation To generate a diff of this commit: cvs rdiff -r1.6 -r1.7 pcb/src/autoroute.c cvs rdiff -r1.3 -r1.4 pcb/src/heap.h pcb/src/kdtree.h cvs rdiff -r1.5 -r1.6 pcb/src/kdtree.c 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-01-20 16:15:50
|
Module Name: pcb Committed By: haceaton Date: Tue Jan 20 16:15:50 UTC 2004 Modified Files: pcb/src: action.c Log Message: Fix for smashing element in place To generate a diff of this commit: cvs rdiff -r1.14 -r1.15 pcb/src/action.c 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-02-04 04:02:11
|
Module Name: pcb
Committed By: djdelorie
Date: Wed Feb 4 03:59:55 UTC 2004
Modified Files:
pcb/src: Makefile.am Makefile.in
Log Message:
* Detect re_comp(), regcomp(), and <regex.h> (select.c doesn't use the
new HAVE_* yet, this is a prelude to it).
* Set -DNDEBUG for all src/* compiles.
* Support maintainer mode (--enable-maintainer-mode) (I got tired of
having half the world regenerated just because I did a "cvs update")
* Detect tgif, if not found pad.{png,eps} just isn't built (what's
that for, anyway?) Prebuilt copies of those should be checked in
too at some point.
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 pcb/src/Makefile.am
cvs rdiff -r1.5 -r1.6 pcb/src/Makefile.in
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-02-05 06:08:39
|
Module Name: pcb Committed By: haceaton Date: Thu Feb 5 06:06:12 UTC 2004 Modified Files: pcb/src: dev_rs274x.c find.c find.h print.c Log Message: Fixed some gerber hi-res bugs and some complex ground-plane print issues To generate a diff of this commit: cvs rdiff -r1.16 -r1.17 pcb/src/dev_rs274x.c cvs rdiff -r1.8 -r1.9 pcb/src/find.c cvs rdiff -r1.2 -r1.3 pcb/src/find.h cvs rdiff -r1.12 -r1.13 pcb/src/print.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |