find.c: Remove some "flag" variable usage in DRCFind()
[geda-pcb/pcjc2.git] / ChangeLog
blob18b0be445ca5b7cd582d345529153ef65e50f774
1 This ChangeLog is automatically generated from git commit messages
2 during the snapshot process.  See README.snapshots and utils/git2cl.
4 2011-09-18   DJ Delorie * dj AT delorie dot com *
6         * po/POTFILES.in: Remove src/hid/common/hidgl_package_vrml_y.c from
7         POTFILES.in Reverts 61bd0cb1e134bbea96abd6fd2d5fb94d09c0b3c8 as this file
8         doesn't exist in this repository, causing a distcheck failure.
10 2011-09-18   DJ Delorie * dj AT delorie dot com *
12         * : Update golden files for nanometers hid_png3 was off by a pixel on a line end.  I retested my UV and TT
13         films to verify that the nanometers conversion didn't affect line
14         *widths* and updated the golden file to accept this one-pixel
15         difference.
17 2011-09-17   DJ Delorie * dj AT delorie dot com *
19         * src/action.c: [windows] use unix-style path separators when
20         calling gnetlist
22 2011-09-17   Felix Ruoff * Felix AT posaunenmission dot de *
24         * : commit 70db91fc3dfb8b378962794fc8f86f71b52f7af8  Author:
25         Kai-Martin Knaak * kmk AT lilalaser dot de * Date:   Fri Sep 16
26         01:07:32 2011 +0200
28 2011-09-16   Kai-Martin Knaak * kmk AT lilalaser dot de *
30         * doc/pcb.texi: remove panner control from documentation There is no panner control in the GUI (anymore?) since at least five
31         years.  this pathc removes its description from the texi manual.
33 2011-09-17   Peter Clifton * pcjc2 AT cam dot ac dot uk *
35         * src/file.c, src/main.c: Don't adjust the Library command settings
36         if they are NULL, or an empty string.  (The empty string part is a fixup for commit
37          31df66e87a810aac852139da9119b15c47fa8c71 - this will teach me for bikeshedding) The NULL part should fix bug lp-852598 Closes-bug: lp-852598
39 2011-09-17   Peter Clifton * pcjc2 AT cam dot ac dot uk *
41         * src/file.c, src/main.c: Bikeshed commit
42         11700ba8c3c951a788c8190073eb09822060dfdd I don't like magic strings, and IMO, using a blank
43         LibraryContentsCommand string to imply "don't use this feature" is
44         better than "*NONE*".
46 2011-09-17   Peter Clifton * pcjc2 AT cam dot ac dot uk *
48         * src/hid/gtk/gui-top-window.c: hid/gtk: Set the LC_NUMERIC locale
49         to "C" rather than "POSIX" This value is supported on Win32 platforms, whereas "POSIX" doesn't
50         appear to have any effect.  This was one possible way to fix the "zoom doesn't work" bug on
51         Win32 for locales which use "," as the decimal separator.  DJ fixed the Zoom action to be locale independent in commit
52         fd5399c67b988f2f7c9d1a0b4ab7c13bc2e95158, which worked around the
53         problem for this particular action, but I feel it would be best that
54         we made our locale handling consistent between Linux and Win32 as
55         well.  Affects-bug: lp-843577
57 2011-09-08   Dima Kogan * dima AT secretsauce dot net *
59         * src/djopt.c: fixed an instance of the "only-optimize-autorouted"
60         flag being ignored  Signed-off-by: Dima Kogan * dima AT secretsauce dot net *
62 2011-09-16   DJ Delorie * dj AT delorie dot com *
64         * src/file.c, src/main.c: Skip the M4 library on Windows On Windows, set the LibraryContentsCommand to the magic string
65         "*NONE*" and check for that string while loading the libraries.
66         This avoids the windows pcb.exe from trying to run bash or m4
67         scripts, which are normally not available, yet allows the user a way
68         to re-enable them if they want.
70 2011-09-16   DJ Delorie * dj AT delorie dot com *
72         * src/hid/gtk/gtkhid-main.c, src/hid/lesstif/main.c: De-localize
73         zoom parsing The values used for Zoom() were being parsed with strtod(), which
74         switches between '.' and ',' depending on locale.  Switch to
75         g_ascii_strtod() which always uses '.' and thus always matches our
76         actions.  Note: I didn't change the command line parsing, because I didn't
77         think we should impose '.'-centric syntax on other locales.
79 2011-09-16   DJ Delorie * dj AT delorie dot com *
81         * lib/generic.list: Add DIL footprint names and R025.  Existing tutorials say to use "DIL 16 300" for DIPs (we use "N 16
82         300") and often call for the R025 footprint, so add them as aliases
83         so the m4-to-newlib converter includes them.
85 2011-09-16   DJ Delorie * dj AT delorie dot com *
87         * lib/m4lib_to_newlib.sh: Fix m4-to-newlib converter filenames The m4 library uses macros and parameters to describe footprints,
88         which allows for a *very* flexible footprint naming scheme.  While
89         it is impossible for pcb to know all valid footprint values, it does
90         have a list of "standard" ones, and knows how to obtain those.
91         However, the m4 to newlib converter wasn't using the same footprint
92         naming convention as everyone else, so produced *.fp files that
93         weren't always useful.  For example, there were a large number of
94         300.fp files that all collided.  With this fix, the footprint name matches the value in [...] in the
95         library window, which is what we tell people to use for the
96         "footprint=" attribute anyway.
98 2011-09-16   DJ Delorie * dj AT delorie dot com *
100         * src/hid/lesstif/lesstif.h: Wrap all XmStrings in gettext()
102 2011-09-15   Peter Clifton * pcjc2 AT cam dot ac dot uk *
104         * po/POTFILES.in: Add another missing source file to POTFILES.in
106 2011-09-15   DJ Delorie * dj AT delorie dot com *
108         * src/main.c: Add locale functions Add textdomain() and setlocale() to connect to our message catalogs.
110 2011-09-15   Peter Clifton * pcjc2 AT cam dot ac dot uk *
112         * po/POTFILES.in: Add some missing files to POTFILES.in (And sorted the file contents).   Reported-by: Bert Timmerman * bert dot timmerman AT xs4all dot nl *
113         Affects-bug: lp-846368
115 2011-09-09   Bert Timmerman * bert dot timmerman AT xs4all dot nl *
117         * po/nl.po: Updated the Dutch translation.
119 2011-09-15   Peter Clifton * pcjc2 AT cam dot ac dot uk *
121         * src/report.c: report.c: Don't leave actions in the undo stack or
122         change the user's flags Some actions in ReportNetLength*() would have been lumped in with
123         whatever actions were next added to the undo stack. These functions
124         also left the user's board with a different "FOUND" flags on various
125         items.  In the case of the "Report(AllNetLenths)" action, a very long undo
126         stack would be created, which is not very helpful to the user.  These changes hide the internal flag changes made during the net
127         length calculation from the undo system.  We are able to get back to the inital board state because we save
128         the operations caused by our initial RestConnections() on the undo
129         stack.  After we have done our work (modifying various flags in the
130         process), we reset the flags again (this time bypassing the Undo
131         system), so the board is consistent with the ResetConnections() call
132         we DID save undo data for. We then Undo() these changes before we
133         leave the function.
135 2011-09-15   Peter Clifton * pcjc2 AT cam dot ac dot uk *
137         * src/report.c: report.c: Return 1 for all failure conditions in
138         ReportNetLengthByName()
140 2011-09-14   Peter Clifton * pcjc2 AT cam dot ac dot uk *
142         * src/undo.c: undo.c: Add error message where
143         RestoreUndoSerialNumber() will break things If operations are addded to the undo stack between a call to
144         IncrementUndoSerialNumber() and a subsequent call for
145         RestoreUndoSerialNumber(), those added operations will be placed in
146         the undo stack with an inconsistent serial number.  The {Save,Restore}UndoSerialNumber() API is pretty fragile in this
147         regard, and we should avoid using it where possible.  An better alternative might be to implement a
148         "LockUndoSerialNumber()" call which temporarily disables
149         IncrementUndoSerialNumber(), and a "UnlockUndoSerialNumber()" call
150         which re-enables its increment function.  Better yet - we could make these functions nestable, so we need not
151         worry whether some action uses this new feature internally when we
152         are also using it.
154 2011-09-14   Peter Clifton * pcjc2 AT cam dot ac dot uk *
156         * src/undo.c: undo.c: Handle undo failures in a more sane manner Our current error-case handling can cause serial number
157         inconsistency when something goes wrong when performing an Undo
158         operation. There are also various logic flaws in our handling, as it
159         only catches failures where every sub-undo operation with that
160         serial number fails.  Remove the confusing do-loop which decrements the serial number in
161         the failure case, and return some sensible error message instead.  This patch also removes the code which looked like it was intended
162         to loop over the undo stack until a serial number was found to
163         operate on.  It is advantageous for code like the DRC to be able to
164         add increment the undo serial number, then safely perform an Undo -
165         even if there were no changes logged in the undo system during the
166         previous serial number.  Closes-bug: lp-848509
168 2011-09-14   Peter Clifton * pcjc2 AT cam dot ac dot uk *
170         * src/undo.c: undo.c: Allow undo of locked objects Our internal actions can make changes to locked objects, then use
171         the undo mechanism to revert these changes. An example is DRC, which
172         changes flags on objects and uses the Undo system to restore their
173         original values.  Affects-bug: lp-848509
175 2011-09-14   Peter Clifton * pcjc2 AT cam dot ac dot uk *
177         * src/find.c: find.c: Remove stray RestoreUndoSerialNumber() calls These will cause havoc with the undo system, as we don't actually
178         save a serial number to restore to.  Until a commit efd212c1deb264e9a7f2be17e9338fbb60e22cc0 we were
179         saving a serial number at the start of each "ResetConnections
180         (true);" call, and it would have been that serial number which got
181         restored.  With this and some other fixes to the undo system, these restores
182         are no longer required.  Affects-bug: lp-848509
184 2011-09-14   Peter Clifton * pcjc2 AT cam dot ac dot uk *
186         * src/hid/gtk/gtkhid-main.c: gtk: Fix ghid_zoom_view_fit() to work
187         when the board is flipped.  Affects-bug: lp-850311
189 2011-09-13   Peter Clifton * pcjc2 AT cam dot ac dot uk *
191         * src/hid/common/hidgl.c, src/hid/gtk/gtkhid-gl.c: Fixup OpenGL
192         includes for better compatibility with OSX Not tested ;)
194 2011-09-13   Peter Clifton * pcjc2 AT cam dot ac dot uk *
196         * autogen.sh, configure.ac, m4/ax_check_gl.m4, m4/ax_check_glu.m4,
197         m4/ax_lang_compiler_ms.m4, m4/ax_pthread.m4: Better autoconf tests
198         for GL and GLU (from GtkGLExt - GPL v2 or later) These tests should give better cross platform support for our build.
200 2011-09-13   Peter Clifton * pcjc2 AT cam dot ac dot uk *
202         * .gitignore, m4/.gitignore: Remove the m4 directory from the root
203         .gitignore file and add its own
205 2011-09-13   DJ Delorie * dj AT delorie dot com *
207         * src/hid/lesstif/styles.c: [lesstif] set units for styles dialog in
208         more places The styles dialog was segfaulting as the units hadn't been set yet,
209         if you open the style dialog before doing anything with the grid.
211 2011-09-13   Peter Clifton * pcjc2 AT cam dot ac dot uk *
213         * src/hid/gtk/gtkhid-gl.c: hid/gtk: Remove misplaced (and redundant)
214         hidgl_flush_triangles() call.  If we were to flush the triangle buffer in ghid_show_crosshair(), we
215         should do it before we set XOR mode on the GL context (assuming the
216         buffer might be dirty when we are called), and we should do it after
217         we finish drawing (if we wish to leave the buffer clean when we
218         return).  The location the flush was in before this commit is just plain
219         wrong.  As we currently have flushes of the triangle buffer wrapping the
220         call to ghid_show_crosshair(), just leave the flushing out of this
221         function.  Does this commit message provide an adequate example of simple
222         patch, complex commit message phenomenon?
224 2011-09-13   Peter Clifton * pcjc2 AT cam dot ac dot uk *
226         * src/hid/gtk/gtkhid-gdk.c, src/hid/gtk/gtkhid-gl.c,
227         src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-config.c,
228         src/hid/gtk/gui-output-events.c, src/hid/gtk/gui.h: hid/gtk: Remove
229         auto-pan feature (kill it with fire).  This seems to be fairly universally unpopular on geda-user, and its
230         implementation is a little fragile, often leading the board to pan
231         off to some corner of the board as the poor user reaches for the
232         layer selector or a menu without having remembered to click the
233         feature off.  The fact that the pan direction and speed was set the instant you
234         leave the drawing window also made it particularly unhelpful. A
235         proper implementation should have grabbed the mouse - or at least
236         implemented some buffer zone in which the mouse could be used to
237         give feedback on the pan direction.
239 2011-09-11   DJ Delorie * dj AT delorie dot com *
241         * src/hid/gtk/gtkhid-main.c: [windows] set GDK_PIXBUF_MODULE_FILE If we're using a local gdk-pixbuf installation, we need to set this
242         env variable to point to it.
244 2011-09-11   Bdale Garbee * bdale AT gag dot com *
246         * doc/Makefile.am: Invoke eps2png in $(srcdir), no .
248 2011-09-12   Peter Clifton * pcjc2 AT cam dot ac dot uk *
250         * src/hid/common/hidgl.c: hid/common: Remove #include "draw.h" from
251         hidgl.c (twice!)
253 2011-09-11   Dima Kogan * dima AT secretsauce dot net *
255         * src/hid/gtk/ghid-route-style-selector.c,
256         src/hid/gtk/ghid-route-style-selector.h, src/hid/gtk/gtkhid-main.c: 
257         Re-ordered all references in the style selector dialog to have one
258         consistent ordering.  Everything that refers to the settings in the style selector dialog
259         now does so in order of Line thickness Hole size Hole thickness (hole + annular ring)
260         keepaway region size This wasn't 100% consistent previously, which resulted in a bug
261         (fixed in a previous patch). This patch doesn't touch the
262         functionality, but improves the style to avoid future bugs.  Modified to apply on recent route style selector changes by Bert
263         Timmerman.   Signed-off-by: Andrew Poelstra (local) * apoelstra AT wpsoftware
264         dot net * Affects-bug: lp-844635
266 2011-09-11   Dima Kogan * dima AT secretsauce dot net *
268         * src/hid/gtk/ghid-route-style-selector.c: Swap via-hole and -ring
269         size connection in route style selector dialog Closes-bug: lp-844635  Signed-off-by: Andrew Poelstra (local) * apoelstra AT wpsoftware
270         dot net *
272 2011-09-10   Andrew Poelstra (local) * apoelstra AT wpsoftware dot net *
274         * src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-top-window.c,
275         src/hid/gtk/gui.h: Repopulate route style selector on PCBChanged
276         action When loading a new pcb, Bad Things happen to the route style
277         selector because pcb's route style data is freed. This patch removes
278         all styles from the route style selector and re-adds them whenever a
279         new pcb is loaded.
281 2011-09-10   Andrew Poelstra (local) * apoelstra AT wpsoftware dot net *
283         * src/hid/gtk/ghid-route-style-selector.c,
284         src/hid/gtk/ghid-route-style-selector.h: Add
285         ghid_route_style_selector_empty to GHidRouteStyleSelector
287 2011-09-10   Andrew Poelstra (local) * apoelstra AT wpsoftware dot net *
289         * src/hid/gtk/ghid-route-style-selector.c: Add finalize function to
290         GHidRouteStyleSelector
292 2011-09-09   Bert Timmerman * bert dot timmerman AT xs4all dot nl *
294         * po/POTFILES.in: Remove the src/hid/gtk/gui-dialog-size.c entry
295         from the translatable files list.  This is a completion of commit:
296         a914d5ba58104d8559395b66798b35761afb991a "Replace old route style
297         selector with GHidRouteStyleSelector" dated 20110903 11:09 PM
299 2011-09-09   Peter Clifton * pcjc2 AT cam dot ac dot uk *
301         * src/hid/gtk/ghid-layer-selector.c: hid/gtk: Filter out double
302         clicks on the layer selector widget This makes things behave a little nicer if you click to toggle a
303         layer's visibility twice in quick succession. Previously, this would
304         be interpreted as a double-click, causing an extra synthetic click
305         event which would toggle the visibility an extra time.
307 2011-09-07   Peter Clifton * pcjc2 AT cam dot ac dot uk *
309         * src/hid/gtk/gui-top-window.c: hid/gtk: Update file-changed
310         notification bar to match gedit a bit more   1. Add a stock "refresh" image to the "Reload" button.    2. Change the message text when the board has modifications.    3. Reload without further prompting if the user presses "Reload",      even if the board is modified. (We already warned them due to
311              2.)
313 2011-09-07   Peter Clifton * pcjc2 AT cam dot ac dot uk *
315         * src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-top-window.c,
316         src/hid/gtk/gui.h: hid/gtk: Reimplement file-change monitor without
317         GFileMonitor I must have had a brain-fail when I hooked up setting up the
318         file-changed monitor in the function which sets the window title.
319         NB: That also gets called after every menu operation! A better place to hook up the monitor would be
320         ghid_sync_with_new_layout(), however changing this alone revealed
321         another issue - we would get notified for changes WE make to the
322         files. We were avoiding those events as the file-monitor was being
323         reset before it could pop up, at the end of the menu action which
324         invoked the save).  However - due to a race condition bug in GLib / GIO, we would
325         sometimes see change notify events for changes we made, even when we
326         hooked up the GFileMonitor AFTER having saved (and synced) our
327         changes to disk.  Rather than attempt to work around this bug, implement the
328         file-change notification in a much more simple way - look at the
329         file mtime when we update the layout, and at each time the mouse
330         pointer enters the main window. FWIW, this is how gedit currently
331         achieves the same feature.
333 2011-09-06   DJ Delorie * dj AT delorie dot com *
335         * src/action.c: Warn user if footprints can't be found on import Since the message log doesn't make it obvious, add a pop-up dialog
336         whenever there are missing footprints during an import.  Affects-bug: lp-828388
338 2011-09-06   DJ Delorie * dj AT delorie dot com *
340         * src/search.c: Fix math error in IsPointOnLine() The math in C didn't match the math in the comment (and, apparently,
341         hasn't for quite some time).  To test: Draw three lines, from 1000,3000 to 1500,2500, then to
342         2000,3000, then back to the start at 1000,3000.  Without this patch,
343         the first and last lines are removed and replaced with a copy of the
344         second line.
346 2011-09-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
348         * src/action.c, src/file.c, src/file.h, src/hid/common/actions.c: 
349         Implement a new RevertPCB() call, sharing code with LoadPCB() The RevertPCB() takes no filename parameter, and aside from that,
350         the only difference to LoadPCB is that when it calls the GUI's
351         "PCBChanged" action, it passes a new "revert" argument. This should
352         let the GUIs optionally do less work resetting the view state for a
353         board being reverted.
355 2011-09-06   Peter Clifton * pcjc2 AT cam dot ac dot uk *
357         * src/action.c, src/command.c, src/hid.h: Add a HID API call,
358         notify_pcb_filename_change() This is so the core can tell the GUI when the PCB being edited is
359         saved into a different file.
361 2011-09-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
363         * src/file.c, src/hid.h: Add a HID API call, notify_save_pcb()
364         called around saving the PCB The intention of this API is so that GUIs monitoring the active PCB
365         file on disk for changes, can filter out changes which occur as we
366         save the file ourselves.
368 2011-09-06   Peter Clifton * pcjc2 AT cam dot ac dot uk *
370         * src/action.c, src/command.c, src/file.c: file.c: Don't set the PCB
371         filename or changed flags inside SavePCB (Filename) Save this for the caller to do. (action.c already set the filename
372         for the SaveAs case anyway).
374 2011-09-06   Peter Clifton * pcjc2 AT cam dot ac dot uk *
376         * src/hid/gtk/gtkhid-main.c: Revert "hid/gtk: Avoid the deprecated
377         gdk_drawable_get_display()" This reverts commit c6d6ca16e58b5c7f2248c21e3248825f54e52374.  Turns out the replacement API I used was only introduced in GTK
378         2.24, which is still a little new for us here.
380 2011-09-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
382         * src/hid/gtk/gui-top-window.c, src/hid/gtk/gui-utils.c: hid/gtk:
383         Remove usage of deprecated gtk_range_set_update_policy() We only set this to the default value anyway, and the API has been
384         removed with no replacements.
386 2011-09-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
388         * src/hid/gtk/gui-top-window.c, src/hid/gtk/gui-utils.c: hid/gtk:
389         Replace gtk_container_border_width with
390         gtk_container_set_border_width Replaces the old deprecated API.
392 2011-09-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
394         * src/hid/gtk/gui-utils.c: hid/gtk: Use g_signal_connect(), not
395         gtk_signal_connect() gtk_signal_connect() is deprecated.
397 2011-09-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
399         * src/hid/gtk/gui-dialog-print.c: hid/gtk: Re-write the tool-tip
400         handling code to use newer tooltip API Use the gtk_widget_set_tooltip* API introduced in GTK 2.12. This
401         avoids the APIs deprecated in GTK 2.12, and also avoids the
402         requirement to pack GTK_WIDGET_NO_WINDOW widgets inside
403         gtk_event_box() widgets to make their tooltips work.
405 2011-09-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
407         * src/hid/gtk/gui-drc-window.c, src/hid/gtk/gui-library-window.c,
408         src/hid/gtk/gui-log-window.c, src/hid/gtk/gui-netlist-window.c,
409         src/hid/gtk/gui-pinout-window.c, src/hid/gtk/gui-top-window.c: 
410         hid/gtk: Replace usage of the deprecated gtk_widget_set_uposition()
411         call The closest replacement is gtk_window_move(), and looking at the GTK
412         sources, appears to be what gtk_widget_set_uposition() calls
413         internally.  We are still rather at the mercy of the user's window manager as to
414         whether it will honour the request we make, and arguably we ought to
415         remove this (mis-)feature anyway.
417 2011-09-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
419         * src/hid/gtk/gui-dialog.c: hid/gtk: Replace deprecated function
420         call gtk_box_pack_start_defaults()
422 2011-09-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
424         * src/hid/gtk/gtkhid-main.c: hid/gtk: Avoid the deprecated
425         gdk_drawable_get_display() Grab the active display using gdk_window_get_display() on the window
426         belonging to the drawing area.
428 2011-09-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
430         * src/hid/gtk/gtkhid-main.c: hid/gtk: Use the g_timeout_add()
431         function, not the deprecated GTK one.
433 2011-09-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
435         * src/hid/gtk/ghid-main-menu.c: hid/gtk: Fix not accessing
436         GtkMenuShell's children harder I missed a critical part of the fix from commit
437         3584101f67f6ca2f0a252c312cb0c6c9c4fa016f
439 2011-09-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
441         * src/hid/gtk/gui-pinout-preview.c: hid/gtk: Replace
442         GTK_WIDGET_REALIZED() test with a check for window != NULL This avoids the use of the deprecated GTK_WIDGET_REALIZED macro,
443         without needing to use the GTK2.20 function
444         gtk_widget_get_realized(). The check for a NULL window should be
445         sufficient here I hope.
447 2011-09-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
449         * src/hid/gtk/gui-command-window.c: hid/gtk: Use gtk_bin_get_child()
450         accessor In GTK3.0, direct access to bin->child will be impossible.
452 2011-09-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
454         * src/hid/gtk/gui-config.c: hid/gtk: Use gtk_notebook_get_n_pages()
455         rather than diving in and counting In GTK3.0, direct access to notebook->children will be impossible.
457 2011-09-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
459         * src/hid/gtk/ghid-main-menu.c: hid/gtk: Don't access a
460         GtkMenuShell's children directly In GTK3.0, direct access to shell->children will be impossible.
462 2011-09-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
464         * src/hid/gtk/ghid-main-menu.c: hid/gtk: Free list returned from
465         gtk_container_get_children() We can (and should) g_list_free() the list of children returned when
466         we are finished with it.  Whilst we are at it, convert the while loop to a for loop and use a
467         tighter condition on the loop termination test. The existing test
468         worked, but would leave a negative number in the object counter we
469         test against.  This would not work if the object counters were ever
470         unsigned integers (as they might plausibly be).
472 2011-09-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
474         * src/hid/gtk/ghid-route-style-selector.c,
475         src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-dialog-print.c,
476         src/hid/gtk/gui-dialog.c, src/hid/gtk/gui-library-window.c,
477         src/hid/gtk/gui-utils.c: hid/gtk: Use accessors to get the vbox from
478         GtkDialog In GTK3.0, direct access to dialog->vbox will be impossible.
480 2011-09-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
482         * src/hid/gtk/gui-output-events.c: hid/gtk: Use accessor functions
483         for handling GtkAdjustments In GTK3.0, direct access to these member variables will be
484         impossible.
486 2011-09-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
488         * src/hid/gtk/gui-config.c, src/hid/gtk/gui-top-window.c: hid/gtk:
489         Don't use GTK_WIDGET_SET_FLAGS() Call the appropriate setter function instead. (For GTK3.0
490         compatibility).
492 2011-09-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
494         * src/hid/gtk/gui-library-window.c: hid/gtk: Don't test for NOOP
495         before calling gtk_widget_set_sensitive() We were using a deprecated test macro anyway, GTK already does a
496         NOOP test inside gtk_widget_set_sensitive().
498 2011-09-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
500         * src/hid/gtk/gui-utils.c, src/hid/gtk/gui.h: hid/gtk: Remove unused
501         function ghid_button_set_text()
503 2011-09-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
505         * src/hid/gtk/gui-utils.c, src/hid/gtk/gui.h: hid/gtk: Remove unused
506         function ghid_button_active()
508 2011-09-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
510         * src/hid/gtk/gtkhid-gdk.c, src/hid/gtk/gui-drc-window.c: hid/gtk:
511         Use gtk_widget_get_style() accessor, rather than direct access In GTK3.0, direct access to widget->style will be impossible.  Swap out the GTK_WIDGET_STATE() macro for gtk_widget_get_state(),
512         which does not directly access the GSeal'd member widget->state.
514 2011-09-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
516         * src/hid/gtk/gtkhid-gdk.c, src/hid/gtk/gtkhid-main.c,
517         src/hid/gtk/gui-misc.c, src/hid/gtk/gui-output-events.c,
518         src/hid/gtk/gui-pinout-preview.c, src/hid/gtk/gui-top-window.c,
519         src/hid/gtk/gui-utils.c: hid/gtk: Use gtk_widget_get_window()
520         accessor In GTK3.0, direct access to widget->window will be impossible.
522 2011-09-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
524         * src/hid/gtk/gtkhid-gl.c, src/hid/gtk/gui-drc-window.c,
525         src/hid/gtk/gui-keyref-window.c, src/hid/gtk/gui-library-window.c,
526         src/hid/gtk/gui-log-window.c, src/hid/gtk/gui-netlist-window.c,
527         src/hid/gtk/gui-top-window.c: hid/gtk: Use
528         gtk_widget_get_allocation() accessor In GTK3.0, direct access to widget->allocation will be impossible.
530 2011-09-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
532         * src/hid/gtk/gtkhid-gdk.c, src/hid/gtk/gtkhid-gl.c: hid/gtk: Use
533         gtk_widget_get_allocation() not gdk_window_get_geometry() This avoids an unnecessary round-trip the the X server on X11
534         platforms.
536 2011-09-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
538         * src/hid/gtk/gtkhid-gdk.c: hid/gtk: Avoid warning caused by early
539         drawing before gport->pixmap is set Avoids a command line warning: (pcb:28876): Gdk-CRITICAL **: IA__gdk_draw_drawable: assertion
540         `GDK_IS_DRAWABLE (src)' failed With the GDK renderer in use.  This trigger appears to be some state changes triggered as the new
541         layer selector widget initialises.
543 2011-09-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
545         * src/hid/gtk/gui-misc.c: hid/gtk: Clean and make
546         gport_set_cursor_type() more GTK3.0 compatible Also removes the DEFAULT_CURSOR return value (for the case of no
547         window being setup) to GDK_X_CURSOR (the 0 enum value), as the code
548         path which returned DEFAULT_CURSOR would never have been hit.
550 2011-09-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
552         * src/hid/gtk/ghid-cell-renderer-visibility.c: hid/gtk: Use
553         gtk_cell_renderer_get_{align,pad} accessors In GTK3.0, direct access to these fields will be impossible.
555 2011-09-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
557         * src/hid/gtk/gui-top-window.c: hid/gtk: Avoid double-destroying the
558         file-changed info_bar on "Reload" This was caused by an addition I made in the earlier patch to
559         destroy the info_bar when the user manually reverts or loads a new
560         file).  The callback on revert button was trying to delete it (again) after
561         the revert _action_ we call triggered a destroy of the widget. Avoid
562         this by destroying the info_bar before we call the revert action.
564 2011-09-05   Andrew Poelstra * asp11 AT sfu dot ca *
566         * src/hid/gtk/ghid-layer-selector.c: gtk: use
567         gtk_action_block_activate() in layer selector The GHidLayerSelector widget now uses gtk_action_block_activate()
568         instead of storing/blocking signal IDs. This is the proper way to
569         suppress signal emission since 2.16.  This also fixes the lockup bug that was supposed to be fixed by the
570         recent commit 8857757, but still occured when using the menus to
571         toggle layers.
573 2011-09-05   DJ Delorie * dj AT delorie dot com *
575         * src/const.h, src/draw.c, src/misc.c, src/print.c, src/report.c: 
576         Fix text scaling exceeding Coord max.  The old way of scaling text was to multiply by scale/100 but this
577         could easily overflow on reasonably sized boards with a 32-bit Coord
578         type.  The new code scales by (double)scale/100.0 instead.  Since we
579         don't store scaled values in the PCB file, a loss of precision won't
580         matter, but a double has 53 bits of precision - in nanometers,
581         that's a board about the size of North America.  Closes-bug: lp-832451
583 2011-09-05   DJ Delorie * dj AT delorie dot com *
585         * configure.ac, globalconst.h, src/global.h: Add configure selection
586         of 32/64 Coord type   --enable-coord64        Force 64-bit coordinate types   --enable-coord32        Force 32-bit coordinate types Defaults to "long" as before, but if you give one of the above, the
587         type changes to a suitable 32-bit or 64-bit type.  Note that this is
588         only guaranteed to be the size you choose if you have <stdint.h>
589         which most OSs provide, else the "int" and "long long" types are
590         used instead.
592 2011-09-05   Andrew Poelstra * asp11 AT sfu dot ca *
594         * src/hid/gtk/ghid-layer-selector.c: gtk: Fix "clicking on layer
595         selector separator bug" If you click on the selector between real and virtual layers in the
596         pcb layer selector, it will toggle the first layer. This patch
597         simply ignores the click.
599 2011-09-05   Andrew Poelstra * asp11 AT sfu dot ca *
601         * src/hid/gtk/ghid-layer-selector.c, src/hid/gtk/gui-top-window.c: 
602         gtk: fix behavior when hiding the last visible layer When you try to toggle the last layer invisible, pcb should refuse
603         to let you do so, since something has to be selected, and we don't
604         allow selection of invisible layers.  What actually happens is that pcb locks up. This patch fixes that.
606 2011-09-05   Andrew Poelstra * asp11 AT sfu dot ca *
608         * src/hid/gtk/gui-top-window.c: gtk: Force silk and rat layers
609         visible when they are selected.
611 2011-09-05   Andrew Poelstra * asp11 AT sfu dot ca *
613         * src/hid/gtk/ghid-route-style-selector.c,
614         src/hid/gtk/ghid-route-style-selector.h, src/hid/gtk/gtkhid-main.c: 
615         Implement RouteStylesChanged action This action looks at the actual route-style settings (i.e.,
616         Settings.LineThickness), and gives these to the route style
617         selector. The selector looks in its list and selects a style, if one
618         matches. Otherwise, it does nothing.
620 2011-09-04   Andrew Poelstra * asp11 AT sfu dot ca *
622         * src/hid/gtk/ghid-route-style-selector.c,
623         src/hid/gtk/ghid-route-style-selector.h,
624         src/hid/gtk/gui-command-window.c, src/hid/gtk/gui-top-window.c,
625         src/hid/gtk/gui.h: Add Ctrl+F1,F2,F3,... accelerators to route style
626         selector Since we now have three accelerator groups to worry about (those of
627         the layer selector, route style selector and main menu), I have
628         moved the hooking/unhooking code into two functions:   ghid_install_accel_groups ()   ghid_remove_accel_groups () These should be used whenever accelerators need to be disabled, for
629         example, when the user has the command box active.
631 2011-09-03   Andrew Poelstra * asp11 AT sfu dot ca *
633         * src/hid/gtk/gui-top-window.c, src/hid/gtk/gui.h: Remove the last
634         of ghidgui->toggle_holdoff
636 2011-09-03   Andrew Poelstra * asp11 AT sfu dot ca *
638         * src/Makefile.am, src/hid/gtk/gtkhid-main.c,
639         src/hid/gtk/gui-dialog-size.c, src/hid/gtk/gui-top-window.c,
640         src/hid/gtk/gui.h: Replace old route style selector with
641         GHidRouteStyleSelector TODO: The RouteStylesChanged action is now very broken.        Menu accelerators need to be installed
643 2011-09-03   Andrew Poelstra * asp11 AT sfu dot ca *
645         * src/hid/gtk/ghid-main-menu.c, src/hid/gtk/ghid-main-menu.h: 
646         Introduce functions for GHidRouteStyleSelector handling to menu
648 2011-09-03   Andrew Poelstra * asp11 AT sfu dot ca *
650         * src/Makefile.am, src/hid/gtk/ghid-route-style-selector.c,
651         src/hid/gtk/ghid-route-style-selector.h: Introduce
652         GHidRouteStyleSelector widget, don't use it yet
654 2011-09-04   Peter Clifton * pcjc2 AT cam dot ac dot uk *
656         * src/hid/gtk/gui-top-window.c, src/hid/gtk/gui.h: hid/gtk: Add file
657         change notification for the currently open PCB If the file is modified on disk, a bar appears at the top of the PCB
658         area offering the user a choice as to whether they wish to reload
659         the board or cancel (do nothing).  If the user has changes, and hits reload - they are prompted as to
660         whether they wish to throw away their changes.  Requires GTK 2.18 or higher due to use of the GtkInfoBar widget.
662 2011-09-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
664         * configure.ac: Require GTK 2.18 or later for the GTK HID.  This is for some new widgets, like the GtkInfoBar.
666 2011-09-04   Peter Clifton * pcjc2 AT cam dot ac dot uk *
668         * src/hid/gtk/gui-top-window.c, src/hid/gtk/gui.h: hid/gtk: Fix
669         styling of menubar area so it is consistent across its width This relies on some nasty tricks copying GtkStyle's between the
670         menubar widget and a new GtkEventBox widget we pack the top bar in
671         to give us a background to paint on. We also adjust the styles of
672         the coordinate read- out labels and frames to ensure they are
673         legible.  There may still be some inconsistencies, as the coordinate selector
674         button is themed as if it were a toolbar button, hence the
675         colourings used may be designed to work with a different background
676         colour than we have.
678 2011-09-04   Peter Clifton * pcjc2 AT cam dot ac dot uk *
680         * src/hid/gtk/gui-top-window.c, src/hid/gtk/gui.h: hid/gtk: Create a
681         GtkToolbar of mode buttons for compact vertical mode Rather than packing our mode buttons into an hbox, use a proper
682         GtkToolbar so theming will match the rest of the user's desktop.  This simplifies code to switch compact mode on and off, as we have
683         two distinct widgets to show / hide, rather than having to reparent
684         the mode buttons each time.  It does, however mean we have to be careful not to double-trigger
685         events when keeping the two sets of mode buttons in sync with each
686         other, so that isn't ideal.  In the longer term, we probably ought to split out the mode button
687         area on the left-hand toolbar as a separate self-contained widget.
689 2011-09-03   Andrew Poelstra * asp11 AT sfu dot ca *
691         * src/hid/gtk/ghid-cell-renderer-visibility.c: gtk: Prelight toggle
692         swatches in layer selector This brightens the layer visibility swatches subtly when the mouse
693         hovers over them. IMHO this improves the discoverability of the
694         widget without being distracting or misleading.
696 2011-09-03   Andrew Poelstra * asp11 AT sfu dot ca *
698         * src/hid/gtk/ghid-layer-selector.c: gtk: Don't gray out invisible
699         layers' text in the selector
701 2011-09-03   Andrew Poelstra * asp11 AT sfu dot ca *
703         * src/hid/gtk/ghid-layer-selector.c: gtk: toggle non-activatable
704         layers on click, without checking for swatch
706 2011-09-03   Peter Clifton * pcjc2 AT cam dot ac dot uk *
708         * src/hid/gtk/gui-config.c, src/hid/gtk/gui-top-window.c,
709         src/hid/gtk/gui.h: hid/gtk: Remove compact_vbox and compact_hbox
711 2011-09-03   Peter Clifton * pcjc2 AT cam dot ac dot uk *
713         * src/hid/gtk/gui-config.c, src/hid/gtk/gui-top-window.c,
714         src/hid/gtk/gui.h: hid/gtk: Always show the PCB name on the
715         title-bar, not the toolbar This saves space and reduces code complexity
717 2011-09-03   Peter Clifton * pcjc2 AT cam dot ac dot uk *
719         * src/hid/gtk/gui-top-window.c, src/hid/gtk/gui.h: hid/gtk: Don't
720         use a GtkEventBox as a container widget We weren't making use of the events from the event box, and appeared
721         just to be using it as a convenient container to allow setting the
722         sensitivity on our entire left hand toolbar at once.  Scrap the event box widget and just store a pointer to the vbox
723         widget which the left toobar items are packed into. We can set the
724         sensitivity on this and get the desired effect.
726 2011-09-03   Peter Clifton * pcjc2 AT cam dot ac dot uk *
728         * src/hid/gtk/gui-pinout-window.c, src/hid/gtk/gui-top-window.c: 
729         hid/gtk: Don't pack the drawing area in a GtkViewport widget (For both the main window and the pinout preview). The GtkViewport
730         widget is designed to add scroll bars to a widget which doesn't have
731         native scroll capabilities. We are handling out own scroll-bars, so
732         the only gain we had from the GtkViewport we added was a shadow
733         around the widget.  If we decide we want the shadow back, a more appropriate widget to
734         pack the drawing area with might be a GtkFrame.
736 2011-09-03   Peter Clifton * pcjc2 AT cam dot ac dot uk *
738         * src/hid/gtk/gui-top-window.c: hid/gtk: Remove the vbox used to
739         pack ghidgui->compact_hbox The main effect here is that the contents of the compact_hbox will
740         get more vertical space assigned to them if the menu bar section is
741         taller than the natural size of those widgets.  The visual change seems acceptable, and we could use every bit of
742         code-cleanup in ghid_build_pcb_top_window()
744 2011-09-03   Peter Clifton * pcjc2 AT cam dot ac dot uk *
746         * src/hid/gtk/gui-top-window.c: hid/gtk: Remove some more temporary
747         variable assignments These make the code harder to follow, as the same temporary variable
748         is used again and again to refer to different widgets.
750 2011-09-03   Peter Clifton * pcjc2 AT cam dot ac dot uk *
752         * src/hid/gtk/gui-top-window.c, src/hid/gtk/gui.h: hid/gtk: Don't
753         use an hbox to pack the board name label The hbox only has one child, so use the name label directly.
755 2011-09-03   Peter Clifton * pcjc2 AT cam dot ac dot uk *
757         * src/hid/gtk/gui-top-window.c: hid/gtk: Skip the generic "hbox"
758         variable when storing the widget anyway For widgets we keep references to in the ghidgui structure, we avoid
759         confusion by assigning directly to the more descriptive ghidgui
760         variable.
762 2011-09-03   Peter Clifton * pcjc2 AT cam dot ac dot uk *
764         * src/hid/gtk/gui-top-window.c: hid/gtk: Don't pack a frame around
765         the menu bar
767 2011-09-02   Andrew Poelstra * asp11 AT sfu dot ca *
769         * src/hid/gtk/gui-dialog-size.c, src/misc.c, src/misc.h: Move
770         make_route_string() from gtk into misc.c
772 2011-09-02   Andrew Poelstra * asp11 AT sfu dot ca *
774         * src/mymem.c, src/mymem.h: Const-correct StripWhiteSpaceAndDup in
775         mymem.c
777 2011-09-01   Peter Clifton * pcjc2 AT cam dot ac dot uk *
779         * src/hid/gtk/gtkhid-main.c: hid/gtk: Attempt to fix logic to flip
780         component / solder group visibility on flip Should get back to better behaviour. I probably broke this somewhat
781         with commit f903b4be6b85efc110852f7be40edf8245f0a513, which
782         attempted to re-state the previous logic in a clearer fashon.  The logic now should: If flipping sides, and only ONE of the solder / component layers
783         (groups) is visible, and that layer (group) is _active_, then swap
784         the visibilities of the component / solder layers (groups), and make
785         the newly visible layer (group) active.  There are still bugs in this code relating to the assumption that
786         the first entry in the layer group is the one which is being
787         toggled. This breaks if the first entry in the group is that
788         corresponding to the silk for that side of the board.
790 2011-08-31   Andrew Poelstra * asp11 AT sfu dot ca *
792         * src/hid/gtk/ghid-layer-selector.c: gtk: fix typo preventing layer
793         selector menu items from working
795 2011-08-31   Andrew Poelstra * asp11 AT sfu dot ca *
797         * src/hid/gtk/gui-top-window.c: gtk: remove in_toggle_view
798         recursion-prevention flag We don't call ToggleView programmatically anywhere, so it is
799         impossible for there to be recursion.
801 2011-08-31   Andrew Poelstra * asp11 AT sfu dot ca *
803         * src/hid/gtk/ghid-main-menu.c: Block signals in
804         ghid_main_menu_update_toggle_state() The function ghid_main_menu_update_toggle_state() is supposed to
805         sync the menu checkboxes to the actual state of pcb, by checking the
806         flags given in the resource file.  If this function is emitting signals and changing pcb's state, this
807         is a bug. Fortunately, this appears not to be the case, so the
808         effect of this commit is to eliminate one more use of
809         ghidgui->toggle_holdoff.
811 2011-08-31   Andrew Poelstra * asp11 AT sfu dot ca *
813         * src/hid/gtk/gui-top-window.c: gtk: sync visiibility of layer
814         selector with core state in LayersChanged
816 2011-08-31   Andrew Poelstra * asp11 AT sfu dot ca *
818         * src/hid/gtk/ghid-layer-selector.c,
819         src/hid/gtk/ghid-layer-selector.h: Use signal blocking for
820         visibility toggling in GHidLayerSelector
822 2011-08-31   Andrew Poelstra * asp11 AT sfu dot ca *
824         * src/hid/gtk/gui-config.c: Add call to
825         ghid_layer_buttons_color_update() when loading new colors
827 2011-08-30   Andrew Poelstra * asp11 AT sfu dot ca *
829         * src/change.c: Change change.c to treat text scale as mils
831 2011-08-30   Andrew Poelstra * asp11 AT sfu dot ca *
833         * src/hid/gtk/ghid-layer-selector.c: Configure layer selector to
834         only accept left-clicks Suggested by Kai-Martin Knaak, seconded by me.
836 2011-08-30   Andrew Poelstra * asp11 AT sfu dot ca *
838         * src/hid/gtk/gui-top-window.c: Fix invalid free of ~/.pcb/filename
839         path in gui-top-window.c
841 2011-08-29   Andrew Poelstra * asp11 AT sfu dot ca *
843         * src/hid/gtk/ghid-layer-selector.c,
844         src/hid/gtk/ghid-layer-selector.h: minor: fix comment and forward
845         declaration in ghid-layer-selector
847 2011-08-29   Andrew Poelstra * asp11 AT sfu dot ca *
849         * src/hid/gtk/ghid-layer-selector.c: Remove default layer selection
850         from ghid-layer-selector.c Having the layer selector select its own first layer is not needed -
851         pcb does this for us, after making the widget. It's not the sort of
852         decision a widget should be making on its own, anyway.
854 2011-08-29   Andrew Poelstra * asp11 AT sfu dot ca *
856         * src/hid/gtk/ghid-layer-selector.c: Use g_signal_handler_block
857         instead of flags in ghid-layer-selector.c Thanks to Peter C. for this code-cleanliness tip. Now the two
858         layer-selection interfaces (menu button and selector widget) set
859         each other's GUI state but do not raise any signals past the
860         original.
862 2011-08-29   Andrew Poelstra * asp11 AT sfu dot ca *
864         * src/hid/gtk/ghid-layer-selector.c: Add missing free_ldata() in
865         ghid-layer-selector.c
867 2011-08-29   Andrew Poelstra * asp11 AT sfu dot ca *
869         * src/hid/gtk/gui-command-window.c: Disable layer selector's
870         GtkAccelGroup while in command mode
872 2011-08-30   Peter Clifton * pcjc2 AT cam dot ac dot uk *
874         * src/draw.c: draw.c: Add const qualifiers to some BoxType
875         *drawn_area parameters
877 2011-08-30   Peter Clifton * pcjc2 AT cam dot ac dot uk *
879         * src/misc.c, src/misc.h: misc.c: Add const qualifier to BoxType *
880         parameter passed to CountHoles
882 2011-08-30   Peter Clifton * pcjc2 AT cam dot ac dot uk *
884         * src/draw.c: draw.c: Fold DrawLayerCommon() into DrawLayer() Since the last commit, DrawLayer() just calls DrawLayerCommon with
885         the "clear_pins" argument set to true. The only other
886         DrawLayerCommon caller passes clear_pins as true, so having
887         functions is redundant.
889 2011-08-30   Peter Clifton * pcjc2 AT cam dot ac dot uk *
891         * src/draw.c: DrawLayer(): Pass true to clear_pins of
892         DrawLayerCommon This should not affect any rendering. If the check planes flag is
893         set, we should only draw polygons, nothing more. Only a handful of
894         cases draw layers via this code-path, and in all but the exporter
895         cases, they are not called if CHECKPLANES is set.  The exporters which call DrawLayer explicitly clear the CHECKPLANES
896         flag (since commit 3c01bd38cb59922692408b71cd5d77892dbe6ade), so
897         nothing should be affected by this argument change.
899 2011-08-30   Peter Clifton * pcjc2 AT cam dot ac dot uk *
901         * src/hid/gerber/gerber.c, src/hid/ps/eps.c, src/hid/ps/ps.c: 
902         hid/{ps,eps,gerber}: Clear CHECKPLANESFLAG before exporting Ensure we are in a sensible view state before exporting. This update
903         those HIDs which cleared other similar renedering flags before
904         exporting to include the CHECKPLANES flag.
906 2011-08-30   Peter Clifton * pcjc2 AT cam dot ac dot uk *
908         * src/draw.c: draw.c: Have DrawLayerGroup() call DrawPPV for non-gui
909         exporters This means DrawLayerGroup() can have a void return type as most of
910         the other drawing functions, and makes things a little neater.  Only the GUI renderers special case the pin / pad / via to wait
911         until a later rendering oass than the layers they reside on.
913 2011-08-29   Peter Clifton * pcjc2 AT cam dot ac dot uk *
915         * src/hid/gtk/gtkhid-main.c: hid/gtk: Remove unused "button"
916         parameter from Popup function.  Remove the dead code and comments refering to the fact the
917         function's second argument indicates a mouse button number.
919 2011-08-29   Andrew Poelstra * asp11 AT sfu dot ca *
921         * src/hid/gtk/ghid-layer-selector.c,
922         src/hid/gtk/ghid-layer-selector.h, src/hid/gtk/ghid-main-menu.c,
923         src/hid/gtk/ghid-main-menu.h, src/hid/gtk/gui-top-window.c: Link
924         GHidLayerSelector and GHidMainMenu Layer visibility-toggle and selection menu items now appear in the
925         main menu. Accelerators work correctly and are reassigned on
926         deletion/addition of layers to simulate the old behavior.
928 2011-08-29   Andrew Poelstra * asp11 AT sfu dot ca *
930         * src/hid/gtk/ghid-layer-selector.c: Clean up layer data handling in
931         ghid-layer-selector.c
933 2011-08-29   Andrew Poelstra * asp11 AT sfu dot ca *
935         * src/hid/gtk/ghid-layer-selector.c: Give GHidLayerSelector an
936         internal layer structure Before we had various arrays to resize and index; now each row has a
937         structure associated with it, that is easier to access and maintain.
939 2011-08-28   Andrew Poelstra * asp11 AT sfu dot ca *
941         * src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-command-window.c,
942         src/hid/gtk/gui-output-events.c, src/hid/gtk/gui-top-window.c,
943         src/hid/gtk/gui.h: Replace gtk UI manager with GHidMainMenu widget This commit replaces the old UI manager with a customize gtk widget
944         that builds menus directly from a resource tree. This eliminates the
945         translate-to-XML step, the ugly hacks used to access individual
946         actions, and all the associated manual memory management.  This will also give us the ability to have more dynamic menus, in
947         particular layer lists without maximum capacities.  Layers and route styles are still not hooked into the menu.  This
948         means that those accelerators DO NOT WORK. (This will be fixed in a
949         later commit.) Checkboxes have been replaced with radio buttons
950         where appropriate. There are now tearoffs on the context-menu's
951         submenus.  Other than that, there should be no user-visible changes. ;)
953 2011-08-28   Andrew Poelstra * asp11 AT sfu dot ca *
955         * src/Makefile.am, src/hid/gtk/ghid-main-menu.c,
956         src/hid/gtk/ghid-main-menu.h: Created ghid-main-menu.[ch] Still need to hook up layer selector and route styles.
958 2011-08-29   Andrew Poelstra * asp11 AT sfu dot ca *
960         * src/hid/gtk/gui-top-window.c: Fix select-hidden-layer behavior When you select a hidden layer, it should toggle the visibility so
961         that the currently-selected layer is always visible. We were
962         toggling twice.
964 2011-08-29   Andrew Poelstra * asp11 AT sfu dot ca *
966         * src/hid/gtk/ghid-layer-selector.c, src/hid/gtk/gui-top-window.c: 
967         Prevent recursion in layer selector events
969 2011-08-29   Andrew Poelstra * asp11 AT sfu dot ca *
971         * src/Makefile.am, src/hid/gtk/ghid-coord-entry.c,
972         src/hid/gtk/ghid-coord-entry.h, src/hid/gtk/gtk-pcb-coord-entry.c,
973         src/hid/gtk/gtk-pcb-coord-entry.h, src/hid/gtk/gui-config.c,
974         src/hid/gtk/gui-dialog-print.c, src/hid/gtk/gui-dialog-size.c,
975         src/hid/gtk/gui-utils.c, src/hid/gtk/gui.h: Rename GtkPcbCoordEntry
976         to GHidCoordEntry
978 2011-08-29   Andrew Poelstra * asp11 AT sfu dot ca *
980         * src/Makefile.am, src/hid/gtk/ghid-layer-selector.c,
981         src/hid/gtk/ghid-layer-selector.h,
982         src/hid/gtk/gtk-pcb-layer-selector.c,
983         src/hid/gtk/gtk-pcb-layer-selector.h, src/hid/gtk/gui-top-window.c: 
984         Rename GtkPcbLayerSelector to GHidLayerSelector
986 2011-08-29   Andrew Poelstra * asp11 AT sfu dot ca *
988         * src/Makefile.am, src/hid/gtk/ghid-cell-renderer-visibility.c,
989         src/hid/gtk/ghid-cell-renderer-visibility.h,
990         src/hid/gtk/gtk-pcb-cell-renderer-visibility.c,
991         src/hid/gtk/gtk-pcb-cell-renderer-visibility.h,
992         src/hid/gtk/gtk-pcb-layer-selector.c: Rename
993         GtkPcbCellRendererVisibility to GHidCellRendererVisibility
995 2011-08-28   Andrew Poelstra * asp11 AT sfu dot ca *
997         * src/gpcb-menu.res.in: Add mnemonics to menus in default
998         gpcb-menu.res.in You can now access the main menu without a mouse, by doing Alt+F,
999         for example, to select the File menu.
1001 2011-08-27   Andrew Poelstra * asp11 AT sfu dot ca *
1003         * src/hid/common/hid_resource.c, src/hid/common/hid_resource.h,
1004         src/hid/gtk/gui-top-window.c, src/res_parse.y, src/resource.h: gtk:
1005         Const-correct add_resource_to_menu and related functions Five files have had const keywords added:    ../common/hid_resource.c    ../common/hid_resource.h    gui-top-window.c    ../../res_parse.y    ../../resource.h No casts were added. No compilation warnings were added.
1007 2011-08-27   Andrew Poelstra * asp11 AT sfu dot ca *
1009         * src/hid/gtk/gtk-pcb-layer-selector.c: Delete GtkAction along with
1010         layer in gtk-pcb-layer-selector.c
1012 2011-08-29   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1014         * src/hid/ps/eps.c: hid/ps/eps.c: Remove assigned by unused
1015         lastgroup variable
1017 2010-10-21   Markus Hitter * mah AT jump-ing dot de *
1019         * src/hid/gcode/gcode.c: HID-gcode: make use of MAXPATHLEN.  Affects-bug: lp-699497
1021 2011-08-28   Felix Ruoff * Felix AT posaunenmission dot de *
1023         * src/hid/bom/bom.c, src/hid/gerber/gerber.c, src/main.c: Add
1024         attributes to docu for commandline options
1026 2011-08-28   Felix Ruoff * Felix AT posaunenmission dot de *
1028         * doc/pcb.texi: Docu: Fix some references to command-line options and remove the documentation for a non-working X11-Interface option.
1030 2011-08-28   Dima Kogan * dkogan AT cds dot caltech dot edu *
1032         * src/find.c: Better handling of unplated vias The attached patch adds checks in the geometry intersection
1033         functions to no longer treat unplated vias (mounting holes) as
1034         conducting. The implementation in the patch will act as if the
1035         unplated via doesn't intersect with metal objects at all, which is
1036         possibly not what is desired. Should the conductivity check happen
1037         on a higher level from the geometry intersection routines? A case
1038         that would require this is not obvious to me.  Closes-bug: lp-699499
1040 2011-08-14   Felix Ruoff * Felix AT posaunenmission dot de *
1042         * src/hid/gcode/gcode.c, src/hid/gerber/gerber.c,
1043         src/hid/lpr/lpr.c, src/hid/nelma/nelma.c, src/hid/png/png.c,
1044         src/hid/ps/ps.c: Unify HID description (no fullstop at end of
1045         description) Most parts of this patch-serie was written by Kai-Martin Knaak.
1046         Adaption to actual git HEAD and some modifications by Felix Ruoff.
1048 2011-08-14   Felix Ruoff * Felix AT posaunenmission dot de *
1050         * src/hid/ps/ps.c: Add docu for ps HID commandline options Most parts of this patch-serie was written by Kai-Martin Knaak.
1051         Adaption to actual git HEAD and some modifications by Felix Ruoff.
1053 2011-08-14   Felix Ruoff * Felix AT posaunenmission dot de *
1055         * src/hid/ps/eps.c: Add docu for eps HID commandline options Most parts of this patch-serie was written by Kai-Martin Knaak.
1056         Adaption to actual git HEAD and some modifications by Felix Ruoff.
1058 2011-08-14   Felix Ruoff * Felix AT posaunenmission dot de *
1060         * src/hid/png/png.c: Add docu for png HID commandline options Most parts of this patch-serie was written by Kai-Martin Knaak.
1061         Adaption to actual git HEAD and some modifications by Felix Ruoff.
1063 2011-08-14   Felix Ruoff * Felix AT posaunenmission dot de *
1065         * src/hid/nelma/nelma.c: Add docu for nemla HID commandline options Most parts of this patch-serie was written by Kai-Martin Knaak.
1066         Adaption to actual git HEAD and some modifications by Felix Ruoff.
1068 2011-08-14   Felix Ruoff * Felix AT posaunenmission dot de *
1070         * src/hid/lpr/lpr.c: Add docu for lpt HID commandline options Most parts of this patch-serie was written by Kai-Martin Knaak.
1071         Adaption to actual git HEAD and some modifications by Felix Ruoff.
1073 2011-08-14   Felix Ruoff * Felix AT posaunenmission dot de *
1075         * src/hid/gerber/gerber.c: Add docu for Gerber HID commandline
1076         options Most parts of this patch-serie was written by Kai-Martin Knaak.
1077         Adaption to actual git HEAD and some modifications by Felix Ruoff.
1079 2011-08-14   Felix Ruoff * Felix AT posaunenmission dot de *
1081         * src/hid/bom/bom.c: Add docu for the BOM HID commandline options Most parts of this patch-serie was written by Kai-Martin Knaak.
1082         Adaption to actual git HEAD and some modifications by Felix Ruoff.
1084 2011-08-14   Felix Ruoff * Felix AT posaunenmission dot de *
1086         * src/hid/gtk/gui-top-window.c, src/hid/lesstif/main.c: Add docu for
1087         commandline-options for GTK+ and lesstif GUI Most parts of this patch-serie was written by Kai-Martin Knaak.
1088         Adaption to actual git HEAD and some modifications by Felix Ruoff.
1090 2011-08-18   Felix Ruoff * Felix AT posaunenmission dot de *
1092         * src/main.c: Add docu for DRC commandline options Most parts of this patch-serie was written by Kai-Martin Knaak.
1093         Adaption to actual git HEAD and some modifications by Felix Ruoff.
1095 2011-08-18   Felix Ruoff * Felix AT posaunenmission dot de *
1097         * src/main.c: Add docu for general gui commandline options Most parts of this patch-serie was written by Kai-Martin Knaak.
1098         Adaption to actual git HEAD and some modifications by Felix Ruoff.
1100 2011-08-18   Felix Ruoff * Felix AT posaunenmission dot de *
1102         * src/main.c: Add docu for path commandline options Most parts of this patch-serie was written by Kai-Martin Knaak.
1103         Adaption to actual git HEAD and some modifications by Felix Ruoff.
1105 2011-08-18   Felix Ruoff * Felix AT posaunenmission dot de *
1107         * src/main.c: Add docu for commandline commands Most parts of this patch-serie was written by Kai-Martin Knaak.
1108         Adaption to actual git HEAD and some modifications by Felix Ruoff.
1110 2011-08-18   Felix Ruoff * Felix AT posaunenmission dot de *
1112         * src/main.c: Add docu for layer names commandline options Most parts of this patch-serie was written by Kai-Martin Knaak.
1113         Adaption to actual git HEAD and some modifications by Felix Ruoff.
1115 2011-08-18   Felix Ruoff * Felix AT posaunenmission dot de *
1117         * src/main.c: Add docu for size commandline options Most parts of this patch-serie was written by Kai-Martin Knaak.
1118         Adaption to actual git HEAD and some modifications by Felix Ruoff.
1120 2011-08-18   Felix Ruoff * Felix AT posaunenmission dot de *
1122         * src/main.c: Add docu for color commandline options Most parts of this patch-serie was written by Kai-Martin Knaak.
1123         Adaption to actual git HEAD and some modifications by Felix Ruoff.
1125 2011-08-28   Felix Ruoff * Felix AT posaunenmission dot de *
1127         * doc/pcb.texi, src/main.c: Docu: Add general description for
1128         commandline options ... and for general options.  (Patch 3/19 of this patch-serie is
1129         missing on purpose) Most parts of this patch-serie was written by Kai-Martin Knaak.
1130         Adaption to actual git HEAD and some modifications by Felix Ruoff.
1132 2011-08-28   Felix Ruoff * Felix AT posaunenmission dot de *
1134         * doc/pcb.texi: Remove out-dated docu for commandline options Most parts of this patch-serie was written by Kai-Martin Knaak.
1135         Adaption to actual git HEAD and some modifications by Felix Ruoff.
1137 2011-08-28   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1139         * src/draw.c, src/misc.c, src/misc.h: Move CountHoles() from draw.c
1140         to misc.c and export it This function may be more generally useful.
1142 2011-08-28   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1144         * src/draw.c: draw.c: Move doing_assy flag assignment into
1145         PrintAssembly() Keeps things tidier
1147 2011-08-28   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1149         * src/hid/gcode/gcode.c, src/hid/nelma/nelma.c: hid/{nelma,gcode}:
1150         Remove assigned but unused variables lastcap and lastgroup
1152 2011-08-28   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1154         * src/draw.h, src/main.c: Remove traces of LoadBackgroundImage()
1155         from the core of PCB
1157 2011-08-27   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1159         * src/hid/gtk/gtkhid-gdk.c, src/hid/gtk/gtkhid-gl.c: hid/gtk: Use
1160         view_data struct to simplify saving and restoring views
1162 2011-08-27   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1164         * src/hid/gtk/gtkhid-gdk.c, src/hid/gtk/gtkhid-gl.c,
1165         src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-output-events.c,
1166         src/hid/gtk/gui-top-window.c, src/hid/gtk/gui.h: hid/gtk:
1167         Encapsulate view parameters in a structure
1169 2011-08-27   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1171         * src/hid/gtk/gtkhid-main.c: hid/gtk: Remove unnecessary prototype
1173 2011-08-27   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1175         * src/hid/gtk/gui.h: hid/gtk: crosshair_{x,y} should be Coord, not
1176         int.
1178 2011-08-27   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1180         * src/fontmode.c: fontmode.c: Add missing #include "pcb-printf.h"
1182 2011-08-26   DJ Delorie * dj AT delorie dot com *
1184         * src/fontmode.c: Fix FontEdit() Move top/bottom meta-layers to layers 0 and 1 so they'll exist after
1185         we trim out the layers.  Set up DRC values to avoid interfereing
1186         with the font layout.  Closes-bug: lp-808591
1188 2011-08-26   DJ Delorie * dj AT delorie dot com *
1190         * src/hid/lesstif/dialogs.c: Use correct units when setting up the
1191         Sizes dialog.  Replace %mm with %mS so it auto-selects units, to match the scanning
1192         that's done when you save the settings.
1194 2011-08-26   DJ Delorie * dj AT delorie dot com *
1196         * src/parse_l.l: Avoid segfault tmp-saving partial board.  Check for both PCB and PCB->Data to avoid trying to save a backup
1197         copy of a partially created layout.
1199 2011-08-26   Andrew Poelstra * asp11 AT sfu dot ca *
1201         * src/hid/gtk/gui-top-window.c: gtk: Sync selection with pcb state
1202         in ghid_layer_buttons_update It was possible for PCB's active layer to come out of sync with the
1203         selected entry in the layer selector. This fixes that.
1205 2011-08-26   Andrew Poelstra * asp11 AT sfu dot ca *
1207         * src/hid/gtk/gtk-pcb-layer-selector.c,
1208         src/hid/gtk/gtk-pcb-layer-selector.h, src/hid/gtk/gui-top-window.c: 
1209         Support adding/deletion of layers in GtkPcbLayerSelector If you add a layer to a GtkPcbLayerSelector, and its ID is already
1210         in the selector, it will update the layer instead of adding a new
1211         one. This way, we can update the layer selector by:   1. Deleting all recently-deleted and non-copper layers.    2. Re-adding all layers (including new ones)   3. Re-adding all non-copper layers (so they go to the end) The old layer selector maintained MAX_LAYER + n layers (where n was
1212         the number of non-copper layers), and showed/hid the gui widget to
1213         managed deletion and adding of layers. The new one has no notion of
1214         MAX_LAYER, nor does it care whether a layer is copper or not. :)
1216 2011-08-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1218         * src/hid/gtk/gui-drc-window.c: hid/gtk: Fix DRC preview pixmap
1219         rendering Another hard-coded constant in the old PCB coordinate system
1221 2011-08-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1223         * src/hid/gtk/gtkhid-gdk.c: hid/gtk: Remove duplicated render pass
1224         in ghid_pinout_preview_expose() This looks like it was a copy+paste error.
1226 2011-08-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1228         * src/hid/gtk/gui-pinout-preview.c,
1229         src/hid/gtk/gui-pinout-preview.h: hid/gtk: Fix pinout preview
1230         default zoom after unit conversion Apparently the scale factor equation was dependant on the old PCB
1231         units of 100th mils to produce a sensible zoom level.  Since this code is monumentally obtuse, just re-write something
1232         completley new. The old code probably bit-rot when we split out the
1233         rendering widget.  Lets just suggest a fixed size of 100 pixels natural size for each
1234         150 mil of element bounding box. That seems to work nicely.
1236 2011-08-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1238         * src/misc.c: misc.c: Rework SetTextBoundingBox() to make it more
1239         clear how it works.  Add lots of comments, change the coding style and rename variables
1240         to make them more obvious.
1242 2011-08-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1244         * src/draw.c: Redefine pin / pad name label text size in terms of
1245         FONT_CAPHEIGHT This reduces the proliferation of various "magic numbers" which
1246         combine constants from several sources and aren't appearent why they
1247         are a particular number. There is a slight rounding error in the
1248         converted pin label size, but it is insignificant.
1250 2011-08-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1252         * globalconst.h, src/change.c, src/report.c: Introduce global
1253         #define for the text cap-height of the PCB font.  This should save the proliferation of rather opaque
1254         MIL_TO_COORD(45)'s in various places.
1256 2011-08-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1258         * src/change.c, src/draw.c, src/report.c: Fix some text scale
1259         factors This commit fixes pin / pad name drawing, the pinout preview and two
1260         actions which change the size of text based on user input.  To recap: Text->Scale is a percentage scaling (from the font definition). The
1261         default font has has an approximate cap-height of 45-50 mils, and
1262         PCB assumes this to be the case.  Text->Scale is not a Coord, it is an integer, so use int as the
1263         resulting type for any calculations involving this number. (100% is
1264         stored as 100 in Text->scale). Code which scales text based upon
1265         other object sizes does so by dividing to a dimensionless scale
1266         factor. We may have to be careful about the width of intermediate
1267         results when scaling based on Coords if Coord is changed to 64bit at
1268         some point.  ChangeTextSize() and ChangeElementNameSize accept absolute (or
1269         delta) sizes in units of distance. These are converted to a Scale by
1270         assuming a 100% scaled font is 45mils high. YMMV.  Oh - and just to note.. the line-thickness is drawn at half the
1271         width stored in the font definition. This is clearly bonkers, but we
1272         would break designs if we changed it now. Grr.  (Thanks a bunch
1273         commit 66592387176ba2578dfc14023a6fe49226f3a3df).
1275 2011-08-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1277         * src/action.c, src/hid/ps/ps.c: action.c: Fix missing #include
1278         "mirror.h"
1280 2011-08-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1282         * : hid/ps: Fix inaccurate comment and twiddle some whitespace The whitespace changes in the if statement were from an earlier
1283         revision which actually had functional changes - but I prefer this
1284         way, so I'm committing it anyway.  Also adds some != 0 to the end of strcmp tests, as I believe this
1285         aids clarity by reminding readers strcmp returns 0 for a match.
1287 2011-08-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1289         * src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-output-events.c: 
1290         hid/gtk: Allow zooming out past the board size (up to 1/10 viewport
1291         size) The 1/10 viewport size should be the same as the Lesstif HID allows.
1292         The purpose of the limit is to avoid zooming in so small the PCB is
1293         lost as a tiny dot, and also to avoid coodinate overflows when
1294         representing screen coordinats in PCB Coords. (Since we switched to
1295         nanometers, this could potentially raise its head more readily until
1296         we move to 64bit integers).  The explicit pan fixup added to ghid_view_zoom_fit() is required as
1297         pan_common() no longer clamps the view back to the origin.
1299 2011-08-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1301         * src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-output-events.c,
1302         src/hid/gtk/gui.h: hid/gtk: Remove ghid_port_ranges_pan for new
1303         replacement ghid_pan_view_rel ghid_pan_view_rel() does less heavy lifting directly, sharing common
1304         code with the other view altering routines for zooming and panning.
1306 2011-08-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1308         * src/hid/gtk/gui.h: hid/gtk: Remove prototype for non-existant
1309         ghid_port_ranges_update_ranges The functionality this prototype implies is in
1310         ghid_port_ranges_scale().
1312 2011-08-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1314         * src/hid/gtk/gtkhid-main.c: hid/gtk: Don't recompute view size in
1315         PCB coords in ScrollAction() We aleady keep around the view size in PCB coords, so use it
1316         directly.
1318 2011-08-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1320         * src/hid/gtk/gtkhid-main.c: hid/gtk: Add fixup for stored
1321         gport->pcb_{x,y} coords when changing view This updates the stored (in PCB coordinates) mouse pointer location
1322         on the board as we perform a pan / zoom. This is mostly relevant to
1323         panning and clipped zoom operations, as non-clipped zoom operations
1324         aim to leave the mouse pointer at the same PCB coordinate anyway.
1326 2011-08-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1328         * src/polygon.c: polygon.c: Fix dicer to give up if the clipping
1329         region passed is invalid.  Most of the dance checking return codes from polyBoolean_free was
1330         unnecessary, as it sets the output to NULL if there is a problem, so
1331         remove that. Whilst we're at it, fix up some variable names to make
1332         the operation of the function clearer.
1334 2011-08-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1336         * src/polygon.c: polygon.c: Make RectPoly return NULL for zero or
1337         negatively sized rectangles Previously we would hit an assertion failure, where we could
1338         indicate the problem by returning NULL.  I've hit an issue in which some expose events in the GTK (+GL) HID
1339         are collapsing to a zero-width region on the PCB, and some code is
1340         tripping up on the bad clip polygon produced using RectPoly on the
1341         coordinates.  This causes segfaults in the branch which contains
1342         code to clip rendering of the soldermask at the board outline.  We could (and perhaps should) test in the expose handler, but the
1343         failure mode here is not ideal. Since most builds of PCB run with
1344         asserts disabled, the asserts are not hit here and a bad polygon is
1345         silently gets created with no contours. This upsets the polygon
1346         algebra routines somewhat, but returning a NULL (empty) polygon
1347         would be fine.
1349 2011-08-26   Andrew Poelstra * asp11 AT sfu dot ca *
1351         * src/hid/gtk/gui-config.c, src/hid/gtk/gui-top-window.c: gtk:
1352         remove call to ghid_layer_buttons_color_update The call to ghid_layer_buttons_color_update() in config_read() is
1353         now unnecessary; the Gtk layer selection widget does not exist, nor
1354         do the PCB struct's colors need to be synced with the ones in the
1355         Settings struct.  So this call makes no sense. Oh, and it causes a segfault.  Also: remove color-changing debug code from gui-top-window.c
1357 2011-08-26   Andrew Poelstra * asp11 AT sfu dot ca *
1359         * src/hid/gtk/gtk-pcb-coord-entry.c: Add doxygen comments to
1360         gtk-pcb-coord-entry.c No code changes.
1362 2011-08-26   Andrew Poelstra * asp11 AT sfu dot ca *
1364         * src/hid/gtk/gtk-pcb-cell-renderer-visibility.c,
1365         src/hid/gtk/gtk-pcb-layer-selector.c: Add doxygen comments to
1366         gtk-pcb-cell-renderer-visibility.c Also fix the file description for gtk-pcb-layer-selector.c.  No code
1367         changes.
1369 2011-08-26   Andrew Poelstra * asp11 AT sfu dot ca *
1371         * src/pcb-printf.c: Add doxygen comments to pcb-printf.c No code changes.
1373 2011-08-26   Andrew Poelstra * asp11 AT sfu dot ca *
1375         * src/flags.c: Fix const-correctness warning in flags.c
1377 2011-08-26   Andrew Poelstra * asp11 AT sfu dot ca *
1379         * globalconst.h: Make EMARK_SIZE unit-agnostic Closes-bug: lp-832455
1381 2011-08-26   Andrew Poelstra * asp11 AT sfu dot ca *
1383         * src/hid/gtk/gui-top-window.c, src/hid/gtk/gui.h: Use
1384         GtkPcbLayerSelector in gtk GUI Closes-bug: lp-699482
1386 2011-08-26   Andrew Poelstra * asp11 AT sfu dot ca *
1388         * src/Makefile.am, src/hid/gtk/gtk-pcb-cell-renderer-visibility.c,
1389         src/hid/gtk/gtk-pcb-cell-renderer-visibility.h,
1390         src/hid/gtk/gtk-pcb-layer-selector.c,
1391         src/hid/gtk/gtk-pcb-layer-selector.h: Introduce GtkPcbLayerSelector
1392         widget -- not used yet This widget will replace the layer-selection buttons in the Gtk GUI,
1393         as well as the layer selection and visibility-toggling parts of the
1394         menu.  This is to make layer manipulation more consistent and more
1395         keyboard-accessible.  In future, it would be good to update this widget with context menus
1396         with things like "hide all but this layer".
1398 2011-08-26   Andrew Poelstra * asp11 AT sfu dot ca *
1400         * src/hid/gtk/gui-top-window.c: Change Gtk layer_process() to use
1401         colors from Settings, not PCB Now the only code that uses the colors in the PCB struct is draw.c.
1402         Hopefully in a future commit we can remove this too and remove the
1403         duplication of color data in the Settings and PCB structs.
1405 2011-08-25   DJ Delorie * dj AT delorie dot com *
1407         * src/action.c: Fix File->Import for elements on back side.  Mirror pasted footprints when replacing back-side elements.  Also
1408         clear element cache when reloading the new footprint, to avoid
1409         getting a stale pointer.  Closes-bug: lp-699331
1411 2011-08-25   DJ Delorie * dj AT delorie dot com *
1413         * src/report.c: Fix texinfo bug in report.c patch {} are special characters in texinfo
1415 2011-08-25   DJ Delorie * dj AT delorie dot com *
1417         * src/hid/lesstif/main.c: Lesstif: force widget update on grid unit
1418         change If the grid units change, force a redraw of the coordinates window
1419         and allow a resize.
1421 2011-08-25   DJ Delorie * dj AT delorie dot com *
1423         * src/flags.c, src/hid/common/flags.c: Fix unitless menu flags.  Numbers without units are counting numbers in flags, not cmil.
1424         Also, cache the lookup of units in flags.c
1426 2011-08-24   Bert Timmerman * bert dot timmerman AT xs4all dot nl *
1428         * src/report.c: This patch adds support for doing
1429         Report(netlength,net_name) Affects-bug: lp-699451 Updated patch to nanometers, fixed a few minor bugs, applied.
1431 2011-08-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1433         * src/hid/gtk/gtkhid-main.c: hid/gtk: Don't compensate for crosshair
1434         position when panning Perhaps this was necessary before.. it is not now, and is causing
1435         the crosshair to be errenously offset whilst panning with the scroll
1436         wheel.
1438 2011-08-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1440         * src/hid/gtk/gtkhid-main.c: hid/gtk: Simplify viewport setup in
1441         PCBChanged() This version still works ;)
1443 2011-08-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1445         * src/hid/gtk/gtkhid-main.c: hid/gtk: Refactor common view clamping
1446         code from ghid_{pan,zoom}_view_abs Inspection of the zoom-fit code which triggers if the view exceeds
1447         the size of the board suggests that it will never be called, so
1448         remove it.
1450 2011-08-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1452         * src/hid/gtk/gui-output-events.c: hid/gtk: A couple of NOOP
1453         cosmetic changes to ghid_port_ranges_pan()
1455 2011-08-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1457         * src/hid/gtk/gtkhid-gdk.c, src/hid/gtk/gtkhid-gl.c: hid/gtk: Don't
1458         render of soldermask outside board area
1460 2011-08-22   Andrew Poelstra * asp11 AT sfu dot ca *
1462         * src/create.c: Fix negative-angle handling in create.c This bug could be seen by taking a component with an arc (say, a
1463         3-pin TO transistor, with curved silk), flipping it with 'b', and
1464         trying to move it. The arc would be inverted.
1466 2011-08-22   Andrew Poelstra * asp11 AT sfu dot ca *
1468         * src/report.c: Fix segfault in report.c text report output
1470 2011-08-22   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1472         * src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-output-events.c,
1473         src/hid/gtk/gui.h: hid/gtk: Remove emit_changed parameter from
1474         ghid_port_ranges_scale.  The one caller which passed TRUE, PCBChanged () also immediately
1475         aftwewards calls ghid_port_ranges_pan(), which will take car of any
1476         changes necessary.
1478 2011-08-20   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1480         * src/hid/gtk/gtkhid-main.c: hid/gtk: Rework view flip code
1482 2011-08-20   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1484         * src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui.h: hid/gtk: Rework zoom
1485         / pan API
1487 2011-08-20   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1489         * src/hid/gtk/gtkhid-main.c: hid/gtk: Some NOOP and whitespace
1490         changes to the SwapSides() function Split from of a later patch which reworks the view flipping APIs.
1491         Hopefully this makes the function a little simpler.
1493 2011-08-19   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1495         * src/hid/gtk/gtkhid-gdk.c, src/hid/gtk/gtkhid-gl.c: hid/gtk:
1496         Convert line width to Coord units in renderer GC structs.
1498 2011-08-19   Peter Clifton * pcjc2 AT cam dot ac dot uk *
1500         * src/find.c: find.c: Remove unused variables in LineLineIntersect()
1502 2011-08-15   Andrew Poelstra * asp11 AT sfu dot ca *
1504         * src/main.c: Add --help and -? to options that will dump usage()
1505         without loading GUI Closes-bug: lp-826931
1507 2011-08-15   Andrew Poelstra * asp11 AT sfu dot ca *
1509         * src/hid/batch/batch.c: Fix compilation warnings in
1510         hid/batch/batch.c
1512 2011-08-15   Andrew Poelstra * asp11 AT sfu dot ca *
1514         * src/hid/gtk/gtk-pcb-coord-entry.c, src/hid/gtk/gui-dialog-print.c: 
1515         Fix: spin increments not working in GtkPcbCoordEntry after unit
1516         change
1518 2011-08-15   Andrew Poelstra * asp11 AT sfu dot ca *
1520         * src/hid/gtk/gui-config.c: Parse options of type CONFIG_Coord in
1521         preferences file
1523 2011-08-05   Andrew Poelstra * asp11 AT sfu dot ca *
1525         * globalconst.h, src/const.h, src/global.h, src/main.c: *** CONVERT
1526         PCB'S BASE UNITS TO NANOMETERS *** Convert base units to nm, change Coord from int to long, change
1527         LARGE_VALUE from a magic number to (LONG_MAX / 2 - 1).  Fixes-bug: lp-772027
1529 2011-08-11   Andrew Poelstra * asp11 AT sfu dot ca *
1531         * src/const.h: Make MARK_SIZE base-unit-agnostic
1533 2011-08-10   Andrew Poelstra * asp11 AT sfu dot ca *
1535         * src/hid/gtk/gtk-pcb-coord-entry.c: Implement "change unit" submenu
1536         of GtkPcbCoordEntry context menu
1538 2011-08-10   Andrew Poelstra * asp11 AT sfu dot ca *
1540         * src/hid/gtk/gui-dialog-print.c, src/hid/ps/ps.c: Use
1541         GtkPcbCoordEntry in gui-dialog-print.c Also set ps-bloat to HID_Coord from HID_Integer in ps.c
1543 2011-08-10   Andrew Poelstra * asp11 AT sfu dot ca *
1545         * src/hid/gtk/gtk-pcb-coord-entry.c,
1546         src/hid/gtk/gtk-pcb-coord-entry.h, src/hid/gtk/gui-config.c,
1547         src/hid/gtk/gui-dialog-size.c, src/pcb-printf.c, src/pcb-printf.h: 
1548         Use GtkPcbCoordEntry in gui-dialog-size.c
1550 2011-08-10   Andrew Poelstra * asp11 AT sfu dot ca *
1552         * src/Makefile.am, src/hid/gtk/gtk-pcb-coord-entry.c,
1553         src/hid/gtk/gtk-pcb-coord-entry.h, src/hid/gtk/gui-config.c,
1554         src/hid/gtk/gui-utils.c, src/hid/gtk/gui.h: Introduce
1555         GtkPcbCoordEntry widget, use it in gui-config.c The GtkPcbCoordEntry is a modified spinbox that handles pcb units
1556         internally and outputs them as human units. It uses the step sizes
1557         given in pcb-printf and adjusts automatically when units are
1558         changed.  If you manually change the unit suffix, it will change its interal
1559         unit, so that if you change "10mil" to "10mm" it will do the right
1560         thing.  TODO: handle overflows       add a unit selector to the context menu
1562 2011-08-07   Andrew Poelstra * asp11 AT sfu dot ca *
1564         * src/hid/common/hidgl.c, src/hid/common/hidgl.h,
1565         src/hid/gtk/gtkhid-gl.c: Audit hidgl stuff, implement Coord I did not touch any code, only change 'int' to Coord where
1566         appropriate (and in a couple cases 'double' to Coord), under the
1567         assumption that any real changes should be done by Peter C.
1569 2011-08-07   Andrew Poelstra * asp11 AT sfu dot ca *
1571         * src/hid.h, src/hid/common/hidinit.c, src/hid/gtk/gui-config.c,
1572         src/hid/gtk/gui-dialog-print.c, src/hid/lesstif/dialogs.c,
1573         src/hid/lesstif/lesstif.h, src/hid/lesstif/main.c, src/main.c: 
1574         Introduce HID_Coord type and related changes Give measure-specific HID options their own datatype, so that things
1575         like the --grid option can support suffixes instead of exposing the
1576         base unit. (In fact, since they use GetValue, they will keep right
1577         on pretending the base unit is cmil.) This gives us the opportunity to write measure-entry GUI widgets
1578         that will handle units correctly and whatnot, though I have not yet
1579         done this.  Fixes-bug: lp-699640 Fixes-bug: lp-699641
1581 2011-08-11   Andrew Poelstra * asp11 AT sfu dot ca *
1583         * src/hid/lesstif/dialogs.c: Change lesstif_logv to use pcb-printf
1584         [rebase-after: audit lesstif]
1586 2011-08-05   Andrew Poelstra * asp11 AT sfu dot ca *
1588         * src/global.h, src/gpcb-menu.res.in, src/hid/lesstif/dialogs.c,
1589         src/hid/lesstif/main.c, src/hid/lesstif/styles.c,
1590         src/pcb-menu.res.in: Audit lesstif HID We can now remove LocationType and BDimension! This marks the
1591         completion of the code audit. Remaining to do is the conversion and
1592         test.
1594 2011-08-05   Andrew Poelstra * asp11 AT sfu dot ca *
1596         * src/hid/gtk/gtkhid-gdk.c, src/hid/gtk/gtkhid-gl.c,
1597         src/hid/gtk/gui-log-window.c, src/hid/gtk/gui-misc.c,
1598         src/hid/gtk/gui-output-events.c, src/hid/gtk/gui.h: Audit Gtk HID
1600 2011-08-05   Andrew Poelstra * asp11 AT sfu dot ca *
1602         * src/hid/common/draw_helpers.c, src/hid/common/extents.c,
1603         src/hid/common/hidnogui.c: Audit HID nogui/common code
1605 2011-08-05   Andrew Poelstra * asp11 AT sfu dot ca *
1607         * src/hid/nelma/nelma.c: Audit nelma HID
1609 2011-08-05   Andrew Poelstra * asp11 AT sfu dot ca *
1611         * src/hid/png/png.c: Audit png HID
1613 2011-08-04   Andrew Poelstra * asp11 AT sfu dot ca *
1615         * src/hid/gcode/gcode.c: Audit gcode HID
1617 2011-08-04   Andrew Poelstra * asp11 AT sfu dot ca *
1619         * src/hid/ps/ps.c: Audit ps.c
1621 2011-08-04   Andrew Poelstra * asp11 AT sfu dot ca *
1623         * src/hid/ps/eps.c: Audit eps.c
1625 2011-08-04   Andrew Poelstra * asp11 AT sfu dot ca *
1627         * src/hid/gerber/gerber.c: Audit gerber HID
1629 2011-08-04   Andrew Poelstra * asp11 AT sfu dot ca *
1631         * src/hid/bom/bom.c: Implement new unit selector in BOM HID, audit
1632         bom.c
1634 2011-08-05   Andrew Poelstra * asp11 AT sfu dot ca *
1636         * src/hid.h, src/hid/bom/bom.c, src/hid/common/hidinit.c,
1637         src/hid/gcode/gcode.c, src/hid/gerber/gerber.c,
1638         src/hid/gtk/gui-config.c, src/hid/gtk/gui-dialog-print.c,
1639         src/hid/gtk/gui-utils.c, src/hid/gtk/gui.h, src/hid/lpr/lpr.c,
1640         src/hid/nelma/nelma.c, src/hid/png/png.c, src/hid/ps/eps.c,
1641         src/hid/ps/ps.c, src/main.c: Introduce HID_Unit option type
1643 2011-08-04   Andrew Poelstra * asp11 AT sfu dot ca *
1645         * src/hid.h: Change drawing function coords in hid.h to Coord from
1646         int Note that this causes a slew of compilation warnings about
1647         mismatched pointer types, since the HIDs themselves are still using
1648         int-taking functions. These warnings will be cleaned up over the
1649         next few commits.
1651 2011-08-04   Andrew Poelstra * asp11 AT sfu dot ca *
1653         * src/crosshair.c, src/crosshair.h: Audit crosshair.[ch], implement
1654         Coord
1656 2011-08-04   Andrew Poelstra * asp11 AT sfu dot ca *
1658         * src/parse_y.y: Audit parse_y.y, implement Coord
1660 2011-08-04   Andrew Poelstra * asp11 AT sfu dot ca *
1662         * src/mtspace.c, src/mtspace.h: Audit mtspace.[ch], implement Coord
1664 2011-08-04   Andrew Poelstra * asp11 AT sfu dot ca *
1666         * src/pcb-printf.h, src/report.c: Audit report.c, implement Coord Includes fixes for the original pcb-printf conversion:   Fix drill report spacing in report.c   Use %ma spec outputting angles in report.c
1668 2011-08-04   Andrew Poelstra * asp11 AT sfu dot ca *
1670         * src/autoroute.c: Audit autoroute.[ch], implement Coord There are many magic numbers in this file. It is likely they will be
1671         skewed by base-unit changes, though I have worked to mitigate this.
1673 2011-08-04   Andrew Poelstra * asp11 AT sfu dot ca *
1675         * src/autoplace.c: Audit autoplace.c, implement Coord Note that there are -many- magic numbers in this file.  I believe
1676         I've caught all of them that are supposed to be unit conversions and
1677         used macros instead.
1679 2011-08-04   Andrew Poelstra * asp11 AT sfu dot ca *
1681         * src/action.c, src/create.c, src/create.h: Audit create.[ch],
1682         implement Coord
1684 2011-08-03   Andrew Poelstra * asp11 AT sfu dot ca *
1686         * src/intersect.c, src/line.c, src/line.h: Audit line.[ch],
1687         intersect.c, implement Coord
1689 2011-08-03   Andrew Poelstra * asp11 AT sfu dot ca *
1691         * src/find.c, src/find.h: Audit find.[ch], implement Coord Note that this commits brings major simplifications to some DRC
1692         functions. My tests show everything okay, but there will likely be
1693         some bugs (or bug fixes) as a result of this commit.
1695 2011-08-02   Andrew Poelstra * asp11 AT sfu dot ca *
1697         * src/find.c: Remove fBloat from find.c fBloat does nothing except act as a floating point copy of the
1698         integer Bloat variable. It should not be (and is not) necessary.
1700 2011-08-03   Andrew Poelstra * asp11 AT sfu dot ca *
1702         * src/find.c: Fix g_string_free (NULL) error
1704 2011-08-02   Andrew Poelstra * asp11 AT sfu dot ca *
1706         * src/global.h, src/hid/gtk/gui-drc-window.c,
1707         src/hid/gtk/gui-drc-window.h: Remove coord suffix/precision from DRC
1708         error struct Display units for DRC errors are now handled by the UI, rather than
1709         in the error struct. The struct now stores everything in Coord's,
1710         and pcb-printf worries about how to display them.
1712 2011-08-02   Andrew Poelstra * asp11 AT sfu dot ca *
1714         * src/file.c: Audit file.c, implement Coord
1716 2011-08-02   Andrew Poelstra * asp11 AT sfu dot ca *
1718         * src/find.c, src/pcb-printf.c, src/pcb-printf.h: Use pcb-printf in
1719         DRC code in find.c Also, expose pcb_vprintf in pcb_printf.h.
1721 2011-07-27   Andrew Poelstra * asp11 AT sfu dot ca *
1723         * src/draw.c, src/draw.h: Audit draw.[ch], implement Coord
1725 2011-07-27   Andrew Poelstra * asp11 AT sfu dot ca *
1727         * src/box.h, src/change.c, src/change.h: Audit change.[ch], box.h,
1728         implement Coord
1730 2011-07-27   Andrew Poelstra * asp11 AT sfu dot ca *
1732         * src/copy.c, src/copy.h, src/insert.c, src/insert.h, src/mirror.c,
1733         src/mirror.h: Audit copy.[ch], insert.[ch], mirror.[ch], implement
1734         Coord
1736 2011-07-27   Andrew Poelstra * asp11 AT sfu dot ca *
1738         * src/misc.c, src/misc.h: Audit misc.[ch], implement Coord
1740 2011-07-26   Andrew Poelstra * asp11 AT sfu dot ca *
1742         * src/move.c, src/move.h: Audit move.[ch], implement Coord
1744 2011-07-26   Andrew Poelstra * asp11 AT sfu dot ca *
1746         * src/polyarea.h, src/polygon.c, src/polygon.h, src/polygon1.c: 
1747         Audit polygon*, polyarea.h, implement Coord
1749 2011-07-25   Andrew Poelstra * asp11 AT sfu dot ca *
1751         * src/rotate.c, src/rotate.h: Audit rotate.[ch], implement Coord
1753 2011-07-19   Andrew Poelstra * asp11 AT sfu dot ca *
1755         * src/search.c, src/search.h: Audit search.[ch], implement Coord
1756         unit This does not affect the "IsPointOnArc assumes circular arc" bug; it
1757         is just more obvious now with the cleaner code.  Affects-bug: lp-815527
1759 2011-07-13   Andrew Poelstra * asp11 AT sfu dot ca *
1761         * src/rubberband.c, src/set.c, src/set.h, src/thermal.c,
1762         src/undo.c, src/undo.h: Audit undo.[ch], thermal.c, set.[ch],
1763         rubberband.c, introduce Coord
1765 2011-08-07   Andrew Poelstra * asp11 AT sfu dot ca *
1767         * src/action.c, src/buffer.c, src/buffer.h, src/command.c,
1768         src/djopt.c, src/djopt.h, src/fontmode.c, src/global.h, src/hid.h,
1769         src/hid/batch/batch.c, src/hid/common/actions.c,
1770         src/hid/common/hidnogui.c, src/hid/gtk/gtkhid-main.c,
1771         src/hid/gtk/gui-log-window.c, src/hid/gtk/gui-netlist-window.c,
1772         src/hid/gtk/gui-output-events.c, src/hid/gtk/gui-top-window.c,
1773         src/hid/gtk/gui.h, src/hid/lesstif/dialogs.c,
1774         src/hid/lesstif/lesstif.h, src/hid/lesstif/library.c,
1775         src/hid/lesstif/main.c, src/hid/lesstif/menu.c,
1776         src/hid/lesstif/netlist.c, src/hid/lesstif/styles.c, src/misc.c,
1777         src/move.c, src/netlist.c, src/puller.c, src/report.c,
1778         src/toporouter.c, src/vendor.c: Change get_coord and action
1779         signatures to use Coord
1781 2011-07-27   Andrew Poelstra * asp11 AT sfu dot ca *
1783         * src/file.c, src/hid/gtk/gtkhid-main.c, src/hid/lesstif/main.c: 
1784         Introduce PCB::grid::unit attribute This is PCB's first use of the Attribute() field in the file format.
1785         It is a unit suffix string denoting the unit setting used by pcb
1786         when loading the file.  Note the namespacing: as Attributes are persistent across
1787         file-saves, other programs may use them in future for purposes
1788         unknown and irrelevant to pcb. Therefore we will put all pcb
1789         attributes under the PCB namespace.  If this attribute is missing or invalid (i.e., the unit given is
1790         unsupported by pcb-printf), PCB will then use the --grid-units
1791         command-line option. Failing that, it will use the grid-units entry
1792         in ~/.pcb/preferences. Failing that, it will use mils.  Fixes-bug: lp-811393
1794 2011-08-10   Andrew Poelstra * asp11 AT sfu dot ca *
1796         * src/pcb-printf.c: Modify get_unit_struct()'s bad-unit forgiveness Suffixes passed to get_unit_struct() may now start or end with
1797         whitespace, without affecting the result. However, incomplete units
1798         will NOT be matched.  This means that "mi" will no longer return the "mil" struct, for
1799         example.  The reasons for this change are:   1. The old behavior returned the first potential match,      regardless of other matches: "c" is always "cm", never      "cmil".    2. Prevent surprises (due to point #1, or typos).    3. Prevent user dependence on behavior that will change      as units are added or removed.  It still supports plural units, like "inches" or "mils".  However,
1800         it will read "miles" as "mil" because of this. ;)
1802 2011-08-05   Andrew Poelstra * asp11 AT sfu dot ca *
1804         * src/main.c, src/pcb-printf.c, src/pcb-printf.h: Add alias support,
1805         get_unit_list() to pcb-printf Add pcb-printf support for unit aliases (just one per unit for now,
1806         we will fix this if the need arises). Map "inch" to "in" and "pcb"
1807         to "cmil" for backward compatibility.  Move initialize_units() call to main.c to ensure it is called before
1808         any other unit-handling code.  Also, add the functions   get_unit_list ();   get_n_units (); which do exactly what they look like. These will
1809         be used to build HID-export unit selectors.
1811 2011-07-12   Andrew Poelstra * asp11 AT sfu dot ca *
1813         * src/gpcb-menu.res.in, src/pcb-menu.res.in: Use suffixed units in
1814         gpcb-menu.res and pcb-menu.res
1816 2011-07-04   Andrew Poelstra * asp11 AT sfu dot ca *
1818         * src/buffer.c, src/buffer.h, src/create.c, src/file.c,
1819         src/global.h, src/misc.c, src/misc.h, src/pcb-printf.c,
1820         src/pcb-printf.h, src/rotate.c: Make file.c use %mr pcb-printf spec I have changed the %mr spec to always output cmils, no suffix, and
1821         changed file.c to use this. The reason is that the %mc spec (cmils,
1822         no suffix) is locale- dependent, while %mr is not.  When we change the actual file format, file.c can be left alone and
1823         the relevant changes should be done to the %mr spec in pcb-printf.
1825 2011-07-13   Andrew Poelstra * asp11 AT sfu dot ca *
1827         * src/hid/gtk/gui-config.c: Update hid/gtk/gui-config.c with new
1828         grid preferences
1830 2011-07-13   Andrew Poelstra * asp11 AT sfu dot ca *
1832         * src/file.c, src/find.c, src/flags.c, src/global.h,
1833         src/gpcb-menu.res.in, src/hid/gtk/gtkhid-main.c,
1834         src/hid/gtk/gui-config.c, src/hid/gtk/gui-dialog-size.c,
1835         src/hid/gtk/gui-misc.c, src/hid/gtk/gui-top-window.c,
1836         src/hid/gtk/gui.h, src/hid/lesstif/dialogs.c,
1837         src/hid/lesstif/main.c, src/hid/lesstif/styles.c,
1838         src/pcb-menu.res.in, src/pcb-printf.h, src/report.c: Remove mm/mil
1839         dichotomy, support arbitrary user units Currently, pcb assumes the user's display units are either mm or
1840         mil, and uses the Settings.grid_unit_mm boolean (and flag
1841         "grid_unit_mm") to determine which is which.  This patch removes the boolean and replaces it with the new
1842         Settings.grid_unit, which can be set to any unit supported by
1843         pcb-printf. The user-visible interface has not changed (there is
1844         still a mm/mil toggle in Gtk and the menus only contain mm and mil
1845         units), but new units can be accessed though the :SetUnits command.  The flag is still there and can be used in pcb-menu.res as usual.
1846         However, the new flag "grid_unit_mil" should be checked to see if
1847         mils are selected, since this is no longer implied by grid_unit_mm
1848         == 0.  There will be some user-visible changes to the precision of
1849         displayed values, since I have removed a lot of special-case code
1850         for this sort of this thing and use the default_prec of applicable
1851         units instead.  Because of the new flexibility, some idioms have been changed:   Settings.grid_unit_mm ? COORD_TO_MM (x) : COORD_TO_MIL (x) becomes   coord_to_unit (Settings.grid_unit, x)   Settings.grid_unit_mm ? "mm" : "mil" becomes   Settings.grid_unit->suffix   Settings.grid_unit_mm = 1; becomes   Settings.grid_unit = get_unit_struct ("mm"); For GUI use, the Unit structure returned by get_unit_struct exposes
1852         certain members:   suffix       : "mm"/"mil"/etc   in_suffix    : i18n version of the above   default_prec : precision used for spinboxes, labels, etc   step_tiny    :   step_small   :   step_medium  : step sizes for various spinboxes   step_large   :   step_huge    : Additionally, the *_increment_mm and *_increment_mil variables have
1853         their own structure containing default, min and max values.  These
1854         can no longer be set on the command line.
1856 2011-07-12   Andrew Poelstra * asp11 AT sfu dot ca *
1858         * src/main.c: Cleanup default values in main.c
1860 2011-07-12   Andrew Poelstra * asp11 AT sfu dot ca *
1862         * src/misc.c, src/pcb-printf.c, src/pcb-printf.h: Introduce new
1863         structures (unit, increment) to pcb-printf Constants for gui spinbox steps are now in pcb-printf.h:   Unit.step_tiny   Unit.step_small   Unit.step_medium   Unit.step_large   Unit.step_huge Additionally, the default/max/min values for the preferences
1864         Increments tab are in their own structure in pcb-printf.h.  These changes are needed to bring all unit-specific constants into
1865         one place. The spinbox values can be shared by gtk and lesstif.
1867 2011-07-04   Andrew Poelstra * asp11 AT sfu dot ca *
1869         * src/misc.c, src/pcb-printf.c, src/pcb-printf.h: Add scale factor
1870         lookups to pcb_printf.c, tell GetValue to use them GetValue and pcb-printf have their own lookup tables to determine
1871         scale factors. To unify them, this patch adds two functions to pcb-
1872         printf, coord_to_unit and unit_to_coord.  These a const char *suffix and return an appropriate scale factor.  I have also added a NO_PRINT entry to the allow_mask array for
1873         suffixes like "inch" that we can read but never output.  The definitive unit lookup table should now be in pcb_printf.c. Any
1874         other tables used in the code should be merged into this.
1876 2011-07-11   Andrew Poelstra * asp11 AT sfu dot ca *
1878         * src/action.c, src/autoplace.c, src/crosshair.c, src/crosshair.h,
1879         src/djopt.c, src/file.c, src/flags.c, src/fontmode.c, src/global.h,
1880         src/hid/common/hidgl.c, src/hid/gtk/gtkhid-gdk.c,
1881         src/hid/gtk/gui-config.c, src/hid/gtk/gui-misc.c,
1882         src/hid/gtk/gui.h, src/hid/lesstif/main.c, src/hid/lesstif/menu.c,
1883         src/main.c, src/misc.c, src/misc.h, src/set.c, src/set.h: Convert
1884         grid/increments from double to Coord Since Coord is an integer unit, there will be (often severe)
1885         precision errors until we convert the base unit to nm.
1887 2011-08-14   Felix Ruoff * Felix AT posaunenmission dot de *
1889         * src/global.h: Remove unused variable
1891 2011-08-14   Felix Ruoff * Felix AT posaunenmission dot de *
1893         * src/global.h, src/main.c: Remove broken --menu-file option The expected functionality is given by the option --pcb-menu for the
1894         GTK+ GUI and lesstif GUI.
1896 2011-08-13   DJ Delorie * dj AT delorie dot com *
1898         * src/change.c, src/find.c, src/global.h,
1899         src/hid/common/draw_helpers.c, src/misc.c, src/polygon.c,
1900         src/search.c: Make toggling the HOLE flag reversible Closes-bug: lp-699483 When toggling the HOLE flag, the Thickness is no longer changed.
1901         Instead, use PIN_SIZE() to select from Thickness or DrillingHole
1902         accordingly, and use that throughout.  Mask size is handled thusly: For tented vias, the mask is opened up
1903         to just over the hole size.  For untented vias, the mask gap is held
1904         constant.  Also, various minor changes to ensure that untented holes are drawn
1905         correctly.
1907 2011-08-13   Jared Casper * jaredcasper AT gmail dot com *
1909         * src/action.c, src/create.c, src/create.h, src/file.c, src/main.c,
1910         src/parse_y.y: refdes labels in new layout can't be moved.  The .pcb file that gsch2pcb creates does not have a font in it.
1911         When loading files, the bounding box for all the text is calculated
1912         as the file is read.  In the case that there is no font, this is
1913         before the default font is installed, so the bounding box is way too
1914         small.  This patch remedies this by making all new PCB structures contain
1915         the default font by calling CreateDefaultFont in CreateNewPCB
1916         (CreateDefaultFont now takes in a PCBTypePtr instead of using the
1917         global PCB).  Previously, each time CreateNewPCB was called,
1918         CreateDefaultFont was called soon thereafter.  In the case of loading a PCB from a file.  The default font in the
1919         newly created struct PCB is marked invalid but not removed.  If the
1920         .pcb file contains a font, the default font will be overwritten by
1921         the file's font.  If it does not, PCB->Font will still be invalid
1922         after LoadPCB, a message is displayed that the default font is being
1923         used, and PCB->Font.Valid is set to true.  Also fixes a related bug where the memory for a symbols lines wasn't
1924         being cleared when a new file was brought into place.  Previously,
1925         this only happened if a new Font was loaded into an existing PCB.
1926         Now the font will be replaced every time a file with symbol
1927         information is loaded.  Rebased to actual git-head by Felix Ruoff Closes-bug: lp-699478
1929 2011-08-13   DJ Delorie * dj AT delorie dot com *
1931         * src/hid/lesstif/dialogs.c, src/hid/lesstif/lesstif.h,
1932         src/hid/lesstif/library.c, src/hid/lesstif/main.c,
1933         src/hid/lesstif/menu.c, src/hid/lesstif/netlist.c,
1934         src/hid/lesstif/styles.c: Centralize Lesstif XmStringCreate* Closes-bug: lp-699472 To save time in the future, all XmString creation is done via
1935         XmStringCreatePCB which is a macro in lesstif.h.  Meanwhile, this
1936         macro is defined to XmStringCreateLtoR instead of
1937         XmStringCreateLocalized.
1939 2011-08-13   Cesar Strauss * cstrauss AT not2005 dot cea dot inpe dot br *
1941         * Makefile.am, README.w32, configure.ac, w32/.gitignore,
1942         w32/Makefile.am, w32/README, w32/build-all.sh, w32/minipack.conf,
1943         w32/mpk,
1944         w32/patches/gd/0001-Export-sysbols-when-building-as-a-DLL.patch,
1945         w32/patches/gd/0002-Libtool-requires-no-undefined-to-build-a-DLL.pa
1946         tch,
1947         w32/patches/gd/0003-Avoid-conflit-between-libjpeg-and-windows-heade
1948         rs.patch, w32/patches/gettext/01-revert-sed-string.patch,
1949         w32/patches/gettext/02-Avoid-missing-open-argument-error.patch,
1950         w32/patches/gtk+/01-mousewheel.patch,
1951         w32/patches/zlib/01-shared-lib-support.patch,
1952         w32/patches/zlib/02-cross-build.patch, w32/recipes/atk.recipe,
1953         w32/recipes/cairo.recipe, w32/recipes/gd.recipe,
1954         w32/recipes/gettext.recipe, w32/recipes/glib.recipe,
1955         w32/recipes/gtk+.recipe, w32/recipes/jpeg.recipe,
1956         w32/recipes/libiconv.recipe, w32/recipes/libpng.recipe,
1957         w32/recipes/pango.recipe, w32/recipes/pcb.recipe,
1958         w32/recipes/pixman.recipe, w32/recipes/tiff.recipe,
1959         w32/recipes/zlib.recipe, w32/tools/mpk-build, w32/tools/mpk-clean,
1960         w32/tools/mpk-config.guess, w32/tools/mpk-help,
1961         w32/tools/mpk-install, w32/tools/mpk-remove, w32/tools/mpk-shell,
1962         w32/tools/mpk-source, w32/tools/mpk-unpack, w32/tools/mpk-version,
1963         w32/tools/tool.template: Add Windows cross-build script.  Closes-bug: lp-699494
1965 2011-08-13   Cesar Strauss * cstrauss AT not2005 dot cea dot inpe dot br *
1967         * Makefile.am, README.win32, configure.ac, win32/.cvsignore,
1968         win32/Makefile.am, win32/Readme.txt, win32/build_pcb,
1969         win32/extract_gtk_win32, win32/pcb.nsi.in,
1970         win32/registerExtension.nsh: Remove previous Windows build script.  Affects-bug: lp-699494
1972 2011-08-10   DJ Delorie * dj AT delorie dot com *
1974         * src/action.h, src/autoplace.h, src/autoroute.h, src/box.h,
1975         src/buffer.h, src/change.h, src/clip.h, src/command.h,
1976         src/compat.h, src/const.h, src/copy.h, src/create.h,
1977         src/crosshair.h, src/data.h, src/dbus-pcbmain.h, src/dbus.h,
1978         src/djopt.h, src/draw.h, src/edif_parse.h, src/error.h, src/file.h,
1979         src/find.h, src/global.h, src/heap.h, src/hid.h,
1980         src/hid/common/actions.h, src/hid/common/hid_resource.h,
1981         src/hid/common/hidgl.h, src/hid/common/hidinit.h,
1982         src/hid/common/hidnogui.h, src/hid/gcode/lists.h,
1983         src/hid/gtk/gtkhid.h, src/hid/gtk/gui-drc-window.h,
1984         src/hid/gtk/gui-library-window.h, src/hid/gtk/gui-pinout-preview.h,
1985         src/hid/gtk/gui.h, src/insert.h, src/intersect.h, src/line.h,
1986         src/lrealpath.h, src/macro.h, src/mirror.h, src/misc.h, src/move.h,
1987         src/mtspace.h, src/mymem.h, src/parse_l.h, src/pcb-printf.h,
1988         src/polyarea.h, src/polygon.h, src/print.h, src/rats.h,
1989         src/remove.h, src/report.h, src/resource.h, src/rotate.h,
1990         src/rtree.h, src/rubberband.h, src/search.h, src/select.h,
1991         src/set.h, src/strflags.h, src/thermal.h, src/toporouter.h,
1992         src/undo.h, src/vector.h, src/vendor.h: Fix header guard macro names Closes-bug: lp-699161 Make all headers use standard-compliant guard macro names.
1994 2011-08-10   DJ Delorie * dj AT delorie dot com *
1996         * configure.ac, src/hid/lesstif/main.c, src/hid/lesstif/xincludes.h: 
1997         Detect XRender + Xinerama to avoid BadMatch Closes-bug: lp-699251 This seems to happen when your X server is using both Xinerama and
1998         XRender, and only affects the XRenderChangePicture() call with a
1999         clip_mask.  So, I added code to detect Xinerama+XRender and disable
2000         XRender if they're found.
2002 2011-08-10   DJ Delorie * dj AT delorie dot com *
2004         * src/action.c: Don't set FOUND flag on silk lines.  Closes-bug: lp-699291
2006 2011-08-08   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2008         * src/hid/gtk/gtkhid-main.c: hid/gtk: Clean up ghid_pan_fixup ()
2010 2011-08-08   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2012         * src/hid/gtk/gtkhid-main.c: hid/gtk: Re-write some routines with
2013         the new ghid_pcb_to_event_coords API.  Cleans up ghid_set_crosshair() and Center() in gtkhid-main.c
2015 2011-08-08   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2017         * src/hid/gtk/gtkhid-gdk.c, src/hid/gtk/gtkhid-gl.c,
2018         src/hid/gtk/gui.h: hid/gtk: Add API to convert pcb units into
2019         drawing widget coordinates.
2021 2011-08-07   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2023         * src/misc.c: misc.c: Remove comment missed from commit e82ad9b
2025 2011-08-07   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2027         * src/macro.h: macro.h: Remove now unused SCREEN_SIGN_{X,Y} macros
2029 2011-07-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2031         * src/hid/gtk/gtkhid-gdk.c, src/hid/gtk/gtkhid-gl.c,
2032         src/hid/gtk/gui-netlist-window.c, src/hid/gtk/gui.h: hid/gtk:
2033         Implement an API to draw the user into a particular location This is renderer-specific, but the general idea is to help the user
2034         find a particular location on the board.
2036 2011-08-07   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2038         * src/hid/gtk/gui-netlist-window.c, src/select.c, src/select.h: Move
2039         the SelectPin() function into the file of its only caller.  The new function is in hid/gtk/gui-netlist-window.c, and is called
2040         toggle_pin_selected ().  Whilst we're at it, simplify the function, removing its always-
2041         constant argument and condense the redrawing calls.
2043 2011-08-07   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2045         * src/action.c: action.c: Remove unused parser token F_Scroll
2046         ("Scroll")
2048 2011-08-07   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2050         * src/action.c, src/action.h: action.c: Remove unused action
2051         "MovePointer"
2053 2011-08-07   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2055         * src/hid/gtk/gui-misc.c: hid/gtk: Remove dead "MovePointer"
2056         keyboard navigation code.  This was not working correctly anyway, as the action was not
2057         properly registered. Obviously no-one missed it, so let it die.  Whilst we are here, kill off the hard-coded panning actions in this
2058         sub-main loop. Eventually, we should use common code for any
2059         keyboard navigation.  This only affects operation of the ghid_get_user_xy() function, e.g.
2060         the one which temporarily greys out the PCB user interface whilst
2061         waiting for the user to supply a location.
2063 2011-08-07   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2065         * src/action.c: action.c: Simplify ActionMovePointer() The save / restore of the crosshair coordinates is unnecessary since
2066         we are emitting the appropriate change notifications.
2068 2011-08-07   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2070         * src/action.c: action.c: Remove dead code, IgnoreMotionEvents
2072 2011-08-07   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2074         * src/action.c, src/find.c, src/hid/gtk/gui-drc-window.c,
2075         src/misc.c, src/misc.h, src/select.c: misc.c: Remove unused "delta"
2076         argument from CenterDisplay() All the callers are passing absolute locations.
2078 2011-08-07   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2080         * po/POTFILES.in, src/Makefile.am, src/gpcb-menu.res,
2081         src/gpcb-menu.res.in, src/pcb-menu.res, src/pcb-menu.res.in: 
2082         Generate pcb-menu.res and gpcb-menu.res from ".in" files No functional changes here, just a preliminary cleaning before
2083         adding the topological autorouter to the menus. Doing so requies
2084         conditional inclusion of certain lines, as the toporouter is not
2085         always built.   Based on a patch by Stanislav Brabec * sbrabec AT suse dot cz * Affects-bug: lp-812429
2087 2011-08-07   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2089         * src/pcb-menu.res: pcb-menu.res: Fixup some more whitespace
2091 2011-07-18   Stanislav Brabec * sbrabec AT suse dot cz *
2093         * src/action.c: RipUp(): Rip arcs created by toporouter.  Toporouter creates not only lines but also arcs.  Rip up all auto
2094         routed tracks should rip these arcs as well.  Closes-bug: lp-812380  Reviewed-by: Peter Clifton * pcjc2 AT cam dot ac dot uk *
2096 2011-08-07   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2098         * po/POTFILES.in: POTFILES.in: Add src/crosshair.c and
2099         src/autoroute.c We were missing translations before.  "make distcheck" now passes ;)
2101 2011-08-07   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2103         * doc/Makefile.am: doc: Don't make any DVI targets We don't have rules to build all the prerequisites, and we don't
2104         care about DVI. This is one of the issues causing "make distcheck"
2105         to fail.
2107 2011-08-07   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2109         * doc/Makefile.am, doc/gs/Makefile.am: doc: Remove execute
2110         permissions on Makefile.am and gs/Makefile.am
2112 2011-08-07   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2114         * src/gpcb-menu.res, src/pcb-menu.res: Clean up whitespace in
2115         [g]pcb-menu.res
2117 2011-08-03   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2119         * src/crosshair.c: crosshair.c: Fix layer check for off-grid line
2120         snapping in line-draw mode
2122 2011-08-03   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2124         * src/crosshair.c: crosshair.c: Revise heuristic for snapping on
2125         off-grid lines Only snap to an off-grid section of a line when: Drawing lines on the same layer as the one being snapped to When
2126         manipulating the end-point of a _different) line on the same layer
2127         as the one being snapped to.  This should hopefully reduce the tendancy of the off-grid-line code
2128         to cause lots of unnecessary snapping.
2130 2011-08-01   Gabriel Paubert * paubert AT iram dot es *
2132         * src/hid/lesstif/main.c: Correct parameter order in Distance
2133         function in hid/lesstif/main.c in src/did/lesstif/main.c, the Distance function is called with the
2134         parameters in the wrong order.  This small patches fixes the problem. I still think that the format
2135         is wrong, or at least the rounding to integer mm/mil taking only the
2136         grid into account, but I've not yet decided on how to fix it. The
2137         worse is that often the display is wrong because the decimal part is
2138         truncated (displaying say -24 between two grid points on a 5mil
2139         grid).          Gabriel
2141 2011-07-27   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2143         * src/hid/png/png.c: hid/png: Increase the maximum allowable DPI of
2144         the exporter Sometimes for rendering fiddly boards, you just need the detail.  Move the arbitrary 1000 dpi limit to still arbitrary, 10000 dpi.
2146 2011-07-27   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2148         * src/hid/ps/ps.c: hid/ps: Fix arc drawing since pcb_printf patch The last parameter to the arc macro we use for drawing arcs is
2149         unitless, so should be a double. This was broken by: commit fa9ae1f6b1eabaab961795ce7be53afe46eaa735     Convert ps/eps/lpr HID's to use pcb-printf I've reverted the change, and added an extra (double) cast compared
2150         to what was there before, I'm not sure we wouldn't get an integer
2151         division without it. One day I should learn these type promotion /
2152         casting rules properly! ;)
2154 2011-07-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2156         * src/hid/gtk/gtkhid-gdk.c, src/hid/gtk/gtkhid-gl.c,
2157         src/hid/gtk/gui-top-window.c, src/hid/gtk/gui.h: hid/gtk: Add a
2158         shutdown function to the renderer backends This will be necessary to stop any event handlers / timers which
2159         should not fire as the GUI is being shut down.  This code isn't actually very "live" at the moment, as the place
2160         I've hooked up its trigger (the destroy event of the main window),
2161         doesn't actually appear to get called.  This seems to be because the core "Quit" action just kills the
2162         program dead, rather than attempting to shut down the GUI.
2164 2011-07-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2166         * src/hid/gtk/gui-netlist-window.c: hid/gtk: Do not run a main loop
2167         from within the netlist window code.  It turns out that this is a really bad idea.. if the main loop is
2168         kept busy, the new main-loop never exits and the events can become
2169         reentrant.  I discovered this when testing code for an animation which used the
2170         main event loop for its timing. Each time a node was selected in the
2171         netlist window, stack-frame would grow - as the new nested main
2172         loops never became idle. Segfaults ensued quite readily, presumably
2173         due to the code not being designed to be reentrant.  It appears from reading the code, that these:   while (gtk_events_pending ())        /* Make sure everything gets
2174             built */ gtk_main_iteration (); Are not actually necessary.
2176 2011-07-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2178         * src/hid/gtk/gui-netlist-window.c: hid/gtk: Skip check before
2179         calling ghid_netlist_window_create If the window already exists, ghid_netlist_window_create() is a
2180         NOOP, so there is no point in checking twice.
2182 2011-07-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2184         * src/hid/gtk/gui-netlist-window.c, src/hid/gtk/gui.h: hid/gtk:
2185         Remove unused function ghid_netlist_nodes_update ()
2187 2011-07-25   DJ Delorie * dj AT delorie dot com *
2189         * src/default_font: Tweak default font.  Minor changes to various glyphs to improve readability and
2190         legibility, such as making V look less like U, or 8 less like 0.  No
2191         changes to font metrics, bounding boxes, or spacing.
2193 2011-07-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2195         * src/hid/gtk/gtkhid-main.c: hid/gtk: Fix up paning when flipping
2196         the board.  I'm not sure when this got broken, but it was probably my fault ;)
2198 2011-07-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2200         * : commit f9ad6634a55f7f79106945e3307aafe0d39eae61  Author: Andrew
2201         Poelstra * asp11 AT sfu dot ca * Date:   Mon Jul 25 00:33:23 2011
2202         -0700
2204 2011-07-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2206         * : hid/gtk: Refactor viewport handling
2208 2011-07-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2210         * src/hid/gtk/gtkhid-main.c: hid/gtk: Fixup Zoom() and zoom_by() so
2211         they don't ignore passed coordinates.  The Zoom() action was passing bogus coordinates (in pixels), and
2212         zoom_by() was ignoring the passed coordinates and just using the
2213         mouse pointer location last recorded in gport->pcb_x and
2214         gport->pcb_y.  Fix zoom_by() to use the passed coordinates, fix Zoom() to not
2215         mangle the passed board coordinates into screen space.. zoom_by()
2216         wants board coords.  Finally, remove a special case from the Zoom() action where if the
2217         passed coordinates were both zero, we would pass the PCB coordinates
2218         of the board center. I'm hopeful that things will "just work"
2219         without this.
2221 2011-07-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2223         * src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-output-events.c,
2224         src/hid/gtk/gui.h: hid/gtk: Introduce a zoom_fit() function, remove
2225         duplicated code.  Several places in the code invoke a "zoom_fit" type function by
2226         calling zoom_to() or ghid_port_ranges_zoom() with bogus parameters.  Implement a specific function which restricts this to one location,
2227         then remove the now redundant ghid_port_ranges_zoom(), which
2228         basically just duplicated the code from zoom_by() with an added
2229         check for a 0.0 zoom factor to trigger the zoom-to-fit feature.
2231 2011-07-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2233         * src/hid/gtk/gtkhid-main.c: hid/gtk: Add missing static parameter
2234         to zoom_by() function.
2236 2011-07-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2238         * src/hid/gtk/gtkhid-main.c: hid/gtk: Some cleanups to the zoom_to()
2239         function Still confusing, but at least its not the fault of the code
2240         formatting now.
2242 2011-07-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2244         * src/hid/gtk/gtkhid-main.c: hid/gtk: Remove old debugging code from
2245         zoom_to and zoom_by() functions This code was adding to clutter in the functions, and appears in
2246         some cases to be bit-rotten. (The coordinates it operated on don't
2247         appear to be have been consistent with the current GUI code).
2249 2011-07-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2251         * src/hid/gtk/gtkhid-gdk.c, src/hid/gtk/gtkhid-gl.c,
2252         src/hid/gtk/gui-output-events.c, src/hid/gtk/gui.h: hid/gtk:
2253         Abstract away event coordinate conversion to PCB base units
2255 2010-12-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2257         * src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-output-events.c,
2258         src/hid/gtk/gui.h: hid/gtk: Refactor semantics of, and rename
2259         view_x, view_y coordinates Rather than storing pointer coordinates in the imaginary "view"
2260         system, where the coordinates (in PCB base units) represent that of
2261         an unflipped board, store them such that they are directly
2262         meaningful on the board.  As they now directly represent the cursor coordinats on the actual
2263         board, they don't require passing through the SIDE_{X,Y} macros
2264         before use with APIs that expect board coordinates.  To avoid confusion, view_x and view_y have been renamed to pcb_x and
2265         pcb_y to reflect the change of semantics.  In a number of cases, SIDE_{X,Y} macro calls were added to preserve
2266         correct functionality of old code which manipulates the mouse
2267         position in "view" coordinates. These are primarily concerned with
2268         zooming and panning.  Also rename the confusingly titled VIEW_{X,Y} macros to
2269         EVENT_TO_PCB_{X,Y}
2271 2011-07-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2273         * src/hid/gtk/gtkhid-gdk.c, src/hid/gtk/gtkhid-gl.c,
2274         src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-output-events.c,
2275         src/hid/gtk/gui.h: hid/gtk: Rename {x,y}_crosshair to
2276         crosshair_{x,y} (Just because!)
2278 2011-07-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2280         * src/hid/gtk/gtkhid-gl.c: gtk+gl: Convert crosshair drawing to use
2281         PCB world coordinates Whilst I'm at it, add a z-coordinate to the crosshair drawing
2282         functions to future proof them for when we add some 3D effects.
2284 2011-07-08   Andrew Poelstra * asp11 AT sfu dot ca *
2286         * src/file.c, src/global.h, src/pcb-printf.c: Introduce Coord/Angle
2287         types, convert global.h and pcb-printf to use it For now Grid (in PCB and Settings) and its increments are still
2288         doubles to avoid serious breakage. Will change these to Coords in a
2289         separate commit.  Also add %ma spec for Angle, tell file.c to use it, to prevent
2290         printf problems with Angle when changing ctypes.
2292 2011-07-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2294         * gts/boolean.c, gts/cdt.c, gts/edge.c, gts/partition.c,
2295         gts/split.c: gts: Fixup warnings due to assigned but unused
2296         variables As I'm not 100% familiar with this code, I have commented out some
2297         of the redundant code rather than deleting it completely.
2299 2011-07-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2301         * src/hid/common/hidgl.c: hid/common/hidgl.c: Cast the function
2302         pointers passed to gluTessCallback() Silences compiler warnings about incompatible pointer types
2304 2011-07-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2306         * src/line.c: line.c: Fix a bogus compiler warning regarding a (X +
2307         c) >= X being always true.  line.c: In function â€˜EnforceLineDRC’: line.c:491:7: warning:
2308         assuming signed overflow does not occur when assuming that (X + c)
2309         >= X is always true [-Wstrict-overflow] It would appear that gcc (4.6.1-5ubuntu1) is identifying the
2310         conditional portions of INDEXOFCURRENT which would always evaluate a
2311         particular way if a given condition is met. It is "probably" safe to
2312         assume that this warning manifests due to gcc considering each
2313         portion of the INDEXOFCURRENT definition in turn.  It appears we can avoid this particular warning by temporarily
2314         assigning INDEXOFCURRENT into a variable before we test with it.
2316 2011-07-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2318         * src/toporouter.c: toporouter.c: Fixup warnings due to assigned but
2319         unused variables As I'm not 100% familiar with this code, I have commented out some
2320         of the redundant code rather than deleting it completely.
2322 2011-07-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2324         * src/undo.c: undo.c: Fixup warnings due to assigned but unused
2325         variables
2327 2011-07-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2329         * src/rtree.c: rtree.c: Fixup warnings due to assigned but unused
2330         variables Adds a nasty cludge using #ifndef NDEBUG around a variable
2331         assignment which is only used in a later assert() statement. (NB:
2332         assert() evaluates to nothing if NDEBUG is defined).
2334 2011-07-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2336         * src/print.c: print.c: Fixup warnings due to assigned but unused
2337         variables
2339 2011-07-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2341         * src/puller.c: puller.c: Fixup warnings due to assigned but unused
2342         variables
2344 2011-07-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2346         * src/polygon1.c: polygon1.c: Fixup warnings due to assigned but
2347         unused variables Adds a nasty cludge using #ifndef NDEBUG around a variable
2348         assignment which is only used in a later assert() statement. (NB:
2349         assert() evaluates to nothing if NDEBUG is defined).
2351 2011-07-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2353         * src/fontmode.c: fontmode.c: Fixup warnings due to assigned but
2354         unused variables
2356 2011-07-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2358         * src/find.c: find.c: Fixup warnings due to assigned but unused
2359         variables
2361 2011-07-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2363         * src/djopt.c: djopt.c: Fixup warnings due to assigned but unused
2364         variables
2366 2011-07-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2368         * src/copy.c: copy.c: Fixup warnings due to assigned but unused
2369         variables
2371 2011-07-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2373         * src/autoroute.c: autoroute.c: Fixup warnings due to assigned but
2374         unused variables Adds a nasty cludge using #ifndef NDEBUG around a variable
2375         assignment which is only used in a later assert() statement. (NB:
2376         assert() evaluates to nothing if NDEBUG is defined).
2378 2011-07-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2380         * src/action.c: action.c: Fixup warnings due to assigned but unused
2381         variables
2383 2011-07-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2385         * src/hid/gcode/trace.c: hid/gcode: Fixup warnings due to assigned
2386         but unused variables
2388 2011-07-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2390         * src/hid/bom/bom.c: hid/bom: Fixup warnings due to assigned but
2391         unused variables
2393 2011-07-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2395         * src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-library-window.c,
2396         src/hid/gtk/gui-top-window.c: hid/gtk: Fixup warnings due to
2397         assigned but unused variables
2399 2011-07-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2401         * src/crosshair.c: crosshair.c: Snap to points along off-grid lines
2402         when drawing tracks This should greatly easy making tidy layouts where some lines have
2403         (perhaps by necessity) ended up off-grid.  This patch adds code to snap onto the center of a line. It finds the
2404         nearest grid point to the cursor, then will allow snapping at the
2405         intersections between the line in question and the lines of an
2406         imaginary X and + centered on the nearest grid-point to the cursor.  This allows neat drawing of horizontal, vertical and 45 degree lines
2407         which will land correctly on the existing line.
2409 2011-07-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2411         * src/crosshair.c: crosshair.c: Rename some variables for clarity
2413 2011-07-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2415         * src/crosshair.c: crosshair.c: Always allow snapping to the element
2416         mark (except in rat-draw mode)
2418 2011-07-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2420         * src/crosshair.c: crosshair.c: Don't snap to an element's mark in
2421         rat-draw mode.
2423 2011-07-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2425         * src/crosshair.c: crosshair.c: Drop checks to ensure the crosshair
2426         is inside the PCB It would seem that the MIN, MAX functions applied when setting
2427         Crosshair.X and Crosshair.Y should already constrain the coordinates
2428         such that the removed code was never triggered.  It isn't obvious that these removed checks are even correct, or are
2429         being triggered. Drop the checks in the hope that the now simplified
2430         code continues to "just work" without the special casing.
2432 2011-07-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2434         * src/parse_y.y: parse_y.y: Remove unused GRIDFIT macro
2436 2011-07-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2438         * src/crosshair.c: Try snapping to element marks first, as they are
2439         only a weak snap.  Because the element mark is never chosen in preference to a closer
2440         grid point, we should try snapping to it first - rather than last.  Currently, we might have a crosshair location where (say), a pad is
2441         snapped to in preference to the nearest grid-point, then the element
2442         mark is tested and snapped to because it is closer than the pad.
2443         This can occur even when there is a closer grid point than the
2444         element mark, since the grid snap (nearest_is_grid == true) has
2445         already been discarded by the snap to the pad.
2447 2011-07-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2449         * src/crosshair.c: Refactor crosshair snap code to reduce
2450         duplication and improve readability
2452 2011-07-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2454         * src/search.c: Allow editing of ordinary text objects when element
2455         names are hidden Closes-bug: lp-810678
2457 2011-07-19   Andrew Poelstra * asp11 AT sfu dot ca *
2459         * src/hid/gtk/gui-netlist-window.c: Fix crash in netlist window
2460         caused by heirarchical netlists See http://archives.seul.org/geda/user/Jul-2011/msg00133.html
2462 2011-07-12   Andrew Poelstra * asp11 AT sfu dot ca *
2464         * src/hid/gtk/gui-top-window.c: Remove special grid-change handling
2465         from Gtk
2467 2011-07-03   Andrew Poelstra * asp11 AT sfu dot ca *
2469         * src/hid/lesstif/dialogs.c, src/hid/lesstif/main.c,
2470         src/hid/lesstif/menu.c: Convert lesstif hid to use pcb-printf Should be no user-visible changes, except this bug: Closes-bug:
2471         lp-805273
2473 2011-07-03   Andrew Poelstra * asp11 AT sfu dot ca *
2475         * src/pcb-printf.c: Add support for + and .* subspecifiers in
2476         pcb-printf
2478 2011-07-03   Andrew Poelstra * asp11 AT sfu dot ca *
2480         * src/hid/lesstif/main.c: Clean up coords_to_widget() in
2481         lesstif/main.c The coords_to_widget() function is used in exactly two places, for
2482         different purposes. To differentiate between the two uses, the
2483         ``state'' parameter is set to -1.  The parameter is confusing enough without overloading it in this
2484         way.  Therefore I have split the function into two:   mark_delta_to_widget   cursor_pos_to_widget Further, I have converted the code inside the functions to use
2485         g_printf_strdup instead of a fixed buffer. The functions should both
2486         be easier to read now than the original.  There is one small change to user-visible output, which I think is
2487         justified: if you have a very small metric grid (<= 5um), the
2488         mark_delta output now uses .3f for both cartesian  and radial
2489         display. Before it would use .3f for cartesian, .2f for radial.
2491 2011-07-01   Andrew Poelstra * asp11 AT sfu dot ca *
2493         * src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-dialog-size.c,
2494         src/hid/gtk/gui-misc.c, src/hid/gtk/gui-top-window.c: Convert gtk
2495         gui to use pcb-printf There should be no user-visible changes.  Note that as long as base units are cmils, the .9999 bug in the
2496         cursor status is back. This is not a problem with smaller base units
2497         (I am using 17nm and all is okay.) Note also that the report dialogs are entirely based on report.c, so
2498         that is not part of this commit.
2500 2011-06-29   Andrew Poelstra * asp11 AT sfu dot ca *
2502         * src/hid/ps/eps.c, src/hid/ps/ps.c: Convert ps/eps/lpr HID's to use
2503         pcb-printf The postscript HID now uses pcb-printf to output all units as inches
2504         rather than cmils; therefore the default scale is now 1:1 rather
2505         than 1:10000.  Therefore there will be a change in raw ps output but
2506         not in printed output.  As inches are output with 5 digits after the decimal point, there
2507         will be no loss in precision, though in future this will be easy to
2508         increase.  Also, minor code cleanups in ps.c to reduce global state and make
2509         global variables more visible.
2511 2011-06-28   Andrew Poelstra * asp11 AT sfu dot ca *
2513         * src/pcb-printf.c: Make pcb_fprintf ignore NULL file handle There is a lot of code in the HID's that looks like   if (f != NULL)     fprintf (f, "..."); I have moved the NULL check inside pcb-printf to remove this
2514         repetition/potential mistake.
2516 2011-06-26   Andrew Poelstra * asp11 AT sfu dot ca *
2518         * src/file.c: Make sure scale/direction are not output as measures
2519         in file.c
2521 2011-06-25   Andrew Poelstra * asp11 AT sfu dot ca *
2523         * src/report.c: Fix typo in unplated hole output in report.c
2525 2011-06-22   Andrew Poelstra * asp11 AT sfu dot ca *
2527         * src/toporouter.c: Convert toporouter trace code to use pcb-printf There is still a fair amount of trace code outputting measurements
2528         that are floating-point values. I left these alone since they will
2529         work independently of the actual type of BDimension.  Everything should still be output in base units.
2531 2011-06-21   Andrew Poelstra * asp11 AT sfu dot ca *
2533         * src/polygon.c, src/polygon1.c: Convert polygon and polygon1.c
2534         debug code to use pcb-printf
2536 2011-06-21   Andrew Poelstra * asp11 AT sfu dot ca *
2538         * src/puller.c: Convert puller.c trace code to use pcb-printf Minor changes to trace output (addition of parens, mainly). Should
2539         be no user-visible output. No longer assumes BDimension == int.
2541 2011-06-21   Andrew Poelstra * asp11 AT sfu dot ca *
2543         * src/djopt.c: Convert djopt.c to use pcb-printf No change in user-visible output.  Debug output is slightly changed since pcb-printf likes to put
2544         parens around tuples, so "%d,%d" is now effectively "(%d, %d)".
2545         Debug output is all base units, so the numbers will not change until
2546         the base unit size is changed.
2548 2011-06-21   Andrew Poelstra * asp11 AT sfu dot ca *
2550         * src/autoroute.c: Convert autoroute.c debug code to use pcb-printf Should be no change in output. Only change is that we no longer
2551         assume BDimension == int.
2553 2011-06-21   Andrew Poelstra * asp11 AT sfu dot ca *
2555         * src/action.c: Change action.c *WARN* lines to use pcb-printf Now instead of outputting unsuffixed cmils, warnings about
2556         locked/unnamed elements will refer to the part's position in either
2557         mm or mil, with an appropriate suffix.  Non-warning-related output is unchanged.
2559 2011-06-21   Andrew Poelstra * asp11 AT sfu dot ca *
2561         * src/file.c: Convert file.c to use pcb-printf for cmil output file.c now uses pcb-printf, though in a limited way: everything is
2562         still output in unsuffixed cmils, though this is now independent of
2563         pcb's internal unit size.  I have also removed the old-style output for symbols.  Aside from that, everything should be the same. Any other change in
2564         output, or file format incompatibility of any kind, is a bug.
2566 2011-06-21   Andrew Poelstra * asp11 AT sfu dot ca *
2568         * src/pcb-printf.c, src/pcb-printf.h: Add # subspecifier to
2569         pcb-printf to prevent scaling for debug output
2571 2011-06-21   Andrew Poelstra * asp11 AT sfu dot ca *
2573         * src/puller.c: Convert puller.c to use Distance() intead of its own
2574         function
2576 2011-06-21   Andrew Poelstra * asp11 AT sfu dot ca *
2578         * src/pcb-printf.c, src/pcb-printf.h: Add pcb_printf to pcb_*printf
2579         family of functions
2581 2011-06-19   Krzysztof KoÅ›ciuszkiewicz * k dot kosciuszkiewicz AT gmail dot com *
2583         * doc/Makefile.am: doc: do not distribute dvi files DVI files cannot be generated without LaTeX, and since commit
2584         3afdb7efdaf6cc8094cc6143269e7df519183197 only pdfLaTeX is supported.
2586 2011-06-19   Andrew Poelstra * asp11 AT sfu dot ca *
2588         * src/hid/lesstif/menu.c: Allow 1...9 and Ctrl+1...9 accellerators
2589         for silk/rats in lesstif
2591 2011-06-19   Levente Kovacs * leventelist AT gmail dot com *
2593         * src/find.c, src/global.h: gEDA-user: skpi_drc patch On Fri, 17 Jun 2011 17:30:22 -0400  DJ Delorie * dj AT delorie dot
2594         com * wrote: > You want the (already global) AttributeGet() function.  > >
2595         l->no_drc = AttributeGet (l, "PCB::skip-drc") != NULL; > > This does
2596         assume that the attribute has *some* value, even if the > value is
2597         the empty string.  Thanks for pointing this out.  Attached is the new patch.  Levente -- Levente Kovacs http://levente.logonex.eu
2599 2011-06-20   DJ Delorie * dj AT delorie dot com *
2601         * src/hid/lesstif/main.c: Lesstif: ignore crosshair changes before
2602         window exists.
2604 2011-06-19   Andrew Poelstra * asp11 AT sfu dot ca *
2606         * src/hid/gtk/gui-top-window.c: Allow 1..9 accelerator keys to be
2607         applied to non-copper layers in gtk Closes-bug lp-699327
2609 2011-06-19   Andrew Poelstra * asp11 AT sfu dot ca *
2611         * src/report.c: Change report.c to use pcb-printf Right now there should be no change in the output from report.c;
2612         this is essentially just a code cleanup. The prec/UNIT nastiness is
2613         cleaned up -- precision is handled by the defaults in pcb-printf (.2
2614         for mil, .4 for mm, same as before) and unit selection is done with
2615         the %m+ specifier.  It's easy now to expand to allow auto-scaling or even automatic
2616         selection of metric/imperial based on sig.  figs., but I've played
2617         around with this and it looks like mixing units is confusing and
2618         hard-to-read, so we're sticking with just one of mm/mil for now.
2620 2011-06-19   Andrew Poelstra * asp11 AT sfu dot ca *
2622         * src/pcb-printf.c, src/pcb-printf.h: Add %m+ specifier to
2623         pcb-printf As long as our base units are cmils, allowing pcb-printf to guess
2624         the most natural units for displaying measures is a bad idea -- it
2625         cannot reliably count significant figures for many values. The
2626         result, for example, in report.c, is inconsistent and confusing
2627         dialogs with a mix of metric and imperial measurements.  The %m+ specifier is used to force pcb-printf to only use certain
2628         units; in this case, the user's gui setting of metric/imperial.
2630 2011-06-19   Andrew Poelstra * asp11 AT sfu dot ca *
2632         * src/misc.c, src/misc.h: Add Distance() function to avoid overflow
2633         with sqrt(x*x + y*y)
2635 2011-06-19   Andrew Poelstra * asp11 AT sfu dot ca *
2637         * src/move.c: Fix typo (Polygon++ ==> PolygonN++) in src/move.c Closes-bug: lp-796059
2639 2011-06-19   Andrew Poelstra * asp11 AT sfu dot ca *
2641         * src/hid/gerber/gerber.c: Set file pointer to NULL after closing in
2642         gerber.c Closes-bug: lp-795734 When cleaning up the gerber HID, I had changed the file pointer used
2643         in maybe_close_f from a global to a (local) argument -- which made
2644         the line ``f = NULL'' effectively a no-op.  However, the global variable f does need to be set to NULL for the
2645         code to recognize that the file is closed; otherwise it tries to
2646         keep using the (now invalid) file handle, causing crashes whenever
2647         the gerber HID is used more than once.  This is now done after every call to maybe_close_f(), rather than
2648         depending on the function itself to have side effects.
2650 2011-06-17   DJ Delorie * dj AT delorie dot com *
2652         * src/hid/png/png.c: Check for empty layers in photo mode Now that the default stackup is for six layer boards, the PNG photo
2653         mode output needs to check to see if the user has used the inner
2654         layers, and automatically adapt - so that a two layer board *looks*
2655         like a two-layer board.
2657 2011-06-17   Gabriel Paubert * paubert AT iram dot es *
2659         * src/hid/gerber/gerber.c,
2660         tests/golden/hid_gerber3/arcs.plated-drill.cnc: Fix printf specifier
2661         for gerber drill output
2663 2011-06-16   Andrew Poelstra * asp11 AT sfu dot ca *
2665         * configure.ac, tests/golden/Makefile.am,
2666         tests/golden/hid_gerber3/Makefile.am,
2667         tests/golden/hid_gerber3/arcs.bottom.gbr,
2668         tests/golden/hid_gerber3/arcs.fab.gbr,
2669         tests/golden/hid_gerber3/arcs.group1.gbr,
2670         tests/golden/hid_gerber3/arcs.group4.gbr,
2671         tests/golden/hid_gerber3/arcs.plated-drill.cnc,
2672         tests/golden/hid_gerber3/arcs.top.gbr, tests/inputs/Makefile.am,
2673         tests/inputs/gerber_arcs.pcb, tests/tests.list: Add hid_gerber3 test
2674         to check arc rendering
2676 2011-06-16   Andrew Poelstra * asp11 AT sfu dot ca *
2678         * src/hid/gerber/gerber.c: Re-insert casts to unit conversion macros
2679         in gerber.c
2681 2011-06-12   Andrew Poelstra * asp11 AT sfu dot ca *
2683         * src/hid/gerber/gerber.c: Convert gerber hid to use pcb-printf
2685 2011-06-12   Andrew Poelstra * asp11 AT sfu dot ca *
2687         * src/hid/gcode/gcode.c: Convert gcode hid to use pcb-printf
2689 2011-06-12   Andrew Poelstra * asp11 AT sfu dot ca *
2691         * src/hid/bom/bom.c: Convert BOM hid to use pcb-printf
2693 2011-06-12   Andrew Poelstra * asp11 AT sfu dot ca *
2695         * src/pcb-printf.c, src/pcb-printf.h: Correct handling of %.*f in
2696         pcb-printf, remove from known issues
2698 2011-06-12   Andrew Poelstra * asp11 AT sfu dot ca *
2700         * src/hid/batch/batch.c: Convert batch HID to use pcb-printf
2702 2011-06-11   Andrew Poelstra * asp11 AT sfu dot ca *
2704         * src/Makefile.am, src/pcb-printf.c, src/pcb-printf.h: Add
2705         pcb-printf.c to allow custom specifiers for unit output From the header: /* This file defines a wrapper around sprintf, that  *  defines new specifiers that take pcb BDimension  *  objects as input.   *  * The new specifiers are:  *   %mm    output a measure in mm  *   %mM    output a measure in scaled (mm/um) metric  *   %ml    output a measure in mil  *   %mL    output a measure in scaled (mil/in) imperial  *   %ms    output a measure in most natural mm/mil units  *   %mS    output a measure in most natural scaled units  *   %md    output a pair of measures in most natural mm/mil units  *   %mD    output a pair of measures in most natural scaled units  *   %m3    output 3 measures in most natural scaled units  *     ...   *   %m9    output 9 measures in most natural scaled units  *   %m*    output a measure with unit given as an additional  *          const char* parameter  *   %mr    output a measure in a unit readable by parse_l.l  *          (this will always append a unit suffix)  *  * These accept the usual printf modifiers for %f,  *  as well as the additional modifier $ which is  *  used to output a unit suffix after the measure.   *  * KNOWN ISSUES:  *   No support for %zu size_t printf spec  *   No support for .* subspecifier for pcb specs  */
2707 2011-06-09   DJ Delorie * dj AT delorie dot com *
2709         * globalconst.h, src/buffer.c, src/global.h, src/parse_y.y: Fix
2710         shift/reduce conflicts Closes-bug: lp-794743 I moved the interpretation of what "measurement" means even further
2711         up the heirarchy, by storing the original integer part as well as
2712         the units in a structure, and applying the new/old/unitless meanings
2713         where they're used.  This way, there's no conflicts between a number
2714         which is a measurement, and a number which is a flag or mask, for
2715         the old formats that differ only in the number of parameters.  I also cleaned up the parser rules for "zero or more" type lists, to
2716         remove most of the remaining conflicts.  There's still one at the
2717         toplevel because we try to parse different types of files with the
2718         same parser.  Lastly, the symbol rules were combined into a "symbol head" rule
2719         with a common "symbol body" rule.  As a side effect, we can now reliably use units on old-style formats
2720         again, since the *100 scale factor is only applied if the units are
2721         not specified.
2723 2011-06-06   Andrew Poelstra * asp11 AT sfu dot ca *
2725         * src/autoroute.c, src/macro.h: Remove memory allocation from
2726         src/macro.h When we started using GLists for various objects, we also changed
2727         the looping macros to allocate copies of the list in order to avoid
2728         problems with list integrity in case items were removed during the
2729         iteration.  However, this caused memory leaks whenever there was an early return
2730         from the middle of the list. Bug lp-792139 shows pcb using over 2Gb
2731         of memory and crashing when optimizing rats on a large board.  This patch saves the next pointer before the loop body, rather than
2732         allocating a whole new list, to handle element deletions.  Closes-bug: lp-792139
2734 2011-06-01   Krzysztof KoÅ›ciuszkiewicz * k dot kosciuszkiewicz AT gmail dot com *
2736         * configure.ac, doc/Makefile.am, doc/gs/Makefile.inc: doc: use
2737         pdflatex instead of latex
2739 2011-06-01   Krzysztof KoÅ›ciuszkiewicz * k dot kosciuszkiewicz AT gmail dot com *
2741         * doc/Makefile.am, doc/gs/Makefile.inc: doc: skip generation of GIF
2742         images
2744 2011-06-04   Andrew Poelstra * asp11 AT sfu dot ca *
2746         * src/file.h, src/parse_l.l, src/parse_y.y: Add support for reading
2747         unit suffixes in parser Bumped PCB_FILE_VERSION up to 20110703.  Removed old unit-reading code from parse_l.l since it was missing
2748         several units that we plan to support, and the scaling was backward
2749         for non-base units.  Also, we now read all numbers as doubles, except those that need
2750         integers (array indices and flags, mainly).  All measurements are
2751         round()ed to ints, after scaling, since that's what BDimension is
2752         and we don't want anomalies.  The old NUMBER and FLOAT terminals in parse_y have been replaced by:   1. INTEGER   - an integer, unscaled   2. number    - floating or integer, unscaled   3. measure   - a (possibly suffixed) measurement, with                  non-suffixed measurements read in cmils   4. oldmeasue - non-suffixed measurement, read in mils One exception is the PolyArea[] field. This is still read in cmil^2
2753         until we figure out what to do with it.  This way the parser works independently of PCB's internal base
2754         units, and supports umil, cmil, mil, in, nm, um, mm, m and km unit
2755         suffixes. The parsing code should also be clearer now since not
2756         everything is NUMBER, with scale factors handled after-the-fact with
2757         /100's or in the lexer.  Additionally, we now allow floating-point values for all
2758         measurements (even old-style mil fields), and pcb will allow spaces
2759         between measurements and their suffixes.  Actually using these
2760         ``features'' will probably break tools that read .pcb files, though.
2762 2011-05-27   Felix Ruoff * Felix AT posaunenmission dot de *
2764         * doc/pcb.texi:  Replace @extend with @noindent in docu-source  If the @extend keyword is used to remove an intentation, the text
2765         will have a  linebreak, where the source has one. If @noindent is
2766         used instead, the lines will be breaked as in normal paragraphs.
2768 2011-05-25   Felix Ruoff * Felix AT posaunenmission dot de *
2770         * src/hid/gtk/gtkhid-main.c: hid/gtk: Fix docu for 'ImportGUI()'
2772 2011-05-27   Felix Ruoff * Felix AT posaunenmission dot de *
2774         * doc/pcb.texi: Docu: Remove incomplete irritating sentence
2776 2011-05-31   Felix Ruoff * Felix AT posaunenmission dot de *
2778         * doc/pcb.texi: Remove repeated word in documentation
2780 2011-05-17   Alberto Maccioni * alberto dot maccioni AT gmail dot com *
2782         * doc/Makefile.am, doc/gcode.pcb, doc/gcode_control_img.eps,
2783         doc/gcode_tool_path.eps, doc/pcb.texi: Add documentation for G-Code
2784         export GUI This patch contains the documentation changes from lp:699476.  It
2785         adds a new manual section on exporters and documents the gcode
2786         exporter.  Sample pcb file is added with control image and the
2787         resulting toolpath.   Reviewed-by: Felix Ruoff * Felix AT posaunenmission dot de *
2788          Reviewed-by: Krzysztof KoÅ›ciuszkiewicz * k dot kosciuszkiewicz AT
2789          gmail dot com * Closes-bug: lp-699476
2791 2011-05-24   Andrew Poelstra * asp11 AT sfu dot ca *
2793         * src/hid/gerber/gerber.c: gEDA-dev:
2794         gerber-cleanup-0006-Change-a-couple-more-0-s-to-NULL-s.patch
2796 2011-05-24   Andrew Poelstra * asp11 AT sfu dot ca *
2798         * globalconst.h, src/hid/gerber/gerber.c: gEDA-dev:
2800         gerber-cleanup-0005-Remove-old-now-unused-aperture-structures-functions.patch
2802 2011-05-24   Andrew Poelstra * asp11 AT sfu dot ca *
2804         * src/hid/gerber/gerber.c: gEDA-dev:
2806         gerber-cleanup-0004-Use-new-aperture-functions-output-100-equal-to-origi.patch
2808 2011-05-24   Andrew Poelstra * asp11 AT sfu dot ca *
2810         * src/hid/gerber/gerber.c: gEDA-dev:
2812         gerber-cleanup-0003-Add-new-aperture-functions-but-don-t-use-them.patch
2814 2011-05-24   Andrew Poelstra * asp11 AT sfu dot ca *
2816         * src/hid/gerber/gerber.c: gEDA-dev:
2818         gerber-cleanup-0002-Remove-global-variable-dependence-from-maybe_close-a.patch
2820 2011-05-24   Andrew Poelstra * asp11 AT sfu dot ca *
2822         * src/hid/gerber/gerber.c: gEDA-dev:
2823         gerber-cleanup-0001-Remove-unused-Aperture-structure.patch
2825 2011-05-25   Felix Ruoff * Felix AT posaunenmission dot de *
2827         * src/hid/gtk/gui-output-events.c: hid/gtk: Fix tooltips Closes-bug: lp-786733
2829 2011-05-25   Felix Ruoff * Felix AT posaunenmission dot de *
2831         * doc/pcb.texi, src/global.h: gEDA-user: PCB: option dumpmenu
2832         missing A patch to remove this from documentation (and one variable from the
2833         source) is appended.  Kind regards, Felix Am 25.05.2011 19:11, schrieb DJ Delorie: > I think that option is a
2834         leftover from my initial HID conversion.  > > It would have been
2835         lesstif-specific anyway, the gtk hid has its own > menu file
2836         (gpcb-menu.res, same locations) > > >
2837         _______________________________________________ > geda-user mailing
2838         list  > geda-user AT moria dot seul dot org >
2839         http://www.seul.org/cgi-bin/mailman/listinfo/geda-user > >From 94458c63ae97135964c41f4966b9cdf65ee4ec27 Mon Sep 17 00:00:00
2840         2001  From: Felix Ruoff * Felix AT posaunenmission dot de * Date:
2841         Wed, 25 May 2011 14:36:34 +0200 Subject: [PATCH 50/50] Remove
2842         commandline-option 'dumpmenu' from docu and source
2844 2011-05-23   Andrew Poelstra * asp11 AT sfu dot ca *
2846         * src/hid/gerber/gerber.c: gEDA-dev: Gerber hid code cleanup New patch is as follows (sizeof and casts fixed):
2848 2010-03-18   Newell Jensen * pillar2012 AT gmail dot com *
2850         * src/hid/png/png.c: hid/png: draw zero-length arcs properly on
2851         export Closes-bug: lp-699314  Reviewed-by: Patrick Bernaud * patrickb AT
2852         chez dot com *  Reviewed-by: Krzysztof KoÅ›ciuszkiewicz * k dot
2853         kosciuszkiewicz AT gmail dot com *
2855 2008-01-04   Wojciech Kazubski * wk0 AT o2 dot pl *
2857         * lib/geda.inc, lib/misc.inc: add more crystal footprints to m4
2858         library Currently m4 symbols contain one footprint for crystal holder
2859         (HC49), wich is not accurate, pin spacing is a bit too big and the
2860         outline is too small.  This patch adds several m4 crystal holder footprints of different
2861         size, 2 or 3 pin, both standing and laying.  Closes-bug: lp-699440  Reviewed-by: Bert Timmerman * bert dot
2862         timmerman AT xs4all dot nl *  Reviewed-by: Krzysztof
2863         KoÅ›ciuszkiewicz * k dot kosciuszkiewicz AT gmail dot com *
2865 2011-01-02   Felix Ruoff * Felix AT posaunenmission dot de *
2867         * src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-dialog.c: hid/gtk: use
2868         GTK dialog for confirming file-overwrite Since GTK 2.8 GTK provides an dialog for confirming
2869         file-overwriting.  This dialog will be introduced by this patch.
2870         Needless code which was used for this will be removed.  Closes-bug: lp-699508  Reviewed-by: Krzysztof KoÅ›ciuszkiewicz * k
2871         dot kosciuszkiewicz AT gmail dot com *
2873 2011-01-09   Felix Ruoff * Felix AT posaunenmission dot de *
2875         * doc/refcard.tex: Fix refcard (missing footnote and add rotate
2876         buffer) The shortcut 'shift-F7' for rotating paste buffer by 90 degree is
2877         added as suggested in bug LP-699391 (formerly sf-1112590).  Fix footnote used in the tabular environment.  Closes-bug: lp-699391  Reviewed-by: Krzysztof KoÅ›ciuszkiewicz * k
2878         dot kosciuszkiewicz AT gmail dot com *
2880 2011-05-17   Felix Ruoff * Felix AT posaunenmission dot de *
2882         * doc/pcb.texi: Fix doku for invisibleObjectsColor (color) Closes-bug: lp-699306
2884 2011-04-24   Felix Ruoff * Felix AT posaunenmission dot de *
2886         * src/gpcb-menu.res: Fix warning for gtk describing menuitems With GTK+ there are no 'describing menuitems' avaiable (the
2887         out-grayed items in lesstif-GUI). For this reason, the items in
2888         gpcb-menu.res are ignored and a warning is displayed at the
2889         message-log.  This patch fixes this by removing these describing menuitems for the
2890         gtk-GUI and renamed the described items to a more explaining label.
2891         It also added mnemonics for these menu-items.  Closes-bug: lp-769815
2893 2010-12-28   Felix Ruoff * Felix AT posaunenmission dot de *
2895         * src/hid/gtk/gui-output-events.c: hid/gtk: Cleanup conditional code
2896         because GTK 2.12 is required now Closes-bug: lp-699510
2898 2011-05-20   Colin D Bennett * colin AT gibibit dot com *
2900         * src/draw.c: Fix typo exporting plated vs unplated drills.  Closes-bug: lp-785463
2902 2011-05-20   DJ Delorie * dj AT delorie dot com *
2904         * src/hid/png/png.c: Don't register the PNG hid if there are no file
2905         formats to use.  In some cases, the GD library may not have any usable image formats
2906         for us to use, resulting in an empty filetypes[] table.  Rather than
2907         trying to accomodate an empty table during export, it's easier (and
2908         perhaps better) to simply not register the PNG hid in that case.
2909         Thus, the exporter is simply not available when the table is empty.
2911 2011-03-23   Felix Ruoff * Felix AT posaunenmission dot de *
2913         * src/file.c: Ignore *.pcb files on generating library Closes-bug: lp-699261
2915 2011-05-20   DJ Delorie * dj AT delorie dot com *
2917         * src/hid/common/flags.c, src/hid/gcode/gcode.c,
2918         src/hid/gerber/gerber.c, src/hid/hidint.h, src/hid/nelma/nelma.c,
2919         src/hid/ps/ps.c: Add option to specify gerber output file style.   --name-style <fixed|single|first|eagle>                         Naming style for individual gerber files Default is "fixed" which uses a fixed name (foo.top.gbr) for each
2920         layer.  "single" uses the layer's name if there's exactly one layer
2921         in that group, else the fixed name.  "first" always uses the layer
2922         name, choosing the first layer in each group for the name.  "eagle"
2923         mode adds a three-character suffix instead of a separate type and
2924         extension.  Affects-bug: lp-700877
2926 2011-05-19   DJ Delorie * dj AT delorie dot com *
2928         * src/move.c: Avoid top/bottom issues with layer deletion.  PCB does not currently support boards without a top or bottom, so
2929         prevent the user from deleting them (they'd need to reassign the
2930         top/bottom groups first).
2932 2011-05-19   DJ Delorie * dj AT delorie dot com *
2934         * src/draw.c: Fix Mark size math wrt unplated holes.  When computing the Mark size, check for the first pin being a hole
2935         and use the drill size rather than the copper size.
2937 2011-05-19   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2939         * src/buffer.c: buffer.c: Update polygon r-tree when adding a
2940         polygon to the buffer.  This resulted in a crash when rotating a buffer containing a
2941         polygon, as the polygon r-tree associated with the buffer was NULL
2942         despite the polygon count being non-zero.   Reported-by: Gabriel Paubert * paubert AT iram dot es *
2944 2011-05-18   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2946         * src/move.c: move.c: Adjust the object counters when moving objects
2947         between layers This fixes a crash introduced by commit
2948         2ce35292b9e96da38cb56878005aba20891689eb, "Convert board objects to
2949         GLists of g_slice allocated memory" It doesn't fix entirity of the defect reported in that bug, but it
2950         restores the prior behaviour where PCB would hang, not segfault.   Reported-by: Colin Bennett * colin AT gibibit dot com * Affects-bug: lp-783640
2952 2011-05-17   Gabriel Paubert * paubert AT iram dot es *
2954         * src/hid/gtk/gui-output-events.c, src/hid/lesstif/menu.c: Lesstif +
2955         GTK HIDs: Ignore ISO Level3 shift modifier key This key press is found on some international keyboards (e.g.
2956         Spanish).  If we don't ignore it, PCB complains about the key not
2957         being tied to an action when it is pressed.   From the committer, Peter Clifton * pcjc2 AT cam dot ac dot uk *
2958         ...  Thanks to Gabriel for reporting this and providing the patch
2959         for Lesstif. I have updated the patch to make the equivalent change
2960         to the GTK HID as well.   Signed-off-By: Peter Clifton * pcjc2 AT cam dot ac dot uk *
2962 2011-05-17   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2964         * src/buffer.c: buffer.c: Fix crash in SmashBufferElement The element is allocated with g_slice_new, so must be free'd with
2965         g_slice_free.  Broken since commit 2ce35292b9e96da38cb56878005aba20891689eb:     Convert board objects to GLists of g_slice allocated memory
2967 2011-05-16   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2969         * src/rtree.c, src/rtree.h: rtree.c: Remove unused r_substitute()
2970         function This function was used to update r-trees when they contained objects
2971         changed memory location. Since we no longer shuffle objects around
2972         when we delete them, this function is no longer required.
2974 2011-05-13   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2976         * src/hid/gtk/gtkhid-gl.c: GTK/GL: Draw pretty translucent polygons
2977         in thindraw-poly mode Eventually we need some way to configure this.. it might be nice in
2978         non-thindraw mode too. If people want thin-draw to gain extra speed,
2979         rather than have it actually slower (due to fill + outline), then a
2980         way to turn it off would also be useful.
2982 2011-05-14   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2984         * src/hid/gtk/gtkhid-gl.c: GTK/GL: Add facility to set an alpha
2985         multiplier for the current rendering
2987 2011-05-14   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2989         * src/hid/gtk/gtkhid-gl.c: GTK/GL: Refactor alpha handling Replace "alpha_mult" in set_gl_color_for_gc () with just explicitly
2990         calling this the "a" (alpha) value of the colour in question.
2992 2011-05-14   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2994         * src/hid/gtk/gtkhid-gl.c: GTK/GL: Refactor GL colour setup handling
2996 2011-05-14   Peter Clifton * pcjc2 AT cam dot ac dot uk *
2998         * src/hid/gtk/gtkhid-gdk.c, src/hid/gtk/gtkhid-gl.c: hid/gtk: Remove
2999         unused gc->erase parameter from GDK and GL renderers
3001 2011-05-14   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3003         * src/hid/gtk/gtkhid-gdk.c, src/hid/gtk/gtkhid-gl.c,
3004         src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui.h: hid/gtk: Setup custom
3005         polygon renderer for the GL HID only
3007 2011-05-13   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3009         * src/hid/gtk/gtkhid-gl.c: gtk/gl: Don't set "magenta" for a NULL
3010         color passed to ghid_set_color The code has a strdup (name), followed by a test for name == NULL.
3011         If name _were_ ever NULL, the strdup would crash, so we can remove
3012         this test.
3014 2011-05-13   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3016         * src/hid/common/hidgl.c: hid/common/hidgl.c: Use tags on circular
3017         contours to render them faster This lets us avoid the polygon tesselator for circular contours, and
3018         lets us render a different number of vertices in our appoximation
3019         depending upon zoom level.
3021 2011-05-13   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3023         * src/hid/common/hidgl.c: hid/common/hidgl.c: Fix vertex array state
3024         preservation Fixes a bug with crosshair attached objects not being visible when
3025         the grid was rendered.   Reported-by: Colin D Bennett * colin AT gibibit dot com *
3026         Closes-bug: lp-780958
3028 2011-05-13   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3030         * src/Makefile.am, src/hid/batch/batch.c, src/hid/bom/bom.c,
3031         src/hid/common/hidinit.c, src/hid/common/hidnogui.c,
3032         src/hid/common/hidnogui.h, src/hid/gcode/gcode.c,
3033         src/hid/gerber/gerber.c, src/hid/gtk/gtkhid-main.c,
3034         src/hid/hidint.h, src/hid/lesstif/main.c, src/hid/lpr/lpr.c,
3035         src/hid/nelma/nelma.c, src/hid/png/png.c, src/hid/ps/eps.c,
3036         src/hid/ps/ps.c: Refactor application of the default hidnogui HID
3037         handlers.  Replace usage of apply_default_hid() just prior to registering a HID
3038         with an early call to the new common_nogui_init() function which
3039         pre- applies the defaults, rather than post-replacing NULL handlers.  As this was the last user of the apply_default_hid() function,
3040         remove it. Good riddance to yet another place which had to be
3041         updated every time a new HID member was added.  The default nogui HID is now constructed explicitly by a call to
3042         nogui_hid_get_hid (), which is called from hid_init(). This is
3043         different to the other HIDs, as the nogui "hid" is never explicitly
3044         registered.
3046 2011-05-13   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3048         * src/hid/batch/batch.c: hid/batch: #include
3049         "hid/common/draw_helpers.h" which was missing Fixes a compiler warning about an implicitly declared function.
3051 2011-05-13   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3053         * src/hid/lpr/lpr.c, src/hid/ps/ps.c, src/hid/ps/ps.h: hid/ps:
3054         Provide helper function to fill in HID members useful to other HIDs This avoids setting up the drawing routines of the lpr HID with
3055         apply_default_hid, which is a little opaque.
3057 2011-05-13   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3059         * src/hid/common/hidinit.c: hid/common: Remove unused function
3060         hid_register_gui() GUIs are registered with the same API as exporter HIDs.
3062 2011-05-13   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3064         * src/Makefile.am: src/Makefile.am: Use AM_CFLAGS instead of
3065         overriding CFLAGS directly
3067 2011-05-13   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3069         * src/hid/gtk/gtkhid-main.c, src/hid/lesstif/main.c: Apply the
3070         default hidnogui HID to the GUIs as well.  This saves them having to re-implement NOOP implementations for
3071         functions the "nogui" HID provides a non "CRASH;" implementation
3072         for.
3074 2011-05-09   Ineiev * ineiev AT users dot berlios dot de *
3076         * src/hid/batch/batch.c: fix batch gui
3078 2011-05-10   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3080         * src/search.c: search.c: Don't allow selecting pads or pins of
3081         locked elements The locked flag test was mistakenly being applied ot the pad or pin
3082         its-self, not the parent element.
3084 2011-05-09   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3086         * src/hid/gtk/gtkhid-gl.c: GTK/GL: Split out sub-compositing setup
3087         into a separate function.
3089 2011-05-08   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3091         * src/hid/gtk/gtkhid-gl.c: GTK/GL: Make the silk layer translucent
3093 2011-05-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3095         * src/hid/gtk/gtkhid-gl.c: GTK/GL: Sub-composite objects on each
3096         layer using the stencil buffer This avoids the highlight where translucent objects on a given layer
3097         are drawn over each other. It enables us to have a translucent silk
3098         screen layer and still be able to read the text.
3100 2011-05-08   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3102         * src/draw.c, src/hid.h, src/hid/common/hidnogui.c: Add end_layer()
3103         function to HID API to mark the end of a layer's drawing This is going to be useful for the GTK/GL renderer to manage sub-
3104         compositing translucent objects within each layer.
3106 2011-05-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3108         * src/hid/gtk/gtkhid-gl.c: hid/gtk: Enable transparent lines in GL
3109         renderer
3111 2011-05-08   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3113         * src/hid/common/hidgl.c, src/hid/common/hidgl.h,
3114         src/hid/gtk/gtkhid-gl.c: Manage stencil bitplanes so we don't have
3115         to clear them every time.  Clearing the stencil buffer is a slow operation (especially on cards
3116         limited by fill rate (cough.. Intel.. cough), so the more clears we
3117         can avoid, the better.
3119 2011-05-08   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3121         * src/hid/common/hidgl.c: hid/common/hidgl.c: Tidy up polygon
3122         contour tessleation Move the gluTessBeginPolygon and gluTessEndPolygon calls inside
3123         tesselate_contour, rather than duplicating it in each caller.  Also, fix up some comments which were out of date or inaccurate.
3125 2011-05-08   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3127         * src/hid.h, src/hid/common/draw_helpers.c,
3128         src/hid/common/hidnogui.c, src/hid/gerber/gerber.c,
3129         src/hid/png/png.c: HID: Remove "dicer" flag from HID structure.  We don't pay any attention to this flag - always dicing the polygons
3130         in our common_fill_pcb_polygon routine. HIDs which don't want diced
3131         polygons implement their own hook for fill_pcb_polygon.
3133 2011-05-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3135         * src/hid/common/hidgl.c, src/hid/common/hidgl.h,
3136         src/hid/gtk/gtkhid-gdk.c, src/hid/gtk/gtkhid-gl.c,
3137         src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui.h: Add raw polygons
3138         support for the GTK+GL HID, bypassing the no-holes dicer Uses the OpenGL stencil buffer to make drawing polygons with holes
3139         faster.  1. Turn Stenciling on, updates to colour buffer off 2. Clear stencil buffer to 0 3. Paint polygon holes, setting those areas of the stencil buffer to
3140         1 4. Switch on stencil test (== 0), turn on updates to colour buffer 5. Paint outer polygon through areas of the stencil buffer still 0 6. Clear stencil buffer, switch off stencilling.  Caveat: This function might throw up if it is used whilst drawing the mask,
3141         since that uses stenciling as well. We don't use polygons on the
3142         mask, so its not a a problem. (Mask cutouts for octagonal pins do
3143         work correctly).
3145 2011-05-05   DJ Delorie * dj AT delorie dot com *
3147         * src/hid/lesstif/main.c: Don't prematurely dismiss the progress
3148         dialog.
3150 2011-05-05   DJ Delorie * dj AT delorie dot com *
3152         * src/hid/lesstif/main.c: Improve lesstif progress dialog.  Closing the progress dialog cancels the operation.  Add a sliding
3153         scale that shows progress.  Make the dialog modal so you can't edit
3154         the pcb while autorouting.  Fix event loop to handle all pending
3155         events and redraw.  Fix elapsed time logic.
3157 2011-05-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3159         * src/hid/gtk/gtkhid-main.c: hid/gtk: Don't auto-close progress
3160         dialog until commanded to We pass the cancel return value to our caller, but it is up to them
3161         to dismiss the progress dialog.  Utilise the response_id to determine when the dialog has been closed
3162         or cancelled, rather than a separate stop_loop variable (which was a
3163         legacy from the blocking gtk_dialog_run() this code was based upon.  Tidy up due to resulting simplifications.
3165 2011-05-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3167         * src/hid/lesstif/main.c: hid/lesstif: Fix testing timeout value in
3168         lesstif_progress This looks like a typo, but was me testing different values of time
3169         interval between processing events.
3171 2011-05-04   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3173         * src/hid/lesstif/main.c: hid/lesstif: Simple progress()
3174         implementation to present a cancel button Does not yet draw an actual progress bar, as I'm not familiar enough
3175         with coding for Lesstif.
3177 2011-05-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3179         * src/autoroute.c: autoroute.c: When live-drawing, only emit one via
3180         per location I'd accidentally put the live-draw via in a place where it would
3181         emit one via for every layer group - causing warnings in PCB's log
3182         about dropped vias.
3184 2011-05-04   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3186         * src/hid/gtk/gui-library-window.c: hid/gtk: Fix crash in library
3187         window I missed a (GList *)->data dereference when converting to GList
3188         object storage. Unfortunately, the parameter in question was void *
3189         typed, so the compiler didn't notice my mistake.
3191 2011-05-03   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3193         * src/autoroute.c: autoroute.c: Provide a progress update for the
3194         autorouter Provide a completion metric related to what pass the auto-router is
3195         processing, how many objects on its heap within a given pass it has
3196         processed, and how many sub-nets it has routed from the total.  The progress isn't entirely linear, but the subdivision of process
3197         steps means it does at least march along without too many pauses.  It is now possible to cancel the autorouting with a non-zero
3198         response code from the gui's progress dialog.  Tested with the GTK HID, Lesstif doesn't yet have an implementation
3199         for HID->progress()
3201 2011-05-03   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3203         * src/hid/gtk/gtkhid-main.c: hid/gtk: Provide a simple progress
3204         dialog implementation
3206 2011-05-03   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3208         * src/hid/gtk/gtkhid-gdk.c, src/hid/gtk/gtkhid-gl.c,
3209         src/hid/gtk/gui-top-window.c, src/hid/gtk/gui.h: Fix mesa crash on
3210         startup (for some mesa versions) I'm not sure why it crashed, but it seems that providing a realize
3211         handler which fiddles with the GL context solves it. The underlying
3212         problem appears to have been fixed in later mesa versions.  Leaving this commit for the benefit users of broken mesa versions.
3214 2011-05-03   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3216         * configure.ac: Make --enable-gl default when building the GTK HID Lets get this feature some testing for now - we may decide to revert
3217         the default before the next release, depending on how things
3218         progress.
3220 2011-05-03   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3222         * configure.ac, src/Makefile.am, src/hid/common/hidgl.c,
3223         src/hid/common/hidgl.h, src/hid/gtk/gtkhid-gl.c, src/hid/gtk/gui.h: 
3224         hid/gtk: Drop in GL renderer - WOOT! Much of the generic GL drawing stuff lives in a new common helper,
3225         hid/common/hidgl.[ch]. Unavoidably, there is a lot of GUI specific
3226         setup and teardown code.  There are probably still bits of code in hid/gtk/gtkhid-gl.c which
3227         could be moved to a shared place if / when other HIDs wish to use GL
3228         rendering.  Currently only rat lines are drawn transparent, as we need to sub-
3229         composite each layer to avoid a confusing field of hightlights being
3230         drawn where line ends overlap.  configure --enable-gl now checks for the required GL, glu and
3231         GtkGLEext.  More good stuff to come soon! Credits:   Algorithm to calculate number of segments to use in circular   curve approximation suggested by DJ Delorie.    Thanks to Krzysztof KoÅ›ciuszkiewicz for testing and debugging   some issues with the GL_SCISSOR_TEST being used.    An small team of dedicated testers who have provided feedback,   bug reports and encoragement throught the long development of   this branch.
3233 2011-05-03   Andrew Poelstra * asp11 AT sfu dot ca *
3235         * src/hid/common/flags.c, src/hid/gtk/gtkhid-main.c,
3236         src/hid/lesstif/main.c, src/main.c, src/misc.c, src/misc.h,
3237         src/parse_y.y: Universal use of GetValue This is a patch to make all numeric code use GetValue, to unify
3238         parsing code and make sure everything uses the same units. Contained
3239         is almost a complete rewrite of GetValue to simplify code that uses
3240         funny units.   Reviewed-by: Peter Clifton * pcjc2 AT cam dot ac dot uk * When committing the patch from Launchpad, I rebased it to apply with
3241         strcasecmp and strncasecmp changed to strcmp and strncmp, as changed
3242         by commit 31b7309764f2e4bd40141038c30f1f38309efb4a Affects-bug: lp-772027
3244 2011-05-03   Andrew Poelstra * asp11 AT sfu dot ca *
3246         * src/hid/gtk/gtkhid-main.c, src/hid/lesstif/main.c,
3247         src/hid/png/png.c, src/misc.c, src/parse_l.l, src/report.c: Add
3248         case-sensitivity to all unit-reading code  Reviewed-by: Peter Clifton * pcjc2 AT cam dot ac dot uk * This breaks existing behaviour for any users using capitalised units
3249         in scripts, but as in general, units ARE case sensitive, we should
3250         not support anything other than their canonical names.  Affects-bug: lp-772027
3252 2011-05-03   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3254         * src/autoroute.c: autoroute.c: Simplify some long if statements In a couple of cases, almost all the processing logic was burried
3255         inside an if statement checking for validity of this processing
3256         pass. Re-organise to test for an invalid condition, then "continue;"
3257         the loop if that is hit.  This reduces the nesting of some rather complex functions.
3259 2011-05-03   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3261         * src/action.c: change.c: Fix drawing artaefacts when rotating the
3262         buffer In commit 0213e4791f9aa4008c8d06a48c377b338f6e1a43 converting
3263         {Hide,Restore}Crosshair calls to become notify_crosshair_changed, I
3264         mixed up two of the true / false parameters to to
3265         nofify_crosshair_changed.  This caused the GUI to get out of sync undrawing and redrawing the
3266         crosshair attached objects around the change.  Manually checking the diff from the offending commit, I don't see
3267         any other calls which were transposed incorrectly.   Reported-by: DJ Delorie * dj AT delorie dot com *
3269 2011-05-02   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3271         * src/hid/lesstif/main.c: hid/lesstif: Fix dropped crosshair
3272         artaefacts when dragging objects.  It seems that the idle_proc redraw code assumed the crosshair was
3273         switched off upon entry, proceeding to redraw everything (and
3274         obliterate the crosshair in the process). The final show_crosshair
3275         (1) call only has any effect if the crosshair was notionally off
3276         before hand.  As a quick work-around (you could probably do it with less flicker
3277         with a little more logic), ensure the crosshair is turned off just
3278         prior to redrawing the screen - so it will switch back on correctly
3279         afterwards.
3281 2011-05-01   DJ Delorie * dj AT delorie dot com *
3283         * src/macro.h: Fix typo in new ELEMENTARC_LOOP macro.  line -> arc
3285 2011-05-01   DJ Delorie * dj AT delorie dot com *
3287         * src/insert.c: Fix polygon clears on insert.  Add the calls to update polygon clearances when a point is inserted
3288         into a line.
3290 2011-05-01   DJ Delorie * dj AT delorie dot com *
3292         * src/file.c, src/file.h: Make file version smarter.  Restructure the FileVersion[] output to only output the actual
3293         needed version, in cases where a rarely used feature requires a new
3294         pcb.  This avoids unnecessary backwards incompatibility.
3296 2011-05-01   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3298         * src/hid/gtk/gtkhid-gdk.c: hid/gtk: Fix conversion from world to
3299         screen in ghid_invalidate_lr I accidentally muddled the Vx and Vy conversions routines for the
3300         right and top coordinates. In general, this resulted in the
3301         incorrect region being invalidated - manifesting as artaefacts on
3302         the the screen, such as when dragging objects around.  Also drop the (double) cast.. having checked, Vx and Vy take integer
3303         arguments. I'm not sure why the rest of this file casts to double.
3305 2011-05-01   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3307         * src/hid/gtk/gtkhid-gdk.c: hid/gtk: Rest clip region for bg_gc, as
3308         it is used for expose events.  We set the clip region in the redraw_region() function to clip
3309         drawing to the area which we intend to repaint, but we did not clear
3310         the clip again.  This caused expose events to be clipped to the last redraw area
3311         rather than the required damaged area.
3313 2011-05-01   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3315         * src/hid/gtk/gtkhid-gdk.c: hid/gtk: Remove unused variable in
3316         use_mask() function
3318 2011-04-30   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3320         * src/hid/lesstif/main.c: hid/lesstif: Remove unused variable in
3321         use_mask routine
3323 2011-04-30   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3325         * src/mymem.c: mymem.c: Provide an optional implementation of
3326         g_list_free_full () This API was only added in GLib 2.28, and it is just a small
3327         convenience function. If an insufficient GLib version is found,
3328         provide our own implementation.
3330 2011-04-30   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3332         * src/hid.h, src/hid/gtk/gtkhid-gdk.c, src/hid/lesstif/main.c: 
3333         Remove live drawing parameters for HID->use_mask() These are no longer used by the autorouter, so lets clean the
3334         use_mask() interface to JUST deal with _masking_ from now on ;)
3336 2011-04-30   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3338         * src/autoroute.c: autoroute.c: Utilise new HID interface for debug
3339         drawing This gives the HID an opportunity to refuse the autorouter's
3340         drawing.  Both the GTK/GDK and Lesstif GUIs accept this drawing, so
3341         either should be suitable for use whilst debugging workings of the
3342         auto-router.  The PCB+GL renderer (not yet landed) needs quite a lot of setup
3343         calls to be made before it can allow the core do draw, hence the
3344         need for this notification / permissioning.
3346 2011-04-30   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3348         * src/autoroute.c: Fix livedraw to work with normal rendering APIs NB: This relies on the immutability of board object pointers, so
3349         must not be applied to older PCB code-bases which would often
3350         re-locate storage of board objects to keep them in a contiguous
3351         array.
3353 2011-04-30   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3355         * src/action.c, src/autoroute.c, src/buffer.c, src/create.c,
3356         src/djopt.c, src/draw.c, src/file.c, src/find.c, src/fontmode.c,
3357         src/global.h, src/macro.h, src/move.c, src/mymem.c, src/mymem.h,
3358         src/puller.c, src/rats.c, src/remove.c, src/toporouter.c: Convert
3359         board objects to GLists of g_slice allocated memory This enables pointers for these objects to be immutable during their
3360         lifetime, which is a _huge_ benefit for some operations.  Having otherwise was becoming VERY tiresome, and was a perenial
3361         source of bugs tripping up novice and experts of the codebase alike.  Due to the risks associated with modifying the structure being
3362         iterated over, this patch makes the relevant *_LOOP macros iterate
3363         over a shallow copy of the underlying GList. This is slight overkill
3364         for many cases, but until we have identified which do not modify the
3365         data-structures it is wise to keep as we are.
3367 2011-04-30   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3369         * src/puller.c: puller.c: Re-write parts to use hash tables to store
3370         stashed extra info This vastly simplifies some of the pointer arithmetic which was
3371         previously used to account for underlying location changes when
3372         objects moved.  Having tested this, it produces different results than before
3373         application.  This may be due to it zapping some underlying bug
3374         which has been removed in the patch, or perhaps more likely, that
3375         its slightly different iteration order over the lines and arcs (due
3376         to g_hash_table_foreach) will result in different pathologies being
3377         hit.
3379 2011-04-30   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3381         * src/djopt.c: djopt.c: Tidy up padcleaner() using loop macros
3383 2011-04-30   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3385         * src/djopt.c: djopt.c: Tidy up element_name_for() by using loop
3386         macros
3388 2011-04-30   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3390         * src/move.c: src/move.c: Gratuitous cosmetic changes Split from a future patch which ended up making these changes to
3391         help with consistency. Pre-patching here to avoid a huge delta when
3392         that patch lands.
3394 2011-04-30   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3396         * src/buffer.c: src/buffer.c: More cosmetic changes
3398 2011-04-30   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3400         * src/buffer.c: src/buffer.c: Gratuitous cosmetic changes Split from a future patch which ended up making these changes to
3401         help with consistency. Pre-patching here to avoid a huge delta when
3402         that patch lands.
3404 2011-04-30   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3406         * src/remove.c: remove.c: Gratuitous cosmetic changes s/return (NULL)/return NULL/ Split from another patch where I just couldn't resist some tidying.
3408 2011-04-30   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3410         * src/move.c, src/move.h: Make Move*ToLayerLowLevel() local to
3411         move.c No point in exporting these functions.
3413 2011-04-30   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3415         * src/rats.c: rats.c: Tidy up FindPad() Changes are aimed to simplify the delta of a future patch relating
3416         to object storage. Moves indexed addressing of object structures to
3417         fewer places.
3419 2011-04-30   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3421         * src/toporouter.c: src/toporouter.c: Tidy up escape() routine Changes are aimed to simplify the delta of a future patch relating
3422         to object storage. Moves indexed addressing of object structures to
3423         fewer places.
3425 2011-04-30   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3427         * src/parse_y.y: parse.y: Convert an open-coded loop to use
3428         ALLPOLYGON_LOOP
3430 2011-04-30   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3432         * src/hid/gtk/gui-pinout-preview.c: hid/gtk: Remove unused code from
3433         pinout_set_data
3435 2011-04-30   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3437         * src/draw.c: draw.c: Tidy up DrawEMark Changes are aimed to simplify the delta of a future patch relating
3438         to object storage. Moves indexed addressing of object structures to
3439         fewer places.
3441 2011-04-30   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3443         * src/autoroute.c, src/crosshair.c, src/edif.y, src/global.h,
3444         src/mtspace.c, src/polygon1.c: Include glib.h from global.h To avoid compiler warnings, remove the now duplicated (or
3445         unecessary) #define ABS definitions from various files.  There has been a build-time dependance on GLib since the toporouter
3446         was added. Lets start to make use of it where it is useful.
3448 2011-04-29   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3450         * src/hid/lesstif/main.c: hid/lesstif: Hook up debug drawing APIs
3452 2011-04-29   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3454         * src/hid/gtk/gtkhid-gdk.c, src/hid/gtk/gtkhid-main.c,
3455         src/hid/gtk/gui.h: hid/gtk: Hook up debug drawing APIs
3457 2011-04-29   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3459         * src/hid.h, src/hid/common/hidnogui.c: Add HID apis to handle live
3460         debug drawing from the core It is envisaved that this API should ONLY be used for debugging, not
3461         presenting a user-interface. In general, the GUIs may have their own
3462         special requirements for drawing the board, and this API is not
3463         meant to allow the core to augment or present user-visible drawing.
3464         This is reflected in the API naming.  Request permission for debug drawing HID *ddraw = gui->request_debug_draw (void); Returns a HID pointer which should be used rather than the global
3465         gui-> for making drawing calls. If the return value is NULL, then
3466         permission has been denied, and the debug drawing must not continue.  Flush pending drawing to the screen void ddraw->flush_debug_draw (void); May be implemented as a NOOP if the GUI has chosen to send the debug
3467         drawing directly to the screen.  When finished, the user must inform the GUI to clean up resources: ddraw->finish_debug_draw (void); Any remaining rendering will be flushed to the screen.
3469 2011-04-29   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3471         * src/hid/lesstif/main.c: hid/lesstif: Ensure crosshair and mark
3472         updates go to the screen The "pixmap" global might be pointing at one of the backing pixmaps
3473         when we are called.  Does not fix any known bug, just in preparation for another patch
3474         relating to debug drawing which may leave pixmap pointing to the
3475         backing store.
3477 2011-04-29   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3479         * src/hid/gtk/gtkhid-gdk.c: hid/gtk: Invalidate the damaged region,
3480         not the whole view
3482 2011-04-29   Andrew Poelstra * asp11 AT sfu dot ca *
3484         * src/print.c: Subject: PCB / Physical unit macros patch 2: print.c This patch works correctly (i.e., no change in output) for my test
3485         file; about 6800 lines of postscript. The only differences were in
3486         the timestamps, which naturally were slightly different.  I also confirmed visually that the before and after printouts look
3487         the same :)  Rebased to git HEAD by Peter Clifton * pcjc2 AT cam dot ac dot uk *
3489 2011-04-28   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3491         * src/autoroute.c: autoroute.c: Remove a couple of completely unused
3492         debug routines
3494 2011-04-28   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3496         * src/global.h: global.h: Remove unused OutputType members Width and
3497         Height
3499 2011-04-28   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3501         * src/action.c: Fixup usage of the never initialised, obsolete,
3502         Output.{Width,Height} For the stroke handling case (relating to zooming) it isn't clear
3503         what is correct, but for now, substitute PCB->MaxWidth and
3504         PCB->MaxHeight.  This may still leave stroke based zooming broken, but it was
3505         CERTAINLY broken before.
3507 2011-04-28   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3509         * src/hid/gtk/gui-pinout-preview.c: hid/gtk: Remove dead code (due
3510         to bitrot) from pinout_zoom_fit() function The code tried to compare against the uninitialised, unused
3511         Output.Width and Output.Height. Assuming these were initialised to
3512         zero by the compiler, the conditional would always cause the
3513         function to return FALSE.  Remove the conditional, and drop the boolean return value from this
3514         function, short-cutting the caller to the utilised code-path.  This removes the (long broken) feature where by the natural size (in
3515         pixels) of the pinout preview would be reduced if it was greater
3516         than 3/4 of the viewport size (in pixels) of the active PCB.
3518 2011-04-28   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3520         * src/global.h: Remove unused old{Obj,Line,Box}State members from
3521         the OutputType structure
3523 2011-04-28   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3525         * src/draw.c, src/main.c: main.c: Remove setup of global graphics
3526         contexts which are never used draw.c stashes these ones creates its own. Drop the unused ones, and
3527         drop the stashing in draw.c
3529 2011-04-28   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3531         * src/autoroute.c: autoroute.c: Use the autoroute graphics context,
3532         not Output.fgGC I'm aiming to confine  Output.* graphics contexts to draw.c for now.
3534 2011-04-28   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3536         * src/data.c, src/data.h: Remove unused global variable
3537         Zoom_Multiplier Along with a following commented series of numbers which git log
3538         suggests was originally related to pre-defined zoom ratios.
3540 2011-04-28   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3542         * src/macro.h: macro.h: Remove unused (obsolete) conversion macro
3543         TO_PCB
3545 2011-04-28   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3547         * src/action.c: action.c: Replace use of obsolete conversion macro
3548         TO_PCB with a constant.  This changes the location tolerance in NotifyLine()'s call to
3549         LookupConnection() from what previously evaluated to 100 internal
3550         units, to a constant of one internal unit.  This is consistent with other similar calls to LookupConnection(),
3551         where it appears that a wide search area is not desired, so the
3552         smallest possible value is passed.
3554 2011-04-28   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3556         * src/data.c, src/data.h, src/file.c: Remove unused variables Xorig
3557         and Yorig
3559 2011-04-28   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3561         * src/macro.h: macro.h: Remove unused, obsolete conversion macros
3562         TO_PCB_X and TO_PCB_Y
3564 2011-04-28   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3566         * src/action.c: action.c: Partially fix up some stroke handling bugs 1. Stroke event coordinates are already in PCB units, drop bogus
3567         conversions 2. Fix incorrect variable name
3569 2011-04-28   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3571         * src/file.c: file.c: Write out correct cursor location in the PCB
3572         file
3574 2011-04-28   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3576         * src/data.c, src/data.h: data.c: Remove unused globals theScreen,
3577         clipBox, vxl, vxh, vyl, vyh
3579 2011-04-28   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3581         * src/draw.c, src/print.c, src/print.h: print.c: Pass an explicit
3582         graphics context to PrintFab() and friends This is a step towards being able to move the active graphics
3583         contexts out of the global scope.
3585 2011-04-28   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3587         * src/global.h, src/main.c: Remove unused Output.GridGC variable
3589 2011-04-28   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3591         * src/rtree.c: rtree.c: Remove old X11 based debug drawing code The core doesn't do drawing any more.. and can't assume that the
3592         GUI's graphics contexts are actually X11 or GDK graphics context, so
3593         this code can't work any more - remove it.
3595 2011-04-28   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3597         * src/hid/batch/batch.c, src/hid/common/extents.c,
3598         src/hid/gerber/gerber.c, src/hid/gtk/gtkhid-gdk.c,
3599         src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui.h,
3600         src/hid/lesstif/main.c, src/hid/png/png.c, src/hid/ps/eps.c: HIDs:
3601         Remove NOOP set_draw_faded implementations
3603 2011-04-28   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3605         * src/hid/common/hidnogui.c: hid: Provided non-CRASH default
3606         implementation of HID->set_draw_faded There is no point in various HIDs providing their own NOOP
3607         implementation
3609 2011-04-28   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3611         * src/hid.h, src/hid/batch/batch.c, src/hid/common/extents.c,
3612         src/hid/common/hidnogui.c, src/hid/gcode/gcode.c,
3613         src/hid/gerber/gerber.c, src/hid/gtk/gtkhid-gdk.c,
3614         src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui.h,
3615         src/hid/lesstif/main.c, src/hid/nelma/nelma.c, src/hid/png/png.c,
3616         src/hid/ps/eps.c, src/hid/ps/ps.c: hid: Remove unused
3617         set_line_cap_angle API
3619 2011-04-27   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3621         * src/hid/gtk/gtkhid-gdk.c, src/hid/gtk/gui.h: hid/gtk: Make
3622         ghid_show_crosshair() local to the GDK implementation
3624 2011-04-27   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3626         * src/hid/gtk/gtkhid-main.c: hid/gtk: Invalidate the crosshair
3627         rather than drawing it immediately
3629 2011-04-27   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3631         * src/hid/gtk/gtkhid-gdk.c, src/hid/gtk/gui-output-events.c,
3632         src/hid/gtk/gui.h: Revert "hid/gtk: Add hooks to tell the render
3633         when we start/stop drawing" This reverts commit 332cb8ddc1cc032ac29c7d2b9a0051ccc228b6da.  Since crosshair updates are now handled by notifications to the GUI,
3634         this isn't required for the forthcoming PCB+GL support.
3636 2011-04-27   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3638         * src/hid/gtk/gui-output-events.c: hid/gtk: Avoid extra crosshair
3639         and attached object redraws The crosshair movement is handled by a notify_crosshair_change()
3640         call in ghid_note_event_location().
3642 2011-04-27   Andrew Poelstra * asp11 AT sfu dot ca *
3644         * globalconst.h, src/action.c, src/autoplace.c, src/buffer.c,
3645         src/change.c, src/const.h, src/create.c, src/djopt.c, src/find.c,
3646         src/hid/batch/batch.c, src/hid/gcode/gcode.c,
3647         src/hid/gerber/gerber.c, src/hid/gtk/gtkhid-main.c,
3648         src/hid/gtk/gui-drc-window.c, src/hid/gtk/gui-misc.c,
3649         src/hid/gtk/gui-top-window.c, src/hid/gtk/gui.h,
3650         src/hid/lesstif/dialogs.c, src/hid/lesstif/lesstif.h,
3651         src/hid/lesstif/main.c, src/hid/lesstif/styles.c,
3652         src/hid/nelma/nelma.c, src/hid/png/png.c, src/hid/ps/eps.c,
3653         src/hid/ps/ps.c, src/main.c, src/misc.c, src/parse_l.l,
3654         src/print.c, src/report.c, src/vendor.c: PCB / Physical unit macros
3655         patch Specify various constants in physical units, converting to PCB
3656         internal units using macros. When reporting to the user (or
3657         exporting), convert dimensions to physical units using macros so the
3658         code does not rely on details of PCB's internal coordinates in so
3659         many places.
3661 2011-04-27   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3663         * src/draw.c: draw.c: Remove old commented debug printf
3665 2011-04-27   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3667         * src/draw.c: draw.c: Remove unused function thin_callback()
3669 2011-04-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3671         * src/crosshair.c, src/crosshair.h, src/global.h,
3672         src/hid/lesstif/main.c: Move crosshair on / off functionality into
3673         lesstif HID.  Lesstif is the only GUI which turns attached objects on and off,
3674         when the mouse leaves the viewport, so it might as well manage it
3675         internally.
3677 2011-04-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3679         * src/crosshair.c, src/hid.h, src/hid/common/hidnogui.c,
3680         src/hid/gtk/gtkhid-gdk.c, src/hid/gtk/gtkhid-main.c,
3681         src/hid/gtk/gui.h, src/hid/lesstif/main.c: Give the HIDs control
3682         over attached object (crosshair, mark) drawing This is required if a renderer doesn't want to follow the current
3683         drawing model where it is assumed the core can call the HID's
3684         drawing APIs at any arbitrary point in time.  Expose some API from crosshair.c to perform the actual drawing on
3685         demand, and add hooks to the HID structure to notify the GUI when it
3686         would previously have called the crosshair or mark drawing routines.  This allows renderers with defined setup and tear-down requirements
3687         around drawing to execute them before the objects are drawn.  CrosshairOn() and CrosshairOff() now simply set the Crosshair.On
3688         flag and call the appropriate notification hooks.  This commit replaces all HideCrosshair() and RestoreCrosshair()
3689         calls with the new hooks notify_{crosshair|mark}_changed(), with an
3690         argument specifying whether a change is about to happen (false
3691         argument), or has been completed (true argument).
3693 2011-04-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3695         * src/action.c: action.c: Convert some explicit mark redrawing to
3696         notification
3698 2011-04-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3700         * src/crosshair.c, src/crosshair.h, src/set.c: Separate out mark
3701         change notification from crosshair change notification Hook it up to notify the crosshair (which also redraws the mark) for
3702         now.
3704 2011-04-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3706         * src/action.c, src/buffer.c, src/crosshair.c, src/crosshair.h,
3707         src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-misc.c,
3708         src/hid/gtk/gui-output-events.c, src/hid/lesstif/main.c,
3709         src/misc.c, src/set.c: Rename HideCrosshair() and RestoreCrosshair() Whist this is a tedious rename which will probably have implications
3710         for some plugins, it helps to clarify what is going on with the
3711         crosshair across forthcoming patches which put it under the control
3712         of the GUIs.  The old APIs are retained for backwards compatibility with plugins,
3713         and will print a one-shot warning for each which is called.
3715 2011-04-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3717         * src/hid/gtk/gtkhid-gdk.c: hid/gtk: DrawMark from
3718         ghid_invalidate_all() as well as DrawAttached
3720 2011-04-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3722         * src/draw.c, src/hid/gtk/gtkhid-gdk.c,
3723         src/hid/gtk/gui-output-events.c, src/hid/gtk/gui-top-window.c,
3724         src/hid/gtk/gui.h: Let the GUIs manage the crosshair across a redraw Removes several {Hide/Restore}Crosshair() calls from the GTK HID.  These are not requried any more, as they are followed by
3725         invalidate_all() calls which take care of the crosshair as well.  Changes to draw.c were tested not to affect Lesstif HID
3727 2011-04-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3729         * src/hid/gtk/gui.h: hid/gtk: Remove duplicated prototype
3731 2011-04-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3733         * src/draw.c: draw.c: Remove obsolete comment
3735 2011-04-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3737         * src/draw.c: draw.c: Remove clip_box global variable in favour of a
3738         more targeted one Used for polygon clipping during drawing.
3740 2011-04-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3742         * src/draw.c: draw.c: EraseRat() should just gather the affected
3743         area These were missed (or incorrectly converted) in the previous patch
3744         series which split gathering routines from drawing routines.  Tidy up DrawRat() to be consistent with the new code in EraseRat()
3746 2011-04-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3748         * src/draw.c: draw.c: Separate out common code for drawing holes Makes things a bit clearer
3750 2011-04-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3752         * src/draw.c: draw.c: Remove Gathering variable This variable is no longer needed since the "Gathering" Draw*
3753         functions are separate from the draw_... implementations which are
3754         triggered by the GUI calling for a repaint of the gathered area.
3756 2011-04-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3758         * src/draw.c: draw.c: Split "Gathering" routines from real drawing
3759         routines (Text) Moves code from DrawRegularText() into its only caller
3760         text_callback()
3762 2011-04-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3764         * src/draw.c: draw.c: Split "Gathering" routines from real drawing
3765         routines (Polygons) Moves code from DrawPlainPolygon() into its only caller
3766         poly_callback()
3768 2011-04-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3770         * src/draw.c: draw.c: Split "Gathering" routines from real drawing
3771         routines (Arcs)
3773 2011-04-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3775         * src/draw.c: draw.c: Split "Gathering" routines from real drawing
3776         routines (Lines)
3778 2011-04-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3780         * src/draw.c: draw.c: Split "Gathering" from real drawing routines
3781         (Rats)
3783 2011-04-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3785         * src/draw.c: draw.c: Split "Gathering" routines from real drawing
3786         routines (Pads)
3788 2011-04-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3790         * src/draw.c: draw.c: Split "Gathering" routines from real drawing
3791         routines (Pins + Vias)
3793 2011-04-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3795         * src/draw.c: draw.c: Split "Gathering" from real drawing routines
3796         (Element Pins and Pads)
3798 2011-04-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3800         * src/draw.c: draw.c: Split "Gathering" from real drawing routines
3801         (Element names)
3803 2011-04-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3805         * src/draw.c: draw.c: Split "Gathering" from real drawing routines
3806         (Element Package)
3808 2011-04-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3810         * src/draw.c: draw.c: Split "Gathering" from real drawing routines
3811         (Element)
3813 2011-04-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3815         * src/draw.c: draw.c: Fold DrawHole into its only caller,
3816         hole_callback
3818 2011-04-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3820         * src/draw.c: draw.c: Move DrawPlainPin and DrawPlainVia into their
3821         only callers Make their code part of pin_callback and via_callback.  Drop the Gathering tests within this code, as their only callers are
3822         within a block where Gathering is definately set.
3824 2011-04-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3826         * src/action.c, src/autoplace.c, src/autoroute.c, src/draw.c,
3827         src/draw.h, src/find.c, src/toporouter.c, src/vendor.c: draw.c:
3828         Remove API ClearAndRedrawOutput(), in favour of Redraw().  These do the same thing anyway.
3830 2011-04-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3832         * src/action.c, src/draw.c, src/draw.h, src/set.c: draw.c: Remove
3833         UpdateAll() API, in favour of Redraw(), which is identical
3835 2011-04-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3837         * src/action.c, src/draw.c, src/draw.h: draw.c: Expose local
3838         Redraw() function, and remove wrapper RedrawOutput() Within the one caller ActionDisplay, combine the F_ClearAndRedraw
3839         and F_Redraw cases which have exactly the same effect.
3841 2011-04-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3843         * src/draw.c: draw.c: Drop unused area parameters from Redraw(...)
3845 2011-04-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3847         * src/draw.c: draw.c: Only set Gathering during
3848         hid_expose_callback() Removes setting of Gathering to false prior to calling UpdateAll()
3849         in ClearAndRedrawOutput(), and removes setting of Gathering to true
3850         after calling gui->invalidate_all() in Redraw()
3852 2011-04-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3854         * : Regenerate test golden files for the png output hid The colour drawn for vias changed due to the fix in commit
3855         c095adf5ea890284cddc2730944b980ac1275109 (Build was broken due to the above commit until commit
3856         c9b915d7f2f49f5ebde0abeb5756b1e11e756edc)
3858 2011-04-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3860         * src/draw.c: draw.c: Use the ON_SIDE() macro rather then open-code
3861         the test
3863 2011-04-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3865         * src/draw.c: draw.c: Add a DrawPaste() helper function for paste
3866         layers
3868 2011-04-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3870         * src/misc.c, src/misc.h: misc.c: Add query function IsPasteEmpty()
3871         to query a paste layer is empty
3873 2011-04-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3875         * src/draw.c, src/macro.h: Make the ON_SIDE() macro global, not
3876         local do draw.c
3878 2011-04-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3880         * src/hid/common/draw_helpers.c: hid/common: Fix
3881         common_thindraw_pcb_pad()'s handling of square pads I made a mistake in a logic test when simplifying this routine in
3882         commit 4efcedeeac06cd4d5e559a7fe0a0ee8685f2137a This caused slanted rendering of horizontal or vertical pads.
3884 2011-04-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3886         * src/draw.c: draw.c: Rename the "screen" parameter of
3887         DrawLayerGroup to "drawn_area" (For consistency with other code in draw.c)
3889 2011-04-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3891         * src/draw.c: draw.c: Use DrawPPV() where we can to save duplication
3893 2011-04-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3895         * src/draw.c: draw.c: Change PrintAssembly() to use a layer side
3896         parameter Drops the "swap_ident" parameter in favour of a more explicit "side"
3897         parameter. Also drops the side_group parameter, as we can easily
3898         determine that from the requested side to draw.
3900 2011-04-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3902         * src/draw.c: draw.c: Change DrawSilk() to use a layer side
3903         parameter, not SWAP_IDENT
3905 2011-04-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3907         * src/draw.c:  Make DrawPPV() always draw for non gui HIDs, rather than doing_assy The gui HIDs don't accept the assembly drawaing, so testing for
3908         !gui->gui will catch this case, and we can drop the doing_assy
3909         override for PCB->PinOn and PCB->ViaOn
3911 2011-04-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3913         * src/draw.c: draw.c: Change DrawTop() to DrawPPV(), and teach it to
3914         work for any layer (PPV stands for Pins, Pads and Vias). Extend its functionality to
3915         work for pins and vias on any layer.
3917 2011-04-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3919         * src/draw.c: draw.c: Rename DrawTop() "screen" parameter
3920         "drawn_area" For consistency with other code in draw.c
3922 2011-04-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3924         * src/draw.c: draw.c: Fix order of farside object drawing Backside silk should be drawn before bakside pads
3926 2011-04-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3928         * src/draw.c: draw.c: Add prototype for via_callback Fixes breakage since commit c095adf5ea890284cddc2730944b980ac1275109
3930 2011-04-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3932         * src/draw.c: draw.c: Remove  a couple of redundant if statements The outer if statement already ensures this code-path isn't followed
3933         for a gui hid.. don't repeat ourselves. One statement will always
3934         return false, hence is dead code - the other is always true.
3936 2011-04-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3938         * src/draw.c: draw.c: Use the via callback when drawing vias.  Since this code-path is only hit for exporters, (and the only
3939         difference between the pin and via callback is the drawing colour)
3940         it is not likely this matters, but lets be correct.
3942 2011-04-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3944         * src/draw.c: draw.c: Add layer side parameter to DrawMask() Don't use the global variable SWAP_IDENT to choose which side to
3945         draw.
3947 2011-04-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3949         * src/draw.c: draw.c: Combine front and back element and name
3950         callbacks Pass an integer "side" parameter to determine which is desired
3952 2011-04-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3954         * src/macro.h: Remove commented TEXT_IS_VISIBLE implementation I'm cleaning up code which uses SWAP_IDENT, and this comment scored
3955         a hit.
3957 2011-04-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3959         * src/action.c, src/change.c, src/copy.c, src/draw.c, src/draw.h,
3960         src/find.c, src/hid/gtk/gui-drc-window.c, src/insert.c, src/move.c,
3961         src/polygon.c, src/rats.c, src/remove.c, src/rotate.c,
3962         src/select.c, src/toporouter.c, src/undo.c: draw.c: Remove unused
3963         parameter from various calls:   DrawObject   DrawVia   DrawViaName   DrawLine   DrawArc   DrawText   DrawRegularText   DrawPolygon   DrawElement   DrawElementPackage   DrawElementPackageLowLevel   DrawElementName   DrawElementPinsAndPads   DrawRat   DrawPin   DrawPinName   DrawPad   DrawPadName
3965 2011-04-23   Andrew Poelstra * asp11 AT sfu dot ca *
3967         * src/hid/png/png.c: hid/png: Fix incorrect um unit conversion in
3968         bloat parser.   (Split from a larger patch by Peter Clifton * pcjc2 AT cam dot ac
3969         dot uk *)
3971 2011-04-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3973         * globalconst.h: globalconst.h: Remove some unused constants
3975 2011-04-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3977         * src/hid/png/png.c: hid/png: Fix segfault when no image formats are
3978         configured in.   Based on a patch by Felix Ruoff * Felix AT posaunenmission dot de * Catch the case where the selected image format is actually the NULL
3979         terminator at the end of the format list. This happens when the list
3980         is empty. Don't strcmp against that terminator! Closes-bug: lp-699290 (sf-2669324)
3982 2011-04-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3984         * src/hid/png/png.c: Revert "Fix potential segfault" This reverts commit 2d2040e92d5ebb069af42567855055b096532e71.  This patch causes segfaults in the GTK and Lesstif hids, so
3985         reverting, as it removes the required NULL termination from an
3986         attribute enumeration. Any code which can't deal with an empty
3987         enumeration list should be fixed instead.  Reopens-bug: lp-699290 (sf-2669324) Closes-bug: lp-769336
3989 2011-04-22   Peter Clifton * pcjc2 AT cam dot ac dot uk *
3991         * src/main.c, src/misc.c, src/polygon.c, src/polygon.h,
3992         src/thermal.c: Fix geometry errors caused by commit
3993         2d8dc8a3a3a55158b4e6278dd9f40588e4111c2d This fixes up problems from the following commit:     [PATCH] fix bug 2793480 (vias/arcs-to-polygon clearances)     frac_circle(): introduce radius_adjustment factor to make     the polygon outline the arc rather than connet points on the arc     ArcPolyNoIntersect(): compute number of segments so that     polygon diverges from the arc no more than 0.02 of     required thickness; adjust outer "arc" radius like in
3994             frac_circle() The object bounding boxes for arcs, vias, lines and rounded pads
3995         which determine the maximum area affected by that object were no
3996         longer correct, leading to artaefacts when doing incremental polygon
3997         processing.  It also lead to missing fragments in (the non-curved + and x type
3998         thermals). These are also fixed up by this patch.
4000 2011-04-21   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4002         * src/draw.c: draw.c: Tidy up hole_callback routine
4004 2011-04-21   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4006         * src/draw.c: draw.c: Remove unnecessary pin_info struct.  The argument specifying whether to clear pins was always true in any
4007         case where clearPin_callback was called (the only user of this
4008         info).
4010 2011-04-21   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4012         * src/macro.h: macro.h: Remove unused X11 specific macros
4014 2011-04-21   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4016         * src/macro.h: macro.h: Remove unused object visibility macros
4018 2011-04-21   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4020         * src/draw.c, src/line.c, src/macro.h: Remove some old unused
4021         coordinate conversion macros from the core Sadly, there are still some left to expunge which are being used -
4022         and their usage appears broken in many cases!
4024 2011-04-21   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4026         * tests/golden/hid_gcode1/Makefile.am,
4027         tests/golden/hid_gcode10/Makefile.am,
4028         tests/golden/hid_gcode11/Makefile.am,
4029         tests/golden/hid_gcode2/Makefile.am,
4030         tests/golden/hid_gcode3/Makefile.am,
4031         tests/golden/hid_gcode4/Makefile.am,
4032         tests/golden/hid_gcode5/Makefile.am,
4033         tests/golden/hid_gcode6/Makefile.am,
4034         tests/golden/hid_gcode7/Makefile.am,
4035         tests/golden/hid_gcode8/Makefile.am,
4036         tests/golden/hid_gcode9/Makefile.am,
4037         tests/golden/hid_gerber1/Makefile.am,
4038         tests/golden/hid_gerber2/Makefile.am: Fix test-suite harder Fixup Makefile.am files to match renames in last commit
4040 2011-04-21   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4042         * tests/golden/hid_gcode1/gcode_oneline.gcode.back.cnc,
4043         tests/golden/hid_gcode1/gcode_oneline.gcode.bottom.cnc,
4044         tests/golden/hid_gcode1/gcode_oneline.gcode.front.cnc,
4045         tests/golden/hid_gcode1/gcode_oneline.gcode.top.cnc,
4046         tests/golden/hid_gcode10/gcode_oneline.gcode.back.cnc,
4047         tests/golden/hid_gcode10/gcode_oneline.gcode.bottom.cnc,
4048         tests/golden/hid_gcode10/gcode_oneline.gcode.front.cnc,
4049         tests/golden/hid_gcode10/gcode_oneline.gcode.top.cnc,
4050         tests/golden/hid_gcode11/gcode_oneline.gcode.back.cnc,
4051         tests/golden/hid_gcode11/gcode_oneline.gcode.bottom.cnc,
4052         tests/golden/hid_gcode11/gcode_oneline.gcode.front.cnc,
4053         tests/golden/hid_gcode11/gcode_oneline.gcode.top.cnc,
4054         tests/golden/hid_gcode2/out.back.cnc,
4055         tests/golden/hid_gcode2/out.bottom.cnc,
4056         tests/golden/hid_gcode2/out.front.cnc,
4057         tests/golden/hid_gcode2/out.top.cnc,
4058         tests/golden/hid_gcode3/gcode_oneline.gcode.back.cnc,
4059         tests/golden/hid_gcode3/gcode_oneline.gcode.bottom.cnc,
4060         tests/golden/hid_gcode3/gcode_oneline.gcode.front.cnc,
4061         tests/golden/hid_gcode3/gcode_oneline.gcode.top.cnc,
4062         tests/golden/hid_gcode4/gcode_oneline.gcode.back.cnc,
4063         tests/golden/hid_gcode4/gcode_oneline.gcode.bottom.cnc,
4064         tests/golden/hid_gcode4/gcode_oneline.gcode.front.cnc,
4065         tests/golden/hid_gcode4/gcode_oneline.gcode.top.cnc,
4066         tests/golden/hid_gcode5/gcode_oneline.gcode.back.cnc,
4067         tests/golden/hid_gcode5/gcode_oneline.gcode.bottom.cnc,
4068         tests/golden/hid_gcode5/gcode_oneline.gcode.front.cnc,
4069         tests/golden/hid_gcode5/gcode_oneline.gcode.top.cnc,
4070         tests/golden/hid_gcode6/gcode_oneline.gcode.back.cnc,
4071         tests/golden/hid_gcode6/gcode_oneline.gcode.bottom.cnc,
4072         tests/golden/hid_gcode6/gcode_oneline.gcode.front.cnc,
4073         tests/golden/hid_gcode6/gcode_oneline.gcode.top.cnc,
4074         tests/golden/hid_gcode7/gcode_oneline.gcode.back.cnc,
4075         tests/golden/hid_gcode7/gcode_oneline.gcode.bottom.cnc,
4076         tests/golden/hid_gcode7/gcode_oneline.gcode.front.cnc,
4077         tests/golden/hid_gcode7/gcode_oneline.gcode.top.cnc,
4078         tests/golden/hid_gcode8/gcode_oneline.gcode.back.cnc,
4079         tests/golden/hid_gcode8/gcode_oneline.gcode.bottom.cnc,
4080         tests/golden/hid_gcode8/gcode_oneline.gcode.front.cnc,
4081         tests/golden/hid_gcode8/gcode_oneline.gcode.top.cnc,
4082         tests/golden/hid_gcode9/gcode_oneline.gcode.back.cnc,
4083         tests/golden/hid_gcode9/gcode_oneline.gcode.bottom.cnc,
4084         tests/golden/hid_gcode9/gcode_oneline.gcode.front.cnc,
4085         tests/golden/hid_gcode9/gcode_oneline.gcode.top.cnc,
4086         tests/golden/hid_gerber1/gerber_oneline.back.gbr,
4087         tests/golden/hid_gerber1/gerber_oneline.bottom.gbr,
4088         tests/golden/hid_gerber1/gerber_oneline.front.gbr,
4089         tests/golden/hid_gerber1/gerber_oneline.top.gbr,
4090         tests/golden/hid_gerber2/out.back.gbr,
4091         tests/golden/hid_gerber2/out.bottom.gbr,
4092         tests/golden/hid_gerber2/out.front.gbr,
4093         tests/golden/hid_gerber2/out.top.gbr, tests/tests.list: Fix
4094         test-suite files to match component->front and solder->back rename Test-suite now passes again.
4096 2011-04-20   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4098         * src/crosshair.c: hid/common: Draw the hole outline for pins / vias
4099         being moved or placed
4101 2011-04-21   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4103         * src/crosshair.c: crosshair.c: Use a dummy via structure to draw
4104         vias being created
4106 2011-04-20   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4108         * src/crosshair.c, src/draw.c, src/global.h, src/hid.h,
4109         src/hid/common/draw_helpers.c, src/hid/common/draw_helpers.h,
4110         src/hid/common/hidnogui.c: Consolidate pin / via drawing routines,
4111         moving them under the HID API Adds two new HID APIs, fill_pcb_pv and thindraw_pcb_pv, splitting
4112         drawing code from DrawPadLowlevel() to common_fill_pcb_pv() and
4113         common_thindraw_pcb_pv() in hid/common/draw_helpers.c.  Octagonal vias and pins are now correctly drawn when attached to the
4114         cursor.
4116 2011-04-20   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4118         * src/crosshair.c, src/draw.c, src/global.h, src/hid.h,
4119         src/hid/common/draw_helpers.c, src/hid/common/draw_helpers.h,
4120         src/hid/common/hidnogui.c: Consolidate pad drawing routines, moving
4121         them under the HID API Adds two new HID APIs, fill_pcb_pad and thindraw_pcb_pad, splitting
4122         drawing code from DrawPadLowlevel() to common_fill_pcb_pad() and
4123         common_thindraw_pcbpad() in hid/common/draw_helpers.c.  I simplified the code somewhat as I moved it, reducing the number of
4124         special cases.  gui->{thindraw|fill}_pcb_pad() is called from DrawPadLowlevel(), and
4125         is used to replace an incomplete thindraw implementation for pads in
4126         XORDrawElement().  Outlines for angled pads are now drawn in their entirety when
4127         attached to the cursor, not just their center line, and rounded end
4128         pads are also now drawn correctly in this mode.
4130 2011-04-20   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4132         * src/hid/batch/batch.c, src/hid/common/draw_helpers.c,
4133         src/hid/common/draw_helpers.h, src/hid/common/extents.c,
4134         src/hid/gcode/gcode.c, src/hid/gerber/gerber.c,
4135         src/hid/gtk/gtkhid-main.c, src/hid/lesstif/main.c,
4136         src/hid/nelma/nelma.c, src/hid/png/png.c, src/hid/ps/eps.c,
4137         src/hid/ps/ps.c: hid/common: Provide a helper function for HIDs to
4138         use drawing helpers Gives the following changes to various HIDs:   extents: now has thindraw_polygon implemented - should not be an
4139           issue gcode:   now has thindraw_polygon implemented - should not
4140           be an issue gerber:  now has thindraw_polygon implemented - should
4141           not be an issue nelma:   now has thindraw_polygon implemented -
4142           should not be an issue png:     now has thindraw_polygon implemented
4143           - should not be an issue eps:     now has thindraw_polygon
4144           implemented - should not be an issue ps:      now has
4145           thindraw_polygon implemented - should not be an issue batch:   no
4146                      longer has NOP fill_pcb_polygon and thindraw_pcb_polygon routines -
4147                      should not be an issue, as the drawing calls the common helper
4148         routines use are still NOPs for the batch HID.
4150 2011-04-20   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4152         * src/hid/common/draw_helpers.c: hid/common: Some formatting changes
4153         in draw_helpers.c
4155 2011-04-20   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4157         * src/hid/gcode/gcode.c, src/hid/png/png.c: Add missing HID
4158         structure zero initialisation for gcode and png HIDs.  Missed from commit commit d67f4335b5d4f97330448b833ea1bf04377c3a57   "Initialise the HID vtable by function, rather than as a struct
4159           initialiser." I missed the memset from these two HIDs.
4161 2011-04-19   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4163         * src/draw.c: draw.c: Fix damage area computation We should reset the left and top bounds to MAXINT, and the right and
4164         bottom bounds to -MAXINT. This way the correct bounds are computed
4165         when gathering.  The code previously every coordinate to 0, meaning that the box
4166         encompasing (0, 0)  up to the (max_x, max_y) would be invalidated,
4167         rather than (min_x, min_y) to (max_x, max_y).  No improvement is going to be seen, as both the GTK and Lesstif GUIs
4168         ignore the damaged bounds and repaint the whole screen each time -
4169         it is just for correctness.
4171 2011-04-18   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4173         * src/crosshair.c, src/crosshair.h, src/hid/lesstif/main.c: Don't
4174         abuse CrosshairOn() API to force a redraw.  Expose DrawAttached() to the HIDs so they can call it themselves,
4175         and don't have to cheat by forcing Crosshair.On to false.  Make DrawAttached() and DrawMark() a NOP if the relevant item is not
4176         being shown. Ie. if !Crosshair.On, both functions draw nothing. If
4177         !Marked.status, DrawMark() draws nothing.  A minor change is required in CrosshairOff() to XOR un-draw before
4178         switching the flag to off.  Not known to fix any particular bug, but it is possible that the
4179         crosshair should not be drawn at a given point (due to changes
4180         taking place inside a HideCrosshair() / RestoreCrosshair() pair.  Tested with Lesstif and GTK HIDs.
4182 2011-04-18   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4184         * src/crosshair.c, src/hid/gtk/gui-output-events.c: hid/gtk: Don't
4185         call CrosshairOn() when re-entering the viewport The GTK HID doesn't turn the crosshair off, so we don't turn it back
4186         on if we default to having it switched on in the first place. Make
4187         that default change, and remove the CrosshairOn() call.  (Also tested not to break the Lesstif HID).
4189 2011-04-18   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4191         * src/Makefile.am, src/hid/batch/batch.c, src/hid/bom/bom.c,
4192         src/hid/common/extents.c, src/hid/gcode/gcode.c,
4193         src/hid/gerber/gerber.c, src/hid/gtk/gtkhid-main.c,
4194         src/hid/lesstif/main.c, src/hid/lpr/lpr.c, src/hid/nelma/nelma.c,
4195         src/hid/nelma/nelma.h, src/hid/png/png.c, src/hid/png/png.h,
4196         src/hid/ps/eps.c, src/hid/ps/ps.c: Initialise the HID vtable by
4197         function, rather than as a struct initialiser.  This allows adding new items without having to update every HID.  It
4198         also reduces bloat for those HIDs which have a lot of zero entries.
4200 2011-04-12   DJ Delorie * dj AT delorie dot com *
4202         * src/misc.c: Add t/b synonyms for group list Allow 't' as well as 'c', and 'b' as well as 's', in the groups
4203         string.
4205 2011-03-31   Ineiev * ineiev AT users dot berlios dot de *
4207         * src/hid/png/png.c: Fix potential segfault Closes-bug: lp-699290 (sf-2669324)
4209 2011-04-11   DJ Delorie * dj AT delorie dot com *
4211         * src/hid/common/flags.c: Update file names to top/bottom convention Yes, I know this will break some scripts - mine included.  I
4212         couldn't think of a good way to auto-detect when the old names
4213         should be used.
4215 2011-04-11   DJ Delorie * dj AT delorie dot com *
4217         * src/draw.c: Remove (now) unused variable.
4219 2011-04-11   DJ Delorie * dj AT delorie dot com *
4221         * src/draw.c: Don't draw an empty outline layer.  If the design has an outline layer, and it's empty, draw an outline
4222         anyway - around the whole work area.
4224 2011-04-11   DJ Delorie * dj AT delorie dot com *
4226         * src/hid/ps/ps.c: Fix PS rect/outline logic PS's draw_rect was actually doing a fill_rect.  Fixed.  If the design has an outline layer, draw it in more of the cases
4227         where we would draw the synthetic outline.
4229 2011-04-11   DJ Delorie * dj AT delorie dot com *
4231         * src/misc.c, src/misc.h: Add IsEmpty functions Add functions to test if a given layer or layer group is "empty" -
4232         i.e. has none of its own drawing items on it.
4234 2011-04-11   DJ Delorie * dj AT delorie dot com *
4236         * src/hid/gerber/gerber.c: Fix gerber output Use the correct DRC minimums for drawn outlines on silk and copper
4237         layers.  Draw rectangles as unfilled, not filled.
4239 2011-04-11   DJ Delorie * dj AT delorie dot com *
4241         * src/main.c: Tweak default layer stack.  Change the default layer stack to reflect a six layer board,
4242         allowing for 2 or 4 layer designs with the same stack.  Add an
4243         outline layer by default.  Change the default names from
4244         "component/solder" to "top/bottom" to be consistent with names used
4245         by popular packages.
4247 2011-04-08   Krzysztof KoÅ›ciuszkiewicz * k dot kosciuszkiewicz AT gmail dot com *
4249         * src/gpcb-menu.res, src/pcb-menu.res: Change menu location of "Move
4250         to current layer" To be consistent with other menu actions (like Flip/Flip selected):  * "Move to current layer" is now located in the Info > Key
4251          bindings, * "Move selected to current layer" is now located in the
4252         Select menu.  Closes-bug: lp-699106
4254 2011-04-01   Felix Ruoff * Felix AT posaunenmission dot de *
4256         * src/hid/gtk/gui-dialog.c: hid/gtk: Select adequate folder in
4257         file-save-dialog Since now, the 'Save layout as' - dialog gives full path and
4258         filename in name-line, but did not switches to given path in
4259         folder-list (lower part of the dialog). For me, this is
4260         uncomfortable, e.g. if I just want to switch to another near-by -
4261         folder.  This solution was suggested by Krzysztof KoÅ›ciuszkiewicz. Thank
4262         you! Closes-lp: 699491  Reviewed-by: Krzysztof KoÅ›ciuszkiewicz * k dot
4263         kosciuszkiewicz AT gmail dot com *
4265 2011-04-07   Felix Ruoff * Felix AT posaunenmission dot de *
4267         * src/hid/gtk/gui-library-window.c: hid/gtk: expand library tree
4268         after filtering This patch changes the behavior of the library selection dialog.
4269         After filtering by name is applied the tree view of matching
4270         components is automatically expanded so that all leafs are
4271         immediately selectable.  The tree view is collapsed when the filter
4272         is cleared.  Patch is adapted from Krzysztof Kosciuszkiewicz's patch for gschem.  Closes-bug: lp-753643  Reviewed-by: Krzysztof KoÅ›ciuszkiewicz * k
4273         dot kosciuszkiewicz AT gmail dot com *
4275 2011-04-06   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4277         * src/hid/gtk/gui-output-events.c, src/hid/gtk/gui.h: hid/gtk:
4278         Consolidate the mechanisms used for holding off scrollbar updates Don't duplicate mechanisms - it is confusing!
4280 2011-04-06   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4282         * src/hid/gtk/gui-top-window.c: hid/gtk: Remove unused variables
4283         from {h,v}_adjument_changed_cb()
4285 2011-04-06   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4287         * src/hid/gtk/gtkhid-gdk.c, src/hid/gtk/gui-output-events.c: 
4288         hid/gtk: Only redraw the crosshair when necessary If we're about to repaint the screen from our backing pixmap, there
4289         is no point un-XOR drawing our current crosshair first.
4291 2011-04-06   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4293         * src/crosshair.c: Don't issue CrosshairOff() from the
4294         DestroyCrosshair() function.  We shouldn't assume we can make call GUI calls at this point.  NB: The DestroyCrosshair() function is actually unused!
4296 2011-04-05   Ed Maste * emaste AT freebsd dot org *
4298         * configure.ac: Small change to get pcb to build on FreeBSD Add check for wish 8.5
4300 2011-04-06   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4302         * src/action.c: action.c: Remove some unneded crosshair hide/restore
4303         calls Removed calls from various actions which should not have any effect
4304         on the objects drawn attached to the crosshair.
4306 2011-04-06   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4308         * src/action.c: action.c: In ActionLoadFrom(), only hide the
4309         crosshair where required
4311 2011-04-06   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4313         * src/action.c: action.c: In ActionUnselect(), only hide the
4314         crosshair where required
4316 2011-04-06   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4318         * src/action.c: action.c: In ActionSelect(), only hide the crosshair
4319         where required
4321 2011-04-06   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4323         * src/action.c: action.c: In ActionDisplay(), Only invalidate
4324         crosshair where needed Rather than wrapping the whole function in a crosshair hide/restore,
4325         only do it for the sub-paths which require it.
4327 2011-04-06   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4329         * src/action.c: action.c: Combine the crosshair / restore for all
4330         paths in click_cb() Reduces code duplication in the different sub-paths of this routine.
4332 2011-04-06   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4334         * src/action.c, src/buffer.c, src/hid/gtk/gui-command-window.c,
4335         src/report.c: Don't undraw the crosshair attached object when
4336         showing dialogue prompts
4338 2011-04-06   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4340         * src/action.c: action.c: Remove commented out line of code Left from commit 089fbaf59c78fe75475db737e7e2827cd745d570 (Initial
4341         C++ compatibility patch)
4343 2011-04-03   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4345         * : Commit hook test This commit is deliberately blank, but should close bug lp-700413
4346         due to the line below.  Closes-bug: lp-700413
4348 2011-02-11   Felix Ruoff * Felix AT posaunenmission dot de *
4350         * src/draw.c: Remove unused function DrawVText() used GDK; it shouldn't have been implemented this way in
4351         any case.  Closes-bug: lp-717294
4353 2011-03-23   Felix Ruoff * Felix AT posaunenmission dot de *
4355         * src/hid/gtk/gui-dialog-print.c: Fix warning at exporting png with
4356         GTK+ GUI An 'Gtk-CRITICAL'-Error was thrown on opening the png-exporter
4357         dialog because there is no default-string for the 'png-bloat'
4358         option.  Closes-bug: lp-740526
4360 2011-03-28   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4362         * src/crosshair.c: crosshair.c: Remove comment which is no longer
4363         relevant
4365 2011-03-27   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4367         * src/action.c, src/buffer.c, src/crosshair.c, src/crosshair.h,
4368         src/draw.c, src/hid/gtk/gtkhid-gdk.c, src/hid/gtk/gtkhid-main.c,
4369         src/hid/gtk/gui-command-window.c, src/hid/gtk/gui-misc.c,
4370         src/hid/gtk/gui-output-events.c, src/hid/gtk/gui-top-window.c,
4371         src/hid/lesstif/main.c, src/misc.c, src/report.c, src/set.c: Remove
4372         BlockToo argument from various crosshair hide / restore functions Goodness knows what it is supposed to do, but everything appears to
4373         work fine without it. For the majority of cases, the argument passed
4374         is true.  When passed as false, the effect is to surpress drawing an attached
4375         selection / rubberband rectangle in the AttachedBox.state ==
4376         STATE_THIRD state.  Digging through the version control history, this code appears to
4377         have been present since the project was initially placed under CVS
4378         control.  The 23 places this argument was previously false are:     ActionMovePointer         -  HideCrosshair (false);         -  RestoreCrosshair (false);     EventMoveCrosshair         -  RestoreCrosshair (false);     ActionDisplay         -  RestoreCrosshair (false);     ActionFreeRotateBuffer         -  HideCrosshair(false);         -  RestoreCrosshair(false);     MoveCrosshairAbsolute         -  HideCrosshair (false);     ghid_invalidate_all         -  RestoreCrosshair (FALSE);     ScrollAction (GTK HID)         -  HideCrosshair (FALSE);         -  RestoreCrosshair (FALSE);     ghid_port_ranges_changed         -  HideCrosshair (FALSE);     ghid_note_event_location         -  RestoreCrosshair (false);     idle_proc (Lesstif HID)         -  CrosshairOn (0);     CenterDisplay         -  RestoreCrosshair(false);     ReportDialog         -  HideCrosshair (false);         -  RestoreCrosshair (false);     ReportFoundPins         -  HideCrosshair (false);         -  RestoreCrosshair (false);     ReportNetLength         -  HideCrosshair (false);         -  RestoreCrosshair (false);     SetLocalRef         -  RestoreCrosshair (false);         -  HideCrosshair (false);         -  RestoreCrosshair (false);
4380 2011-03-27   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4382         * src/action.c, src/crosshair.c, src/crosshair.h: Remove visibility
4383         overriding argument from DrawMark() Because of the places it was used, we can gaurantee this doesn't
4384         change any behaviour - the mark visibility status is always correct,
4385         so doesn't need overriding.
4387 2011-03-27   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4389         * src/hid/gtk/gtkhid-gdk.c: hid/gtk: g_return_if_reached() for
4390         receipt of gui->use_mask(HID_MASK_BEFORE) This means one less untranslated printf which is never hit. If for
4391         some reason the core sends us one of these - logging a warning and
4392         continuing is probably better than a hard abort()
4394 2011-03-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4396         * src/draw.c: draw.c: Don't make GUI drawing calls to erase objects Changing the colour here is unnecessary (as drawing is deferred).
4397         Delete the gui->set_color() calls.
4399 2011-03-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4401         * src/change.c, src/find.c: Allow zero clearance pads and pins to
4402         touch polygons This was already supported for vias, lets be consistent.
4404 2011-03-27   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4406         * src/draw.c: draw.c: Fix mask drawing at high zooms (only draw the
4407         bit on-screen) This probably papers over a bug in the GTK hid's fill_rect routine,
4408         as the only reason this should fix anything is because it avoids
4409         coordinate overflow at high zoom.  The GTK hid really ought to clip coords to the screen before
4410         transforming them for rendering.
4412 2011-03-27   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4414         * src/draw.c: draw.c: Tidy up mask drawing code Since the gerber HID now supports putting the outline on various
4415         layers, we can also safely remove the commented out code for doing
4416         that in draw.c
4418 2011-03-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4420         * src/hid/gtk/gtkhid-main.c: hid/gtk: Make benchmark()
4421         implementation suit multiple drawing models Invalidate and process updates, rather than calling redraw directly.
4422         This suits the coming GL renderer which will use an
4423         invalidate/expose model.
4425 2011-03-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4427         * src/hid/gtk/gtkhid-gdk.c, src/hid/gtk/gtkhid-main.c,
4428         src/hid/gtk/gui.h: hid/gtk: Move set_layer function into GDK
4429         specific code.  Not that this is particularly GDK specific, just that the GL
4430         renderer hopefully coming soon needs to do some extra work.
4432 2011-03-27   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4434         * src/hid/gtk/gtkhid-gdk.c, src/hid/gtk/gui-output-events.c,
4435         src/hid/gtk/gui.h: hid/gtk: Add hooks to tell the render when we
4436         start/stop drawing This is necessary if the renderer requires certain state to be
4437         configured before its drawing calls can be operated.
4439 2011-03-27   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4441         * src/hid/gtk/gtkhid-gdk.c, src/hid/gtk/gui-pinout-preview.c,
4442         src/hid/gtk/gui-top-window.c, src/hid/gtk/gui.h: hid/gtk: Add hooks
4443         for the renderer to initalise drawing widgets
4445 2011-03-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4447         * src/hid/gtk/gui-top-window.c: hid/gtk: Remove some unnecessary
4448         gtk_widget_realize() calls.
4450 2011-03-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4452         * src/hid/gerber/gerber.c: hid/gerber: Remove unused variables
4453         outline_trace_size and absolute Left over accidentally from commit
4454         35b137c3e193471e07f0873dfb149cebd059dca2
4456 2011-03-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4458         * src/hid/gtk/gtkhid-gdk.c, src/hid/gtk/gui-output-events.c,
4459         src/hid/gtk/gui-top-window.c, src/hid/gtk/gui.h: hid/gtk: Create a
4460         private structure for the gdk render backend This is in an effort to isolate some of its internals from the rest
4461         of the GTK hid.  Also create a hook for configure events on the main drawing area to
4462         allow the renderer to reconfigure its-self as necessary as the area
4463         changes in size.
4465 2011-03-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4467         * src/Makefile.am, src/hid/gtk/gtkhid-gdk.c,
4468         src/hid/gtk/gui-output-events.c, src/hid/gtk/gui-pinout-preview.c,
4469         src/hid/gtk/gui-render-pixmap.c, src/hid/gtk/gui-top-window.c,
4470         src/hid/gtk/gui.h: hid/gtk: Move more GDK specific routines to
4471         gtkhid-gdk.c
4473 2011-03-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4475         * src/hid/gerber/gerber.c: hid/gerber: Remove option for thickness
4476         of auto-generated outline layer We don't mess with the thickness of the user's hand-drawn outline,
4477         and this option implies that we do. I cannot think of a sensible way
4478         to present the option without confusing the user, so lets remove it.  Whilst the previous default of 10 mil was fine, 8 mil matches the
4479         width used on the fab drawing, so I have changed to that value.
4481 2011-03-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4483         * src/print.c: src/print.c: Fix fab drawing width text annotation.  The text hard-coded that the outline is 10mil, in fact it is not,
4484         the current #define sets it at 8 mil. Report the actual value used.
4486 2011-03-23   Ineiev * ineiev AT users dot berlios dot de *
4488         * src/hid/gtk/gui-misc.c: suppress annoying decimals in relative
4489         coordinates The threshold for non-aligned object is increased because in case of
4490         relative coordinates the round-off error may double.  Closes-bug: lp-699452 (sf-2117383) Closes-bug: lp-699169
4491         (sf-1741659)
4493 2011-03-22   DJ Delorie * dj AT delorie dot com *
4495         * src/file.c, src/global.h: Save footprints as footprints.  If the user loads a footprint as a PCB (i.e. File->Load) and tries
4496         to save it, save only the elements in the pcb, not the whole pcb.
4498 2011-03-22   DJ Delorie * dj AT delorie dot com *
4500         * src/misc.c, src/misc.h: Fix mkdir() in plugins.  Plugins include misc.h without having a valid config.h, which meant
4501         they'd get a build error.  This patch moves the error check into
4502         pcb's misc.c, which always has a config.h, and lets plugins have a
4503         MKDIR() macro that uses pcb's detected values.
4505 2011-03-22   DJ Delorie * dj AT delorie dot com *
4507         * src/hid/gerber/gerber.c: Add copy-outline mode New gerber export options to copy the outline layer onto one or more
4508         other layers.  Some fabs want the outline separate; others want it
4509         on a "working" layer.
4511 2011-03-22   DJ Delorie * dj AT delorie dot com *
4513         * src/misc.c: Allow space between value and units in GetValue().
4515 2011-03-22   Ineiev * ineiev AT users dot berlios dot de *
4517         * src/polygon.c: simplify an expression return to the form written in d5d894d977e610 (lost in
4518         2d8dc8a3a3a551)
4520 2011-03-06   Ineiev * ineiev AT users dot berlios dot de *
4522         * src/action.c, src/const.h, src/crosshair.c, src/gpcb-menu.res,
4523         src/hid/gtk/gui-misc.c, src/misc.c, src/misc.h, src/pcb-menu.res,
4524         src/set.c, src/set.h: (GTK HID) fix annoying decimals When in metric grid mode, the coordinates are displayed with
4525         irregular tails of nines, e.g. "116.9998 43.9999" when the grid is
4526         set to 1mm.  The fix includes using more precise metric-to-imperial and crosshair
4527         calculations and fitting crosshair values into metric grids.  To address the issue in a really reliable way we need at least one
4528         more separate variable, to explicitly mark the grid as metric (as
4529         opposed to the displayed units); this flag should also be saved in
4530         PCB files.  First reported by Kai-Martin Knaak.  Closes-bug: lp-699452 (sf-2117383) Closes-bug: lp-699169
4531         (sf-1741659)
4533 2009-11-27   Ineiev * ineiev AT users dot berlios dot de *
4535         * doc/pcb.texi: fix sections hierarhy
4537 2010-12-07   Felix Ruoff * Felix AT posaunenmission dot de *
4539         * src/action.c, src/buffer.c, src/djopt.c, src/fontmode.c,
4540         src/hid/gtk/gui-top-window.c, src/move.c: Cleanup action
4541         documentation Add missing documentation * Display(ToggleLockNames) * Display(ToggleOnlyNames) * Select(Object) Remove invalid documentation * Connection(Measure) * Display(Scroll, Direction) * Display(Step, direction, amount, units) Cosmetic modifications: * dots at end of sentences * capital letter at start of sentences * remove some curious signs at the beginning of some lines.  * fix a couple of typos Closes-bug: lp-699506
4543 2011-03-12   DJ Delorie * dj AT delorie dot com *
4545         * src/misc.h: Make io.h inclusion conditional on the mingw case.
4547 2011-01-23   Bob Paddock * bobpspam AT gmail dot com *
4549         * configure.ac, m4/m4_ax_func_mkdir.m4, src/hid/common/hidinit.c,
4550         src/hid/gtk/gui-config.c, src/misc.h: mkdir() takes only one
4551         argument under WIN32.  Add check whether mkdir() is mkdir or _mkdir, and whether it takes
4552         one or two arguments.  WIN32 mkdir takes one argument and POSIX
4553         takes two.  Use MKDIR() macro from misc.h everyplace to get correct behavior
4554         depending on platform.
4556 2011-01-23   Bob Paddock * bobpspam AT gmail dot com *
4558         * configure.ac, src/action.c, src/hid/png/png.c, src/main.c: Use
4559         rand() in place of random().  The 'random', 'srandom', functions are those from BSD derived
4560         UNIX's, and may not be available under WIN32.  The 'rand' and
4561         'srand' functions are required by the ANSI standard.  rand(): Return a random integer between 0 and RAND_MAX inclusive.
4562         random(): Return a random long integer between 0 and RAND_MAX
4563         inclusive.  Standard MinGW stdlib.h only supports rand() and RAND_MAX is limited
4564         to the 32 bit value of 32767, which is significantly smaller than
4565         that returned by random().  This turncation of range should not
4566         effect usage in our application.  Added srand( time(NULL) ) to main.c to set the seed.
4568 2010-12-31   Bert Timmerman * bert dot timmerman AT xs4all dot nl *
4570         * po/LINGUAS: Added an entry for the Dutch translation in LINGUAS.
4572 2010-12-31   Bert Timmerman * bert dot timmerman AT xs4all dot nl *
4574         * po/nl.po: First issue of the Dutch translation.
4576 2011-02-14   Krzysztof Kosciuszkiewicz * k dot kosciuszkiewicz AT gmail dot com *
4578         * src/hid/gtk/gui-library-window.c: hid/gtk: handle CTRL-C in
4579         library window Handle CTRL-C keypress in library window and copy name of the
4580         selected component into the default GTK clipboard.  The change facilitates workflow where one browses footprints in pcb
4581         and copies component names into gattrib or gschem.
4583 2011-03-10   Felix Ruoff * Felix AT posaunenmission dot de *
4585         * doc/pcb.texi: Describe layer groupings in GTK+ GUI Add information to the documentation where the 'Edit Layer Grouping'
4586         option can be found in the GTK+ GUI.  Closes-bug: lp-699175
4588 2011-03-07   Kai-Martin Knaak * kmk AT lilalaser dot de *
4590         * doc/pcb.texi: expand the regexp appendix in pcb manual  * Add special character "|" to concatenate  * Add special character $" to denote the end of a string  * Mention the special meaning of brackets.   * Make the table of examples conform to         "example -> description"  rather than the other way round.   * Add examples for the use of "|", "[]" and "{}".  Closes-bug: lp-723931
4592 2011-01-31   Markus Hitter * mah AT jump-ing dot de *
4594         * gts/.gitignore, tests/.gitignore: Clean up "git status" output.  Closes-bug: lp-710719
4596 2011-02-25   Stephen Ecob * silicon dot on dot inspiration AT gmail dot com *
4598         * src/draw.c: better heuristics for paste openings Prohibit paste windows wider than mask ones (suggested by Kai-Martin
4599         Knaak).  Suppress zero width paste windows (suggested by DJ Delorie).  Discussed on
4600         http://www.seul.org/pipermail/geda-user/2011-February/052413.html Closes-bug: lp-718342
4602 2011-02-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4604         * src/autoroute.c: Fix auto-router - we need to actually increment
4605         the dir variable! Was broken accidentally in commit
4606         5f0f788dc12a10a3c01ade7cf00d5ed63922ca47 (Initial C++ compatibility patch)
4608 2011-02-21   Ineiev * ineiev AT users dot berlios dot de *
4610         * src/polygon.c: fix polygon regression Introduced by 2d8dc8a3a3a55158b4e6278dd9f40588e4111c2d Reported by Kai-Martin Knaak
4612 2011-02-19   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4614         * src/draw.c: Fix solder mask drawing glitch in pcb Applied patch from lp-699498 by rdrehmel Closes-bug: lp-699498
4616 2011-02-10   DJ Delorie * dj AT delorie dot com *
4618         * src/strflags.c: Use onsolder for text, not auto.  The flags table wasn't using onsolder for text, which meant the
4619         default "auto" was used for it, which doesn't make sense.  This
4620         makes text on the solder side use the "onsolder" name instead.
4622 2011-01-27   DJ Delorie * dj AT delorie dot com *
4624         * src/hid/lesstif/main.c: Conditionally use "class" or "c_class"
4625         depending on the compiler language.  The X11 headers define some classes differently based on whether
4626         they're being used for C or C++, so we have to make our access to
4627         them conditional also.
4629 2011-01-27   DJ Delorie * dj AT delorie dot com *
4631         * src/hid/batch/batch.c: C++ compatibility for the batch HID.  Just a keyword rename (xor).
4633 2011-01-27   DJ Delorie * dj AT delorie dot com *
4635         * src/hid/lesstif/dialogs.c, src/hid/lesstif/lesstif.h,
4636         src/hid/lesstif/main.c, src/hid/lesstif/menu.c,
4637         src/hid/lesstif/styles.c: C++ compatibility for the lesstif HID.  Minor changes - casts, consts, keyword renames, so that the lesstif
4638         HID can be compiled as C or C++.
4640 2011-01-27   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4642         * src/change.c: change.c: Restore and clear to polygons when
4643         changing hole sizes This is more consistent with other code-paths and is useful if the
4644         thermal gemoetry were to depend in on the hole size (which it
4645         doesn't currently, but used to do before the clipper branch).
4647 2011-01-24   Markus Hitter * mah AT jump-ing dot de *
4649         * configure.ac: configure.ac: remove the now obsolete test for
4650         gethostname().  No longer required since commit
4651         00c556b02dfa0113eab62b894eff4cf5d55b8e5f  Reviewed-by: Peter Clifton * pcjc2 AT cam dot ac dot uk *
4652         Affects-bug: lp-703914
4654 2011-01-23   Markus Hitter * mah AT jump-ing dot de *
4656         * doc/gs/fb-blinker.pcb, doc/gs/fb-led-5.pcb, doc/gs/fb-led.pcb,
4657         doc/gs/fb-smt.pcb, doc/gs/term-annulus-1.pcb,
4658         doc/gs/term-clearance-1.pcb, doc/gs/term-element-1.pcb,
4659         doc/gs/term-pad-1.pcb, doc/gs/term-pin-1.pcb,
4660         doc/gs/term-platedhole-1.pcb, doc/gs/term-tented-1.pcb,
4661         doc/gs/term-thermal-1.pcb, doc/gs/term-thickness-1.pcb,
4662         doc/pad.pcb, doc/puller.pcb, doc/thermal.pcb, example/LED.pcb,
4663         example/LED2.pcb, tests/inputs/bom_general.pcb,
4664         tests/inputs/gcode_oneline.pcb, tests/inputs/gerber_oneline.pcb,
4665         tutorial/tut1.pcb: Remove all date, user and host comments on all
4666         test and sample files.  These items are no longer written, so sample files shouldn't contain
4667         them either. Usually, this was line 2...4.   Reviewed-by: Peter Clifton * pcjc2 AT cam dot ac dot uk *
4668         Affects-bug: lp-703914
4670 2011-01-23   Markus Hitter * mah AT jump-ing dot de *
4672         * src/file.c: src/file.c: don't write user name or date to the
4673         stored layout file.  Notes from Peter Clifton:   The consensus from bug lp-703914 was that that recording the
4674           username, data and host which produced the file is unnecessary and
4675           causes version control clashes which are otherwise unnecessary.   Reviewed-by: Peter Clifton * pcjc2 AT cam dot ac dot uk *
4676         Closes-bug: lp-703914
4678 2011-01-22   Bob Paddock * bobpspam AT gmail dot com *
4680         * src/action.c: Compiling with MinGW requires cast to const for
4681         _spawnvp to compile without warning.
4683 2011-01-22   Bob Paddock * bobpspam AT gmail dot com *
4685         * src/hid/gcode/gcode.c, src/hid/nelma/nelma.c: Add missing
4686         Message() prototype to remove warning about same.
4688 2011-01-22   Bob Paddock * bobpspam AT gmail dot com *
4690         * src/polygon1.c: Initialize min_dist to zero before using in if().
4692 2011-01-23   Newell Jensen * pillar2012 AT gmail dot com *
4694         * configure.ac, src/action.c, src/autoplace.c, src/autoroute.c,
4695         src/change.c, src/create.c, src/dbus-pcbmain.c, src/draw.c,
4696         src/drill.c, src/edif.y, src/file.c, src/find.c, src/free_atexit.c,
4697         src/global.h, src/heap.c, src/hid.h, src/hid/bom/bom.c,
4698         src/hid/common/actions.c, src/hid/common/draw_helpers.c,
4699         src/hid/common/extents.c, src/hid/common/flags.c,
4700         src/hid/common/hid_resource.c, src/hid/common/hidinit.c,
4701         src/hid/common/hidnogui.c, src/hid/gcode/gcode.c,
4702         src/hid/gerber/gerber.c, src/hid/gtk/gtkhid-gdk.c,
4703         src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-command-window.c,
4704         src/hid/gtk/gui-config.c, src/hid/gtk/gui-dialog-print.c,
4705         src/hid/gtk/gui-dialog-size.c, src/hid/gtk/gui-dialog.c,
4706         src/hid/gtk/gui-drc-window.c, src/hid/gtk/gui-library-window.c,
4707         src/hid/gtk/gui-log-window.c, src/hid/gtk/gui-misc.c,
4708         src/hid/gtk/gui-netlist-window.c, src/hid/gtk/gui-output-events.c,
4709         src/hid/gtk/gui-pinout-preview.c, src/hid/gtk/gui-top-window.c,
4710         src/hid/gtk/gui-utils.c, src/hid/gtk/gui.h, src/hid/nelma/nelma.c,
4711         src/hid/png/png.c, src/hid/ps/eps.c, src/hid/ps/ps.c, src/insert.c,
4712         src/intersect.c, src/main.c, src/misc.c, src/move.c, src/mtspace.c,
4713         src/mymem.c, src/netlist.c, src/parse_l.l, src/parse_y.y,
4714         src/polygon.c, src/polygon1.c, src/puller.c, src/rats.c,
4715         src/rats.h, src/report.c, src/rtree.c, src/toporouter.c,
4716         src/undo.c, src/vector.c, src/vendor.c: Initial C++ compatibility
4717         patch Doesn't cover lesstif or batch hids.  Makes source code build
4718         without warnings on C, and build with warnings on C++.
4720 2011-01-23   DJ Delorie * dj AT delorie dot com *
4722         * src/hid/lesstif/netlist.c: Add header for Draw() prototype.  Silences a warning building the lesstif hid.
4724 2011-01-23   DJ Delorie * dj AT delorie dot com *
4726         * src/edif.y: FindContext() takes an int, not a pointer.
4728 2011-01-14   Markus Hitter * mah AT jump-ing dot de *
4730         * INSTALL: INSTALL: add instructions on how to create configure.  Closes-bug: lp-702484
4732 2011-01-07   Jared Casper * jaredcasper AT gmail dot com *
4734         * configure.ac: Heed and remove warning issued by autoconf 2.68.  Starting in autoconf 2.68, "the macros AC_PREPROC_IFELSE,
4735         AC_COMPILE_IFELSE, AC_LINK_IFELSE, and AC_RUN_IFELSE now warn if the
4736         first argument failed to use AC_LANG_SOURCE or AC_LANG_PROGRAM to
4737         generate the conftest file contents." Closes-bug: lp-700180  Reviewed-by: Peter Clifton * pcjc2 AT cam dot ac *
4739 2009-02-20   Ineiev * ineiev AT users dot sourceforge dot net *
4741         * src/hid/gtk/gui-output-events.c: hid/gtk: Fix disappearing
4742         reference mark Fixes the following symptoms (Bug sf-1882970 reported by Steven
4743         Michalske): (0) when the cursor leaves the window,   the mark disappears (with attached objects);   when the cursor enters again, the mark   is redrawn only if there are any attached objects; (1) When there are no attached objects,   the mark disappears on button press, but is not   redrawn again when button press and release form   a click.   (Commit message edited by Peter Clifton * pcjc2 AT cam dot ac dot
4744         uk *)  Reviewed-by: Peter Clifton * pcjc2 AT cam dot ac dot uk * Closes-bug: lp-699244 Closes-bug: lp-699453
4746 2011-01-11   DJ Delorie * dj AT delorie dot com *
4748         * src/hid/lpr/lpr.c, src/hid/ps/ps.c: Fix postscript page scaling Calculate page sizes *after* selecting the page, not before.
4750 2011-01-10   DJ Delorie * dj AT delorie dot com *
4752         * src/misc.c: Calculate text bounding boxes based on that actual
4753         drawn glyphs.  Previously, a text's bounding box was calculated based on overall
4754         font metrics, not the actual glyphs.  This meant that text clearing
4755         a polygon would have far more space around it than called for.
4757 2011-01-10   DJ Delorie * dj AT delorie dot com *
4759         * src/file.c: Make new PCB active during parsing Set the global PCB pointer to the "new" pcb while it's being loaded.
4760         Some of the creation functions use the DRC values in PCB to compute,
4761         for example, bounding boxes.  Before, it used whatever was hanging
4762         around in the previous PCB (or the default values).
4764 2011-01-09   DJ Delorie * dj AT delorie dot com *
4766         * Makefile.am, configure.ac, gts/.gitignore, gts/Makefile.am,
4767         gts/NOTES, gts/bbtree.c, gts/boolean.c, gts/cdt.c, gts/container.c,
4768         gts/curvature.c, gts/edge.c, gts/eheap.c, gts/face.c, gts/fifo.c,
4769         gts/graph.c, gts/gts-private.h, gts/gts.h, gts/heap.c,
4770         gts/hsurface.c, gts/iso.c, gts/isotetra.c, gts/kdtree.c,
4771         gts/matrix.c, gts/misc.c, gts/named.c, gts/object.c, gts/oocs.c,
4772         gts/partition.c, gts/pgraph.c, gts/point.c, gts/predicates.c,
4773         gts/predicates.h, gts/psurface.c, gts/refine.c, gts/rounding.h,
4774         gts/segment.c, gts/split.c, gts/stripe.c, gts/surface.c,
4775         gts/triangle.c, gts/tribox3.c, gts/vertex.c, gts/vopt.c,
4776         src/Makefile.am, src/gts/.gitignore, src/gts/NOTES,
4777         src/gts/bbtree.c, src/gts/boolean.c, src/gts/cdt.c,
4778         src/gts/container.c, src/gts/curvature.c, src/gts/edge.c,
4779         src/gts/eheap.c, src/gts/face.c, src/gts/fifo.c, src/gts/graph.c,
4780         src/gts/gts-private.h, src/gts/gts.h, src/gts/heap.c,
4781         src/gts/hsurface.c, src/gts/iso.c, src/gts/isotetra.c,
4782         src/gts/kdtree.c, src/gts/matrix.c, src/gts/misc.c,
4783         src/gts/named.c, src/gts/object.c, src/gts/oocs.c,
4784         src/gts/partition.c, src/gts/pgraph.c, src/gts/point.c,
4785         src/gts/predicates.c, src/gts/predicates.h, src/gts/psurface.c,
4786         src/gts/refine.c, src/gts/rounding.h, src/gts/segment.c,
4787         src/gts/split.c, src/gts/stripe.c, src/gts/surface.c,
4788         src/gts/triangle.c, src/gts/tribox3.c, src/gts/vertex.c,
4789         src/gts/vopt.c: Add top-level build changes to enable C++
4790         compilation This patch moves GTS (gts.sourceforce.net) out of the src/ tree and
4791         gives it its own Makefile, and changes src/Makefile.am so that C++
4792         compilation is used if configure requests it.  ./configure --enable-build-with-cxx ./configure
4793         --disable-build-with-cxx (the default is disable at the moment) Makefiles with these lines will use C++ if the user requests it:  CC = @CC_OR_CXX@  CFLAGS = @CC_OR_CXX_FLAGS@
4795 2011-01-07   DJ Delorie * dj AT delorie dot com *
4797         * src/buffer.c: Support far-side polygons when converting buffer to
4798         element.
4800 2011-01-07   DJ Delorie * dj AT delorie dot com *
4802         * src/action.c: Fix command-injection bug in Import() Use "--" before the list of schematics, to prevent the src list from
4803         containing other gnetlist options (or arbitrary guile code)
4805 2011-01-07   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4807         * src/hid/gtk/gui-top-window.c: hid/gtk: Fix prelight state for
4808         layer button to show current status One of the ways we identify whether a layer is switched on or off is
4809         by changing the background colour of the GtkToggleButton
4810         representing that layer.  Fix the prelight (mouse-over) background style to match the current
4811         button state, so as to give immediate feed-back when the user
4812         presses the button, and make the interface less confusing.  Closes-bug: lp-699150
4814 2010-12-28   Felix Ruoff * Felix AT posaunenmission dot de *
4816         * src/hid/gtk/gui-command-window.c, src/hid/gtk/gui-dialog-size.c,
4817         src/hid/gtk/gui-misc.c, src/hid/gtk/gui-output-events.c,
4818         src/hid/gtk/gui-top-window.c: hid/gtk: Modify window title to match
4819         the GNOME Human Interface Guidelines Modifies the title of the main window as suggested in the GNOME HIG:
4821         (http://library.gnome.org/devel/hig-book/nightly/windows-primary.html)The following will be shown there:  - A star (*) if the layout has unsaved changes (this patch also    removes this sign from the statusbar, where it currently is)  - The name of the layout, if set in the config-dialog    ('Put layout name on the window title bar')  - The filename (in braces, if layout name is shown)  - The string " - PCB" Closes-bug: lp-699509  Acked-by: Peter Clifton * pcjc2 AT cam dot ac
4822         dot uk * (Also modified commit message)
4824 2011-01-05   DJ Delorie * dj AT delorie dot com *
4826         * src/select.c: Fix "select pads on hidden far side" If an SMT pad is on the far side of the board, and the far side
4827         layer is not visible, do not select that pad.  Exception: if that
4828         pad is part of an element which *is* on the visible side, the pad is
4829         selected as part of selecting the whole element.  But, elements on
4830         the far side (the common case) won't have their pads selected when
4831         those pads aren't visible.
4833 2011-01-04   DJ Delorie * dj AT delorie dot com *
4835         * src/hid/lesstif/main.c: Allow zoom-out-past-board for Lesstif The lesstif GUI has been modified two ways: 1. You may zoom out "past" the board, making the board smaller than
4836         the window.  Note that the crosshair is still limited to the board's
4837         extents.  2. You may pan the board so that edges need not be on the edge of
4838         the window, such as centering an edge for inspection.  Note that the smallest the board can be is 1/10th the window size.
4839         While this is arbitrary, it's easily changed if needed, and avoids
4840         problems with miniscule boards (and thus maxiscule coordinate
4841         systems).  The 'v' key still zooms the board to fit, but now centers the board
4842         in the window rather than placing it at the upper left.
4844 2011-01-04   DJ Delorie * dj AT delorie dot com *
4846         * src/hid/lesstif/netlist.c: ResetConncetions -> ResetConnections Typo.
4848 2011-01-04   DJ Delorie * dj AT delorie dot com *
4850         * src/hid/lesstif/menu.c: Fix lesstif segfault in key handling.  When a key handler calls an action, the key table might change
4851         before the action returns (via nested key handlers), so save a
4852         pointer to the table we're parsing to ensure it will be around when
4853         we return.
4855 2011-01-04   DJ Delorie * dj AT delorie dot com *
4857         * lib/geda.inc: Add 80-pin headers.  Add 80 pin DIP and Ribbon 0.1" header macros to the usual list.
4859 2010-12-28   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4861         * src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-netlist-window.c,
4862         src/hid/gtk/gui.h: hid/gtk: Fix warping pointer to correct location
4863         from netlist window We weren't updating the pointer location after having panned the
4864         connection into the center of the screen.  Also fixes the open-coded panning code to work for flipped views.
4865         The patch is pretty horrible at best, but appears to fix the issue.  Unfortunately the locical call to use (the "Center" action) cannot
4866         be made through the generic action code as we need to specify the
4867         location explicitly. We could perhaps export the Centre action
4868         function, or refactor it as a wrapper around a helper function which
4869         we would then export and call.  I aim to eventually rework the GTK HID's coordinate transforms
4870         (including flipped views), event handling, view panning and pointer
4871         warping in order to give greater sepeatation between the renderer
4872         agnostic parts of the HID and the renderer. This will be needed for
4873         the 3D portions of the PCB+GL branch.  It seems most sensible to start refactoring from a state where the
4874         existing code at least functions correctly (even if it isn't
4875         pretty), rather than work in fixes as I refactor.
4877 2010-12-27   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4879         * src/hid/gtk/gtkhid-gdk.c, src/hid/gtk/gtkhid-main.c: hid/gtk:
4880         Remove unused Vx2 and Vy2 functions from gtkhid-{main,gdk}.c
4882 2010-12-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4884         * src/hid/gtk/gui-output-events.c: hid/gtk: Remove unused file scope
4885         variables event_x and event_y
4887 2010-12-27   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4889         * src/hid/gtk/gtkhid-main.c: hid/gtk: Compute warp pointer offset
4890         without reading current position This is closer to the way the old code which used the an
4891         XWarpPointer call worked, and makes the two code-paths where we warp
4892         the pointer consistent. Also, remove some unnecessary comments which
4893         were more relevant to explain why we previously had too
4894         implementations.
4896 2010-12-27   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4898         * src/hid/gtk/gtkhid-main.c: hid/gtk: Fix "Center" action in a
4899         couple of ways We need to update the adjustments together otherwise the center
4900         action will only work on one axis at a time.  Fix typo for out-of bounds check which mixed width and height.
4902 2010-12-27   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4904         * configure.ac, src/hid/gtk/gtkhid-main.c: hid/gtk: Clean up mouse
4905         warping code now we require a later GTK version Remove the X11 specific implementation and remove some comments in
4906         the GDK one which were more relevant to explain why we previously
4907         had two implementations.
4909 2010-12-27   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4911         * src/hid/gtk/gui-dialog.c: Cleanup conditional code now we require
4912         a later GTK version
4914 2010-12-27   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4916         * configure.ac: Bump required GTK version in configure.ac test to
4917         2.12 This is required, as we utilise some of the newer APIs.  NB: GTK+ 2.12.0 was released in September 2007
4919 2010-12-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4921         * src/hid/gtk/gui.h: hid/gtk: Remove unused DRAW_Z, VIEW_Z macros
4923 2010-12-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4925         * src/hid/gtk/gui-output-events.c: hid/gtk: Don't avoid panning when
4926         further X11 events are pending Since we are using motion hints, we should not get bogged down with
4927         motion events, so we should probably just act upon them.
4929 2010-12-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4931         * src/hid/gtk/gui-output-events.c, src/hid/gtk/gui-top-window.c,
4932         src/hid/gtk/gui.h: hid/gtk: Use motion notify events to avoid too
4933         rapid pointer events Not fixing a specific problem - just a backport from the GL branch.
4935 2010-12-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4937         * src/find.c, src/find.h, src/hid/gtk/gui-netlist-window.c,
4938         src/hid/lesstif/netlist.c, src/rats.c, src/select.c: Revert undo
4939         changes relating to RatFindHook calls This reverts commit 1aac06b665330507ca42f380e38f32875a979cd9          and commit d3b508ca272b7d89aa27f552ab78943f9bed27f9.  I made a mistake by assuming the undo data saved by the RatFindHook
4940         (when looking up nets to select) was redundant. I had presumed this
4941         since the flags being set are reset again before we finish
4942         processing.  What actually happens, is that further processing sets the SELECTED
4943         flag on the FOUND objects. Undo data is saved for the SELECTED flag
4944         addition, which stores the previous flags of the object. When an
4945         undo is performed, it also restores the FOUND flag we wanted to keep
4946         unset.  In order to get back to our original state, we need the RatFindHook
4947         to store undo information for when the FOUND flag was initially set.  The ResetConnections() call after the RatFindHook should still be ok
4948         not saving undo information, as it only touches object flags which
4949         will be restored anyway by the undo data now saved by the
4950         RatFindHook.  NB: Revert was manually modified to retain an indenting change in
4951         find.c and to add the required changes to select.c, which had
4952         additions using the RatFindHook API since the above reverted commits
4953         were made.
4955 2010-12-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4957         * src/action.c, src/find.c, src/report.c, src/set.c: Remove Draw()
4958         call from ResetFound*() Let the caller do it This allows multiple changes to be grouped into one repaint
4959         operation.  Use this where appropriate, such as the Netlist lookup
4960         functions.
4962 2010-12-23   Martin Kupec * martin dot kupec AT kupson dot cz *
4964         * src/action.c, src/const.h, src/select.c: Add NetByName to the
4965         select action options v2: Check Net name appropriately v3: Ensure we set the changed flag  Reviewed-by: Peter Clifton * pcjc2 AT cam dot ac dot uk *
4967 2010-12-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4969         * src/find.c, src/find.h, src/hid/gtk/gui-netlist-window.c,
4970         src/hid/lesstif/netlist.c, src/rats.c: find.c: Remove "undo"
4971         parameter to RatFindHook Since all callers pass false for the "undo" parameter since the last
4972         commit, remove it from the function prototype.  NB: The file-global variable "User", which it previously set can be
4973         assumed to be false, as it defaults to false - and is restored after
4974         any code which temporarily sets it to true.
4976 2010-12-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4978         * src/hid/gtk/gui-netlist-window.c, src/hid/lesstif/netlist.c: We
4979         don't need the RatFindHook to save undo state when doing netlist
4980         lookup We already save undo information to get to a known state when
4981         resetting the FOUND flags. Since we later reset back to this state,
4982         we don't need to save undo data.
4984 2010-12-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4986         * src/hid/gtk/gui-netlist-window.c, src/hid/lesstif/netlist.c: Fix
4987         netlist selection to save undo information for wiped "FOUND" flags When we wipe the found flags on objects, we should also queue them
4988         for redraw - this fixes that too, as the ResetConnections() argument
4989         controls both redraw AND saving undo data.
4991 2010-12-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
4993         * src/hid/gtk/gui-netlist-window.c, src/hid/lesstif/netlist.c: 
4994         Remove unneeded Undo serial number save / restore in netlist lookup The RatFindHook function does not call anything which will increment
4995         the Undo serial number, so the save / restore calls are not
4996         required.
4998 2010-12-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5000         * src/action.c, src/autoroute.c, src/find.c, src/find.h,
5001         src/hid/gtk/gui-netlist-window.c, src/hid/lesstif/netlist.c,
5002         src/rats.c, src/report.c, src/set.c, src/toporouter.c: Fix broken
5003         undo handling for ResetFound*() and ResetConnections() Many callers have this idiom:   SaveUndoSerialNumber ();   ResetFoundPinsViasAndPads (AndDraw);   RestoreUndoSerialNumber ();   ResetFoundLinesAndPolygons (AndDraw); The intent is to squash the two operations into one undo operation.
5004         The ResetFound* functions DO increment the Undo serial number but
5005         ONLY if that particular function makes a change.  Assume for the example that the first ResetFound* call makes some
5006         change and increments the serial number. This is then reset by the
5007         caller. If the second ResetFound* call doesn't find anything, there
5008         is no overall increment to the serial number.  Move the undo serial number handling out of the ResetFound* calls,
5009         and let the callers increment the serial number if desired. To
5010         facilitate this, return a boolean value from these functions to
5011         indicate whether any changes were made which could be undone.  For convenience, expose previously static find.c function
5012         ResetConnections() in order to avoid repeating Undo handling in each
5013         caller to the two ResetFound* functions which are often called
5014         together.
5016 2010-12-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5018         * src/action.c, src/hid/gtk/gui-netlist-window.c,
5019         src/hid/lesstif/netlist.c, src/select.c: select.c: Remove Draw()
5020         call from SelectConnection Make callers responsible for calling the final Draw(), to avoid
5021         multiple redraws if other operations are to occur, such as changing
5022         "FOUND" flags on objects after making the selection.
5024 2010-12-23   Patrick Bernaud * patrickb AT chez dot com *
5026         * src/free_atexit.h: Fix substitutions for leaky_*alloc functions
5028 2010-12-22   Tibor Palinkas * geda AT igor2 dot repo dot hu *
5030         * src/hid/gtk/gui-top-window.c: hid/gtk: Use leaky_* functions for
5031         deliberate leaks in ghid_ui_info_append Allocate cached temporary memory with the leak_* memory allocation
5032         wrapers which allow these to be freed at exit.
5034 2010-12-22   Tibor Palinkas * geda AT igor2 dot repo dot hu *
5036         * src/free_atexit.c, src/free_atexit.h: free_atexit.c: Add
5037         leaky_calloc() function for deliberately leaked calloc's Stores a pointer to the calloc'd memory to be free'd at exit of the
5038         program. Returned memory must not be free'd manually.
5040 2010-12-22   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5042         * src/report.c: report.c: Fix missing return value
5044 2010-12-22   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5046         * src/toporouter.c: toporouter.c: Make inline functions "static
5047         inline" gcc builds break for CFLAGS="-g" only builds (no -O2). Inlineing is
5048         only performed when optimisation is enabled, and unless we make all
5049         local inlined functions "static inline", it does not emit the
5050         non-inlined assembly for them, resulting in undefined symbols at
5051         link time.
5053 2010-12-22   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5055         * src/hid/gtk/gtkhid-gdk.c, src/hid/gtk/gtkhid-main.c,
5056         src/hid/gtk/gui-output-events.c, src/hid/gtk/gui.h: hid/gtk: Move
5057         more gdk specific drawing routines to gtkhid-gdk.c
5059 2010-12-22   Tibor Palinkas * geda AT igor2 dot repo dot hu *
5061         * src/Makefile.am, src/free_atexit.c, src/free_atexit.h, src/main.c: 
5062         Add leaky_{malloc,realloc} functions for deliberate non-free'd
5063         allocations These are to be used for local allocations made and cached for the
5064         lifetime of the program (never free'd). Typically, these are stored
5065         in a static char * variable (or similar) within a function.  The leaky_*() functions store the addresses of all memory they
5066         allocate, and for debugging builds, free it upon exit of the
5067         program, thus allowing leak detectors such as valgrind to ignore our
5068         deliberate "leaks".  The memory returned by leaky_*() must not be free'd.  Build system and PCB integration, and leaky_atexit.c reindenting by
5069          Peter Clifton * pcjc2 AT cam dot ac dot uk *
5071 2010-12-21   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5073         * src/parse_l.l: parse_l.l: Fix warning implicit definition of
5074         function â€˜CreateBeLenient’ Warning was introduced in commit
5075         e8dd18a2f7b83c6108d2c9398903d4be92e22d4c The required prototype was
5076         added to create.h, but create.h was not included in parse_l.l Note to developers: Please "make clean" and build with "make -s" before pushing changes.
5077         This kind of bug is really easy to catch, and I just recently spent
5078         a log of effort cleaning up PCB's compile so we can catch real bugs! Pretty please?
5080 2010-12-20   Martin Kupec * martin dot kupec AT kupson dot cz *
5082         * src/action.c: action.c: Change macro ARG, to return NULL instead
5083         of 0 When the argument number requested does not exist, return NULL, not
5084         0, as this is more in keeping with the type (char *) normally
5085         returned.   Commit message modified by Peter Clifton * pcjc2 AT cam dot ac dot
5086         uk *
5088 2010-12-20   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5090         * : commit 7392b020deca9ef155f3b1449f1ad8fac6d6083b  Author: Peter
5091         Clifton * pcjc2 AT cam dot ac dot uk * Date:   Mon Dec 20 13:54:41
5092         2010 +0000
5094 2010-12-20   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5096         * src/crosshair.c, src/search.c, src/search.h: Improve grid snapping
5097         heuristics
5099 2010-12-19   DJ Delorie * dj AT delorie dot com *
5101         * src/create.c, src/create.h, src/parse_l.l: Allow via copper to
5102         overlap; preserve illegal vias from file.  Reduce "overlapping via" tests to check for overlapping drills, not
5103         overlapping copper.  If a file being loaded has "illegal" vias, load
5104         them anyway - the check only happens at create time, if the user
5105         figures out a way around it, preserve it.
5107 2010-12-16   DJ Delorie * dj AT delorie dot com *
5109         * src/rats.c: Further work on rats patch.  Add a lot of comments to clarify what's happening in that function
5110         (the previous patch was bogus because the function re-uses a
5111         structure in an unintended way).  Fixed the logic to be mew
5112         paranoid.
5114 2010-12-16   DJ Delorie * dj AT delorie dot com *
5116         * src/rats.c: Fix rats bug (SF 3137324) When adding rats from a netlist, we want to skip nets with too few
5117         connections, not netlists with too few nets.
5119 2009-02-20   Ineiev * ineiev AT users dot sourceforge dot net *
5121         * src/report.c: report object coordinates in selected units SF patch 1621915 HOW TO TEST load a pcb; Ctrl-R on objects of different types; the
5122         reported units should be either mm or mils according to selected
5123         units 04 Oct 2010: merged with Joerg Wunsch's patch 2995918 "Add
5124         human-readable info to polygon report"
5126 2010-12-12   Ineiev * ineiev AT users dot berlios dot de *
5128         * src/polygon.c: [PATCH] fix bug 2793480 (vias/arcs-to-polygon
5129         clearances) frac_circle(): introduce radius_adjustment factor to make the
5130         polygon outline the arc rather than connet points on the arc ArcPolyNoIntersect(): compute number of segments so that polygon
5131         diverges from the arc no more than 0.02 of required thickness;
5132         adjust outer "arc" radius like in frac_circle()
5134 2010-12-11   DJ Delorie * dj AT delorie dot com *
5136         * src/file.c: Check for special name "(local)" to mean "." When expanding a tree of footprints, we want the symbolic name
5137         "(local)" to mean the "." subdir.  Now that we check for chdir()
5138         failures, we can no longer "just work" because the chdir didn't
5139         change directories.
5141 2010-12-11   David Dandar * ddandar AT users dot sourceforge dot net *
5143         * src/action.c: Let RealignGrid align grid to a pin or pad snap.  SF patch 2476262: Realign grid has been broken for a while. Darn mm and mil mix
5144         components were killing me. I got desperate and fixed it, but I'm
5145         not sure if it's the right fix. It does work though. Hope this
5146         helps.
5148 2010-12-11   Seb James * seb AT esfnet dot co dot uk *
5150         * src/rats.c: SF patch 1674895: This crash occurs in rats.c, around line 610 in the function
5151         DrawShortestRats() where CreateNewRat() is called with some
5152         arguments which don't exist.  It occurred for me when I tried to "optimize rats nest" on an
5153         invalid design.  There's no check in DrawShortestRats() that the firstposition and
5154         secondposition pointers are not NULL.  firstposition->X (and Y) and
5155         secondposition->X (and Y) are passed as arguments to CreateNewRat().
5156         It is possible in some cases that firstposition and secondposition
5157         are not reset from 0 in the code preceding the call to
5158         CreateNewRat(). In these cases a segfault will occur.
5160 2010-10-09   Cesar Strauss * cstrauss AT not2005 dot cea dot inpe dot br *
5162         * configure.ac, src/action.c: Check for the _spawnvp function and
5163         use it if present.
5165 2010-10-09   Cesar Strauss * cstrauss AT not2005 dot cea dot inpe dot br *
5167         * src/.gitignore: Ignore generated files on Windows.
5169 2010-12-07   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5171         * src/action.c, src/buffer.c, src/command.c, src/create.c,
5172         src/drill.c, src/file.c, src/find.c, src/hid/common/flags.c,
5173         src/hid/gerber/gerber.c, src/hid/gtk/gtkhid-gdk.c,
5174         src/hid/gtk/gui-dialog-size.c, src/hid/gtk/gui-top-window.c,
5175         src/hid/lesstif/main.c, src/hid/lesstif/menu.c,
5176         src/hid/lesstif/styles.c, src/intersect.c, src/main.c, src/misc.c,
5177         src/mymem.c, src/mymem.h, src/netlist.c, src/parse_l.l,
5178         src/parse_y.y, src/rats.c, src/remove.c, src/report.c, src/undo.c: 
5179         Remove My* memory allocation routines. Just use the standard APIs
5180         directly This means the following changes:   1.  Replace all calls to MyCalloc()  with calls to calloc()   2.  Replace all calls to MyMalloc()  with calls to malloc()   3.  Replace all calls to MyRealloc() with calls to realloc()   4.  Replace all calls to SaveFree()  with calls to free()   5a. Where the MYFREE(x) macro is used and its pointer clearing
5181               side- effect is required, call free (x); and (x) = NULL; directly.    5b. Where the MYFREE(x) macro is used, and (x) is immediately re-       assigned, or its location free'd or zero'd, skip the (x) =
5182               NULL;   6. Replace all calls to MyStrdup() with calls to the STRDUP(x)
5183              macro, which expands to (((x) != NULL) ? strdup (x) : NULL).  NB: The previous commit already replaced various known "safe" calls
5184             of MyStrdup() with strdup(), when the argument is known to be
5185         non-NULL.    1,2,3 and 6. mean that we discard the following features of the   mymem.c allocators:     7. Logging messages when MEM_DEBUF defined     8. Logic to assign 1 unit of memory if 0 is requested     9. Allocation failure handling via MyFatal() -> EmergencySave()  With feedback from Stephen Ecob * silicon dot on dot inspiration AT
5186         gmail dot com * 7. Is old debug code which is rarely (if ever) used. Current debug
5187            tools such as Valgrind can do a much better job of memory debugging
5188         now.  8. This is really papering over the possibility of a caller bug, and    should never have been included in the first place.  9. This is unlikely to actually ever save someone from loosing their
5189         PCB.  Patch created with the assistance and testing of  Stephen Ecob *
5190         silicon dot on dot inspiration AT gmail dot com *
5192 2010-12-07   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5194         * src/action.c, src/buffer.c, src/copy.c, src/create.c, src/file.c,
5195         src/fontmode.c, src/main.c, src/misc.c, src/move.c, src/netlist.c,
5196         src/rats.c: Convet some "safe" usage of MyStrdup to plain strdup These cases are ones where we know the caller will not risk passing
5197         a NULL string to duplicate.  Patch created with the assistance and testing of  Stephen Ecob *
5198         silicon dot on dot inspiration AT gmail dot com *
5200 2010-12-09   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5202         * src/create.c: Ensure CreateNewText() returns NULL if called with
5203         NULL text.  Ensuring that text will not be NULL allows us to replace the
5204         MyStrdup call with a simple strdup.
5206 2010-12-10   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5208         * src/file.c: file.c: c Attempt to handle failure of
5209         GetWorkingDirectory() and chdir() Report the error to the user if any GetWorkingDirectory or chdir
5210         call fails. Add attempts to change back to the original working
5211         directory on error paths.  Ideally, these functions would be re-implemented to operate without
5212         changing the current working directory at all.
5214 2010-12-10   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5216         * src/action.c, src/change.c: Plug some memory leaks of strings
5217         returned from gui->prompt_for()
5219 2010-12-10   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5221         * src/vendor.c: vendor.c: Fix memory leak and unused variable in
5222         ActionLoadVendorFrom() Also, don't bother testing x != NULL before calling free (x).
5224 2010-12-10   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5226         * src/hid/common/hidnogui.c: hid/common: Fix / re-write
5227         nogui_{prompt_for,fileselect,confirm_dialog}() Fixes some pretty nasty bugs in these functions: 1. These functions must return allocated memory, strdup will do
5228         nicely.  2. fgets will insert the newline character into the buffer, so we
5229            need to check if we just got a '\r' or '\n' as our first character,
5230             not just '\0' when deciding whether to return the default string or
5231         not.  3. DO NOT strcpy a the default string...     we don't know if it will overflow our buffer 4. For the "fileselect" case, return NULL if the user didn't give us
5232            a filename, and the caller didn't specify a default string. Prompt
5233            for will return strdup (""), equivalent to what it previously did.
5235 2010-12-10   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5237         * src/hid/batch/batch.c: hid/batch: Use hidnogui as a default base
5238         hid to avoid code duplication
5240 2010-12-09   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5242         * src/action.c: action.c: Mark some strings as translateable in
5243         ActionImport()
5245 2010-12-09   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5247         * src/misc.c, src/misc.h, src/mymem.c, src/mymem.h: Make the strings
5248         passed to AttributePutToList and MyStrdup (const char *) Silences some compiler warnings when using const char * strings.
5250 2010-12-09   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5252         * src/hid/lesstif/dialogs.c, src/hid/lesstif/main.c,
5253         src/hid/lesstif/menu.c, src/hid/lesstif/netlist.c,
5254         src/hid/lesstif/styles.c: hid/lesstif: Revert some Boolean->bool
5255         type changes as required by Xt* APIs This is a partial revert of commit
5256         ad5eb5a165442be38624aa622beeb57dc1d2afbd For consistency, I have also reverted the changes of True->true and
5257         False->false when calling  X11 APIs.
5259 2010-12-09   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5261         * src/hid/lesstif/dialogs.c: hid/lesstif: Use an intervening size_t
5262         casts to aovid compiler warnings This is to avoid the compiler warning us what we already know.. that
5263         we are passing an integer value cast into what might be a different
5264         sized pointer. (On 64 bit builds).
5266 2010-12-09   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5268         * src/hid/batch/batch.c: hid/batch: Add some missing header files
5269         for prototypes
5271 2010-12-09   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5273         * src/Makefile.am, src/hid/batch/batch.c, src/hid/common/hidinit.h,
5274         src/hid/gcode/gcode.c, src/hid/gerber/gerber.c, src/hid/lpr/lpr.c,
5275         src/hid/nelma/nelma.c, src/hid/png/png.c, src/hid/ps/eps.c,
5276         src/hid/ps/ps.c: hid/common: Provide a header to define
5277         hid_parse_command_line() Avoids having each caller having to pull it in with an extern
5278         declaration.
5280 2010-12-09   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5282         * src/Makefile.am, src/hid/batch/batch.c, src/hid/common/actions.h,
5283         src/main.c: hid/common: Provide a header file to define
5284         print_actions() Avoids having each caller having to pull it in with an extern
5285         declaration.
5287 2010-12-09   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5289         * src/hid/batch/batch.c: Fix function prototypes and dummy return
5290         values for batch HID Most of these are dummy functions, but we should get the prototypes
5291         right! Also, return 0 from dummy functions which are supposed to
5292         return an integer.  Fixes various compiler warnings.
5294 2010-12-09   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5296         * src/hid.h, src/hid/batch/batch.c, src/hid/common/hidnogui.c,
5297         src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-dialog.c,
5298         src/hid/gtk/gui.h, src/hid/lesstif/dialogs.c,
5299         src/hid/lesstif/lesstif.h: HID: Make arguments to the prompt_for
5300         method const char *, not char * Avoids compiler warnings calling gui->prompt_for() with a const char
5301         *
5303 2010-12-09   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5305         * src/action.c: Rename "r" variables used in calls to GetValue() to
5306         be more descriptive A purely cosmetic change.
5308 2010-12-09   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5310         * src/action.c: action.c: Fix data types in GetValue calls We passed an (int *) rather than a (bool *) in ActionImport() and
5311         parse_layout_attribute_units()
5313 2010-12-09   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5315         * src/misc.c, src/misc.h: Change unmodifed parameters to GetValue to
5316         const char * Silences some compiler warnings in action.c
5318 2010-12-09   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5320         * src/autoroute.c: autoroute.c: #if 0 out an unused static function
5321         add_clearance() Silences compiler warning.
5323 2010-12-09   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5325         * src/djopt.c: djopt.c: #if 0 out an unused static function
5326         nudge_corner() Silences a compiler warning.
5328 2010-12-09   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5330         * src/buffer.c: buffer.c: Declare variables before code in
5331         ActionFreeRotateBuffer() Avoids compiler warning "ISO C90 forbids mixed declarations and
5332         code"
5334 2010-12-09   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5336         * src/change.c: change.c: Remove unused variable in
5337         ChangeElementText()
5339 2010-12-09   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5341         * src/action.c: Remove unused variables in ActionElementList() and
5342         ActionImport()
5344 2010-12-09   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5346         * src/action.c: Add missing return value in ActionImport()
5348 2010-12-09   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5350         * src/rtree.c: Silence used function warning for __r_tree_is_good()
5351         (Non-debug builds) __r_tree_is_good() and its helper functions are only used when
5352         debugging, and are called from assert() macros. If "NDEBUG" is
5353         defined, these expand to nothing, and the function is not called.  Wrap __r_tree_is_good() and its helper, __r_tree_node_is_good() with
5354         #ifndef NDEBUG
5356 2010-12-09   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5358         * src/file.c: file.c: The "elapsed" variable in LoadPCB is debugging
5359         only Silence compiler warning by moving it inside the #ifdef DEBUG
5361 2010-12-09   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5363         * src/flags.c: flags.c: Avoid compiler warning when casting our
5364         OffsetOf value Strictly, our OffsetOf calculation "could" return a number as large
5365         as the pointer size on the system - so the compiler will complain
5366         when we squash it directly into an int. Casting via a size_t will
5367         avoid the warning.  Our structure offsets are small, so this is safe - if somewhat ugly.
5369 2010-12-09   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5371         * src/toporouter.c: Toporouter: Comment unused debug variable Silences compiler warning
5373 2010-12-09   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5375         * src/gts/pgraph.c: gts: Comment some unused variables left as
5376         placeholders Silences compiler warnings
5378 2010-12-09   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5380         * src/gts/edge.c: gts: Add cast to silence compiler warning
5382 2010-12-09   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5384         * src/parse_l.l, src/res_lex.l: *.l: Add #define YY_NO_INPUT to
5385         avoid defining unused "input()" function Silences compiler warnings
5387 2010-12-09   Stephen Ecob * silicon dot on dot inspiration AT gmail dot com *
5389         * src/buffer.c: Fix SmashBufferElement(), broken by fixing a memory
5390         leak in FreeDataMemory() Commit 466b0183758ef3ca44623c43de60a233b175d2ad broke
5391         SmashBufferElement() by changing FreeDataMemory() (which
5392         SmashBufferElement() calls via ClearBuffer()).  SmashBufferElement()
5393         depended on the memory leak of Data->Element in FreeDataMemory().  This patch removes the dependence on the leak.   Commit-message-reformatted-by: Peter Clifton * pcjc2 AT cam dot ac
5394         dot uk *
5396 2010-12-07   Stephen Ecob * silicon dot on dot inspiration AT gmail dot com *
5398         * src/misc.c, src/mymem.c: Fixed some memory leaks associated with
5399         the global PCB structure.
5401 2010-11-28   DJ Delorie * dj AT delorie dot com *
5403         * src/djopt.c: Store is_pad flag for each line rather than trying to
5404         deduce if a line is a pad or not.
5406 2010-11-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5408         * : commit 093a606b182229c8e28118ace1be7d6b6ad5cf7f  Author: Peter
5409         Clifton * pcjc2 AT cam dot ac dot uk * Date:   Fri Nov 26 03:26:08
5410         2010 +0000
5412 2010-11-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5414         * src/polygon1.c: Various speedups to the polygon code.  Attempt to fix polygon slowness by avoiding the need to create a
5415         completely new polygon for each boolean operation. This mostly
5416         relies upon r-tree searches to find contours to operate on - rather
5417         than searching each in turn.  We avoid labelling all of the "A" polygon's contours, use the
5418         contour r-trees to dynamically search the required data.  Added code to reparent holes which end up in the wrong polygon piece
5419         after inserting a new hole in InsertHoles. This means we don't have
5420         to dump every potental hole we encounter in the holes insersion
5421         queue, hopefully leading to better dynamic update performance.  At this point, polygon performance has finally seen a net gain.  HOWEVER: Due to differences in the order of polygon operations, the          data-structures resulting from a boolean polygon operation          may be sorted differently.           In certain contrived cases, where a polygon is clipped into          identically sized pieces, the resulting piece of polygon          which PCB will keep and use on the board is different after          this commit.
5423 2010-11-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5425         * src/polygon1.c: Use heap structure to insert holes quicker in
5426         InsertHoles()
5428 2010-11-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5430         * src/polyarea.h, src/polygon.c, src/polygon1.c: Optimise polygon
5431         operations by keeping an rtree of POLYAREA contours Attempt to speed up the intersect() routine using this rtree rather
5432         than generating a new one at each call.  Due to the increased overheads of keeping an r-tree up to date,
5433         there is a significant overall slow-down at this point in the patch
5434         series.
5436 2010-11-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5438         * src/polygon1.c: Use rtree of countours when computing an
5439         intersection NOTE: This is more complex than the existing code, and on its own,       actually slows things down a little.        The intention is that the r-tree should be maintained
5440               continually, so it doesn't need to be recreated with each call
5441         to intersect().
5443 2010-11-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5445         * src/polygon.c: polygon.c: Accumulate vias and lines into batches
5446         before subtracting them Accumulate polygons to clear from lines and pins in batches, then
5447         clear from the polygon. Not quite sure why, but this _really_ seems
5448         to speed up loading very complex boards. (e.g. 50sec -> 10sec for
5449         one example).  Possibly this is because withing the assembled batches, it is
5450         cheaper to produce a more unified contour (touching lines), and the
5451         complex contours of the main polygon are broken less frequently.  It isn't quite clear why this helps so much for pins / vias (which
5452         won't usually touch each-other), however it changes a 50sec load
5453         time to 10 sec.  This could perhaps be because any contours which
5454         are smashed by clearance of closely spaced vias / pins now only
5455         incurr the penalty of breaking the main contour once every batch
5456         (100 vias / pins).  Batch sizes (20 for lines, 100 for pins / vias) aren't necessarily
5457         optimal! Also, clear pins and vias last...  There is a chance these objects are simpler, and just end up as
5458         holes in the main polygon, rather than causing a contour
5459         intersection. This means it is cheaper to add them last.  If we add them first, and make the polygon complex, objects (usually
5460         lines) which pierce the polygon's outer contour cause all the holes
5461         to be removed and queued for re-insersion after the new contour is
5462         constructed.
5464 2010-11-07   DJ Delorie * dj AT delorie dot com *
5466         * lib/geda.inc: Add more ACY, ACPY, ALF, RCY, RCYP, JUMPER, and
5467         HEADER macros to fill in the gaps.
5469 2010-11-07   DJ Delorie * dj AT delorie dot com *
5471         * src/toporouter.c: Comment out code to dump toporouter surfaces.
5473 2010-09-29   DJ Delorie * dj AT delorie dot com *
5475         * NEWS: Update NEWS from ChangeLog
5477 2010-09-29   DJ Delorie * dj AT delorie dot com *
5479         * ChangeLog: Update ChangeLog from git logs.
5481 2010-09-29   DJ Delorie * dj AT delorie dot com *
5483         * po/POTFILES.in: Fix for distcheck errors.
5485 2010-09-29   DJ Delorie * dj AT delorie dot com *
5487         * src/action.c: Make new text clear polygons
5489 2010-09-20   DJ Delorie * dj AT delorie dot com *
5491         * src/parse_l.l: Don't print "can't open ./default_font for reading"
5492         all the time
5494 2010-09-19   DJ Delorie * dj AT delorie dot com *
5496         * src/file.c, src/parse_l.l: Wrap more messages in debug Messages about where fonts were found, or how many milliseconds it
5497         takes to load a file, are not normally needed.  Wrap them in DEBUG
5498         conditionals.
5500 2010-09-14   DJ Delorie * dj AT delorie dot com *
5502         * src/hid/png/png.c: If we don't use the outline to clip, don't draw
5503         it either.
5505 2010-09-14   DJ Delorie * dj AT delorie dot com *
5507         * src/hid/png/png.c: Fix bug tracker # 3064887 PNG exported all black in photo mode if the "outline" was exactly
5508         the board size, because the left/bottom edges were clipped leaving a
5509         big hole.  With this patch, we do two things: 1. Detect a non-trivial outline, and only do outline processing if
5510         found.  Thus, a rectangular outline exactly the size of the board is
5511         just ignored - no black border on the output image.  2. Any outline line that's drawn exactly on the bottom/right edge is
5512         brought in by half a pixel to ensure it's drawn in the resulting
5513         image.
5515 2010-09-13   DJ Delorie * dj AT delorie dot com *
5517         * src/action.c: Avoid divide-by-zero Check for a zero dispersion before computing it.
5519 2010-09-11   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5521         * src/thermal.c: thermal.c: Initialise flags of the LineType object
5522         in square_therm() Keeps valgrind quiet about conditionals based upon uninitialised
5523         variables.. must be a good thing.
5525 2010-09-10   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5527         * src/action.c, src/autoplace.c, src/autoroute.c, src/buffer.c,
5528         src/copy.c, src/create.c, src/crosshair.c, src/data.h, src/djopt.c,
5529         src/draw.c, src/file.c, src/find.c, src/flags.c,
5530         src/hid/batch/batch.c, src/hid/common/extents.c,
5531         src/hid/common/flags.c, src/hid/gcode/gcode.c,
5532         src/hid/gerber/gerber.c, src/hid/gtk/gtkhid-main.c,
5533         src/hid/gtk/gui-config.c, src/hid/gtk/gui-output-events.c,
5534         src/hid/gtk/gui-top-window.c, src/hid/lesstif/dialogs.c,
5535         src/hid/lesstif/main.c, src/hid/lesstif/menu.c,
5536         src/hid/nelma/nelma.c, src/hid/png/png.c, src/hid/ps/eps.c,
5537         src/hid/ps/ps.c, src/line.c, src/macro.h, src/misc.c, src/move.c,
5538         src/polygon.c, src/print.c, src/puller.c, src/rats.c, src/rtree.c,
5539         src/rubberband.c, src/search.c, src/select.c, src/toporouter.c: 
5540         Split usage of "max_layer" into max_copper_layer and max_group  PCB has an equal number of layer groups as copper layers, so the
5541         "max_layer" #define'd variable has been used throught the codebase
5542         to delimit iteration over both layer groups, and layers.  This makes it hard for people reading the codebase to identify
5543         whether a given loop is over layers or layer groups (since the
5544         counter variable is often fairly terse or indescript). Confusingly,
5545         in some of the code, layer groups indexes are stored in a variable
5546         called "layer".  To aid understanding of the code, this commit removes the max_layer
5547         variable (#define'd to (PCB->Data->LayerN)), and replaces it with
5548         two similarly #define'd variables, "max_copper_layer" and
5549         "max_group".  This commit also introduces convenience macros:   #define solder_silk_layer (max_copper_layer + SOLDER_LAYER)   #define component_silk_layer (max_copper_layer + COMPONENT_LAYER) Which make the code intention much clearer for a common case of the
5550         old max_layer variable usage.
5552 2010-09-10   DJ Delorie * dj AT delorie dot com *
5554         * src/hid/lesstif/main.c: Fix lesstif SwapSides magic layer option.  If the first layer in the layer group is silk, the swap sides key
5555         won't auto-toggle the solder and component groups, nor properly
5556         activate them if it does.  Add code to find a visible *copper* layer
5557         in the layer group and use that.
5559 2010-09-09   Ineiev * ineiev AT gmail dot com *
5561         * src/find.c: find.c: Add RATLINE_TYPE to switch statement in
5562         BuildObjectList Part of Ineiev's patch from:
5563         http://archives.seul.org/geda/user/Nov-2009/msg00456.html  Modified-by: Peter Clifton * pcjc2 AT cam dot ac dot uk *
5565 2010-09-09   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5567         * src/find.c: Fix crash due to uninitalised variable in DRC check
5568         Bug #3033772 Andrew Armenia  noted that the second pointer returned from
5569         BuildObjectList(), "object_type_list" would be left uninitialised if
5570         the object type was not encountered. A subsequent call to free() in
5571         DRCFind() would then cause memory corruption.  The issue was originally reported by Ineiev:
5572         http://archives.seul.org/geda/user/Nov-2009/msg00456.html That patch addresses the lack of a RATLINE_TYPE in the
5573         BuildObjectType function, but does not prevent a segfault for other
5574         unknown types.
5576 2010-09-08   DJ Delorie * dj AT delorie dot com *
5578         * src/misc.c: Fix arc bounding box math.  Calculations for Arc bounding boxes weren't taking into account the
5579         wide range of possible starting arcs.  This patch uses modulus to
5580         force angles into canonical forms and iterates through quadrants to
5581         capture the full extents of each arc.
5583 2010-09-08   DJ Delorie * dj AT delorie dot com *
5585         * src/parse_y.y: Fix typo in parse_y.y A typo in parse_y.y was causing the documentation to be corrupted.
5587 2010-09-07   DJ Delorie * dj AT delorie dot com *
5589         * src/hid/gtk/gtkhid-main.c, src/hid/lesstif/main.c: Fix layer
5590         visibility logic for some boards.  If the Groups() line listed the c/s layer before the copper layer,
5591         disabling silk would also disable the copper.  This change searches
5592         the entire layer group looking for any layer that might need to be
5593         drawn, and uses that as the exemplar instead of blindly choosing the
5594         first layer in the list.
5596 2010-09-01   DJ Delorie * dj AT delorie dot com *
5598         * src/gpcb-menu.res, src/pcb-menu.res: Add import settings to menus At the bottom of the Settings menu, add a submenu for import
5599         settings for placing new elements.
5601 2010-09-01   DJ Delorie * dj AT delorie dot com *
5603         * src/action.c: Store units for import::disperse If the user specified the dispersement as "123mm" for example, store
5604         that string as-is for convenience.
5606 2010-09-01   DJ Delorie * dj AT delorie dot com *
5608         * src/misc.c: Enhance GetValue Allow cm and in as units.  Allow the units to be part of the value
5609         string or separate.
5611 2010-09-01   DJ Delorie * dj AT delorie dot com *
5613         * src/action.c: Add new-part-location to import Adds import::newX, import::newY, and import::disperse attributes.
5614         These determine where new parts are located when they're added to
5615         the layout, including some random variation to keep them from being
5616         all on exactly the same spot.  Parameters were added to Import() to
5617         set these:  In @code{Import()} is called with @code{setnewpoint} then the
5618         location of new components can be specified.  This is where parts
5619         show up when they're added to the board.  The default is the center
5620         of the board.   @table @code  @item Import(setnewpoint) Prompts the user to click on the board somewhere, uses that point.
5621         If called by a hotkey, uses the current location of the crosshair.   @item Import(setnewpoint,mark) Uses the location of the mark.  If no mark is present, the point is
5622         not changed.   @item Import(setnewpoint,center) Resets the point to the center of the board.   @item Import(setnewpoint,X,Y,units) Sets the point to the specific coordinates given.  Example:
5623           @code{Import(setnewpoint,50,25,mm)}  @end table Note that the X and Y locations are stored in attributes named
5624           @code{import::newX} and @code{import::newY} so you could change
5625          them manually if you wished.   Calling @code{Import(setdisperse,D,units)} sets how much the newly
5626         placed elements are dispersed relative to the set point.  For
5627         example,  @code{Import(setdisperse,10,mm)} will offset each part
5628         randomly up to 10mm away from the point.  The default dispersion is
5629         1/10th of the smallest board dimension.  Dispersion is saved in the
5630           @code{import::disperse} attribute.
5632 2010-09-01   DJ Delorie * dj AT delorie dot com *
5634         * src/misc.c, src/misc.h: Add AttributeRemove functions Add AttributeRemoveFromList() and the wrapper AttributeRemove()
5636 2010-08-28   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5638         * src/hid/gtk/gui-top-window.c: hid/gtk: Remove unused colour
5639         allocation for "BlackPixel"
5641 2010-08-28   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5643         * src/hid/gtk/gui-top-window.c: hid/gtk: Remove unused extern HID
5644         ghid_hid from gui-top-window.c
5646 2010-08-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5648         * src/draw.c: draw.c: Remove the unused "Erasing" flag / counter This variable tracks whether the object being drawn is to be erased.
5649         It is never actually tested, so remove it.
5651 2010-08-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5653         * src/draw.c: draw.c: Initialise integer counters with 0, not
5654         "false".  For the "doing_assy" flag, fix its type to "bool" rather than "int".
5656 2010-08-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5658         * src/draw.c: draw.c: Remove "HaveGathered" parameter from
5659         DrawLineLowLevel() This is superflous, as it is only passed as TRUE when the Gathering
5660         variable it overrides is known to be FALSE anyway.
5662 2010-08-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5664         * src/data.c, src/data.h, src/draw.c: Remove unused global variable
5665         "render", and "extern bool RedrawOnEnter" The "render" variable was set and reset, but was not used anywhere.
5667 2010-08-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5669         * src/hid/gtk/gui-output-events.c: hid/gtk: Track previous state of
5670         crosshair attachements when undrawing For correctness - this doesn't necessarily fix any rendering bugs.
5672 2010-08-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5674         * src/hid/gtk/gui-utils.c: hid/gtk: Simplify ghid_draw_area_update() If the rect passed is NULL, we can simply pass that on to
5675         gdk_window_invalidate_rect() which will invalidate the whole area.
5677 2010-08-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5679         * src/hid/gtk/gui-utils.c, src/hid/gtk/gui.h: hid/gtk: Remove unused
5680         functions relating to string display Removes ghid_string_markup_extents() and ghid_string_markup()
5682 2010-08-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5684         * src/hid/gtk/gui-utils.c: hid/gtk: Remove unused
5685         ghid_draw_area_clear() function
5687 2010-08-15   DJ Delorie * dj AT delorie dot com *
5689         * src/hid/gtk/gui-top-window.c: Merge GTK attributes.  Since the new help system only allows one attribute (i.e. command
5690         line) list per HID, combine the two GTK lists into one.
5692 2010-08-15   DJ Delorie * dj AT delorie dot com *
5694         * src/hid/lesstif/main.c, src/hid/lesstif/menu.c: Merge lesstif
5695         attributes.  Since the new help system only allows one attribute (i.e. command
5696         line) list per HID, combine the two Lesstif lists into one.
5698 2010-08-15   DJ Delorie * dj AT delorie dot com *
5700         * src/main.c: Print all command line options with help.  Keep track of which attributes we've printed as part of the HID
5701         help.  After that, print any remaining attributes we know about that
5702         we haven't already printed.
5704 2010-08-15   DJ Delorie * dj AT delorie dot com *
5706         * src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-top-window.c: Export
5707         GTK attributes.  The new help system uses export attribute lists for help, so the
5708         Lesstif HID needs to export them.
5710 2010-08-15   DJ Delorie * dj AT delorie dot com *
5712         * src/hid/lesstif/main.c: Export lesstif attributes.  The new help system uses export attribute lists for help, so the
5713         Lesstif HID needs to export them.
5715 2010-08-15   DJ Delorie * dj AT delorie dot com *
5717         * src/action.c: Check for NULL element name when adding attributes.  When setting element attributes, if the element is as yet unnamed,
5718         use an "unnamed element" title instead of segfaulting.
5720 2010-08-15   Robert Spanton * rspanton AT zepler dot net *
5722         * po/ru.po, src/hid/gtk/gui-dialog.c: Add a keyboard shortcut to
5723         pcb's "close without saving" option This patch adds a keyboard mnemonic to the "close without saving"
5724         option in the close confirmation dialog box.
5726 2010-08-15   DJ Delorie * dj AT delorie dot com *
5728         * src/action.c: Update Import() docs Fix capitalization.  Mention that elements that should be removed
5729         are left, but selected, after an Import.
5731 2010-08-15   DJ Delorie * dj AT delorie dot com *
5733         * src/buffer.c, src/gpcb-menu.res, src/pcb-menu.res: Add
5734         FreeRotateBuffer to the Menu Modify FreeRotateBuffer() to prompt the user if no angle is passed.
5735         Add an entry to the menus to call it that way.
5737 2010-08-10   kai-martin * kmk AT bibo dot iqo dot uni-hannover dot de *
5739         * src/action.c: modified: action.c (fix element name position on
5740         import schematic)
5742 2010-08-14   DJ Delorie * dj AT delorie dot com *
5744         * tools/gnet-pcbfwd.scm: Quote strings Quote all strings that might contains commas or close parens, to
5745         avoid syntax errors when those names are passed to actions.
5747 2010-08-03   DJ Delorie * dj AT delorie dot com *
5749         * src/select.c: Don't select silk on the far side if the far side is
5750         not shown The logic for determining if a layer was "on" didn't take into
5751         account that the two silkscreen layers are handled differently.
5752         Thus, if you tried to select shown silk, you would select hidden
5753         silk on the other side too, unknowingly moving that around.  With this patch, silk on the far side is only selected if the far
5754         side ("invisible" side) is shown.
5756 2010-06-06   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5758         * src/action.c, src/const.h, src/crosshair.c, src/flags.c,
5759         src/gpcb-menu.res, src/hid/gtk/gui-icons-mode-buttons.data,
5760         src/hid/gtk/gui-misc.c, src/hid/gtk/gui-output-events.c,
5761         src/hid/gtk/gui-top-window.c, src/hid/lesstif/main.c,
5762         src/pcb-menu.res, src/set.c: Introduce POLYGONHOLE_MODE for creating
5763         holes in polygons Having selected polygon hole mode, the first click selects which
5764         polygon to cut a hole in. A second click defines the start point of
5765         the hole contour. The tool then behaves in a similar way to the
5766         polygon drawing tool, with the hole ending when the start point is
5767         re-clicked.  To avoid creating illegal polygons, the hole drawn is subtracted
5768         from a representation of the original polygon with the
5769         poly_Boolean_free().  This consolidates any contours it intersects
5770         with and prevents the user defining contours which intersect each
5771         other. (Although we don't currently prevent the the user drawing
5772         self-intersecting contours).  The resulting POLYAREA is re-processed into PolygonType objects,
5773         potentially more than one - if the hole drawn bisects the original
5774         polygon. To keep undo operations simple, these are added as
5775         completely new objects and the original polygon is deleted - along
5776         with its ID.
5778 2010-06-06   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5780         * src/polygon.c, src/polygon.h: Expose APIs for creating POLYAREA
5781         from PolygonType objects and back The PolygonPoly() API wraps polygon.c's original_poly() function,
5782         whilst PolyToPolygonsOnLayer() converts the passed POLYAREA and all
5783         those linked to it into discrete PolygonType objects on the board.
5785 2010-06-06   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5787         * src/action.c, src/autoroute.c, src/buffer.c, src/copy.c,
5788         src/create.c, src/create.h, src/crosshair.c, src/file.c,
5789         src/file.h, src/global.h, src/insert.c, src/insert.h, src/mymem.c,
5790         src/mymem.h, src/parse_l.l, src/parse_y.y, src/polygon.c,
5791         src/polygon.h, src/remove.c, src/report.c, src/undo.c, src/undo.h: 
5792         Support holes in input polygons (incl. file-format addition) PCB file-format date is now 20100606, and files saved with this or
5793         greater PCB version will not load with older versions of PCB.  If a
5794         particular board doesn't make use of the polygon hole feature, the
5795         PCB revision date in the file can be manually reset to 20070407.  The file-format addition is as follows. Previously, a polygon would
5796         be specified as a series of coordinates, such as: Layer(1 "component") (   Polygon("clearpoly")   (     [6000 6000] [81000 6000] [81000 59000] [6000 59000]   ) ) This commit introduces the ability to specify negative contours
5797         which form holes in the polygon shape, e.g.: Layer(1 "component") (   Polygon("")   (     [6000 6000] [81000 6000] [81000 59000] [6000 59000]     Hole (       [76000 55000] [76000 38000] [58000 38000] [58000 55000]     )     Hole (       [10000 10000] [10000 28000] [27000 28000] [27000 10000]     )   ) ) The winding order of the contours specified in the file does not
5798         matter, since PCB will automatically invert the order of the points
5799         as necessary (as it always did with the outer contour).  Hole contours should not intersect or self-intersect (although this
5800         isn't checked for at load time). Hole contours must not intersect
5801         the polygon's outer contour.  Technical details: The PolygonType structure has a number of new fields, the critical
5802         ones being an array of indices defining the start of hole contours.  (PolygonType *)->HoleIndex[n] The number of hole contours is stored in (PolygonType
5803         *)->HoleIndexN, and the maximum allocated memory for indices in
5804         (...)->HoleIndexMax.  The first hole contour starts at the point
5805         given by (...)->Points[(...)->HoleIndex[0]], and continues until the start of
5806         the next contour, or the last point defined.  By storing all polygon points (including holes) in the existing
5807         array (...)->Points[], existing code which operates on the polygon as a
5808         whole, e.g. translation and rotation, can operate without change.  For other operations, determining wrap-around to operate within the
5809         same contour requires more computation. Some helper functions have
5810         been introduced in polygon.c to aid this, next_contour_point() and
5811         prev_contour_point(). Where applicable, these have been used to
5812         simplify existing code which used ad-hoc wrap-around code.  polygon_point_idx() computes the array index of a point in a polygon
5813         from its PointTypePtr address. This is used to replace a search
5814         idiom used in a number of places. polygon_point_contour() returns
5815         the number of the contour a given point index belongs in, 0 for the
5816         outer contour, 1 for the first hole etc..  Undo: Undo with holes has become a little more complex. The undo for a
5817         point removal must now record which contour the point came from.
5818         This is determined by the index of the removed point, and a new
5819         boolean flag "last_in_contour", indicating if the point was at the
5820         end of its contour.  This flag is passed to InsertPointIntoObject(),
5821         which uses it to disambiguate inserting a point at an index on the
5822         boundary of two contours.  Undo operations for removing hole contours "cheat" by saving a copy
5823         of the whole polygon into the undo buffer rather than attempting to
5824         describe the operation as a delta change to an existing polygon.
5825         When undoing, the object IDs are swapped to keep them consistent.
5827 2010-06-05   Jared Casper * jaredcasper AT gmail dot com *
5829         * src/hid/gtk/gui-log-window.c: Add missing return statement.
5831 2010-06-05   Jared Casper * jaredcasper AT gmail dot com *
5833         * src/gpcb-menu.res, src/pcb-menu.res: Fix Bug #2717258, Lock mode
5834         with F12.  Binds F12 to lock mode in the default gcpb-menu.res and pcb-menu.res
5835         files, bringing them inline with existing documentation.
5837 2010-06-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5839         * src/crosshair.c, src/hid/lesstif/main.c: Revert some "True" ->
5840         "true" string changes These were inadvertently changed by the mechanised Boolean -> bool
5841         replacement in commit ad5eb5a165442be38624aa622beeb57dc1d2afbd
5843 2010-06-05   Robert Spanton * rspanton AT zepler dot net *
5845         * src/action.c, src/action.h, src/autoplace.c, src/autoplace.h,
5846         src/autoroute.c, src/autoroute.h, src/box.h, src/buffer.c,
5847         src/buffer.h, src/change.c, src/change.h, src/clip.c, src/clip.h,
5848         src/command.c, src/copy.c, src/copy.h, src/create.c, src/create.h,
5849         src/crosshair.c, src/crosshair.h, src/data.c, src/data.h,
5850         src/djopt.c, src/draw.c, src/draw.h, src/drill.c, src/file.c,
5851         src/file.h, src/find.c, src/find.h, src/flags.c, src/global.h,
5852         src/gts/gts.h, src/hid/gerber/gerber.c,
5853         src/hid/gtk/gui-command-window.c, src/hid/gtk/gui-dialog-size.c,
5854         src/hid/gtk/gui-drc-window.c, src/hid/gtk/gui-library-window.c,
5855         src/hid/gtk/gui-misc.c, src/hid/gtk/gui-netlist-window.c,
5856         src/hid/gtk/gui-output-events.c, src/hid/gtk/gui-top-window.c,
5857         src/hid/lesstif/dialogs.c, src/hid/lesstif/library.c,
5858         src/hid/lesstif/main.c, src/hid/lesstif/menu.c,
5859         src/hid/lesstif/netlist.c, src/hid/lesstif/styles.c,
5860         src/hid/nelma/nelma.c, src/insert.c, src/insert.h, src/line.c,
5861         src/main.c, src/misc.c, src/misc.h, src/move.c, src/move.h,
5862         src/mtspace.c, src/mtspace.h, src/mymem.c, src/netlist.c,
5863         src/parse_l.l, src/parse_y.y, src/polygon.c, src/polygon.h,
5864         src/polygon1.c, src/rats.c, src/rats.h, src/remove.c, src/remove.h,
5865         src/report.c, src/rotate.c, src/rtree.c, src/rtree.h,
5866         src/rubberband.c, src/search.c, src/search.h, src/select.c,
5867         src/select.h, src/set.c, src/set.h, src/thermal.c,
5868         src/toporouter.c, src/undo.c, src/undo.h, src/vendor.c,
5869         src/vendor.h: Change all Booleans to bool.  c99 provides bool.  Declaring Boolean adds some obscurity to the
5870         code, and could also miss out on some machine-specific
5871         optimisations.  This patch removes the definition of Boolean, and changes all
5872         instances of it to bool.  If you've come across this commit because it's causing you issues
5873         when rebasing on mainline pcb, then you should find the following
5874         script useful.  You can use it to rewrite all of your local commits
5875         to use bool instead of Boolean like so:         git filter-branch --tree-filter rename-bool.sh HEAD...${HASH} Replacing ${HASH} with the latest commit that's in mainline.  if [ ! -f src/autoplace.c ]     then     echo "This doesn't look like the PCB source directory."     echo "Cowardly exiting to avoid causing misery!"     exit fi chg_bool () {     FNAME=$1     ADDR=$2     sed -i -e "${ADDR}s/\bBoolean\b/bool/g" "$FNAME"     sed -i -e "${ADDR}s/\bTrue\b/true/g" "$FNAME"     sed -i -e "${ADDR}s/\bFalse\b/false/g" "$FNAME" } find -name '*.[ch]' | while read f do     chg_bool "$f" done find -name '*.[yl]' | while read f do     # Replace first '%%' line with __TMP_MARKER_     sed -i -e '0,/^%%/s/^%%/__TMP_MARKER_/' "$f"     # Replace in section before the first '%%'     chg_bool "$f" "0,/^__TMP_MARKER_/"     # Replace in section after the last '%%'     chg_bool "$f" "/^%%/,$"     # Remove the temporary marker:     sed -i -e 's/^__TMP_MARKER_/%%/' "$f" done
5877 2010-06-03   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5879         * src/file.c, src/parse_y.y: Refer to git, not cvs when reading a
5880         file from newer PCB.
5882 2010-06-02   Sergey Alyoshin * alyoshin dot s AT gmail dot com *
5884         * po/LINGUAS, po/ru.po: Add Russian translation
5886 2010-06-02   Sergey Alyoshin * alyoshin dot s AT gmail dot com *
5888         * po/POTFILES.in: Add source files with localized strings to .po
5889         generation
5891 2010-06-02   Sergey Alyoshin * alyoshin dot s AT gmail dot com *
5893         * src/hid/gtk/gui-keyref-window.c, src/rats.c: Adjust punctuation
5894         and capitalisation of some messages
5896 2010-06-02   Sergey Alyoshin * alyoshin dot s AT gmail dot com *
5898         * src/gpcb-menu.res: Add top level menu to localization
5900 2010-06-02   Sergey Alyoshin * alyoshin dot s AT gmail dot com *
5902         * src/gpcb-menu.res, src/pcb-menu.res: String unification and white
5903         space cleanup String Rip up selected auto-routed tracks unified, so it can be
5904         translated as one string. Also some white spaces at end of line
5905         removed.
5907 2010-06-02   Sergey Alyoshin * alyoshin dot s AT gmail dot com *
5909         * src/hid/common/actions.c: Localize need coord message before
5910         output
5912 2010-06-02   Sergey Alyoshin * alyoshin dot s AT gmail dot com *
5914         * src/action.c, src/change.c, src/create.c,
5915         src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-command-window.c,
5916         src/hid/gtk/gui-config.c, src/hid/gtk/gui-top-window.c,
5917         src/hid/ps/ps.c: Add strings to localization
5919 2010-06-02   Sergey Alyoshin * alyoshin dot s AT gmail dot com *
5921         * src/global.h, src/hid/gtk/gui.h: Move internationalization macros
5922         to one header
5924 2010-06-02   Sergey Alyoshin * alyoshin dot s AT gmail dot com *
5926         * autogen.sh: Add rule to extract localized stings from .res files
5928 2010-06-02   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5930         * src/hid/gtk/gtkhid-gdk.c: hid/gtk: Don't call gdk_draw_points()
5931         when we have no grid points to draw Fixes this warning seen when zooming close in on a course grid
5932         setting: Gdk-CRITICAL **: gdk_draw_points: assertion `(points != NULL) &&
5933         (n_points > 0)' failed
5935 2010-06-02   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5937         * src/polygon1.c: Fix node_label() function to work with
5938         self-intersection Rather than just giving up if we encounter our own edges in the CVC
5939         list at first, skip them until we either run out of edges, or find
5940         one belonging to the other polygon.  I'm not 100% sure this is the correct fix, but it "seems to work".  Test-case: Layer(1 "component") (   Line[60000 70000 60000 90000 4000 2000 "clearline"]   Line[80000 60000 80000 90000 4000 2000 "clearline"]   Line[90000 90000 90000 50000 4000 6000 "clearline"]   Line[60000 40000 80000 60000 4000 6000 "clearline"]   Polygon("clearpoly")   (     [10000 10000] [140000 10000] [140000 140000] [10000 140000]   ) )
5942 2010-06-02   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5944         * src/polygon1.c: Fix the polygon touching contour test in
5945         poly_ChkContour The following test-cases were used to help verify the changes: This polygon forms a self-touching shape like this: \|  However, the right-hand edge does NOT have a node at the
5946         junction.  /|  This previously caused it to fail the
5947             self-intersection test.  It should be reported as good.  Polygon("")   (     [85000 50000] [85000 90000] [83000 90000]     [83536 63535] [85000 59999] [83535 56464]   ) This polygon forms a self-intersecting shape like this:  |/  (The vertical section is a straight line with no node in the
5948          middle) /|   It must be reported as bad.  Polygon("")   (     [85000 50000] [85000 90000] [83000 90000]     [83536 63535] [85000 59999] [89535 56464]   ) This polygon self-intersects, and must be reported as bad: Polygon("")   (     [160000  50000] [160000  90000] [170000 100000]     [180000 120000] [180000 150000] [160000 150000]     [160000 120000] [170000 100000] [180000  90000]     [180000  50000]   ) This polygon self-touches, and should be reported as good: Polygon("clearpoly")   (     [120000  50000] [120000  90000] [130000 100000]     [120000 120000] [120000 150000] [140000 150000]     [140000 120000] [130000 100000] [140000  90000]     [140000  50000]   )
5950 2010-06-02   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5952         * src/polygon1.c: Fix poly_ComputeInteriorPoint() to work correctly
5953         for holes The step where the algorithm finds a convex node to start from must
5954         take into account whether the polygon vertices are ordered as a hole
5955         or an outer contour. We now correctly compute a point inside the
5956         hole, rather than possibly outside it.  This fixes an assertion on the following test-case. Prior to this
5957         commit, the incorrect "interior" point tested for the concave hole
5958         happens to lie inside the polygon's other hole, causing it to fail
5959         an assert during processing.  Layer(2 "solder") (   Line[340000 160000 183700 108000 1500 3000 "clearline"]   Line[92000 121000 120000 90000 1500 3000 "clearline"]   Line[270000 90000 120000 90000 1500 3000 "clearline"]   Polygon("clearpoly")   (     [40000 40000] [320000 40000] [320000 200000] [40000 200000]   ) ) The bug was created in my attempt to speed up poly_ContourInContour:
5960         commit 3d0a8bd1dae0816d364a774bf9b958faf2983ec7
5962 2010-05-11   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5964         * src/polygon1.c: Speed up poly_ContourInContour() test by computing
5965         interior point NB: This introduces a behaviour change in the boundary case, that
5966         two identical contours will now be considered to be inside each
5967         other.  First perform a test on an arbitrary boundary node (proving that the
5968         contour being testing for "insideness" is not outside the other
5969         contour. (This cannot not conclusively prove the contour is inside).  In many cases, this simple node test gives enough evidence to return
5970         0 for the ContourInContour test computing and testing an interior
5971         point.  Rather than checking each exterior point, compute a strictly
5972         interior point (not on the boundary), and test that against the
5973         second contour.  Benchmarked to improve performance over other fixes for the buggy
5974         test.  Example board load (CPU) times for a complex board:   21.50 (buggy contour_in_contour - single node point test)   24.43 (brute-force node point tests)   21.79 (single node test, then internal point test)
5976 2010-05-10   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5978         * src/polygon1.c: Fix poly_ContourInContour() test not to return
5979         TRUE for touching contours This test could previously return true for touching contours, such
5980          as: __________....  |_________ |  : :........ ||  : ::  /\  : ||  :
5981         Note that the bounding box of A is inside that of B, :: /  \ :/  \ :
5982         such that initial bounding box checks won't reject the ::/ A  \/  B
5983         \:   possibility of A being inside B.  ::\    /\    /: :: \  / :\  /
5984         : ::..\/..:.\/..: When testing for insideness, the first point on A's contour is
5985         picked.  In this case, unfortunately being the touching X point
5986         between the two contours. This point (correctly) returns as being
5987         inside B - and the false presumption is that the whole A contour is
5988         inside B.  This commit introduces an unfortunately slow, but more robust test,
5989         where we check each node in A for whether it is inside B. We return
5990         as soon as we find an A node outside B, however this means the test
5991         is VERY much slower for the case where A _is_ inside B.
5993 2010-05-11   Peter Clifton * pcjc2 AT cam dot ac dot uk *
5995         * src/polygon1.c: Add comment explaining assumptions for
5996         poly_ContourInContour function Also, document its buggy boundary condition where the arbitrary
5997         point chosen to test happens to be a common node shared between two
5998         separate contours (which the test should return FALSE for).
6000 2010-05-10   Peter Clifton * pcjc2 AT cam dot ac dot uk *
6002         * configure.ac: Make --enable-dbus default for the GTK and Lesstif
6003         HIDs
6005 2010-05-10   Peter Clifton * pcjc2 AT cam dot ac dot uk *
6007         * src/main.c: Allow running of action scripts when running PCB as an
6008         exporter
6010 2010-05-10   Peter Clifton * pcjc2 AT cam dot ac dot uk *
6012         * src/polygon1.c: Improve dump_poly() output Make it print each contour of a POLYAREA, and move the NEXT PLINE
6013         and NEXT POLY messages inside the loops interating over these
6014         structures.
6016 2010-05-10   Peter Clifton * pcjc2 AT cam dot ac dot uk *
6018         * src/hid/gtk/gui-output-events.c: hid/gtk: Add tool-tip to identify
6019         element, pin and net when hovering
6021 2010-05-09   DJ Delorie * dj AT delorie dot com *
6023         * src/gpcb-menu.res, src/pcb-menu.res: Clarify the meaning of keys
6024         bound to SetValue() Clarifies that keys which are bound to SetValue change the styles,
6025         not the existing objects, so they really affect *new* objects.
6027 2010-05-04   DJ Delorie * dj AT delorie dot com *
6029         * src/hid/png/png.c: Fix PNG bloat for drills.  Keep track of when the GC is doing an erase or drill, and invert the
6030         bloat for holes.
6032 2010-04-23   DJ Delorie * dj AT delorie dot com *
6034         * src/hid/gtk/gtkhid-main.c: Allow for only one confirm button.  The GTK confirm_dialog() hook now supports the user passing only one
6035         button.  Before, if you passed just "ok" it would create two OK
6036         buttons.
6038 2010-04-23   DJ Delorie * dj AT delorie dot com *
6040         * src/change.c: Add hint about :MinClearGap(Selected,=10,mil) Add a hint to the user about how to change the clearance of a group
6041         of objects.
6043 2010-04-23   DJ Delorie * dj AT delorie dot com *
6045         * src/change.c, src/change.h: Handle attempts to change clearance on
6046         polygons.  If the user attempts to change the clearance between polygons and
6047         objects within the polygon by pressing 'k' over the *polygon*,
6048         notice that attemp and tell the user how to accomplish what they
6049         want.
6051 2010-04-12   Kai-Martin Knaak * kmk AT lilalaser dot de *
6053         * doc/extract-docs: expand the syntax of documentating comments This is part of the effort to derive the command line option entries
6054         in the manual dynamically from the source. The expanded syntax
6055         allows for more control on the actual headings rendered in the
6056         manual.  1) accept keys enclosed in quotation marks ("). This allows for
6057         multiple word nodes in the documentation.  2) strip leading digits of the key after sort. This allows to
6058         control the order of nodes from the source.
6060 2010-04-16   Jared Casper * jaredcasper AT gmail dot com *
6062         * doc/pcb.texi, doc/thermal.pcb: Fix pr2136131. Clarify image of
6063         thermal in doc.  Also added some text about changing the style of thermal using
6064         shift-click in the sections that talk about it.
6066 2010-03-18   Jared Casper * jaredcasper AT gmail dot com *
6068         * src/hid/common/actions.c: Check action name at registration.  Prevent actions with spaces and '(' in their names from being
6069         registered; these will cause ambiguity and problems in
6070         hid_parse_actionstring.
6072 2010-03-18   Jared Casper * jaredcasper AT gmail dot com *
6074         * doc/pcb.texi, src/action.c, src/hid.h, src/hid/batch/batch.c,
6075         src/hid/common/actions.c, src/hid/common/hid_resource.c,
6076         src/hid/gtk/gui-command-window.c, src/hid/gtk/gui-top-window.c,
6077         src/hid/lesstif/main.c, src/hid/lesstif/menu.c, src/main.c: 
6078         Consolidate hid action parsing.  - Create a common routine hid_parse_command, which handles both
6079         action script style "action(arg1, arg2);" and command entry style
6080         "action arg1 arg2".  This is done by making a static
6081         hid_parse_actionstring function, which takes a boolean to determine
6082         whether or not it should accept command entry style strings.
6083         hid_parse_actions functions as it currently does, only accepting
6084         action script style, but does so by calling hid_parse_actionstring
6085         with TRUE.  - Use hid_parse_command across all hids for user command entry,
6086         removing command_parse in lesstif/main.c and batch/batch.c.  - Added extra error handling to common hid_actionv to match
6087         lesstif_call_action and remove lesstif_call_action.
6089 2010-04-05   Dan McMahill * dan AT mcmahill dot net *
6091         * src/toporouter.c: Fix some "mixed declarations and code" issues.
6093 2010-04-04   Ineiev * ineiev AT gmail dot com *
6095         * src/misc.c: Fix "Request for bounding box of unsupported type
6096         1024" Tracker bug # 2893717
6098         https://sourceforge.net/tracker/?func=detail&atid=538811&aid=2893717&group_id=73743
6100 2010-04-03   DJ Delorie * dj AT duopoly dot delorie dot com *
6102         * src/hid/lesstif/dialogs.c: Fix doc typo
6104 2010-04-03   Stuart Brorson * sdb AT cloud9 dot net *
6106         * src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-dialog.c: Open
6107         schematic file chooser dialog if PCB name is not set.  (cherry picked from commit 209e1031656f58ffe40189d93893457975c4042f)
6109 2010-04-03   DJ Delorie * dj AT duopoly dot delorie dot com *
6111         * src/hid/lesstif/dialogs.c: Implement lesstif ImportGUI()
6113 2010-04-03   DJ Delorie * dj AT duopoly dot delorie dot com *
6115         * src/action.c: Add missing newline.
6117 2010-04-03   DJ Delorie * dj AT duopoly dot delorie dot com *
6119         * src/action.c: Let the GUI deal with choosing schematics.  If the PCB is as yet unnamed, or if the pcb name doesn't correspond
6120         to a schematic file, have Import() call ImportGUI() to let the user
6121         tell PCB what to do.  Note: corresponding HID changes are separate commits.
6123 2010-04-03   DJ Delorie * dj AT duopoly dot delorie dot com *
6125         * src/misc.c, src/misc.h: Add AttributePut functionality.  Add the logic to put arbitrary attributes into a PCB.
6127 2010-04-03   Stuart Brorson * sdb AT cloud9 dot net *
6129         * src/file.h: Remove conflicting declaration of ParseLibraryTree.  This is a static function declared in file.c.  Therefore I took it
6130         out of file.h.
6132 2010-04-03   Stuart Brorson * sdb AT cloud9 dot net *
6134         * src/action.c: Place components in middle of board instead of at
6135         0,0.
6137 2010-03-01   Stuart Brorson * sdb AT cloud9 dot net *
6139         * src/action.c, src/buffer.c, src/change.c, src/copy.c,
6140         src/create.c, src/file.c, src/file.h, src/global.h, src/main.c: 
6141         Support for footprints not in subdirectories Added tons of debug spew to various files to aid in program tracing
6142         Also, modify library loading stuff in file.c to allow footprints to
6143         live directly in library directory (rather than only one level
6144         down).
6146 2010-04-02   Dan McMahill * dan AT mcmahill dot net *
6148         * src/hid/png/png.c: When built with less than all of the graphic
6149         formats that the png exporter supports, don't segfault anymore.  The
6150         problem is an array is defined differently at compile time but the
6151         default value for the format was constant and a ways into the array.
6152         Problem reported by jean on irc.
6154 2010-04-01   Dan McMahill * dan AT mcmahill dot net *
6156         * src/hid/gtk/gui-top-window.c: Inform the user where (what file or
6157         compiled in defaults) the menu config came from.  Should help with
6158         some of the gpcb-menu.res versus pcb-menu.res and the
6159         ./gpcb-menu.res versus ~/.pcb/gpcb-menu.res confusion which comes up
6160         from time to time.
6162 2010-04-01   DJ Delorie * dj AT delorie dot com *
6164         * src/report.c: Return non-fail for ReportAllNetLengths()
6166 2010-04-01   DJ Delorie * dj AT delorie dot com *
6168         * src/report.c: Record the calculated length in Report(NetLength)
6170 2010-03-24   Dan McMahill * dan AT mcmahill dot net *
6172         * : commit d9e4279e4c0af142bc776bdd4a3b905388ce6b5a  Author: Dan
6173         McMahill * dan AT mcmahill dot net * Date:   Wed Mar 24 17:38:17
6174         2010 -0400
6176 2010-03-22   anthonix * anthonix AT anthonix-desktop dot (none) *
6178         * : commit 6081daa8966c8c83bb734789c38dd5c42dd97443  Author:
6179         anthonix * anthonix AT anthonix-desktop dot (none) * Date:   Mon Mar
6180         22 12:38:01 2010 +1300
6182 2010-03-21   DJ Delorie * dj AT delorie dot com *
6184         * src/hid/lesstif/menu.c: Fix Typo
6186 2010-03-20   anthonix * anthonix AT anthonix-desktop dot (none) *
6188         * src/toporouter.c: Toporouter: Speccut bug fix
6190 2010-03-20   anthonix * anthonix AT anthonix-desktop dot (none) *
6192         * : commit 1ee723379413c20973bdad27b1e1cf1d722cf3d1  Author:
6193         anthonix * anthonix AT anthonix-desktop dot (none) * Date:   Sat Mar
6194         20 19:45:05 2010 +1300
6196 2010-03-19   Anthony M. Blake * anthonix AT anthonix dot resnet dot scms dot waikato dot ac dot nz *
6198         * : commit e45f4e8d15f2c30f8ccb37de5b0bfa801fca572c  Author: Anthony
6199         M. Blake * anthonix AT anthonix dot resnet dot scms dot waikato dot
6200         ac dot nz * Date:   Fri Mar 19 16:25:38 2010 +1300
6202 2010-03-18   Dan McMahill * dan AT mcmahill dot net *
6204         * tests/run_tests.sh: Missed the copyright bump when adding the
6205         gcode compare routines a few weeks back.
6207 2010-03-18   Dan McMahill * dan AT mcmahill dot net *
6209         * configure.ac, tests/golden/Makefile.am,
6210         tests/golden/hid_png2/Makefile.am,
6211         tests/golden/hid_png3/Makefile.am, tests/tests.list: Add tests for
6212         --outfile and --dpi arguments to the PNG exporter
6214 2010-03-13   Kai-Martin Knaak * kmk AT lilalaser dot de *
6216         * README, doc/pcb.texi, src/main.c, win32/Readme.txt: replaces
6217         "pcb.sourceforge.net" with "pcb.gpleda.org"
6219 2010-03-14   Stuart Brorson * sdb AT cloud9 dot net *
6221         * src/hid.h, src/hid/common/actions.c: Apply patch from Patrick
6222         Bernaud: Add function to register single action.  The possibility to register a single action has been introduced with
6223         commit 337fa8ba8094cee1ed291cec7bf29895ac7c9d72 but then reverted
6224         later when changing way of passing context to action callback.
6226 2010-03-14   Stuart Brorson * sdb AT cloud9 dot net *
6228         * src/hid/common/actions.c: Apply patch from Patrick Bernaud: Modify
6229         HID actions storage.  It removes the HID_ActionNode structure and directly store
6230         registered actions in an array of HID_Action*.  It also provides a nicer way of making sure the array is sorted and
6231         the code for binary search within the array has been removed in
6232         favor of a call to bsearch().
6234 2010-03-14   Stuart Brorson * sdb AT cloud9 dot net *
6236         * src/main.c: Apply patch from Patrick Bernaud:  Set 'exporter'
6237         global variable before printing defaults.  In print_defaults(), when the HID to print defaults is not a gui,
6238         set 'exporter' global variable prior to calling HID's
6239         get_export_options() callback.
6241 2010-03-14   Stuart Brorson * sdb AT cloud9 dot net *
6243         * src/main.c: Apply patch from Patrick Bernaud:  Rewrite function
6244         that print HID options.  The previous version of usage_hid() had a strange search for gui HID
6245         attributes through 'hid_attr_node' rather than requesting them
6246         directly from the HID.  As a result it was calling the get_export_options() callback on
6247         exporter without prior setting of the exporter global variable.
6249 2010-03-14   Stuart Brorson * sdb AT cloud9 dot net *
6251         * src/hid/gtk/gui-dialog-print.c: Apply patch from Patrick Bernaud:
6252         gtkhid: Avoid use of 'exporter' when testing for exporter
6253         availability.
6255 2010-03-14   Stuart Brorson * sdb AT cloud9 dot net *
6257         * src/hid/gtk/gui-dialog-print.c: Apply patch from Patrick Bernaud:
6258         gtkhid: Set and unset global variable 'exporter' when printing.  The GTK hid was not setting the global variable 'exporter' before
6259         exporting the layout in ghid_dialog_print(): exporter HID relying on
6260         this variable being set were lost.
6262 2010-03-14   Stuart Brorson * sdb AT cloud9 dot net *
6264         * src/hid.h, src/hid/common/actions.c, src/hid/lesstif/menu.c: Apply
6265         patch from Patrick Bernaud:  Provide context to callbacks of actions
6266         through global variable.  Providing a context to action is necessary for scripting languages
6267         (for example). To do so, a global variable ('current_action') is
6268         being defined: it is saved, set and restored when running the
6269         callback of an action in a way similar to what PCB already does with
6270         HIDs.  The callback function may access the action it belongs to and cast
6271         it the way it wants to extract information from a potentially
6272         extended HID_Action structure.
6274 2010-03-14   Stuart Brorson * sdb AT cloud9 dot net *
6276         * src/hid/common/actions.c: Apply patch from Patrick Bernaud: Sort
6277         actions by references in 'all_actions'.  Previously, when building 'all_actions', a copy of every HID_Action
6278         was performed for each action. Now it builds 'all_actions' with
6279         pointers to the actual HID_Action structures (without reallocating).
6281 2010-03-14   Stuart Brorson * sdb AT cloud9 dot net *
6283         * src/hid.h, src/hid/common/actions.c, src/hid/hidint.h,
6284         src/hid/lesstif/menu.c: Apply patch from Patrick Bernaud: Revert
6285         "single-action register/deregister".  This reverts commits 337fa8ba8094cee1ed291cec7bf29895ac7c9d72 and
6286         b274cf8fe9c8caf5bcd4edc28935c88cf5bab7f4 before the introduction of
6287         a new context passing scheme for actions.
6289 2010-03-14   Stuart Brorson * sdb AT cloud9 dot net *
6291         * src/hid.h: Apply patch from Patrick Bernaud:  Fix comment for
6292         global variable 'gui' in hid.h.  hid_start_gui() does not exist. The variable is instead set in
6293         main() and hid_expose_callback().
6295 2010-03-14   Stuart Brorson * sdb AT cloud9 dot net *
6297         * src/draw.c: Apply patch from Patrick Bernaud: Modify
6298         DrawSpecialPolygon() prototype to not take a pointer on HID.  DrawSpecialPolygon() was the only function to take a HID as
6299         parameter.  Every other draw function works on the current HID
6300         through global variable 'gui'.
6302 2010-03-14   Stuart Brorson * sdb AT cloud9 dot net *
6304         * src/hid/gtk/gui-dialog-print.c: Apply patch from Patrick Bernaud:
6305         Support HID_Mixed options in attribute dialog Since an HID_Mixed attribute is the combination of a real and an
6306         enum, reuse the code for HID_Enum to provide a combo box next to the
6307         spin button for the real part.
6309 2010-03-14   Stuart Brorson * sdb AT cloud9 dot net *
6311         * src/hid/common/hidinit.c, src/hid/gtk/gui-config.c, src/main.c: 
6312         Apply patch from Patrick Bernaud.  Modified code to not abort on HID_Mixed attributes. Th gtk HID is
6313         modified to understand such an attribute (though the attribute
6314         dialog has still no support for them), the lesstif HID is unchanged.
6316 2010-03-14   Stuart Brorson * sdb AT cloud9 dot net *
6318         * src/main.c: Applying patch from Patrick Bernaud.  HIDs with a name too long were breaking alignement in usage() as the
6319         code requested insertion of a tab after the name even for HID names
6320         already exceeding the length of the tabulation.  This is similar to how usage_attr() already does alignment of name
6321         and help text.
6323 2010-03-13   Dan McMahill * dan AT mcmahill dot net *
6325         * : commit b75d1fe8d42c138ae499898db5b926948b73f767  Author: Dan
6326         McMahill * dan AT mcmahill dot net * Date:   Sat Mar 13 09:08:06
6327         2010 -0500
6329 2010-03-12   Peter Clifton * pcjc2 AT cam dot ac dot uk *
6331         * src/hid/gcode/gcode.c: Remove invalidate_wh from the new gcode HID
6332         too.
6334 2010-03-11   Peter Clifton * pcjc2 AT cam dot ac dot uk *
6336         * src/global.h, src/main.c, src/misc.c: Remove Settings.init_done
6337         variable and its usage This variable was previously used to allow action scripts run prior
6338         to loading the GUI to avoid GUI startup if they executed a "Quit"
6339         action.  The requirement dates back prior to the HID split, where the "Quit"
6340         action would cause PCB to call gtk_main_quit(), an operation which
6341         is illegal if the GUI main loop was not yet started. The init_done
6342         flag was used in QuitApplication(), both to determine whether the
6343         GUI had started, and if not - to note that the GUI should not be
6344         initialised later. (Instead of calling gtk_main_quit()).  With the HID split, the QuitApplication() function was changed to
6345         call exit(0) rather than gtk_main_quit(), so this dance isn't
6346         necessary at all now.. in either case, we can just exit the
6347         application immediately.
6349 2010-03-11   Peter Clifton * pcjc2 AT cam dot ac dot uk *
6351         * src/global.h: Remove unused HistorySize field from the settings
6352         structure
6354 2010-03-11   Peter Clifton * pcjc2 AT cam dot ac dot uk *
6356         * src/draw.c, src/hid.h, src/hid/batch/batch.c,
6357         src/hid/common/hidnogui.c, src/hid/gtk/gtkhid-main.c,
6358         src/hid/lesstif/main.c: Remove unused "last" parameter from HID
6359         "invalidate_lr" method
6361 2010-03-11   Peter Clifton * pcjc2 AT cam dot ac dot uk *
6363         * src/hid.h, src/hid/batch/batch.c, src/hid/bom/bom.c,
6364         src/hid/common/extents.c, src/hid/common/hidnogui.c,
6365         src/hid/gerber/gerber.c, src/hid/gtk/gtkhid-main.c,
6366         src/hid/lesstif/main.c, src/hid/lpr/lpr.c, src/hid/nelma/nelma.c,
6367         src/hid/png/png.c, src/hid/ps/eps.c, src/hid/ps/ps.c: Remove unused
6368         HID method invalidate_wh() invalidate_lr and invalidate_all are sufficient APIs for our needs.
6370 2010-03-11   Dan McMahill * dan AT mcmahill dot net *
6372         * data/pcb.desktop.in: Revert "As silly as it seems to group any
6373         sort of scientific or EDA" I've pushed really hard to sort this nonsense out, and this patch is
6374         not in my opinion suitable for applcation. gEDA, gerbv and PCB all
6375         deliberately omit the Education category.. this is not where we need
6376         to fix this issue.  I strongly object to putting bogus categories into our apps.  If
6377         Debian want to patch these in, let them.  This reverts commit b402a144e19225f0648189bca6fbfad95d046047.
6379 2010-03-11   Dan McMahill * dan AT mcmahill dot net *
6381         * src/hid/ps/ps.c: Fix an obvious bug in the previous commit.
6382         Caught by harry.
6384 2010-03-11   Dan McMahill * dan AT mcmahill dot net *
6386         * data/pcb.desktop.in: As silly as it seems to group any sort of
6387         scientific or EDA software under "Education", this appears to be the
6388         standard documented by
6389         http://standards.freedesktop.org/menu-spec/1.0/apa.html Noted in
6390         patch #2889228 by Ahmed El-Mahmoudy.
6392 2010-03-11   Dan McMahill * dan AT mcmahill dot net *
6394         * data/pcb.desktop.in: "Encoding" is deprecated.
6395         http://standards.freedesktop.org/desktop-entry-spec/1.0/apc.html
6396         Noted in patch #2889228
6398 2010-03-10   Dan McMahill * dan AT mcmahill dot net *
6400         * src/Makefile.am: It is gcode/hid.conf not gcode/gcode.conf that
6401         needs to be distributed.  Also put this file in the correct sorted
6402         location.
6404 2010-03-10   Dan McMahill * dan AT mcmahill dot net *
6406         * configure.ac: Add missing AC_PROG_MKDIR_P check.
6408 2010-03-10   Dan McMahill * dan AT mcmahill dot net *
6410         * src/Makefile.am: Fix building outside of the source tree with
6411         dependency tracking disabled.  In that case some directories need to
6412         be manually created.  Fixes bug #2889226.
6414 2010-03-10   Dan McMahill * dan AT mcmahill dot net *
6416         * src/hid/ps/ps.c: In the rectangle fill code fix a bug in swapping
6417         of the coordinates.  It doesn't appear that this code path is
6418         encountered much.
6420 2010-03-10   Dan McMahill * dan AT mcmahill dot net *
6422         * src/hid/ps/ps.c: Add DSC to the postscript outputs to keep certain
6423         windows based postscript viewers a little happier.  Patch supplied
6424         in patch #2700352 by Bob Paddock.
6426 2010-03-10   Dan McMahill * dan AT mcmahill dot net *
6428         * INSTALL, configure.ac: The gcode exporter used libgd so make sure
6429         we check for it and document that we need it.  Noted by Patrick
6430         Bernaud in bug #2967313
6432 2010-03-10   Dan McMahill * dan AT mcmahill dot net *
6434         * tests/inputs/Makefile.am: Make sure the simple gcode test layout
6435         makes it into the distfile.
6437 2010-03-10   Dan McMahill * dan AT mcmahill dot net *
6439         * : commit 802576013b5d780cd87caafa31c694279ee2dc4f  Author: Dan
6440         McMahill * dan AT mcmahill dot net * Date:   Wed Mar 10 13:15:26
6441         2010 -0500
6443 2010-03-09   Stephen Ecob * silicon dot on dot inspiration AT gmail dot com *
6445         * src/djopt.c: Fix Freckles The autorouter sometimes ends a trace just past a pad.  The
6446         optimizer cuts this trace at the pad center, leaving a tiny trace
6447         left over.  This tiny trace is a "freckle" and it inhibits mitering.
6448         Check for such freckles and remove them.
6450 2010-03-09   Dan McMahill * dan AT mcmahill dot net *
6452         * tests/run_tests.sh: Make the xy file check actually do something.
6454 2010-03-09   Dan McMahill * dan AT mcmahill dot net *
6456         * configure.ac, tests/golden/Makefile.am,
6457         tests/golden/hid_gcode1/Makefile.am,
6458         tests/golden/hid_gcode1/gcode_oneline.gcode.back.cnc,
6459         tests/golden/hid_gcode1/gcode_oneline.gcode.drill.cnc,
6460         tests/golden/hid_gcode1/gcode_oneline.gcode.front.cnc,
6461         tests/golden/hid_gcode10/Makefile.am,
6462         tests/golden/hid_gcode10/gcode_oneline.gcode.back.cnc,
6463         tests/golden/hid_gcode10/gcode_oneline.gcode.drill.cnc,
6464         tests/golden/hid_gcode10/gcode_oneline.gcode.front.cnc,
6465         tests/golden/hid_gcode11/Makefile.am,
6466         tests/golden/hid_gcode11/gcode_oneline.gcode.back.cnc,
6467         tests/golden/hid_gcode11/gcode_oneline.gcode.drill.cnc,
6468         tests/golden/hid_gcode11/gcode_oneline.gcode.front.cnc,
6469         tests/golden/hid_gcode2/Makefile.am,
6470         tests/golden/hid_gcode2/out.back.cnc,
6471         tests/golden/hid_gcode2/out.drill.cnc,
6472         tests/golden/hid_gcode2/out.front.cnc,
6473         tests/golden/hid_gcode3/Makefile.am,
6474         tests/golden/hid_gcode3/gcode_oneline.gcode.back.cnc,
6475         tests/golden/hid_gcode3/gcode_oneline.gcode.drill.cnc,
6476         tests/golden/hid_gcode3/gcode_oneline.gcode.front.cnc,
6477         tests/golden/hid_gcode4/Makefile.am,
6478         tests/golden/hid_gcode4/gcode_oneline.gcode.back.cnc,
6479         tests/golden/hid_gcode4/gcode_oneline.gcode.drill.cnc,
6480         tests/golden/hid_gcode4/gcode_oneline.gcode.front.cnc,
6481         tests/golden/hid_gcode5/Makefile.am,
6482         tests/golden/hid_gcode5/gcode_oneline.gcode.back.cnc,
6483         tests/golden/hid_gcode5/gcode_oneline.gcode.drill.cnc,
6484         tests/golden/hid_gcode5/gcode_oneline.gcode.front.cnc,
6485         tests/golden/hid_gcode6/Makefile.am,
6486         tests/golden/hid_gcode6/gcode_oneline.gcode.back.cnc,
6487         tests/golden/hid_gcode6/gcode_oneline.gcode.drill.cnc,
6488         tests/golden/hid_gcode6/gcode_oneline.gcode.front.cnc,
6489         tests/golden/hid_gcode7/Makefile.am,
6490         tests/golden/hid_gcode7/gcode_oneline.gcode.back.cnc,
6491         tests/golden/hid_gcode7/gcode_oneline.gcode.drill.cnc,
6492         tests/golden/hid_gcode7/gcode_oneline.gcode.front.cnc,
6493         tests/golden/hid_gcode8/Makefile.am,
6494         tests/golden/hid_gcode8/gcode_oneline.gcode.back.cnc,
6495         tests/golden/hid_gcode8/gcode_oneline.gcode.drill.cnc,
6496         tests/golden/hid_gcode8/gcode_oneline.gcode.front.cnc,
6497         tests/golden/hid_gcode9/Makefile.am,
6498         tests/golden/hid_gcode9/gcode_oneline.gcode.back.cnc,
6499         tests/golden/hid_gcode9/gcode_oneline.gcode.drill.cnc,
6500         tests/golden/hid_gcode9/gcode_oneline.gcode.front.cnc,
6501         tests/inputs/gcode_oneline.pcb, tests/run_tests.sh,
6502         tests/tests.list: Add testsuite entries to test the gcode export HID
6503         and all of its command line options.
6505 2010-03-09   Dan McMahill * dan AT mcmahill dot net *
6507         * src/hid/gcode/gcode.c: Remove RCSID.  We don't use those anymore.
6509 2010-03-09   Dan McMahill * dan AT mcmahill dot net *
6511         * src/hid/gcode/gcode.c: Change options like 'drill depth' to
6512         'drill-depth' as a space in a command line option is non-standard.
6513         Also be consistent with having or not having a "." at the end of the
6514         option help strings.
6516 2010-03-09   Dan McMahill * dan AT mcmahill dot net *
6518         * src/hid/gcode/gcode.c: Remove unix2dos system() call.  It was not
6519         needed.
6521 2010-03-09   Dan McMahill * dan AT mcmahill dot net *
6523         * src/hid/gcode/trace.c: Get rid of compiler warnings.
6525 2010-03-09   Dan McMahill * dan AT mcmahill dot net *
6527         * src/hid/gcode/gcode.c: Get rid of some gcc warnings.
6529 2010-03-09   Dan McMahill * dan AT mcmahill dot net *
6531         * src/hid/gcode/gcode.c: C++ style comments -> C style comments
6533 2010-03-09   Dan McMahill * dan AT mcmahill dot net *
6535         * doc/pcb.1: Fix nroff error.   Noted in sf patch #2889227 by Ahmed
6536         El-Mahmoudy.
6538 2010-03-09   Dan McMahill * dan AT mcmahill dot net *
6540         * configure.ac: add the gcode exporter to the export hid list
6542 2010-03-09   Dan McMahill * dan AT mcmahill dot net *
6544         * INSTALL: add notes about what libs may be needed (none) for the
6545         gcode exporter.
6547 2010-03-09   Dan McMahill * dan AT mcmahill dot net *
6549         * src/hid/gcode/auxiliary.h, src/hid/gcode/bitmap.h,
6550         src/hid/gcode/curve.c, src/hid/gcode/curve.h,
6551         src/hid/gcode/decompose.c, src/hid/gcode/decompose.h,
6552         src/hid/gcode/gcode.c, src/hid/gcode/gcode.h,
6553         src/hid/gcode/lists.h, src/hid/gcode/potracelib.h,
6554         src/hid/gcode/trace.c, src/hid/gcode/trace.h: indent to conform to
6555         the coding style used by pcb.
6557 2010-03-09   Dan McMahill * dan AT mcmahill dot net *
6559         * src/Makefile.am: gcode_lists.h should depend on gcode sources, not
6560         png sources.
6562 2010-03-09   Dan McMahill * dan AT mcmahill dot net *
6564         * src/hid/gcode/auxiliary.h, src/hid/gcode/bitmap.h,
6565         src/hid/gcode/curve.c, src/hid/gcode/curve.h,
6566         src/hid/gcode/decompose.c, src/hid/gcode/decompose.h,
6567         src/hid/gcode/gcode.c, src/hid/gcode/gcode.h,
6568         src/hid/gcode/hid.conf, src/hid/gcode/lists.h,
6569         src/hid/gcode/potracelib.h, src/hid/gcode/trace.c,
6570         src/hid/gcode/trace.h: Apply sf patch 2948711 from Alberto Maccioni
6571         which adds a g-code exporter.
6573 2010-03-08   Dan McMahill * dan AT mcmahill dot net *
6575         * configure.ac: When building the docs have configure check for
6576         epsf.tex being in the TeX installation.  Problem noted by Kai-Martin
6577         Knaak and the method for checking suggested by Peter Clifton.
6579 2010-03-02   Peter Clifton * pcjc2 AT cam dot ac dot uk *
6581         * configure.ac: Fix test for whether to rebuild the shipped
6582         pcblib-newlib library ${top_srcdir} is a Makefile variable, we need $srcdir in
6583         configure.ac
6585 2010-03-02   Peter Clifton * pcjc2 AT cam dot ac dot uk *
6587         * lib/Makefile.am: Fix make distcheck by removing regenerated newlib
6588         footprints The generated newlib files need to be removed by make distclean if
6589         they are being updated by the build process. If the files aren't
6590         being updated, we should not delete them as they were originally
6591         distributed with the source tarball.
6593 2010-03-02   Peter Clifton * pcjc2 AT cam dot ac dot uk *
6595         * tools/Makefile.am: Fix distribution of gnet-pcbfwd.scm in the dist
6596         tarball Use the dist_ prefix to make this simple, so our installed targets
6597         are now listed in dist_..._DATA, rather than ..._DATA and
6598         EXTRA_DIST.
6600 2010-03-01   DJ Delorie * dj AT delorie dot com *
6602         * src/parse_y.y: Allow empty attribute values.  The STRING token is NULL when an empty string is indicated, but
6603         empty attributes are different than missing attributes, so if a
6604         STRING is NULL, store an empty string instead.
6606 2010-02-28   DJ Delorie * dj AT delorie dot com *
6608         * src/change.c: Fix bogus cast to BoxType Instead of casting, which hides real bugs, pass the address of the
6609         bounding box itself.
6611 2010-02-24   DJ Delorie * dj AT delorie dot com *
6613         * src/action.c: Add more flexibility to the import::make option.  New attributes: make::outfile - the intermediate action file make::target - the
6614         makefile target to call (defaults to outfile or pcb_import)
6615         make::makefile - adds -f to make Added more documentation too.
6617 2010-02-24   DJ Delorie * dj AT delorie dot com *
6619         * src/buffer.c: Check both FOO and FOO.fp for footprints.
6621 2010-02-24   DJ Delorie * dj AT delorie dot com *
6623         * src/action.c: Check for NULL names.
6625 2010-02-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
6627         * src/main.c: Use strdup to copy environment strings into our
6628         settings structure.  getenv returns a const char * which is part of the environment and
6629         must not be free'd.
6631 2010-02-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
6633         * src/main.c: Fix default gnetlist executable name to be "gnetlist" The old value "defgnetlist" appears to have been a mistake.
6635 2010-02-22   Jared Casper * jaredcasper AT gmail dot com *
6637         * src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-library-window.c,
6638         src/hid/gtk/gui-log-window.c, src/hid/gtk/gui-netlist-window.c,
6639         src/hid/gtk/gui.h: hid/gtk: Prevent extra windows from showing
6640         unnecessarily Prevent the library, log, and netlist windows in the GTK HID from
6641         being shown unless explicitely requested.  This is done by splitting
6642         ghid_*_window_show into ghid_*_window_create, which creates all the
6643         resources for the window, and ghid_*_window_show, which actually
6644         shows the window (and optionally "presents" it, which pulls it to
6645         the foreground and gives it focus).  Since the NetlistShow action no longer actually shows the netlist
6646         window, but sets the node/net that is shown in the window (if and
6647         when it is visible), this patch also adds NetlistPresent which
6648         presents the netlist window.  This can be added to the
6649         FindConnections menu item to restore the behavior of bringing up the
6650         netlist window on a find.  Added an action LogShowOnAppend() which can restore the old behavior
6651         that the log window is shown whenever something is appended to it
6652         (currently off by default).
6654 2010-02-22   Dan McMahill * dan AT mcmahill dot net *
6656         * doc/pcb.texi: Document that it is pcb-menu.res for the lesstif HID
6657         and gpcb-menu.res for the GTK+ HID.
6659 2010-02-19   Dan McMahill * dan AT mcmahill dot net *
6661         * lib/m4lib_to_newlib.sh: Add some quoting to handle the case where
6662         there are spaces in some of the directory names.  As noted by peque on irc, this script failed when the build
6663         directory was located somewhere that had a space in a directory
6664         name.  Adding the extra quotes fixes that.
6666 2010-02-16   DJ Delorie * dj AT delorie dot com *
6668         * src/hid/lesstif/main.c: Revert an unintended change.
6670 2010-02-16   Ineiev * ineiev AT gmail dot com *
6672         * src/global.h: Fix broken build due to missing struct members Looks like a part of commit ef2efdd2a18a744eb715ffc1278aace1a2cded46
6673         was omitted by mistake.
6675 2010-02-07   Ineiev * ineiev AT gmail dot com *
6677         * src/find.c, src/search.c: Fix bugs in the arc intersection
6678         routine. Bug #2942582 This bug resulted in various false identificaton of connectivity
6679         between arcs and other object. Notes from Ineiev's emails: So I built a montecarlo; fixed some ugly unrealistic cases like thin
6680         arc merged in bloat and arc->Delta<-360; ran the test program
6681         (aat.c) several hours on different machins; that discovered no
6682         errors, though the number of points was not very high (a thousand or
6683         slightly more): the reference functions are really slow.  That resulted in arc.bis.patch. I tested it also with already
6684         mentioned teardropped OSDCU.pcb and t1.pcb. Then, eliminate two
6685         precision losses.  I feel I ought to stop here: the patch fixes many more bugs than
6686         originally reported.
6688 2010-02-13   Dan McMahill * dan AT mcmahill dot net *
6690         * : commit ef2efdd2a18a744eb715ffc1278aace1a2cded46  Author: Dan
6691         McMahill * dan AT mcmahill dot net * Date:   Sat Feb 13 12:41:35
6692         2010 -0500
6694 2010-02-11   DJ Delorie * dj AT delorie dot com *
6696         * src/action.c, tools/gnet-pcbfwd.scm: Fix pcb forward annotation
6697         bugs Finish rename of pcblf -> pcbfwd, handle pcb-has-no-name case.
6699 2010-02-09   Dan McMahill * dan AT mcmahill dot net *
6701         * configure.ac, src/action.c: When mkdtemp() is available use it
6702         instead of tmpnam() for creating temp file names to be used by
6703         gnetlist or make.
6705 2010-02-06   Dan McMahill * dan AT mcmahill dot net *
6707         * src/misc.c: Remove some gcc warnings about unitialized variables.  Remove some gcc warnings about uninitialized variables.  The logic
6708         was such that if the variables weren't ever assigned to somethign
6709         then they also would not have been accessed but by getting rid of
6710         this warning, we increase the chances of paying attention to other
6711         warnings which may indicate real bugs.
6713 2010-02-06   Dan McMahill * dan AT mcmahill dot net *
6715         * src/misc.c: Add missing return on an action function which is
6716         supposed to return an int.
6718 2010-02-06   Dan McMahill * dan AT mcmahill dot net *
6720         * src/hid/gtk/gtkhid-main.c: Remove some gcc warnings.  Use GPOINTER_TO_INT(), GINT_TO_POINTER() and remove a couple of
6721         unused variables to eliminate some gcc warnings.
6723 2010-02-06   Dan McMahill * dan AT mcmahill dot net *
6725         * src/netlist.c: In functions returning non-void, give a return
6726         value for returns.
6728 2010-02-06   Dan McMahill * dan AT mcmahill dot net *
6730         * src/file.h: Add missing prototype for sort_netlist() which is
6731         called in netlist.c.
6733 2010-02-06   Dan McMahill * dan AT mcmahill dot net *
6735         * configure.ac, src/action.c: Remove some gcc warnings.  Add missing headers for fork(), execvp(), wait().  Also remove a
6736         couple of unused variables.
6738 2010-02-01   DJ Delorie * dj AT delorie dot com *
6740         * src/hid/gtk/gui-netlist-window.c, src/hid/lesstif/netlist.c: 
6741         Rename NetlistChanged() to avoid conflicts Rename the existing static NetlistChanged() functions in the Gtk and
6742         Lesstif HIDs to avoid conflicts with the core global
6743         NetlistChanged() function.
6745 2010-02-01   DJ Delorie * dj AT delorie dot com *
6747         * src/hid/png/png.c: swap png bloat too When computing the bloat offsets for filled rectangles, apply the
6748         bloat after sorting the Y coordinates but before swapping them if
6749         we're printing the solder side.
6751 2010-02-01   DJ Delorie * dj AT delorie dot com *
6753         * src/hid/png/png.c: Fix drawn circles When drawing a "line" that's zero length, check for rounded ends
6754         (circle) vs square ends (square).
6756 2010-01-31   DJ Delorie * dj AT delorie dot com *
6758         * src/action.c, src/data.h, src/hid.h, src/misc.h, src/netlist.c,
6759         src/rats.c, src/undo.c, tools/Makefile.am, tools/gnet-pcbfwd.scm,
6760         tools/gnet-pcblf.scm: Changed element/netlist syntax as follows: ElementList(start) ElementList(need,...) ElementList(done) Netlist(freeze) Netlist(add,...) Netlist(thaw) Hooked all NetlistChanged() actions into a wrapper that checks for
6761         frozen.
6763 2010-01-29   DJ Delorie * dj AT delorie dot com *
6765         * src/gpcb-menu.res, src/pcb-menu.res: Add import to gtk menu,
6766         change lesstif menu to match.
6768 2010-01-29   DJ Delorie * dj AT delorie dot com *
6770         * tools/Makefile.am, tools/gnet-pcblf.scm: Add the new netlister.  Adds the new script-based netlister and the install rules.  Note
6771         that this installs PCB's netlister in gEDA's data directory.
6772         Unusual, but it's the best way to keep pcb in sync with its own
6773         netlister.
6775 2010-01-01   DJ Delorie * dj AT delorie dot com *
6777         * src/action.c, src/global.h, src/gpcb-menu.res, src/hid.h,
6778         src/hid/batch/batch.c, src/hid/bom/bom.c,
6779         src/hid/common/hidnogui.c, src/hid/gtk/gtkhid-main.c,
6780         src/hid/lesstif/dialogs.c, src/hid/lesstif/lesstif.h,
6781         src/hid/lesstif/main.c, src/hid/lesstif/xincludes.h,
6782         src/hid/lpr/lpr.c, src/hid/nelma/nelma.c, src/hid/png/png.c,
6783         src/hid/ps/eps.c, src/hid/ps/ps.c, src/pcb-menu.res: Add attribute
6784         editor GUI to gtk and lesstif.  Attributes(Layout|Layer|Element) Attributes(Layer,layername) Let the user edit the attributes of the layout, current or given
6785         layer, or selected element.
6787 2009-12-27   DJ Delorie * dj AT delorie dot com *
6789         * src/action.c, src/misc.c, src/misc.h, src/pcb-menu.res: Add
6790         Import() action Add an action to import schematics into the pcb.  It allows for a
6791         list of schematics to be specified in the action or in the pcb, as
6792         well as supporting using a Makfile instead of gnetlist.
6794 2009-12-27   DJ Delorie * dj AT delorie dot com *
6796         * src/draw.c: Undo an accidental change.
6798 2009-04-21   DJ Delorie * dj AT delorie dot com *
6800         * src/action.c, src/buffer.c, src/buffer.h, src/change.c,
6801         src/change.h, src/create.c, src/draw.c, src/file.c,
6802         src/hid/lesstif/main.c, src/misc.c, src/misc.h, src/netlist.c: 
6803         Work-in-progress for LF: netlist importing
6805 2010-01-01   DJ Delorie * dj AT delorie dot com *
6807         * src/hid/png/png.c: Check for empty layers.  If you have a four-layer board but the inner layers are empty, photo
6808         mode dies.  This checks for at least the more common case, but
6809         further work to protect against *any* empty layer is warranted.
6811 2010-01-01   DJ Delorie * dj AT delorie dot com *
6813         * src/hid/png/png.c: Fix photo-mode mask layer.  The addition of mask support to PNG export broke photo mode; this
6814         patch undoes the mask support when photo mode is enabled.
6816 2009-12-27   DJ Delorie * dj AT delorie dot com *
6818         * src/hid/png/png.c, src/misc.c: Add support for specifying
6819         soldermask and solderside from the command line Added "solderside" and "mask" as valid layers for --layer-stack.
6820         Also added "silk" as an alias for "elements".  Added mask support to
6821         the PNG exporter so that it draws soldermask properly.  Also added
6822         support to PNG for showing the board from the solder side, and
6823         removed some leftover cruft from when it was copied from the PS hid.
6825 2009-12-22   anthonix * anthonix AT anthonix-desktop dot (none) *
6827         * src/toporouter.c: Toporouter: Removed superfluous debug function
6829 2009-12-22   anthonix * anthonix AT anthonix-desktop dot (none) *
6831         * src/toporouter.c, src/toporouter.h: Toporouter: A few fixes The main fix is in the 'special cut' code, which had a tricky corner
6832         case to deal with. The special cut code has also been commented in
6833         the critical spots.  There are a few other minor fixes, and a couple of heuristic
6834         changes.
6836 2009-12-13   DJ Delorie * dj AT delorie dot com *
6838         * src/action.c: Handle NULL strings when replacing elements.  Sometimes, when you're building a board from the library, elements
6839         won't have values for their strings.  When replacing those elements,
6840         replicate the NULL pointer rather than trying to strup it.
6842 2009-12-07   Chitlesh GOORAH * chitlesh dot goorah AT gmail dot com *
6844         * doc/refcard.tex: Update the quick reference  From: Chitlesh GOORAH * chitlesh dot goorah AT gmail dot com * To:
6845         gEDA user mailing list Hello there, The current layout of the PCB command reference PDF document (the
6846         one currently being shipped) is broken. It looks like it on life
6847         support.  http://chitlesh.fedorapeople.org/pcb/refcard_old.pdf I've updated only the layout of refcard.tex
6848         http://chitlesh.fedorapeople.org/pcb/refcard.tex to give
6849         http://chitlesh.fedorapeople.org/pcb/refcard.pdf . Unfortunately, I
6850         don't have enough time currently to update it to the latest key
6851         shortcuts. Can you guys please apply it to the next release ? I hope
6852         someone will update it in the meantime, else I'll dig into it next
6853         year.  Chitlesh
6855 2009-11-25   Dan McMahill * dan AT mcmahill dot net *
6857         * src/main.c: In the -h (help) output, mention which gui the gui
6858         options are for.
6860 2009-11-25   Dan McMahill * dan AT mcmahill dot net *
6862         * doc/pcb.texi:  Rather than having @code{Pcb} all over, refer to
6863          the program name with @pcb{}.  To help keep how we refer to and mark up the name of the program,
6864         define a macro at the start and use it all over.  Also change some of the "for X11" text since pcb really runs on what
6865         ever windowing system gtk (X11 or windows) or lesstif (X11 for this
6866         one) runs on.
6868 2009-11-23   Dan McMahill * dan AT mcmahill dot net *
6870         * : commit c81b2d09b281a357910759a373bd8e8bdc4b3cd1  Author: Dan
6871         McMahill * dan AT mcmahill dot net * Date:   Mon Nov 23 21:16:36
6872         2009 -0500
6874 2009-11-15   Peter Clifton * pcjc2 AT cam dot ac dot uk *
6876         * src/hid/gtk/gtkhid-gdk.c: hid/gtk: Add a guard against GC's being
6877         passed from another HID Various other HIDs have this check.
6879 2009-11-15   Peter Clifton * pcjc2 AT cam dot ac dot uk *
6881         * src/hid/gtk/gtkhid-gdk.c, src/hid/gtk/gui.h: hid/gtk: Move
6882         definition of the device context inside gtkhid-gdk.c Keep it private to the drawing routines.
6884 2009-11-15   Peter Clifton * pcjc2 AT cam dot ac dot uk *
6886         * src/hid/gtk/gtkhid-main.c: hid/gtk: Remove unused HID
6887         "ghid_extents"
6889 2009-11-15   Peter Clifton * pcjc2 AT cam dot ac dot uk *
6891         * src/Makefile.am, src/hid/gtk/gtkhid-gdk.c,
6892         src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-top-window.c,
6893         src/hid/gtk/gui.h: hid/gtk: Move various gdk drawing routines into a
6894         new file gtkhid-gdk.c This separates some of the drawing code so it could be replaced more
6895         easily.  Pretty much a straight move at this point, but renamed the static
6896         function "draw_grid()" to ghid_draw_grid() now it is no longer local
6897         to gtkhid-main.  Removed all #include not required to build in gtkhid-main.c and
6898         gtkhid-gdk.c
6900 2009-11-15   Peter Clifton * pcjc2 AT cam dot ac dot uk *
6902         * src/draw.c, src/hid.h, src/hid/gtk/gtkhid-main.c,
6903         src/hid/lesstif/main.c: Add SL_RATS layer ID to tell the GUI we're
6904         drawing rats Also, let the GUI decide whether it wants to draw rats or not,
6905         rather than have the core test PCB->RatsOn directly.
6907 2009-11-15   Peter Clifton * pcjc2 AT cam dot ac dot uk *
6909         * src/draw.c, src/draw.h: draw.c: Apply const qualifier to DrawLayer
6910         and DrawSilk bounds This keeps the compiler happier.
6912 2009-11-15   Peter Clifton * pcjc2 AT cam dot ac dot uk *
6914         * src/crosshair.c: By popular(*) request, Make the cross-hair snap
6915         to the center of pads * Popular.. or vocal?, I'm not sure.  If more people don't like the new behaviour, there is always git
6916         revert.  There was of course, a third possibility - adding support to snap to
6917         pad end-points _and_ their centers. I rejected this because of
6918         "nearly" square pads - it becomes difficult to know if you've picked
6919         up the center of the pad, and many of those asking for
6920         snap-to-center wanted it in order to pick up and align components by
6921         their pads.  NB: Optimised rat-lines still go to the edge of pads, as this can
6922             often look less cluttered. Rat-lines drawn to the center of a pad
6923             will work correctly, and remain on the pad center until the next
6924             time "optimise" is run on the rats-nest.
6926 2009-11-15   Peter Clifton * pcjc2 AT cam dot ac dot uk *
6928         * src/find.c, src/rubberband.c: Add support for rat-lines ending at
6929         the center of pads Optimised rats are still located at the edges of pads, but the rat
6930         connection checking code will now also accept rats ending at the
6931         center of a pad.
6933 2009-11-14   Peter Clifton * pcjc2 AT cam dot ac dot uk *
6935         * src/draw.h: draw.h: Remove ClearPin prototype missed in last
6936         commit
6938 2009-11-14   Peter Clifton * pcjc2 AT cam dot ac dot uk *
6940         * src/draw.c: draw.c: Don't clear pins / vias from polygons... it is
6941         already done! Our polygons already the required holes for pins, vias, pads etc..
6942         so don't waste drawing clearances twice. This looks to be a legacy
6943         from the way PCB used to draw polygons.
6945 2009-11-14   Peter Clifton * pcjc2 AT cam dot ac dot uk *
6947         * src/hid/common/draw_helpers.c, src/polyarea.h, src/polygon.c,
6948         src/polygon1.c: polygons: Tag circular contours so they can be
6949         special-cased when drawing.  Tagging circular contours allows GUIs (if they wish) to draw
6950         circular holes in polygons more accurately, and potentially faster -
6951         depending on whether they use mask based rendering or rely on the
6952         dicer.  When zoomed far out (and using a mask based scheme), the drawing
6953         routine can use a lower vertex count approximation to the contour -
6954         leading to rendering speed improvements. This is used to reasonable
6955         effect in the experimental OpenGL branch.  Modify hid/common/draw_helpers.c to use these tags when thin-drawing
6956         polygon contours with common_thindraw_pcb_polygon(). This allows the
6957         GUI to change the level of detail rendered with zoom, and serves to
6958         test this feature.  DRC checking and output are still done using the fixed resolution
6959         approximation present in the polygon contour, so in this respect -
6960         it makes rendering somewhat unfaithful to the final output.
6962 2009-11-13   Peter Clifton * pcjc2 AT cam dot ac dot uk *
6964         * src/draw.c: draw.c: Draw all vias, pins and pads under the mask
6965         layer This fixes an issue where the rendering of a partially masked via is
6966         inaccurate. The down-side is that partially, or completely masked
6967         vias become obscured by the mask drawn above them.  If the user is previewing the mask rendering, it is probably best
6968         that they see an accurate representation - even if this means hiding
6969         vias.
6971 2009-11-13   Peter Clifton * pcjc2 AT cam dot ac dot uk *
6973         * src/draw.c: Fix thindraw mask drawing for pins, including
6974         octagonal ones We need to set the line-width for round pins when in thin-draw and
6975         clearing the mask.  We need to tell DrawSpecialPolygon() whether we need thin-draw or
6976         not depending on whether we're clearing the mask or not. We don't
6977         need to set the line-width outside of DrawSpecialPolygon(), since it
6978         sets it its-self.  Fix DrawSpecialPolygon() to set the line width and cap style on the
6979         correct GC.
6981 2009-11-13   Peter Clifton * pcjc2 AT cam dot ac dot uk *
6983         * src/hid/common/draw_helpers.c: hid/common: Control update of
6984         NoHoles cache based on clip region If at least 50% of the bounding box of a polygon is within the clip
6985         region, compute the whole NoHoles polygon and cache it for later
6986         rendering.  If less of the polygon is within the clip region, just compute what
6987         we need to draw the piece we've been asked for.
6989 2009-11-13   Peter Clifton * pcjc2 AT cam dot ac dot uk *
6991         * src/hid/common/draw_helpers.c: hid/common: Fix memory leak in
6992         polygon NoHoles clipping routine poly_CopyContour creates the edge tree, as does ContourToPoly(),
6993         which overwrite the one created in poly_CopyContour().  Replace call to ContourToPoly() with a discrete alternative without
6994         the poly_PreContour() call.  Also, don't try to poly_Free() the output of poly_Boolean_free() in
6995         an error condition. poly_Boolean_free() re-uses the A input polygon
6996         for its output, so attempting to free that might be dangerous.  poly_Boolean_free() should free its inputs (and any partial output)
6997         if it encounters an error.
6999 2009-11-12   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7001         * src/hid/common/draw_helpers.c: hid/common: Clip no-holes polygon
7002         pieces before calling fill_contour This avoids integer overflow in some HIDs (GTK, Lesstif?) when
7003         drawing at high zoom level. Such overflow would lead to incorrectly
7004         drawn polygons.  It is possible that a similar bug could effect thin-drawn polygons,
7005         but that has not manifested its-self so far. If we were to clip
7006         these in the future, we need to be careful to extend the clip region
7007         slightly off-screen, so the outlines are not drawn.  Ideally we would clip these vertices using a Sutherland-Hodgman
7008         clipping algorithm, then we could simply discard edges which are
7009         clipped completely.
7011 2009-11-12   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7013         * src/draw.c, src/hid/common/flags.c, src/hid/gerber/gerber.c,
7014         src/hid/png/png.c, src/hid/ps/ps.c, src/print.c: Use strcmp() for
7015         special layer names, rather than strcasecmp() Before commit 086aa491fae18f1ec72da047b772fa3510f72d0b, we were
7016         using strcmp() and strcasecmp() in different places. That commit
7017         changed to strcasecmp(). Lets choose to keep the more restrictive
7018         option for now, which reduces the number of "magic" layer names PCB
7019         supports.
7021 2009-11-12   Patrick Bernaud * b-patrick AT wanadoo dot fr *
7023         * src/hid/gtk/gui-top-window.c: hid/gtk: Fix strncat length when
7024         building accelerator string. (CODE!) (Oops, I pushed an empty patch last time - Peter Clifton) Commit d6b396c4a34bb619c8e91da1e9cd9bd27ff54657 was not enough:
7025         strncat() must be given the remaining length of buffer to ensure it
7026         does not overflow. Plus it now emits a message in the unlikely case
7027         of a too small buffer for an accelerator.
7029 2009-11-12   Patrick Bernaud * b-patrick AT wanadoo dot fr *
7031         * : hid/gtk: Fix strncat length when building accelerator string.  Commit d6b396c4a34bb619c8e91da1e9cd9bd27ff54657 was not enough:
7032         strncat() must be given the remaining length of buffer to ensure it
7033         does not overflow. Plus it now emits a message in the unlikely case
7034         of a too small buffer for an accelerator.
7036 2009-11-12   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7038         * src/draw.c, src/find.c, src/polygon.c: Correct rendering and
7039         connectivity checks for zero clearance pads and pins NB: These areren't technically allowed by PCB, but it is nice that
7040         when a user hacks zero clearance in their PCB file, that we: a) Draw polygons without any cleared gaps in the output b) Correctly determine that these objects will be connected to the
7041         polygon
7043 2009-11-12   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7045         * src/draw.c, src/hid/gerber/gerber.c, src/hid/ps/ps.c: Use
7046         strcasecmp when looking for the "outline" or "route" layer A some cases previously used strcmp, leading to inconsistencies in
7047         our handling of these "special" layers.
7049 2009-11-12   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7051         * src/polygon.c: polygon.c: Remove unused #define COARSE_CIRCLE 0
7053 2009-11-12   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7055         * src/polygon.c: Speed up unsubtraction from polygons when objects
7056         are deleted This process worked by adding a new "blob" of polygon to cover in
7057         the hole made by the object being deleted. If this "blob"
7058         intersected the contour of the original polygon, it would cause the
7059         polygon's contour to be damaged. To avoid this, the unsubract code
7060         would always clip the resulting polygon against the original
7061         (pristine) polygon contour.  Unfortunately.. this clipping operation is gauranteed to intersect
7062         the contour of the polygon - a very expensive operation, since all
7063         holes inside the polygon (many on a complex board) have to be
7064         re-processed.  This speed-up is achieved by reversing the order of operation. The
7065         "blob" to be added to the polygon is first clipped against the
7066         pristine contour (a relatively cheap operation). This then allows us
7067         to add the new clipped blob to the more complex polygon on the board
7068         without worry that the contour may be compromised.
7070 2009-11-12   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7072         * src/file.c: file.c: Add profiling of CPU seconds consumed during
7073         file load This information is useful to benchmark the load of complex boards
7074         which consume a lot of CPU cycles clipping polygons during loading.  Adding this upstream will allow me to gain information from users
7075         describing load slowness, without having a copy their design.
7077 2009-11-11   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7079         * src/hid/ps/ps.c: hid/ps: Don't use diced polygons for postscript
7080         output This speeds up postscript output on boards with complex polygons.  It has the added advantage for some postscript and pdf readers that
7081         there are no accidental gaps rendered between pieces of the diced
7082         polygon due to non-global anti-aliasing in their renderer.
7084 2009-11-11   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7086         * src/polygon.c: Play with number of line segments in line caps By changing from 36 lines-segments per circle to 40, we create a
7087         symmetry at 45 degrees - a common angle for lines on a circuit board
7088         to intersect at. This avoids building additional complexity in the
7089         polygons which are cut by these intersections.
7091 2009-11-11   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7093         * src/polygon.c: Fixup frac_circle to avoid repeating a vertex the
7094         caller will add Before we were getting self-intersecting polygons in some cases, a
7095         big no-no. One less vertex should be added than the expected
7096         (CIRC_SEGS / range), since the caller adds the last vertex.
7098 2009-11-11   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7100         * src/polygon1.c: polygon1.c: #ifdef DEBUG_ALL_LABELS build
7101         print_labels() Avoids warnings when building with DEBUG defined, but without
7102         DEBUG_ALL_LABELS.
7104 2009-11-11   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7106         * src/polygon1.c: polygon1.c: Tidy up poly_Valid debug print
7107         routines to match pline_dump Avoids a superfluous line: %d %d 10 10 ""] at the beginning of each output block.
7109 2009-11-11   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7111         * src/polygon1.c: polygon1.c: Fixup pline_dump() (debug code) to
7112         match correct edge state The old code would mistakenly annotate with the edge state for the
7113         next edge. From polygon1.c: /* note that a vertex v's Flags.status represents the edge defined
7114          by * v to v->next (i.e. the edge is forward of v)  */
7116 2009-11-11   Harry Eaton * haceaton AT users dot sourceforge dot net *
7118         * src/polygon1.c: Re-write node_label() to only label the edge being
7119         passed as its argument.  Breifly, the old code tried to walk the entire CVCList labeling
7120         multiple edges. The new code tries only to label the argument vertex
7121         i.e. the forward ('N') edge from this vertex. It tries to look
7122         counter-clockwise just one edge which will give the answer in most
7123         cases. If that fails it looks further into the CVCList until it can
7124         find the answer, then stops. The code is much simpler because we
7125         know that the edge we are labeling is always departing the
7126         cross-vertex point.  (Futher comments and original bug diagnosis by Peter Clifton) This prevents "double labeling", where the old routine could label
7127         any edges which intersect at the vertex passed to node_label().  This fixes a bug discovered by Stefan Salewski, where certain boards
7128         could trigger an assert failure when PCB was built with debugging.  The bug, it would seem - is relating to the way (and order) we were
7129         labeling edges of polygon contours: 2 |/\     In this diagram, x is on the outer contour of our polygon,
7130         x  |    and is in fact two vertices at the same point, lets denote
7131         |\/     these as |\ and |/ 1 The labelling algorithm works up from point 1, gets to |\, whereupon
7132         it gets the CVCList for the spatial point x - which contains |\ AND
7133         |/ along with the (shared) edges from the clipping contour.  node_label is called with the |\ vertex, but in the process of
7134         scanning the CVCList at this point, it also checks for SHARED edges.
7135         It _only_ checks shared edges against the |\ vertex, NOT the |/ one.  During this pass, the | edge coming from the |/ vertex gets
7136         mis-labelled as "OUTSIDE", where is should eventually get labelled
7137         "SHARED" BUG: We then skip over calling node_label with the |/ vertex, since | has
7138         already been labelled. We next get to point 2.  Point 2 looks at the | edge, and declares it to be "INSIDE". (It
7139         should already have been labelled "SHARED" by this point, so
7140         node_label doesn't know any better.  The | edge is already labelled "OUTSIDE" when we go to label it
7141         "INSIDE".. assertion fail.  This commit avoids missing the correct labelling of shared edges, by
7142         ensuring we never label any edges in advance of calling node_label
7143         for them.
7145 2009-11-11   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7147         * src/polygon1.c: Reindent polygon1.c with "indent" This is a painful one for me to push, as it will certainly cause
7148         rebase misery against all my local branches.  Oh well... got to be done!
7150 2009-11-09   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7152         * src/file.c: file.c: Don't walk off the end of a string in
7153         string_cmp() We need to check that we don't advance past the terminating \0 in
7154         the string.
7156 2009-11-09   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7158         * src/polygon1.c: polygon1.c: Fix some printf format arguments in
7159         DEBUG sections %ld is for long int, and we are passing int, so use %d
7161 2009-11-09   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7163         * src/hid/gtk/gui-dialog.c, src/hid/gtk/gui-top-window.c: hid/gtk:
7164         Don't pass non-literat format argument to printf style functions.
7166 2009-11-09   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7168         * src/hid/gtk/gui-top-window.c: Pass correct length to strncat We need to pass "sizeof (string) - 1", due to the NULL pointer.
7170 2009-11-08   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7172         * win32/Makefile.am, win32/build_pcb, win32/pcb.nsi.in:  win32:
7173          Install Readme.txt in @docdir@ Also removes unnecessary fiddling with pkgdatadir which was
7174         responsible for creating an empty directory $datadir/pcb-$VERSION/ Adjusted pcb.nsi.in to match new location of Readme.txt, but have
7175         not test-built the Win32 package due to non-availablility.   Adjusted build_pcb to put @docdir@ at ${pcb_inst}/doc, as this fits
7176         the rest of the win32 build better.
7178 2009-11-07   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7180         * example/Makefile.am, example/libraries/Makefile.am,
7181         tutorial/Makefile.am:  Install examples under @docdir@ This is what distro packaging scripts have been doing anyway, so
7182         save them the work by moving our defaults.   Suggested by Chitlesh GOORAH * chitlesh dot goorah AT gmail dot com
7183         *
7185 2009-11-07   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7187         * example/LED, example/LED.NET, example/LED.net, example/LED.pcb,
7188         example/LED2, example/LED2.pcb, example/Makefile.am: examples: Add
7189         ".pcb" extension to "PCB(2)", move "LED.NET" to "LED.net"  ".pcb" change suggested by Chitlesh GOORAH * chitlesh dot goorah AT
7190         gmail dot com * ".net" change was my doing, to match our registered
7191         mime-types
7193 2009-11-06   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7195         * src/hid/lesstif/main.c: lesstif: Remove errornous & operator in
7196         free () call GCC spotted this one.
7198 2009-11-05   Dan McMahill * dan AT mcmahill dot net *
7200         * README.snapshots: Fix some details on branching and pushing a
7201         local branch.
7203 2009-11-03   Dan McMahill * dan AT mcmahill dot net *
7205         * README.snapshots: Update how to release files on sourceforge since
7206         it has all changed.
7208 2009-11-03   Dan McMahill * dan AT mcmahill dot net *
7210         * configure.ac: Welcome to pcb-1.99z (decision time is looming)
7212 2009-11-03   Dan McMahill * dan AT mcmahill dot net *
7214         * : commit 7f38f164addcbfc0a9873d2e0782f921f2d005c9  Author: Dan
7215         McMahill * dan AT mcmahill dot net * Date:   Tue Nov 3 17:56:38 2009
7216         -0500
7218 2009-11-03   Dan McMahill * dan AT mcmahill dot net *
7220         * utils/git2cl: Be more agressive about obfuscating email addresses.
7222 2009-11-03   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7224         * src/hid/batch/batch.c, src/move.c: Fix mistaken use of MAX_LAYER
7225         instead of max_layer.  (Why this wasn't obvious, I can't possibly imagine ;)) Bug relates to batch HID, and move of text items onto the solder
7226         layer.
7228 2009-11-02   Dan McMahill * dan AT mcmahill dot net *
7230         * NEWS: Add a few more news item for the upcoming release.
7232 2009-11-02   Dan McMahill * dan AT mcmahill dot net *
7234         * : commit ccd37c7db665e3b0f15bc5377a54f89ba997296d  Author: Dan
7235         McMahill * dan AT mcmahill dot net * Date:   Mon Nov 2 22:24:29 2009
7236         -0500
7238 2009-09-22   Ineiev * ineiev AT users dot berlios dot de *
7240         * src/file.c, src/global.h, src/mymem.c, src/parse_y.y: add
7241         attributes to layers Fix memory leaks of attributes
7243 2009-10-30   Dan McMahill * dan AT mcmahill dot net *
7245         * configure.ac, doc/Makefile.am, lib/Makefile.am: Provide better
7246         support for building from anoncvs sources.  There were a few conditionals which turned on additional portions of
7247         the makefiles if it was determined that the build was from sources
7248         obtained via git.  Expand this to also detect if sources were from
7249         CVS since we still support anonymous cvs for tracking sources.
7251 2009-10-29   Dan McMahill * dan AT mcmahill dot net *
7253         * README.snapshots: Add some missing 'git push' to the instructions.
7255 2009-10-29   Dan McMahill * dan AT mcmahill dot net *
7257         * NEWS: Add some last minute news items for 20091101
7259 2009-10-29   Dan McMahill * dan AT mcmahill dot net *
7261         * README.snapshots: Recommend using the -O (obfuscate email
7262         addresses) option to git2cl
7264 2009-10-29   Dan McMahill * dan AT mcmahill dot net *
7266         * utils/git2cl: Teach git2cl how to obfuscate email addresses.  Also
7267         add a --help.
7269 2009-10-29   Dan McMahill * dan AT mcmahill dot net *
7271         * : commit dc0cdd25a1e490e7288622e9bcb5efd1f253c9cb  Author: Dan
7272         McMahill * dan AT mcmahill dot net * Date:   Wed Oct 28 22:58:43
7273         2009 -0400
7275 2009-10-28   Dan McMahill * dan AT mcmahill dot net *
7277         * README.snapshots: Take a first pass at updating the release
7278         documentation for git instead of cvs.
7280 2009-10-28   Dan McMahill * dan AT mcmahill dot net *
7282         * NEWS: Update the target release date for the next snapshot
7284 2009-10-22   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7286         * src/polygon.c: Pass r_NoHolesPolygonDicer a POLYAREA *, not a
7287         PLINE * No functional changes to callers of NoHolesPolygonDicer() The allows state in the POLYAREA to be passed into the recursive
7288         dicer. This is needed in order to maintain an up to date r-tree of
7289         contours in the POLYAREA.
7291 2009-10-22   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7293         * src/polygon1.c: Fix bug with polygon boolean operation PBO_XOR (I
7294         think!) If the contour in A is outside of B, it should be kept. It seems
7295         this case may have been missed.  PCB does not use the PBO_XOR operation, so it is difficult to test
7296         whether this is correct or not.
7298 2009-10-21   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7300         * src/global.h, src/polyarea.h, src/polygon1.c: Make rtree_t type
7301         available to polygon1.c This saves a load of casting, and helps the compiler doing its job
7302         catching programming errors.
7304 2009-10-21   Jared Casper * jaredcasper AT gmail dot com *
7306         * src/hid/gtk/gui-top-window.c: Fix a bug in gtk hid which caused
7307         layer buttons to get confused (sourceforge bug 1988951) In ghid_layer_enable_buttons_update, the layer_buttons array was
7308         being indexed using a counter which stoped at the current max_layer,
7309         which was wrong.  Changed this to use the constants LAYER_BUTTON_*.  Also made the handling of the silk and rats buttons match the
7310         (slightly more correct) handling of the other buttons in
7311         layer_enable_button_cb.
7313 2009-10-21   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7315         * src/create.c, src/global.h, src/hid/common/draw_helpers.c,
7316         src/mymem.c, src/polygon.c, src/polygon.h: Add cache for "noholes",
7317         diced versions of polygons
7319 2009-10-21   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7321         * src/hid/common/draw_helpers.c, src/polygon.c: Give callback from
7322         NoHolesPolygonDicer ownership of the returned contour This means callers of NoHolesPolygonDicer() should call
7323         poly_FreeContours on the contour they are passed (if they do not
7324         wish to retain it).
7326 2009-10-21   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7328         * src/polyarea.h, src/polygon1.c: Replace poly_Clear(POLYAREA *)
7329         function with poly_FreeContours(PLINE **) The poly_Clear function only clears the contours of the polygon
7330         anyway, so make a more explicitly named function to do this work,
7331         and pass the contours directly.  This will be useful should we want to deal with a series of contours
7332         separately from a POLYAREA object.
7334 2009-10-21   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7336         * src/action.c, src/create.c, src/strflags.c: Fix "newfullpoly" flag
7337         test and save its state into the .pcb file.  The flag controlling this behaviour is kept up to date as a PCB
7338         flag, not something which is updated in Settings.FullPoly. Change
7339         the test accordingly.  Added a PCB flag "newfullpoly" to save this state in the .pcb file.  NOTE: "full" polygons severly break connectivity checking, as the
7340               code always treats broken up pieces of the polygon as being
7341         connected.        It _might_ have been better to leave this support broken - so       users don't inadvertently create polygons with the "fullpoly"
7342               flag.  TODO: Consider removing, hiding or adding warnings to this feature.
7344 2009-10-20   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7346         * src/hid/gtk/gui-output-events.c: hid/gtk: Remove unused function
7347         in_draw_state()
7349 2009-10-19   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7351         * src/hid/common/actions.c: hid/common: Fix dereference bug in
7352         hid_find_action().  We want to check context for being NULL, not *context.
7354 2009-10-19   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7356         * src/hid/common/actions.c: hid/common: Don't walk off end of string
7357         whilst parsing.  Fixed a bug where the action parser would walk off the end of a
7358         string when given an action without a "(" in it, e.g. "benchmark".
7360 2009-10-17   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7362         * src/find.c: Tidy up IsPolygonInPolygon No functional changes
7364 2009-10-17   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7366         * src/global.h, src/polygon1.c, src/rtree.c: Add some annotations to
7367         help optimise branch prediction.  Macros G_LIKELY and G_UNLIKELY were taken from GLib (LGPL 2), and
7368         renamed without the G_ prefix.  This hasn't had much discernable effect
7370 2009-10-17   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7372         * src/polygon1.c: Rework iteration over contours in "intersect" to
7373         improve performance We don't need to be using an r_tree search to determine if a
7374         contour's bounding box hits anything in another contour. Just
7375         compare the bounding boxes directly, then continue to the more
7376         expensive testing.  Rather than counting the vertices of each POLYAREA then swapping to
7377         ensure we loop over the the small one, wait until we've worked out
7378         which contours we're comparing. Rather than swapping, we just choose
7379         which to loop over. This saves us time in the case where the larger
7380         intersecting contour belongs to the polygon with fewer vertices.  In one case, this change reduced a complex board's load time from
7381         ~140 seconds to ~70.
7383 2009-10-14   Peter Clifton * pcjc2 AT cam dot ac dot uk *
7385         * src/.gitignore: Add dbus-introspect.h to src/.gitignore dbus-introspect.h is a generated file.
7387 2009-09-14   Dan McMahill * dan AT mcmahill dot net *
7389         * : commit 7ae3210e58b682577bbae1ff4d8ffc89a6666ad9  Author: Dan
7390         McMahill * dan AT mcmahill dot net * Date:   Mon Sep 14 07:20:50
7391         2009 -0400
7393 2009-09-11   DJ Delorie * dj AT delorie dot com *
7395         * src/misc.c: Fix "Design Rule Checker moves elements and traces off
7396         grid"  Patch from Ineiev * ineiev AT gmail dot com * to keep the grid from
7397         changing just because DRC ran.
7399 2009-08-29   Bert Timmerman * bert dot timmerman AT xs4all dot nl *
7401         * src/hid/batch/batch.c: gEDA-dev: [pcb patch] Correction of the pcb
7402         homepage url in the batch HID Hi, Subject says it all.  Kind regards, Bert Timmerman.  >From 54b7d8e1d7704c1f467e0711f94dc564cc0a2c6d Mon Sep 17 00:00:00
7403         2001  From: Bert Timmerman * bert dot timmerman AT xs4all dot nl *
7404         Date: Sat, 29 Aug 2009 21:57:22 +0200 Subject: [PATCH] Correction of
7405         the pcb homepage url in the batch HID.
7407 2009-08-14   Bert Timmerman * bert dot timmerman AT xs4all dot nl *
7409         * src/misc.c: gEDA-dev: pcb [PATCH] Correction of the geda homepage
7410         url and wiki url in the about dialog window.  Hi all, Here is another one :) Kind regards, Bert Timmerman.  >From c383fc1aabfcefb3c688bb5274f08874c86e7a8a Mon Sep 17 00:00:00
7411         2001  From: Bert Timmerman * bert dot timmerman AT xs4all dot nl *
7412         Date: Fri, 14 Aug 2009 00:33:26 +0200 Subject: [PATCH] Correction of
7413         the geda homepage url and wiki url in the about dialog window.
7415 2009-08-13   Bert Timmerman * bert dot timmerman AT xs4all dot nl *
7417         * src/misc.c: Correction of the pcb homepage url in the about dialog
7418         window.
7420 2009-03-31   Bert Timmerman * bert dot timmerman AT xs4all dot nl *
7422         * src/hid/gtk/gui-dialog.c: Apply filters to load filechooser
7423         dialogs. [1988982] [2686963] Applies filters to the filechooser dialogs when loading layouts,
7424         layouts (to buffer), elements (to buffer) and netlists.  Default behaviour is to not filter in the filechooser dialog.
7425         Choosing a predefined filefilter in the filechooser dialog filters
7426         on registered mime types, lowercase and uppercase file extensions.
7427         Predefined filters are selected upon the action chosen in the "File"
7428         pulldown menu.
7430 2009-08-04   Peter TB Brett * peter AT peter-b dot co dot uk *
7432         * README.cvs, README.git: Replace 'README.cvs' with 'README.git'.
7433         [2810417] Provide information on how to use git to access the PCB repository.
7434         Fixes bug #2810417.
7436 2009-08-04   Peter TB Brett * peter AT peter-b dot co dot uk *
7438         * doc/.gitignore: Add some generated .texi files to doc/.gitignore.
7440 2009-08-01   Uwe Hermann * uwe AT hermann-uwe dot de *
7442         * doc/gs/fb-blinker.texi, doc/gs/fb-smt.texi: gEDA-user: [PATCH]
7443         s/pj-102.fp/pj102.fp/ in PCB tutorial Replace pj-102.fp filename with pj102.fp to make the PCB example
7444         work.
7446 2009-07-30   Dan McMahill * dan AT mcmahill dot net *
7448         * src/hid/png/png.c: Do not try to call gdImageCreate() on a 0x0
7449         sized image.  This hopefully addresses some of the segfaults seen recently with
7450         the latest version of gd.  If a brush size scales to give a size of
7451         0 then bump it up to a single pixel.
7453 2009-07-29   Dan McMahill * dan AT mcmahill dot net *
7455         * src/hid/png/png.c: Check return codes from the various gd
7456         allocation functions.  Check returns codes for gdImageCreate(), gdImageColorAllocate(), and
7457         gdImageColorAllocateAlpha() calls to check for problems.
7459 2009-07-27   Dan McMahill * dan AT mcmahill dot net *
7461         * src/action.c: Don't disperse locked elements.  When dispersing elements do not disperse locked elements.  Locked
7462         elements often times are mechanical and really should not be moved.
7463         Noted by Levente Kovacs on gEDA-user.
7465 2009-07-07   anthonix * anthonix AT anthonix-desktop dot (none) *
7467         * : commit 2f80c6fc0c4aa1b7b5bb85d0d45f8415564dbe68  Author:
7468         anthonix * anthonix AT anthonix-desktop dot (none) * Date:   Tue Jul
7469         7 02:21:33 2009 +1200
7471 2009-07-02   Dan McMahill * dan AT mcmahill dot net *
7473         * po/POTFILES.in: add src/toporoute.c add src/toporoute.c which lets this pass 'make distcheck' again.
7475 2009-07-03   anthonix * anthonix AT anthonix-desktop dot (none) *
7477         * src/toporouter.c, src/toporouter.h: Toporouter: ROAR
7479 2009-06-27   anthonix * anthonix AT anthonix-desktop dot (none) *
7481         * : commit ffb17f87f0d5c4e06574750f36a15e51f4ff89d3  Author:
7482         anthonix * anthonix AT anthonix-desktop dot (none) * Date:   Sat Jun
7483         27 11:27:55 2009 +1200
7485 2009-06-25   Dan McMahill * dan AT mcmahill dot net *
7487         * : commit b17582ba2e192f42cd87d8466f16ea48fbde0d5b  Author: Dan
7488         McMahill * dan AT mcmahill dot net * Date:   Thu Jun 25 22:58:29
7489         2009 -0400
7491 2009-06-26   anthonix * anthonix AT anthonix-desktop dot (none) *
7493         * : commit 889ee4f3a223c90d376c68524bce75423ef776bc  Author:
7494         anthonix * anthonix AT anthonix-desktop dot (none) * Date:   Fri Jun
7495         26 13:56:48 2009 +1200
7497 2009-06-26   anthonix * anthonix AT anthonix-desktop dot (none) *
7499         * src/toporouter.c, src/toporouter.h: Toporouter: One pass
7500         curvilinear wiring
7502 2009-06-25   Dan McMahill * dan AT mcmahill dot net *
7504         * tests/run_tests.sh: When using the gerber HID, always use
7505         --fab-author to make the resuls repeatable.  Always use the --fab-author flag to the gerber HID to avoid many
7506         false failures which would occur when different users try to run the
7507         testsuite.  Also fix a minor glitch when building from a read-only
7508         source tree while here.
7510 2009-06-24   Dan McMahill * dan AT mcmahill dot net *
7512         * Makefile.am, configure.ac: Top level configure stuff for the
7513         testsuite.  Add top level configure stuff missed in the previous few commits for
7514         the testsuite.
7516 2009-06-24   Dan McMahill * dan AT mcmahill dot net *
7518         * tests/golden/Makefile.am, tests/golden/hid_png1/Makefile.am,
7519         tests/run_tests.sh, tests/tests.list: Teach the testsuite how to
7520         compare image files.  Teach testsuite how to compare image files and add a very basic test
7521         on the PNG HID.
7523 2009-06-24   Dan McMahill * dan AT mcmahill dot net *
7525         * : commit 81fdd6f7753046121b268cc562faab2d4bcb69f6  Author: Dan
7526         McMahill * dan AT mcmahill dot net * Date:   Wed Jun 24 22:16:17
7527         2009 -0400
7529 2009-06-23   Dan McMahill * dan AT mcmahill dot net *
7531         * src/buffer.c: Document the FreeRotateBuffer() action.  Add syntax and help strings as well as the manual documentation for
7532         the FreeRotateBuffer() action.
7534 2009-06-23   Dan McMahill * dan AT mcmahill dot net *
7536         * doc/pcb.texi: Add a comment about breakouts for fine pitch power
7537         pins and the autorouter.  Add a comment about breakouts for fine pitch power pins and the
7538         autorouter.  Suggested by harry on geda-user.
7540 2009-06-22   Dan McMahill * dan AT mcmahill dot net *
7542         * doc/pcb.texi: Add a short chapter on using the autorouter.  Add a short chapter on using the autorouter based on email
7543         instructions from harry on geda-user.
7545 2009-06-22   DJ Delorie * dj AT delorie dot com *
7547         * src/hid/png/png.c: Add bloat to PNG hid Add a --png-bloat option that takes a bloat setting, much like the
7548         postscript HID.  Optionally, a units suffix is allowed:  --png-bloat
7549         10px or --png-bloat 1.2mil.
7551 2009-06-21   harry * harry AT harry-laptop dot (none) *
7553         * src/autoroute.c: calculate total wire length for result
7555 2009-06-21   harry * harry AT harry-laptop dot (none) *
7557         * src/buffer.c, src/create.c, src/polygon1.c, src/rats.c,
7558         src/remove.c, src/search.c: Fix several errors, some more
7559         point-boxes that weren't half open and several found with valgrind.
7560         valgrind is your friend!
7562 2009-06-21   harry * harry AT harry-laptop dot (none) *
7564         * src/misc.c: fix single-point rectangles to correctly have
7565         half-closed boxes
7567 2009-06-21   harry * harry AT harry-laptop dot (none) *
7569         * src/action.c: don't count one rat line twice when deleting them
7571 2009-06-21   Dan McMahill * dan AT mcmahill dot net *
7573         * src/pcbtest.sh.in: Improve the pre-install pcb wrapper script.  The pcbtest.sh wrapper script is used to run pcb for testing before
7574         pcb is installed.  Improve the robustness of this script to allow it
7575         to be run from a different directory from where it is created as
7576         well as allowing the export HID's to be called with it.
7578 2009-06-21   harry * harry AT harry-laptop dot (none) *
7580         * : commit dfc097708cf04983767be89b4e29a551cc0b3bc3  Author: harry *
7581         harry AT harry-laptop dot (none) * Date:   Sun Jun 21 14:33:59 2009
7582         -0400
7584 2009-06-21   harry * harry AT harry-laptop dot (none) *
7586         * src/autoroute.c, src/box.h, src/heap.c, src/heap.h, src/hid.h,
7587         src/hid/gtk/gtkhid-main.c, src/hid/lesstif/main.c, src/mtspace.c,
7588         src/mtspace.h, src/rtree.c, src/vector.c, src/vector.h: Major
7589         updates to the autorouter. Fixes bug created from prior changes
7590         elsewhere and changes significantly the way that expansion searching
7591         is performed.
7593 2009-06-20   DJ Delorie * dj AT delorie dot com *
7595         * src/hid/common/actions.c: Oops, re-comment-out a debug statement.  Re-comment out a debug statement that was accidentally left
7596         uncommented in the last commit.
7598 2009-06-19   Jared Casper * jaredcasper AT gmail dot com *
7600         * src/hid/common/actions.c: Allow quoted strings and escaped
7601         characters in action arguments.  Quoting works similar to bash quoting: A backslash (\) is the escape character.  It preserves the literal
7602         value of the next character that follows.  To get a literal '\' use
7603         "\\".  Enclosing characters in single quotes preseves the literal value of
7604         each character within the quotes.  A single quote may not occur
7605         between single quotes, even when preceded by a blackslash.  Enclosing characters in double quotes preserves the literal value of
7606         all characters within the quotes, with the exception of '\' which
7607         maintains its special meaning as an escape character.
7609 2009-06-16   Dan McMahill * dan AT mcmahill dot net *
7611         * : commit 8039b7114c038b05688f0e7c2a527a187cda242e  Author: Dan
7612         McMahill * dan AT mcmahill dot net * Date:   Tue Jun 16 21:03:51
7613         2009 -0400
7615 2009-06-17   anthonix * anthonix AT anthonix-desktop dot (none) *
7617         * src/toporouter.c: Toporouter: Fix for routing_edge_insert() with
7618         same coordinates
7620 2009-06-14   anthonix * anthonix AT anthonix-desktop dot (none) *
7622         * src/toporouter.c: Toporouter: Fix for TCS candidate vertices leak
7624 2009-06-14   anthonix * anthonix AT anthonix-desktop dot (none) *
7626         * src/toporouter.c: Toporouter: Fix for arc orientation in export
7627         checks
7629 2009-06-14   anthonix * anthonix AT anthonix-desktop dot (none) *
7631         * src/toporouter.c: Toporouter: Fix for arc orientation in export
7632         checks
7634 2009-06-14   anthonix * anthonix AT anthonix-desktop dot (none) *
7636         * src/toporouter.h: Toporouter: Wiring score calculation
7638 2009-06-14   anthonix * anthonix AT anthonix-desktop dot (none) *
7640         * src/toporouter.c: Toporouter: Better cleanup of routing edges
7642 2009-06-14   anthonix * anthonix AT anthonix-desktop dot (none) *
7644         * src/toporouter.c: Toporouter: Fix for arc removal not updating
7645         vertex link
7647 2009-06-14   anthonix * anthonix AT anthonix-desktop dot (none) *
7649         * src/toporouter.c, src/toporouter.h: Toporouter: Work on traces
7650         arcing back around vertices
7652 2009-06-10   Dan McMahill * dan AT mcmahill dot net *
7654         * lib/geda.inc: RESC3216M was defined twice.  The first was supposed
7655         to be INDC3216M.  Noted by John Luciana on the gEDA user list.
7657 2009-06-11   anthonix * anthonix AT anthonix-desktop dot (none) *
7659         * src/Makefile.am, src/gts/gts.h, src/gts/predicates.c,
7660         src/gts/predicates_init.c, src/toporouter.c, src/toporouter.h: 
7661         Toporouter: Dynamic computation of GTS predicates
7663 2009-06-10   anthonix * anthonix AT anthonix-desktop dot (none) *
7665         * src/toporouter.c: Toporouter: Workaround for older GLib
7667 2009-06-10   anthonix * anthonix AT anthonix-desktop dot (none) *
7669         * src/toporouter.c: Toporouter: Workaround for older GLib
7671 2009-06-10   anthonix * anthonix AT anthonix-desktop dot (none) *
7673         * src/toporouter.c: Toporouter: Workaround for older GLib
7675 2009-06-10   anthonix * anthonix AT anthonix-desktop dot (none) *
7677         * src/toporouter.c: Toporouter: Workaround for older GLib
7679 2009-06-10   anthonix * anthonix AT anthonix-desktop dot (none) *
7681         * : commit 9653a6371aa41f873932062ef6d6b838bf98a987  Author:
7682         anthonix * anthonix AT anthonix-desktop dot (none) * Date:   Wed Jun
7683         10 13:28:10 2009 +1200
7685 2009-06-09   Dan McMahill * dan AT mcmahill dot net *
7687         * : commit 6878692f1e13a09a7191c8f9cf09e05c403fbe33  Author:
7688         anthonix * anthonix AT anthonix-desktop dot (none) * Date:   Wed Jun
7689         10 13:23:27 2009 +1200
7691 2009-06-10   anthonix * anthonix AT anthonix-desktop dot (none) *
7693         * src/toporouter.c: Toporouter: disabled some experimental stuff
7695 2009-06-10   anthonix * anthonix AT anthonix-desktop dot (none) *
7697         * src/toporouter.c, src/toporouter.h: Misc Toporouter Changes
7699 2009-06-09   Dan McMahill * dan AT mcmahill dot net *
7701         * src/gts/boolean.c, src/gts/split.c, src/gts/surface.c,
7702         src/report.c: Remove some unused variables Remove some unused variables.  On some others which are only
7703         conditionally used, then only conditionally declare them.  Same for
7704         some functions.  This clears out some of the compiler warning
7705         clutter.
7707 2009-06-09   Dan McMahill * dan AT mcmahill dot net *
7709         * src/hid/gtk/gui-pinout-preview.c: Revert "avoid trying to use the
7710         background graphics context before it is created." This reverts commit 1138b9419b56c6c4a5861dce79ed058ee4e513ba.  As
7711         noted by Peter Clifton, there is a visible artifact that results
7712         from this.  We'll look for a better way to make sure the GC is
7713         created when it is needed.
7715 2009-06-08   Dan McMahill * dan AT mcmahill dot net *
7717         * src/hid/gtk/gui-pinout-preview.c: avoid trying to use the
7718         background graphics context before it is created.  On startup, some code was trying to access the background graphics
7719         context before it was created.  Check to make sure the context has
7720         been created before we do anything with it.
7722 2009-06-08   Jared A. Casper * jcasper AT youngmc dot Stanford dot EDU *
7724         * src/hid/common/actions.c, src/hid/gtk/gtkhid-main.c,
7725         src/hid/lesstif/main.c: Fix command line exporting.  Previously, hid_actionv was changed to always call gui->get_coords
7726         wether or not the action had a need_coord_msg, in an attempt to
7727         always get the latest coords for things like zoom or pan that didn't
7728         have a need_coord_msg.  However, this broke command line exporting
7729         because it was trying to call get_coords on the nogui hid.  Added the check back in to only call gui->get_coords when the action
7730         has a need_coord_msg and added need_coord_msg's to actions that need
7731         coords.
7733 2009-06-08   Jared Casper * jaredcasper AT gmail dot com *
7735         * src/gpcb-menu.res, src/hid/gtk/gtkhid-main.c,
7736         src/hid/gtk/gui-output-events.c: Adding ability to customize mouse
7737         scroll action in GTK.  Changed the mouse_scroll gtk event handler to use do_mouse_action
7738         instead of manually handling the event.  gtk treats scrolling
7739         differently as a mouse button event, and doesn't give a mouse button
7740         number, so this patch just hard codes up/down/left/right to buttons
7741         4 through 7.  This corresponds to the default names used in the
7742         resource file, and, for X11, gtk hardcodes mouse buttons 4 - 7 to
7743         the scrolling events anyway.  This may cause problems in quartz or
7744         windows if some mouse has a bunch of buttons and quartz/windows maps
7745         those buttons to numbers 4 - 7, but I don't have a system to test
7746         that (and in that case the names in the resource file would be wrong
7747         as well).  Added a Scroll action to the gtk hid to be able to mimic the
7748         existing scroll wheel behavior with an action script.
7750 2009-06-08   Steven Michalske * smichalske AT gmail dot com *
7752         * src/line.c: Allow mod1(alt)(option) to bypass AUTO enforce DRC For Apples, which use ctrl-click to simulate right-click.
7754 2009-06-08   Steven Michalske * smichalske AT gmail dot com *
7756         * src/hid.h, src/hid/batch/batch.c, src/hid/bom/bom.c,
7757         src/hid/common/extents.c, src/hid/common/hidnogui.c,
7758         src/hid/gerber/gerber.c, src/hid/gtk/gtkhid-main.c,
7759         src/hid/gtk/gui.h, src/hid/lesstif/main.c, src/hid/lpr/lpr.c,
7760         src/hid/nelma/nelma.c, src/hid/png/png.c, src/hid/ps/eps.c,
7761         src/hid/ps/ps.c: Adding the ability to use mod1 (alt)(option) in
7762         HIDs This is useful for OSX installs as crtl-click, is mapped to right
7763         click.  so when drawing a line that you want to force a DRC
7764         "Violation" and you need to use the control key, it will cancel the
7765         line being drawn, and start a new point.  This is tested in the lesstif and GTK hids, under OSX wher ehte
7766         option key is the "alt" key.   I leave it to the patch integrator th
7767         verify on linux for GTK and lesstif.  This is a bit hackish on detecting the alt key/option key, I
7768         #ifdefed it to __APPLE__ because the option key returns 1<<13 not
7769         GDK_MOD1_MASK Under lesstif I might guess that the alt/mod1 is not
7770         quite the same as option.
7772 2009-06-07   Jared Casper * jaredcasper AT gmail dot com *
7774         * src/Makefile.am, src/action.c, src/gpcb-menu.res,
7775         src/hid/common/actions.c, src/hid/common/hid_resource.c,
7776         src/hid/common/hid_resource.h, src/hid/gtk/gtkhid-main.c,
7777         src/hid/gtk/gui-output-events.c, src/hid/gtk/gui-top-window.c,
7778         src/hid/gtk/gui.h, src/hid/lesstif/lesstif.h,
7779         src/hid/lesstif/main.c, src/hid/lesstif/menu.c: Teaching GTK hid to
7780         use mouse resources I had some free time over the weekend and have been wanting to get
7781         my hands dirty in the PCB code so I took a crack at this and wanted
7782         to get some feedback.  Attached is a patch with a detailed commit message of what I did,
7783         but the general idea was to move the lesstif hid's handling of the
7784         mouse resources into a common hid file (which I called hid_resource)
7785         and have the gtk hid use that instead of being hardcoded.  This way
7786         the hid's are only responsible for catching the button press,
7787         determining which modifier keys were active, then calling the common
7788         code to handle it.  The common code does what the lesstif hid does,
7789         calls the actions defined in the resource file.  In theory more
7790         common stuff could be moved to hid_resource, the code to find and
7791         load the resource file, for example, is nearly identical in both
7792         hids.  I changed up the Mouse resource in gpcb-menu.res to match the
7793         hardcoded behavior of the gtk hid as closely as possible (see the
7794         commit message for details).  I've played around with it a bit and it seems to be working, but as
7795         this my first time meddling with the code, I'm sure I missed some
7796         stuff.  If anybody has time to look it over and/or try it out that
7797         would be great.  Comments regarding the approach, formatting, style,
7798         etc. are all appreciated (I did my best to match the style of the
7799         surrounding code).  Jared
7801 2009-06-05   Dan McMahill * dan AT mcmahill dot net *
7803         * src/edif.y: Use the appropriate header files instead of providing
7804         extern foo() prototypes.  Use the correct headers for a handful of function prototypes.  This
7805         should fix some build issues reported on geda-uers.
7807 2009-06-03   Dan McMahill * dan AT mcmahill dot net *
7809         * configure.ac: When building from git sources and building docs,
7810         force maintainer-mode.  When building from git sources, maintainer mode is required to build
7811         the manual.  So, unless the user has specified --disable-doc then
7812         force maintainer mode.  When building from a tarball, the
7813         preformatted manual is already contained and we do not impose
7814         maintainer-mode.  Hopefully this puts to rest the documentation
7815         building issues once and for all!
7817 2009-06-01   Dan McMahill * dan AT mcmahill dot net *
7819         * po/pcb.pot: Remove generated file that cause continual git churn.  This file is generated and also removed by the clean target.
7820         Removing a file from the source tree via 'make clean' that is under
7821         version control just causes headaches.
7823 2009-06-01   Dan McMahill * dan AT mcmahill dot net *
7825         * doc/fractional_size.texi, doc/letter_size.texi,
7826         doc/metric_size.texi, doc/wire_size.texi: Remove additional
7827         generated files.  Remove the .texi files that are generated from the ASCII .tab files
7828         from git to avoid gratitous storage of and changing of generated
7829         files.
7831 2009-05-29   Dan McMahill * dan AT mcmahill dot net *
7833         * doc/.gitignore, doc/gs/.gitignore: Add a few more missing
7834         .gitignore entries.
7836 2009-05-29   Dan McMahill * dan AT mcmahill dot net *
7838         * doc/.gitignore: Expand out the list of files since git didn't like
7839         the patterns I used.
7841 2009-05-29   Dan McMahill * dan AT mcmahill dot net *
7843         * doc/.gitignore: Add gitignore file for the manual
7845 2009-05-29   Dan McMahill * dan AT mcmahill dot net *
7847         * src/.gitignore, src/gts/.gitignore: Add some missing .gitignore
7848         entries for the new gts code
7850 2009-05-29   Dan McMahill * dan AT mcmahill dot net *
7852         * README.cvs: update this a bit to reflect the new repository home
7853         and also remove references to needing maintainer-mode
7855 2009-05-29   Dan McMahill * dan AT mcmahill dot net *
7857         * utils/git2cl: add git2cl utility to help update ChangeLog's for
7858         releases.
7860 2009-05-29   Dan McMahill * dan AT mcmahill dot net *
7862         * doc/actions.texi, doc/pcbfile.texi, doc/version.texi: remove some
7863         generated files from git.  These are only needed if you are building
7864         the documentation in which case you have all the tools and makefile
7865         rules for them to be regenrated anyway.  Eliminates all the
7866         headaches associated with generated files in version control.
7868 2009-05-29   Dan McMahill * dan AT mcmahill dot net *
7870         * doc/gs/gafrc, doc/gs/gschemrc: these are generated at configure
7871         time now.
7873 2009-05-29   Dan McMahill * dan AT mcmahill dot net *
7875         * doc/gs/gafrc.in, doc/gs/gschemrc.in: to handle the case where we
7876         may be building outside the source directory, generate gafrc and
7877         gschemrc at configure time.
7879 2009-05-29   Dan McMahill * dan AT mcmahill dot net *
7881         * doc/gs/print-eps.scm: comment out a color theme that relied on a
7882         path only present on DJ's machine.  It isn't really needed anyway.
7884 2009-05-29   Dan McMahill * dan AT mcmahill dot net *
7886         * po/POTFILES.in: add a missing file.
7888 2009-05-29   Dan McMahill * dan AT mcmahill dot net *
7890         * configure.ac, doc/Makefile.am, doc/gs/Makefile.inc,
7891         lib/Makefile.am: Remove the use of maintainer mode to gate on/off
7892         rules for building the documentation.  Instead look for the
7893         existance of $(top_srcdir)/.git and decide based on that if this is
7894         a tarball build (in which case the documentation ships already
7895         built) or a git build.  If it is a git build, then simply require
7896         all the needed tools for building the docs.  If the tools are not
7897         found then configure will exit with an explicit message saying why
7898         it has failed and that either tools need to be installed or
7899         --disable-doc needs to be given.  Hopefully this will eliminate the
7900         previous strange behavior of needing --maintainer-mode when building
7901         docs from cvs/git.
7903 2009-05-29   Dan McMahill * dan AT mcmahill dot net *
7905         * src/Makefile.am: add gts/predicates_init.h to DISTCLEANFILES.
7906         Also comment out the section that extracts REGISTER lines from the
7907         gts code.  We currently don't have any REGISTER lines in the gts
7908         code and so make was exiting because a grep failed.
7910 2009-05-23   Dan McMahill * dan AT mcmahill dot net *
7912         * lib/geda.inc, lib/to.inc: Add TO18, TO39, and fix pinout on TO92.  Added TO18 and TO39 footprints based on the JEDEC drawings.  Note
7913         that the pinout used is the one from the JEDEC drawings and it may
7914         or may not match a particular vendors pin numbering.  I have in fact
7915         seen different vendors number the pins differently on these
7916         packages.  It is entirely up to the user to make sure that their CAD
7917         symbols have the correct mapping from E, B, C (for a bipolar) to
7918         pins 1, 2, 3 and that the JEDEC numbering is used.  While here correct the TO92 pinout.  It now also matches the JEDEC
7919         drawing and is more consistent with the most common vendor
7920         numberings.  How on earth has this not caused problems before?
7922 2009-05-17   Jared Casper * jaredcasper AT gmail dot com *
7924         * ChangeLog, configure.ac, src/hid/lpr/hid.conf: Some cleanup of
7925         configure script Added top level check for pkg-config with PKG_PROG_PKG_CONFIG and
7926         removed AC_PATH_PROG call for pkg-config from inside a block
7927         conditional on enable_dbus.  Added a PKG_CHECK_MODULE for cairo if the toporouter output is
7928         enabled.  Added a check for HID dependencies.  A hid's hid.conf can set a
7929         variable "deps" which is a list of other HIDs that must be included
7930         with that hid.  Added ps the lpr's deps.
7932 2009-05-14   Dan McMahill * dan AT mcmahill dot net *
7934         * lib/m4lib_to_newlib.sh: Remove an extra '' quote in a comment
7935         which caused confusion on some systems.
7937 2009-05-05   Ineiev * ineiev AT gmail dot com *
7939         * ChangeLog, configure.ac, src/Makefile.am, src/gts/cdt.c,
7940         src/toporouter.c, src/toporouter.h: Toporouter: portability fixes 1) add #include <assert.h> 2) add configure options for toporouter --disable-toporouter
7941         switches off toporouter --disable-toporouter-output switches off
7942         toporouter cairo output 3) make toporouter compatible with glib < 2.10.0 provide
7943         slist_insert_sorted_with_data() for those cases 4) fix VPATH builds gts/predicates_init stuff was not quite clean 5) fix find_closest() implementation for glib < 2.4.0 The earlier
7944         version combined with toporouter produced segfault on tut1.pcb (on
7945         top of glib-2.0.1 and glib-2.6.4); furthermore, it accessed to
7946         undocumented glib structures.
7948 2009-04-30   Anthony Blake * tonyb33 AT gmail dot com *
7950         * src/gts/gts.h: gts.h fix Fixes the include of gtsconfig.h
7952 2009-04-24   Anthony Blake * tonyb33 AT gmail dot com *
7954         * gts/Makefile.am, gts/NOTES, gts/bbtree.c, gts/boolean.c,
7955         gts/cdt.c, gts/config.h.win32, gts/container.c, gts/curvature.c,
7956         gts/edge.c, gts/eheap.c, gts/face.c, gts/fifo.c, gts/graph.c,
7957         gts/gts-config.in, gts/gts-private.h, gts/gts.def, gts/gts.h,
7958         gts/gts.m4, gts/gtsconfig.h, gts/heap.c, gts/hsurface.c, gts/iso.c,
7959         gts/isotetra.c, gts/kdtree.c, gts/makefile.msc, gts/matrix.c,
7960         gts/misc.c, gts/named.c, gts/object.c, gts/oocs.c, gts/partition.c,
7961         gts/pgraph.c, gts/point.c, gts/predicates.c, gts/predicates.h,
7962         gts/predicates_init.c, gts/psurface.c, gts/refine.c,
7963         gts/rounding.h, gts/segment.c, gts/split.c, gts/stripe.c,
7964         gts/surface.c, gts/triangle.c, gts/tribox3.c, gts/vertex.c,
7965         gts/vopt.c, src/Makefile.am, src/gts/NOTES, src/gts/bbtree.c,
7966         src/gts/boolean.c, src/gts/cdt.c, src/gts/container.c,
7967         src/gts/curvature.c, src/gts/edge.c, src/gts/eheap.c,
7968         src/gts/face.c, src/gts/fifo.c, src/gts/graph.c,
7969         src/gts/gts-private.h, src/gts/gts.h, src/gts/heap.c,
7970         src/gts/hsurface.c, src/gts/iso.c, src/gts/isotetra.c,
7971         src/gts/kdtree.c, src/gts/matrix.c, src/gts/misc.c,
7972         src/gts/named.c, src/gts/object.c, src/gts/oocs.c,
7973         src/gts/partition.c, src/gts/pgraph.c, src/gts/point.c,
7974         src/gts/predicates.c, src/gts/predicates.h,
7975         src/gts/predicates_init.c, src/gts/psurface.c, src/gts/refine.c,
7976         src/gts/rounding.h, src/gts/segment.c, src/gts/split.c,
7977         src/gts/stripe.c, src/gts/surface.c, src/gts/triangle.c,
7978         src/gts/tribox3.c, src/gts/vertex.c, src/gts/vopt.c,
7979         src/toporouter.c, src/toporouter.h: GTS build script changes Changed build scripts to include GTS.
7981 2009-04-22   Anthony Blake * tonyb33 AT gmail dot com *
7983         * gts/Makefile.am, gts/NOTES, gts/bbtree.c, gts/boolean.c,
7984         gts/cdt.c, gts/config.h.win32, gts/container.c, gts/curvature.c,
7985         gts/edge.c, gts/eheap.c, gts/face.c, gts/fifo.c, gts/graph.c,
7986         gts/gts-config.in, gts/gts-private.h, gts/gts.def, gts/gts.h,
7987         gts/gts.m4, gts/gtsconfig.h, gts/heap.c, gts/hsurface.c, gts/iso.c,
7988         gts/isotetra.c, gts/kdtree.c, gts/makefile.msc, gts/matrix.c,
7989         gts/misc.c, gts/named.c, gts/object.c, gts/oocs.c, gts/partition.c,
7990         gts/pgraph.c, gts/point.c, gts/predicates.c, gts/predicates.h,
7991         gts/predicates_init.c, gts/psurface.c, gts/refine.c,
7992         gts/rounding.h, gts/segment.c, gts/split.c, gts/stripe.c,
7993         gts/surface.c, gts/triangle.c, gts/tribox3.c, gts/vertex.c,
7994         gts/vopt.c, src/Makefile.am, src/toporouter.c, src/toporouter.h: 
7995         Added topological autorouter Topological autorouter (not yet exporting geometry) GTS with small
7996         but crucial bug fixes
7998 2009-04-19   Ben Jackson * ben AT ben dot com *
8000         * .gitignore: Add *.backup to gitignore (in case you test run PCB in
8001         the tree)
8003 2009-04-19   Ben Jackson * ben AT ben dot com *
8005         * src/hid/gtk/gui-config.c: GTK HID: Background color can be set
8006         live from config dialog Background, off-limit and grid color changes require a special
8007         update that was missing when colors were edited in the config
8008         dialog.
8010 2009-04-17   DJ Delorie * dj AT delorie dot com *
8012         * src/report.c: Add "report all net lengths" option Usage: Report (AllNetLengths[,(mm|in|mil|pcb)])
8014 2009-04-09   Ben Jackson * ben AT ben dot com *
8016         * .gitignore, data/.gitignore, lib/.gitignore, po/.gitignore,
8017         src/.gitignore, src/hid/.gitignore: Add initial gitignore files
8018         covering autogen files and GTK HID build
8020 2009-04-06   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8022         * src/hid/gtk/gui-render-pixmap.c: GTK HID: Use clipping region when
8023         drawing DRC violation previews Should speed up rendering quite a bit for non-trivial boards.
8025 2009-04-06   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8027         * src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui.h: GTK HID: Move inline
8028         coordinate conversions from gtkhid-main.c to gui.h This allows other source files easy access to the routines Vx(),
8029         Vy(), Vz() and Px(), Py, Pz().
8031 2009-04-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8033         * src/polygon.c: Allow PolygonHoles() to be passed a NULL region Passing a NULL region implies we wish to be called back for all
8034         holes in the polygon, as we don't have a region to test against.  Fixes crash in the DRC window when the design has polygons, and is
8035         viewed with either thindraw, or thindraw polygons.
8037 2009-04-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8039         * src/hid/gtk/gui-drc-window.c: GTK HID: Add "Refresh" button to DRC
8040         window to re-run the DRC.  Allows the user to more quickly get an updated view of their
8041         progress fixing design rule violations.
8043 2009-04-05   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8045         * src/hid/gtk/gui-drc-window.c: GTK HID: Fix pango markup in DRC
8046         window to be more compatible Avoid using the attribute alias "font_size" in the markup. Older
8047         pango versions only support "size", which is functionally identical.
8049 2009-04-03   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8051         * src/hid/gtk/gtkhid-main.c: GTK HID: Fix cursor warping on flipped
8052         boards
8054 2009-04-03   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8056         * src/Makefile.am, src/hid/gtk/gui-drc-window.c,
8057         src/hid/gtk/gui-drc-window.h, src/hid/gtk/gui-render-pixmap.c,
8058         src/hid/gtk/gui.h: GTK HID: Add preview images in the drc violations
8059         window
8061 2009-04-03   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8063         * src/Makefile.am, src/hid/gtk/gtkhid-main.c,
8064         src/hid/gtk/gui-config.c, src/hid/gtk/gui-drc-window.c,
8065         src/hid/gtk/gui-drc-window.h, src/hid/gtk/gui.h: GTK HID: Add DRC
8066         list window using the new DRC_GUI hooks.
8068 2009-04-02   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8070         * src/action.c, src/find.c, src/global.h, src/gpcb-menu.res,
8071         src/hid.h, src/hid/batch/batch.c, src/hid/bom/bom.c,
8072         src/hid/common/hidnogui.c, src/hid/gerber/gerber.c,
8073         src/hid/gtk/gtkhid-main.c, src/hid/lesstif/main.c,
8074         src/hid/lpr/lpr.c, src/hid/nelma/nelma.c, src/hid/png/png.c,
8075         src/hid/ps/eps.c, src/hid/ps/ps.c: Refactor DRC reporting to work
8076         around a DrcViolationType structure.  Add hooks to the HID structure allowing a GUI to consume this data
8077         directly (if it wants), rather than being called to display ordinary
8078         message dialog boxes. No HID yet utilises this interface.  Remove log messages for individual design rule violations, instead
8079         writing log entries based on the title in the DrcViolationType. This
8080         modifies some of the logged messages slightly. All now prefix:
8081         "WARNING!  Design Rule error - ", as was present on some of the old
8082         messges.
8084 2009-04-01   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8086         * src/polygon1.c: Fix leak of input objects for certain short-cut
8087         cases in poly_Boolean_free When either a or b input object is NULL, depending on the boolean
8088         operation selected, either a, b or NULL is returned as the result.
8089         Make sure we free any non NULL, and non-returned inputs when taking
8090         these shortcut paths.
8092 2009-04-01   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8094         * src/polygon1.c: Fix leak of cross vertex connectivity lists when
8095         deleting contours Free these lists as we free the contour's nodes in poly_DelContour()
8097 2009-03-25   Tibor Palinkas * igor2 AT inno dot bme dot hu *
8099         * src/hid/lesstif/menu.c: pass context in lesstif Minor patch to get the action context properly passed to actions
8100         with lesstif, which doesn't use hid_actionv() for some reason.
8102 2009-03-25   DJ Delorie * dj AT delorie dot com *
8104         * src/hid.h, src/hid/common/actions.c, src/hid/hidint.h,
8105         src/hid/lesstif/menu.c: single-action register/deregister New API to support registering individual actions with a context for
8106         them, for example for scripting languages to register a hub
8107         dispatcher.   From Igor2 AT inno dot bme dot hu (Tibor Palinkas)
8109 2009-03-08   DJ Delorie * dj AT delorie dot com *
8111         * src/report.c: bugfix: avoid NULL pin names with Report(NetLength) There was an assumption that all pins and pads have non-NULL names,
8112         but if you create a .pcb with a script you could end up with
8113         anything.  Make sure the names we get are non-NULL before using
8114         them.
8116 2009-03-06   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8118         * src/hid/gerber/gerber.c, src/hid/png/png.c: Fix exporters to cope
8119         with hairlines now they are passed as width 0, not 1 This fixes breakage introduced in commit
8120         8dd739f9bd72dc3c8beb6e4e5e32c124cac0d13b png exporter:   - Needs a minimum 1x1 pixel brush for drawing hairlines    - Report and patch by Levente Kovacs * leventelist AT gmail dot
8121           com * gerber exporter:   - The hairline drawn around holes must be ignored    - Report and diagnosis by Ineiev * ineiev AT gmail dot com *
8123 2009-03-05   Dan McMahill * dan AT mcmahill dot net *
8125         * README.snapshots: Add a note for next time about some increased
8126         test coverage.  We need to do a distcheck build with a wider variety of requested
8127         HID's to catch things like the missing src/hid/batch/hid.conf
8129 2009-03-05   Dan McMahill * dan AT mcmahill dot net *
8131         * src/Makefile.am: add missing hid/batch/hid.conf to EXTRA_DIST.
8132         Noted by Stefan Salewski.
8134 2009-02-27   Dan McMahill * dan AT mcmahill dot net *
8136         * configure.ac: Bump the required autoconf version to 2.60.  pdfdir, psdir, and friends appeared in version 2.60 of autoconf.
8137         Since we use those, we need 2.60 or higher.  Problem noted by Bert
8138         Timmerman.
8140 2009-02-27   Dan McMahill * dan AT mcmahill dot net *
8142         * src/hid/png/png.c: Remove some now unused RCS ID's
8144 2009-02-21   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8146         * src/Makefile.am, src/dbus.c, src/draw.c, src/global.h, src/hid.h,
8147         src/hid/batch/batch.c, src/hid/bom/bom.c,
8148         src/hid/common/draw_helpers.c, src/hid/common/draw_helpers.h,
8149         src/hid/common/extents.c, src/hid/common/hidinit.c,
8150         src/hid/common/hidnogui.c, src/hid/gerber/gerber.c,
8151         src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-config.c,
8152         src/hid/gtk/gui.h, src/hid/lesstif/main.c, src/hid/lpr/lpr.c,
8153         src/hid/nelma/nelma.c, src/hid/png/png.c, src/hid/ps/eps.c,
8154         src/hid/ps/ps.c, src/polygon.c, src/polygon.h: Add support for
8155         filling / thindrawing raw polygons to the HID interface Refactor core polygon drawing to use these member functions, and
8156         split the old code which used the HID's fill_polygon and draw_line
8157         functions into a helper function which the guis now use to convert
8158         the polygon into the primitives it knows how to draw.  Alter the NoHoles dicer to pass back PLINE contours, rather than
8159         wrapping them in a POLYAREA and PolygonType.
8161 2009-02-21   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8163         * src/draw.c, src/polygon.c, src/polygon.h: Add user_data parameter
8164         to NoHolesPolygonDicer Also switch the clip_box parameter before the ones defining the
8165         callback and its user_data.
8167 2009-02-21   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8169         * src/draw.c: Thindraw with 0 width, not 1 PCB unit width.  This allows the gui to differentiate between when the core wants
8170         hairline drawing, and when the core is drawing primitives which are
8171         actually 1 PCB unit wide.
8173 2009-02-21   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8175         * src/draw.c: Thindraw polygons with circular line-caps.  Set an explicit cap style for consistency with other "special"
8176         polygon drawing code.
8178 2009-02-17   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8180         * src/polygon.c: Bisect and union self-intersecting arcs in
8181         ArcPoly() Avoids creating a self-intersecting contour which produces incorrect
8182         result. Bug noted when clearing a 360 degree arc from a polygon.  For self-intersecting arcs, we now bisect, produce two polygons
8183         (with non-self-intersecting contours), then compute their union.
8185 2009-02-10   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8187         * src/hid/bom/bom.c, src/hid/gerber/gerber.c, src/hid/lpr/lpr.c,
8188         src/hid/nelma/nelma.c, src/hid/png/png.c, src/hid/ps/eps.c,
8189         src/hid/ps/ps.c: Various HIDs: Add missing pointers for the watch
8190         and block hander methods These were missed when adding DBus support, since the initialisation
8191         of the HID structure assumes that unspecified members are zero, and
8192         all subsequent function pointers were explicitly 0, so as not to
8193         cause a type mismatch.  Hids fixed:   bom   gerber   lpr   nelma   png   eps   ps
8195 2009-02-10   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8197         * src/hid/nelma/nelma.c: nelma: Fix prototype on set_layer() method
8198         to take the "empty" flag.  Fixes warning about incompatible types when intialising the HID
8199         structure.
8201 2009-02-10   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8203         * src/polygon1.c: polygon1.c: Implement poly_Boolean() by calling
8204         poly_Boolean_free() Reduces duplicated code. The poly_Boolean() implemetation already
8205         copied the original contours, then duplicated the processing steps
8206         taken in poly_Boolean_free().
8208 2009-02-08   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8210         * src/hid/gtk/gui-netlist-window.c: gtkhid: Return NULL from
8211         ghid_get_net_from_node_name() Fixes calling return; from function returning non-void type.
8213 2009-02-08   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8215         * src/crosshair.c: crosshair.c: When drawing via DRC clearence, pass
8216         correct angle.  360 * 64 was a hold-over from before the HID split. The passed angle
8217         should be 360.
8219 2009-01-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8221         * src/polygon.c, src/polygon.h, src/rats.c: Make rats to polygons
8222         work for arbitrary clipped shapes The rat will still be drawn to the first point on the polygon, which
8223         might not necessarily be the closest.
8225 2009-01-14   DJ Delorie * dj AT delorie dot com *
8227         * src/hid/lesstif/dialogs.c: Skip undocumented options.
8229 2009-01-14   DJ Delorie * dj AT delorie dot com *
8231         * src/hid/gtk/gui-dialog-print.c: Don't show undocumented options.
8233 2009-01-11   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8235         * src/hid/gtk/gui-netlist-window.c: GTK HID: Avoid critical warning
8236         looking up connectivity without netlist
8238 2009-01-10   DJ Delorie * dj AT delorie dot com *
8240         * src/hid/png/png.c: Add only-visible support to photo-mode, check
8241         for more outline fill spots.
8243 2009-01-10   DJ Delorie * dj AT delorie dot com *
8245         * src/hid/png/png.c: Add outline mode for photo-mode, from Mark
8246         Rages
8248 2009-01-10   DJ Delorie * dj AT delorie dot com *
8250         * src/action.c: Handle wrap-around when searching the string hash
8251         table.
8253 2009-01-08   Dan McMahill * dan AT mcmahill dot net *
8255         * lib/misc.inc: for the axial footprints, put the mark on pin 1
8256         instead of on the body of the footprint.  This gives you a much
8257         better chance of the pins being on-grid when working with the
8258         coarser grids typically found in a thru-hole design.
8260 2008-12-30   DJ Delorie * dj AT delorie dot com *
8262         * src/polygon.c: Add description of how polygon data works from Ben,
8263         and debug routines for dumping polygon structures within gdb.
8265 2008-12-27   DJ Delorie * dj AT delorie dot com *
8267         * src/action.c, src/const.h, src/draw.c, src/flags.c,
8268         src/gpcb-menu.res, src/pcb-menu.res, src/search.c, src/strflags.c: 
8269         Add "hide names" option to hide all refdes on the board temporarily.
8271 2008-12-27   DJ Delorie * dj AT delorie dot com *
8273         * src/hid/gtk/gtkhid-main.c, src/hid/lesstif/main.c: Fix flipping of
8274         arcs.
8276 2008-12-27   DJ Delorie * dj AT delorie dot com *
8278         * src/parse_y.y: fix parsing of old-syntax arcs.
8280 2008-12-27   DJ Delorie * dj AT delorie dot com *
8282         * src/draw.c: Include explicit text/lines/etc on silk layers in
8283         assembly drawings.
8285 2008-12-27   DJ Delorie * dj AT delorie dot com *
8287         * src/action.c: Make sure the user has specified an element for the
8288         pinout window.
8290 2008-12-27   DJ Delorie * dj AT delorie dot com *
8292         * src/hid/gtk/gui-config.c: Add min-drill and min-ring to the saved
8293         config list, and save the config file *after* updating it, not
8294         before.
8296 2008-12-27   DJ Delorie * dj AT delorie dot com *
8298         * src/hid/gerber/gerber.c: sf patch 2162834 from d.ineiev - count
8299         apertures for diagonal pads
8301 2008-12-27   DJ Delorie * dj AT delorie dot com *
8303         * src/draw.c, src/hid.h, src/hid/batch/batch.c,
8304         src/hid/common/extents.c, src/hid/common/hidnogui.c,
8305         src/hid/gerber/gerber.c, src/hid/gtk/gtkhid-main.c,
8306         src/hid/lesstif/main.c, src/hid/png/png.c, src/hid/ps/eps.c,
8307         src/hid/ps/ps.c: Add "empty layer" hint to HID.  Add option
8308         --all-layers to gerber export which causes it to export all layers,
8309         empty or otherwise.
8311 2008-12-27   DJ Delorie * dj AT delorie dot com *
8313         * src/hid/png/png.c: Rename ben-mode to photo-mode.
8315 2008-12-27   DJ Delorie * dj AT delorie dot com *
8317         * src/hid.h, src/main.c: Add an option for undocumented attributes.
8319 2008-12-27   Dan McMahill * dan AT mcmahill dot net *
8321         * configure.ac, newlib/Makefile.am: deprecate the analog-devices and
8322         burr-brown newlib libraries
8324 2008-12-27   Dan McMahill * dan AT mcmahill dot net *
8326         * newlib/analog-devices/ADC12138CIMSA,
8327         newlib/analog-devices/Makefile.am, newlib/burr-brown/Makefile.am,
8328         newlib/burr-brown/OPA340_SOT23-5: remove some footprints of
8329         questionable use
8331 2008-12-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8333         * src/mymem.c: Regenerate rats r-tree when re-allocating a bigger
8334         rats array.  Shuould fix crashes observed on a board with a large number of rats.
8336 2008-12-24   DJ Delorie * dj AT delorie dot com *
8338         * src/hid/common/hidinit.c: Typo.
8340 2008-12-24   DJ Delorie * dj AT delorie dot com *
8342         * src/hid/common/hidinit.c: Make sure we clean up if dlopen fails.
8344 2008-12-24   DJ Delorie * dj AT delorie dot com *
8346         * src/hid/common/hidinit.c: Avoid checking memory before short-named
8347         files.
8349 2008-12-24   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8351         * src/hid/gtk/gui-netlist-window.c: Fix off-by one error in the GTK
8352         HID's netlist window model generation Broken when I added support for a hierarchical view of nets. The bug
8353         caused invalid memory to be read, possibly leading to a crash, as
8354         the last (and missing) element from g_new0 was supposed to be a
8355         terminator.
8357 2008-12-21   DJ Delorie * dj AT delorie dot com *
8359         * src/find.c: Fix via annulus calculations, from Jasper
8361 2008-12-21   DJ Delorie * dj AT delorie dot com *
8363         * src/hid/lesstif/menu.c: Set home from homedir.
8365 2008-12-20   DJ Delorie * dj AT delorie dot com *
8367         * doc/gs/gs.css: More missing files
8369 2008-12-20   DJ Delorie * dj AT delorie dot com *
8371         * doc/gs/gafrc, doc/gs/gschemrc: missed files
8373 2008-12-20   DJ Delorie * dj AT delorie dot com *
8375         * configure.ac: add texi2dvi check and doc/gs subdir
8377 2008-12-20   DJ Delorie * dj AT delorie dot com *
8379         * doc/eps2png, doc/gs/555.sym, doc/gs/555.symdef,
8380         doc/gs/Makefile.am, doc/gs/Makefile.inc, doc/gs/fb-blinker-sch.sch,
8381         doc/gs/fb-blinker.net, doc/gs/fb-blinker.pcb,
8382         doc/gs/fb-blinker.prj, doc/gs/fb-blinker.texi, doc/gs/fb-led-5.pcb,
8383         doc/gs/fb-led.pcb, doc/gs/fb-led.texi, doc/gs/fb-smt-sch.sch,
8384         doc/gs/fb-smt.net, doc/gs/fb-smt.pcb, doc/gs/fb-smt.prj,
8385         doc/gs/fb-smt.texi, doc/gs/firstboard.texi, doc/gs/gs.texi,
8386         doc/gs/installation.texi, doc/gs/introduction.texi,
8387         doc/gs/pj102.fp, doc/gs/powerjack.sym, doc/gs/print-eps.scm,
8388         doc/gs/term-annulus-1.pcb, doc/gs/term-clearance-1.pcb,
8389         doc/gs/term-element-1.pcb, doc/gs/term-pad-1.pcb,
8390         doc/gs/term-pin-1.pcb, doc/gs/term-platedhole-1.pcb,
8391         doc/gs/term-tented-1.pcb, doc/gs/term-thermal-1.pcb,
8392         doc/gs/term-thickness-1.pcb, doc/gs/terminology.texi,
8393         doc/gs/texinfo.tex: Add initial "getting started" guide.
8395 2008-12-20   DJ Delorie * dj AT delorie dot com *
8397         * src/hid.h: append '-' on all parameter names to prevent
8398         mis-interpretation of such.  Example: "xor" is a C++ reserved name.
8400 2008-12-20   DJ Delorie * dj AT delorie dot com *
8402         * src/hid/gerber/gerber.c: Increase resolution of gerbers to 0.01
8403         mil; drills remain at 0.1 mil
8405 2008-12-20   DJ Delorie * dj AT delorie dot com *
8407         * src/parse_l.l: Add support for suffixes on numbers, like "mm",
8408         "um", "in", or "mil".  No suffix defaults to "pcb units" as before.
8410 2008-12-20   DJ Delorie * dj AT delorie dot com *
8412         * src/flags.c: Add flags for whether various layers are shown.
8414 2008-12-20   DJ Delorie * dj AT delorie dot com *
8416         * src/action.c: Add MinClearGap() action.
8418 2008-12-12   Dan McMahill * dan AT mcmahill dot net *
8420         * configure.ac: try to clean up the logic around cross compiling and
8421         an executible pcb.  Hopefully addresses some corner cases when cross
8422         compiling.
8424 2008-12-12   Dan McMahill * dan AT mcmahill dot net *
8426         * doc/Makefile.am, doc/version.texi, lib/Makefile.am,
8427         lib/m4lib_to_newlib.sh.in: use if FOO  stuff endif instead of    @FOOTRUE@ stuff as the latter prevents automake from properly understanding some
8428         dependencies.
8430 2008-12-05   Dan McMahill * dan AT mcmahill dot net *
8432         * doc/actions.texi: regen
8434 2008-12-05   Dan McMahill * dan AT mcmahill dot net *
8436         * configure.ac, doc/Makefile.am, lib/Makefile.am,
8437         lib/m4lib_to_newlib.sh: Correctly deal with the case where one wants
8438         to do a maintainer cross compile which requires an installed pcb
8439         that can be executed on the build host.  As part of this, also do
8440         not build the png previews of the pcblib-newlib library by default.
8441         They were not really used for anything and it really slows the
8442         build.  They can be built with --enable-m4lib-png.
8444 2008-12-03   Dan McMahill * dan AT mcmahill dot net *
8446         * configure.ac, src/Makefile.am: check for windres as a build tool
8447         instead of hard coding 'windres'.  Should help with cross-compiling
8448         with windows as the target.  Noted as a patch for gerbv by Cesar
8449         Strauss.
8451 2008-12-03   DJ Delorie * dj AT delorie dot com *
8453         * src/misc.c: Merge thermals from old flags, not overwrite them.
8455 2008-11-30   Dan McMahill * dan AT mcmahill dot net *
8457         * win32/pcb.nsi.in: fix some shortcut removal issues on Vista.
8459 2008-11-30   Dan McMahill * dan AT mcmahill dot net *
8461         * win32/build_pcb: add a --nsis-only option that only creates the
8462         installer
8464 2008-11-30   Dan McMahill * dan AT mcmahill dot net *
8466         * win32/build_pcb: fix up the PATH used during the build so pcb can
8467         run when generating the pcblib-newlib previews
8469 2008-11-30   Dan McMahill * dan AT mcmahill dot net *
8471         * win32/build_pcb, win32/pcb.nsi.in: try to fix the pdf and html
8472         manual links.  Noted by Bob Paddock.
8474 2008-11-29   Dan McMahill * dan AT mcmahill dot net *
8476         * src/hid/gtk/gui-output-events.c: Fix bug 2011285 auto-pan on
8477         solder side not working properly.  Patch provided in the bug report.
8479 2008-11-29   Dan McMahill * dan AT mcmahill dot net *
8481         * src/action.c, src/crosshair.c, src/global.h, src/gpcb-menu.res,
8482         src/hid/gtk/gui-output-events.c, src/hid/lesstif/main.c,
8483         src/pcb-menu.res: Add additional crosshair shapes.  ctrl-right click
8484         cycles through.  Patch 2170634 from D. Ineiev.
8486 2008-11-29   Dan McMahill * dan AT mcmahill dot net *
8488         * src/hid/gtk/gui-dialog.c: teach ghid_confirm_dialog to remember
8489         its last position and to come up at the same place the next time.  Patch 1900832 from Tomaz Solc.
8491 2008-11-28   Dan McMahill * dan AT mcmahill dot net *
8493         * README.snapshots: Minor formatting updates for some long lines and
8494         also minor updates to reflect some sourceforge changes.
8496 2008-11-28   Dan McMahill * dan AT mcmahill dot net *
8498         * src/hid/gtk/gui-config.c: fix up the library path dialog for
8499         windows
8501 2008-11-28   Dan McMahill * dan AT mcmahill dot net *
8503         * src/hid/gtk/gui-config.c: Use PCB_PATH_DELIMETER instead of ":" in
8504         a few key places
8506 2008-11-28   Dan McMahill * dan AT mcmahill dot net *
8508         * configure.ac: bump rev after 20081128 branch
8510 2008-11-28   Dan McMahill * dan AT mcmahill dot net *
8512         * README.snapshots: update dates for 20081128 snapshot
8514 2008-11-28   Dan McMahill * dan AT mcmahill dot net *
8516         * NEWS: update for 20081128 snapshot
8518 2008-11-28   Dan McMahill * dan AT mcmahill dot net *
8520         * ChangeLog: update for 20081128 snapshot
8522 2008-11-28   Dan McMahill * dan AT mcmahill dot net *
8524         * doc/actions.texi: regen.
8526 2008-11-28   Dan McMahill * dan AT mcmahill dot net *
8528         * Makefile.am: Make DISTCHECK_CONFIGURE_FLAGS actually work again so
8529         we can check that 'make distcheck' passes for lesstif.
8531 2008-11-27   Dan McMahill * dan AT mcmahill dot net *
8533         * doc/Makefile.am: honor psdir, pdfdir, docdir, htmldir, dvidir.
8534         Noted in sf bug #1916057.
8536 2008-11-27   DJ Delorie * dj AT delorie dot com *
8538         * src/create.c: Test the two lines, not the line vs the current pcb,
8539         for compatible poly-join flags.
8541 2008-11-27   Dan McMahill * dan AT mcmahill dot net *
8543         * src/pcbtest.sh.in: get rid of an insecure usage of a temp file
8545 2008-11-25   Dan McMahill * dan AT mcmahill dot net *
8547         * src/main.c: do not free() the result of getenv().  Noted by Peter
8548         Clifton
8550 2008-11-25   Dan McMahill * dan AT mcmahill dot net *
8552         * src/global.h, src/hid/common/hidinit.c,
8553         src/hid/gtk/gui-top-window.c, src/hid/lesstif/menu.c, src/main.c: 
8554         Determine the users home directory on program startup and remember
8555         it for use in other places later.  This avoids repeated use of
8556         getenv("HOME") which may have issues especially under windows.
8558 2008-11-25   Dan McMahill * dan AT mcmahill dot net *
8560         * win32/build_pcb: create a DOS batch file wrapper for the installer
8561         to make it easier to run the installer immediately after building it
8562         from the cygwin shell.  Without this, vista doesn't seem to like to
8563         run it for some reason.
8565 2008-11-25   Dan McMahill * dan AT mcmahill dot net *
8567         * doc/actions.texi, doc/version.texi: regen
8569 2008-11-25   Dan McMahill * dan AT mcmahill dot net *
8571         * win32/Makefile.am, win32/build_pcb, win32/extract_gtk_win32,
8572         win32/pcb.nsi.in, win32/registerExtension.nsh: - various minor updates for a more recent download of gtk and
8573           friends largely taken from gerbv.  - associate .pcb and .fp file extensions with pcb - make sure we start up pcb in the My Documents area to discourage   writing into Program Files.
8575 2008-11-24   Dan McMahill * dan AT mcmahill dot net *
8577         * po/POTFILES.in: add 2 missing files that have translations
8579 2008-11-23   DJ Delorie * dj AT delorie dot com *
8581         * src/hid/ps/ps.c: Fix the foo.ps.type.ps bug
8583 2008-11-19   DJ Delorie * dj AT delorie dot com *
8585         * src/djopt.c: Move splitlines even earlier, to avoid unwanted
8586         changes.
8588 2008-11-11   DJ Delorie * dj AT delorie dot com *
8590         * src/create.c: Don't merge two lines if the join flag differs.
8592 2008-10-21   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8594         * src/hid/gtk/gui-pinout-preview.c: Fix preview drawing broken by
8595         resetting "Gathering" mode after painting.  Seems that the pinout preview widget relied on the bug fixed in
8596         commit 0647d028e6c755715d2fcdbd0b4f2be73d36ae7f. In the expose
8597         handler of the preview, We should be calling the
8598         hid_expose_callback() function rather than DrawElement() directly.
8600 2008-10-21   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8602         * src/hid/gtk/gui-output-events.c: Remove logged warning when
8603         pressing a key with no defined binding Poping up the log window in these cases is very intrusive, and it
8604         triggered for keys such as capslock, Mod4/Windows etc. There is no
8605         real need to log errant key-presses, so remove this feature.
8607 2008-10-13   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8609         * src/autoroute.c, src/mtspace.c: Fix two assertion test to allow
8610         compiling a debug build.  Due to code-restructures, a couple of assert tests (not normally
8611         compiled) had bit-rotted. Remove one, rejig the other.
8613 2008-10-13   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8615         * src/rtree.c: rtree.c: Fix typo in assertion test inside __r_search Caused false assertion failures when running a debugging build.
8617 2008-10-13   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8619         * src/search.c: Fix IsPointInBox to work with wide as well as tall
8620         boxes Actually implement the test, rather than trying to construct a pad
8621         to test which has the right geometry.
8623 2008-10-13   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8625         * src/rtree.c: Change rtree penalty function in rtree.c to use
8626         doubles, not long long.  Since the exact integer result doesn't matter, this is ok.
8627         Marginally faster on Core Duo machine.
8629 2008-10-13   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8631         * src/rtree.c: Check all r-tree node children for fit before working
8632         out penalties Working out the penalty involves multiplications which produce a
8633         "long long" result, and is seen to be appear in profiling.  Make a pass at testing all children for the fast case of the child
8634         node containing the desired box, before working out size penalties
8635         to expanding each child.
8637 2008-10-13   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8639         * src/heap.c: Increase initial heap size from 32 to 256 In complex boards with lots of polygons, we were realloc'ing up to
8640         this kind of number anyway, in x2 size steps. Save all the
8641         memcpy'ing by making the heap larger to start with.  My test board still has some requirement for heaps >256, <512, but
8642         the frequency is low.
8644 2008-10-13   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8646         * src/hid/gtk/gtkhid-main.c: GTK HID: Raise already open command
8647         window to top with ":" key Previously, ":" only opened the window, but would not raise it if
8648         already open.
8650 2008-10-02   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8652         * src/move.c: Fix array index out of bounds over layer groups Off by one error in for loop, picked out by a recent version of GCC
8653         being better at spotting this kind of bug. The effects (if any) this
8654         bug caused are unknown.
8656 2008-10-01   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8658         * src/hid/gtk/gui-netlist-window.c: GTK HID: Fix crash when
8659         highlighting connectivity caused by net tree.  Seems I caused a crash in the connectivity highlighting code which
8660         assumed the net model of in the netlist window is a list structure
8661         where each element represents a net. Adapted the code to hunt out
8662         the right net / node with a tree model of nets.
8664 2008-10-01   Dan McMahill * dan AT mcmahill dot net *
8666         * README.snapshots, utils/cvs2cl.pl: add a local coyp of cvs2cl.pl
8668 2008-09-30   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8670         * src/polygon.c, src/polygon.h: Don't bother unsubtracting complex
8671         polygons when doing incremental updates Since the polygon is re-cleared against any objects existing within
8672         the bounding box of the update region, there is no point wasting CPU
8673         cycles intersecting a more complex polygon than necessary. Just take
8674         the UNION of the polygon being unsubtracted, and the bounding box of
8675         the hole to be filed in.
8677 2008-09-30   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8679         * src/misc.c, src/polygon.c: Fix text bounds to include the area
8680         cleared into a polygon Fixes re-clearing the polygon when a closely touching object is
8681         incrementally updated.
8683 2008-09-30   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8685         * src/draw.c: Ensure "Gathering" mode is set after painting the
8686         screen.  In between repaints initiated from the GUI, with this flag set, all
8687         Draw{object_type} operations just update a dirtied bounds. A final
8688         Draw() call then calls the HID to invalidate the bounds gathered.  Setting "Gathering = True" after an expose event callback ensures
8689         subsequent drawing is batched up for the next screen update.
8691 2008-09-30   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8693         * src/draw.c: Add debugging code to visually check a pad's bounding
8694         box Proved useful in fixing the pad bounding box update routine.
8695         Disabled with #if 0 block.
8697 2008-09-30   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8699         * src/misc.c, src/move.h: Fix bounding boxes for rotated square
8700         ended pads.  Bounding box compution only worked for round ended pads before.  In
8701         addition, the "move" code previously called SetLineBoundingBox for
8702         pads, which computes the wrong result.
8704 2008-09-30   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8706         * src/hid/gtk/gui-library-window.c: GTK HID: Make double clicking on
8707         a footprint library expand / contract it Usability improvement.
8709 2008-09-30   DJ Delorie * dj AT delorie dot com *
8711         * src/buffer.c: Put exploded pads on the correct layer
8713 2008-09-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8715         * src/hid/gtk/gui-netlist-window.c: Display nets as a hierarchical
8716         tree in the netlist window.  The view splits netnames at "/" characters, and builds the netlist
8717         view as a tree accordingly. Allows more strutured viewing of nets
8718         coming from hierarchical designs.
8720 2008-09-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8722         * src/hid/common/hidinit.c: Improve hashing algorithm for storing
8723         color data Curosry testing showed the old algorithm encountered a lot of hash
8724         collisions. Swap to a more sensible hashing algorithm.
8726 2008-09-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8728         * src/hid/common/hidinit.c: Fix lru heuristic to shortcut color
8729         cache lookup Heuristic didn't work before as the lru element wasn't saved.
8731 2008-09-23   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8733         * src/hid/batch/batch.c: Fix batch HID by adding stub functions for
8734         file watches and block hooks This was broken when these features were added to the HID interface.
8736 2008-09-11   DJ Delorie * dj AT delorie dot com *
8738         * src/polygon.c: Fix poly clearance around rotated pads - Robert
8739         Fitzsimons and Ineiev
8741 2008-09-11   DJ Delorie * dj AT delorie dot com *
8743         * src/hid/lesstif/main.c: Fix lesstif crosshair color - joel
8744         silvestre
8746 2008-08-22   Dan McMahill * dan AT mcmahill dot net *
8748         * README.cvs: update the anoncvs server name
8750 2008-08-19   Dan McMahill * dan AT mcmahill dot net *
8752         * configure.ac, src/Makefile.am: add a --enable-debug mode that does
8753         not disable assert()
8755 2008-08-16   DJ Delorie * dj AT delorie dot com *
8757         * src/hid/batch/batch.c: Add missing parameter name
8759 2008-08-06   DJ Delorie * dj AT delorie dot com *
8761         * globalconst.h: Bump up font size and aperture count.
8763 2008-08-03   DJ Delorie * dj AT delorie dot com *
8765         * src/hid/png/png.c: Add --ben-flip-x and --ben-flip-y options to
8766         produce "ben mode" images of the other side of the board.
8768 2008-07-10   Ben Jackson * ben AT ben dot com *
8770         * src/hid/png/png.c: Fix crash with 'ben-mode' if your layer stack
8771         is the reverse of DJ's.
8773 2008-07-08   DJ Delorie * dj AT delorie dot com *
8775         * src/hid/png/png.c: Add "Ben Mode".  Fix export of thindrawn
8776         polygons.
8778 2008-07-05   DJ Delorie * dj AT delorie dot com *
8780         * src/action.c: Oops, fix bug from previous patch.
8782 2008-07-05   DJ Delorie * dj AT delorie dot com *
8784         * src/action.c: Do not require a second paramter for SaveTo(Layout)
8786 2008-06-02   DJ Delorie * dj AT delorie dot com *
8788         * src/print.c: Allow outline layers that have nothing but arcs.
8790 2008-05-28   DJ Delorie * dj AT delorie dot com *
8792         * src/macro.h: Add ELEMENTARC_LOOP
8794 2008-05-20   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8796         * data/pcb.xml.in, doc/actions.texi, doc/pcbfile.texi: Add mime
8797         magic "M48" for detection of excellon drill files.
8799 2008-05-07   DJ Delorie * dj AT delorie dot com *
8801         * src/hid/gerber/gerber.c: Don't say ,TZ as we're not omitting
8802         trailing zeros.
8804 2008-04-28   Dan McMahill * dan AT mcmahill dot net *
8806         * src/mtspace.c, src/report.c: fix a few more code before
8807         declarations bugs.  Patch by der Mouse.
8809 2008-04-28   Dan McMahill * dan AT mcmahill dot net *
8811         * configure.ac: if the compiler takes it, turn on code before
8812         declarations warnings
8814 2008-04-28   Dan McMahill * dan AT mcmahill dot net *
8816         * src/edif.y, src/puller.c: Fix some code before declarations bugs
8817         noted by der Mouse.
8819 2008-04-13   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8821         * src/action.c: Applied patch from Tomaz Solc fixing crosshair
8822         issues with ActionNew() ActionNew() function didn't call a RestoreCrosshair() after a
8823         HideCrosshair() in most cases.  This causes symptoms similar to those described in #1900255 when
8824         "Start new layout" is selected in the File menu in GTK HID (most
8825         probably also in Lesstiff, but I haven't checked).  This patch adds two missing RestoreCrosshair() calls and fixes that
8826         issue.  Minor re-indentation by Peter Clifton during application.
8828 2008-04-13   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8830         * src/misc.c: Applied patch from Tomaz Solc fixing a bug in the
8831         CenterDisplay function.  This patch fixes a bug in the CenterDisplay function that doesn't do
8832         a RestoreCrosshair() after HideCrosshair().  This causes the crosshair stack overflow when using the DRC checker
8833         (which calls CenterDisplay a lot).  Minor re-indentation by Peter Clifton during application.
8835 2008-04-13   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8837         * src/crosshair.c, src/hid/gtk/gui-output-events.c: Applied patch
8838         from Tomaz Solc fixing bug #1882970.  This patch fixes a bug where objects attached to the cursor (line
8839         segments during drawing, etc.) permanently disappear if mouse cursor
8840         leaves a window during dragging.  Minor re-indentation by Peter Clifton during application.
8842 2008-04-13   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8844         * src/hid/gtk/gtkhid-main.c: Apply patch from Igor to ensure when
8845         flipping the board, the cursor remains on the same point on the
8846         layout. Thanks!
8848 2008-04-13   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8850         * doc/actions.texi, src/action.c, src/command.c, src/hid.h,
8851         src/hid/batch/batch.c, src/hid/bom/bom.c, src/hid/common/extents.c,
8852         src/hid/common/hidnogui.c, src/hid/gerber/gerber.c,
8853         src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-dialog.c,
8854         src/hid/gtk/gui.h, src/hid/lesstif/dialogs.c,
8855         src/hid/lesstif/main.c, src/hid/lpr/lpr.c, src/hid/nelma/nelma.c,
8856         src/hid/png/png.c, src/hid/ps/eps.c, src/hid/ps/ps.c: Add HID hook,
8857         close_confirm_dialog() for closing modified layouts.  This allows GUI HIDs to present a more native looking "save before
8858         closing" dialog. The HID is responsible for any save which the user
8859         requests and the subsequent return codes from the HID are as before,
8860         0 for cancel and 1 for close.  This checkin also fixes the GTK HID's Save() action to return 1 for
8861         cancel if the user cancels from the "Save As" dialog.
8863 2008-04-02   DJ Delorie * dj AT delorie dot com *
8865         * src/hid/png/png.c: Fix off-by-one bug drawing pads.
8867 2008-03-31   DJ Delorie * dj AT delorie dot com *
8869         * src/hid/ps/ps.c: When drawing zero-length lines, draw a square or
8870         circle according to the end cap value.
8872 2008-03-30   DJ Delorie * dj AT delorie dot com *
8874         * src/misc.c: If a layer selected through --layer-stack isn't found,
8875         let the user know and print a list of available layers.
8877 2008-03-24   DJ Delorie * dj AT delorie dot com *
8879         * src/hid/gerber/gerber.c: Ignore zero-radius filled circles.
8881 2008-03-16   Dan McMahill * dan AT mcmahill dot net *
8883         * src/find.c, src/parse_y.y: Only use the min annular ring parameter
8884         for checking the annular rings on pins and vias.  Previously the
8885         minimum copper width setting was also used.  Changed after a
8886         discussion on geda-user.  Also make sure we use the minimum copper
8887         width as the default if the .pcb file doesn't specify the minimum
8888         annulus.
8890 2008-03-15   Dan McMahill * dan AT mcmahill dot net *
8892         * src/hid/gerber/gerber.c: Add a missing terminating '*' on the
8893         first G04 line of the output files.  Noted on #geda.
8895 2008-02-27   Dan McMahill * dan AT mcmahill dot net *
8897         * src/Makefile.am: revert most of the previous commit which
8898         accidentally added some stuff that was not meant to be checked in.
8900 2008-02-26   Dan McMahill * dan AT mcmahill dot net *
8902         * src/Makefile.am, src/pcbtest.sh.in: use absolute paths (set at
8903         configure time) so this script may be called from other directories
8904         as part of a test suite.
8906 2008-02-22   Dan McMahill * dan AT mcmahill dot net *
8908         * lib/geda.inc: add 128 pin 14x14 mm LQFP with exposed padded.  Add
8909         128 pin 14x14 mm TQFP with and without exposed paddle
8911 2008-02-10   DJ Delorie * dj AT delorie dot com *
8913         * src/hid/ps/ps.c: Allow negative bloats
8915 2008-02-01   Dan McMahill * dan AT mcmahill dot net *
8917         * README.snapshots: add file size to checksum file
8919 2008-02-01   Dan McMahill * dan AT mcmahill dot net *
8921         * po/LINGUAS, po/fr.po, po/fr_FR.po: move fr_FR to fr as the latter
8922         seems to be recommended these days
8924 2008-02-01   Dan McMahill * dan AT mcmahill dot net *
8926         * configure.ac: bump to 1.99x after branching 20080202
8928 2008-02-01   Dan McMahill * dan AT mcmahill dot net *
8930         * ChangeLog: update for 20080202
8932 2008-02-01   Dan McMahill * dan AT mcmahill dot net *
8934         * README.snapshots: update to deal with the desktop integration and
8935         20080202
8937 2008-02-01   Dan McMahill * dan AT mcmahill dot net *
8939         * NEWS: add some news items for 20080202
8941 2008-02-01   Dan McMahill * dan AT mcmahill dot net *
8943         * src/misc.c: add 2008 to copyright year
8945 2008-02-01   Dan McMahill * dan AT mcmahill dot net *
8947         * doc/actions.texi: regen
8949 2008-02-01   Dan McMahill * dan AT mcmahill dot net *
8951         * src/hid/gtk/gui-utils.c: fix mark up rendering on status line
8953 2008-01-31   Dan McMahill * dan AT mcmahill dot net *
8955         * win32/build_pcb: add a --with-tex and --with-etex to work around
8956         some cygwin/tex bugs
8958 2008-01-31   Dan McMahill * dan AT mcmahill dot net *
8960         * win32/pcb.nsi.in: fix the start menu shortcut icon
8962 2008-01-31   Dan McMahill * dan AT mcmahill dot net *
8964         * win32/build_pcb: use tr to kill the extra \r that end up in the
8965         Makefiles courtesy of pkg-config.  This builds all but the docs on
8966         windows again.
8968 2008-01-31   Dan McMahill * dan AT mcmahill dot net *
8970         * src/hid/gtk/gtkhid-main.c, src/hid/gtk/gtkhid.h,
8971         src/hid/gtk/gui-top-window.c: avoid segfaults on loading certain
8972         boards from the command line.  This patch introduces a flag that
8973         indicates when the gui is up and calls to ghid_shift_is_pressed()
8974         and ghid_control_is_pressed() can proceed as normal.
8976 2008-01-30   Dan McMahill * dan AT mcmahill dot net *
8978         * win32/extract_gtk_win32: clean up a comment
8980 2008-01-30   Dan McMahill * dan AT mcmahill dot net *
8982         * win32/build_pcb, win32/extract_gtk_win32, win32/pcb.nsi.in: copy
8983         over build_pcb improvements from gerbv.  Add gdwin32 to the extract
8984         script.
8986 2008-01-30   Dan McMahill * dan AT mcmahill dot net *
8988         * win32/Makefile.am, win32/extract_gtk_win32, win32/pcb.nsi.in: add
8989         script to help setup build environmnet.  Also add all the various
8990         licenses to the installer.
8992 2008-01-29   Peter Clifton * pcjc2 AT cam dot ac dot uk *
8994         * icon-theme-installer: Fix bug in icon-theme-installer where the
8995         -?? size was not stripped from the installed icon name.
8997 2008-01-28   Dan McMahill * dan AT mcmahill dot net *
8999         * src/flags.c, src/gpcb-menu.res, src/pcb-menu.res: Repair the
9000         buffer # menus by changing CheckedWhen() to checked=.  As part of
9001         this, added a buffer flag.
9003 2008-01-22   Dan McMahill * dan AT mcmahill dot net *
9005         * src/hid/gtk/gui-misc.c, src/hid/gtk/gui-utils.c,
9006         src/hid/gtk/gui.h: add a bunch of const fixups from Larry Doolittle.
9008 2008-01-22   Dan McMahill * dan AT mcmahill dot net *
9010         * src/find.c: After we run DRC, force a redraw since we've possibly
9011         turned on and off layers (like silk).  Should address SF bug
9012         1843181.
9014 2008-01-16   Dan McMahill * dan AT mcmahill dot net *
9016         * autogen.sh: drop the intltool required version to 0.35 as that
9017         seems to work
9019 2008-01-16   Dan McMahill * dan AT mcmahill dot net *
9021         * Makefile.am, configure.ac, data/Makefile.am, icon-theme-installer: 
9022         check for gtk-update-icon-cache and use it.  For distcheck, disable
9023         that via setting the GTK_UPDATE_ICON_CACHE_BIN to 'true' to avoid
9024         creating a cache file which then is not removed.  A better way would
9025         probably be a uninstall hook which noticed that it was a distcheck
9026         uninstall and simply removed the file.
9028 2008-01-16   Dan McMahill * dan AT mcmahill dot net *
9030         * doc/actions.texi: regen
9032 2008-01-16   Dan McMahill * dan AT mcmahill dot net *
9034         * win32/Makefile.am: remove deprecated icon generation code
9036 2008-01-15   Dan McMahill * dan AT mcmahill dot net *
9038         * : regen
9040 2008-01-15   Dan McMahill * dan AT mcmahill dot net *
9042         * data/regen_files: add some help output, add options to only do the
9043         .png's or the .ico, check for imagemagick and netpbm.
9045 2008-01-15   Dan McMahill * dan AT mcmahill dot net *
9047         * configure.ac, src/Makefile.am, win32/Xdefaults.tgif,
9048         win32/pcb_icon_big.obj, win32/pcb_icon_med.obj,
9049         win32/pcb_icon_sml.obj: Use the same icons for windows as in the
9050         kde/gnome desktop.  Remove the old windows icons which were really
9051         placeholders anyway.  Remove the rules for regenerating these
9052         obsolete icons.
9054 2008-01-15   Dan McMahill * dan AT mcmahill dot net *
9056         * doc/Xdefaults.tgif: this file is no longer used.  The drawings for
9057         the documentation are drawn with pcb.
9059 2008-01-15   Dan McMahill * dan AT mcmahill dot net *
9061         * doc/pcb.man.in, doc/pcb.man.raw: remove some old and very obsolete
9062         files.
9064 2008-01-15   Dan McMahill * dan AT mcmahill dot net *
9066         * data/Makefile.am, icon-theme-installer: Remove the use of
9067         #!/bin/bash for the benefit of systems which don't install bash in
9068         /bin.  In the Makefile, call out the name of the shell to help
9069         systems like solaris where it is more likely that SHELL will be
9070         /bin/ksh instead of the broken solaris /bin/sh
9072 2008-01-15   Dan McMahill * dan AT mcmahill dot net *
9074         * autogen.sh: Check for the version of intltool.  Also apply some
9075         fixups to the po/Makefile.in.in file created by intltoolize.
9077 2008-01-15   Dan McMahill * dan AT mcmahill dot net *
9079         * src/autoroute.c: fix an unitialized variable
9081 2008-01-15   Dan McMahill * dan AT mcmahill dot net *
9083         * src/edif.y, src/hid/lesstif/menu.c: fix a few gcc4 warnings
9085 2008-01-15   Dan McMahill * dan AT mcmahill dot net *
9087         * Makefile.am: skip adding m4/ChangeLog to the distfile.  It seems
9088         to be installation dependent
9090 2008-01-14   Dan McMahill * dan AT mcmahill dot net *
9092         * Makefile.am: it helps if we build libintl before using it...
9094 2008-01-14   Dan McMahill * dan AT mcmahill dot net *
9096         * configure.ac: add missing $INTLLIBS to LIBS.  Fixes building with
9097         lesstif and batch.
9099 2008-01-13   Dan McMahill * dan AT mcmahill dot net *
9101         * configure.ac, src/hid/gtk/gui-top-window.c: check for and include
9102         locale.h.  Should fix solaris build problems.
9104 2008-01-13   Dan McMahill * dan AT mcmahill dot net *
9106         * mkinstalldirs: remove generated file.  This comes from the
9107         ./autogen.sh bootstrap
9109 2008-01-12   Peter Clifton * pcjc2 AT cam dot ac dot uk *
9111         * data/regen_files: Fix script to regenerate icon files, including
9112         mask channel for windows icons.
9114 2008-01-12   Dan McMahill * dan AT mcmahill dot net *
9116         * autogen.sh: put in a check for autopoint version
9118 2008-01-11   Dan McMahill * dan AT mcmahill dot net *
9120         * data/README: note the regen_files script
9122 2008-01-11   Dan McMahill * dan AT mcmahill dot net *
9124         * data/regen_files: hopefully fix a few minor bugs in inkscape
9125         exporting
9127 2008-01-11   Dan McMahill * dan AT mcmahill dot net *
9129         * data/Makefile.am, data/regen_files: add windows icon and script to
9130         generate it
9132 2008-01-11   DJ Delorie * dj AT delorie dot com *
9134         * src/polygon1.c: Strict aliasing patch from Larry Doolittle.
9136 2008-01-11   Dan McMahill * dan AT mcmahill dot net *
9138         * lib/geda.inc: fix pincount for MSOP10
9140 2008-01-11   Dan McMahill * dan AT mcmahill dot net *
9142         * src/hid/batch/.cvsignore, src/hid/bom/.cvsignore,
9143         src/hid/common/.cvsignore, src/hid/gerber/.cvsignore,
9144         src/hid/gtk/.cvsignore, src/hid/lesstif/.cvsignore,
9145         src/hid/lpr/.cvsignore, src/hid/nelma/.cvsignore,
9146         src/hid/png/.cvsignore, src/hid/ps/.cvsignore: add .dirstamp
9148 2008-01-11   Peter Clifton * pcjc2 AT cam dot ac dot uk *
9150         * lib/gtag.m4: Fix typo in gtag.m4 file
9152 2008-01-10   Peter Clifton * pcjc2 AT cam dot ac dot uk *
9154         * configure.ac, src/Makefile.am, src/hid/gtk/gui.h, src/main.c: 
9155         Activate gettext support in PCB by setting up the domain and locale
9156         dir.
9158 2008-01-10   Peter Clifton * pcjc2 AT cam dot ac dot uk *
9160         * data/pcb.desktop.in: Add application/x-pcb-footprint to the
9161         mime-types PCB will be launched for
9163 2008-01-10   Peter Clifton * pcjc2 AT cam dot ac dot uk *
9165         * data/pcb.xml.in: Add an attempt at a glob pattern to match PCB
9166         footprints Searches for the string "Element[" starting between and offset of 0
9167         and 20 bytes into the file.
9169 2008-01-10   Peter Clifton * pcjc2 AT cam dot ac dot uk *
9171         * data/pcb.desktop.in: Fix mime type registered to open PCB to
9172         application/x-pcb-layout
9174 2008-01-10   Peter Clifton * pcjc2 AT cam dot ac dot uk *
9176         * data/Makefile.am: Fix data/Makefile.am where xdgdir was used
9177         instead of xdgdatadir
9179 2008-01-10   Peter Clifton * pcjc2 AT cam dot ac dot uk *
9181         * Makefile.am: Add intltool-XXX.in to EXTRA_DIST and add appropriate
9182         cleaning rules.
9184 2008-01-10   Peter Clifton * pcjc2 AT cam dot ac dot uk *
9186         * Makefile.am, icon-theme-installer: Add missed icon-theme-installer
9187         script required for installing icons
9189 2008-01-10   Peter Clifton * pcjc2 AT cam dot ac dot uk *
9191         * Makefile.am: Add make distcheck ./configure flag
9192         --disable-desktop-database Ensures cache files won't be left during make distcheck which could
9193         break the distcheck.
9195 2008-01-10   Dan McMahill * dan AT mcmahill dot net *
9197         * win32/.cvsignore: add missing cvsignore
9199 2008-01-10   Dan McMahill * dan AT mcmahill dot net *
9201         * src/hid/common/.cvsignore: add hidlist.h
9203 2008-01-10   Dan McMahill * dan AT mcmahill dot net *
9205         * .cvsignore, src/.cvsignore, src/hid/.cvsignore,
9206         src/hid/batch/.cvsignore, src/hid/bom/.cvsignore,
9207         src/hid/common/.cvsignore, src/hid/gerber/.cvsignore,
9208         src/hid/gtk/.cvsignore, src/hid/lesstif/.cvsignore,
9209         src/hid/lpr/.cvsignore, src/hid/nelma/.cvsignore,
9210         src/hid/png/.cvsignore, src/hid/ps/.cvsignore, src/icons/.cvsignore: 
9211         add a cvsignore file
9213 2008-01-10   Dan McMahill * dan AT mcmahill dot net *
9215         * data/README: fix a typo
9217 2008-01-10   Dan McMahill * dan AT mcmahill dot net *
9219         * Makefile.am, configure.ac: wire in the desktop stuff
9221 2008-01-10   Peter Clifton * pcjc2 AT cam dot ac dot uk *
9223         * src/Makefile.am, src/gpcb-menu.res, src/hid/gtk/gui-config.c,
9224         src/hid/gtk/gui-library-window.c, src/hid/gtk/gui-library-window.h,
9225         src/hid/gtk/gui.h: Change library window to give a preview and
9226         filterable list of components.  Code for the libarary window is based on x_compselect.c from
9227         gEDA/gaf's gschem schematic editor, and the libray window code
9228         pre-existing in PCB.  Also added a shortcut "i" to the library window, matching gschem's
9229         insert component shortcut.
9231 2008-01-10   Peter Clifton * pcjc2 AT cam dot ac dot uk *
9233         * configure.ac, po/LINGUAS, po/POTFILES.in: Ensure GETTEXT_PACKAGE
9234         is set, and add missing LINGUAS and POTFILES.in files.
9236 2008-01-10   Dan McMahill * dan AT mcmahill dot net *
9238         * Makefile.am, README.cvs, autogen.sh, configure.ac: add i18n
9239         framework.
9241 2008-01-10   Peter Clifton * pcjc2 AT cam dot ac dot uk *
9243         * data/Makefile.am: Add Makefile.am for data dir, with rules to
9244         install icons and desktop data
9246 2008-01-10   Peter Clifton * pcjc2 AT cam dot ac dot uk *
9248         * data/pcb.desktop.in: Commit pcb.desktop.in template menu file for
9249         translation
9251 2008-01-10   Peter Clifton * pcjc2 AT cam dot ac dot uk *
9253         * data/pcb.xml.in, data/x-excellon.desktop.in,
9254         data/x-gerber.desktop.in, data/x-pcb-footprint.desktop.in,
9255         data/x-pcb-layout.desktop.in, data/x-pcb-netlist.desktop.in: Check
9256         in KDE mimelnk .desktop.in and XDG pcb.xml.in MIME registrations Files are annotated suitably for translation with intltool
9258 2008-01-10   Peter Clifton * pcjc2 AT cam dot ac dot uk *
9260         * data/README, data/application-x-excellon-16.svg,
9261         data/application-x-excellon-22.svg,
9262         data/application-x-excellon-32.svg,
9263         data/application-x-excellon-48.svg,
9264         data/application-x-excellon.svg, data/application-x-gerber-16.svg,
9265         data/application-x-gerber-22.svg, data/application-x-gerber-32.svg,
9266         data/application-x-gerber-48.svg, data/application-x-gerber.svg,
9267         data/application-x-pcb-footprint-16.svg,
9268         data/application-x-pcb-footprint-22.svg,
9269         data/application-x-pcb-footprint-32.svg,
9270         data/application-x-pcb-footprint-48.svg,
9271         data/application-x-pcb-footprint.svg,
9272         data/application-x-pcb-layout-16.svg,
9273         data/application-x-pcb-layout-22.svg,
9274         data/application-x-pcb-layout-32.svg,
9275         data/application-x-pcb-layout-48.svg,
9276         data/application-x-pcb-layout.svg,
9277         data/application-x-pcb-netlist-16.svg,
9278         data/application-x-pcb-netlist-22.svg,
9279         data/application-x-pcb-netlist-32.svg,
9280         data/application-x-pcb-netlist-48.svg,
9281         data/application-x-pcb-netlist.svg, data/pcb.svg: Check in MIME and
9282         app icons along with a README with origins and copyright
9284 2008-01-08   Peter Clifton * pcjc2 AT cam dot ac dot uk *
9286         * configure.ac, src/dbus-pcbmain.c: Avoid using deprecated
9287         dbus_watch_get_fd() in newer dbus versions.  Use a configure test (copied from PulseAudio) for the newer API,
9288         dbus_watch_get_unix_fd(), and use that if available.
9290 2008-01-08   Dan McMahill * dan AT mcmahill dot net *
9292         * src/polygon1.c: add a FIXME comment
9294 2008-01-08   Peter Clifton * pcjc2 AT cam dot ac dot uk *
9296         * src/Makefile.am, src/hid/gtk/gtkhid-main.c,
9297         src/hid/gtk/gui-pinout-preview.c, src/hid/gtk/gui-pinout-preview.h,
9298         src/hid/gtk/gui-pinout-window.c, src/hid/gtk/gui.h: Refactored
9299         pinout preview code into a new widget, GhidPinoutPreview In the refactoring, fix a bug where if the pinout window was larger
9300         than the PCB window's viewport, elements in the preview were clipped
9301         to the viewport size.  In a break from the old behaviour, the previewed element is centered
9302         in the preview area.
9304 2008-01-07   Dan McMahill * dan AT mcmahill dot net *
9306         * src/hid/gtk/gui-misc.c, src/hid/gtk/gui-output-events.c: remove a
9307         handful of strict aliasing rule violation warnings generate by gcc4
9309 2008-01-07   Dan McMahill * dan AT mcmahill dot net *
9311         * src/parse_l.l, src/res_lex.l: avoid some 'defined but not used'
9312         gcc warnings.
9314 2008-01-07   Dan McMahill * dan AT mcmahill dot net *
9316         * src/autoroute.c, src/hid/nelma/nelma.c, src/misc.c: clear out a
9317         few more compiler warnings
9319 2008-01-07   Dan McMahill * dan AT mcmahill dot net *
9321         * src/gpcb-menu.res: remove some duplicated entries and remove some
9322         conflicting hot keys.
9324 2008-01-07   Dan McMahill * dan AT mcmahill dot net *
9326         * src/hid/gtk/gui-top-window.c: be a little smarter about parsing
9327         the hotkey parts of the menu resource file.  Now give a sane message
9328         instead of segfaulting on a malformed input.  Also check for
9329         duplicate hot keys and drop the duplicates with a message.
9331 2008-01-06   Dan McMahill * dan AT mcmahill dot net *
9333         * src/hid/gtk/gui-output-events.c: correctly scale the step sizes
9334         for scroll bar scrolling of the main drawing area.  This addresses
9335         the "scoll bars scroll by tiny tiny steps" part of sf bug [ 1796016
9336         ] Cursor/scrolling madness
9338 2008-01-06   Dan McMahill * dan AT mcmahill dot net *
9340         * doc/Makefile.am: add some extra dependencies to get this working
9341         with parallel make jobs.
9343 2008-01-06   Dan McMahill * dan AT mcmahill dot net *
9345         * configure.ac: add min version for automake
9347 2008-01-06   Dan McMahill * dan AT mcmahill dot net *
9349         * configure.ac: specify the minimum autoconf version
9351 2008-01-06   Dan McMahill * dan AT mcmahill dot net *
9353         * Makefile.in, README.cvs, README_FILES/Makefile.in, aclocal.m4,
9354         config.h.in, configure, doc/Makefile.in, doc/actions.texi,
9355         doc/pcbfile.texi, doc/version.texi, example/Makefile.in,
9356         example/libraries/Makefile.in, lib/Makefile.in,
9357         newlib/2_pin_thru-hole_packages/Makefile.in, newlib/Makefile.in,
9358         newlib/analog-devices/Makefile.in, newlib/burr-brown/Makefile.in,
9359         newlib/connectors/Makefile.in, newlib/crystal/Makefile.in,
9360         newlib/electro-optics/Makefile.in, newlib/headers/Makefile.in,
9361         newlib/keystone/Makefile.in, newlib/msp430/Makefile.in,
9362         newlib/not_vetted_ingo/Makefile.in, newlib/sockets/Makefile.in,
9363         newlib/tests/Makefile.in, src/Makefile.in, src/icons/Makefile.in,
9364         tools/Makefile.in, tutorial/Makefile.in, win32/Makefile.in: remove a
9365         bunch of autotools generated files and update the instructions for
9366         building from cvs accordingly.
9368 2008-01-06   Dan McMahill * dan AT mcmahill dot net *
9370         * src/hid/png/png.c: before exporting png, clear out any existing
9371         color or brush cache.  They are stale.  Should fix sf bug [ 1807726 ] png HID exports transparent copper
9372         rectangles
9374 2008-01-06   Dan McMahill * dan AT mcmahill dot net *
9376         * src/hid/png/png.c: apply the patch provided in sf bug [ 1792119 ]
9377         Slanted squared pads: png output which corrects the drawing of non
9378         90-deg square cap lines in the png output.
9380 2008-01-05   Dan McMahill * dan AT mcmahill dot net *
9382         * src/Makefile.am, src/action.c, src/edif.y, src/edif_parse.h,
9383         src/file.c, src/file.h: add the ability to load edif netlists
9384         provided in sf patch [ 1516885 ] added edif netlist import by Jeff
9385         Bailey.
9387 2008-01-05   Dan McMahill * dan AT mcmahill dot net *
9389         * src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-dialog.c: remove some
9390         unused variables
9392 2008-01-05   Dan McMahill * dan AT mcmahill dot net *
9394         * src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-dialog.c,
9395         src/hid/gtk/gui.h: fix a bug where sometimes the confirm dialog had
9396         corrupt button names.
9398 2008-01-05   Dan McMahill * dan AT mcmahill dot net *
9400         * src/action.c: apply the patch provided in sf bug [ 1850097 ] Grid
9401         off by 1 after setting to 1
9403 2008-01-05   Dan McMahill * dan AT mcmahill dot net *
9405         * src/hid/gtk/gtkhid-main.c: apply a patch provided in sf bug [
9406         1840422 ] GTK HID panning bug.  Keeps the scroll bars in sync when
9407         the display is panned.
9409 2008-01-05   DJ Delorie * dj AT delorie dot com *
9411         * src/hid/common/actions.c: Re-initialize num so that multiple
9412         actions will be parsed properly.
9414 2008-01-05   Dan McMahill * dan AT mcmahill dot net *
9416         * src/hid/gtk/gtkhid-main.c: remove some code from set_cursor() that
9417         tries to limit the cursor position in a way which seems to cause
9418         spurious scrolling in a number of situations.  Should hopefully fix sf bug [ 1796016 ] Cursor/scrolling madness
9420 2008-01-05   Dan McMahill * dan AT mcmahill dot net *
9422         * src/hid/gtk/gui-top-window.c: update a comment
9424 2008-01-04   Dan McMahill * dan AT mcmahill dot net *
9426         * src/buffer.c: Allow the conversion of a selection which contains
9427         only silk to an element instead of requiring a pad or pin.  Useful
9428         for logos.  Requested in sf bug [ 1820380 ] convert-to-element requires at least
9429         one pin or pad
9431 2008-01-04   Dan McMahill * dan AT mcmahill dot net *
9433         * configure.ac: add missing check for texi2dvi.  sf bug [ 1840645 ] texi2dvi: Missing configure check
9435 2008-01-04   Dan McMahill * dan AT mcmahill dot net *
9437         * src/hid/ps/ps.c: Add an option that turns off the scale and file
9438         name in the postscript output.  This is useful when trying to do a
9439         toner transfer or print transparencies that use the whole page.  Requested in sf bug [ 1858547 ] unwanted text lines in printouts
9440         makes these useless
9442 2008-01-04   Dan McMahill * dan AT mcmahill dot net *
9444         * src/find.c, src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-dialog.c,
9445         src/hid/gtk/gui.h: Apply sf patch [ 1848465 ] brief error info in
9446         "DRC continue" dialog While here, add some missing bits of code in the dialog_confirm
9447         function for the gtk hid that lets you specify the ok and cancel
9448         messages.
9450 2008-01-04   Dan McMahill * dan AT mcmahill dot net *
9452         * src/hid/gtk/gui-top-window.c: fix a printf format string compiler
9453         warning.
9455 2008-01-04   Dan McMahill * dan AT mcmahill dot net *
9457         * src/action.c, src/file.c, src/hid/gerber/gerber.c, src/misc.c: add
9458         some casts to silence some gcc4 warnings
9460 2008-01-04   Dan McMahill * dan AT mcmahill dot net *
9462         * lib/geda.inc, lib/qfpdj.inc: apply sf patch 1784721 to move the
9463         QFP footprints to 0.01 mil resolution.  Also the remaining SO
9464         packages have been moved to the hi-res format.  Minor corrections to the patch by me.
9466 2008-01-03   Dan McMahill * dan AT mcmahill dot net *
9468         * lib/Makefile.am, lib/Makefile.in, lib/png_diff.sh: add a utility
9469         script for comparing .png's of an entire footprint library.
9471 2008-01-03   Dan McMahill * dan AT mcmahill dot net *
9473         * lib/m4lib_to_newlib.sh.in: add a -d|--dpi flag to use a fixed
9474         scale factor for the exported png files
9476 2008-01-03   Ben Jackson * ben AT ben dot com *
9478         * src/parse_y.y: Temporarily change PCB=yyPCB while InitClip after
9479         load (similar hacks exist in other load code)
9481 2008-01-03   Dan McMahill * dan AT mcmahill dot net *
9483         * lib/qfpdj.inc: add missing PKG_QFP_40
9485 2008-01-03   Dan McMahill * dan AT mcmahill dot net *
9487         * src/hid/gtk/gui-config.c, src/hid/gtk/gui-top-window.c: apply
9488         patch 1852864     GTK HID: scrolled layer preferences To enable a
9489         scroll window for the layers.  This is needed if the user uses more
9490         than 8 or so layers.
9492 2008-01-02   Dan McMahill * dan AT mcmahill dot net *
9494         * src/hid/bom/bom.c: Fix a problem with the X-Y output file where
9495         the y values were mirrored and offset with respect to the RS274-X
9496         output.  Given that this bug has been here since the code was
9497         written 3 years ago, I conclude that in fact no one has used this
9498         feature.
9500 2007-12-26   Dan McMahill * dan AT mcmahill dot net *
9502         * src/lrealpath.c: change the preprocessor logic a bit to avoid
9503         #ifdef-ing in code that will never be reached.
9505 2007-12-26   Dan McMahill * dan AT mcmahill dot net *
9507         * src/puller.c: add a couple of casts to make pointer compares work
9508         on identical pointer types.
9510 2007-12-26   DJ Delorie * dj AT delorie dot com *
9512         * src/hid/png/png.c: Fix some off-by-one bugs.
9514 2007-12-26   Dan McMahill * dan AT mcmahill dot net *
9516         * src/puller.c: get rid of a handful of compiler warnings (printf
9517         format strings, and unused variables).
9519 2007-12-22   DJ Delorie * dj AT delorie dot com *
9521         * src/hid/lesstif/netlist.c: Cast parameters to right type.
9523 2007-12-21   Dan McMahill * dan AT mcmahill dot net *
9525         * lib/geda.inc: add 10x10mm TQFP64, 12x12mm TQFP80, and 12x12mm
9526         TQFP100 footprints
9528 2007-12-19   Dan McMahill * dan AT mcmahill dot net *
9530         * lib/connector.inc: make sure both rows of CONNECTOR_DIL use 38 mil
9531         pins.  Noted on geda-user by Michael Stovenour
9533 2007-12-19   DJ Delorie * dj AT delorie dot com *
9535         * src/hid/lesstif/dialogs.c: Resolve some const-cast issues.
9537 2007-12-18   DJ Delorie * dj AT delorie dot com *
9539         * lib/geda.inc: Add TSSOP14 and TSSOP16
9541 2007-12-13   Dan McMahill * dan AT mcmahill dot net *
9543         * lib/plcc.inc: fix a few more cases of = being used where == was
9544         called for
9546 2007-12-13   Dan McMahill * dan AT mcmahill dot net *
9548         * lib/plcc.inc: use == instead of = for testing equality.  Gets rid
9549         of a bunch of warnings.  Verified that pcblib-newlib contents did
9550         not change with this commit.
9552 2007-12-11   DJ Delorie * dj AT delorie dot com *
9554         * src/gpcb-menu.res, src/pcb-menu.res: Various changes from Kai;
9555         cut-copy swap for lesstif.
9557 2007-12-11   Peter Clifton * pcjc2 AT cam dot ac dot uk *
9559         * : Forced checkin with no changes due to missed log entry from in
9560         commit Initialise static variables x_prev and y_prev in
9561         ghid_port_window_motion_cb() to -1, to avoid the (unlikely) case
9562         they are used initialised.
9564 2007-12-10   DJ Delorie * dj AT delorie dot com *
9566         * src/hid/gtk/gui-output-events.c: Fix enter/leave logic to avoid
9567         leaving obsolete crosshair-attached elements on the screen when the
9568         cursor leaves the working area.
9570 2007-12-10   Ben Jackson * ben AT ben dot com *
9572         * src/hid/lesstif/main.c, src/pcb-menu.res: Add Zoom(Toggle) and
9573         bind it to ` (backtick).  Fix all warnings in hid/lesstif/main.c
9575 2007-12-10   Ben Jackson * ben AT ben dot com *
9577         * src/draw.c: Make 'outline' layer test case-insensitive to match
9578         other instances.
9580 2007-12-10   Ben Jackson * ben AT ben dot com *
9582         * src/draw.c: Add gross hack to avoid using mask in DrawRats() for
9583         othet than lesstif HID, as lesstif and gtk provide different
9584         capabilities in CLEAR mode.
9586 2007-12-10   Ben Jackson * ben AT ben dot com *
9588         * src/draw.c, src/hid/lesstif/main.c, src/hid/lesstif/xincludes.h: 
9589         Add XRENDER support to the Lesstif HID.  Rat lines and soldermasks
9590         are now displayed at 50% intensity on top of other drawn elements.
9592 2007-12-09   Ben Jackson * ben AT ben dot com *
9594         * configure: Rebuild with 2.61
9596 2007-12-09   DJ Delorie * dj AT delorie dot com *
9598         * config.h.in, configure, configure.ac: Check for Xrender library.
9600 2007-12-08   Harry Eaton * haceaton AT users dot sourceforge dot net *
9602         * src/polygon1.c: Sometimes single-point touching will leave no
9603         starting point on the 'A' pline for an ISECTED contour. Check for
9604         starting points on the 'B' pline (only at the point of intersection)
9605         just in case it has a valid starting point.
9607 2007-12-04   Ben Jackson * ben AT ben dot com *
9609         * src/hid/png/png.c: ignore paste layers when exporting 'as shown':
9610         Correct logic for silk display; Add logic for mask display ignore
9611         soldermask layers for normal output add option to make
9612         background/erasures transparent
9614 2007-12-03   Ben Jackson * ben AT ben dot com *
9616         * src/crosshair.c: Avoid moving elements snapping to their own pins
9617         or pads.  Don't snap moving vias to any kind of pins (they can't
9618         overlap anyway).
9620 2007-12-03   Ben Jackson * ben AT ben dot com *
9622         * src/action.c: Don't create empty text objects.
9624 2007-12-02   Ben Jackson * ben AT ben dot com *
9626         * src/misc.c, src/polygon.c: Data->LayerN should generally be
9627         avoided.  It's not initialized for buffers.  All buffers should have
9628         max_layer available (which is a macro for PCB->Data->LayerN, the
9629         number of layers in the current board).
9631 2007-12-02   Ben Jackson * ben AT ben dot com *
9633         * src/action.c: Partial fix? [ 1775101 ] Undo with the line tool
9634         sometimes switches to wrong node If you auto-drc and you extend a
9635         line (causing a delete and re-add of a longer line), then undo, this
9636         patch ensures the restored short segment has FOUNDFLAG so you can
9637         continue drawing.
9639 2007-12-02   Ben Jackson * ben AT ben dot com *
9641         * src/macro.h, src/move.c: Fix [ 1820398 ] Inconsistant vias with
9642         move-to-layer Add explicit check for silk layer when making vias due
9643         to movelinetolayer
9645 2007-12-02   Ben Jackson * ben AT ben dot com *
9647         * src/action.c: Fix [ 1836169 ] undo of shift-paste element
9648         replacement broken Code was "stealing" the original name memory
9649         before removing it, so the element went into the undo buffer
9650         nameless.  Copy string instead.
9652 2007-12-02   Ben Jackson * ben AT ben dot com *
9654         * src/action.c: Fix [ 1836172 ] shift-create two vias, undo twice,
9655         internal error Caused by my addition of shift-click vias -- the new
9656         via undo was happening before the new flag undo.
9658 2007-12-02   Ben Jackson * ben AT ben dot com *
9660         * src/buffer.c: Missed a spot when adding 'clearlineflag' support to
9661         Text.  Also Fixed a bug in movearctobuffer
9663 2007-11-30   DJ Delorie * dj AT delorie dot com *
9665         * src/hid/gtk/gtkhid-main.c, src/hid/lesstif/dialogs.c,
9666         src/hid/ps/ps.c: Fix printer calibration.
9668 2007-11-30   DJ Delorie * dj AT delorie dot com *
9670         * src/gpcb-menu.res, src/pcb-menu.res: Add 50 mil grid setting.  Add
9671         global puller submenu.
9673 2007-11-30   Ben Jackson * ben AT ben dot com *
9675         * src/action.c: Fix a typo.  Do not use grid size for
9676         Connection(Find) search radius
9678 2007-11-30   DJ Delorie * dj AT delorie dot com *
9680         * src/hid/lesstif/menu.c: Attach the show soldermask layer button to
9681         its flag.
9683 2007-11-30   Ben Jackson * ben AT ben dot com *
9685         * src/polygon.c: In case 'biggest()' polygon is 0 area, init size =
9686         -1 instead of 0.
9688 2007-11-27   Ben Jackson * ben AT ben dot com *
9690         * src/rats.c: Fix two bugs in my via-rats patch: 1)  Certain combinations of objects (presumably rare!) could lead to
9691         a crash.  2)  Fix a cut/paste error where the wrong coordinate was tested.
9692         Add explanatory comment.
9694 2007-11-25   DJ Delorie * dj AT delorie dot com *
9696         * src/puller.c: Add global puller.
9698 2007-11-25   DJ Delorie * dj AT delorie dot com *
9700         * src/hid/lesstif/main.c: Draw arc start/end radii in separate
9701         colors, and dotted, if enabled.
9703 2007-11-25   DJ Delorie * dj AT delorie dot com *
9705         * src/draw.c, src/draw.h: Export DrawLayer() for the ps exporter.
9707 2007-11-25   DJ Delorie * dj AT delorie dot com *
9709         * src/hid/ps/ps.c: Draw outline layer on all other copper layers
9710         when "draw outline" is selected.  Make alignment marks less
9711         obtrusive.  Make drill helpers half the board's minimum drill size,
9712         not twice PCB's minimum drill size.  Include commented out helpers
9713         for brass paste stencil etching.
9715 2007-11-25   DJ Delorie * dj AT delorie dot com *
9717         * src/undo.c: Don't just clean out RemoveList, free it, so it's
9718         created properly later.
9720 2007-11-25   Ben Jackson * ben AT ben dot com *
9722         * src/polyarea.h: Add some prototypes for global functions returning
9723         double that will confuse the heck out of you if treated as returning
9724         int!
9726 2007-11-24   DJ Delorie * dj AT delorie dot com *
9728         * src/hid/lesstif/netlist.c: Don't crash if a scanned element has no
9729         text.
9731 2007-11-24   DJ Delorie * dj AT delorie dot com *
9733         * src/hid/lesstif/library.c: lesstif_show_library: Don't reset the
9734         dialog when we're just re-displaying it.
9736 2007-11-24   Ben Jackson * ben AT ben dot com *
9738         * src/action.c: Apply [ 1726201 ] SaveTo(PasteBuffer.file) for
9739         footprint creation with cleanups (original patch from Christian
9740         Riggenbach - gizmotron)
9742 2007-11-23   Ben Jackson * ben AT ben dot com *
9744         * src/actionlist.c: Remove obsolete (generated, even!) file
9746 2007-11-23   Ben Jackson * ben AT ben dot com *
9748         * src/gpcb-menu.res, src/pcb-menu.res: Change all the GetXY prompts
9749         for greater clarity.
9751 2007-11-23   Ben Jackson * ben AT ben dot com *
9753         * src/hid/gtk/gui-config.c: Apply patch [ 1835365 ] Fix for [
9754         1820385 ] Can't close the preference dialog from denis77
9756 2007-11-23   Ben Jackson * ben AT ben dot com *
9758         * src/autoroute.c: LIST_LOOP works on circular lists, but at least
9759         some code will produce a head pointer of NULL for an empty list,
9760         causing LIST_LOOP to crash.  Since I'm not sure which is the bug, I
9761         changed LIST_LOOP to assert() on a NULL list head and skip the loop.
9762         With assert disabled, the loop becomes a no-op, which seems
9763         appropriate.
9765 2007-11-23   DJ Delorie * dj AT delorie dot com *
9767         * src/search.c, src/search.h: Additional slanted-pad patch for
9768         missed DRC
9770 2007-11-22   DJ Delorie * dj AT delorie dot com *
9772         * src/hid/lesstif/styles.c: Update the status line even when we
9773         don't have a styles dialog.
9775 2007-11-19   DJ Delorie * dj AT delorie dot com *
9777         * src/report.c: Add annulus and mask gap to pin/via report.
9779 2007-11-19   Dan McMahill * dan AT mcmahill dot net *
9781         * configure, configure.ac: add a missing AC_MSG_RESULT in the
9782         makeinfo version test.  Patch from Peter Brett.  While here, remove
9783         a bashism (== vs =).
9785 2007-11-18   DJ Delorie * dj AT delorie dot com *
9787         * globalconst.h: Expand min/max values.
9789 2007-11-14   DJ Delorie * dj AT delorie dot com *
9791         * src/misc.c, src/parse_y.y: Fix pin bound calculations based on new
9792         thermal calculations.
9794 2007-11-12   DJ Delorie * dj AT delorie dot com *
9796         * src/crosshair.c: Snap to pin/pads whenever we're within the
9797         pin/pad copper, unless shift is pressed, then snap to the nearest
9798         grid point if it's closer.
9800 2007-11-12   DJ Delorie * dj AT delorie dot com *
9802         * src/hid/common/hidnogui.c: Don't complain about checking the shift
9803         key when exporting pngs from the command line.
9805 2007-11-12   Ben Jackson * ben AT ben dot com *
9807         * src/buffer.c: Fix bugs intoduced by revision 1.41 while preserving
9808         the fixes in 1.41.
9810 2007-11-10   DJ Delorie * dj AT delorie dot com *
9812         * lib/connector.inc: Reduce silk width of connector/header/jumpers
9813         (some fabs clip it to the pads) to be similar to other elements.
9815 2007-11-10   DJ Delorie * dj AT delorie dot com *
9817         * lib/qfpdj.inc, lib/smt.inc: Move silk away from pads.  Fix notch
9818         in SO footprints.
9820 2007-11-05   Dan McMahill * dan AT mcmahill dot net *
9822         * lib/geda.inc: fix DIN41651_20 and DIN41651_20S.  Those are 20 pin
9823         footprints not 10 pin footprints.  Reported by Marshall Jose.
9825 2007-11-04   Ben Jackson * ben AT ben dot com *
9827         * src/change.c, src/change.h, src/move.c, src/polygon.c,
9828         src/rotate.c, src/strflags.c: Add support for clearing text from
9829         polygons.  Text with the clearline flag (set with the J key by
9830         default, just like lines and arcs) will have a rounded rectangle
9831         hole cut in any overlapping polygons.
9833 2007-11-04   Ben Jackson * ben AT ben dot com *
9835         * src/action.c: Shift-click with the via tool to connect it to the
9836         current layer as you place it.
9838 2007-11-04   Ben Jackson * ben AT ben dot com *
9840         * src/hid/lesstif/netlist.c, src/netlist.c, src/rats.h: Plumb the
9841         NetlistShow() hid action in lesstif.  Takes a pin name or a net name
9842         and sets the current selection in the netlist window.  Does not pop
9843         up the netlist.
9845 2007-11-02   Dan McMahill * dan AT mcmahill dot net *
9847         * configure, doc/actions.texi, doc/version.texi: regen
9849 2007-11-02   DJ Delorie * dj AT delorie dot com *
9851         * src/draw.c: Properly thin-draw slanted pads.
9853 2007-11-02   DJ Delorie * dj AT delorie dot com *
9855         * src/find.c, src/polygon.c, src/search.c, src/search.h: Fixes for
9856         DRC of slanted pads.  Tracker bug 1791388 and patch 1791392.
9858 2007-11-02   DJ Delorie * dj AT delorie dot com *
9860         * src/draw.c: Don't draw pins/holes on the outline layer.  Include
9861         commented-out code to put board outline on mask layers, for fabs
9862         that need that.
9864 2007-11-02   Dan McMahill * dan AT mcmahill dot net *
9866         * src/action.c, src/buffer.c, src/hid/gtk/gui-output-events.c,
9867         src/hid/gtk/gui-top-window.c, src/select.c: fix some compiler
9868         warnings
9870 2007-11-02   Dan McMahill * dan AT mcmahill dot net *
9872         * configure.ac: Improve the robustness of the makeinfo version test.
9873         Patch provided by Peter Brett.
9875 2007-11-02   Dan McMahill * dan AT mcmahill dot net *
9877         * src/hid/gtk/gui-top-window.c: Don't segfault when clicking the top
9878         right button which toggles units.  Problem noted by and solution
9879         provided by Christian Riggenbach.
9881 2007-10-24   Ben Jackson * ben AT ben dot com *
9883         * src/search.c: Treat VIAFLAG rats (displayed as donuts) as round
9884         targets, not as the invisible lines they are internally.
9886 2007-10-23   DJ Delorie * dj AT delorie dot com *
9888         * src/hid/lesstif/dialogs.c: Make sure the leftmost end of the line
9889         is visible in the log window.
9891 2007-10-21   Ben Jackson * ben AT ben dot com *
9893         * src/action.c: Fix printf format warnings.
9895 2007-10-21   Ben Jackson * ben AT ben dot com *
9897         * src/crosshair.c, src/draw.c, src/rats.c: Ratlist generation is
9898         changed to favor connecting to polygons when they are available and
9899         surround the pin needing a connection.  Such rats are still
9900         internally lines to the corner of the polygon, but have the VIAFLAG
9901         set.  The drawing code is modified to show them as little donuts
9902         (suggesting the via that would be used to connect the pin, vs a
9903         line).  The crosshair rubberband code is modified to NOT draw these
9904         lines while dragging.  These changes are forward and backward
9905         compatible.
9907 2007-10-21   Ben Jackson * ben AT ben dot com *
9909         * src/action.c, src/find.c, src/find.h: Make DRC dialog
9910         next/continue to clarify its function.  When DRC is over, message
9911         now indicates if it was cancelled (so log can distinguish lack of
9912         DRC errors from aborted DRC).
9914 2007-10-20   Ben Jackson * ben AT ben dot com *
9916         * src/rubberband.c: The correct point on a line now moves with a
9917         polygon (fix cut'n'paste typo) When you move a line endpoint, only
9918         *exactly* connected lines go with you.  When you move a line, if
9919         another segment fully overlaps the end of the moving line, the
9920         entire segment (not an arbitrary end of it) will move.  When you
9921         move an element, any segments completely covered by a pad move with
9922         the pad.  (there are still some bugs in the drawing code as you
9923         drag??)
9925 2007-10-06   Dan McMahill * dan AT mcmahill dot net *
9927         * src/hid/gtk/gtkhid-main.c: Fix some really broken spurious panning
9928         of the drawing area which happens when the board is viewed from the
9929         back.  Reported by Peter Clifton who also helped getting this patch
9930         working right.
9932 2007-10-04   Peter Clifton * pcjc2 AT cam dot ac dot uk *
9934         * src/hid/gtk/gui-output-events.c: Reject double and triple clicks
9935         in ghid_port_button_press_cb() Fixes a bug where a component would be rotated by more steps than
9936         desired if clicking quickly with the rotate tool.
9938 2007-09-24   Ben Jackson * ben AT ben dot com *
9940         * src/polygon.c: Change rendering of rounded corners used when
9941         clearing polygons.  This fixes a slight rotation in rounded
9942         rectangles and asymmetry of all rounded clearances besides complete
9943         circles (which were not affected by the bug).  For an illustration,
9944         see:  http://ad7gd.net/geda/roundrectanim.gif (include error code
9945         print in returns from the polygon code -- not much use)
9947 2007-09-24   Ben Jackson * ben AT ben dot com *
9949         * src/autoroute.c: Add (under ifdef) code I used to debug a report
9950         of "The rats nest is stale! Aborting autoroute...".  It leaves the
9951         rat in question selected after the error.
9953 2007-09-19   Dan McMahill * dan AT mcmahill dot net *
9955         * src/misc.c: add missing 2007 in copyright year (for all the gtk
9956         usermenu stuff)
9958 2007-09-17   Dan McMahill * dan AT mcmahill dot net *
9960         * src/hid/gtk/gui-top-window.c: avoid free()-ing some memory a bit
9961         too soon.  Patch from Ineiev.
9963 2007-09-14   Dan McMahill * dan AT mcmahill dot net *
9965         * src/gpcb-menu.res, src/pcb-menu.res: use mil and mm instead of
9966         mils and mms for grid units
9968 2007-09-13   Dan McMahill * dan AT mcmahill dot net *
9970         * README.snapshots: a few minor corrections
9972 2007-09-12   Dan McMahill * dan AT mcmahill dot net *
9974         * configure, configure.ac: welcome to 1.99w
9976 2007-09-12   Dan McMahill * dan AT mcmahill dot net *
9978         * NEWS: news for 20070912
9980 2007-09-12   Dan McMahill * dan AT mcmahill dot net *
9982         * ChangeLog: update for 20070912 snapshot
9984 2007-09-12   Dan McMahill * dan AT mcmahill dot net *
9986         * README.snapshots: set date for 20070912
9988 2007-09-12   Dan McMahill * dan AT mcmahill dot net *
9990         * Makefile.in, README_FILES/Makefile.in, aclocal.m4, configure,
9991         doc/Makefile.in, doc/actions.texi, doc/pcbfile.texi,
9992         doc/version.texi, example/Makefile.in,
9993         example/libraries/Makefile.in, lib/Makefile.in,
9994         newlib/2_pin_thru-hole_packages/Makefile.in, newlib/Makefile.in,
9995         newlib/analog-devices/Makefile.in, newlib/burr-brown/Makefile.in,
9996         newlib/connectors/Makefile.in, newlib/crystal/Makefile.in,
9997         newlib/electro-optics/Makefile.in, newlib/headers/Makefile.in,
9998         newlib/keystone/Makefile.in, newlib/msp430/Makefile.in,
9999         newlib/not_vetted_ingo/Makefile.in, newlib/sockets/Makefile.in,
10000         newlib/tests/Makefile.in, src/Makefile.in, src/icons/Makefile.in,
10001         tools/Makefile.in, tutorial/Makefile.in, win32/Makefile.in: regen
10003 2007-09-12   Dan McMahill * dan AT mcmahill dot net *
10005         * src/hid/gtk/gtkhid-main.c: fill in the missing code to get the gtk
10006         HID set_crosshair() function working as well as the Cursor() action
10008 2007-09-12   Dan McMahill * dan AT mcmahill dot net *
10010         * src/hid/lesstif/main.c: fix a typo in a help string
10012 2007-09-12   Dan McMahill * dan AT mcmahill dot net *
10014         * src/hid/gtk/gui-output-events.c: remove unused variable
10016 2007-09-11   DJ Delorie * dj AT delorie dot com *
10018         * src/hid/lesstif/main.c: Add missing else.
10020 2007-09-08   Ben Jackson * ben AT ben dot com *
10022         * src/buffer.c: Fix bugs with undoing "group" moves of objects over
10023         a polygon.  The group code uses the buffer code (sort of an
10024         automatic cut/paste) so it applies to inserting elements and using
10025         the buffers as well.
10027 2007-09-08   Ben Jackson * ben AT ben dot com *
10029         * src/action.c: Fix [ 1751568 ] shorted nets stay orange after
10030         fixing and re-opt netlist
10032 2007-09-08   Ben Jackson * ben AT ben dot com *
10034         * src/rotate.c: Fix [ 1751574 ] undoing rotation that put an elt
10035         inside a poly didn't fix plow Properly restores/clears rubber band
10036         lines during rotate and undo.  Still shockingly slow if you try this
10037         on an even moderately full board!
10039 2007-09-08   Ben Jackson * ben AT ben dot com *
10041         * src/find.c, src/rtree.h: Search for rat-end connections using 3x3
10042         "fat" ends to avoid having rat-to-polygon-corner connections missed.
10044 2007-09-08   Ben Jackson * ben AT ben dot com *
10046         * src/select.c: Fix [ 1751566 ] When 'far side' hidden, hidden
10047         elements don't deselect Change the SelectBlock to ignore visibility
10048         for deselect while looping over all elements.  The diffs are large
10049         because the original code used VISIBLE_*_LOOP so all of the looping
10050         was replaced.
10052 2007-09-08   Ben Jackson * ben AT ben dot com *
10054         * src/search.c: Apply [ 1751580 ] polys should not be
10055         selectable/considered when thin-drawn
10057 2007-09-08   Ben Jackson * ben AT ben dot com *
10059         * src/search.c: Fix the crash from [ 1724453 ] PCB Crashes with bad
10060         footprint (in its library) Does not fix whatever bug in the input
10061         allowed a bogus element in (see bug for description of the problem
10062         with the element and the source of the bad element).
10064 2007-09-08   Ben Jackson * ben AT ben dot com *
10066         * src/remove.c: Fix bugs 1751572 and 1743534 by allowing a remove on
10067         an endpoint to delete the segment if it's not just deleting a kink
10068         from a longer line.
10070 2007-09-08   Ben Jackson * ben AT ben dot com *
10072         * src/move.c: Fix [ 1751578 ] 'move to current layer' doesn't
10073         re-plow polygon correctly by clearing the NEW line pointer instead
10074         of the old (destroyed) one.
10076 2007-09-06   Dan McMahill * dan AT mcmahill dot net *
10078         * lib/dil.inc: Patch [ 1784693 ] Fix Mark position for SDIP packages
10080 2007-09-06   Dan McMahill * dan AT mcmahill dot net *
10082         * configure, configure.ac: Add newlib/keystone/Makefile.  Forgot to
10083         check this in earlier.
10085 2007-09-05   Dan McMahill * dan AT mcmahill dot net *
10087         * newlib/Makefile.am, newlib/Makefile.in,
10088         newlib/keystone/KEYSTONE_1062.fp, newlib/keystone/Makefile.am,
10089         newlib/keystone/Makefile.in: add Keystone SMT battery holder for
10090         CR2032 coin cells.
10092 2007-09-05   Dan McMahill * dan AT mcmahill dot net *
10094         * lib/Makefile.am, lib/Makefile.in, lib/candk.inc, lib/common.m4,
10095         lib/nichicon.inc, lib/optek.inc: Add C&K ES series switches, Optek
10096         white LED, and Nichicon WT series of SMT electrolytics.
10098 2007-09-04   Dan McMahill * dan AT mcmahill dot net *
10100         * src/hid/gtk/gui-dialog-print.c, src/hid/gtk/gui.h: gut
10101         ghid_print_dialog() and use the attribute editor to do all of the
10102         dialog box work.  Removes a bunch of duplicated code.
10104 2007-09-04   Dan McMahill * dan AT mcmahill dot net *
10106         * src/action.c, src/file.c, src/gpcb-menu.res, src/hid.h,
10107         src/hid/batch/batch.c, src/hid/bom/bom.c,
10108         src/hid/common/hidnogui.c, src/hid/gerber/gerber.c,
10109         src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-dialog-print.c,
10110         src/hid/gtk/gui-dialog.c, src/hid/gtk/gui.h,
10111         src/hid/lesstif/dialogs.c, src/hid/lesstif/lesstif.h,
10112         src/hid/lesstif/main.c, src/hid/lpr/lpr.c, src/hid/nelma/nelma.c,
10113         src/hid/png/png.c, src/hid/ps/ps.c, src/vendor.c: Add a
10114         ->fileselect() function to the HID interface.  Now actions can use
10115         gui->fileselect() instead of gui->prompt_for() when they are
10116         specifically looking for a file.  Currently the gtk HID implements
10117         this and the lesstif one has the old behaviour.  While messing around with dialogs, add a "descr" argument to the
10118         attribute editor.  That can be used as a tooltip, help string, or
10119         ignored.
10121 2007-08-26   Peter Clifton * pcjc2 AT cam dot ac dot uk *
10123         * src/hid/ps/ps.c: Fixed .ps output with "drill-copper" and
10124         "drill-helper" options.  Holes in the soldermask (and other non-copper layers) are now drawn
10125         correctly when the "drill-copper" option is set to false. With the
10126         "drill-helper" option on, only holes on copper layers are affected.
10128 2007-08-22   Dan McMahill * dan AT mcmahill dot net *
10130         * src/hid.h, src/hid/batch/batch.c, src/hid/common/hidnogui.c,
10131         src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-dialog-print.c,
10132         src/hid/gtk/gui.h, src/hid/lesstif/dialogs.c,
10133         src/hid/lesstif/main.c, src/hid/ps/ps.c: add a title argument to the
10134         HID attribute_dialog function so the dialogs can have appropriate
10135         titles
10137 2007-08-22   Dan McMahill * dan AT mcmahill dot net *
10139         * src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-dialog-print.c,
10140         src/hid/gtk/gui.h: Implement the missing attribute editor dialog for
10141         the GTK HID and now that it is available, add the PrintCalibrate()
10142         action to match the lesstif one.
10144 2007-08-22   Dan McMahill * dan AT mcmahill dot net *
10146         * src/hid/ps/ps.c: indent
10148 2007-08-19   Dan McMahill * dan AT mcmahill dot net *
10150         * src/draw.c: when drawing the mark for an element also put an "L"
10151         on it if the element is locked.  Patch from Bert Timmerman
10153 2007-08-17   Dan McMahill * dan AT mcmahill dot net *
10155         * doc/pcb.texi: clean up the regexp appendix a bit
10157 2007-08-17   Dan McMahill * dan AT mcmahill dot net *
10159         * lib/qfn.inc: use a default pad clearance of 20 mils instead of
10160         zero.  Bug [ 1742394 ] Zero clearance QFN footprints.
10162 2007-08-17   Dan McMahill * dan AT mcmahill dot net *
10164         * src/gpcb-menu.res, src/hid/gtk/gui-top-window.c: Teach the GTK HID
10165         about active=<flag> in the menu resource file.  Now that this works,
10166         sync up the active=have_regex menus with the lesstif menu resource
10167         file.
10169 2007-08-06   DJ Delorie * dj AT delorie dot com *
10171         * src/global.h: Give data->pcb a real type.
10173 2007-08-06   DJ Delorie * dj AT delorie dot com *
10175         * src/buffer.c: Make sure loaded buffers have a proper pcb
10176         backpointer.
10178 2007-08-06   DJ Delorie * dj AT delorie dot com *
10180         * src/draw.c: [ 1751567 ] with thin-draw-poly on, soldermask display
10181         is messed up
10183 2007-08-06   DJ Delorie * dj AT delorie dot com *
10185         * src/select.c: Match whole names with regex's, when possible.
10186         [1741650]
10188 2007-08-06   DJ Delorie * dj AT delorie dot com *
10190         * src/flags.c, src/pcb-menu.res: Fix the have_regex flag in
10191         pcb-menu.res [1751564]
10193 2007-08-06   DJ Delorie * dj AT delorie dot com *
10195         * src/hid/common/actions.c, src/hid/lesstif/menu.c: More empty
10196         :command checks [1751582]
10198 2007-08-06   DJ Delorie * dj AT delorie dot com *
10200         * src/polygon.c: Ben: Avoid duplicate passes through pad clearances.
10202 2007-08-05   DJ Delorie * dj AT delorie dot com *
10204         * src/action.c, src/const.h, src/draw.c, src/flags.c, src/global.h,
10205         src/gpcb-menu.res, src/main.c, src/pcb-menu.res, src/polygon.c,
10206         src/strflags.c: patch 1738364: flag for non-clipped polygons.
10208 2007-08-05   DJ Delorie * dj AT delorie dot com *
10210         * src/hid/bom/bom.c: Adds an export in mm to the BOM export dialog
10211         [1742399]
10213 2007-08-05   DJ Delorie * dj AT delorie dot com *
10215         * src/set.c: Don't limit keepaway size to minimum *line* size.
10217 2007-08-04   DJ Delorie * dj AT delorie dot com *
10219         * src/hid/ps/ps.c: Apply bloat to drawn rectangles.
10221 2007-08-04   DJ Delorie * dj AT delorie dot com *
10223         * src/draw.c: Tracker 1753084 - fixes 1751589, merged soldermask has
10224         larger than expected outline.
10226 2007-08-03   DJ Delorie * dj AT delorie dot com *
10228         * src/hid/gtk/gui-top-window.c: More paranoid check for "gui is up"
10230 2007-08-02   DJ Delorie * dj AT delorie dot com *
10232         * src/hid/gtk/gui-top-window.c: Don't allow LayersChanged if there's
10233         no GUI yet.
10235 2007-08-01   DJ Delorie * dj AT delorie dot com *
10237         * src/hid/lesstif/main.c: Protect against empty :command string.
10239 2007-08-01   DJ Delorie * dj AT delorie dot com *
10241         * src/strflags.c: Fixed a bug in flags_to_string where the LOCALREF
10242         pcb flag would be discarded.
10244 2007-08-01   DJ Delorie * dj AT delorie dot com *
10246         * src/action.c: Fix references to RouteStyleChanged (should be
10247         RouteStylesChanged).  Call it when :RouteStyle is called.
10249 2007-08-01   DJ Delorie * dj AT delorie dot com *
10251         * src/file.c: When a board is loaded, the first route style is
10252         automatically selected if the old style doesn't happen to match any
10253         styles.
10255 2007-08-01   DJ Delorie * dj AT delorie dot com *
10257         * src/misc.c: Add missing variable.
10259 2007-08-01   DJ Delorie * dj AT delorie dot com *
10261         * src/misc.c: When the layer stack is reset, bring the component
10262         layer to the front and make it active.
10264 2007-08-01   DJ Delorie * dj AT delorie dot com *
10266         * src/hid/lesstif/main.c: When swapping board sides, swap top/bot
10267         layers even if both layers are visible.
10269 2007-08-01   DJ Delorie * dj AT delorie dot com *
10271         * src/hid/lesstif/main.c: Swap the direction of scroll bars when the
10272         board is swapped.
10274 2007-08-01   DJ Delorie * dj AT delorie dot com *
10276         * src/hid/gerber/gerber.c, src/hid/ps/eps.c, src/hid/ps/ps.c: 
10277         Gerber, PS, and EPS ignore the thindraw settings.  Fix bug in PS
10278         when first item on the board is an arc.  PS "drill helper" changed
10279         to a simple hole reduction so that copper extends to drilled hole
10280         even when hole is off-center.
10282 2007-08-01   DJ Delorie * dj AT delorie dot com *
10284         * src/hid/lesstif/menu.c: Don't free home_pcbmenu until after it's
10285         used.
10287 2007-06-28   Dan McMahill * dan AT mcmahill dot net *
10289         * src/hid/gtk/gui-config.c: Don't forget to fclose() the config file
10290         after we're done reading it.  CID 27, scan #1.
10292 2007-06-28   Dan McMahill * dan AT mcmahill dot net *
10294         * src/hid/bom/bom.c: Fix a few memory leaks.  Coverity ID 22, 23,
10295         and 24, scan #1.
10297 2007-06-13   Dan McMahill * dan AT mcmahill dot net *
10299         * src/hid/gtk/gtkhid-main.c: add missing save_syntax and save_help.
10300         Also allow Save(PasteBuffer) so we have more compatibility with the
10301         lesstif HID.  This also fixes the regression about saving buffer
10302         elements which appeared after the user menu branch was merged.
10304 2007-06-13   Dan McMahill * dan AT mcmahill dot net *
10306         * src/hid/lesstif/dialogs.c: add Save(PasteBuffer) to save_syntax.
10308 2007-06-09   DJ Delorie * dj AT delorie dot com *
10310         * src/action.c, src/pcb-menu.res: Add Delete() action.  No
10311         arguments: delete selected ELSE object, but options for selected
10312         only, object only, selected rats, all rats.
10314 2007-05-29   Peter Clifton * pcjc2 AT cam dot ac dot uk *
10316         * src/draw.c: Revert patch to hide far-side (invisible) pads when
10317         near-side pins / pads are switched off. Old behaviour was
10318         intentional.
10320 2007-05-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
10322         * src/hid/ps/ps.c: Add option "drill-copper" to draw / not draw
10323         drill holes in the copper layers of the ps exporter. This is useful
10324         for plated through processes which require the etch mask to protect
10325         the vias / pins during etching.
10327 2007-05-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
10329         * src/draw.c: Change drawing code for square pads to use
10330         gui->fill_rect (...) as on Win32, the current method of drawing a
10331         zero length line doesn't work.
10333 2007-05-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
10335         * src/draw.c: Stop far side 'invisible' pads being drawn when pins /
10336         pads are switched off.
10338 2007-05-25   Peter Clifton * pcjc2 AT cam dot ac dot uk *
10340         * src/hid/gtk/gtkhid-main.c: Fix drawing of filled rectangles when
10341         the board is flipped.  Makes soldermask view  on the back of the
10342         board work.
10344 2007-05-24   Dan McMahill * dan AT mcmahill dot net *
10346         * configure: regen
10348 2007-05-24   Dan McMahill * dan AT mcmahill dot net *
10350         * configure.ac: check for buggy versions of m4 which seem to think
10351         eval(-2/2) should be 2147483647.  Noted by Peter Clifton.
10353 2007-05-23   Dan McMahill * dan AT mcmahill dot net *
10355         * src/hid/gtk/gui-top-window.c: Avoid a stack corruption.  Noted by
10356         Peter Clifton.  Should probably replace all instances of sprintf in
10357         pcb with snprintf, but that will take some work.
10359 2007-05-17   Dan McMahill * dan AT mcmahill dot net *
10361         * src/hid/gtk/gui-top-window.c, src/hid/lesstif/menu.c, src/main.c: 
10362         check for getenv() return codes everywhere and deal if getenv
10363         returns NULL.  Noted by Peter Clifton.
10365 2007-05-16   Dan McMahill * dan AT mcmahill dot net *
10367         * src/file.c: if the popen fails for the ListLibraryContents.sh
10368         shell script, continue on with the newlib processing instead of
10369         failing.  This helps on systems where either the user has disabled
10370         m4 libraries or on systems like windows where the popen will not
10371         work.
10373 2007-05-04   Dan McMahill * dan AT mcmahill dot net *
10375         * src/todo: remove a few fixed things
10377 2007-05-04   Dan McMahill * dan AT mcmahill dot net *
10379         * lib/connector.inc: Increase the hole size on the DIN* connectors
10380         (are these named wrong btw?) from 28 mils to 40 mils.  This is more
10381         in line with what is recommended for Tyco *-1634689-* box headers in
10382         Tyco drawing 1634689.  Noted by Seb James.
10384 2007-05-02   Dan McMahill * dan AT mcmahill dot net *
10386         * src/create.c: When refusing to create overlapping vias spit out a
10387         warning.  We should probably allow overlapping vias but turn it into
10388         a DRC violation.  But until then, at least give a warning instead of
10389         silently dropping them.  More details are in bug reports: [ 1687692
10390         ] Large Pads (150 mils) silently dropped [ 1266154 ] lost vias
10392 2007-05-02   Dan McMahill * dan AT mcmahill dot net *
10394         * src/file.c, src/file.h, src/misc.c: avoid triggering an emergency
10395         save on normal exit.  Reported and patch provided in bug [ 1705607 ]
10396         Emergency save on normal exit.
10398 2007-05-01   Dan McMahill * dan AT mcmahill dot net *
10400         * src/hid/gtk/gui-pinout-window.c: - make arcs show up in the pinout window - don't rotate the element in the pinout window.  Rather display
10401           with the same rotation as in the layout.  Besides being more useful
10402           this avoid a segfault in some cases.
10404 2007-05-01   Dan McMahill * dan AT mcmahill dot net *
10406         * src/gpcb-menu.res: remove the menu mneumonics as some conflict
10407         with hotkeys
10409 2007-05-01   Dan McMahill * dan AT mcmahill dot net *
10411         * src/gpcb-menu.res, src/hid/gtk/gtkhid-main.c,
10412         src/hid/gtk/gui-output-events.c, src/hid/gtk/gui-top-window.c,
10413         src/hid/gtk/gui.h: Teach the GTK HID how to trap certain hotkeys
10414         which gtk usually captures for its own use.  This lets PCB use the
10415         arrow keys and the tab key again.  So restore the hotkey for
10416         flipping sides in the menu resource file.  Start on the Cursor()
10417         action which is needed for the arrow keys.  That part is not done
10418         yet.
10420 2007-04-28   Harry Eaton * haceaton AT users dot sourceforge dot net *
10422         * src/polygon.c: Don't double the pad thickness when restoring to
10423         the polygon.  For speedup, just add back a simple rectangle since it
10424         only has 4 points. Should do that for lines too, but didn't.
10426         ----------------------------------------------------------------------
10428 2007-04-27   Harry Eaton * haceaton AT users dot sourceforge dot net *
10430         * src/polygon.c: fix bloating of region to search for re-clearance
10431         after a portion of polyogn is restored.
10433         ----------------------------------------------------------------------
10435 2007-04-22   DJ Delorie * dj AT delorie dot com *
10437         * src/hid/gerber/gerber.c: Draw non-circular arcs manually.
10439 2007-04-21   DJ Delorie * dj AT delorie dot com *
10441         * src/action.c, src/buffer.c, src/copy.c, src/create.c,
10442         src/create.h, src/parse_y.y: Preserve width *and* height when
10443         manipulating arcs.
10445 2007-04-21   DJ Delorie * dj AT delorie dot com *
10447         * src/buffer.c: Add FreeRotatebuffer(Angle) (angle can be any angle)
10449 2007-04-21   DJ Delorie * dj AT delorie dot com *
10451         * src/crosshair.c, src/search.c: Allow for diagonal pads.
10453 2007-04-21   DJ Delorie * dj AT delorie dot com *
10455         * src/hid/lesstif/dialogs.c: Use ".fp" when loading element data.
10457 2007-04-21   DJ Delorie * dj AT delorie dot com *
10459         * src/buffer.c, src/create.c: Permit the existence of diagonal pads.
10461 2007-04-21   DJ Delorie * dj AT delorie dot com *
10463         * src/hid/gerber/gerber.c: Use polygons to draw square ended
10464         diagonal lines.
10466 2007-04-21   Dan McMahill * dan AT mcmahill dot net *
10468         * src/autoplace.c: add a check to make sure malloc() succeeds.
10469         Noted in bug [ 1657886 ] Check return codes everywhere
10471 2007-04-21   Dan McMahill * dan AT mcmahill dot net *
10473         * src/gpcb-menu.res, src/pcb-menu.res: Change "Select all" to
10474         "Select all visible" to match up with what actually happens.
10475         Reported in bug [ 1013719 ] Select all objects: misleading name?
10477 2007-04-20   Dan McMahill * dan AT mcmahill dot net *
10479         * src/hid/gtk/gui-output-events.c, src/hid/gtk/gui-top-window.c,
10480         src/hid/lesstif/main.c, src/hid/ps/ps.c, src/hid/ps/ps.h: fix a
10481         handful of compiler warnings
10483 2007-04-20   Dan McMahill * dan AT mcmahill dot net *
10485         * doc/actions.texi: regen after usermenu merge
10487 2007-04-20   Dan McMahill * dan AT mcmahill dot net *
10489         * config.h.in, configure, configure.ac, src/Makefile.am,
10490         src/Makefile.in, src/action.c, src/gpcb-menu.res,
10491         src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-config.c,
10492         src/hid/gtk/gui-output-events.c, src/hid/gtk/gui-top-window.c,
10493         src/hid/gtk/gui.h, src/misc.c, src/pcbtest.sh.in, src/set.c,
10494         src/todo: Merge the usermenu branch.   This reworks how the menus
10495         and hotkeys are defined and handled for the gtk HID.  In particular,
10496         instead of being hard coded, the menus are loaded from a menu
10497         resource file like in the lesstif gui.  All hotkeys are defined via
10498         the menu hotkeys and thus are visually presented in the menus.  The
10499         gtk HID looks for "gpcb-menu.res" instead of "pcb-menu.res" so that
10500         the menu organization may be different between the lesstif and gtk
10501         HID's.
10503 2007-04-19   Dan McMahill * dan AT mcmahill dot net *
10505         * src/action.c, src/change.c, src/hid/gtk/gui-output-events.c,
10506         src/hid/gtk/gui-pinout-window.c, src/hid/gtk/gui-top-window.c,
10507         src/misc.c, src/output.c, src/output.h, src/set.c, src/thermal.c: 
10508         Remove references to the now unused output.h.  To help keep it that
10509         way, go ahead and remove the unused output.c and output.h files.
10511 2007-04-12   DJ Delorie * dj AT delorie dot com *
10513         * src/command.c: Allow :s without filename to use current filename.
10515 2007-04-11   Dan McMahill * dan AT mcmahill dot net *
10517         * configure, configure.ac, src/Makefile.am, src/Makefile.in,
10518         src/hid/nelma/hid.conf, src/hid/nelma/nelma.c,
10519         src/hid/nelma/nelma.h: add the nelma export HID provided in patch: [
10520         1601099 ] Nelma export HID by Tomaz Solc with a few minor updates by
10521         me.
10523 2007-04-11   Dan McMahill * dan AT mcmahill dot net *
10525         * src/hid/gtk/gui-output-events.c: Apply patch supplied in patch [
10526         1692014 ] Patch for "click on focus for zoom" bug from Tomaz Solc.
10528 2007-04-10   Dan McMahill * dan AT mcmahill dot net *
10530         * doc/actions.texi, doc/pcbfile.texi, doc/version.texi,
10531         src/Makefile.in: regen
10533 2007-04-08   Dan McMahill * dan AT mcmahill dot net *
10535         * src/hid/gtk/gui-config.c: Initialize command history size to 5 if
10536         no config setting is given.  Patch [ 1608559 ] Patch for command
10537         entry history bug.
10539 2007-04-08   Dan McMahill * dan AT mcmahill dot net *
10541         * src/hid/gtk/gui-misc.c: add distance and angle to the relative
10542         readout.  Mostly provided in patch submission [ 1621913 ] Euclidian
10543         distance from mark.  Minor update (fix the fact that in PCB units,
10544         positive Y is down) from me.
10546 2007-04-08   Dan McMahill * dan AT mcmahill dot net *
10548         * src/file.c, src/file.h, src/parse_y.y: turn on the code which
10549         marks the file format version in the file.  pcb has had the code in
10550         place for a bit now that parses that and gives a warning if the
10551         version of pcb is not new enough to read the current file version.
10553 2007-04-07   Dan McMahill * dan AT mcmahill dot net *
10555         * src/hid/gtk/gui-misc.c, src/hid/gtk/gui-top-window.c: prevent the
10556         cursor position labels from growing/shrinking as you move the cursor
10557         around.
10559 2007-04-06   Dan McMahill * dan AT mcmahill dot net *
10561         * src/flags.c: Change the stringflag in the settings from showdrc to
10562         showdrcmode since we already used showdrc for the flag.  This fixes
10563         the menu choice for "crosshairs show drc clearance".
10565 2007-04-06   Dan McMahill * dan AT mcmahill dot net *
10567         * src/rats.c: avoid using an unitialized variable (even though we
10568         ignore the result of that access)
10570 2007-04-06   Dan McMahill * dan AT mcmahill dot net *
10572         * src/move.c: document MoveLayer() action
10574 2007-04-06   Dan McMahill * dan AT mcmahill dot net *
10576         * src/file.h: add missing prototypes
10578 2007-04-06   Dan McMahill * dan AT mcmahill dot net *
10580         * src/file.c: add missing header, remove unused variable
10582 2007-04-06   Dan McMahill * dan AT mcmahill dot net *
10584         * src/create.c, src/find.c: remove unused variable
10586 2007-04-06   Dan McMahill * dan AT mcmahill dot net *
10588         * src/action.c: format string fix
10590 2007-03-10   Harry Eaton * haceaton AT users dot sourceforge dot net *
10592         * src/rats.c: find rats regardless of how far the coordinates are
10593         out of bounds
10595         ----------------------------------------------------------------------
10597 2007-03-10   Harry Eaton * haceaton AT users dot sourceforge dot net *
10599         * src/rats.c: Handle case for connections are close to or beyond
10600         MAX_COORD
10602         ----------------------------------------------------------------------
10604 2007-03-09   DJ Delorie * dj AT delorie dot com *
10606         * src/Makefile.am, src/Makefile.in, src/clip.c, src/clip.h,
10607         src/hid/gtk/gtkhid-main.c, src/hid/lesstif/main.c: Add basic line
10608         clipping to both GUIs.
10610 2007-03-04   Dan McMahill * dan AT mcmahill dot net *
10612         * src/find.c: Fix a bug when looking for square pad to square pad
10613         clearance.  The old way simply grew one of the pads by Bloat on all
10614         4 sides and looked for overlap.  This is not the correct test in the
10615         case where the closest line between the two pads is a unique line
10616         from two of the corners.  The new way should correctly handle all
10617         cases.
10619 2007-03-04   DJ Delorie * dj AT delorie dot com *
10621         * src/Makefile.am, src/Makefile.in, src/action.c, src/action.h,
10622         src/autoroute.c, src/change.c, src/const.h, src/crosshair.c,
10623         src/data.c, src/data.h, src/djopt.c, src/draw.c, src/file.c,
10624         src/find.c, src/flags.c, src/global.h, src/hid.h,
10625         src/hid/batch/batch.c, src/hid/common/hidinit.c,
10626         src/hid/common/hidnogui.c, src/hid/gerber/gerber.c,
10627         src/hid/gtk/gtkhid-main.c, src/hid/lesstif/main.c,
10628         src/hid/lesstif/menu.c, src/hid/lesstif/netlist.c,
10629         src/hid/png/png.c, src/hid/ps/eps.c, src/hid/ps/ps.c, src/macro.h,
10630         src/main.c, src/misc.c, src/misc.h, src/parse_y.y,
10631         src/pcb-menu.res, src/report.c, src/search.c, src/set.c,
10632         src/strflags.c, src/strflags.h, src/todo: Made flags type big enough
10633         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
10634         names and text objects, so you can select the elements or objects
10635         beneath them.  Added "only names" setting: When set, the arrow tool can only select
10636         element names and text objects; you won't accidentally move an
10637         element.  Made the crosshair-move code draw the outline of pads, not the
10638         centerline.  It does still draw round-end pads as rectangles,
10639         though.  Allow "--no-foo" to shut off boolean "--foo" options that default to
10640         on.  Added "--layer-stack" option that takes a string and sets the layer
10641         stack to it (for eps/png export, mostly).  Layers are numbers
10642         0..N-1, the names of the layers from the loaded PCB file, or the
10643         special names "rats", "invisible", "pins", "vias", or "elements".
10644         Layers may be separated by spaces, commas, semicolons, or colons.  Added Display(Step,[1..9]) to move the cursor in steps.  Implemented
10645         in lesstif HID, attached to arrow keys.  Added "what to do with the
10646         pointer" parameter - warp pointer to match crosshair, or pan window
10647         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
10648         it in their own attribute list? Added Report(NetLength) which reports on the total length of
10649         segments (lines and arcs) for the net under the cursor.  It will
10650         also tell you the name of the net.  Remove obsolete UseLogWindow and RaiseLogWindow.
10652 2007-03-02   Dan McMahill * dan AT mcmahill dot net *
10654         * win32/pcb.nsi.in: remove some left over links on uninstall
10656 2007-02-27   DJ Delorie * dj AT delorie dot com *
10658         * src/file.c: Avoid segfaults when loading elements, fixes bug in
10659         load-element-as-pcb patch.
10661 2007-02-27   DJ Delorie * dj AT delorie dot com *
10663         * src/hid/ps/ps.c: Add calibration values to the attribute list so
10664         they can be stored in the settings file, or given on the command
10665         line.
10667 2007-02-24   DJ Delorie * dj AT delorie dot com *
10669         * src/file.c, src/parse_y.y: Allow the user to load a footprint as a
10670         pcb; create a suitably-sized pcb around it.
10672 2007-02-23   DJ Delorie * dj AT delorie dot com *
10674         * src/report.c: Report on pads as rectangles, not lines, so we get
10675         width and height for the pad and mask.  Also, report the gap between
10676         the pad and the mask.
10678 2007-02-23   DJ Delorie * dj AT delorie dot com *
10680         * src/hid/ps/ps.c: Silence some compiler warnings.
10682 2007-02-23   DJ Delorie * dj AT delorie dot com *
10684         * src/hid/ps/ps.c: Don't print the scale if we're filling the page.
10685         Don't print (null) if there's no board name.
10687 2007-02-15   DJ Delorie * dj AT delorie dot com *
10689         * src/hid/lesstif/main.c: Attach status bar widgets to the correct
10690         siblings.
10692 2007-02-15   DJ Delorie * dj AT delorie dot com *
10694         * src/hid/lesstif/main.c: Don't use the crosshair's position to keep
10695         track of whether it's in the window or not; have a separate variable
10696         so we can avoid panning when we're just resetting the crosshair
10697         after a tool change.
10699 2007-02-15   DJ Delorie * dj AT delorie dot com *
10701         * src/autoroute.c, src/hid/ps/ps.c, src/parse_l.l, src/polygon.c: 
10702          Move declarations before statements (patch by Ben Jackson * ben AT
10703          ben dot com *)
10705 2007-02-13   DJ Delorie * dj AT delorie dot com *
10707         * src/action.c, src/change.c, src/draw.c, src/draw.h, src/move.c,
10708         src/print.c, src/remove.c, src/rotate.c, src/undo.c: Keep track of
10709         the minimum line size for text depending on which layer the text is
10710         on (copper, silk, pin numbers).
10712 2007-02-12   Dan McMahill * dan AT mcmahill dot net *
10714         * src/Makefile.am, src/Makefile.in, src/Pcb.ad.in, src/Pcb.ad.raw,
10715         src/Pcb.ad.small: Remove the appdefaults files.  These were leftover
10716         from Xaw days and weren't really doing anything other than providing
10717         a filename conflict on case insensitive file systems (pcb vs Pcb).
10719 2007-02-12   DJ Delorie * dj AT delorie dot com *
10721         * src/hid/ps/ps.c: Compensate for rotated boards.  Allow the print
10722         step to be skipped.
10724 2007-02-10   DJ Delorie * dj AT delorie dot com *
10726         * src/action.c, src/hid/lesstif/dialogs.c, src/hid/lpr/lpr.c,
10727         src/hid/ps/ps.c, src/pcb-menu.res: Add printer calibration code for
10728         lesstif HID.
10730 2007-02-10   DJ Delorie * dj AT delorie dot com *
10732         * src/vendor.c: Cache vendor lookups.  Use binary search instead of
10733         linear.
10735 2007-02-10   DJ Delorie * dj AT delorie dot com *
10737         * src/file.c, src/parse_l.l: Properly deal with quoted characters in
10738         both string reading and string writing.
10740 2007-02-10   DJ Delorie * dj AT delorie dot com *
10742         * src/vendor.c: Call busy before applying the vendor map.
10744 2007-02-10   DJ Delorie * dj AT delorie dot com *
10746         * src/action.c, src/djopt.c, src/hid.h, src/hid/batch/batch.c,
10747         src/hid/gtk/gtkhid-main.c, src/hid/lesstif/main.c: Change the way
10748         the busy cursor is done.  Called for autoplace, autoroute, and
10749         optimize.
10751 2007-02-10   DJ Delorie * dj AT delorie dot com *
10753         * src/hid/lesstif/main.c, src/pcb-menu.res: Add "C" for Center()
10754         action.  Provide examples for zooming-with-centering in
10755         pcb-menu.res.
10757 2007-02-10   Dan McMahill * dan AT mcmahill dot net *
10759         * README.cvs_branches: note the usermenu branch
10761 2007-02-09   DJ Delorie * dj AT delorie dot com *
10763         * src/create.c: Always initialize default layer names.
10765 2007-02-09   Dan McMahill * dan AT mcmahill dot net *
10767         * src/create.c: use MAX_LAYER in a spot instead of max_layer.
10768         Prevents a segfault with the lesstif hid.
10770 2007-02-09   Dan McMahill * dan AT mcmahill dot net *
10772         * configure, configure.ac: bump rev after 20070208 branch
10774 2007-02-09   Dan McMahill * dan AT mcmahill dot net *
10776         * ChangeLog, NEWS: update for 20070208 snapshot
10778 2007-02-08   Dan McMahill * dan AT mcmahill dot net *
10780         * configure, configure.ac, src/main.c: if we somehow fail to find
10781         the install path from lrealpath(argv[0]) or by searching through the
10782         PATH environment variable, fall back to the configure time path
10783         which is compiled into the binary.
10785 2007-02-08   Dan McMahill * dan AT mcmahill dot net *
10787         * doc/actions.texi, doc/version.texi: regen
10789 2007-02-08   Dan McMahill * dan AT mcmahill dot net *
10791         * lib/Makefile.am, lib/Makefile.in: Modify how the dependencies work
10792         a bit for the newlib library that is generated from the m4
10793         libraries.  In particular, make sure that a normal user building
10794         from a tarball doesn't have to build the libraries since they take
10795         quite a bit of time.  Also make sure things work with a read-only
10796         source tree.
10798 2007-02-08   Dan McMahill * dan AT mcmahill dot net *
10800         * src/main.c: When pcb is called with no path, i.e. "pcb" instead of
10801         "../src/pcb" or /usr/local/bin/pcb, then we can't just look at
10802         argv[0] to figure out the installation path.  In this situation,
10803         search through PATH to find which pcb was called.  Should fix
10804         problems noted on geda-dev by Tomaz Solc.
10806 2007-02-08   Harry Eaton * haceaton AT users dot sourceforge dot net *
10808         * src/pcbtest.sh.in: fix pcbtest script to use the new binary name
10809         ('pcb') even when not using gdb
10811         ----------------------------------------------------------------------
10813 2007-02-08   Harry Eaton * haceaton AT users dot sourceforge dot net *
10815         * src/polygon1.c: Prevent degenrate holes with no points from being
10816         added to polygon.  This is a stop-gap measure until I figure out why
10817         coincident edges in opposite directions are being created in some
10818         polygons.
10820         ----------------------------------------------------------------------
10822 2007-02-08   Dan McMahill * dan AT mcmahill dot net *
10824         * Makefile.in, README_FILES/Makefile.in, aclocal.m4, configure,
10825         doc/Makefile.in, example/Makefile.in,
10826         example/libraries/Makefile.in, lib/Makefile.in,
10827         newlib/2_pin_thru-hole_packages/Makefile.in, newlib/Makefile.in,
10828         newlib/analog-devices/Makefile.in, newlib/burr-brown/Makefile.in,
10829         newlib/connectors/Makefile.in, newlib/crystal/Makefile.in,
10830         newlib/electro-optics/Makefile.in, newlib/headers/Makefile.in,
10831         newlib/msp430/Makefile.in, newlib/not_vetted_ingo/Makefile.in,
10832         newlib/sockets/Makefile.in, newlib/tests/Makefile.in,
10833         src/Makefile.in, src/icons/Makefile.in, tools/Makefile.in,
10834         tutorial/Makefile.in, win32/Makefile.in: regen
10836 2007-02-08   Dan McMahill * dan AT mcmahill dot net *
10838         * : remove these generated files
10840 2007-02-08   Dan McMahill * dan AT mcmahill dot net *
10842         * README.snapshots: update for 20070208 snapshot
10844 2007-02-08   Dan McMahill * dan AT mcmahill dot net *
10846         * configure.ac: add a GIF AM_CONDITIONAL to go along with the PNG
10847         one
10849 2007-02-06   Dan McMahill * dan AT mcmahill dot net *
10851         * doc/Makefile.am, doc/Makefile.in: s/pcb-bin/pcb
10853 2007-02-06   Dan McMahill * dan AT mcmahill dot net *
10855         * win32/build_pcb: fix botched commit
10857 2007-02-06   Dan McMahill * dan AT mcmahill dot net *
10859         * win32/build_pcb: add a --enable-maintainer-mode flag
10861 2007-02-06   Dan McMahill * dan AT mcmahill dot net *
10863         * win32/pcb.nsi.in: Include in the installer the licenses for the
10864         included libraries (gd, png, jpeg, freetype, zlib).
10866 2007-02-06   Dan McMahill * dan AT mcmahill dot net *
10868         * win32/build_pcb, win32/pcb.nsi.in: Add in the png HID to the
10869         non-cygwin windows build.
10871 2007-02-06   Dan McMahill * dan AT mcmahill dot net *
10873         * lib/m4lib_to_newlib.sh.in: When generating the previews of the
10874         footprints, run pcb on an input and output file in the current
10875         directory instead of a different directory.  This becomes important
10876         on filesystems that use \ instead of / for the directory separator.
10878 2007-02-06   Dan McMahill * dan AT mcmahill dot net *
10880         * config.h.in, configure, configure.ac: On non-cygwin windows, look
10881         for -lbgd instead of -lgd since the former is what is available as a
10882         pre-build dll.
10884 2007-02-06   Dan McMahill * dan AT mcmahill dot net *
10886         * src/file.c: remove some illegal casts to unions.
10888 2007-02-06   Dan McMahill * dan AT mcmahill dot net *
10890         * lib/m4lib_to_newlib.sh.in: the executible is now pcb not pcb-bin
10892 2007-02-05   Dan McMahill * dan AT mcmahill dot net *
10894         * src/parse_l.l: If the passed path to Parse is "" then don't use
10895         it.
10897 2007-02-05   Dan McMahill * dan AT mcmahill dot net *
10899         * src/parse_l.l: make sure r is always initialized
10901 2007-02-04   Dan McMahill * dan AT mcmahill dot net *
10903         * Makefile.in, README_FILES/Makefile.in, acinclude.m4, aclocal.m4,
10904         config.h.in, configure, configure.ac, doc/Makefile.in,
10905         example/Makefile.in, example/libraries/Makefile.in,
10906         lib/Makefile.in, newlib/2_pin_thru-hole_packages/Makefile.in,
10907         newlib/Makefile.in, newlib/analog-devices/Makefile.in,
10908         newlib/burr-brown/Makefile.in, newlib/connectors/Makefile.in,
10909         newlib/crystal/Makefile.in, newlib/electro-optics/Makefile.in,
10910         newlib/headers/Makefile.in, newlib/msp430/Makefile.in,
10911         newlib/not_vetted_ingo/Makefile.in, newlib/sockets/Makefile.in,
10912         newlib/tests/Makefile.in, src/Makefile.in, src/file.c,
10913         src/icons/Makefile.in, src/main.c, src/parse_l.l,
10914         tools/Makefile.in, tutorial/Makefile.in, win32/Makefile.in: More
10915         work on the relocatability stuff to handle the annoying "\" instead
10916         of "/" for directory separators in windows.  Use ";" instead of ":"
10917         for path seperators under windows since it is common to have
10918         "c:\some\path".  With this change things seem to work under
10919         non-cygwin windows.
10921 2007-02-04   Dan McMahill * dan AT mcmahill dot net *
10923         * win32/pcb.nsi.in: install pcb.exe instead of pcb-bin.exe
10925 2007-02-04   Dan McMahill * dan AT mcmahill dot net *
10927         * configure, configure.ac, lib/Makefile.am, lib/Makefile.in,
10928         newlib/Makefile.am, newlib/Makefile.in, newlib/cypress/Makefile.am,
10929         newlib/cypress/Makefile.in,
10930         newlib/generic_SMD_packages/0805_reflow_solder,
10931         newlib/generic_SMD_packages/0805_wave_solder,
10932         newlib/generic_SMD_packages/1206_reflow_solder,
10933         newlib/generic_SMD_packages/Makefile.am,
10934         newlib/generic_SMD_packages/Makefile.in,
10935         newlib/generic_SMD_packages/SOT-23_Transistor,
10936         newlib/toko/Makefile.am, newlib/toko/Makefile.in: Remove some empty
10937         newlib directories, some poorly maintained footprints, and some
10938         "heavy" footprints.  There is still much more to be done but this is
10939         a start.
10941 2007-02-04   Dan McMahill * dan AT mcmahill dot net *
10943         * config.h.in, configure, configure.ac, doc/actions.texi,
10944         doc/pcb.texi, doc/version.texi, src/Makefile.am, src/Makefile.in,
10945         src/file.c, src/global.h, src/hid/common/hidinit.c,
10946         src/hid/gtk/gui-config.c, src/main.c, src/pcbtest.sh.in,
10947         src/script/Makefile.am, src/script/Makefile.in, src/script/pcb.in: 
10948         Take a stab at making pcb installations be relocatable.  By this I
10949         mean you can configure and install with ./configure --prefix=/original/path make make install mv
10950         /original/path /new/path and still have pcb work.  To make this work, the binary path is determined at runtime and all
10951         of the other paths are computed relative to this.  As part of this, go ahead and kill off the pcb wrapper script around
10952         pcb-bin.  That was leftover from Xaw days and wasn't really needed
10953         anymore.  As a side effect, the --program-prefix and
10954         --program-suffix configure options will probably work now.
10956 2007-02-03   Dan McMahill * dan AT mcmahill dot net *
10958         * acinclude.m4, config.h.in, configure, configure.ac: add autoconf
10959         macros from
10960         http://autoconf-archive.cryp.to/adl_compute_relative_paths.html and
10961         http://autoconf-archive.cryp.to/adl_normalize_path.html and use them
10962         to find relative paths from $bindir (where the pcb binary gets
10963         installed) to the directories with the default font and the
10964         footprints.  This is the first step in making an installation be
10965         relocatable.
10967 2007-02-03   Dan McMahill * dan AT mcmahill dot net *
10969         * src/file.c, src/file.h, src/hid/gtk/gui-config.c, src/main.c: - Instead of tying the saving of preferences to the autobackup
10970         timer, save them when we press ok on the preferences form.  - Move the autosave code out of the gtk hid and put it in the core.
10971           Now autosave should work on all gui's instead of just the gtk one.
10973 2007-02-03   Dan McMahill * dan AT mcmahill dot net *
10975         * src/hid/gtk/gui-netlist-window.c: Add a "find" and "rip-up" button
10976         to the netlist window.  Patch from Hans Nieuwenhuis on the geda-user
10977         mailing list.
10979 2007-02-03   Dan McMahill * dan AT mcmahill dot net *
10981         * globalconst.h, src/file.c: Instead of writing the backup file
10982         always to /tmp/something derive a backup name from the pcb file name
10983         (if the pcb file name exists, otherwise use PCB.%i.save in the
10984         current directory).  This should make it easier to find the backup
10985         file for a particular layout and also helps in cases where /tmp is
10986         not appropriate (windows).
10988 2007-02-02   DJ Delorie * dj AT delorie dot com *
10990         * src/main.c: Add command line option for setting DrawGrid
10992 2007-02-02   DJ Delorie * dj AT delorie dot com *
10994         * src/report.c: Round drill sizes before reporting them.
10996 2007-02-02   DJ Delorie * dj AT delorie dot com *
10998         * src/netlist.c, src/rats.c, src/rats.h: Fix logic for adding new
10999         rat lines to the netlist.
11001 2007-02-02   DJ Delorie * dj AT delorie dot com *
11003         * src/hid/gtk/gtkhid-main.c: Fix gtk grid when board flipped.
11005 2007-02-02   Dan McMahill * dan AT mcmahill dot net *
11007         * Makefile.in, README_FILES/Makefile.in, configure,
11008         doc/Makefile.in, example/Makefile.in,
11009         example/libraries/Makefile.in,
11010         newlib/2_pin_thru-hole_packages/Makefile.in, newlib/Makefile.in,
11011         newlib/analog-devices/Makefile.in, newlib/burr-brown/Makefile.in,
11012         newlib/connectors/Makefile.in, newlib/crystal/Makefile.in,
11013         newlib/cypress/Makefile.in, newlib/electro-optics/Makefile.in,
11014         newlib/generic_SMD_packages/Makefile.in,
11015         newlib/headers/Makefile.in, newlib/msp430/Makefile.in,
11016         newlib/not_vetted_ingo/Makefile.in, newlib/sockets/Makefile.in,
11017         newlib/tests/Makefile.in, newlib/toko/Makefile.in, src/Makefile.in,
11018         src/icons/Makefile.in, src/script/Makefile.in, tools/Makefile.in,
11019         tutorial/Makefile.in, win32/Makefile.in: regen
11021 2007-02-01   DJ Delorie * dj AT delorie dot com *
11023         * src/draw.c: Draw plated holes when exporting.
11025 2007-01-29   DJ Delorie * dj AT delorie dot com *
11027         * src/hid/lesstif/main.c, src/hid/lesstif/netlist.c: Add more
11028         functionality to netlist dialog.
11030 2007-01-27   DJ Delorie * dj AT delorie dot com *
11032         * src/action.c: Make sure we have a current mark when we convert
11033         selection to an element.
11035 2007-01-22   Dan McMahill * dan AT mcmahill dot net *
11037         * lib/Makefile.am, lib/Makefile.in: Fix a problem where we ended up
11038         with "//" in a full path name.  This caused problems on cygwin.
11040 2007-01-20   Dan McMahill * dan AT mcmahill dot net *
11042         * src/hid/gtk/gtkhid-main.c: add some code showing how to get the
11043         installation path on windows.  Right now, just print out the
11044         directory to show it works until I figure out how to get it to the
11045         rest of the program.
11047 2007-01-20   Dan McMahill * dan AT mcmahill dot net *
11049         * win32/build_pcb: clean out the old install directory prior to
11050         installing to avoid leftover cruft showing up in the installer.
11052 2007-01-20   Dan McMahill * dan AT mcmahill dot net *
11054         * win32/build_pcb: add a number of flags to this script to help when
11055         using it with cvs sources or in debug mode.  See "build_pcb --help"
11056         for details on the flags.
11058 2007-01-20   Dan McMahill * dan AT mcmahill dot net *
11060         * configure, configure.ac, src/main.c: Break apart PCBTREEDIR into
11061         the original plus PCBTREEPATH where the latter is a : seperated path
11062         and the former is just the base installation directory for newlib.
11064 2007-01-19   Dan McMahill * dan AT mcmahill dot net *
11066         * src/compat.c, src/compat.h, src/hid/common/hidinit.c: Add
11067         replacement wrappers for dlopen() and friends on windows.  Update
11068         the hid initialization code to pull in the compat header.  Also work
11069         around windows limitations with stat().  No change on real operating
11070         systems.
11072 2007-01-19   Dan McMahill * dan AT mcmahill dot net *
11074         * config.h.in, configure, configure.ac: - check for dlfcn.h and windows.h - fix the test for if the PNG hid is being compiled in or not
11076 2007-01-17   Dan McMahill * dan AT mcmahill dot net *
11078         * src/file.c: exclude .html and .png files from newlib directories
11080 2007-01-17   Dan McMahill * dan AT mcmahill dot net *
11082         * configure, configure.ac, src/pcbtest.sh.in: add the generated
11083         (from m4lib) newlib to the library search path
11085 2007-01-16   Dan McMahill * dan AT mcmahill dot net *
11087         * lib/Makefile.am, lib/Makefile.in, lib/footprint.pcb: - Add missing template .pcb file for generating previews of all the
11088           footprints.  Building the previews also verifies that there are no
11089           syntax errors in the m4lib footprints.  - fix the logic for rebuilding the newlib library from m4 libs.
11091 2007-01-16   DJ Delorie * dj AT delorie dot com *
11093         * src/hid/gerber/gerber.c: Use a global aperture list instead of
11094         per-layer lists.
11096 2007-01-16   DJ Delorie * dj AT delorie dot com *
11098         * src/file.c, src/macro.h, src/main.c, src/parse_l.l: Don't call
11099         popen() if we don't need to.
11101 2007-01-15   Dan McMahill * dan AT mcmahill dot net *
11103         * lib/Makefile.am, lib/Makefile.in: Build and install a newlib
11104         library from the m4lib library.  Currently nothing else has changed,
11105         the default for pcb is still the old behaviour.  This is just the
11106         first step.
11108 2007-01-15   Dan McMahill * dan AT mcmahill dot net *
11110         * lib/m4lib_to_newlib.sh.in: Make building the png preview optional.
11111         Other minor cleanups.
11113 2007-01-15   Dan McMahill * dan AT mcmahill dot net *
11115         * configure, configure.ac: add an AM_CONDITIONAL indicating if the
11116         png HID was compiled in
11118 2007-01-15   DJ Delorie * dj AT delorie dot com *
11120         * doc/actions.texi, doc/pcbfile.texi, doc/version.texi: Update from
11121         ../src
11123 2007-01-15   DJ Delorie * dj AT delorie dot com *
11125         * src/djopt.c: Keep canonicalizing lines until they're all
11126         canonicalized.  Don't delete vias that aren't tented (assume they're
11127         test points).  Add an option to just canonicalize lines.
11129 2007-01-14   Harry Eaton * haceaton AT users dot sourceforge dot net *
11131         * src/autoroute.c, src/mtspace.c, src/mtspace.h: More thurough via
11132         site searching, cost function changes and some better handling of
11133         certain search conditions.  Much improved smoothing pass
11134         implementation. Doesn't gratuitously pack traces at minimum
11135         clearance during smoothing pass. Overall much better routing is
11136         acheived.
11138         ----------------------------------------------------------------------
11140 2007-01-11   DJ Delorie * dj AT delorie dot com *
11142         * src/hid/ps/ps.c:  From: Hans Nieuwenhuis * vzzbx AT xs4all dot nl
11143         * Check for failed opens.
11145 2007-01-09   DJ Delorie * dj AT delorie dot com *
11147         * src/draw.c, src/hid/gerber/gerber.c: Don't draw plated holes on
11148         outline gerber.
11150 2007-01-09   Harry Eaton * haceaton AT users dot sourceforge dot net *
11152         * src/move.c: fix segfault when moving polygon to layer. Also user
11153         r_search to find the pin/via thermals.
11155         ----------------------------------------------------------------------
11157 2006-12-23   DJ Delorie * dj AT delorie dot com *
11159         * src/hid/lesstif/dialogs.c: Cast away const-ness.
11161 2006-12-22   Harry Eaton * haceaton AT users dot sourceforge dot net *
11163         * src/crosshair.c: don't indicate line end-point if the line is
11164         selected since move will move the whole selection.
11166         ----------------------------------------------------------------------
11168 2006-12-22   Harry Eaton * haceaton AT users dot sourceforge dot net *
11170         * src/crosshair.c, src/hid/gtk/gtkhid-main.c,
11171         src/hid/gtk/gui-misc.c, src/hid/gtk/gui.h, src/hid/lesstif/main.c,
11172         src/search.h, src/todo: provide a cursor shape change when the arrow
11173         mode crosshair is over a line end-point.
11175         ----------------------------------------------------------------------
11177 2006-12-22   DJ Delorie * dj AT delorie dot com *
11179         * src/todo: Take "enums" off the lesstif list.
11181 2006-12-22   DJ Delorie * dj AT delorie dot com *
11183         * src/hid/lesstif/dialogs.c: Add support for HID_Enum in attribute
11184         dialogs.
11186 2006-12-22   DJ Delorie * dj AT delorie dot com *
11188         * src/hid/lesstif/main.c: Increase default size of main window.
11190 2006-12-21   Dan McMahill * dan AT mcmahill dot net *
11192         * win32/build_pcb: if the configure or build fails, then abort the
11193         whole process.
11195 2006-12-21   Dan McMahill * dan AT mcmahill dot net *
11197         * win32/pcb.nsi.in: the link should be to pcb-bin.exe not pcb
11199 2006-12-21   DJ Delorie * dj AT delorie dot com *
11201         * src/todo: Remove completed projects, add some new ones.
11203 2006-12-18   DJ Delorie * dj AT delorie dot com *
11205         * src/hid/common/hidnogui.c, src/hid/gtk/gtkhid-main.c,
11206         src/hid/lesstif/main.c: ... and return 0 for progress hooks.
11208 2006-12-18   DJ Delorie * dj AT delorie dot com *
11210         * src/hid/common/hidnogui.c, src/hid/gtk/gtkhid-main.c,
11211         src/hid/lesstif/main.c: Fix progress prototypes.
11213 2006-12-17   DJ Delorie * dj AT delorie dot com *
11215         * src/hid.h, src/hid/batch/batch.c, src/hid/bom/bom.c,
11216         src/hid/common/hidnogui.c, src/hid/gtk/gtkhid-main.c,
11217         src/hid/lesstif/main.c, src/hid/lpr/lpr.c, src/hid/png/png.c,
11218         src/hid/ps/ps.c: Add progress() hook to HID structure.  No actual
11219         implementation yet.
11221 2006-12-17   DJ Delorie * dj AT delorie dot com *
11223         * src/hid/lesstif/main.c: Add automatic busy cursor.  Add (disabled)
11224         debug code for arc thindraw.
11226 2006-12-17   DJ Delorie * dj AT delorie dot com *
11228         * lib/geda.inc: Add SDIP20.  Fix comment.
11230 2006-12-15   DJ Delorie * dj AT delorie dot com *
11232         * src/parse_y.y: Allow attributes in old-style elements too.
11234 2006-12-14   Dan McMahill * dan AT mcmahill dot net *
11236         * src/hid/gtk/gui-output-events.c, src/hid/gtk/gui.h: Fix a bug in
11237         GTK hid that causes the view port to scroll in a random direction on
11238         a mouse click inside the view port (for example when drawing a
11239         line).  This bug only shows itself when an X application that steals window
11240         focus is running together with PCB on the same X server. At least
11241         GNOME and XFCE window managers are known to do that.  See the following and related GNOME bugs for some discussion about
11242         this: http://bugzilla.gnome.org/show_bug.cgi?id=102209 See also GTK documentation for GtkWidget and GdkEvent.  Analysis and patch provided in patch [ 1610717 ] Patch for auto-pan
11243         bug by Tomaz Solc.  This should also address bug report [ 1593578 ] Display sometimes
11244         auto-scrolls when drawing lines by Garth Webb.
11246 2006-12-14   Dan McMahill * dan AT mcmahill dot net *
11248         * src/Makefile.in: regen
11250 2006-12-14   Harry Eaton * haceaton AT users dot sourceforge dot net *
11252         * src/polygon1.c: avoid duplicate removal of duplicate points
11254         ----------------------------------------------------------------------
11256 2006-12-14   Harry Eaton * haceaton AT users dot sourceforge dot net *
11258         * src/hid/gtk/gui-config.c: beginnings of support for isleArea as a
11259         dialog changeable item
11261         ----------------------------------------------------------------------
11263 2006-12-14   Harry Eaton * haceaton AT users dot sourceforge dot net *
11265         * src/draw.c: fix arc drawing on the flipped board
11267         ----------------------------------------------------------------------
11269 2006-12-14   Dan McMahill * dan AT mcmahill dot net *
11271         * src/Makefile.am, src/Makefile.in: add missing lrealpath.h
11273 2006-12-14   Dan McMahill * dan AT mcmahill dot net *
11275         * src/dbus.c: change a libiberty.h include to lrealpath.h since
11276         thats what we have now
11278 2006-12-13   Dan McMahill * dan AT mcmahill dot net *
11280         * src/buffer.c, src/mymem.c, src/undo.c: Avoid some null pointer
11281         dereferences.  Also make sure UndoList and RemoveList are
11282         initialized at startup to avoid any strange behavior there.  This
11283         fixes a bug reported on geda-user where starting pcb with an empty
11284         board and then doing 'load layout to buffer' and pasting and then
11285         doing it again causes a segfault.  Thanks to Peter Clifton for
11286         pointing this out.
11288 2006-12-13   Dan McMahill * dan AT mcmahill dot net *
11290         * src/dbus-pcbmain.c, src/dbus-pcbmain.h, src/dbus.c, src/dbus.h: 
11291         indent new code -- no other changes
11293 2006-12-13   Dan McMahill * dan AT mcmahill dot net *
11295         * config.h.in, configure, src/Makefile.in: regen
11297 2006-12-13   Dan McMahill * dan AT mcmahill dot net *
11299         * acinclude.m4: fix underquoting of libiberty_NEED_DECLARATION
11301 2006-12-13   Dan McMahill * dan AT mcmahill dot net *
11303         * src/Makefile.am: when building dbus, compile in lrealpath.c
11305 2006-12-13   Dan McMahill * dan AT mcmahill dot net *
11307         * acinclude.m4, configure.ac: add configure checks needed for
11308         lrealpath.c
11310 2006-12-13   Dan McMahill * dan AT mcmahill dot net *
11312         * src/lrealpath.c: remove ansidecls.h
11314 2006-12-13   Dan McMahill * dan AT mcmahill dot net *
11316         * src/lrealpath.c, src/lrealpath.h: add a header with the lrealpath
11317         prototype and point to that instead of libiberty.h
11319 2006-12-13   Dan McMahill * dan AT mcmahill dot net *
11321         * src/lrealpath.c: Add lrealpath.c from gcc's libiberty.   For now
11322         lets just add this one libiberty function.  This is the unmodified
11323         version from gcc current as of 2006-12-12.  Last modified on
11324         2005-05-24.
11326 2006-12-10   Harry Eaton * haceaton AT users dot sourceforge dot net *
11328         * src/misc.c: scan all layers for match because buffers don't always
11329         have LayerN set properly
11331         ----------------------------------------------------------------------
11333 2006-12-09   Harry Eaton * haceaton AT users dot sourceforge dot net *
11335         * src/autoroute.c: break loops when exploring new paths, plus some
11336         other enhancements.
11338         ----------------------------------------------------------------------
11340 2006-12-07   Dan McMahill * dan AT mcmahill dot net *
11342         * src/dbus.c: put back the unused variable but protect it with
11343         #ifdef DEBUG. From Peter Clifton
11345 2006-12-07   Dan McMahill * dan AT mcmahill dot net *
11347         * src/hid/gtk/gtkhid-main.c: fix broken dereference from last commit
11349 2006-12-07   Dan McMahill * dan AT mcmahill dot net *
11351         * src/dbus.c: remove an unused variable
11353 2006-12-07   Dan McMahill * dan AT mcmahill dot net *
11355         * src/hid/gtk/gtkhid-main.c, src/hid/lesstif/main.c: Don't try to
11356         cast to a union.  This practice does not work with all compilers.
11357         Fixes compilation with sun compilers.
11359 2006-12-07   Dan McMahill * dan AT mcmahill dot net *
11361         * src/hid/ps/ps.c: add --scale for postscript scaling.  Patch from
11362         Hans Nieuwenhuis on geda-user.
11364 2006-12-07   Dan McMahill * dan AT mcmahill dot net *
11366         * Makefile.in, README_FILES/Makefile.in, config.h.in, configure,
11367         configure.ac, doc/Makefile.in, doc/pcbfile.texi,
11368         example/Makefile.in, example/libraries/Makefile.in,
11369         lib/Makefile.in, newlib/2_pin_thru-hole_packages/Makefile.in,
11370         newlib/Makefile.in, newlib/analog-devices/Makefile.in,
11371         newlib/burr-brown/Makefile.in, newlib/connectors/Makefile.in,
11372         newlib/crystal/Makefile.in, newlib/cypress/Makefile.in,
11373         newlib/electro-optics/Makefile.in,
11374         newlib/generic_SMD_packages/Makefile.in,
11375         newlib/headers/Makefile.in, newlib/msp430/Makefile.in,
11376         newlib/not_vetted_ingo/Makefile.in, newlib/sockets/Makefile.in,
11377         newlib/tests/Makefile.in, newlib/toko/Makefile.in, src/Makefile.am,
11378         src/Makefile.in, src/dbus-pcbmain.c, src/dbus-pcbmain.h,
11379         src/dbus.c, src/dbus.h, src/dbus.xml, src/hid.h,
11380         src/hid/common/extents.c, src/hid/common/hidnogui.c,
11381         src/hid/gtk/gtkhid-main.c, src/hid/lesstif/main.c,
11382         src/icons/Makefile.in, src/main.c, src/script/Makefile.in,
11383         tools/Makefile.in, tutorial/Makefile.in, win32/Makefile.in: Initial
11384         checkin of Peter Cliftons DBus work.  Currently dbus is disabled by
11385         default but can be enabled with --enable-dbus
11387 2006-12-06   Dan McMahill * dan AT mcmahill dot net *
11389         * src/hid/gtk/gui-top-window.c: Intercept window manager delete
11390         events.  This prevents data loss when the window manager closes or
11391         deletes a window.   Reported as [ 1458340 ] data loss with closing
11392         main PCB windows and also on geda-dev by Peter Clifton.
11394 2006-12-06   Dan McMahill * dan AT mcmahill dot net *
11396         * src/hid/gtk/gui-library-window.c, src/hid/gtk/gui-log-window.c,
11397         src/hid/gtk/gui-netlist-window.c, src/hid/gtk/gui-pinout-window.c: 
11398         Stop preventing the library, log, netlist, and pinout windows from
11399         accepting focus.  Preventing them from accepting focus had the side
11400         effect of breaking those dialogs on some systems with certain window
11401         managers.
11403 2006-12-05   Harry Eaton * haceaton AT users dot sourceforge dot net *
11405         * src/autoroute.c: allow searching across expansion boxes in each
11406         direction which can find lower cost routes.
11408         ----------------------------------------------------------------------
11410 2006-12-05   Harry Eaton * haceaton AT users dot sourceforge dot net *
11412         * src/autoroute.c: Various changes to improve the ability to find
11413         routes and make better looking, more efficient routes.
11415 2006-12-03   Harry Eaton * haceaton AT users dot sourceforge dot net *
11417         * src/misc.c, src/polygon.c: use Data->LayerN instead of max_layer
11418         where Data may not be PCB->Data
11420         ----------------------------------------------------------------------
11422 2006-12-02   DJ Delorie * dj AT delorie dot com *
11424         * src/move.c: Handle edge conditions when adding/removing layers wrt
11425         thermals.
11427 2006-12-02   DJ Delorie * dj AT delorie dot com *
11429         * src/move.c: Move thermals when we move layers.
11431 2006-12-02   DJ Delorie * dj AT delorie dot com *
11433         * src/hid/ps/ps.c: Move layer ID text outside of the "board" area.
11434         Print board name, layer name, and mirror flag in lower left near
11435         margin.  When both mirror and auto-mirror are checked, xor them.
11437 2006-12-01   Dan McMahill * dan AT mcmahill dot net *
11439         * src/hid/lpr/lpr.c, src/hid/ps/ps.c, src/hid/ps/ps.h: make sure the
11440         postscript header line makes it in the lpr HID.  Should fix problems
11441         where the postscript text was being printed instead of executed.
11443 2006-11-16   Harry Eaton * haceaton AT users dot sourceforge dot net *
11445         * src/polygon.c, src/polygon.h, src/thermal.c: make clearances
11446         around rectangular pins and pads have rounded rectangle features
11448         ----------------------------------------------------------------------
11450 2006-11-15   Harry Eaton * haceaton AT users dot sourceforge dot net *
11452         * src/draw.c: remove dead code accidentally left behind
11454         ----------------------------------------------------------------------
11456 2006-11-14   Harry Eaton * haceaton AT users dot sourceforge dot net *
11458         * src/draw.c, src/polygon.c, src/polygon.h: always draw with dicing
11459         so that polygons can reside in holes of other polygons
11461         ----------------------------------------------------------------------
11463 2006-11-14   Harry Eaton * haceaton AT users dot sourceforge dot net *
11465         * src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui.h: Make the invalidate
11466         rectangle only include the drawn region.  This vastly speeds up
11467         drawing when zoomed in on a complex deisgn.
11469         ----------------------------------------------------------------------
11471 2006-11-13   Harry Eaton * haceaton AT users dot sourceforge dot net *
11473         * src/buffer.c: Warn if non-manhattan lines are trying to become
11474         pads.
11476 2006-11-13   Harry Eaton * haceaton AT users dot sourceforge dot net *
11478         * src/polygon.c: preven silk clipping copper polygons and copper
11479         clipping silk polygons
11481 2006-11-11   Dan McMahill * dan AT mcmahill dot net *
11483         * src/parse_y.y: minor fix to the FileVersion documentation
11485 2006-11-10   Dan McMahill * dan AT mcmahill dot net *
11487         * src/hid/ps/ps.c: add us and international business card media
11489 2006-11-10   Dan McMahill * dan AT mcmahill dot net *
11491         * src/file.c, src/file.h, src/parse_l.l, src/parse_y.y: Add code to
11492         the parser which looks for a line like FileVersion[20061101] at the top of the .pcb file.  If this line is seen and indicates a
11493         version which is too new for this version of pcb then issue a
11494         complaint and explain why.  This should help out when the file
11495         format changes and someone tries to load a new design with an older
11496         version of pcb.  Of course the real benefit won't happen until
11497         versions of pcb prior to this check all go away...  For now, the actual output file from pcb hasn't changed.  There is a
11498         two line change to include the FileVersion[] line that can be
11499         included the next time the file format is changed.  However, there
11500         is no reason to not have the program start watching for it.
11502 2006-11-10   Harry Eaton * haceaton AT users dot sourceforge dot net *
11504         * src/buffer.c, src/undo.c: fix some segfaults due to clearing pcb
11505         pointer in data structure.
11507 2006-11-09   Dan McMahill * dan AT mcmahill dot net *
11509         * src/hid/ps/ps.c: Add several more media types and for the existing
11510         metric ones, recompute the bounding box size since pcb has more
11511         internal resolution that the old values.
11513 2006-11-08   Harry Eaton * haceaton AT users dot sourceforge dot net *
11515         * src/remove.c: prevent segfault when removing polyogn points
11516         resulting in fewer than 3 points in the poly
11518         ----------------------------------------------------------------------
11520 2006-11-06   Harry Eaton * haceaton AT users dot sourceforge dot net *
11522         * src/polygon.c, src/polygon1.c: fix some bugs for unusual clipping
11523         conditions. Specifically holes touching at one point (or edge) as an
11524         acceptable self-intersection and snap-rounding expanding the
11525         bounding box by 1.
11527         ----------------------------------------------------------------------
11529 2006-11-05   Dan McMahill * dan AT mcmahill dot net *
11531         * doc/actions.texi, doc/pcbfile.texi: regen
11533 2006-11-05   Dan McMahill * dan AT mcmahill dot net *
11535         * src/action.c, src/change.c, src/change.h, src/const.h,
11536         src/draw.c, src/find.c, src/strflags.c: Add a 'nopaste' flag for
11537         pads.  This lets you produce fiducial marks that should not have
11538         solder paste.  In addition you can use it for things like card edge
11539         connectors where you may not want solder paste.  Since this is
11540         moderately dangerous (how do you make sure you don't set this flag
11541         somewhere where you _need_ solder paste), the drc check reports a
11542         count of how many times this flag is used.
11544 2006-11-04   Harry Eaton * haceaton AT users dot sourceforge dot net *
11546         * src/intersect.c: fix crash due to not checking for no overlaps.
11547         Thanks to Anread Kemnade for the patch.
11549         ----------------------------------------------------------------------
11551 2006-11-03   Dan McMahill * dan AT mcmahill dot net *
11553         * src/action.c: use *FILEVERSION* instead of *VERSION* for the
11554         annotation file to help avoid possible confusion between file
11555         version and program version.
11557 2006-10-29   DJ Delorie * dj AT delorie dot com *
11559         * src/report.c: Report units in mm or mils as selected by user.
11561 2006-10-29   Harry Eaton * haceaton AT users dot sourceforge dot net *
11563         * src/parse_y.y: fix polyarea ordering to correspond to file saving
11565         ----------------------------------------------------------------------
11567 2006-10-25   Harry Eaton * haceaton AT users dot sourceforge dot net *
11569         * src/action.c: fix setsame layer changing
11571         ----------------------------------------------------------------------
11573 2006-10-21   Harry Eaton * haceaton AT users dot sourceforge dot net *
11575         * src/find.c: allow pins/vias with zero clearance to touch polygons
11577         ----------------------------------------------------------------------
11579 2006-10-21   Harry Eaton * haceaton AT users dot sourceforge dot net *
11581         * src/polygon1.c: speed improvement by avoiding r_search call
11582         overhead when there is no overlap
11584         ----------------------------------------------------------------------
11586 2006-10-21   Harry Eaton * haceaton AT users dot sourceforge dot net *
11588         * src/file.c, src/global.h, src/main.c, src/parse_l.l: support for
11589         polygon island size in the pcb file
11591         ----------------------------------------------------------------------
11593 2006-10-21   Harry Eaton * haceaton AT users dot sourceforge dot net *
11595         * src/parse_y.y, src/polygon.c: Avoid use of 'max_layer' macro - it
11596         assumes the Data is the loaded PCB which doesn't work during file
11597         reading.
11599         ----------------------------------------------------------------------
11601 2006-10-21   Harry Eaton * haceaton AT users dot sourceforge dot net *
11603         * src/polygon.c, src/thermal.c, src/thermal.h: use the saved thermal
11604         scale when loading a design
11606         ----------------------------------------------------------------------
11608 2006-10-20   Dan McMahill * dan AT mcmahill dot net *
11610         * src/hid/common/hidinit.c, src/hid/gerber/gerber.c: Cast the char's
11611         which are being fed to isspace() and friends to ints which is what
11612         they want.
11614 2006-10-20   Harry Eaton * haceaton AT users dot sourceforge dot net *
11616         * src/rtree.c: check the coming regions, not the one we're at over
11617         and over
11619         ----------------------------------------------------------------------
11621 2006-10-20   Dan McMahill * dan AT mcmahill dot net *
11623         * src/hid/gtk/gui-misc.c, src/hid/gtk/gui-output-events.c: add a
11624         couple of casts and kill the rest of the remaining gcc and SunPRO
11625         warnings!
11627 2006-10-19   Dan McMahill * dan AT mcmahill dot net *
11629         * src/hid/lesstif/dialogs.c, src/hid/lesstif/menu.c,
11630         src/hid/lesstif/styles.c: cast to a size_t before converting
11631         callback data between ints and pointers
11633 2006-10-19   Dan McMahill * dan AT mcmahill dot net *
11635         * src/hid/gtk/gui-icons-misc.data, src/hid/gtk/gui-top-window.c: 
11636         remove some SunPRO compiler complaints about initilizers being out
11637         of range
11639 2006-10-19   Dan McMahill * dan AT mcmahill dot net *
11641         * src/hid/common/hidinit.c: catch HID_Mixed in a switch
11643 2006-10-19   Dan McMahill * dan AT mcmahill dot net *
11645         * src/hid/bom/bom.c, src/hid/gerber/gerber.c, src/print.c: avoid gcc
11646         warnings when using %c with strftime
11648 2006-10-19   Dan McMahill * dan AT mcmahill dot net *
11650         * src/polygon1.c: #ifdef DEBUG out a couple of things which are
11651         defined but not used unless DEBUG is defined
11653 2006-10-19   Dan McMahill * dan AT mcmahill dot net *
11655         * src/draw.c: cast to a size_t before an int when passing an int to
11656         a callback function.
11658 2006-10-19   Harry Eaton * haceaton AT users dot sourceforge dot net *
11660         * src/rtree.c: even faster tree searching and insertion
11662         ----------------------------------------------------------------------
11664 2006-10-19   Dan McMahill * dan AT mcmahill dot net *
11666         * src/polygon1.c: modify the DEBUGP macro slightly so it can be
11667         legally called with only one argument like DEBUGP("\n");
11669 2006-10-19   Harry Eaton * haceaton AT users dot sourceforge dot net *
11671         * src/polygon1.c: oops, don't manage the contour bounding boxes in
11672         the tree
11674         ----------------------------------------------------------------------
11676 2006-10-18   Dan McMahill * dan AT mcmahill dot net *
11678         * lib/geda.inc: {T,}QFN16_3{,_EP} needs to use PKG_QFN_50S not
11679         PKG_QFN_50.  Noted by Matthias Wenzel.
11681 2006-10-18   Harry Eaton * haceaton AT users dot sourceforge dot net *
11683         * src/polygon1.c: speed up hole insertion further. Trees everywhere!
11685         ----------------------------------------------------------------------
11687 2006-10-18   Dan McMahill * dan AT mcmahill dot net *
11689         * configure, configure.ac: Only apply the -rdynamic check if we're
11690         using gcc.  This probably isn't the correct long term fix but for
11691         now it lets users with SunPRO build again.  The problem is -rdynamic
11692         with SunPRO's cc doesn't have the same behaviour as with gcc but it
11693         returns 0 so configure thinks it is ok to add -rdynamic.
11695 2006-10-17   Dan McMahill * dan AT mcmahill dot net *
11697         * src/hid/ps/ps.c: Use the media option to set the page size and
11698         margins.  Selecting different paper size should work now.
11700 2006-10-17   Harry Eaton * haceaton AT users dot sourceforge dot net *
11702         * src/create.c, src/polyarea.h, src/polygon.c, src/polygon1.c,
11703         src/rtree.c: bug fixes for hole insertion and fast point inside
11704         polygon checking
11706         ----------------------------------------------------------------------
11708 2006-10-17   Dan McMahill * dan AT mcmahill dot net *
11710         * config.h.in, configure, configure.ac: check for dlopen in -ldl.
11711         Needed on solaris 9
11713 2006-10-17   Dan McMahill * dan AT mcmahill dot net *
11715         * configure, configure.ac: be verbose about the rdynamic test
11717 2006-10-16   Dan McMahill * dan AT mcmahill dot net *
11719         * lib/geda.inc: add some 16 pin 3x3 mm QFN packages
11721 2006-10-15   DJ Delorie * dj AT delorie dot com *
11723         * src/buffer.c: If we're converting a buffer to an element and the
11724         buffer has no associated PCB; assign the current one so we have *a*
11725         group table to use.
11727 2006-10-15   DJ Delorie * dj AT delorie dot com *
11729         * src/hid/gtk/gui-top-window.c, src/hid/lesstif/menu.c: Keep
11730         ElemenOn and *SILK->On in sync.
11732 2006-10-14   Harry Eaton * haceaton AT users dot sourceforge dot net *
11734         * src/change.c: handle polygon clearance for unplated holes
11736         ----------------------------------------------------------------------
11738 2006-10-14   Harry Eaton * haceaton AT users dot sourceforge dot net *
11740         * src/find.c: fix rat<->polygon connection test
11742         ----------------------------------------------------------------------
11744 2006-10-14   Harry Eaton * haceaton AT users dot sourceforge dot net *
11746         * src/change.c, src/polygon.c: fix undo handling for all change
11747         operations that affect polygon clip
11749         ----------------------------------------------------------------------
11751 2006-10-13   Harry Eaton * haceaton AT users dot sourceforge dot net *
11753         * src/find.c: fix rat to polygon connection test
11755         ----------------------------------------------------------------------
11757 2006-10-13   Harry Eaton * haceaton AT users dot sourceforge dot net *
11759         * src/change.c: fix the sense of set/clear for line join
11761         ----------------------------------------------------------------------
11763 2006-10-12   Harry Eaton * haceaton AT users dot sourceforge dot net *
11765         * src/macro.h: Fix GROUP_LOOP macro
11767 2006-10-12   Harry Eaton * haceaton AT users dot sourceforge dot net *
11769         * src/create.c, src/global.h, src/heap.h, src/polygon.c,
11770         src/polygon1.c: fix GROUP_LOOP macro, optimize hole insertion and
11771         fix some small bugs
11773         ----------------------------------------------------------------------
11775 2006-10-12   Harry Eaton * haceaton AT users dot sourceforge dot net *
11777         * src/action.c: Morph selections
11779         ----------------------------------------------------------------------
11781 2006-10-11   Dan McMahill * dan AT mcmahill dot net *
11783         * src/hid/lesstif/dialogs.c, src/hid/lesstif/menu.c: fix a few
11784         pointer bugs.
11786 2006-10-10   Dan McMahill * dan AT mcmahill dot net *
11788         * src/hid/lesstif/dialogs.c: remove some unused variables
11790 2006-10-10   Dan McMahill * dan AT mcmahill dot net *
11792         * src/hid/lesstif/menu.c: - include resource.h before lesstif.h to make sure we get a
11793           prototype for lesstif_note_mouse_resource().  - remove some unused variables.
11795 2006-10-10   Dan McMahill * dan AT mcmahill dot net *
11797         * src/hid/lesstif/main.c: remove some unused variables and add a
11798         missing return value
11800 2006-10-10   Dan McMahill * dan AT mcmahill dot net *
11802         * src/hid/lesstif/lesstif.h: - Be consistent with underscores in __RESOURCE_INCLUDED__.  Now this
11803           file matches what resource.h has! - Add a couple of missing prototypes.
11805 2006-10-10   Dan McMahill * dan AT mcmahill dot net *
11807         * src/resource.h: be consistent with underscores in
11808         __RESOURCE_INCLUDED__
11810 2006-10-10   Harry Eaton * haceaton AT users dot sourceforge dot net *
11812         * src/draw.c, src/polyarea.h, src/polygon.c, src/polygon.h,
11813         src/polygon1.c: fix polygon search bug introduced with
11814         optimizations.  fix a layer group bug in polygon clearing.  speed up
11815         gerber generation a little
11817         ----------------------------------------------------------------------
11819 2006-10-09   Dan McMahill * dan AT mcmahill dot net *
11821         * doc/version.texi: regen
11823 2006-10-09   Dan McMahill * dan AT mcmahill dot net *
11825         * configure, configure.ac: bump rev to 1.99u in light of the clipper
11826         code going in
11828 2006-10-09   Dan McMahill * dan AT mcmahill dot net *
11830         * doc/actions.texi, doc/ideas/database.txt, doc/pcbfile.texi,
11831         src/Makefile.am, src/Makefile.in, src/action.c, src/autoplace.c,
11832         src/autoroute.c, src/buffer.c, src/buffer.h, src/change.c,
11833         src/change.h, src/command.c, src/compat.c, src/const.h, src/copy.c,
11834         src/copy.h, src/create.c, src/crosshair.c, src/dev_ps.c,
11835         src/dev_ps.h, src/dev_rs274x.c, src/dev_rs274x.h, src/djopt.c,
11836         src/draw.c, src/drill.c, src/file.c, src/find.c, src/fontmode.c,
11837         src/global.h, src/hid.h, src/hid/batch/batch.c, src/hid/bom/bom.c,
11838         src/hid/common/extents.c, src/hid/common/hidnogui.c,
11839         src/hid/gerber/gerber.c, src/hid/gtk/gtkhid-main.c,
11840         src/hid/gtk/gui-pinout-window.c, src/hid/lesstif/main.c,
11841         src/hid/lpr/lpr.c, src/hid/png/png.c, src/hid/ps/eps.c,
11842         src/hid/ps/ps.c, src/insert.c, src/line.c, src/macro.h, src/main.c,
11843         src/mirror.c, src/misc.c, src/misc.h, src/move.c, src/mtspace.c,
11844         src/mymem.c, src/netlist.c, src/parse_y.y, src/polyarea.h,
11845         src/polygon.c, src/polygon.h, src/polygon1.c, src/print.c,
11846         src/puller.c, src/rats.c, src/remove.c, src/report.c, src/rotate.c,
11847         src/rtree.c, src/rubberband.c, src/search.c, src/search.h,
11848         src/select.c, src/strflags.c, src/thermal.c, src/thermal.h,
11849         src/undo.c, src/undo.h, src/vendor.c: Merge clipper branch back to
11850         the trunk.
11852 2006-10-08   DJ Delorie * dj AT delorie dot com *
11854         * src/hid/common/hidinit.c: Add RTLD_GLOBAL.
11856 2006-10-07   Dan McMahill * dan AT mcmahill dot net *
11858         * src/hid/common/hidinit.c: add missing header for Message()
11859         prototype and remove an unused variable
11861 2006-10-07   Dan McMahill * dan AT mcmahill dot net *
11863         * src/hid.h: add missing hid_{load,save}_settings prototypes
11865 2006-10-06   DJ Delorie * dj AT delorie dot com *
11867         * src/hid/gtk/gui-dialog-print.c: Minor bug fix for exporter.
11869 2006-10-05   DJ Delorie * dj AT delorie dot com *
11871         * src/hid.h, src/hid/common/hidinit.c,
11872         src/hid/gtk/gui-dialog-print.c, src/hid/lesstif/dialogs.c,
11873         src/main.c: Add global "exporter" option.
11875 2006-10-02   DJ Delorie * dj AT delorie dot com *
11877         * doc/actions.texi, src/action.c, src/hid.h,
11878         src/hid/common/hidinit.c, src/main.c: Load settings from
11879         ./pcb.settings and ~/.pcb/settings.  Add :savesettings action.
11881 2006-10-02   DJ Delorie * dj AT delorie dot com *
11883         * src/hid/common/hidinit.c: Remove debugging printf.
11885 2006-10-02   DJ Delorie * dj AT delorie dot com *
11887         * src/hid/common/hidinit.c: Fix plugin init function logic.
11889 2006-10-02   DJ Delorie * dj AT delorie dot com *
11891         * configure, configure.ac, src/hid.h, src/hid/batch/batch.c,
11892         src/hid/bom/bom.c, src/hid/common/extents.c,
11893         src/hid/common/hidinit.c, src/hid/common/hidnogui.c,
11894         src/hid/gerber/gerber.c, src/hid/gtk/gtkhid-main.c,
11895         src/hid/lesstif/main.c, src/hid/lpr/lpr.c, src/hid/png/png.c,
11896         src/hid/ps/eps.c, src/hid/ps/ps.c: Dynamically load plug-ins (hids,
11897         actions, etc) at runtime.
11899 2006-10-01   Dan McMahill * dan AT mcmahill dot net *
11901         * win32/build_pcb: extract the version from configure.ac instead of
11902         hard coding it.
11904 2006-10-01   DJ Delorie * dj AT delorie dot com *
11906         * src/hid/lesstif/menu.c: Fix off-by-one error.
11908 2006-10-01   Dan McMahill * dan AT mcmahill dot net *
11910         * config.h.in, configure, configure.ac: Check for popen().  So far
11911         nothing is done as a result of this.
11913 2006-10-01   Dan McMahill * dan AT mcmahill dot net *
11915         * win32/build_pcb: It should be "-mms-bitfields" instead of
11916         "--mms-bitfields".  Noted by Cesar Strauss.
11918 2006-09-30   DJ Delorie * dj AT delorie dot com *
11920         * configure, configure.ac: Add -rdynamic when it's available.
11922 2006-09-30   DJ Delorie * dj AT delorie dot com *
11924         * src/todo: I did the one about separate ps files.
11926 2006-09-29   Dan McMahill * dan AT mcmahill dot net *
11928         * configure, configure.ac, win32/build_pcb: Move the gcc flags that
11929         cause builds under cygwin to produce non-cygwin binaries out of the
11930         configure script and into the script which is used to build a
11931         non-cygwin binary under cygwin.  The end result should be the same for users who use
11932         ./win32/build_pcb but users who wish to compile a cygwin binary
11933         should be able to now.  Adapated from patch #1567401 "Re-enabling the Cygwin port" by Cesar
11934         Strauss.
11936 2006-09-27   Dan McMahill * dan AT mcmahill dot net *
11938         * doc/extract-docs: make this script more robust with respect to the
11939         formatting of the help and syntax strings.  In particular, variable
11940         whitespace is now allowed in the "static const char" declaration and
11941         the string may not begin on the same line as the declaration.  This
11942         allows the source code to run through indent(1) and still have the
11943         docs extracted properly.
11945 2006-09-26   Dan McMahill * dan AT mcmahill dot net *
11947         * configure, configure.ac: We don't directly need X stuff anymore
11948         unless we're using the lesstif HID so don't look for X except in
11949         that case.  This avoids some issues seen on some systems which have
11950         older libraries in /usr/X11R6/lib (like freetype or fontconfig).
11952 2006-09-25   Dan McMahill * dan AT mcmahill dot net *
11954         * src/hid/lesstif/dialogs.c: use the unified "about" string.
11956 2006-09-25   Dan McMahill * dan AT mcmahill dot net *
11958         * src/mymem.c, src/mymem.h: const-ify DSAddString
11960 2006-09-25   Dan McMahill * dan AT mcmahill dot net *
11962         * src/hid/gtk/gui-dialog.c, src/misc.c, src/misc.h: Improve the gtk
11963         "about" dialog box output to explicitly list the HID's which have
11964         been compiled in.  As part of this, pull out the code which
11965         generates the text of the dialog box into its own function so that
11966         it can be used by other HID's.
11968 2006-09-25   DJ Delorie * dj AT delorie dot com *
11970         * src/draw.c: A layer group that only contains a layer named
11971         "outline" or "route" will not have pins, pads, or vias drawn.
11973 2006-09-25   DJ Delorie * dj AT delorie dot com *
11975         * src/hid/common/flags.c: A layer group containing only an "outline"
11976         or "route" layer will be named "outline" when exported.
11978 2006-09-25   DJ Delorie * dj AT delorie dot com *
11980         * src/hid/gerber/gerber.c: Add a --verbose option to list gerber
11981         files as they're printed.
11983 2006-09-24   Dan McMahill * dan AT mcmahill dot net *
11985         * src/rats.c: When optimizing rats, if there are > 0 of them,
11986         display a message indicating how many.  This way when the layout is
11987         not complete you see how far you have to go and also you see that
11988         the operation has done something.
11990 2006-09-24   DJ Delorie * dj AT delorie dot com *
11992         * src/draw.c: If Settings.RatThickness is less than 20, it's a pixel
11993         size, not a pcb size.
11995 2006-09-24   DJ Delorie * dj AT delorie dot com *
11997         * src/hid/lesstif/main.c: Display remaining rats in status bar.
11999 2006-09-24   DJ Delorie * dj AT delorie dot com *
12001         * src/hid/gtk/gui-output-events.c, src/hid/gtk/gui-top-window.c,
12002         src/search.h: Note pixel slop in gtk hid.  Increase slop to 10
12003         pixels.
12005 2006-09-22   Dan McMahill * dan AT mcmahill dot net *
12007         * src/fontmode.c: add missing return value
12009 2006-09-22   Dan McMahill * dan AT mcmahill dot net *
12011         * src/create.c, src/file.c: remove some unused variables
12013 2006-09-22   DJ Delorie * dj AT delorie dot com *
12015         * src/buffer.c: Fix bug in poly point sorting for element
12016         conversion.
12018 2006-09-22   DJ Delorie * dj AT delorie dot com *
12020         * src/buffer.c: Allow rectangular polygons when converting a buffer
12021         to an element.
12023 2006-09-21   DJ Delorie * dj AT delorie dot com *
12025         * src/drill.c, src/mymem.c: Avoid attempts to realloc to zero bytes.
12027 2006-09-21   DJ Delorie * dj AT delorie dot com *
12029         * src/action.c: Fix undo for MinMaskGap()
12031 2006-09-21   DJ Delorie * dj AT delorie dot com *
12033         * doc/actions.texi, src/action.c: Add MinMaskGap() action.
12035 2006-09-20   DJ Delorie * dj AT delorie dot com *
12037         * src/hid/ps/ps.c: Add multi-file output option.
12039 2006-09-20   DJ Delorie * dj AT delorie dot com *
12041         * src/hid/common/flags.c, src/hid/gerber/gerber.c, src/hid/hidint.h: 
12042         Break out layer->filename code.  Fix bug in top/bottom detection.
12044 2006-09-14   Dan McMahill * dan AT mcmahill dot net *
12046         * src/hid/gerber/gerber.c: If the output file(s) can't be opened for
12047         writing then spit out an error message instead of segfaulting.  The
12048         segfaults were noted in bug [ 1556894 ] "segfault when exporting to
12049         non-existing directory" reported by Stephan Boettcher.
12051 2006-09-13   DJ Delorie * dj AT delorie dot com *
12053         * src/draw.c: Draw the elements' marks.
12055 2006-09-13   Dan McMahill * dan AT mcmahill dot net *
12057         * lib/amp.inc, lib/amphenol.inc, lib/bga.inc, lib/bourns.inc,
12058         lib/connector.inc, lib/dil.inc, lib/gtag.m4, lib/johnstech.inc,
12059         lib/lsi.m4, lib/misc.inc, lib/pci.inc, lib/plcc.inc, lib/qfn.inc,
12060         lib/qfp.inc, lib/qfp2.inc, lib/qfpdj.inc, lib/resistor_adjust.inc,
12061         lib/to.inc, lib/zif.inc: quote the refdes parameter (name on board
12062         parameter) on the PKG_* macros.  This prevents problems when a
12063         refdes matches the name of a macro and m4 expands it.  Patch
12064         provided by Peter Clifton.
12066 2006-09-13   Dan McMahill * dan AT mcmahill dot net *
12068         * lib/to.inc: remove a ' in an output comment line which threw off a
12069         closing ) that broke the TO3_90 element.
12071 2006-09-13   DJ Delorie * dj AT delorie dot com *
12073         * src/hid/common/actions.c:  * pcjc2 AT cam dot ac dot uk * Patch to
12074         fix bug #1553558, Stack corruption PCB bug in hid_parse_actions
12076 2006-09-04   Dan McMahill * dan AT mcmahill dot net *
12078         * configure, configure.ac, lib/Makefile.am, lib/Makefile.in,
12079         lib/m4lib_to_newlib.sh.in: Go ahead and let configure process the
12080         m4lib_to_newlib script.  Also remove a couple of hardcoded paths in
12081         the same script.
12083 2006-09-03   Dan McMahill * dan AT mcmahill dot net *
12085         * lib/to.inc: Fix up the pads and drill sizes on the TO* packages.
12086         Based on patch [ 1108881 ] "Fix to m4 library hole sizes" by Walter
12087         Fetter Lages.  I added comments containing the actual dimensions
12088         from the JEDEC drawings and comments about how the pad size and
12089         drill size were selected.  Based on the JEDEC drawings I adjusted
12090         some of the drill and pad sizes.  I did not change or examine pin
12091         locations, numbering, or silk.
12093 2006-09-03   Dan McMahill * dan AT mcmahill dot net *
12095         * lib/misc.inc: improve the drill sizes for several footprints.
12096         Changes provided by patch [ 1108881 ] "Fix to m4 library hole sizes"
12097         by Walter Fetter Lages.
12099 2006-09-02   Dan McMahill * dan AT mcmahill dot net *
12101         * src/hid/common/hidinit.c: ensure that derive_default_filename()
12102         always comes back with a valid string even when we don't have a name
12103         for the pcbfile.  This fixes bug [ 1548756 ] "Segfault when
12104         exporting png files" reported by Werner Hoch.
12106 2006-09-01   Dan McMahill * dan AT mcmahill dot net *
12108         * lib/connector.inc: increase PKG_CONNECTOR and PKG_CONNECTOR_DIL
12109         hole size to something more reasonable.
12111 2006-09-01   Dan McMahill * dan AT mcmahill dot net *
12113         * lib/geda.inc: - remove the BRE* footprints.  The required PKG_RECTANGULAR macro
12114           doesn't exist anywhere and I can't figure out what the correct
12115           behaviour should be anyway so rather than propagate a very
12116           questionable footprint name, kill it right here.  - Fix the problem where the ACY*P and RCY*P packages called
12117           non-existant macros.  They now produce the same footprints as the
12118           ACY* and RCY* packages but with a polarity marking.  The suitability
12119           for any particular part number should be still verified before using
12120         them on a board.
12122 2006-09-01   Dan McMahill * dan AT mcmahill dot net *
12124         * lib/misc.inc: expand the PKG_AXIAL_LAY and PKG_RADIAL_CAN macros
12125         to take an extra optional argument.  When set to 1, this optional
12126         argument causes the part to have a "+" by pin 1 and "-" by pin 2.
12127         This was done instead of implementing the missing
12128         PKG_AXIAL_LAY_POLAR and  PKG_RADIAL_CAN_POLAR macros.
12130 2006-09-01   Dan McMahill * dan AT mcmahill dot net *
12132         * lib/m4lib_to_newlib.sh.in: Rather than putting a huge list of
12133         footprints into one index file, break it out by library.
12135 2006-09-01   Dan McMahill * dan AT mcmahill dot net *
12137         * lib/geda.inc: remove unused PKG_DUMMY which did not do anything
12138         anyway
12140 2006-09-01   Dan McMahill * dan AT mcmahill dot net *
12142         * lib/m4lib_to_newlib.sh.in: - put both the index.html file and the broken.html file in the
12143         output directory.  - run pcb-bin from the src build directory to avoid complaints about
12144           not being able to find the font - use .fp as the file extension for footprints - fix up the .png output file names - fix up the links in the index file
12146 2006-09-01   DJ Delorie * dj AT delorie dot com *
12148         * src/action.c: Shift-click replaces element on pcb with element in
12149         buffer.
12151 2006-08-30   DJ Delorie * dj AT delorie dot com *
12153         * doc/actions.texi, doc/pcbfile.texi, doc/version.texi: Regenerate
12154         to add attributes
12156 2006-08-30   DJ Delorie * dj AT delorie dot com *
12158         * src/parse_y.y: Doc typo.
12160 2006-08-30   DJ Delorie * dj AT delorie dot com *
12162         * src/copy.c: Copy attributes when copying element data.
12164 2006-08-30   DJ Delorie * dj AT delorie dot com *
12166         * src/create.c, src/create.h, src/file.c, src/global.h,
12167         src/parse_l.l, src/parse_y.y: Add arbitrary attributes to PCB and
12168         Element types.  Ignore optional flags on Layer types.
12170 2006-08-30   DJ Delorie * dj AT delorie dot com *
12172         * src/draw.c: Remove obsolete comment.
12174 2006-08-29   Dan McMahill * dan AT mcmahill dot net *
12176         * lib/m4lib_to_newlib.sh.in: add the start of a m4lib to newlib
12177         conversion script
12179 2006-08-28   Dan McMahill * dan AT mcmahill dot net *
12181         * Makefile.in, README_FILES/Makefile.in, doc/Makefile.in,
12182         example/Makefile.in, example/libraries/Makefile.in,
12183         lib/Makefile.in, newlib/2_pin_thru-hole_packages/Makefile.in,
12184         newlib/Makefile.in, newlib/analog-devices/Makefile.in,
12185         newlib/burr-brown/Makefile.in, newlib/connectors/Makefile.in,
12186         newlib/crystal/Makefile.in, newlib/cypress/Makefile.in,
12187         newlib/electro-optics/Makefile.in,
12188         newlib/generic_SMD_packages/Makefile.in,
12189         newlib/headers/Makefile.in, newlib/msp430/Makefile.in,
12190         newlib/not_vetted_ingo/Makefile.in, newlib/sockets/Makefile.in,
12191         newlib/tests/Makefile.in, newlib/toko/Makefile.in, src/Makefile.in,
12192         src/icons/Makefile.in, src/script/Makefile.in, tools/Makefile.in,
12193         tutorial/Makefile.in, win32/Makefile.in: regen after the lex/yacc
12194         configure.ac change
12196 2006-08-27   DJ Delorie * dj AT delorie dot com *
12198         * src/hid/lesstif/main.c: Constrain arc start angles to -180..180
12199         degrees.
12201 2006-08-24   DJ Delorie * dj AT delorie dot com *
12203         * src/netlist.c: Fix rats enable/disable code.
12205 2006-08-23   Dan McMahill * dan AT mcmahill dot net *
12207         * configure, configure.ac: error out if yacc or lex could not be
12208         found
12210 2006-08-23   Dan McMahill * dan AT mcmahill dot net *
12212         * doc/version.texi: bump rev after 20060822 branch
12214 2006-08-23   Dan McMahill * dan AT mcmahill dot net *
12216         * configure, configure.ac: bump rev after 20060822 branch
12218 2006-08-23   DJ Delorie * dj AT delorie dot com *
12220         * src/hid/ps/eps.c: When printing as-shown, mirror the image if
12221         we're viewing the solder side.
12223 2006-08-23   DJ Delorie * dj AT delorie dot com *
12225         * src/hid/ps/eps.c: Don't consider off layers for fast mask.  Don't
12226         print paste.
12228 2006-08-22   DJ Delorie * dj AT delorie dot com *
12230         * src/hid/ps/eps.c: Don't print invisible silk.
12232 2006-08-22   Dan McMahill * dan AT mcmahill dot net *
12234         * README.snapshots: add a note about how I test the distcheck target
12235         for the lesstif HID
12237 2006-08-22   DJ Delorie * dj AT delorie dot com *
12239         * src/find.c: Special case: allow vias with exactly zero clearance.
12241 2006-08-22   Dan McMahill * dan AT mcmahill dot net *
12243         * ChangeLog, NEWS, README.snapshots: update for 20060822 snapshot
12245 2006-08-22   DJ Delorie * dj AT delorie dot com *
12247         * src/hid/lesstif/main.c: fill_rect needs the same point-ordering as
12248         draw_rect
12250 2006-08-22   DJ Delorie * dj AT delorie dot com *
12252         * src/change.c: Allow via clearance to be reduced to zero.
12254 2006-08-22   DJ Delorie * dj AT delorie dot com *
12256         * src/draw.c: If a pad/via's clearance is zero, don't attempt to
12257         draw a zero-width clear.
12259 2006-08-21   DJ Delorie * dj AT delorie dot com *
12261         * src/main.c: Add default colors for layers 9..16
12263 2006-08-21   DJ Delorie * dj AT delorie dot com *
12265         * src/file.c: post-initialize PCBs loaded from files.
12267 2006-08-21   DJ Delorie * dj AT delorie dot com *
12269         * src/pcb-menu.res: Let right-mouse do "rotate" for now.
12271 2006-08-21   DJ Delorie * dj AT delorie dot com *
12273         * src/search.c, src/todo: Don't let search find backsilk if
12274         invisible objects are off.
12276 2006-08-21   DJ Delorie * dj AT delorie dot com *
12278         * src/draw.c: Draw via annulii on assembly drawings.
12280 2006-08-18   Dan McMahill * dan AT mcmahill dot net *
12282         * configure, doc/actions.texi, doc/pcbfile.texi: regen
12284 2006-08-18   Dan McMahill * dan AT mcmahill dot net *
12286         * src/action.c, src/global.h, src/undo.c, src/undo.h: add a
12287         Renumber() action which renumbers reference designators and outputs
12288         a "was/is" sort of file which can be used for back annotation if
12289         someone writes a utility to apply those changes to a schematic.  For now Renumber() is still considered somewhat experimental and
12290         hence is not hooked up to the menus yet.
12292 2006-08-15   DJ Delorie * dj AT delorie dot com *
12294         * configure, configure.ac: Add X_CFLAGS to CFLAGS so that Xm/Xm.h
12295         can be found.
12297 2006-08-15   Dan McMahill * dan AT mcmahill dot net *
12299         * src/hid/ps/ps.c: add header for a missing prototype
12301 2006-08-15   Dan McMahill * dan AT mcmahill dot net *
12303         * src/action.c: Apply patch from patch [ 1496742 ] Make 'a' key
12304         (SetSame) work again submitted by Wim Lewis.
12306 2006-08-14   Dan McMahill * dan AT mcmahill dot net *
12308         * configure, configure.ac: when pkg-config fails to find the desired
12309         version of gtk or glib, then print the pkg-config output as part of
12310         the error message.  Suggested in bug # 1507555 by Mark Whitis.
12312 2006-08-14   Dan McMahill * dan AT mcmahill dot net *
12314         * lib/geda.inc: use 0.01 mm instead of 0.05 mm for the roundoff for
12315         01005 footprints because they are so small.  This bumps the gap
12316         between pads just over 6 mils instead of just under 6 mils.
12318 2006-08-11   Dan McMahill * dan AT mcmahill dot net *
12320         * src/hid/lpr/lpr.c: Fix bug [ 1534098 ] Segmentation fault in GTK
12321         print dialog reported by Mark Rages.  Symptom was changing the lpr
12322         command in the gtk dialog box gave an instant crash.
12324 2006-08-10   Dan McMahill * dan AT mcmahill dot net *
12326         * src/Makefile.am, src/Makefile.in: add hid/batch/batch_lists.h to
12327         DISTCLEANFILES
12329 2006-08-10   Dan McMahill * dan AT mcmahill dot net *
12331         * lib/geda.inc: Add 01005 footprints.
12333 2006-08-04   Dan McMahill * dan AT mcmahill dot net *
12335         * src/copy.c: Remove extra calls to Draw().  This greatly speeds up
12336         copy operations.  This is especially true when pasting large blocks
12337         of layout.  Patch supplied by  Tibor Palinkas as patch #1532922.
12339 2006-08-03   DJ Delorie * dj AT delorie dot com *
12341         * src/Makefile.am, src/Makefile.in, src/fontmode.c: Add font editing
12342         mode (FontEdit() and FontSave())
12344 2006-08-03   DJ Delorie * dj AT delorie dot com *
12346         * src/file.c: Use the old style (mil) syntax when saving font info,
12347         if the values permit it, for readability and to save file space.
12349 2006-08-03   DJ Delorie * dj AT delorie dot com *
12351         * src/action.c: Allow New() to take a name, so that the user need
12352         not be prompted during scripts and such.
12354 2006-08-03   DJ Delorie * dj AT delorie dot com *
12356         * src/move.c: When deleting a layer, make sure to zero out the
12357         now-unused slot at the end.
12359 2006-08-02   Dan McMahill * dan AT mcmahill dot net *
12361         * configure, configure.ac: After running PATH_XTRA and checking for
12362         various X libs (Xpm, etc), we need to use $X_LIBS as part of LIBS in
12363         subsequent library tests or we'll have a failure.  This should
12364         address some issues noted recently on one of the gEDA lists and
12365         configuring with lesstif and the png HID's.
12367 2006-08-02   DJ Delorie * dj AT delorie dot com *
12369         * src/Pcb.ad.in, src/Pcb.ad.raw, src/Pcb.ad.small, src/action.c,
12370         src/autoroute.c, src/buffer.c, src/create.c, src/crosshair.c,
12371         src/data.c, src/dev_rs274x.c, src/djopt.c, src/draw.c, src/error.c,
12372         src/file.c, src/find.c, src/hid/gtk/gtkhid-main.c,
12373         src/hid/lesstif/main.c, src/line.c, src/misc.c, src/mtspace.h,
12374         src/mymem.c, src/netlist.c, src/output.c, src/parse_l.l,
12375         src/parse_y.y, src/polygon.c, src/puller.c, src/rats.c,
12376         src/rtree.c, src/rubberband.c, src/search.c, src/select.c,
12377         src/undo.c: spelling fixes from Larry.
12379 2006-08-02   DJ Delorie * dj AT delorie dot com *
12381         * src/hid/ps/ps.c, src/print.c, src/print.h: When the drill list
12382         fits "naturally", no offset is added, which makes me happy.  When
12383         the drill list would otherwise fall off the left edge of the paper,
12384         just enough offset is added to keep that from happening.
12386 2006-08-02   DJ Delorie * dj AT delorie dot com *
12388         * src/hid/lesstif/netlist.c: Allow extended selections.
12390 2006-08-01   Dan McMahill * dan AT mcmahill dot net *
12392         * README.cvs: - Note that automake-1.7 and older are too old.  - Add a pointer to the README.snapshot document
12394 2006-07-26   DJ Delorie * dj AT delorie dot com *
12396         * src/file.c: Enable loaded netlists by default.
12398 2006-07-26   DJ Delorie * dj AT delorie dot com *
12400         * src/hid/lesstif/lesstif.h, src/hid/lesstif/main.c,
12401         src/hid/lesstif/menu.c, src/pcb-menu.res: Add the ability to
12402         user-configure mouse actions.
12404 2006-07-24   DJ Delorie * dj AT delorie dot com *
12406         * src/hid/lesstif/lesstif.h, src/hid/lesstif/main.c,
12407         src/hid/lesstif/menu.c: Add support for multi-key hotkeys, via
12408         <Keys>abc syntax for a/b/c sequence.
12410 2006-07-23   DJ Delorie * dj AT delorie dot com *
12412         * src/hid/lesstif/dialogs.c: use "top" and "bottom" to describe the
12413         side flags, instead of using "solder" and "component", which are
12414         common layer names.
12416 2006-07-20   Harry Eaton * haceaton AT users dot sourceforge dot net *
12418         * src/autoroute.c, src/mtspace.c, src/rtree.c: Various improvements
12419         to speed up auto-routing. Mainly optimizing the r-tree searching
12420         even more.
12422         ----------------------------------------------------------------------
12424 2006-07-14   DJ Delorie * dj AT delorie dot com *
12426         * src/crosshair.c, src/hid/gtk/gtkhid-main.c,
12427         src/hid/lesstif/main.c: Fix draw_rect vs board flipping bug.
12429 2006-07-14   DJ Delorie * dj AT delorie dot com *
12431         * src/autoplace.c, src/djopt.c, src/main.c, src/move.c, src/mymem.c: 
12432         Minor patches from Larry.
12434 2006-07-13   Harry Eaton * haceaton AT users dot sourceforge dot net *
12436         * src/autoroute.c, src/rats.c: fix some autorouter bugs and improve
12437         ability to round around non-manhattan lines
12439         ----------------------------------------------------------------------
12441 2006-07-10   Dan McMahill * dan AT mcmahill dot net *
12443         * src/Makefile.am, src/Makefile.in: remove circular dependency which
12444         breaks non-GNU make programs.
12446 2006-07-08   Dan McMahill * dan AT mcmahill dot net *
12448         * INSTALL: summarize the dependencies for building pcb
12450 2006-07-08   Dan McMahill * dan AT mcmahill dot net *
12452         * INSTALL: fix a typo
12454 2006-07-08   Dan McMahill * dan AT mcmahill dot net *
12456         * README: remove some redundant and out of date notes
12458 2006-07-07   DJ Delorie * dj AT delorie dot com *
12460         * src/misc.c: Fix minor rounding bug in c_dtostr().
12462 2006-07-07   DJ Delorie * dj AT delorie dot com *
12464         * src/misc.c: Fix layer group parsing code.  Avoid trailing colon in
12465         group string.
12467 2006-07-04   Dan McMahill * dan AT mcmahill dot net *
12469         * src/hid/bom/bom.c, src/hid/common/hidinit.c,
12470         src/hid/gerber/gerber.c, src/hid/gtk/gui-top-window.c,
12471         src/hid/hidint.h, src/hid/png/png.c, src/hid/ps/eps.c,
12472         src/hid/ps/ps.c: Apply a patch from Larry Doolittle.  Refactors filename handling code common to the file export HIDs
12473         (bom, gerber, png, eps, ps).  The png code had one feature (last_made_filename) that was missing
12474         in the others.  This refactoring brings all the HIDs to feature
12475         parity, which lets pcb -x bom --bomfile=foo.txt bar.pcb work as expected.  The old code ignores the command line flag, and
12476         writes the bom to bar.bom.  Likewise for .xy, .gbr, .eps, and .ps
12477         files.  Also fixes a couple of spelling errors.
12479 2006-07-04   Dan McMahill * dan AT mcmahill dot net *
12481         * doc/actions.texi, doc/pcbfile.texi, src/Makefile.in,
12482         src/action.c, src/create.c, src/dev_rs274x.c, src/drill.c,
12483         src/file.c, src/find.c, src/mymem.c, src/mymem.h, src/parse_l.l,
12484         src/rats.c, src/remove.c, src/undo.c: Apply a patch from Larry
12485         Doolittle that switches from the MyFree() function to the new
12486         MYFREE() macro to avoid strict aliasing violations.
12488 2006-06-26   DJ Delorie * dj AT delorie dot com *
12490         * src/djopt.c: Don't delete vias with thermals.  Try to split
12491         diagonal lines at pins and vias.
12493 2006-06-25   DJ Delorie * dj AT delorie dot com *
12495         * src/todo: MoveLayers cleanup tasks - thermals, pips, undo
12497 2006-06-22   Dan McMahill * dan AT mcmahill dot net *
12499         * README.cvs: add a comment about needing the png HID for building
12500         docs from cvs
12502 2006-06-21   DJ Delorie * dj AT delorie dot com *
12504         * src/hid/lesstif/main.c: Account for board flipping when zooming.
12506 2006-06-11   DJ Delorie * dj AT delorie dot com *
12508         * src/action.c: Remove obsolete ActionSwapSides()
12510 2006-06-11   DJ Delorie * dj AT delorie dot com *
12512         * src/hid/lesstif/main.c, src/pcb-menu.res: Merge lesstif's Flip()
12513         action into SwapSides to avoid conflict with core Flip().
12515 2006-06-11   DJ Delorie * dj AT delorie dot com *
12517         * src/hid/lesstif/menu.c: Print actions called when verbose.
12519 2006-06-10   DJ Delorie * dj AT delorie dot com *
12521         * globalconst.h, src/action.c, src/autoplace.c, src/autoroute.c,
12522         src/buffer.c, src/copy.c, src/create.c, src/create.h,
12523         src/crosshair.c, src/data.h, src/djopt.c, src/draw.c, src/file.c,
12524         src/find.c, src/global.h, src/hid/common/extents.c,
12525         src/hid/common/flags.c, src/hid/gerber/gerber.c,
12526         src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-config.c,
12527         src/hid/gtk/gui-top-window.c, src/hid/gtk/gui.h,
12528         src/hid/lesstif/dialogs.c, src/hid/lesstif/main.c,
12529         src/hid/lesstif/menu.c, src/hid/png/png.c, src/hid/ps/eps.c,
12530         src/hid/ps/ps.c, src/line.c, src/macro.h, src/main.c, src/misc.c,
12531         src/misc.h, src/move.c, src/move.h, src/parse_y.y,
12532         src/pcb-menu.res, src/polygon.c, src/print.c, src/rats.c,
12533         src/rtree.c, src/rubberband.c, src/search.c, src/undo.c, src/undo.h: 
12534         flexible max_layers
12536 2006-06-09   DJ Delorie * dj AT delorie dot com *
12538         * src/hid/lesstif/main.c: Compensate for board flipping in the
12539         panning code.
12541 2006-06-06   DJ Delorie * dj AT delorie dot com *
12543         * src/hid/gerber/gerber.c: Fix rounding bug when collecting drill
12544         sizes.
12546 2006-06-03   DJ Delorie * dj AT delorie dot com *
12548         * src/djopt.c: Fix logic a bit, don't try to move pins.
12550 2006-06-03   DJ Delorie * dj AT delorie dot com *
12552         * src/pcb-menu.res: Syntax fix for DisperseElements()
12554 2006-05-29   DJ Delorie * dj AT delorie dot com *
12556         * src/todo: Remove lesstif board flipping item.
12558 2006-05-29   DJ Delorie * dj AT delorie dot com *
12560         * src/hid/lesstif/main.c, src/pcb-menu.res: Add Flip action, both
12561         vertical and horizontal.
12563 2006-05-29   DJ Delorie * dj AT delorie dot com *
12565         * src/djopt.c: Adjust endpoints of lines that don't quite reach
12566         adjoining lines.
12568 2006-05-21   DJ Delorie * dj AT delorie dot com *
12570         * src/hid/lesstif/menu.c, src/report.c: Report on locked objects if
12571         there are no unlocked objects under the cursor.  Save the cursor
12572         position even if we don't initially need it, in case we call an
12573         action that does.
12575 2006-05-21   DJ Delorie * dj AT delorie dot com *
12577         * src/hid/gerber/gerber.c: Reset layer value cache before we
12578         shortcut for counting apertures.
12580 2006-05-20   DJ Delorie * dj AT delorie dot com *
12582         * src/draw.c, src/hid.h, src/hid/common/extents.c,
12583         src/hid/gerber/gerber.c, src/hid/gtk/gtkhid-main.c,
12584         src/hid/lesstif/main.c, src/hid/png/png.c, src/hid/ps/eps.c,
12585         src/hid/ps/ps.c: Split plated and unplated drills in gerber output.
12587 2006-05-20   DJ Delorie * dj AT delorie dot com *
12589         * src/hid/gerber/gerber.c: Name internal gerber layers sanely.
12591 2006-05-20   DJ Delorie * dj AT delorie dot com *
12593         * src/hid/gerber/gerber.c: Change gerber names to be compatible with
12594         pre-hid.
12596 2006-05-20   DJ Delorie * dj AT delorie dot com *
12598         * src/const.h, src/search.c: Ignore locked objects unless
12599         LOCKED_TYPE is passed (lock tool).
12601 2006-05-16   Dan McMahill * dan AT mcmahill dot net *
12603         * configure, configure.ac: add the batch HID to the list of gui HIDs
12604         in the help output
12606 2006-05-15   DJ Delorie * dj AT delorie dot com *
12608         * src/hid/gtk/gui-top-window.c: Fig typo in ChangeDrillSize menu.
12610 2006-05-15   DJ Delorie * dj AT delorie dot com *
12612         * src/hid/batch/batch.c: Fix test for interactiveness.
12614 2006-05-15   DJ Delorie * dj AT delorie dot com *
12616         * src/Makefile.am, src/Makefile.in, src/hid/batch/batch.c,
12617         src/hid/batch/hid.conf: Add batch-mode HID.
12619 2006-05-14   DJ Delorie * dj AT delorie dot com *
12621         * src/crosshair.c: Fix drawing of box around text items in buffer.
12623 2006-05-14   DJ Delorie * dj AT delorie dot com *
12625         * src/draw.c: Add support for drawing/exporting paste layers.
12627 2006-05-01   Dan McMahill * dan AT mcmahill dot net *
12629         * doc/actions.texi, doc/version.texi, src/action.c: add Message()
12630         action
12632 2006-04-30   Dan McMahill * dan AT mcmahill dot net *
12634         * src/buffer.c: fix a bug where mirroring a buffer with only traces
12635         triggered the "can't mirror a buffer with text" if there was text
12636         anywhere in the layout.  Patch provided as part of bug #1467446.
12638 2006-04-29   Bill Wilson * billw2 AT users dot sourceforge dot net *
12640         * src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-dialog.c,
12641         src/hid/gtk/gui-top-window.c: Update status line after menu Save
12642         layout and Save layout as.  Change file select response button from "Open" to "Ok".  Don't try to Save layout when user hits Cancel and file name is
12643         NULL.
12645 2006-04-29   Bill Wilson * billw2 AT users dot sourceforge dot net *
12647         * src/hid/gtk/gui-output-events.c, src/hid/gtk/gui-utils.c: Couple
12648         of small typo bugs: a missing "break" and needed -1 arg to size
12649         request.
12651 2006-04-28   Dan McMahill * dan AT mcmahill dot net *
12653         * src/action.c: prevent segfaults when trying to undo in the middle
12654         of drawing ratlines.  Problem noted by Daniel Wisehart, fixed by me.
12656 2006-04-28   DJ Delorie * dj AT delorie dot com *
12658         * src/file.c, src/misc.c, src/misc.h, src/parse_l.l: Use
12659         locale-independent strtod and dtostr functions.
12661 2006-04-27   Dan McMahill * dan AT mcmahill dot net *
12663         * config.h.in: regen
12665 2006-04-27   Dan McMahill * dan AT mcmahill dot net *
12667         * INSTALL: minor updates, mention gd-2.0.23 as having been used
12669 2006-04-27   Dan McMahill * dan AT mcmahill dot net *
12671         * configure, configure.ac: if gdlib-config is not found, try and
12672         just check for -lgd on the off chance that it works.  The user in
12673         this case may have to add things like -lpng to their LDFLAGS
12674         variable in the environment or just update to a newer version of
12675         gdlib.  gdlib-config has been around for at least a few years
12676         anyway.
12678 2006-04-26   Dan McMahill * dan AT mcmahill dot net *
12680         * README_FILES/Makefile.in: remove obsolete README file
12682 2006-04-26   Dan McMahill * dan AT mcmahill dot net *
12684         * INSTALL: bring the install docs up to date
12686 2006-04-26   Dan McMahill * dan AT mcmahill dot net *
12688         * README-GTK_PORT, README_FILES/INSTALL, README_FILES/Makefile.am,
12689         README_FILES/Makefile.in: remove obsolete README file
12691 2006-04-25   Dan McMahill * dan AT mcmahill dot net *
12693         * configure, configure.ac: complain if the png HID has been
12694         requested but all formats disabled
12696 2006-04-24   Dan McMahill * dan AT mcmahill dot net *
12698         * src/hid/gtk/gui-top-window.c: do not crash if the input pipe
12699         terminates when using --listen
12701 2006-04-24   Dan McMahill * dan AT mcmahill dot net *
12703         * src/hid/lesstif/main.c: remove a debugging printf
12705 2006-04-24   DJ Delorie * dj AT delorie dot com *
12707         * src/global.h: Comment tweak.
12709 2006-04-24   DJ Delorie * dj AT delorie dot com *
12711         * src/global.h: Define on-board objects in terms of base types.
12713 2006-04-23   Dan McMahill * dan AT mcmahill dot net *
12715         * src/buffer.c: when smashing the pastebuffer, don't set the pure
12716         hole flag on the vias unless is was set on the original pin.
12717         Reported by Levente Kovacs on geda-user.
12719 2006-04-23   Dan McMahill * dan AT mcmahill dot net *
12721         * doc/pcb.texi: update newlib creation section for the latest GTK
12722         HID.  Addresses bug 1473640.
12724 2006-04-22   Dan McMahill * dan AT mcmahill dot net *
12726         * NEWS: add 20060422 release notes
12728 2006-04-22   Dan McMahill * dan AT mcmahill dot net *
12730         * README.snapshots: update for 20060422
12732 2006-04-22   Dan McMahill * dan AT mcmahill dot net *
12734         * ChangeLog: update for 20060422 snapshot
12736 2006-04-21   Dan McMahill * dan AT mcmahill dot net *
12738         * src/hid/gtk/gui-config.c: Comment out locale.h since the code
12739         which needed that was also commented out.  Fixes builds on solaris
12740         with sunpro and the gtk HID.
12742 2006-04-21   Dan McMahill * dan AT mcmahill dot net *
12744         * src/macro.h: protect some GNU C specific stuff with #ifdef
12745         __GNUC__
12747 2006-04-21   Dan McMahill * dan AT mcmahill dot net *
12749         * src/hid/gtk/gui-utils.c: change from NONE_PRESSED to
12750         NO_BUTTON_PRESSED since the former is not part of the ButtonState
12751         enum while the latter is.
12753 2006-04-21   Dan McMahill * dan AT mcmahill dot net *
12755         * src/hid/lesstif/main.c: comment out with #if 0 the code related to
12756         lesstif_options and lesstif_resources since those were both empty.
12757         With this change pcb should build correctly on 64-bit Irix-6.5 with
12758         version 7.41 of the MIPSpro compilers.  There are still a handful of
12759         compiler warnings to investigate.
12761 2006-04-20   DJ Delorie * dj AT delorie dot com *
12763         * doc/actions.texi, src/hid.h, src/hid/common/actions.c,
12764         src/hid/lesstif/dialogs.c, src/hid/lesstif/library.c,
12765         src/hid/lesstif/main.c, src/hid/lesstif/menu.c,
12766         src/hid/lesstif/netlist.c, src/hid/lesstif/styles.c: Document
12767         lesstif hid actions.
12769 2006-04-20   Dan McMahill * dan AT mcmahill dot net *
12771         * src/box.h, src/find.c: rely on the autoconf test for inline
12772         instead of using our own based on __GNUC__.  This will let other
12773         non-gcc C99 compilers take advantage of inline.
12775 2006-04-19   Dan McMahill * dan AT mcmahill dot net *
12777         * config.h.in, configure, configure.ac, doc/actions.texi,
12778         doc/version.texi, src/Makefile.am, src/Makefile.in, src/djopt.c,
12779         src/draw.c, src/file.c, src/flags.c, src/hid/lesstif/dialogs.c,
12780         src/hid/lesstif/library.c, src/hid/lesstif/main.c,
12781         src/hid/lesstif/menu.c, src/hid/lesstif/netlist.c,
12782         src/hid/lesstif/styles.c, src/hid/lesstif/xincludes.h, src/misc.c,
12783         src/parse_y.y, src/strflags.c, src/strflags.h: - add checks for sys/param.h and compiler understanding of 'inline'.  - remove a handful of warnings which showed up with the sunpro
12784         compiler.  - move the X11 includes into a header where they can be included in
12785           a way which keeps them from messing up the namespace of the rest of   pcb.  Fixes some obscure warnings from sunpro.
12787 2006-04-19   Dan McMahill * dan AT mcmahill dot net *
12789         * src/hid/png/png.c: get this to properly link when --disable-gif is
12790         used and the installed libgd does not have gif support.
12792 2006-04-19   DJ Delorie * dj AT delorie dot com *
12794         * src/hid/ps/ps.c: Add --psfade option.
12796 2006-04-18   Bill Wilson * billw2 AT users dot sourceforge dot net *
12798         * src/command.c, src/data.c: Clean out Gtk HID related FIXMEs
12800 2006-04-18   Bill Wilson * billw2 AT users dot sourceforge dot net *
12802         * src/draw.c: Clean out Gtk HID related FIXMEs.  Also old background
12803         image code which is now done in the Gtk and Lesstif HIDs.
12805 2006-04-18   Bill Wilson * billw2 AT users dot sourceforge dot net *
12807         * src/main.c, src/set.c: Clean out FIXMEs specific to the Gtk HID.
12809 2006-04-18   Bill Wilson * billw2 AT users dot sourceforge dot net *
12811         * src/misc.c, src/misc.h: Remove Gtk HID specific
12812         build_route_string() function.
12814 2006-04-18   Bill Wilson * billw2 AT users dot sourceforge dot net *
12816         * src/hid/gtk/gui-config.c, src/hid/gtk/gui-dialog-size.c,
12817         src/hid/gtk/gui-top-window.c: Fix route style "Save as default" bug.  Update status line when new route style selected.
12819 2006-04-17   DJ Delorie * dj AT delorie dot com *
12821         * doc/actions.texi, doc/extract-docs, doc/pcb.texi,
12822         doc/pcbfile.texi, doc/version.texi, src/const.h, src/hid.h,
12823         src/hid/common/actions.c, src/hid/lesstif/main.c, src/parse_y.y: 
12824         Remove all the prev-next-up links, reformat all the texi files to
12825         allow for automatic structure generation.  Add helper hooks in the
12826         extractor to let the source files control what types of nodes and
12827         document structure is used for each category.  Auto-create nodes and
12828         document substructure for each key within each category.
12830 2006-04-17   Bill Wilson * billw2 AT users dot sourceforge dot net *
12832         * src/hid/gtk/gui-config.c, src/hid/gtk/gui-top-window.c,
12833         src/hid/gtk/gui-utils.c, src/hid/gtk/gui.h: For the Gtk HID, add an
12834         alternate vertical window layout mode to help on lower vertical
12835         resolution displays.
12837 2006-04-17   DJ Delorie * dj AT delorie dot com *
12839         * src/netlist.c: Include sys/types.h so that regex compiles on more
12840         hosts.
12842 2006-04-16   Bill Wilson * billw2 AT users dot sourceforge dot net *
12844         * src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-command-window.c,
12845         src/hid/gtk/gui-keyref-window.c, src/hid/gtk/gui-library-window.c,
12846         src/hid/gtk/gui-log-window.c, src/hid/gtk/gui-netlist-window.c,
12847         src/hid/gtk/gui-top-window.c, src/hid/gtk/gui.h: Fix soldermask draw
12848         while TAB view from solder side.  Don't raise windows if already shown so library & netlist window
12849         won't grab focus.  Focus can still be grabbed if an already shown
12850         window is reshown via the top menu bar.  Not sure yet how to handle
12851         this case.
12853 2006-04-16   Dan McMahill * dan AT mcmahill dot net *
12855         * src/hid/png/png.c: switch the output scaling to default to 100 dpi
12856         instead of fixing the max dimension at 800 pixels.  This at makes
12857         the default be a sort of to scale (for 100 dpi monitors it will be
12858         to scale) image.
12860 2006-04-15   DJ Delorie * dj AT delorie dot com *
12862         * doc/actions.texi, src/report.c: Document actions in report.c.
12864 2006-04-15   DJ Delorie * dj AT delorie dot com *
12866         * doc/Makefile.am, doc/Makefile.in, doc/actions.texi,
12867         doc/puller.pcb, doc/version.texi, src/puller.c: Document the puller
12868         action.
12870 2006-04-15   Bill Wilson * billw2 AT users dot sourceforge dot net *
12872         * src/hid/gtk/gui-output-events.c: Make ghid_get_coords() x value
12873         account for side viewed (when using TAB).
12875 2006-04-14   Bill Wilson * billw2 AT users dot sourceforge dot net *
12877         * src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-top-window.c,
12878         src/hid/gtk/gui.h: Support --bg-image in the Gtk HID.  Images can be
12879         jpg, png, gif, etc. as supported by the Gdk installation.  Zooming gets slow at higher zoom levels, but I can address that
12880         later when I have more time.
12882 2006-04-14   DJ Delorie * dj AT delorie dot com *
12884         * src/global.h: Make sure the Message and return are in the same
12885         scope.
12887 2006-04-14   Dan McMahill * dan AT mcmahill dot net *
12889         * src/hid/gtk/gui-top-window.c: make sure we set the default icon
12890         _before_ any windows are created
12892 2006-04-14   Dan McMahill * dan AT mcmahill dot net *
12894         * configure, configure.ac: bump rev after 20060414 branch
12896 2006-04-14   Dan McMahill * dan AT mcmahill dot net *
12898         * NEWS: 20060414 release notes
12900 2006-04-14   Dan McMahill * dan AT mcmahill dot net *
12902         * ChangeLog: update for 20060414 snapshot
12904 2006-04-14   Dan McMahill * dan AT mcmahill dot net *
12906         * README.snapshots: update the instructions a bit
12908 2006-04-14   Dan McMahill * dan AT mcmahill dot net *
12910         * doc/actions.texi: regen
12912 2006-04-14   Dan McMahill * dan AT mcmahill dot net *
12914         * Makefile.am, Makefile.in: fix a distcheck problem
12916 2006-04-14   DJ Delorie * dj AT delorie dot com *
12918         * src/hid/lesstif/main.c: Add --bg-image option to lesstif hid to
12919         load a background image.
12921 2006-04-13   Dan McMahill * dan AT mcmahill dot net *
12923         * src/hid/gtk/gui-top-window.c: on win32, figure out the path to the
12924         installed package so we can set the newlib directory.
12926 2006-04-13   Dan McMahill * dan AT mcmahill dot net *
12928         * src/hid/gtk/gtkhid-main.c: add missing return value
12930 2006-04-13   Dan McMahill * dan AT mcmahill dot net *
12932         * src/compat.c: add a (lame) random() replacement
12934 2006-04-13   Dan McMahill * dan AT mcmahill dot net *
12936         * src/autoplace.c, src/strflags.c: add compat.h header for missing
12937         system functions
12939 2006-04-13   Dan McMahill * dan AT mcmahill dot net *
12941         * Makefile.am, Makefile.in, README.win32: add a win32 README file
12943 2006-04-13   Dan McMahill * dan AT mcmahill dot net *
12945         * src/Makefile.am, src/Makefile.in: add a dependency on the icon
12946         resource object if this is win32
12948 2006-04-13   Dan McMahill * dan AT mcmahill dot net *
12950         * win32/Makefile.in: add missing file
12952 2006-04-13   Dan McMahill * dan AT mcmahill dot net *
12954         * : add generated icon file
12956 2006-04-13   Dan McMahill * dan AT mcmahill dot net *
12958         * Makefile.am, Makefile.in: add win32 to SUBDIRS
12960 2006-04-13   Dan McMahill * dan AT mcmahill dot net *
12962         * win32/Makefile.am, win32/Xdefaults.tgif: add a tgif Xdefaults file
12963         needed for generating the correct XPM version
12965 2006-04-13   Dan McMahill * dan AT mcmahill dot net *
12967         * win32/pcb_icon_big.obj, win32/pcb_icon_med.obj,
12968         win32/pcb_icon_sml.obj: replace wcalc icons with placeholder pcb
12969         icons
12971 2006-04-13   Dan McMahill * dan AT mcmahill dot net *
12973         * Makefile.in, README_FILES/Makefile.in, configure, configure.ac,
12974         doc/Makefile.in, example/Makefile.in,
12975         example/libraries/Makefile.in, lib/Makefile.in,
12976         newlib/2_pin_thru-hole_packages/Makefile.in, newlib/Makefile.in,
12977         newlib/analog-devices/Makefile.in, newlib/burr-brown/Makefile.in,
12978         newlib/connectors/Makefile.in, newlib/crystal/Makefile.in,
12979         newlib/cypress/Makefile.in, newlib/electro-optics/Makefile.in,
12980         newlib/generic_SMD_packages/Makefile.in,
12981         newlib/headers/Makefile.in, newlib/msp430/Makefile.in,
12982         newlib/not_vetted_ingo/Makefile.in, newlib/sockets/Makefile.in,
12983         newlib/tests/Makefile.in, newlib/toko/Makefile.in, src/Makefile.am,
12984         src/Makefile.in, src/icons/Makefile.in, src/script/Makefile.in,
12985         tools/Makefile.in, tutorial/Makefile.in: check for a few tools used
12986         to regenerate windows icons
12988 2006-04-13   Dan McMahill * dan AT mcmahill dot net *
12990         * src/error.c, src/file.c, src/find.c, src/main.c, src/misc.c,
12991         win32/build_pcb: add a few more checks to let this build under
12992         cygwin/mingw
12994 2006-04-13   Dan McMahill * dan AT mcmahill dot net *
12996         * config.h.in, configure, configure.ac: check for getcwd()
12998 2006-04-13   Dan McMahill * dan AT mcmahill dot net *
13000         * src/hid/gtk/pcb.rc: add windres file for win32 icons
13002 2006-04-13   Dan McMahill * dan AT mcmahill dot net *
13004         * config.h.in, configure, configure.ac: one more header check
13006 2006-04-13   Dan McMahill * dan AT mcmahill dot net *
13008         * config.guess, config.sub: add some new configure related files
13010 2006-04-13   Dan McMahill * dan AT mcmahill dot net *
13012         * src/Makefile.am, src/Makefile.in: add stuff to compile in icons
13013         for win32
13015 2006-04-13   Dan McMahill * dan AT mcmahill dot net *
13017         * Makefile.in, README_FILES/Makefile.in, config.h.in, configure,
13018         configure.ac, doc/Makefile.in, example/Makefile.in,
13019         example/libraries/Makefile.in, lib/Makefile.in,
13020         newlib/2_pin_thru-hole_packages/Makefile.in, newlib/Makefile.in,
13021         newlib/analog-devices/Makefile.in, newlib/burr-brown/Makefile.in,
13022         newlib/connectors/Makefile.in, newlib/crystal/Makefile.in,
13023         newlib/cypress/Makefile.in, newlib/electro-optics/Makefile.in,
13024         newlib/generic_SMD_packages/Makefile.in,
13025         newlib/headers/Makefile.in, newlib/msp430/Makefile.in,
13026         newlib/not_vetted_ingo/Makefile.in, newlib/sockets/Makefile.in,
13027         newlib/tests/Makefile.in, newlib/toko/Makefile.in, src/Makefile.in,
13028         src/compat.c, src/compat.h, src/file.c, src/hid/gerber/gerber.c,
13029         src/icons/Makefile.in, src/misc.c, src/print.c,
13030         src/script/Makefile.in, tools/Makefile.in, tutorial/Makefile.in: Add
13031         a couple more configure checks for functions (gethostname and
13032         password related functions) and headers which may not be present on
13033         win32.  This should be enough to get things to compile under cygwin
13034         although there are still runtime issues.
13036 2006-04-12   Dan McMahill * dan AT mcmahill dot net *
13038         * win32/Makefile.am, win32/Readme.txt, win32/build_pcb,
13039         win32/pcb.nsi.in, win32/pcb_icon_big.obj, win32/pcb_icon_med.obj,
13040         win32/pcb_icon_sml.obj: Add some stuff to help build under win32.
13041         Note:  win32 support is not finished and PCB does not yet work
13042         correctly under win32, but this is some progress.
13044 2006-04-12   Dan McMahill * dan AT mcmahill dot net *
13046         * src/error.c, src/error.h, src/hid.h, src/hid/common/hidnogui.c,
13047         src/hid/gtk/gui-log-window.c, src/hid/gtk/gui.h,
13048         src/hid/lesstif/dialogs.c, src/hid/lesstif/main.c: const-ify the log
13049         message functions
13051 2006-04-12   Dan McMahill * dan AT mcmahill dot net *
13053         * src/hid/gtk/gtkhid-main.c: add the About action
13055 2006-04-12   Dan McMahill * dan AT mcmahill dot net *
13057         * src/action.c, src/global.h, src/vendor.c: use AFAIL() when an
13058         action fails due to a syntax error
13060 2006-04-12   DJ Delorie * dj AT delorie dot com *
13062         * src/hid/ps/eps.c: Determine when we need to use the complex erase
13063         logic, and when we can just paint white.  Painting white is a LOT
13064         faster, and avoids rasterization in ps2pdf.
13066 2006-04-12   Dan McMahill * dan AT mcmahill dot net *
13068         * doc/version.texi: add thermals to glossary
13070 2006-04-12   Dan McMahill * dan AT mcmahill dot net *
13072         * doc/pcb.texi: add thermal to the glossary
13074 2006-04-12   Dan McMahill * dan AT mcmahill dot net *
13076         * doc/Makefile.am, doc/Makefile.in: increase resolution of PDFs of
13077         drawings.  72dpi looked pretty bad on the thermal drawing
13079 2006-04-12   Dan McMahill * dan AT mcmahill dot net *
13081         * doc/Makefile.am, doc/Makefile.in: add thermal drawing
13083 2006-04-12   Dan McMahill * dan AT mcmahill dot net *
13085         * doc/thermal.pcb: change name of board
13087 2006-04-12   Dan McMahill * dan AT mcmahill dot net *
13089         * doc/thermal.pcb: add a drawing showing what a thermal relief looks
13090         like
13092 2006-04-12   Dan McMahill * dan AT mcmahill dot net *
13094         * doc/database.txt, doc/ideas/database.txt, doc/ideas/keepouts.txt,
13095         doc/keepouts.txt: move these to an ideas subdirectory to hopefully
13096         more clearly indicate that not only are these not implemented yet
13097         but that they are not even certain to ever be implemented.
13099 2006-04-12   DJ Delorie * dj AT delorie dot com *
13101         * doc/actions.texi, doc/version.texi, src/netlist.c: Document
13102         actions in netlist.c
13104 2006-04-12   Dan McMahill * dan AT mcmahill dot net *
13106         * doc/actions.texi, src/action.c: add support for units and relative
13107         coordinates in PasteBuffer(ToLayout)
13109 2006-04-12   Dan McMahill * dan AT mcmahill dot net *
13111         * doc/database.txt, doc/keepouts.txt: add two documents in progress
13112         describing a plan for future work
13114 2006-04-11   Dan McMahill * dan AT mcmahill dot net *
13116         * doc/actions.texi, src/action.c, src/global.h: Add a "ToLayout"
13117         option for the PasteBuffer() action.  You can now do things like
13118         PasteBuffer(ToLayout, 10000, 200000) to paste from the current
13119         buffer Also add a DumpLibrary() action.
13121 2006-04-11   DJ Delorie * dj AT delorie dot com *
13123         * doc/actions.texi, doc/extract-docs, src/action.c, src/command.c: 
13124         Document actions in command.c.
13126 2006-04-11   Dan McMahill * dan AT mcmahill dot net *
13128         * lib/crystal.list, lib/crystal.m4, lib/generic.list,
13129         lib/generic.m4, lib/resistor_0.25W.list, lib/resistor_array.list,
13130         lib/texas_inst_voltage_reg.m4, lib/transistor.m4: - add a missing description and move some footprints from the wrong
13131         .list file to the correct .list file to be able to pick up the
13132         descriptions and parameters from the corresponding .m4 file.  - all of the m4 libs should at least be correct in the sense that
13133         the pieces are all there and they all run through m4 correctly.
13134         They have not been verified any more for correctness, but this is
13135         progress.
13137 2006-04-11   DJ Delorie * dj AT delorie dot com *
13139         * src/print.c, src/report.c: Print correct symbol counts for drills
13140         on fab drawing.
13142 2006-04-11   Dan McMahill * dan AT mcmahill dot net *
13144         * Makefile.in, README_FILES/Makefile.in, example/Makefile.in,
13145         example/libraries/Makefile.in, lib/Makefile.in,
13146         newlib/2_pin_thru-hole_packages/Makefile.in, newlib/Makefile.in,
13147         newlib/analog-devices/Makefile.in, newlib/burr-brown/Makefile.in,
13148         newlib/connectors/Makefile.in, newlib/crystal/Makefile.in,
13149         newlib/cypress/Makefile.in, newlib/electro-optics/Makefile.in,
13150         newlib/generic_SMD_packages/Makefile.in,
13151         newlib/headers/Makefile.in, newlib/msp430/Makefile.in,
13152         newlib/not_vetted_ingo/Makefile.in, newlib/sockets/Makefile.in,
13153         newlib/tests/Makefile.in, newlib/toko/Makefile.in, src/Makefile.in,
13154         src/icons/Makefile.in, src/script/Makefile.in, tools/Makefile.in,
13155         tutorial/Makefile.in: regen (after checking for perl)
13157 2006-04-11   Dan McMahill * dan AT mcmahill dot net *
13159         * doc/actions.texi, doc/version.texi, src/action.c, src/select.c,
13160         src/select.h: - for the Select(*ByName) action, allow a 2nd argument to specify
13161         the name and only use the gui dialog box if the 2nd argument is not
13162         specified.  - Add *ByName options for the Unselect() action.
13164 2006-04-11   Dan McMahill * dan AT mcmahill dot net *
13166         * src/hid/gtk/gtkhid-main.c: garbage collect some printf output
13168 2006-04-11   Dan McMahill * dan AT mcmahill dot net *
13170         * src/hid/gtk/gui-top-window.c: Fix bug [ 1462380 ] saving buffer
13171         elemnts to file does nothing.
13173 2006-04-11   Dan McMahill * dan AT mcmahill dot net *
13175         * configure, configure.ac, doc/Makefile.am, doc/Makefile.in: When
13176         building docs, look for a perl to use.  This will let the user set
13177         PERL in their environment and have configure pick it up.
13179 2006-04-11   Harry Eaton * haceaton AT users dot sourceforge dot net *
13181         * src/find.c: turn off debugging by default
13183         ----------------------------------------------------------------------
13185 2006-04-11   Harry Eaton * haceaton AT users dot sourceforge dot net *
13187         * src/find.c: fixed list overflow with element connection listing
13189         ----------------------------------------------------------------------
13191 2006-04-11   Harry Eaton * haceaton AT users dot sourceforge dot net *
13193         * src/find.c: added overflow error reporting to the ADD* routines
13195         ----------------------------------------------------------------------
13197 2006-04-10   Harry Eaton * haceaton AT users dot sourceforge dot net *
13199         * src/find.c: fixed bug using in LookupLOConnectionsToPVList where
13200         the wrong variable was used.
13202         ----------------------------------------------------------------------
13204 2006-04-10   DJ Delorie * dj AT delorie dot com *
13206         * doc/actions.texi, doc/version.texi, src/action.c: Document the
13207         rest of the registered actions in action.c.
13209 2006-04-06   Dan McMahill * dan AT mcmahill dot net *
13211         * src/find.c: move some initializations inside a loop so they don't
13212         get missed
13214 2006-04-06   Dan McMahill * dan AT mcmahill dot net *
13216         * src/main.c: declare dump_actions() right before using it
13218 2006-04-06   Dan McMahill * dan AT mcmahill dot net *
13220         * src/hid/png/png.c: add some missing const-s
13222 2006-04-06   Bill Wilson * billw2 AT users dot sourceforge dot net *
13224         * src/hid/gtk/gui-top-window.c: mode_button_toggled_cb() didn't sync
13225         ghidgui->settings_mode with current mode button state.
13227 2006-04-06   Dan McMahill * dan AT mcmahill dot net *
13229         * src/hid/gtk/gui-top-window.c: revert the previous, this part
13230         wasn't quite right.
13232 2006-04-05   Dan McMahill * dan AT mcmahill dot net *
13234         * src/mymem.c, src/mymem.h: add a MyMalloc to go along with MyCalloc
13236 2006-04-05   Bill Wilson * billw2 AT users dot sourceforge dot net *
13238         * src/hid/gtk/gui-netlist-window.c, src/hid/gtk/gui.h: Fix netlist
13239         window to scroll to net/node when user lookups connection.
13241 2006-04-05   Dan McMahill * dan AT mcmahill dot net *
13243         * src/hid/gtk/gui-output-events.c, src/hid/gtk/gui-top-window.c: - make the ESC key return you to the arrow tool if you are in via,
13244           thermal, lock, etc modes.  - in line, poly, arc, etc. modes, the first ESC press returns you to
13245           "tool neutral" and the 2nd ESC press returns you to the arrow tool.
13247 2006-04-05   Dan McMahill * dan AT mcmahill dot net *
13249         * src/hid/gtk/gui-dialog.c, src/hid/lesstif/dialogs.c: add pointer
13250         to the geda homepage and wiki as well as the pcb home page in the
13251         about dialog
13253 2006-04-05   Dan McMahill * dan AT mcmahill dot net *
13255         * src/hid/gtk/gui-dialog-print.c: fix a bug which prevented the
13256         File->Export menu from working more than once in a pcb session.
13258 2006-04-05   DJ Delorie * dj AT delorie dot com *
13260         * src/action.c, src/djopt.c, src/hid.h, src/hid/common/actions.c,
13261         src/hid/gtk/gtkhid-main.c, src/hid/lesstif/dialogs.c,
13262         src/hid/lesstif/main.c, src/main.c, src/vendor.c: Initial chunk of
13263         inline action docs.
13265 2006-04-05   DJ Delorie * dj AT delorie dot com *
13267         * doc/Makefile.am, doc/Makefile.in, doc/actions.texi,
13268         doc/extract-docs, doc/pcb.texi, doc/version.texi: Fix eps->pdf rule
13269         to set size and resolution right.  Limit pcb->* to visible areas.
13270         Add support for action extraction from sources.
13272 2006-04-05   Dan McMahill * dan AT mcmahill dot net *
13274         * src/script/Makefile.am, src/script/Makefile.in,
13275         src/script/pcb-print: remove the pcb-print script.  It is obsolete
13276         now that the HID version directly supports command line export/print
13277         through the export HID's.
13279 2006-04-05   Harry Eaton * haceaton AT users dot sourceforge dot net *
13281         * src/find.c: Expand search box during bloat in case the box overlap
13282         would otherwise prevent checking.  This repairs a really bad bug
13283         introduced when the rtrees were used to speed the find tracing.
13285         ----------------------------------------------------------------------
13287 2006-04-05   Harry Eaton * haceaton AT users dot sourceforge dot net *
13289         * src/misc.c: fixed pin/via bounding box to include thermal tails;
13290         bug reported by CL
13292         ----------------------------------------------------------------------
13294 2006-04-05   Dan McMahill * dan AT mcmahill dot net *
13296         * src/hid/gtk/gui.h: Be a bit more careful with rouding issues when
13297         converting to pcb units.  Hopefully this will help with the issue
13298         reported on the geda lists about 23.99 mil vias when the user
13299         thought they picked 24 mil ones.  Patch posted on geda-user by DJ.
13301 2006-04-05   Dan McMahill * dan AT mcmahill dot net *
13303         * config.h.in, configure, configure.ac, src/hid/png/png.c: check to
13304         see which graphic file formats are supported by the installed GD.
13305         If the desired list is not found, abort and tell the user they can
13306         explicitly disable certain file types.  Should deal with installed
13307         versions of gd which do not support GIF output.
13309 2006-04-05   Dan McMahill * dan AT mcmahill dot net *
13311         * src/hid/lesstif/styles.c: fix a prototype
13313 2006-03-28   Dan McMahill * dan AT mcmahill dot net *
13315         * src/dolists.h, src/hid/lesstif/dialogs.c, src/hid/lesstif/main.c,
13316         src/hid/lesstif/menu.c, src/hid/lesstif/styles.c: move variable
13317         declarations to the beginning of blocks to make gcc-2.95 and
13318         probably other non-gcc compilers happy.
13320 2006-03-28   Dan McMahill * dan AT mcmahill dot net *
13322         * src/find.c: Check to make sure a pointer is not NULL before
13323         dereferencing it.  This seems to be the place where the segfault was
13324         happening sometimes when saving connection data.  For now, spit out
13325         a warning message because I think there may be some other underlying
13326         bug which causes the NULL pointer in the first place.
13328 2006-03-28   Dan McMahill * dan AT mcmahill dot net *
13330         * src/mymem.h: do not redefine malloc if we are using dmalloc
13332 2006-03-28   Dan McMahill * dan AT mcmahill dot net *
13334         * src/action.c, src/autoplace.c, src/autoroute.c, src/buffer.c,
13335         src/change.c, src/command.c, src/crosshair.c, src/djopt.c,
13336         src/draw.c, src/error.c, src/file.c, src/insert.c, src/intersect.c,
13337         src/line.c, src/main.c, src/misc.c, src/mtspace.c, src/netlist.c,
13338         src/output.c, src/print.c, src/puller.c, src/report.c,
13339         src/res_parse.y, src/rtree.c, src/select.c, src/set.c,
13340         src/strflags.c, src/vector.c, src/vendor.c: put back dmalloc support
13342 2006-03-28   DJ Delorie * dj AT delorie dot com *
13344         * src/action.c, src/find.c, src/hid/gtk/gtkhid-main.c,
13345         src/hid/gtk/gui-misc.c, src/hid/gtk/gui-output-events.c,
13346         src/hid/gtk/gui-top-window.c, src/hid/lesstif/dialogs.c,
13347         src/hid/lesstif/library.c, src/hid/lesstif/main.c,
13348         src/hid/lesstif/netlist.c, src/main.c, src/set.c: hid_actionl must
13349         be terminated with NULL, not a plain 0, in case integers and
13350         pointers are different sizes.
13352 2006-03-28   Dan McMahill * dan AT mcmahill dot net *
13354         * src/hid/gtk/gui-top-window.c: access djopt_set_auto_only() via the
13355         associated action instead of directly
13357 2006-03-28   Dan McMahill * dan AT mcmahill dot net *
13359         * src/djopt.c, src/djopt.h: fix prototype for an action.  kills one
13360         more compiler warning
13362 2006-03-28   Dan McMahill * dan AT mcmahill dot net *
13364         * src/hid/lesstif/main.c: add a missing typecase
13366 2006-03-27   Dan McMahill * dan AT mcmahill dot net *
13368         * src/action.c, src/hid/gtk/gui-top-window.c, src/pcb-menu.res: - When changing selected line size from the menu, do it to the
13369         selected arcs to.  - Add a SelectedArcs option to the ChangeSize action.
13371 2006-03-27   Dan McMahill * dan AT mcmahill dot net *
13373         * src/select.c: Fix a bug where actions using SelectedPads did
13374         nothing and SelectedPins picked up both pins and pads.  Noted by bug
13375         #1438523
13377 2006-03-27   Dan McMahill * dan AT mcmahill dot net *
13379         * src/strflags.c: avoid allocating 0 bytes
13381 2006-03-27   Dan McMahill * dan AT mcmahill dot net *
13383         * src/misc.c: fix a typo in a comment
13385 2006-03-27   Dan McMahill * dan AT mcmahill dot net *
13387         * src/main.c: No need to use strdup(Concat()) as Concat already
13388         gives us allocated memory that is not referenced anywhere else.
13390 2006-03-27   Dan McMahill * dan AT mcmahill dot net *
13392         * src/file.c: Fix an off by one overflow of a malloc'ed buffer.
13393         Found with ElectricFence.
13395 2006-03-27   Dan McMahill * dan AT mcmahill dot net *
13397         * src/misc.c: in a function which is supposed to return a string but
13398         is commented out with #ifdef FIXME, return a big warning string
13399         rather than no return value until I/we figure out how to fix it.
13400         Hopefully if this triggers bugs it will be easier to locate.
13402 2006-03-27   Dan McMahill * dan AT mcmahill dot net *
13404         * configure, configure.ac: add back in the --enable-efence and
13405         --enable-dmalloc configure flags to turn on ElectricFence and
13406         dmalloc debugging respectively.
13408 2006-03-27   DJ Delorie * dj AT delorie dot com *
13410         * src/action.c, src/command.c, src/djopt.c, src/hid.h,
13411         src/hid/common/actions.c, src/hid/gtk/gtkhid-main.c,
13412         src/hid/gtk/gui-netlist-window.c, src/hid/gtk/gui-top-window.c,
13413         src/hid/lesstif/dialogs.c, src/hid/lesstif/library.c,
13414         src/hid/lesstif/main.c, src/hid/lesstif/menu.c,
13415         src/hid/lesstif/netlist.c, src/hid/lesstif/styles.c, src/netlist.c,
13416         src/puller.c, src/report.c, src/vendor.c: hid actions: remove
13417         needs_coords, use need_coord_msg to determine when to get coords.
13419 2006-03-27   Dan McMahill * dan AT mcmahill dot net *
13421         * src/hid/gtk/gui-top-window.c, src/hid/gtk/gui-utils.c: Make sure
13422         we initialize some variables before using them.  Fixes a segfault on
13423         startup problem noted on NetBSD/alpha when displaying to an 8-bit
13424         Xvnc.
13426 2006-03-27   Bill Wilson * billw2 AT users dot sourceforge dot net *
13428         * src/hid/gtk/gtkhid-main.c: I wrapped too much into the verbose
13429         option so the file load stopped working - fixed.
13431 2006-03-26   Dan McMahill * dan AT mcmahill dot net *
13433         * configure, configure.ac: bump the rev letter to help identify this
13434         as the HID version if someone pulls up the "about" dialog box.
13436 2006-03-26   Dan McMahill * dan AT mcmahill dot net *
13438         * src/hid/gtk/gtkhid-main.c: - Remove a debug printf which tried to print a NULL string.  Avoids
13439         a segfault bug.  - When chosing "Save Layout" on a new layout (that hadn't already
13440         been given a name or filename), correctly use the new file name that
13441         is selected with the dialog box.
13443 2006-03-26   Dan McMahill * dan AT mcmahill dot net *
13445         * src/hid/lesstif/dialogs.c: - remove a debug printf which was trying to print a NULL string.
13446           Fixes a segfault bug on solaris-2.9/sparc.  - Fix the behaviour when doing "Save Layout" on a new board that   didn't have a file name yet.
13448 2006-03-26   Dan McMahill * dan AT mcmahill dot net *
13450         * src/hid/lesstif/main.c: add a --listen option for the lesstif HID
13451         too (works the same as the gtk one -- listens on stdin for actions).
13453 2006-03-26   Bill Wilson * billw2 AT users dot sourceforge dot net *
13455         * src/hid/gtk/gui-netlist-window.c, src/hid/gtk/gui-output-events.c: 
13456         Pan to a netlist window selected node if it's not visible.  Fix a pan bug.
13458 2006-03-25   Dan McMahill * dan AT mcmahill dot net *
13460         * src/hid/gtk/gui-netlist-window.c: add cast to avoid compiler
13461         warnings
13463 2006-03-25   DJ Delorie * dj AT delorie dot com *
13465         * src/action.c, src/hid/gtk/gui-top-window.c, src/pcb-menu.res: Add
13466         File->Revert.
13468 2006-03-25   Bill Wilson * billw2 AT users dot sourceforge dot net *
13470         * src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-netlist-window.c: Turn
13471         of Disable all nets button when NetlistChanged.  Make some diagnostic output only if verbose.
13473 2006-03-25   Bill Wilson * billw2 AT users dot sourceforge dot net *
13475         * src/hid/gtk/gui-netlist-window.c: Set netlist nodes enabled by
13476         default when NetlistChanged.
13478 2006-03-25   Bill Wilson * billw2 AT users dot sourceforge dot net *
13480         * src/hid/gtk/gtkhid-main.c: Fix draw arc when flipped.
13482 2006-03-25   Dan McMahill * dan AT mcmahill dot net *
13484         * doc/actions.texi, doc/fractional_size.texi, doc/letter_size.texi,
13485         doc/metric_size.texi, doc/overview.texi, doc/pcbfile.texi,
13486         doc/wire_size.texi: add some of the generated files to see if that
13487         will help with those who don't read the README.cvs file...
13489 2006-03-25   Dan McMahill * dan AT mcmahill dot net *
13491         * src/hid/gtk/gui-top-window.c: use fileno(stdin) instead of 1 to
13492         get the stdin file descriptor.
13494 2006-03-25   Dan McMahill * dan AT mcmahill dot net *
13496         * src/drill.c: fix a segfault when printing a board with no drill
13497         holes at all.
13499 2006-03-25   Dan McMahill * dan AT mcmahill dot net *
13501         * src/hid/gtk/gui-top-window.c: add a --listen option which causes
13502         pcb to listen on the standard input for actions.  This should open
13503         the door to experimenting with having gschem interact directly with
13504         pcb.
13506 2006-03-25   Dan McMahill * dan AT mcmahill dot net *
13508         * src/hid/gtk/gui-config.c: Fix a bug in options parsing where the
13509         loop looking for matches continued after a match had already been
13510         found.
13512 2006-03-25   Dan McMahill * dan AT mcmahill dot net *
13514         * src/main.c: add a help string for --lib-newlib
13516 2006-03-25   Dan McMahill * dan AT mcmahill dot net *
13518         * doc/Makefile.am, doc/Makefile.in: minor cleanup of status output
13520 2006-03-24   DJ Delorie * dj AT delorie dot com *
13522         * src/hid/lesstif/menu.c: Also look for ~/.pcb/pcb-menu.res.
13523         Actually use the path we found ;-)
13525 2006-03-24   Dan McMahill * dan AT mcmahill dot net *
13527         * configure, configure.ac: List the available HID's in the
13528         ./configure --help output.  Ideally, we'd have the help text be
13529         automatic, but until we figure out how, just statically list the HID
13530         (in the help text)
13532 2006-03-24   Dan McMahill * dan AT mcmahill dot net *
13534         * Makefile.in, README_FILES/Makefile.in, config.h.in, configure,
13535         doc/Makefile.in, example/Makefile.in,
13536         example/libraries/Makefile.in, lib/Makefile.in,
13537         newlib/2_pin_thru-hole_packages/Makefile.in, newlib/Makefile.in,
13538         newlib/analog-devices/Makefile.in, newlib/burr-brown/Makefile.in,
13539         newlib/connectors/Makefile.in, newlib/crystal/Makefile.in,
13540         newlib/cypress/Makefile.in, newlib/electro-optics/Makefile.in,
13541         newlib/generic_SMD_packages/Makefile.in,
13542         newlib/headers/Makefile.in, newlib/msp430/Makefile.in,
13543         newlib/not_vetted_ingo/Makefile.in, newlib/sockets/Makefile.in,
13544         newlib/tests/Makefile.in, newlib/toko/Makefile.in, src/Makefile.in,
13545         src/icons/Makefile.in, src/script/Makefile.in, tools/Makefile.in,
13546         tutorial/Makefile.in: regen
13548 2006-03-24   Dan McMahill * dan AT mcmahill dot net *
13550         * Makefile.am, README.cvs, configure.ac, doc/Makefile.am: - when not in maintainer mode, do not list all the dependencies for
13551           the manual.  This allows regular users who are building from a
13552           tarball to avoid having to rebuild the manual and lets them simply
13553           take the preformatted one.  This avoids recently noted issues with
13554           incompatibility with older versions of texinfo which seem somewhat
13555           common.  It also removes the requirement for having latex installed
13556           and for building the png HID for pcb.  - add a --disable-doc flag which allows users who are building from
13557           CVS to skip the doc directory and thus avoid the need for the
13558           documentation formatting tools.
13560 2006-03-24   Dan McMahill * dan AT mcmahill dot net *
13562         * README.snapshots: note the DISTCHECK_CONFIGURE_FLAGS variable
13564 2006-03-24   Bill Wilson * billw2 AT users dot sourceforge dot net *
13566         * src/hid/gtk/gui-top-window.c: Fix gtk magenta color messages ->
13567         initialize all new hidGC colornames to Settings.BackgroundColor
13568         because bgGC color outside of ghid_expose_callback() is never
13569         initialized and it's used to draw outside of the callback when an
13570         object is selected.
13572 2006-03-24   Dan McMahill * dan AT mcmahill dot net *
13574         * doc/Makefile.am, doc/Makefile.in: Fix the calculation of the names
13575         of the generated .texi tables for the drill sizes.
13577 2006-03-24   Dan McMahill * dan AT mcmahill dot net *
13579         * Makefile.in, README_FILES/Makefile.in, aclocal.m4,
13580         doc/Makefile.in, doc/pad.eps, example/Makefile.in,
13581         example/libraries/Makefile.in, lib/Makefile.in,
13582         newlib/2_pin_thru-hole_packages/Makefile.in, newlib/Makefile.in,
13583         newlib/analog-devices/Makefile.in, newlib/burr-brown/Makefile.in,
13584         newlib/connectors/Makefile.in, newlib/crystal/Makefile.in,
13585         newlib/cypress/Makefile.in, newlib/electro-optics/Makefile.in,
13586         newlib/generic_SMD_packages/Makefile.in,
13587         newlib/headers/Makefile.in, newlib/msp430/Makefile.in,
13588         newlib/not_vetted_ingo/Makefile.in, newlib/sockets/Makefile.in,
13589         newlib/tests/Makefile.in, newlib/toko/Makefile.in,
13590         src/icons/Makefile.in, src/script/Makefile.in, tools/Makefile.in,
13591         tutorial/Makefile.in: regen after configure.ac changes
13593 2006-03-24   Dan McMahill * dan AT mcmahill dot net *
13595         * autogen.sh: don't automatically run ./configure.  Simplifies
13596         things a bit when trying to have several different builds share the
13597         same source tree.
13599 2006-03-24   Dan McMahill * dan AT mcmahill dot net *
13601         * doc/extract-docs: put the generated files in the build directory
13602         instead of the source directory (in case they are not the same)
13604 2006-03-24   Dan McMahill * dan AT mcmahill dot net *
13606         * doc/Makefile.am, doc/Makefile.in: Rework the dependencies on the
13607         various generated files a bit to hopefully correctly include all
13608         dependencies.  Also allow this to continue and just use the shipped
13609         preformatted docs in the case where latex and friends are not
13610         available.
13612 2006-03-24   Dan McMahill * dan AT mcmahill dot net *
13614         * src/pcbtest.sh.in: correctly find the font file correctly find the
13615         m4lib stuff when building outside the source tree.
13617 2006-03-24   Dan McMahill * dan AT mcmahill dot net *
13619         * configure, configure.ac, lib/ListLibraryContents.sh,
13620         lib/ListLibraryContents.sh.in: move ListLibraryContents.sh to being
13621         something created at configure time like the rest of the m4lib
13622         stuff.  This puts it in the build directory and allows you to run
13623         pcb out of the build directory prior to installation even in the
13624         case of a read only source tree.  While here add some
13625         AM_CONDITIONALS to indicate when latex and friends are not available
13626         for formating the reference card.
13628 2006-03-24   Dan McMahill * dan AT mcmahill dot net *
13630         * src/Makefile.am, src/Makefile.in: add missing lesstif header to
13631         get it in the distfile
13633 2006-03-23   Dan McMahill * dan AT mcmahill dot net *
13635         * src/hid/png/png.c: fix a bug when specifying the output file name
13637 2006-03-23   Dan McMahill * dan AT mcmahill dot net *
13639         * src/pcbtest.sh.in: also set the font path
13641 2006-03-23   Dan McMahill * dan AT mcmahill dot net *
13643         * src/pcbtest.sh.in: fix a couple of paths when building outside the
13644         source directory
13646 2006-03-23   Dan McMahill * dan AT mcmahill dot net *
13648         * src/hid/lesstif/main.c, src/hid/lesstif/menu.c: avoid some
13649         compiler warnings on solaris-2.9/sparc (gcc-3.3.5)
13651 2006-03-23   Dan McMahill * dan AT mcmahill dot net *
13653         * src/hid/lesstif/main.c: check the result of the --install options
13654         _after_ the options have been processed.  Thanks to DJ for finding
13655         this one.
13657 2006-03-23   DJ Delorie * dj AT delorie dot com *
13659         * src/Makefile.am, src/Makefile.in: Change the way we handle built
13660         include files.
13662 2006-03-23   Dan McMahill * dan AT mcmahill dot net *
13664         * src/strflags.c: avoid some compiler warnings on solaris-2.9/sparc
13665         (gcc-3.3.5)
13667 2006-03-23   Bill Wilson * billw2 AT users dot sourceforge dot net *
13669         * src/hid/gtk/gui-config.c, src/hid/gtk/gui-top-window.c: 
13670         ghid_invalidate_all() when colors change.
13672 2006-03-23   Dan McMahill * dan AT mcmahill dot net *
13674         * src/hid/common/actions.c, src/misc.c, src/mymem.c: avoid some
13675         compiler warnings on solaris-2.9/sparc (gcc-3.3.5)
13677 2006-03-23   Bill Wilson * billw2 AT users dot sourceforge dot net *
13679         * src/hid/gtk/gtkhid-main.c, src/hid/gtk/gui-output-events.c: Fix a
13680         zoom glitch.
13682 2006-03-23   Dan McMahill * dan AT mcmahill dot net *
13684         * src/file.c: avoid some complier warnings on solaris-2.9/sparc
13685         (gcc-3.3.5)
13687 2006-03-23   DJ Delorie * dj AT delorie dot com *
13689         * src/drill.c, src/drill.h, src/hid/gerber/gerber.c, src/print.c: 
13690         Round drill sizes to nearest mil for fab drawings and gerber drill
13691         file.
13693 2006-03-23   DJ Delorie * dj AT delorie dot com *
13695         * src/mtspace.c: Avoid aliasing problems.
13697 2006-03-23   Dan McMahill * dan AT mcmahill dot net *
13699         * src/pcbtest.sh.in: add some missing arguments when running in gdb
13701 2006-03-23   Dan McMahill * dan AT mcmahill dot net *
13703         * src/main.c: don't include the full path for the default value of
13704         the LibraryCommand and LibraryContentsCommand.  That prevented
13705         --lib-command-dir from working.
13707 2006-03-23   DJ Delorie * dj AT delorie dot com *
13709         * src/undo.c: Use void * pointers to avoid aliasing problems.
13711 2006-03-23   DJ Delorie * dj AT delorie dot com *
13713         * src/search.c: Use explicit void** pointers to avoid aliasing
13714         problems.
13716 2006-03-23   DJ Delorie * dj AT delorie dot com *
13718         * src/hid/gerber/gerber.c, src/hid/lesstif/dialogs.c,
13719         src/hid/lesstif/lesstif.h, src/hid/lesstif/main.c,
13720         src/hid/lesstif/menu.c, src/hid/lesstif/netlist.c,
13721         src/hid/lesstif/styles.c: Misc bugfixes and changes, to silence
13722         compiler warnings.
13724 2006-03-23   DJ Delorie * dj AT delorie dot com *
13726         * src/mymem.c, src/mymem.h: MyCalloc, MyRealloc, MyStrdup: make
13727         final parameter (tag string) const, to avoid compiler warnings.
13729 2006-03-23   Dan McMahill * dan AT mcmahill dot net *
13731         * src/action.c: fix the ChangeFlag action (compiler warning pointed
13732         to the bug)
13734 2006-03-23   Dan McMahill * dan AT mcmahill dot net *
13736         * src/Makefile.am, src/Makefile.in: quote the regexp passed to grep
13737         to keep solaris-2.9 happy
13739 2006-03-23   DJ Delorie * dj AT delorie dot com *
13741         * src/hid/lesstif/main.c: Don't try to run the idle proc until the
13742         GUI is created.
13744 2006-03-23   Dan McMahill * dan AT mcmahill dot net *
13746         * src/action.c, src/command.c, src/djopt.c, src/dolists.h,
13747         src/flags.c, src/hid.h, src/hid/gtk/gtkhid-main.c,
13748         src/hid/gtk/gui-netlist-window.c, src/hid/gtk/gui-top-window.c,
13749         src/hid/lesstif/dialogs.c, src/hid/lesstif/library.c,
13750         src/hid/lesstif/main.c, src/hid/lesstif/netlist.c,
13751         src/hid/lesstif/styles.c, src/hid/png/png.c, src/hid/ps/eps.c,
13752         src/hid/ps/ps.c, src/main.c, src/netlist.c, src/puller.c,
13753         src/report.c, src/vendor.c: Revert the ";" thing.  The REGISTER_*
13754         macros now contain ";" where needed and a ";" should not be used
13755         when the macros are called.   This is because the REGISTER_* macros
13756         in hid.h expand to a function like int foo(){/* code here */} where
13757         no ";" should be used at the end.  gcc ignores the resulting empty
13758         declaration but the sunpro c compiler doesn't like it.
13760 2006-03-22   Dan McMahill * dan AT mcmahill dot net *
13762         * src/action.c, src/action.h, src/actionlist.c, src/autoplace.c,
13763         src/autoplace.h, src/autoroute.c, src/autoroute.h, src/box.h,
13764         src/buffer.c, src/buffer.h, src/change.c, src/change.h, src/clip.c,
13765         src/clip.h, src/command.c, src/command.h, src/compat.c,
13766         src/compat.h, src/const.h, src/copy.c, src/copy.h, src/create.c,
13767         src/create.h, src/crosshair.c, src/crosshair.h, src/data.c,
13768         src/data.h, src/dev_ps.c, src/dev_ps.h, src/dev_rs274x.c,
13769         src/dev_rs274x.h, src/djopt.c, src/djopt.h, src/dolists.h,
13770         src/draw.c, src/draw.h, src/drill.c, src/drill.h, src/error.c,
13771         src/error.h, src/file.c, src/file.h, src/find.c, src/find.h,
13772         src/flags.c, src/global.h, src/heap.c, src/heap.h, src/hid.h,
13773         src/hid/hidint.h, src/hid/lesstif/dialogs.c,
13774         src/hid/lesstif/lesstif.h, src/hid/lesstif/library.c,
13775         src/hid/lesstif/main.c, src/hid/lesstif/menu.c,
13776         src/hid/lesstif/netlist.c, src/hid/lesstif/styles.c,
13777         src/hid/lpr/lpr.c, src/hid/png/png.c, src/hid/png/png.h,
13778         src/hid/ps/eps.c, src/hid/ps/ps.c, src/hid/ps/ps.h,
13779         src/icons/Makefile.in, src/insert.c, src/insert.h, src/intersect.c,
13780         src/intersect.h, src/line.c, src/macro.h, src/main.c, src/mirror.c,
13781         src/mirror.h, src/misc.c, src/misc.h, src/move.c, src/move.h,
13782         src/mtspace.c, src/mtspace.h, src/mymem.c, src/mymem.h,
13783         src/netlist.c, src/output.c, src/output.h, src/parse_l.h,
13784         src/polygon.c, src/polygon.h, src/print.c, src/print.h,
13785         src/puller.c, src/rats.c, src/rats.h, src/remove.h, src/report.c,
13786         src/resource.h, src/rotate.c, src/rotate.h, src/rtree.c,
13787         src/rtree.h, src/rubberband.c, src/rubberband.h,
13788         src/script/Makefile.in, src/search.c, src/search.h, src/select.c,
13789         src/select.h, src/set.c, src/set.h, src/strflags.c, src/strflags.h,
13790         src/undo.c, src/undo.h, src/vector.c, src/vector.h, src/vendor.c,
13791         src/vendor.h: indent
13793 2006-03-22   Dan McMahill * dan AT mcmahill dot net *
13795         * src/hid/bom/bom.c, src/hid/common/actions.c,
13796         src/hid/common/extents.c, src/hid/common/flags.c,
13797         src/hid/common/hidinit.c, src/hid/common/hidnogui.c,
13798         src/hid/gerber/gerber.c, src/hid/gtk/gtkhid-main.c,
13799         src/hid/gtk/gtkhid.h, src/hid/gtk/gui-command-window.c,
13800         src/hid/gtk/gui-config.c, src/hid/gtk/gui-dialog-print.c,
13801         src/hid/gtk/gui-dialog-size.c, src/hid/gtk/gui-dialog.c,
13802         src/hid/gtk/gui-keyref-window.c, src/hid/gtk/gui-library-window.c,
13803         src/hid/gtk/gui-log-window.c, src/hid/gtk/gui-misc.c,
13804         src/hid/gtk/gui-netlist-window.c, src/hid/gtk/gui-output-events.c,
13805         src/hid/gtk/gui-pinout-window.c, src/hid/gtk/gui-top-window.c,
13806         src/hid/gtk/gui-utils.c, src/hid/gtk/gui.h: indent
13808 2006-03-22   Dan McMahill * dan AT mcmahill dot net *
13810         * src/action.c, src/command.c, src/djopt.c, src/dolists.h,
13811         src/flags.c, src/hid.h, src/hid/gtk/gtkhid-main.c,
13812         src/hid/gtk/gui-netlist-window.c, src/hid/gtk/gui-top-window.c,
13813         src/hid/lesstif/dialogs.c, src/hid/lesstif/library.c,
13814         src/hid/lesstif/main.c, src/hid/lesstif/menu.c,
13815         src/hid/lesstif/netlist.c, src/hid/lesstif/styles.c,
13816         src/hid/png/png.c, src/hid/ps/eps.c, src/hid/ps/ps.c, src/main.c,
13817         src/netlist.c, src/puller.c, src/report.c, src/vendor.c: Take the
13818         ";" out of the REGISTER_* defines and put them in the invocations.
13819         This will let indent work correctly.
13821 2006-03-22   Dan McMahill * dan AT mcmahill dot net *
13823         * src/action.c, src/command.c, src/crosshair.c, src/draw.c,
13824         src/main.c, src/misc.c, src/polygon.c, src/polygon.h, src/puller.c,
13825         src/rats.c: fix several more compiler warnings by removing some
13826         unused variables and adding/removing return values where
13827         appropriate.
13829 2006-03-22   Dan McMahill * dan AT mcmahill dot net *
13831         * src/hid/gtk/gui-icons-mode-buttons.data,
13832         src/hid/gtk/gui-top-window.c, src/hid/ps/eps.c: remove more compiler
13833         warnings
13835 2006-03-22   Dan McMahill * dan AT mcmahill dot net *
13837         * src/hid/lpr/lpr.c: add missing member to the lpr_hid
13838         initialization
13840 2006-03-22   Dan McMahill * dan AT mcmahill dot net *
13842         * src/file.c: remove unused variable
13844 2006-03-22   Dan McMahill * dan AT mcmahill dot net *
13846         * src/misc.c: add missing header
13848 2006-03-22   Dan McMahill * dan AT mcmahill dot net *
13850         * src/hid/common/flags.c: remove an unused variable
13852 2006-03-22   Dan McMahill * dan AT mcmahill dot net *
13854         * src/hid/common/hidnogui.c: remove compiler warning
13856 2006-03-22   Dan McMahill * dan AT mcmahill dot net *
13858         * src/vendor.c: remove unused variable
13860 2006-03-22   Dan McMahill * dan AT mcmahill dot net *
13862         * src/report.c: format string fix
13864 2006-03-22   Dan McMahill * dan AT mcmahill dot net *
13866         * src/puller.c: add a couple of missing headers
13868 2006-03-22   Dan McMahill * dan AT mcmahill dot net *
13870         * src/print.c: add missing draw.h header
13872 2006-03-22   Dan McMahill * dan AT mcmahill dot net *
13874         * src/flags.c: add RCSID and dmalloc.h
13876 2006-03-22   Dan McMahill * dan AT mcmahill dot net *
13878         * src/flags.c: remove a spurious ";"
13880 2006-03-22   Dan McMahill * dan AT mcmahill dot net *
13882         * src/hid/gerber/gerber.c: remove unused variable
13884 2006-03-22   Dan McMahill * dan AT mcmahill dot net *
13886         * src/hid/gtk/gui-misc.c: remove a duplicate header and Id
13888 2006-03-22   Dan McMahill * dan AT mcmahill dot net *
13890         * src/hid/lesstif/lesstif.h: add RCS Id
13892 2006-03-22   Dan McMahill * dan AT mcmahill dot net *
13894         * src/hid/lesstif/dialogs.c, src/hid/lesstif/library.c,
13895         src/hid/lesstif/main.c, src/hid/lesstif/menu.c,
13896         src/hid/lesstif/netlist.c, src/hid/lesstif/styles.c: add config.h,
13897         dmalloc.h, and RCS Id
13899 2006-03-22   Dan McMahill * dan AT mcmahill dot net *
13901         * src/hid/gtk/gui-misc.c: add dmalloc.h
13903 2006-03-22   Dan McMahill * dan AT mcmahill dot net *
13905         * src/hid/hidint.h: add RCS Id
13907 2006-03-22   Dan McMahill * dan AT mcmahill dot net *
13909         * src/hid/common/actions.c, src/hid/common/extents.c,
13910         src/hid/common/flags.c, src/hid/common/hidinit.c,
13911         src/hid/common/hidnogui.c, src/hid/gerber/gerber.c,
13912         src/hid/lpr/lpr.c: add config.h, dmalloc.h, and RCS Id
13914 2006-03-22   Dan McMahill * dan AT mcmahill dot net *
13916         * src/hid/ps/eps.c, src/hid/ps/ps.c, src/hid/ps/ps.h: remove
13917         compiler warning and add config.h, dmalloc.h, and RCS Id
13919 2006-03-22   Dan McMahill * dan AT mcmahill dot net *
13921         * src/hid/png/png.c: remove a compiler warning
13923 2006-03-22   Dan McMahill * dan AT mcmahill dot net *
13925         * src/hid/bom/bom.c: add missing header
13927 2006-03-22   Dan McMahill * dan AT mcmahill dot net *
13929         * src/Makefile.am, src/Makefile.in: add the generated headers to
13930         DISTCLEANFILES and add a bunch of missing headers to the various
13931         *_SOURCES.  With this change, the 'distcheck' target works again.
13933 2006-03-22   Dan McMahill * dan AT mcmahill dot net *
13935         * configure: regen
13937 2006-03-22   Dan McMahill * dan AT mcmahill dot net *
13939         * configure.ac: add $srcdir in a couple of places for configuring
13940         outside of the source directory.
13942 2006-03-22   Dan McMahill * dan AT mcmahill dot net *
13944         * src/dolists.h: add missing RCS Id
13946 2006-03-22   Dan McMahill * dan AT mcmahill dot net *
13948         * configure, configure.ac, doc/Makefile.am, doc/Makefile.in,
13949         doc/pad.eps, doc/pad.obj: Replace the tgif drawing with a pcb
13950         drawing.  The suffix rules are now in place to use .pcb files as
13951         part of the manual.
13953 2006-03-21   DJ Delorie * dj AT delorie dot com *
13955         * src/hid/lpr/lpr.c: Call lpr, don't just save the file.
13957 2006-03-21   DJ Delorie * dj AT delorie dot com *
13959         * src/hid/lesstif/library.c: Remove a debug printf.
13961 2006-03-21   DJ Delorie * dj AT delorie dot com *
13963         * src/action.c, src/file.c, src/main.c, src/misc.h, src/set.c,
13964         src/set.h: Remove UpdateSettingsOnScreen.  Call InitCrosshair only
13965         for GUIs.
13967 2006-03-21   Dan McMahill * dan AT mcmahill dot net *
13969         * doc/pad.pcb: correctly identify the poly clearance
13971 2006-03-21   Dan McMahill * dan AT mcmahill dot net *
13973         * configure, doc/Makefile.in: regen
13975 2006-03-21   Dan McMahill * dan AT mcmahill dot net *
13977         * configure.ac, doc/Makefile.am: detect when tgif is not found and
13978         give a warning instead of crashing the build
13980 2006-03-21   Dan McMahill * dan AT mcmahill dot net *
13982         * doc/pad.eps: include the tgif output here until I replace the
13983         drawings with pcb drawings
13985 2006-03-21   Dan McMahill * dan AT mcmahill dot net *
13987         * doc/pad.pcb: improve this drawing a bit
13989 2006-03-21   Dan McMahill * dan AT mcmahill dot net *
13991         * src/hid/bom/bom.c: Use log() instead of logv().  Fixes compilation
13992         on NetBSD/alpha, gcc-3.3.3
13994 2006-03-21   DJ Delorie * dj AT delorie dot com *
13996         * compile: New file, from automake 1.9.
13998 2006-03-21   DJ Delorie * dj AT delorie dot com *
14000         * depcomp, doc/mdate-sh, doc/texinfo.tex, install-sh, missing,
14001         mkinstalldirs, ylwrap: Update to automake 1.9 files.
14003 2006-03-21   DJ Delorie * dj AT delorie dot com *
14005         * Makefile.in, README_FILES/Makefile.in, aclocal.m4, config.h.in,
14006         configure, doc/Makefile.in, example/Makefile.in,
14007         example/libraries/Makefile.in, lib/Makefile.in,
14008         newlib/2_pin_thru-hole_packages/Makefile.in, newlib/Makefile.in,
14009         newlib/analog-devices/Makefile.in, newlib/burr-brown/Makefile.in,
14010         newlib/connectors/Makefile.in, newlib/crystal/Makefile.in,
14011         newlib/cypress/Makefile.in, newlib/electro-optics/Makefile.in,
14012         newlib/generic_SMD_packages/Makefile.in,
14013         newlib/headers/Makefile.in, newlib/msp430/Makefile.in,
14014         newlib/not_vetted_ingo/Makefile.in, newlib/sockets/Makefile.in,
14015         newlib/tests/Makefile.in, newlib/toko/Makefile.in, src/Makefile.in,
14016         src/icons/Makefile.in, src/script/Makefile.in, tools/Makefile.in,
14017         tutorial/Makefile.in: regenerate everything with FC4.
14019 2006-03-21   DJ Delorie * dj AT delorie dot com *
14021         * config.h.in, configure, configure.ac, src/Makefile.am,
14022         src/Makefile.in, src/Pcb.ad.in, src/action.c, src/action.h,
14023         src/autoplace.c, src/autoroute.c, src/buffer.c, src/change.c,
14024         src/command.c, src/command.h, src/const.h, src/control.c,
14025         src/control.h, src/copy.c, src/create.c, src/create.h,
14026         src/crosshair.c, src/data.c, src/data.h, src/dialog.c,
14027         src/dialog.h, src/djopt.c, src/djopt.h, src/dolists.h, src/draw.c,
14028         src/draw.h, src/error.c, src/file.c, src/fileselect.c,
14029         src/fileselect.h, src/find.c, src/find.h, src/flags.c,
14030         src/global.h, src/gui-command-window.c, src/gui-config.c,
14031         src/gui-dialog-print.c, src/gui-dialog-size.c, src/gui-dialog.c,
14032         src/gui-icons-misc.data, src/gui-icons-mode-buttons.data,
14033         src/gui-keyref-window.c, src/gui-library-window.c,
14034         src/gui-log-window.c, src/gui-misc.c, src/gui-netlist-window.c,
14035         src/gui-output-events.c, src/gui-pinout-window.c,
14036         src/gui-top-window.c, src/gui-utils.c, src/gui.c, src/gui.h,
14037         src/heap.c, src/hid.h, src/hid/bom/bom.c, src/hid/bom/hid.conf,
14038         src/hid/common/actions.c, src/hid/common/extents.c,
14039         src/hid/common/flags.c, src/hid/common/hidinit.c,
14040         src/hid/common/hidnogui.c, src/hid/gerber/gerber.c,
14041         src/hid/gerber/hid.conf, src/hid/gtk/gtkhid-main.c,
14042         src/hid/gtk/gtkhid.h, src/hid/gtk/gui-command-window.c,
14043         src/hid/gtk/gui-config.c, src/hid/gtk/gui-dialog-print.c,
14044         src/hid/gtk/gui-dialog-size.c, src/hid/gtk/gui-dialog.c,
14045         src/hid/gtk/gui-icons-misc.data,
14046         src/hid/gtk/gui-icons-mode-buttons.data,
14047         src/hid/gtk/gui-keyref-window.c, src/hid/gtk/gui-library-window.c,
14048         src/hid/gtk/gui-log-window.c, src/hid/gtk/gui-misc.c,
14049         src/hid/gtk/gui-netlist-window.c, src/hid/gtk/gui-output-events.c,
14050         src/hid/gtk/gui-pinout-window.c, src/hid/gtk/gui-top-window.c,
14051         src/hid/gtk/gui-utils.c, src/hid/gtk/gui.h, src/hid/gtk/hid.conf,
14052         src/hid/hidint.h, src/hid/lesstif/dialogs.c,
14053         src/hid/lesstif/hid.conf, src/hid/lesstif/lesstif.h,
14054         src/hid/lesstif/library.c, src/hid/lesstif/main.c,
14055         src/hid/lesstif/menu.c, src/hid/lesstif/netlist.c,
14056         src/hid/lesstif/styles.c, src/hid/lpr/hid.conf, src/hid/lpr/lpr.c,
14057         src/hid/png/hid.conf, src/hid/png/png.c, src/hid/png/png.h,
14058         src/hid/ps/eps.c, src/hid/ps/hid.conf, src/hid/ps/ps.c,
14059         src/hid/ps/ps.h, src/insert.c, src/intersect.c, src/lgdialog.c,
14060         src/lgdialog.h, src/library.c, src/library.h, src/line.c,
14061         src/log.c, src/log.h, src/macro.h, src/main.c, src/menu.c,
14062         src/menu.h, src/misc.c, src/misc.h, src/move.c, src/mtspace.c,
14063         src/mymem.c, src/mymem.h, src/netlist.c, src/netlist.h,
14064         src/output.c, src/output.h, src/parse_l.l, src/parse_y.y,
14065         src/pcb-menu.res, src/pcbtest.sh.in, src/pinout.c, src/pinout.h,
14066         src/polygon.c, src/print.c, src/print.h, src/printdialog.c,
14067         src/printdialog.h, src/printpanner.c, src/printpanner.h,
14068         src/puller.c, src/rats.c, src/report.c, src/report.h,
14069         src/res_lex.l, src/res_parse.y, src/resmenu.c, src/resmenu.h,
14070         src/rotate.c, src/rtree.c, src/search.c, src/select.c,
14071         src/selector.c, src/selector.h, src/set.c, src/set.h,
14072         src/sizedialog.c, src/sizedialog.h, src/strflags.c, src/todo,
14073         src/undo.c, src/undo.h, src/vector.c, src/vendor.c, src/vendor.h: 
14074         HID merge.
14076 2006-03-21   Dan McMahill * dan AT mcmahill dot net *
14078         * README.cvs_branches: note what some of the branches are
14080 2006-03-21   Dan McMahill * dan AT mcmahill dot net *
14082         * README.snapshots: add a few more notes about the snapshot process
14084 2006-03-21   Dan McMahill * dan AT mcmahill dot net *
14086         * README_FILES/Makefile.in, aclocal.m4, example/Makefile.in,
14087         example/libraries/Makefile.in,
14088         newlib/2_pin_thru-hole_packages/Makefile.in, newlib/Makefile.in,
14089         newlib/analog-devices/Makefile.in, newlib/burr-brown/Makefile.in,
14090         newlib/connectors/Makefile.in, newlib/crystal/Makefile.in,
14091         newlib/cypress/Makefile.in, newlib/electro-optics/Makefile.in,
14092         newlib/generic_SMD_packages/Makefile.in,
14093         newlib/headers/Makefile.in, newlib/msp430/Makefile.in,
14094         newlib/not_vetted_ingo/Makefile.in, newlib/sockets/Makefile.in,
14095         newlib/tests/Makefile.in, newlib/toko/Makefile.in,
14096         src/icons/Makefile.in, src/script/Makefile.in, tools/Makefile.in: 
14097         regen
14099 2006-03-21   Dan McMahill * dan AT mcmahill dot net *
14101         * NEWS: add news for the 20060321 snapshot
14103 2006-03-21   Dan McMahill * dan AT mcmahill dot net *
14105         * AUTHORS: update authors a bit
14107 2006-03-21   Dan McMahill * dan AT mcmahill dot net *
14109         * ChangeLog: update with changes for 20060321 snapshot.
14111 2006-03-21   Dan McMahill * dan AT mcmahill dot net *
14113         * Makefile.in, tutorial/Makefile.in: regen
14115 2006-03-21   Dan McMahill * dan AT mcmahill dot net *
14117         * doc/version.texi: bump updated date
14119 2006-03-21   Dan McMahill * dan AT mcmahill dot net *
14121         * doc/Makefile.in: regen
14123 2006-03-21   Dan McMahill * dan AT mcmahill dot net *
14125         * doc/Makefile.am: Minor updates to fix the 'distcheck' target.
14126         Adds a missing file (extract-docs) to the list of distributed files, uses $(srcdir) in a
14127         couple of spots, etc.
14129 2006-03-20   Dan McMahill * dan AT mcmahill dot net *
14131         * configure: regen
14133 2006-03-20   Dan McMahill * dan AT mcmahill dot net *
14135         * configure.ac: - replace obsolete AC_ERROR with AC_MSG_ERROR - store the path to the m4 executible
14137 2006-03-16   DJ Delorie * dj AT delorie dot com *
14139         * src/parse_y.y: Document ElementArc, ElementLine, and Mark.
14141 2006-03-14   Dan McMahill * dan AT mcmahill dot net *
14143         * doc/pad.pcb: add drawing of soldermask opening around a pad
14145 2006-03-14   Dan McMahill * dan AT mcmahill dot net *
14147         * lib/QueryLibrary.sh.in, lib/common.m4: add an optional -fp
14148         argument which will display the correct footprint= attribute for
14149         gschem.  Generally useful for debugging.
14151 2006-03-14   Dan McMahill * dan AT mcmahill dot net *
14153         * lib/pci.inc, lib/pci.list, lib/pci.m4: Remove the abuse of the
14154         value field as a way of passing in multiple extra parameters.  While
14155         here fix the pinlists.  These footprints still have diagonal pads
14156         which are not allowed.
14158 2006-03-14   Dan McMahill * dan AT mcmahill dot net *
14160         * lib/Makefile.in, src/Makefile.in: regen
14162 2006-03-14   Dan McMahill * dan AT mcmahill dot net *
14164         * lib/Makefile.am, lib/genericsmt.inc, lib/genericsmt.list,
14165         lib/genericsmt.m4: garbage collect some footprints that were not at
14166         all conforming to the correct usage of the m4 library system.  In
14167         addition, they were rather redundant.
14169 2006-03-13   Dan McMahill * dan AT mcmahill dot net *
14171         * lib/CreateLibraryContents.sh.in: put the correct gschem footprint=
14172         attribute in [] at the end of each description
14174 2006-03-12   DJ Delorie * dj AT delorie dot com *
14176         * doc/extract-docs: New file, for extracting inline documentation.
14178 2006-03-12   Dan McMahill * dan AT mcmahill dot net *
14180         * lib/QueryLibrary.sh.in: eat blank lines of which there can be many
14181         in the element output
14183 2006-03-11   DJ Delorie * dj AT delorie dot com *
14185         * doc/Makefile.am, doc/Makefile.in, doc/pcb.css, doc/pcb.texi,
14186         src/const.h, src/parse_y.y: Inline documentation.
14188 2006-03-11   DJ Delorie * dj AT delorie dot com *
14190         * src/action.c, src/change.c, src/change.h: Add "join" to SetFlag,
14191         ClrFlag, and ChangeFlag actions.
14193 2006-03-08   Harry Eaton * haceaton AT users dot sourceforge dot net *
14195         * src/autoroute.c: Fixed bug where pads were assumed to be on the
14196         same side as the element
14198         ----------------------------------------------------------------------
14200 2006-03-08   Harry Eaton * haceaton AT users dot sourceforge dot net *
14202         * src/crosshair.c: Crosshair snap to pad ends instead of center -
14203         necessary for rat drawing because rats only connect at pad end
14204         points.
14206         ----------------------------------------------------------------------
14208 2006-03-06   DJ Delorie * dj AT delorie dot com *
14210         * src/print.c: Fab author fixes from Karel.
14212 2006-03-06   Dan McMahill * dan AT mcmahill dot net *
14214         * src/parse_y.y: Fix reduce-reduce conflicts (patch from DJ).
14216 2006-03-03   Dan McMahill * dan AT mcmahill dot net *
14218         * doc/pcb.texi: - clarify that the manual does not currently document the very
14219           latest pcb output file format.  - add a (sparsely populated) glossary appendix - add a note about how to change layers
14221 2006-03-03   Dan McMahill * dan AT mcmahill dot net *
14223         * globalconst.h, src/action.c, src/create.c, src/file.c,
14224         src/find.c, src/global.h, src/gui-config.c, src/parse_y.y,
14225         src/rotate.c, src/sizedialog.c, src/vendor.c: add DRC checks for
14226         minimum drill diameter and minimum annular ring.
14228 2006-03-02   Dan McMahill * dan AT mcmahill dot net *
14230         * src/rats.c: When manually adding nets, make sure we actually pick
14231         a unique name when a new net is created.  Fixes a bug noted by
14232         Vanessa Dannenberg.
14234 2006-02-28   Dan McMahill * dan AT mcmahill dot net *
14236         * doc/pad.pcb: Add a pad drawing showing how a pad is drawn with a
14237         rectangular aperture.  Not used yet, but this will replace the tgif
14238         drawing at some point.
14240 2006-01-29   Dan McMahill * dan AT mcmahill dot net *
14242         * src/error.c: apply some fixes for DragonFly BSD
14244 2006-01-18   Dan McMahill * dan AT mcmahill dot net *
14246         * src/action.c: format cleanup of ActionChangePinName() to bring
14247         more in line with GNU coding standards for C code formatting.
14249 2006-01-17   Dan McMahill * dan AT mcmahill dot net *
14251         * doc/pcb.texi: document ChangePinName action
14253 2006-01-17   Dan McMahill * dan AT mcmahill dot net *
14255         * src/action.c, src/action.h, src/command.c: add a ChangePinName()
14256         action which lets you change the name of a pin/pad on an element.
14257         For example, ChangePinName(U1, 7, VCC) changes the name of pin #7 on
14258         U1 to "VCC".  This makes it simple to propagate pin names from a
14259         schematic capture tool to the layout without requiring the layout
14260         library to know the pin names for every component.
14262 2006-01-16   Harry Eaton * haceaton AT users dot sourceforge dot net *
14264         * src/buffer.c, src/copy.c, src/create.c, src/draw.c, src/find.c,
14265         src/insert.c, src/move.c, src/mymem.c, src/parse_y.y,
14266         src/polygon.c, src/print.c, src/remove.c, src/report.c,
14267         src/search.c, src/select.c: Updated to use rtrees for polygon
14268         handling
14270 2006-01-15   Harry Eaton * haceaton AT users dot sourceforge dot net *
14272         * src/polygon.c: Fixed bugs in GetClosestPolygonPoint where (a) the
14273         passed point was not used, and (b) projection of the segment past
14274         the end was being used when it shouldn't.
14276         ----------------------------------------------------------------------
14278 2006-01-02   Harry Eaton * haceaton AT users dot sourceforge dot net *
14280         * src/autoroute.c: Speed computation of route costs, it uses about
14281         13% of the CPU time during routing.
14283         ----------------------------------------------------------------------
14285 2006-01-02   Harry Eaton * haceaton AT users dot sourceforge dot net *
14287         * src/rtree.c: Speed up the rtree searches by establishing better
14288         balance of the cluster size during a node split. This reduces the
14289         tree depth resulting in faster searching.
14291         ----------------------------------------------------------------------
14293 2006-01-02   Harry Eaton * haceaton AT users dot sourceforge dot net *
14295         * src/strflags.c: Fixed clearline flag so that arcs also have this
14296         property
14298         ----------------------------------------------------------------------
14300 2006-01-02   Harry Eaton * haceaton AT users dot sourceforge dot net *
14302         * src/change.c: Fixed bug where clearances could be set 1 below the
14303         spacing setting
14305         ----------------------------------------------------------------------
14307 2005-12-09   Dan McMahill * dan AT mcmahill dot net *
14309         * doc/Makefile.in: regen [put the html manual in 1 file]
14311 2005-12-09   Dan McMahill * dan AT mcmahill dot net *
14313         * doc/Makefile.am: put the html manual in 1 file.  Its a bit easier
14314         to manage
14316 2005-12-09   Dan McMahill * dan AT mcmahill dot net *
14318         * doc/version.texi: bump date last touched
14320 2005-12-07   Dan McMahill * dan AT mcmahill dot net *
14322         * lib/smt.inc: cause the missing ) in PKG_SMT_2PAD_MM100 to appear
14324 2005-12-06   Dan McMahill * dan AT mcmahill dot net *
14326         * doc/pcb.texi: - added the pad drawing showing how a pad is drawn with an aperture.  - added some comments about the evolving file format for layout
14327         files.
14329 2005-12-02   Dan McMahill * dan AT mcmahill dot net *
14331         * src/create.c, src/global.h, src/gui-netlist-window.c, src/rats.c: 
14332         fix a bug which prevented disabling nets from the ratsnest
14334 2005-12-02   Dan McMahill * dan AT mcmahill dot net *
14336         * lib/geda.inc: fix duplicate PKG_SME4 which should have been called
14337          SME5.  Reported by Wojciech Kazubski in bug #1353304
14339 2005-12-02   Dan McMahill * dan AT mcmahill dot net *
14341         * src/pcbtest.sh.in: Be sure to set the library path to the source
14342         tree.  Patch supplied by Wim Lewis in patch #1362564
14344 2005-10-11   Dan McMahill * dan AT mcmahill dot net *
14346         * lib/geda.inc: redo the 0201, 0402, etc passives to bring them in
14347         line with the IPC recommendations.  The pads on, for example 0603,
14348         were too small before.  They worked, were really not adequate.
14350 2005-10-11   Dan McMahill * dan AT mcmahill dot net *
14352         * lib/smt.inc: add a PKG_SMT_2PAD_MM100 which directly takes
14353         dimensions for the pads, silk, and placement courtyard from IPC-7351
14354         for things like 0402 capacitor and resistor footprints.
14356 2005-09-06   Dan McMahill * dan AT mcmahill dot net *
14358         * autogen.sh: make this script a bit more verbose and also abort on
14359         errors
14361 2005-09-06   Dan McMahill * dan AT mcmahill dot net *
14363         * configure: regen
14365 2005-09-06   Dan McMahill * dan AT mcmahill dot net *
14367         * configure.ac: make sure to check for -lX11 even when we're using
14368         the gtk gui.  action.c still has a direct call to an X function
14369         (XWarpPointer) so on some systems (Solaris) you need to explicitly
14370         link -lX11 instead of getting it through the gtk dependencies
14372 2005-08-05   Dan McMahill * dan AT mcmahill dot net *
14374         * configure: regen
14376 2005-08-05   Dan McMahill * dan AT mcmahill dot net *
14378         * configure.ac: check for gtk+ >= 2.4.0 instead of 2.2.0 since we
14379         need >= 2.4.0
14381 2005-08-05   Dan McMahill * dan AT mcmahill dot net *
14383         * src/script/Makefile.am, src/script/Makefile.in: add pcb-print to
14384         the list of distributed files
14386 2005-08-05   Dan McMahill * dan AT mcmahill dot net *
14388         * src/script/pcb-print: fix a bug in the --add-alignment option.
14389         Noted by David Baird
14391 2005-08-04   Dan McMahill * dan AT mcmahill dot net *
14393         * src/gui-library-window.c: fix -auto-place for the library window
14395 2005-08-04   Dan McMahill * dan AT mcmahill dot net *
14397         * src/script/pcb-print: add script to make it easier to print from
14398         the command line
14400 2005-08-04   Dan McMahill * dan AT mcmahill dot net *
14402         * src/action.c, src/action.h, src/command.c, src/global.h,
14403         src/gui-library-window.c, src/gui-log-window.c,
14404         src/gui-netlist-window.c, src/gui-pinout-window.c,
14405         src/gui-top-window.c, src/main.c, src/misc.c,
14406         src/script/Makefile.am, src/script/Makefile.in: - change the Print action to PrintDialog since it causes the print   dialog box to come up - add a new Print action provided by David Baird as patch # 1212168.    Modified by me to work with the gtk version of pcb.  - to let this action work, allow actions to take a parameter list
14407           and # of parameters to allow large numbers of arguments.  - modify the Quit action and some of the initialization code so that   you can use Quit() in a startup script.  - add a -auto-place command line option which causes the windows to
14408           be automatically placed rather than letting the window manager do
14409           it.  This is useful when printing via the command line.  - add a command line shell script for printing.  This is a wrapper
14410           which takes a whole bunch of flags relating to the print parameters
14411           and translates that to the correct invocation of the Print() action.    Shell script provided by David Baird as part of patch #1212168 and   modified by me to make it portable.
14413 2005-07-31   Dan McMahill * dan AT mcmahill dot net *
14415         * lib/geda.inc: add 1008 package
14417 2005-07-27   Dan McMahill * dan AT mcmahill dot net *
14419         * lib/bourns.inc: fix the pin order.
14421 2005-07-24   Harry Eaton * haceaton AT users dot sourceforge dot net *
14423         * src/gui-config.c: Fix initial layer groups so that layer named
14424         'component' is actually on the component side and layer named
14425         'solder' is actually on the solder side. Unfortunately the GTK
14426         version saves the old bug in the .pcb/preferences file so no
14427         patching will fix existing installations. They must manually edit
14428         the layer groups and check the "use as default" to fix their
14429         installation.
14431         ----------------------------------------------------------------------
14433 2005-07-23   Dan McMahill * dan AT mcmahill dot net *
14435         * aclocal.m4, configure: regen (fix botched commit which was missing
14436         some M4 paths)
14438 2005-07-22   Dan McMahill * dan AT mcmahill dot net *
14440         * doc/pcb.texi, doc/version.texi: add appendix describing the
14441         centroid file format along with the algorithm for finding the
14442         centroid and rotation.
14444 2005-07-22   Dan McMahill * dan AT mcmahill dot net *
14446         * src/print.c: remove some redundant code to make things more clear
14448 2005-07-18   Dan McMahill * dan AT mcmahill dot net *
14450         * lib/genericsmt.m4: fix typo
14452 2005-07-18   Dan McMahill * dan AT mcmahill dot net *
14454         * aclocal.m4, configure: regen
14456 2005-07-18   Dan McMahill * dan AT mcmahill dot net *
14458         * configure.ac, src/vendor.c: add a check for sys/types.h and then
14459         if found, include in vendor.c.  Needed to build on FreeBSD.  Problem
14460         and fix reported in bug #1220963.
14462 2005-07-18   Dan McMahill * dan AT mcmahill dot net *
14464         * lib/qfn.inc: hires-ify the QFN packages.  While here make sure we
14465         use an appropriate soldermask relief for this style of package.
14467 2005-07-18   Dan McMahill * dan AT mcmahill dot net *
14469         * src/gui-dialog-print.c, src/gui-dialog-size.c, src/set.c: remove
14470         the inclusion of menu.h.  We don't use that file anymore and the
14471         only reason we could still build on some systems is we'd find the
14472         /usr/include/menu.h from curses!  Problem noted in bug #1226924 by
14473         Axeloide.
14475 2005-07-18   Dan McMahill * dan AT mcmahill dot net *
14477         * doc/refcard.tex, src/gui-keyref-window.c, src/gui-output-events.c: 
14478         apply patches provided by Bill Wilson in patch #1230708.   Fix key bindings for drill size changes to be <mod>s  and <shift><mod>s to agree with the Xaw default key  bindings.   Add missing key bindings '/' and '.' for cycle  multiline mode and toggle 45 degree enforcement  respectively.   Fix refcard.tex to reflect the current set of key binding.   Now the gtk key bindings and the refcard should be in  sync and be the same as the default Xaw PCB bindings  with one exception: the buffer selection binding is  <control>1...5 instead of <shift>1...5. This can be  fixed but at the cost of removing the shortcuts from  the menus because gtk can't use <shift>digits as menu  shortcuts.
14480 2005-07-18   Dan McMahill * dan AT mcmahill dot net *
14482         * INSTALL, NEWS, README-GTK_PORT: apply patches provided by Bill
14483         Wilson in patch #1230704  This patch adds a note to the README-GTK_PORT about  runtime warnings if using early gtk+2.4.0 versions.   It also makes small adjustments to the INSTALL file to  remove an outdated Xt reference and a non-existent  68HC11 file reference.   In addition, note that gtk+2.4 is needed, not gtk+2.2.
14485 2005-07-18   Dan McMahill * dan AT mcmahill dot net *
14487         * src/global.h, src/gui-config.c, src/gui-top-window.c, src/gui.h: 
14488         apply patches provided by Bill Wilson in patch #1227292  As per a request on the gEDA list, this patch adds a  Preferences option to make the layout name appear on  the window title bar instead of on the main menu bar  area. This is convenient when the layout name might be  somewhat long and takes up too much horizontal space on  the menu bar area.
14490 2005-07-18   Dan McMahill * dan AT mcmahill dot net *
14492         * src/file.c, src/gui-config.c, src/gui-top-window.c: apply patches
14493          provided by Bill Wilson in patch #1227205 When loading layouts using
14494          alternating mil/mm units, the PCB units displaying can get out of
14495          sync. This patch fixes it.
14497 2005-07-18   Dan McMahill * dan AT mcmahill dot net *
14499         * src/find.c, src/gui-utils.c: apply patches provided by Bill Wilson
14500         in patch #1215935 1) The DRC user interface issue has been reported on the gEDA
14501         mailing list and is listed on the PCB bugs page as request id
14502         1206762 dated 2005-05-23 01:29 and is fixed in this patch.  3) Fix a dangling DRC check g_message() which I overlooked fixing
14503         during the final Gtk port cleanup.  4) Adjust the DRC draw centering to be 1/4 screen offset since the
14504         continue dialog is centered (under window manager control) and that
14505         was covering up the DRC highlighted portion of the draw which was
14506         previously also centered.  2) The log window was not scrolling to keep most recent log items
14507         added in view and this patch fixes that.
14509 2005-07-18   Dan McMahill * dan AT mcmahill dot net *
14511         * src/const.h, src/global.h, src/gui-netlist-window.c: apply the
14512         patches provided by Wim Lewis in patch #1189989 to allow pcb to
14513         compile more cleanly on OpenBSD.
14515 2005-06-11   DJ Delorie * dj AT delorie dot com *
14517         * src/action.c, src/autoroute.c, src/buffer.c, src/change.c,
14518         src/const.h, src/copy.c, src/create.c, src/create.h,
14519         src/crosshair.c, src/data.h, src/dev_rs274x.c, src/djopt.c,
14520         src/draw.c, src/file.c, src/find.c, src/global.h,
14521         src/gui-top-window.c, src/insert.c, src/line.c, src/macro.h,
14522         src/misc.c, src/misc.h, src/move.c, src/mymem.c, src/parse_l.l,
14523         src/parse_y.y, src/polygon.c, src/print.c, src/rats.c,
14524         src/report.c, src/rotate.c, src/search.c, src/strflags.c,
14525         src/strflags.h, src/undo.c, src/undo.h: Update sources to support
14526         more than 8 layers.
14528 2005-06-08   Dan McMahill * dan AT mcmahill dot net *
14530         * NEWS: add news for 20050609
14532 2005-06-08   Dan McMahill * dan AT mcmahill dot net *
14534         * ChangeLog: add changes for 20050609
14536 2005-06-08   Dan McMahill * dan AT mcmahill dot net *
14538         * globalconst.h: reduce minimum board size from 1.2 to 0.6 inches
14540 2005-06-08   Dan McMahill * dan AT mcmahill dot net *
14542         * src/Makefile.in: regen [add missing strflags.h]
14544 2005-06-08   Dan McMahill * dan AT mcmahill dot net *
14546         * src/Makefile.am: add missing strflags.h
14548 2005-06-08   Dan McMahill * dan AT mcmahill dot net *
14550         * configure: regen
14552 2005-06-08   Dan McMahill * dan AT mcmahill dot net *
14554         * configure.ac: make sure we still set the X library rpath (yes, it
14555         is still possible to use --disable-rpath debian folks).
14557 2005-06-08   Dan McMahill * dan AT mcmahill dot net *
14559         * src/draw.c, src/global.h, src/gui-config.c,
14560         src/gui-output-events.c, src/gui-top-window.c, src/gui-utils.c,
14561         src/main.c: convert several c++ style comments to c comments.  not
14562         all compilers like //
14564 2005-06-03   DJ Delorie * dj AT delorie dot com *
14566         * src/djopt.c: Avoid name conflict with abs/min/max
14568 2005-05-26   Dan McMahill * dan AT mcmahill dot net *
14570         * configure: regen [error out if m4 not found]
14572 2005-05-26   Dan McMahill * dan AT mcmahill dot net *
14574         * configure.ac: error out if m4 is not found
14576 2005-03-28   DJ Delorie * dj AT delorie dot com *
14578         * src/strflags.c: Fix the "all pads are ovals" bug.
14580 2005-03-21   DJ Delorie * dj AT delorie dot com *
14582         * src/strflags.c: Minor bugfixes related to error handling
14584 2005-03-21   DJ Delorie * dj AT delorie dot com *
14586         * src/Makefile.am, src/Makefile.in, src/file.c, src/parse_y.y,
14587         src/strflags.c, src/strflags.h: When saving files, convert flags to
14588         symbolic format instead of storing the actual internal bitfield.
14590 2005-03-21   DJ Delorie * dj AT delorie dot com *
14592         * src/const.h: Put parens around computed macros.  Use ~0 instead of
14593         -1 for "all bits".
14595 2005-03-14   Dan McMahill * dan AT mcmahill dot net *
14597         * src/gui-icons-misc.data, src/gui-icons-mode-buttons.data: add some
14598         files missed in the gtk-pcb checkin
14600 2005-03-13   Dan McMahill * dan AT mcmahill dot net *
14602         * doc/pcbrc-sample, src/file.c, src/global.h, src/gui-config.c,
14603         src/gui-top-window.c, src/gui.h, src/main.c, src/misc.c,
14604         src/misc.h, src/pcbtest.sh.in: add some config file patches from
14605         Bill Wilson
14607 2005-03-12   Dan McMahill * dan AT mcmahill dot net *
14609         * README-GTK_PORT, configure, configure.ac, doc/version.texi,
14610         globalconst.h, po/fr_FR.po, po/pcb.pot, src/Makefile.am,
14611         src/Makefile.in, src/Pcb.ad.in, src/action.c, src/action.h,
14612         src/autoplace.c, src/autoroute.c, src/buffer.c, src/change.c,
14613         src/clip.c, src/clip.h, src/command.c, src/command.h, src/const.h,
14614         src/create.c, src/crosshair.c, src/data.c, src/data.h,
14615         src/dev_ps.c, src/dev_rs274x.c, src/djopt.c, src/djopt.h,
14616         src/draw.c, src/draw.h, src/drill.c, src/error.c, src/error.h,
14617         src/file.c, src/file.h, src/find.c, src/global.h,
14618         src/gui-command-window.c, src/gui-config.c, src/gui-dialog-print.c,
14619         src/gui-dialog-size.c, src/gui-dialog.c, src/gui-keyref-window.c,
14620         src/gui-library-window.c, src/gui-log-window.c, src/gui-misc.c,
14621         src/gui-netlist-window.c, src/gui-output-events.c,
14622         src/gui-pinout-window.c, src/gui-top-window.c, src/gui-utils.c,
14623         src/gui.h, src/heap.c, src/insert.c, src/intersect.c, src/line.c,
14624         src/macro.h, src/main.c, src/menu.h, src/misc.c, src/misc.h,
14625         src/move.c, src/mtspace.c, src/mymem.c, src/output.c, src/output.h,
14626         src/parse_l.l, src/parse_y.y, src/pcb-menu.res, src/pcbtest.sh.in,
14627         src/polygon.c, src/print.c, src/rats.c, src/rats.h, src/report.c,
14628         src/res_parse.y, src/rotate.c, src/rtree.c, src/script/pcb.in,
14629         src/select.c, src/select.h, src/set.c, src/set.h, src/undo.c,
14630         src/vector.c, src/vendor.c, src/vendor.h: Import Bill Wilson's port
14631         of pcb to gtk.  Things seem to compile and run but this should be
14632         considered a work in progress at the moment.
14634 2005-03-12   Dan McMahill * dan AT mcmahill dot net *
14636         * doc/Makefile.in: regen
14638 2005-03-12   Dan McMahill * dan AT mcmahill dot net *
14640         * doc/Makefile.am: add a few missing files to EXTRA_DIST
14642 2005-03-10   Dan McMahill * dan AT mcmahill dot net *
14644         * ChangeLog: update with latest changes
14646 2005-03-10   Dan McMahill * dan AT mcmahill dot net *
14648         * Makefile.in, README_FILES/Makefile.in, doc/Makefile.in,
14649         doc/version.texi, example/Makefile.in,
14650         example/libraries/Makefile.in, lib/Makefile.in,
14651         newlib/2_pin_thru-hole_packages/Makefile.in, newlib/Makefile.in,
14652         newlib/analog-devices/Makefile.in, newlib/burr-brown/Makefile.in,
14653         newlib/connectors/Makefile.in, newlib/crystal/Makefile.in,
14654         newlib/cypress/Makefile.in, newlib/electro-optics/Makefile.in,
14655         newlib/generic_SMD_packages/Makefile.in,
14656         newlib/headers/Makefile.in, newlib/msp430/Makefile.in,
14657         newlib/not_vetted_ingo/Makefile.in, newlib/sockets/Makefile.in,
14658         newlib/tests/Makefile.in, newlib/toko/Makefile.in, src/Makefile.in,
14659         src/icons/Makefile.in, src/script/Makefile.in, tools/Makefile.in,
14660         tutorial/Makefile.in: regen after adding gtk configure.ac stuff
14662 2005-03-10   Dan McMahill * dan AT mcmahill dot net *
14664         * autogen.sh: use ACLOCAL_FLAGS if set
14666 2005-03-10   Dan McMahill * dan AT mcmahill dot net *
14668         * lib/geda.inc, lib/misc.inc, lib/to.inc: add MULTIWATT and friends.
14669         Fix drill size for several versions of the TO-220 package, fix some
14670         bugs which caused several TO-220 packages and others to generate
14671         syntax errors, and fix the drill size on several TO-* packages.  You
14672         can't fit a 40 mil pin in a 20 mil hole!
14674 2005-02-23   DJ Delorie * dj AT delorie dot com *
14676         * src/global.h, src/main.c, src/print.c: Allow FAB author name to be
14677         set by .Xdefaults
14679 2005-02-10   Dan McMahill * dan AT mcmahill dot net *
14681         * src/action.h: add a few missing prototypes
14683 2005-02-09   Dan McMahill * dan AT mcmahill dot net *
14685         * aclocal.m4: regen
14687 2005-02-09   Dan McMahill * dan AT mcmahill dot net *
14689         * configure: regen after adding --enable-gtk and --disable-xaw
14691 2005-02-09   Dan McMahill * dan AT mcmahill dot net *
14693         * configure.ac: add --enable-gtk and --disable-xaw configure flags
14694         which will turn on the configuring of gtk+ and turn off the
14695         configuring of Athena widgets respectively.  At this time the effect
14696         is that you will not be able to compile if you use these options.
14697         They are added to help support some gtk+ development work.
14699 2005-02-02   Dan McMahill * dan AT mcmahill dot net *
14701         * src/data.c, src/dialog.c, src/printdialog.c: fix a segfault bug
14702         when using <Key>Up and <Key>Down to try and adjust the scale slider
14703         in the print dialog box.  While here fix up the print dialog box so
14704         that you can use the arrow keys to fine adjust the scale slider.
14705         Noted in bug #1111847 filed by Bob Paddock.
14707 2005-02-02   Dan McMahill * dan AT mcmahill dot net *
14709         * src/rotate.c: fix a segfault bug on the pinout window (no null
14710         pointer dereference)
14712 2005-02-02   Dan McMahill * dan AT mcmahill dot net *
14714         * src/Pcb.ad.in: change units to 1/100 mil for pinout window offset
14716 2005-01-30   Dan McMahill * dan AT mcmahill dot net *
14718         * lib/geda.inc: Add DIP44.  Provided by Walter Fetter Lages in patch
14719         #1108881
14721 2005-01-30   Dan McMahill * dan AT mcmahill dot net *
14723         * lib/misc.inc: fix drill size for ZIP packages.  Noted by Walter
14724         Fetter Lages in patch #1108881
14726 2005-01-30   Dan McMahill * dan AT mcmahill dot net *
14728         * lib/connector.inc: fix drill size for PKG_BNC_LAY.  Provided by
14729         Walter Fetter Lages in patch #1108881
14731 2005-01-30   Dan McMahill * dan AT mcmahill dot net *
14733         * lib/geda.inc: add TQFP packages provided by Walter Fetter Lages in
14734         patch #1108881.  More to come from that patch...
14736 2005-01-29   Dan McMahill * dan AT mcmahill dot net *
14738         * doc/Makefile.in: regen
14740 2005-01-29   Dan McMahill * dan AT mcmahill dot net *
14742         * doc/Makefile.am: add flag to keep building the html manual as a
14743         single page.  Having multiple pages seems to do strange things to
14744         the install.
14746 2005-01-29   Dan McMahill * dan AT mcmahill dot net *
14748         * doc/Makefile.in: regen
14750 2005-01-29   Dan McMahill * dan AT mcmahill dot net *
14752         * doc/Makefile.am: fix typo in target for creating texi files from
14753         the ascii list of drills
14755 2005-01-29   Dan McMahill * dan AT mcmahill dot net *
14757         * doc/Makefile.in: regen
14759 2005-01-29   Dan McMahill * dan AT mcmahill dot net *
14761         * doc/Makefile.am, doc/ascii2texi.awk, doc/fractional_size.tab,
14762         doc/letter_size.tab, doc/metric_size.tab, doc/pcb.texi,
14763         doc/wire_size.tab: add an appendix with a big list of drill sizes.
14764         Included are American Standard wire size, letter size, fractional
14765         size, and metric.
14767 2005-01-27   Dan McMahill * dan AT mcmahill dot net *
14769         * NEWS: add news for snapshot 20050127
14771 2005-01-27   Dan McMahill * dan AT mcmahill dot net *
14773         * ChangeLog: update to get ready for next snapshot
14775 2005-01-27   Dan McMahill * dan AT mcmahill dot net *
14777         * Makefile.in, README_FILES/Makefile.in, aclocal.m4,
14778         doc/Makefile.in, example/Makefile.in,
14779         example/libraries/Makefile.in, lib/Makefile.in,
14780         newlib/2_pin_thru-hole_packages/Makefile.in, newlib/Makefile.in,
14781         newlib/analog-devices/Makefile.in, newlib/burr-brown/Makefile.in,
14782         newlib/connectors/Makefile.in, newlib/crystal/Makefile.in,
14783         newlib/cypress/Makefile.in, newlib/electro-optics/Makefile.in,
14784         newlib/generic_SMD_packages/Makefile.in,
14785         newlib/headers/Makefile.in, newlib/msp430/Makefile.in,
14786         newlib/not_vetted_ingo/Makefile.in, newlib/sockets/Makefile.in,
14787         newlib/tests/Makefile.in, newlib/toko/Makefile.in, src/Makefile.in,
14788         src/icons/Makefile.in, src/script/Makefile.in, tools/Makefile.in,
14789         tutorial/Makefile.in: update to latest automake
14791 2005-01-27   Dan McMahill * dan AT mcmahill dot net *
14793         * src/Pcb.ad.in, src/main.c: change pcb to Pcb in a commented out
14794         resource
14796 2005-01-27   Dan McMahill * dan AT mcmahill dot net *
14798         * lib/geda.inc, lib/misc.inc: fix the LED3 and LED5 footprints for
14799         T-1 and T-1 3/4 (3mm and 5mm) standard LED's.  The old footprint had
14800         drill holes which were too small and also there was silk on the pad.
14802 2005-01-26   Dan McMahill * dan AT mcmahill dot net *
14804         * lib/plcc.inc: increase the padsize and drill size for through-hole
14805         PLCC sockets
14807 2005-01-25   DJ Delorie * dj AT delorie dot com *
14809         * src/pcb-menu.res: Oops, take out test entry
14811 2005-01-25   DJ Delorie * dj AT delorie dot com *
14813         * src/menu.c, src/pcb-menu.res, src/resmenu.c, src/resmenu.h: Move
14814         right-click popup menu to pcb-menu.res also.
14816 2005-01-21   Dan McMahill * dan AT mcmahill dot net *
14818         * doc/version.texi: bump date
14820 2005-01-21   Dan McMahill * dan AT mcmahill dot net *
14822         * src/create.c: do not complain about MIN_PINORVIACOPPER on a
14823         mounting hole
14825 2005-01-21   Dan McMahill * dan AT mcmahill dot net *
14827         * src/Pcb.ad.in, src/main.c, src/set.c: - break the status line into 2 lines as it was getting rather long - put the cursor position line below the menu as it is also getting   rather long with the metric display.  Besides keeping the 2 lines from being cutoff on smaller displays,
14828         it seems to avoid some of the strange Xaw issues seen in bug
14829         #1099862 and patch #1042731 where the porthole for the main drawing
14830         area is not properly sized and where the status line is sometimes
14831         covered by the porthole.
14833 2005-01-21   Dan McMahill * dan AT mcmahill dot net *
14835         * src/Makefile.in: regen
14837 2005-01-21   Dan McMahill * dan AT mcmahill dot net *
14839         * src/Makefile.am: for the .test/Pcb apps-default file (the one used
14840         when running before installation), use the pcb-menu.res file in the
14841         source directory.
14843 2005-01-21   Dan McMahill * dan AT mcmahill dot net *
14845         * doc/pcb.texi, src/action.c, src/pcb-menu.res: Add "Selected" and
14846         "All" arguments to DisperseElements so you have the option to not
14847         disperse all of them.  Add corresponding menu choices.
14849 2005-01-18   Dan McMahill * dan AT mcmahill dot net *
14851         * src/print.c: avoid having text overlaying text in the fab drawing
14852         when a very small number of drill sizes are used.  Problem reported
14853         in bug #1100163.  Patch provided by Mick.
14855 2005-01-18   Dan McMahill * dan AT mcmahill dot net *
14857         * configure: regen
14859 2005-01-18   Dan McMahill * dan AT mcmahill dot net *
14861         * configure.ac: add a --disable-rpath flag to disable hardcoding of
14862         the X11 library path.  Default behaviour is unchanged.
14864 2005-01-17   Dan McMahill * dan AT mcmahill dot net *
14866         * src/main.c: use LAYOUT_BOTTOM to always put the status line at the
14867         bottom of the main window.  Gets rid of some annoying bugs on
14868         solaris and some other systems where the status line would sometimes
14869         get covered up when the window was resized.
14871 2005-01-17   Dan McMahill * dan AT mcmahill dot net *
14873         * src/create.c: in the message log produced when a via size has to
14874         be increased to meet the minimum copper, add a location to make it
14875         easier to locate the via.
14877 2005-01-17   Dan McMahill * dan AT mcmahill dot net *
14879         * src/Pcb.ad.in, src/main.c: Increase
14880         Pcb.masterForm*cursorPosition.width to make room for metric display.
14881         Provided by Mark Whitis in patch #1042731
14883 2005-01-17   Dan McMahill * dan AT mcmahill dot net *
14885         * doc/pcb.texi: add docs for ChangeClearSize() action.  Also apply
14886         some other fixes provided in patch #1068842
14888 2005-01-14   Dan McMahill * dan AT mcmahill dot net *
14890         * lib/misc.inc: increase quoting of $2 in PKG_CRYSTAL to avoid the
14891         refdes from being expanded by m4.  Lets you use "X1" as the refdes
14892         in gschem and gsch2pcb
14894 2005-01-13   Dan McMahill * dan AT mcmahill dot net *
14896         * README_FILES/Makefile.in: regen
14898 2005-01-13   Dan McMahill * dan AT mcmahill dot net *
14900         * doc/version.texi: udate data
14902 2005-01-13   Dan McMahill * dan AT mcmahill dot net *
14904         * src/pcb-menu.res: add DisperseElements() to menu
14906 2005-01-13   Dan McMahill * dan AT mcmahill dot net *
14908         * src/control.c, src/main.c, src/resmenu.c: remove some more
14909         compiler warnings
14911 2005-01-13   Dan McMahill * dan AT mcmahill dot net *
14913         * doc/pcb.texi, src/action.c, src/action.h, src/main.c: add a
14914         DisperseElements() action which will disperse all elemnents in a
14915         layout.  The purpose is to spread out elements which are all on top
14916         of each other at the very beginning of a design.
14918 2005-01-06   Dan McMahill * dan AT mcmahill dot net *
14920         * README, README_FILES/LICENSE, README_FILES/MAILING,
14921         README_FILES/Makefile.am, README_FILES/README: remove duplicated
14922         files and fix some out of date info
14924 2005-01-06   Dan McMahill * dan AT mcmahill dot net *
14926         * src/djopt.c, src/rtree.c: cast some pointers to (void *) when
14927         printing debug output.  reduces the # of compiler warnings
14929 2005-01-03   Dan McMahill * dan AT mcmahill dot net *
14931         * src/action.c, src/autoplace.c, src/autoroute.c, src/box.h,
14932         src/buffer.c, src/buffer.h, src/change.c, src/change.h, src/clip.c,
14933         src/clip.h, src/copy.c, src/copy.h, src/create.c, src/create.h,
14934         src/crosshair.c, src/crosshair.h, src/data.c, src/data.h,
14935         src/dev_ps.c, src/dev_rs274x.c, src/draw.c, src/file.c, src/find.c,
14936         src/find.h, src/global.h, src/insert.c, src/insert.h,
14937         src/intersect.c, src/line.c, src/macro.h, src/mirror.c,
14938         src/mirror.h, src/misc.c, src/misc.h, src/move.c, src/move.h,
14939         src/mtspace.c, src/output.c, src/output.h, src/pinout.c,
14940         src/polygon.c, src/polygon.h, src/print.c, src/print.h,
14941         src/printdialog.c, src/rotate.c, src/rotate.h, src/rubberband.c,
14942         src/search.c, src/search.h, src/set.c, src/set.h, src/undo.c,
14943         src/undo.h: change "Location" to "LocationType".  Avoids some
14944         confusion with some compilers (SunPRO in particular) when "Location"
14945         is also used as part of a struct.
14947 2004-12-31   Dan McMahill * dan AT mcmahill dot net *
14949         * src/vendor.c: move the regfree() call _before_ the return from the
14950         function that calls it so that it actually happens.
14952 2004-12-12   Dan McMahill * dan AT mcmahill dot net *
14954         * src/vendor.c: remove a compiler warning
14956 2004-11-20   Dan McMahill * dan AT mcmahill dot net *
14958         * src/set.c: add metric output to the location display.  Based on
14959         patches provided in patch #1042731 by Mark Whitis
14961 2004-11-20   Dan McMahill * dan AT mcmahill dot net *
14963         * src/main.c: adjust Pcb.masterForm*cursorPosition.width to match
14964         the app-defaults file value
14966 2004-11-20   Dan McMahill * dan AT mcmahill dot net *
14968         * src/actionlist.c: revert previous.  Seems to have snuck in by
14969         mistake in the strcmp() cleanup.
14971 2004-11-20   Dan McMahill * dan AT mcmahill dot net *
14973         * src/pcb-menu.res: add <Key>. as the hotkey for toggling 45 degree
14974         line mode.  addressed bug #1069665 filed by Mark Whitis.
14976 2004-11-19   Harry Eaton * haceaton AT users dot sourceforge dot net *
14978         * src/crosshair.c: Snap to pads go to pad centers and allow snapping
14979         to element mark too.
14981         ----------------------------------------------------------------------
14983 2004-11-19   Harry Eaton * haceaton AT users dot sourceforge dot net *
14985         * src/action.c, src/actionlist.c, src/autoplace.c, src/create.c,
14986         src/dev_rs274x.c, src/dialog.c, src/djopt.c, src/draw.c,
14987         src/file.c, src/fileselect.c, src/macro.h, src/main.c, src/misc.c,
14988         src/netlist.c, src/print.c, src/rats.c, src/res_parse.y,
14989         src/search.c, src/selector.c, src/set.c, src/vendor.c: Replace all
14990         strcmp with a macro that tests for NULL pointers
14992         ----------------------------------------------------------------------
14994 2004-11-08   Dan McMahill * dan AT mcmahill dot net *
14996         * src/control.c: Restore translation table for the mode buttons.
14997         This seems to fix the "mode buttons are not responsive" bug reported
14998         in bug #716517 Patch provided by Daniel Nilsson in patch #1023078.
15000 2004-11-07   Harry Eaton * haceaton AT users dot sourceforge dot net *
15002         * src/change.c, src/change.h: Allow element names to be edited over
15003         the name itself
15005         ----------------------------------------------------------------------
15007 2004-11-02   Dan McMahill * dan AT mcmahill dot net *
15009         * src/Pcb.ad.in: Fix the <Key>. binding to toggle 45 degree mode.
15010         Addresses bug #1022800
15012 2004-11-01   Dan McMahill * dan AT mcmahill dot net *
15014         * config.h.in, configure: regen [add support for ElectricFence
15015         debugging.  --enable-efence]
15017 2004-11-01   Dan McMahill * dan AT mcmahill dot net *
15019         * configure.ac: add support for ElectricFence debugging.
15020         --enable-efence
15022 2004-11-01   Dan McMahill * dan AT mcmahill dot net *
15024         * doc/pcb.texi, doc/version.texi: clarify the units used by PCB a
15025         bit
15027 2004-10-31   Dan McMahill * dan AT mcmahill dot net *
15029         * doc/pcb.texi, src/vendor.c: Allow the use of regular expressions
15030         in the resources which specify elements which should not have their
15031         drill holes mapped to the vendor table.
15033 2004-10-30   Dan McMahill * dan AT mcmahill dot net *
15035         * src/pcb-menu.res, src/vendor.c: Modify the LoadVendor() action so
15036         if the file name is not give, the user is presented with a file
15037         selection dialog box to choose a file.  Also add a menu choice for
15038         this.
15040 2004-10-30   Dan McMahill * dan AT mcmahill dot net *
15042         * src/script/pcb.in:  Quote "$@" to keep args whole
15044 2004-10-29   Dan McMahill * dan AT mcmahill dot net *
15046         * src/Makefile.am, src/Makefile.in: add missing vendor.h
15048 2004-10-29   Dan McMahill * dan AT mcmahill dot net *
15050         * doc/pcb.texi: document vendor drill mapping
15052 2004-10-29   Dan McMahill * dan AT mcmahill dot net *
15054         * src/Makefile.in, src/actionlist.c: regen after adding vendor
15055         resource/mapping code
15057 2004-10-29   Dan McMahill * dan AT mcmahill dot net *
15059         * src/Makefile.am, src/action.c, src/change.c, src/change.h,
15060         src/create.c, src/pcb-menu.res, src/vendor.c, src/vendor.h: Add
15061         support for a loadable vendor resource.  The primary purpose is to
15062         import a list of vendor supported or prefered drill sizes.  The
15063         design is then modified to change drills to sizes in the drill list.
15064         Additionally, the vendor resource file may include DRC settings.
15066 2004-10-27   DJ Delorie * dj AT delorie dot com *
15068         * src/resmenu.c: Support multiple actions per line for -action and
15069         -script
15071 2004-10-27   DJ Delorie * dj AT delorie dot com *
15073         * src/pcbtest.sh.in:  Quote "$@" to keep args whole
15075 2004-10-27   DJ Delorie * dj AT delorie dot com *
15077         * src/actionlist.c, src/global.h, src/main.c, src/resmenu.c: Add
15078         -action command line, to execute one action string at startup
15080 2004-10-27   DJ Delorie * dj AT delorie dot com *
15082         * src/pcb-menu.res, src/res_lex.l: Add support for comments.
15083         Comments begin with '#' and extend to the end of the line.
15085 2004-10-27   DJ Delorie * dj AT delorie dot com *
15087         * doc/pcb.texi, doc/version.texi: Document resource file comments
15089 2004-10-26   Dan McMahill * dan AT mcmahill dot net *
15091         * src/dialog.c: remove unused variable, make sure return returns a
15092         value on a non-void fn
15094 2004-10-25   Dan McMahill * dan AT mcmahill dot net *
15096         * src/dialog.c: Add date and compile time to the About dialog.
15097         Patch provided as patch #1053444 by Bob Paddock.
15099 2004-10-25   Dan McMahill * dan AT mcmahill dot net *
15101         * src/buffer.c: Fix one more (last one maybe?) hires bug where when
15102         converting a selection or buffer to element, the soldermask relief
15103         is 100x smaller than the default.  Address bug report #1049033.
15105 2004-10-25   Dan McMahill * dan AT mcmahill dot net *
15107         * Makefile.in, README_FILES/Makefile.in, example/Makefile.in,
15108         example/libraries/Makefile.in, lib/Makefile.in,
15109         newlib/2_pin_thru-hole_packages/Makefile.in, newlib/Makefile.in,
15110         newlib/analog-devices/Makefile.in, newlib/burr-brown/Makefile.in,
15111         newlib/connectors/Makefile.in, newlib/crystal/Makefile.in,
15112         newlib/cypress/Makefile.in, newlib/electro-optics/Makefile.in,
15113         newlib/generic_SMD_packages/Makefile.in,
15114         newlib/headers/Makefile.in, newlib/msp430/Makefile.in,
15115         newlib/not_vetted_ingo/Makefile.in, newlib/sockets/Makefile.in,
15116         newlib/tests/Makefile.in, newlib/toko/Makefile.in, src/Makefile.in,
15117         src/icons/Makefile.in, src/script/Makefile.in, tools/Makefile.in,
15118         tutorial/Makefile.in: regen so that all Makefile.in files came from
15119         the same version of automake
15121 2004-10-25   Dan McMahill * dan AT mcmahill dot net *
15123         * doc/version.texi: update date on manual since there have been
15124         additions
15126 2004-10-23   Dan McMahill * dan AT mcmahill dot net *
15128         * doc/pcb.texi: minor fixups to make this happy again with the new
15129         texinfo.tex
15131 2004-10-23   Dan McMahill * dan AT mcmahill dot net *
15133         * doc/texinfo.tex: update to texinfoversion 2004-09-06.16
15135 2004-10-21   Harry Eaton * haceaton AT users dot sourceforge dot net *
15137         * src/change.c: Fix borking of name_tree when changing an element
15138         name
15140         ----------------------------------------------------------------------
15142 2004-10-21   Dan McMahill * dan AT mcmahill dot net *
15144         * doc/Makefile.in: regen
15146 2004-10-21   Dan McMahill * dan AT mcmahill dot net *
15148         * doc/Makefile.am: - override the mostlyclean-aminfo target to avoid deleting the .dvi,
15149         .html, .pdf, and .ps versions of the manual with 'make clean'.
15150         Since these files already go in the distfile, we don't want a 'make
15151         clean' to remove them as that would force a dependency on TeX.  This
15152         issue was noted by Stuart Brorson.  - while here let automake handle the html and pdf conversions
15153         automatically.  This ends up defaulting to texi2pdf for PDF which
15154         seems to do a better job than ps2pdf anyway.
15156 2004-10-21   Dan McMahill * dan AT mcmahill dot net *
15158         * aclocal.m4, configure: regen
15160 2004-10-21   Dan McMahill * dan AT mcmahill dot net *
15162         * configure.ac: check for ps2pdf which is used for building the
15163         refcard
15165 2004-10-21   Dan McMahill * dan AT mcmahill dot net *
15167         * acinclude.m4: improve the quoting so that aclocal-1.9.2 is happier
15169 2004-10-20   Dan McMahill * dan AT mcmahill dot net *
15171         * doc/pcb.texi: minor fixup in the newlib element creation guide.
15173 2004-10-20   Dan McMahill * dan AT mcmahill dot net *
15175         * doc/pcb.texi: Apply several improvements from Bob Paddock
15176         including: - spell check - improved section on modifying newlib footprints - add section on searching for elements - add section on measurements - add appendix on regular expressions Some texinfo fixes from me.
15178 2004-10-17   DJ Delorie * dj AT delorie dot com *
15180         * src/resmenu.c: Sort actions by modifier so that both Ctrl<Key>x
15181         and <Key>x work.
15183 2004-10-17   DJ Delorie * dj AT delorie dot com *
15185         * src/actionlist.c: Regenerated
15187 2004-10-17   DJ Delorie * dj AT delorie dot com *
15189         * src/action.c: Add FlagHaveRegex (have_regex) so that the
15190         SelectByName menu entries work.
15192 2004-10-12   DJ Delorie * dj AT delorie dot com *
15194         * src/global.h: Oops, overzealous patching ;-)
15196 2004-10-12   DJ Delorie * dj AT delorie dot com *
15198         * src/global.h: add non-gcc definition of ATTRIBUTE_UNUSED
15200 2004-10-12   Dan McMahill * dan AT mcmahill dot net *
15202         * src/global.h: add missing #else clause in defining
15203         ATTRIBUTE_UNUSED on non-gcc or older gcc version.  Problem noted by
15204         Dave McGuire.
15206 2004-10-08   DJ Delorie * dj AT delorie dot com *
15208         * src/rats.c: Check for numberless pins.
15210 2004-10-08   DJ Delorie * dj AT delorie dot com *
15212         * src/print.c: Print plated and unplated hole counts on separate
15213         lines.
15215 2004-10-06   DJ Delorie * dj AT delorie dot com *
15217         * src/print.c: Avoid checking pin numbers for unnumbered pins.
15219 2004-09-24   DJ Delorie * dj AT delorie dot com *
15221         * src/actionlist.c, src/data.c, src/dialog.c, src/global.h,
15222         src/main.c: Add command history to : widget.
15224 2004-09-24   Dan McMahill * dan AT mcmahill dot net *
15226         * README.snapshots: minor tweaks to instructions
15228 2004-09-21   Harry Eaton * haceaton AT users dot sourceforge dot net *
15230         * src/draw.c, src/move.c, src/pinout.c: Fixes for pinout window
15231         crash. Still need to fix pinout scroll range at high zoom
15233 2004-09-21   Harry Eaton * haceaton AT users dot sourceforge dot net *
15235         * src/misc.c: Fix error on non-quarter circle arc bounding box
15236         calculations
15238 2004-09-21   Harry Eaton * haceaton AT users dot sourceforge dot net *
15240         * src/menu.c: Don't ask for X,Y coordinates in third-button pop-up
15241         menu; the coordinate is where the cursor was when the menu was
15242         popped up.
15244 2004-09-21   Harry Eaton * haceaton AT users dot sourceforge dot net *
15246         * src/draw.c: Fixed return value of Emark_callback. (Didn't really
15247         matter, we weren't count number of marks drawn).
15249 2004-09-21   Harry Eaton * haceaton AT users dot sourceforge dot net *
15251         * src/action.c: Allow Ctrl-drag to copy objects in arrow mode.
15253 2004-09-21   Harry Eaton * haceaton AT users dot sourceforge dot net *
15255         * src/polygon.c: Fix bug with polygon clearances from other layers
15256         in the group.
15258 2004-09-08   Dan McMahill * dan AT mcmahill dot net *
15260         * src/set.c: add an extra digit to the display of metric
15261         measurements.  Patch from Gabriel Paubert.
15263 2004-09-04   Dan McMahill * dan AT mcmahill dot net *
15265         * NEWS: mention the background image in 20040903
15267 2004-09-03   Dan McMahill * dan AT mcmahill dot net *
15269         * NEWS: update with pcb-20040903 news items
15271 2004-09-03   Dan McMahill * dan AT mcmahill dot net *
15273         * ChangeLog: update to get ready for next snapshot
15275 2004-09-03   Dan McMahill * dan AT mcmahill dot net *
15277         * README.snapshots: add more detailed snapshot instructions
15279 2004-08-30   Dan McMahill * dan AT mcmahill dot net *
15281         * src/main.c, src/resmenu.h: add missing headers
15283 2004-08-30   Dan McMahill * dan AT mcmahill dot net *
15285         * src/parse_y.y: add missing prototype
15287 2004-08-30   Dan McMahill * dan AT mcmahill dot net *
15289         * src/find.c: remove unused variable
15291 2004-08-30   Dan McMahill * dan AT mcmahill dot net *
15293         * src/res_lex.l: add missing prototype
15295 2004-08-30   Dan McMahill * dan AT mcmahill dot net *
15297         * src/res_parse.y: clean up a few more compiler warnings
15299 2004-08-30   Dan McMahill * dan AT mcmahill dot net *
15301         * src/djopt.c: get rid of a bunch of format string compiler warnings
15302         along with some unused variable warnings
15304 2004-08-30   Dan McMahill * dan AT mcmahill dot net *
15306         * src/action.c, src/autoplace.c, src/autoroute.c, src/buffer.c,
15307         src/change.c, src/clip.c, src/command.c, src/compat.c,
15308         src/control.c, src/copy.c, src/create.c, src/crosshair.c,
15309         src/data.c, src/dev_ps.c, src/dev_rs274x.c, src/dialog.c,
15310         src/djopt.c, src/draw.c, src/drill.c, src/error.c, src/file.c,
15311         src/fileselect.c, src/find.c, src/global.h, src/gui.c, src/heap.c,
15312         src/insert.c, src/intersect.c, src/lgdialog.c, src/library.c,
15313         src/line.c, src/log.c, src/main.c, src/menu.c, src/mirror.c,
15314         src/misc.c, src/move.c, src/mtspace.c, src/mymem.c, src/netlist.c,
15315         src/output.c, src/parse_l.l, src/parse_y.y, src/pinout.c,
15316         src/polygon.c, src/print.c, src/printdialog.c, src/printpanner.c,
15317         src/rats.c, src/remove.c, src/report.c, src/res_lex.l,
15318         src/res_parse.y, src/resmenu.c, src/rotate.c, src/rtree.c,
15319         src/rubberband.c, src/search.c, src/select.c, src/selector.c,
15320         src/set.c, src/sizedialog.c, src/undo.c, src/vector.c: rework the
15321         lines which have static char *rcsid=....  to include an unused
15322         attribute on gcc.  This gets rid of a bunch of gcc -Wall warnings
15323         which can cause some actual bugs to be lost in the noise.  While here, make sure we include config.h and also dmalloc.h if
15324         dmalloc debugging has been requested.
15326 2004-08-29   Dan McMahill * dan AT mcmahill dot net *
15328         * src/draw.c: fix a "=" instead of "==" bug
15330 2004-08-28   Dan McMahill * dan AT mcmahill dot net *
15332         * README.cvs: update this to more closely match the current reality
15334 2004-08-28   Dan McMahill * dan AT mcmahill dot net *
15336         * src/actionlist.c: add actionlist.c for non-maintainers
15338 2004-08-28   Dan McMahill * dan AT mcmahill dot net *
15340         * configure: regen (if we are using gcc then add -Wall)
15342 2004-08-28   Dan McMahill * dan AT mcmahill dot net *
15344         * configure.ac: if we are using gcc then add -Wall
15346 2004-08-27   Dan McMahill * dan AT mcmahill dot net *
15348         * src/draw.c: add missing header (for isdigit)
15350 2004-08-27   Dan McMahill * dan AT mcmahill dot net *
15352         * src/dev_rs274x.c: use long int in some places to avoid assigning a
15353         long int to an int
15355 2004-08-27   Dan McMahill * dan AT mcmahill dot net *
15357         * src/action.c, src/rtree.c: remove some unused variables
15359 2004-08-27   Dan McMahill * dan AT mcmahill dot net *
15361         * src/output.c, src/resmenu.c: add a missing header
15363 2004-08-27   Dan McMahill * dan AT mcmahill dot net *
15365         * src/main.c: remove an unused variable
15367 2004-08-27   Dan McMahill * dan AT mcmahill dot net *
15369         * doc/version.texi: bump updated date
15371 2004-08-27   Dan McMahill * dan AT mcmahill dot net *
15373         * doc/Makefile.in: regen (add pcb.1 to EXTRA_DIST)
15375 2004-08-27   Dan McMahill * dan AT mcmahill dot net *
15377         * doc/Makefile.am: add pcb.1 to EXTRA_DIST
15379 2004-08-27   Dan McMahill * dan AT mcmahill dot net *
15381         * doc/pcb.texi: document the ExecuteFile() action and the -script
15382         command line option
15384 2004-08-27   Dan McMahill * dan AT mcmahill dot net *
15386         * src/global.h, src/main.c, src/misc.c, src/resmenu.c: add an
15387         ExecuteFile(file) action which executes the actions contained in the
15388         specified file.  In addition, add a "-script <filename>" option
15389         which will invoke ExecuteFile(<filename>) upon startup.  Eventually
15390         (but not yet) this will be able to be used for things like
15391         generating postscript and RS-274-X output from the command line.
15393 2004-08-26   Dan McMahill * dan AT mcmahill dot net *
15395         * src/resmenu.c: Fix a minor memory leak bug which allocated space
15396         for 10 more pointers everytime invoke_action() was called.  While here add a few comments about whats going on in this function.
15398 2004-08-25   Dan McMahill * dan AT mcmahill dot net *
15400         * doc/pcb.texi: update the table of the output files generated by
15401         PCB
15403 2004-08-25   Dan McMahill * dan AT mcmahill dot net *
15405         * src/pcb-menu.res: use "Reference Designator" instead of "Name on
15406         PCB" as the former is more standard
15408 2004-08-25   Dan McMahill * dan AT mcmahill dot net *
15410         * src/file.c: exclude Makefile, Makefile.am, and Makefile.in as
15411         valid element names as these may reside in a lib directory
15413 2004-08-25   Dan McMahill * dan AT mcmahill dot net *
15415         * doc/pcb.texi: add a brief comment about what M4 is and where to
15416         find more info
15418 2004-08-25   Dan McMahill * dan AT mcmahill dot net *
15420         * src/action.c: add one more Usage message.  this time for the
15421         RemoveSelected() action
15423 2004-08-25   Dan McMahill * dan AT mcmahill dot net *
15425         * src/main.c, src/misc.c: allow --version, --help, and --copyright
15426         to also work since those are typically supported by GNU programs.
15428 2004-08-25   Dan McMahill * dan AT mcmahill dot net *
15430         * src/misc.c: In the Usage() function be sure to restore stderr at
15431         the beginning since this function calls exit().  This will ensure
15432         that the Usage() message can actually be seen in all cases.  Fixes
15433           the following:  clock AT oberon:~$ pcb --version    clock AT oberon:~$ noted by Karel Kulhav on the gEDA mailing
15434         list.
15436 2004-08-24   Dan McMahill * dan AT mcmahill dot net *
15438         * doc/Makefile.in: regen after adding pcb.1
15440 2004-08-24   Dan McMahill * dan AT mcmahill dot net *
15442         * doc/Makefile.am, doc/pcb.1: add a man page which says where to
15443         look for the manual
15445 2004-07-31   Dan McMahill * dan AT mcmahill dot net *
15447         * src/find.c: avoid 'inline' unless we're using gcc.
15449 2004-07-31   Dan McMahill * dan AT mcmahill dot net *
15451         * src/res_parse.y: use foo?foo:bar instead of foo?:bar as the latter
15452         is a gcc extension.  Makes the irix c compiler happy.
15454 2004-07-29   Dan McMahill * dan AT mcmahill dot net *
15456         * lib/geda.inc: update the 150 and 300 mil width SOIC packages per
15457         the IPC recommendations at footprint.ipc.org.  Partially addresses
15458         the "silk on pad" bug noted in bug report #995401.
15460 2004-07-29   Dan McMahill * dan AT mcmahill dot net *
15462         * lib/smt.inc: improve the decision on adding or not adding a silk
15463         arc on the COMMON_SMT_DIL_MIL macro
15465 2004-07-17   Harry Eaton * haceaton AT users dot sourceforge dot net *
15467         * src/print.c: Only clear silk on same side as pad. Patch
15468         contributed by burto
15470 2004-07-10   DJ Delorie * dj AT delorie dot com *
15472         * doc/pcb.texi, src/draw.c, src/draw.h, src/global.h, src/main.c,
15473         src/misc.c: Add limited support for a behind-the-board background
15474         image.
15476 2004-07-08   Dan McMahill * dan AT mcmahill dot net *
15478         * src/rubberband.c: Fix a bug related to checking for the
15479         intersection of a circular region defined by an line end point and
15480         its radius and a rectangular pin/pad.  The old code looked for the
15481         intersection of the smallest square which encloses the circular
15482         region and the rectangular pin/pad region.  However this method
15483         claims that there are intersections when in fact there are not.  For
15484         example a very wide trace has a significant area enclosed by the
15485         square which encloses the circular region defined by the line end
15486         and radius that is not enclosed by the circular region.  The new code actually looks for intersection of the circular region
15487         and the square region.
15489 2004-07-07   Dan McMahill * dan AT mcmahill dot net *
15491         * src/rubberband.c: fix some errors where the diameter was used
15492         where the radius should have been used when looking for circular
15493         regions which intersect.  Fixes bug report #978412.  Partial patch
15494         provided in the bug report, additional bugs fixed by me.  Note: a bug still exists when calculating line -> rectangular pad
15495         intersection.  A fix will be coming.
15497 2004-07-02   Harry Eaton * haceaton AT users dot sourceforge dot net *
15499         * src/undo.c: Fix UndoChangeMaskSize assuming LINESTRUCT has the
15500         mask parameter
15502 2004-06-30   Dan McMahill * dan AT mcmahill dot net *
15504         * src/pcbtest.sh.in, src/script/pcb.in: when running under gdb set
15505         XAPPLRESDIR and unset XUSERFILESEARCHPATH
15507 2004-06-30   Dan McMahill * dan AT mcmahill dot net *
15509         * src/resmenu.c: make 'str' static so that the memory allocated by
15510         MyStrdup() can properly be freed on the next call of invoke_action.
15512 2004-06-25   DJ Delorie * dj AT delorie dot com *
15514         * src/pcb-menu.res: Change size of selected objects, fix enlarge
15515         options to actually enlarge (bug 978408)
15517 2004-06-25   DJ Delorie * dj AT delorie dot com *
15519         * src/menu.c: Cut and Copy from the popup menu now wait for a click
15520         before acting (bug 978406)
15522 2004-06-24   DJ Delorie * dj AT delorie dot com *
15524         * src/Pcb.ad.in, src/main.c, src/menu.c, src/pcb-menu.res,
15525         src/resmenu.c, src/resmenu.h: Add support for menu accelerators.
15526         Replace hotkey translations with menu accelerators where
15527         appropriate.
15529 2004-06-20   DJ Delorie * dj AT delorie dot com *
15531         * src/Makefile.am, src/Makefile.in: Run gather-actions only if
15532         maintainer-mode
15534 2004-06-15   Harry Eaton * haceaton AT users dot sourceforge dot net *
15536         * src/action.c, src/autoroute.c, src/const.h, src/menu.c,
15537         src/pcb-menu.res: Fix live routing menu handling; patch segfault on
15538         breaking element with no element specified.  Autorouter tweaks.
15540 2004-06-10   Dan McMahill * dan AT mcmahill dot net *
15542         * lib/geda.inc: add a few more 400mil width DIP packages (DIPxM)
15544 2004-06-10   Dan McMahill * dan AT mcmahill dot net *
15546         * src/dev_rs274x.c: make sure we define all aperture codes used by
15547         arcs.  Fixes the bug reported in bug #969903 by Werner Hoch where an
15548         arc of a width not used by anything else in the layout does not have
15549         its aperture defined.
15551 2004-06-09   Dan McMahill * dan AT mcmahill dot net *
15553         * src/find.c: fix the function name strings passed to MyCalloc().
15555 2004-06-09   Dan McMahill * dan AT mcmahill dot net *
15557         * src/pcb-menu.res: Do not arbitrarily change the zoom setting
15558         whenever running DRC.  Especially if there are no DRC errors, we
15559         don't want/need to change the zoom.  Noted by Mark Becker.
15561 2004-06-09   Dan McMahill * dan AT mcmahill dot net *
15563         * src/pcb-menu.res: Add 0.5 and 0.1 mil grid selections.  Requested
15564         in RFE #876549 by John Griessen.
15566 2004-06-09   Dan McMahill * dan AT mcmahill dot net *
15568         * src/find.c, src/misc.c, src/misc.h: Save layerstack settings prior
15569         to running DRC and restore them afterwards so that things like
15570         current input layer are not changed by DRC.  Noted by Mark Becker.
15572 2004-06-05   Dan McMahill * dan AT mcmahill dot net *
15574         * configure: regen after rpath flag order change
15576 2004-06-05   Dan McMahill * dan AT mcmahill dot net *
15578         * configure.ac: change the order in the list of rpath flags which
15579         are tried out.  This is because when -R was tried first, it was
15580         accepted on linux systems because even though gcc didn't like it, it
15581         still exited with 0.  The new order seems to do the right thing on
15582         solaris, linux, and netbsd as the compiler now actually gives an
15583         error code for the flags it does not like.
15585 2004-06-05   DJ Delorie * dj AT delorie dot com *
15587         * src/djopt.c: Be even more picky about which line is chosen as an
15588         example.
15590 2004-06-04   Dan McMahill * dan AT mcmahill dot net *
15592         * configure: regen (If --enable-dmalloc is given but dmalloc is not
15593         found then error out instead of disabling dmalloc
15595 2004-06-04   Dan McMahill * dan AT mcmahill dot net *
15597         * configure.ac: If --enable-dmalloc is given but dmalloc is not
15598         found then error out instead of disabling dmalloc
15600 2004-06-03   Dan McMahill * dan AT mcmahill dot net *
15602         * src/action.c: add usage output for several more actions
15604 2004-06-03   Dan McMahill * dan AT mcmahill dot net *
15606         * src/action.c: Add usage output if the input arguments are not
15607         quite right for several actions.  Still have more to add, but this
15608         is a start.
15610 2004-06-02   Dan McMahill * dan AT mcmahill dot net *
15612         * src/default_font:  add @ character.  Absence noted by Dave
15613         McGuire.
15615 2004-06-01   Dan McMahill * dan AT mcmahill dot net *
15617         * src/pcb-menu.res: add a GetXY() to the 'copy selection to buffer'
15618         menu.  Needed to have a resonable reference point for the copy.
15619         Noted by Mark Becker.
15621 2004-06-01   Dan McMahill * dan AT mcmahill dot net *
15623         * configure: regen (fail configuration if Xaw is not found)
15625 2004-06-01   Dan McMahill * dan AT mcmahill dot net *
15627         * configure.ac: fail configuration if Xaw is not found
15629 2004-05-31   Dan McMahill * dan AT mcmahill dot net *
15631         * README.snapshots: add a note to remember to do something better
15632         with versions on the next snapshot
15634 2004-05-31   Dan McMahill * dan AT mcmahill dot net *
15636         * NEWS: remove duplicated line
15638 2004-05-31   Dan McMahill * dan AT mcmahill dot net *
15640         * ChangeLog: update changelog with cvs2cl.pl.  This file previously
15641         was empty.
15643 2004-05-31   Dan McMahill * dan AT mcmahill dot net *
15645         * doc/version.texi: bump updated date to match snapshot date
15647 2004-05-31   Dan McMahill * dan AT mcmahill dot net *
15649         * NEWS: add some release notes for the upcoming 20040530 snapshot
15651 2004-05-29   Dan McMahill * dan AT mcmahill dot net *
15653         * src/change.c: add missing prototype
15655 2004-05-29   Dan McMahill * dan AT mcmahill dot net *
15657         * globalconst.h: set MASKFRAME to be 3 (mils) instead of 0.  This
15658         way the soldermask opening will be larger than the pads for
15659         components defined using the older style format which did not
15660         explicitly give soldermask relief size.
15662 2004-05-29   Dan McMahill * dan AT mcmahill dot net *
15664         * doc/pcb.texi: document the SetFlag(), ClrFlag(), and ChangeFlag()
15665         actions
15667 2004-05-29   Dan McMahill * dan AT mcmahill dot net *
15669         * doc/pcb.texi: correct location for Pcb appdefaults file
15671 2004-05-29   Dan McMahill * dan AT mcmahill dot net *
15673         * src/pcbtest.sh.in, src/script/pcb.in: For the pcb wrapper script,
15674         if the first argument is "-gdb", pick off that flag and run pcb
15675         inside of the gdb debugger.  Should simplify debugging a bit.
15677 2004-05-29   Dan McMahill * dan AT mcmahill dot net *
15679         * src/action.c, src/action.h, src/change.c, src/change.h,
15680         src/main.c: Add SetFlag, ClrFlag, and ChangeFlag actions.  These
15681         currently let you set, clear, or change the square, octagon, or
15682         thermal pads.  For example :SetFlag(SelectedVias,thermal)
15683         :ClrFlag(SelectedObjects,square) :ChangeFlag(SelectedPads,octagon,1)
15685 2004-05-28   Dan McMahill * dan AT mcmahill dot net *
15687         * src/djopt.c: Fix the segfault bug noted in bug report #959073 by
15688         Bob Paddock.  While here, also fix a bug which can potentially cause
15689         a floating point exception.
15691 2004-05-28   Dan McMahill * dan AT mcmahill dot net *
15693         * config.h.in, configure: regen after adding rint() test
15695 2004-05-28   Dan McMahill * dan AT mcmahill dot net *
15697         * configure.ac: add test for rint()
15699 2004-05-27   Dan McMahill * dan AT mcmahill dot net *
15701         * doc/version.texi: bump date
15703 2004-05-27   Dan McMahill * dan AT mcmahill dot net *
15705         * doc/pcb.texi: add INFO-DIR-SECTION Miscellaneous per bug #957369
15706         submitted by Mike Frysinger
15708 2004-05-23   Dan McMahill * dan AT mcmahill dot net *
15710         * lib/smt.inc: update the COMMON_SMT_2PAD_MIL macro to the newer
15711         element format.  With this change, the soldermask relief and
15712         clearance can now be specified for the pads.  This fixes the issue
15713         noted recently on the geda mailing list about 0805 footprints from
15714         the ~geda library having soldermask openings which are the same size
15715         as the pads.
15717 2004-05-14   Dan McMahill * dan AT mcmahill dot net *
15719         * src/dev_ps.c: make sure we get the preamble in all EPS output
15720         files.  Bug noted by David Koski
15722 2004-05-14   Dan McMahill * dan AT mcmahill dot net *
15724         * lib/geda.inc: add SOJ packages (lots of them)
15726 2004-05-14   Dan McMahill * dan AT mcmahill dot net *
15728         * lib/smt.inc: fix a hi-res bug in the polarity arc silk for some
15729         SMT DIL pkgs
15731 2004-05-14   Dan McMahill * dan AT mcmahill dot net *
15733         * src/res_parse.y: add missing string.h (for strcmp).  Noted by Dave
15734         McGuire
15736 2004-05-14   Dan McMahill * dan AT mcmahill dot net *
15738         * src/pcbtest.sh.in, src/script/pcb.in: unset XUSERFILESEARCHPATH
15739         which causes a conflict with XAPPLRESDIR
15741 2004-05-14   Dan McMahill * dan AT mcmahill dot net *
15743         * src/resource.h: add a comment
15745 2004-05-13   Dan McMahill * dan AT mcmahill dot net *
15747         * src/misc.c: correct the pin/pad bounding box calculation.  Bug
15748         noted by David Koski.
15750 2004-05-05   Dan McMahill * dan AT mcmahill dot net *
15752         * src/macro.h: fix typo in comment
15754 2004-05-02   DJ Delorie * dj AT delorie dot com *
15756         * src/djopt.c, src/pcb-menu.res: Add flag to default to optimizing
15757         only autorouted nets, plus menu option to control it.
15759 2004-05-02   DJ Delorie * dj AT delorie dot com *
15761         * src/resmenu.c: Don't use local var for widget name.
15763 2004-05-02   DJ Delorie * dj AT delorie dot com *
15765         * src/djopt.c: Fix bug wrt intersecting layer groups in miter
15767 2004-05-02   DJ Delorie * dj AT delorie dot com *
15769         * src/menu.c, src/resmenu.c: Remove gcc-isms
15771 2004-05-01   Dan McMahill * dan AT mcmahill dot net *
15773         * doc/pcb.texi: fix typo
15775 2004-05-01   Dan McMahill * dan AT mcmahill dot net *
15777         * src/resmenu.c: protect the inclusion of string.h with
15778         HAVE_STRING_H
15780 2004-04-30   Dan McMahill * dan AT mcmahill dot net *
15782         * lib/minicircuits.inc: adjust spacing between the 2 rows of pins to
15783         better match the datasheet
15785 2004-04-30   Dan McMahill * dan AT mcmahill dot net *
15787         * lib/smt.inc: clarify a comment
15789 2004-04-30   Dan McMahill * dan AT mcmahill dot net *
15791         * src/Pcb.ad.in, src/action.c, src/file.c, src/find.c,
15792         src/global.h, src/macro.h, src/main.c, src/parse_y.y,
15793         src/sizedialog.c: Add some DRC checking of silkscreen layers.
15794         Currently this check looks for minimum widths of silk lines.
15795         Currently not checked are: - silk polygons - silk text - wide silk lines made by overlapping several narrow silk lines
15797 2004-04-30   Dan McMahill * dan AT mcmahill dot net *
15799         * src/find.c: put a string which is repeated several times into a
15800         #define and use that macro instead.
15802 2004-04-29   Dan McMahill * dan AT mcmahill dot net *
15804         * src/autoplace.h, src/autoroute.h, src/djopt.h, src/drill.h,
15805         src/heap.h, src/intersect.h, src/netlist.h, src/output.c,
15806         src/rats.c, src/resmenu.h, src/rtree.h, src/selector.c,
15807         src/vector.h: RCS Id police
15809 2004-04-29   Dan McMahill * dan AT mcmahill dot net *
15811         * src/Makefile.in: regen
15813 2004-04-29   Dan McMahill * dan AT mcmahill dot net *
15815         * src/Makefile.am: minor fixes to get the distcheck target working
15816         again.
15818 2004-04-29   Dan McMahill * dan AT mcmahill dot net *
15820         * doc/pcb.texi: add a note about the centroid and bill of materials
15821         output.  While here add a feature list near the top of the document
15822         to help a new user quickly answer the question "what is pcb and what
15823         can it do?".
15825 2004-04-29   Dan McMahill * dan AT mcmahill dot net *
15827         * src/resmenu.c: RCS Id and config.h police
15829 2004-04-29   Dan McMahill * dan AT mcmahill dot net *
15831         * src/print.c: When printing to RS-274-X also generate a centroid
15832         data file (X-Y data) with the required data to drive a pick and
15833         place machine.  The centroid of each part is calculated from the
15834         center of each pin/pad.  The rotation is determined by looking at
15835         the angle of pin1 relative to the centroid.  In addition, generate a bill of materials file.  This lists the
15836         part, quantity, and list of reference designators.
15838 2004-04-29   Dan McMahill * dan AT mcmahill dot net *
15840         * src/res_lex.l, src/res_parse.y, src/resmenu.c: fix some 64-bit
15841         bugs to get this working on my alpha.  Of prime importance, an int
15842         isn't big enough to hold a pointer.
15844 2004-04-29   Dan McMahill * dan AT mcmahill dot net *
15846         * src/resource.h: RCS Id police
15848 2004-04-28   Dan McMahill * dan AT mcmahill dot net *
15850         * src/res_lex.l, src/res_parse.y: RCS Id police
15852 2004-04-28   Dan McMahill * dan AT mcmahill dot net *
15854         * src/misc.c: put variable declarations at the beginning of
15855         functions.  Avoids syntax error on gcc-2.95
15857 2004-04-28   Dan McMahill * dan AT mcmahill dot net *
15859         * lib/amp.inc, lib/bourns.inc, lib/johnstech.inc,
15860         lib/minicircuits.inc, lib/panasonic.inc: fix the EXTRACT_END flag
15862 2004-04-28   Dan McMahill * dan AT mcmahill dot net *
15864         * lib/Makefile.am, lib/Makefile.in, lib/common.m4, lib/cts.inc: add
15865         cts library containing CTS series 742/3/4/5/6 resistor packs
15867 2004-04-28   Dan McMahill * dan AT mcmahill dot net *
15869         * lib/johnstech.inc, lib/smt.inc: fix refdes silk size
15871 2004-04-28   Dan McMahill * dan AT mcmahill dot net *
15873         * lib/dil.inc, lib/geda.inc: Fix SDIP (shrink DIP) footprints.
15874         Patch from Wojciech Kazubski in RFE #929697 slightly modified by me.
15876 2004-04-28   Dan McMahill * dan AT mcmahill dot net *
15878         * lib/panasonic.inc: Correct the spacing between the rows of pads.
15879         Also fix one of the pad widths on a footprint which was obviously
15880         broken.
15882 2004-04-28   Dan McMahill * dan AT mcmahill dot net *
15884         * lib/smt.inc: hires-ify the COMMON_SMT_DIL_MIL macro.  The macro
15885         already took input arguments in 1/1000 mil so now we simple only
15886         reduce the resolution to 1/100 mil in the output instead of to 1
15887         mil.  This also helps the COMMON_SMT_DIL_MM which calls the
15888         COMMON_SMT_DIL_MIL macro.
15890 2004-04-27   Dan McMahill * dan AT mcmahill dot net *
15892         * src/tmp.txt: test commit #3
15894 2004-04-27   Dan McMahill * dan AT mcmahill dot net *
15896         * src/tmp.txt: test commit #2
15898 2004-04-27   Dan McMahill * dan AT mcmahill dot net *
15900         * src/tmp.txt: test commit
15902 2004-04-27   DJ Delorie * dj AT delorie dot com *
15904         * doc/version.texi: add version.texi for non-maintainers
15906 2004-04-27   DJ Delorie * dj AT delorie dot com *
15908         * doc/pcb.texi, src/Makefile.am, src/Makefile.in, src/Pcb.ad.in,
15909         src/Pcb.ad.raw, src/Pcb.ad.small, src/action.h, src/dialog.c,
15910         src/gather-actions, src/global.h, src/gui.c, src/main.c,
15911         src/menu.c, src/menu.h, src/misc.c, src/misc.h, src/pcb-menu.res,
15912         src/res_lex.l, src/res_parse.y, src/resmenu.c, src/resmenu.h,
15913         src/resource.h, src/set.c, src/sizedialog.c: add file-driven menus
15915 2004-04-27   DJ Delorie * dj AT delorie dot com *
15917         * Makefile.in, ylwrap: add ylwrap
15919 2004-04-27   Harry Eaton * haceaton AT users dot sourceforge dot net *
15921         * src/autoroute.c: More autorouter improvements, some bug fixes
15923 2004-04-26   Harry Eaton * haceaton AT users dot sourceforge dot net *
15925         * src/autoroute.c, src/mtspace.c: Significant improvements to
15926         autorouting of congested designs
15928 2004-04-25   Harry Eaton * haceaton AT users dot sourceforge dot net *
15930         * src/global.h, src/rtree.c: Fix rtree memory management bugs
15932 2004-04-19   Harry Eaton * haceaton AT users dot sourceforge dot net *
15934         * src/rtree.c: Fix a bug that allocates too much memory to store
15935         pointers
15937 2004-04-19   Harry Eaton * haceaton AT users dot sourceforge dot net *
15939         * src/buffer.c, src/move.c: Fix some bugs with rtree based name
15940         handling
15942 2004-04-19   Harry Eaton * haceaton AT users dot sourceforge dot net *
15944         * src/autoroute.c, src/find.c, src/rats.c: More autorouter
15945         improvements. Improve trace appearance, slightly speed up and allow
15946         it to use power planes
15948 2004-04-18   Harry Eaton * haceaton AT users dot sourceforge dot net *
15950         * src/action.c, src/change.c, src/copy.c, src/file.c, src/insert.c,
15951         src/move.c, src/polygon.c, src/polygon.h, src/remove.c,
15952         src/rotate.c: Fix pin-in-poly bug; because polys can overlap can
15953         never check one single polygon.
15955 2004-04-12   Harry Eaton * haceaton AT users dot sourceforge dot net *
15957         * src/autoroute.c, src/djopt.c: Restore mistakenly lost lines in
15958         djopt, and various improvements to auto-router
15960 2004-04-11   Harry Eaton * haceaton AT users dot sourceforge dot net *
15962         * src/move.c: Argh, another attempt to properly fix the bug
15964 2004-04-11   Harry Eaton * haceaton AT users dot sourceforge dot net *
15966         * src/djopt.c, src/move.c: Fixup some errors introduced in last
15967         patch
15969 2004-04-09   Harry Eaton * haceaton AT users dot sourceforge dot net *
15971         * src/djopt.c: Fix segfault with edge-connector elements (pads on
15972         both sides)
15974 2004-04-09   Harry Eaton * haceaton AT users dot sourceforge dot net *
15976         * src/draw.c, src/insert.c, src/move.c, src/output.c: Various bug
15977         fixes
15979 2004-03-28   Harry Eaton * haceaton AT users dot sourceforge dot net *
15981         * src/action.c, src/autoroute.c, src/global.h, src/menu.c: Still
15982         more improvements to the router, plus can show it's action on
15983         screen.
15985 2004-03-28   Harry Eaton * haceaton AT users dot sourceforge dot net *
15987         * src/autoroute.c, src/box.h, src/mtspace.c, src/mtspace.h: More
15988         improvements to the autorouter
15990 2004-03-26   Harry Eaton * haceaton AT users dot sourceforge dot net *
15992         * src/create.c: Forbid diagonal pads when created externally with an
15993         editor
15995 2004-03-25   Harry Eaton * haceaton AT users dot sourceforge dot net *
15997         * src/autoroute.c: Some improvements to autorouter - still need to
15998         better handle mtspace structures so there is not so much duplicate
15999         effort with multiple route styles
16001 2004-03-23   DJ Delorie * dj AT delorie dot com *
16003         * src/parse_y.y: Provide our own yywrap(), just in case.
16005 2004-03-22   Harry Eaton * haceaton AT users dot sourceforge dot net *
16007         * src/Pcb.ad.in: Fix a couple of key binding bugs
16009 2004-03-22   Harry Eaton * haceaton AT users dot sourceforge dot net *
16011         * src/find.c: Fix some re-drawing issues after finding connections
16013 2004-03-22   Harry Eaton * haceaton AT users dot sourceforge dot net *
16015         * src/autoroute.c: Fix some autoroute bugs; add proper style
16016         handling to autorouter
16018 2004-03-20   Harry Eaton * haceaton AT users dot sourceforge dot net *
16020         * src/report.c, src/rtree.c: Provide better rtree visualization
16021         capability
16023 2004-03-20   Harry Eaton * haceaton AT users dot sourceforge dot net *
16025         * src/buffer.c, src/change.c, src/create.c, src/dev_ps.c,
16026         src/draw.c, src/global.h, src/misc.c, src/move.c, src/move.h,
16027         src/mymem.c, src/print.c, src/printpanner.c, src/remove.c,
16028         src/rotate.c, src/search.c: Use rtree to search element names; fix
16029         postscript paper handling; fix silk names clipped over pins/pads
16031 2004-03-20   Harry Eaton * haceaton AT users dot sourceforge dot net *
16033         * src/rtree.c, src/rtree.h: Slight optimization of tree
16034         construction, plus add means to visualize tree
16036 2004-03-20   Harry Eaton * haceaton AT users dot sourceforge dot net *
16038         * src/file.c: Don't use _LOOP macros for writing files in order to
16039         preserver ordering so that diff can be effectively used on pcb files
16041 2004-03-19   Dan McMahill * dan AT mcmahill dot net *
16043         * lib/johnstech.inc: increase soldermask relief on mounting pads
16045 2004-03-18   Harry Eaton * haceaton AT users dot sourceforge dot net *
16047         * src/const.h, src/draw.c, src/polygon.c: Use sqrt(2)/2 defined in
16048         math library when available
16050 2004-03-18   Harry Eaton * haceaton AT users dot sourceforge dot net *
16052         * src/rats.c: Handle shorts to unnamed elements and pins
16054 2004-03-18   Harry Eaton * haceaton AT users dot sourceforge dot net *
16056         * src/line.c: Forgot to check this in with the _LOOP macro changes
16058 2004-03-18   Harry Eaton * haceaton AT users dot sourceforge dot net *
16060         * src/dev_ps.c, src/print.c: Add assembly drawing output for
16061         postscript
16063 2004-03-17   Harry Eaton * haceaton AT users dot sourceforge dot net *
16065         * src/action.c, src/autoplace.c, src/autoroute.c, src/buffer.c,
16066         src/change.c, src/copy.c, src/create.c, src/crosshair.c,
16067         src/dev_ps.c, src/dev_rs274x.c, src/djopt.c, src/draw.c,
16068         src/drill.c, src/file.c, src/find.c, src/global.h, src/library.c,
16069         src/macro.h, src/menu.c, src/mirror.c, src/misc.c, src/move.c,
16070         src/mymem.c, src/netlist.c, src/pinout.c, src/polygon.c,
16071         src/print.c, src/rats.c, src/remove.c, src/report.c, src/rotate.c,
16072         src/rtree.c, src/rubberband.c, src/search.c, src/select.c,
16073         src/set.c, src/undo.c: Change _LOOP macros so that gdb can break
16074         inside the loop
16076 2004-03-17   Dan McMahill * dan AT mcmahill dot net *
16078         * src/rtree.c: revert last change.  Some compilers including
16079         gcc-2.95.3 do not like it.  ok'ed by harry.
16081 2004-03-14   Harry Eaton * haceaton AT users dot sourceforge dot net *
16083         * src/autoplace.c, src/intersect.c: Various fixes to autoplacement
16084         code
16086 2004-03-14   Harry Eaton * haceaton AT users dot sourceforge dot net *
16088         * src/set.c: auto drc bug fix
16090 2004-03-14   Harry Eaton * haceaton AT users dot sourceforge dot net *
16092         * src/action.c: Acknowledge placement
16094 2004-03-14   Harry Eaton * haceaton AT users dot sourceforge dot net *
16096         * src/netlist.c, src/rats.c: Fix memory leaks
16098 2004-03-13   Harry Eaton * haceaton AT users dot sourceforge dot net *
16100         * src/rotate.c: corrctly distinguish rubberand rat lines
16102 2004-03-11   Harry Eaton * haceaton AT users dot sourceforge dot net *
16104         * src/rtree.c: Remove unnecessary union identifier to clarify code
16106 2004-03-10   Harry Eaton * haceaton AT users dot sourceforge dot net *
16108         * src/action.c: Fix polygon insert point bug introduced when
16109         reorganizing code
16111 2004-03-10   Dan McMahill * dan AT mcmahill dot net *
16113         * lib/geda.inc: 100 pin QFP packages have 100 pins not 72
16115 2004-03-10   Harry Eaton * haceaton AT users dot sourceforge dot net *
16117         * src/error.c: Fix for bad pipe handling under cygwin
16119 2004-03-09   Harry Eaton * haceaton AT users dot sourceforge dot net *
16121         * src/draw.c: Minimize rectangle fills
16123 2004-03-09   Harry Eaton * haceaton AT users dot sourceforge dot net *
16125         * src/polygon.c: Oops - this fixes the error introduced moving to
16126         IsPadInPolygon
16128 2004-03-09   Harry Eaton * haceaton AT users dot sourceforge dot net *
16130         * src/crosshair.c: Use SQUARE macro
16132 2004-03-09   Harry Eaton * haceaton AT users dot sourceforge dot net *
16134         * src/action.c, src/change.c, src/create.c, src/rats.c: clean up
16135         code to use SQUARE macro and fix via mask update bug
16137 2004-03-09   Harry Eaton * haceaton AT users dot sourceforge dot net *
16139         * src/draw.c, src/find.c, src/find.h, src/polygon.c, src/print.c,
16140         src/search.c, src/search.h: Erase silk over solder regions when they
16141         cross and display that way on screen
16143 2004-03-08   Harry Eaton * haceaton AT users dot sourceforge dot net *
16145         * src/rtree.c: Streamline code for clustering
16147 2004-03-08   Harry Eaton * haceaton AT users dot sourceforge dot net *
16149         * src/Pcb.ad.in, src/action.c: Added a function { AddRats(Close)
16150         bound to shift-n } that selects the shortest unselected ratline and
16151         centers the screen view on it.
16153 2004-03-08   Harry Eaton * haceaton AT users dot sourceforge dot net *
16155         * src/crosshair.c, src/crosshair.h, src/line.c, src/line.h: New
16156         Auto-DRC line drawing mode implemented.
16158 2004-03-07   Harry Eaton * haceaton AT users dot sourceforge dot net *
16160         * src/draw.c, src/draw.h: Forgot to checkin draw.h; fix some bugs
16161         with really high zoom
16163 2004-03-07   Harry Eaton * haceaton AT users dot sourceforge dot net *
16165         * src/find.c: Avoid doubling DRC clearance between non-clearing
16166         polygons and square pins/pads
16168 2004-03-07   Harry Eaton * haceaton AT users dot sourceforge dot net *
16170         * src/action.c, src/buffer.c, src/change.c, src/create.c,
16171         src/dialog.c, src/draw.c, src/find.c, src/global.h, src/move.c,
16172         src/move.h, src/mymem.c, src/output.c, src/printpanner.c,
16173         src/remove.c, src/rotate.c, src/rtree.c, src/search.c, src/select.c: 
16174         Fixes for various bugs introduced with the rtree database
16175         infrastructure
16177 2004-03-07   Harry Eaton * haceaton AT users dot sourceforge dot net *
16179         * src/menu.c, src/misc.c: A couple of bug fixes: absolute negative
16180         value entries (e.g. =-4) also check the correct zoom level in the
16181         menu
16183 2004-03-06   Harry Eaton * haceaton AT users dot sourceforge dot net *
16185         * src/select.h: Fix conditional compile variable name
16187 2004-03-05   Harry Eaton * haceaton AT users dot sourceforge dot net *
16189         * src/library.c, src/mymem.c, src/output.c, src/polygon.c: Fixes for
16190         several memory leaks and some uninitialized varibable bugs
16192 2004-03-05   Harry Eaton * haceaton AT users dot sourceforge dot net *
16194         * src/file.c, src/parse_l.l, src/parse_y.y: Save the DRC settings in
16195         the board file
16197 2004-03-04   Harry Eaton * haceaton AT users dot sourceforge dot net *
16199         * src/Pcb.ad.in, src/dev_ps.c, src/global.h, src/printdialog.c,
16200         src/printpanner.c: Fix the postscript print panner bugs introduced
16201         with hi-res; also fix the long-standing bug where the default media
16202         selection wasn't used
16204 2004-03-04   Dan McMahill * dan AT mcmahill dot net *
16206         * src/select.h: one more regex bug fix noted by Matt Ettus
16208 2004-03-04   Dan McMahill * dan AT mcmahill dot net *
16210         * doc/pcb.texi: document the ToggleVisibility action
16212 2004-03-04   Dan McMahill * dan AT mcmahill dot net *
16214         * src/action.c, src/action.h, src/main.c: Added a new action which
16215         will toggle the visibility of layers without clicking on them.
16216         Intended to be bound to keys.  Patch provided by Matt Ettus in patch
16217         #908658.
16219 2004-03-04   Dan McMahill * dan AT mcmahill dot net *
16221         * src/action.c, src/menu.c, src/select.c: enable the regex select
16222         stuff.  A trial of a regex select of some components seems to work.
16223         Prompted by patches provided by Matt Ettus in patch submission
16224         908651.
16226 2004-03-03   Dan McMahill * dan AT mcmahill dot net *
16228         * lib/geda.inc: a HEADER60_2 should have 60 pins not 50 as noted in
16229         bug report 900231
16231 2004-03-03   Harry Eaton * haceaton AT users dot sourceforge dot net *
16233         * globalconst.h, src/action.c, src/draw.c, src/misc.c, src/move.c,
16234         src/report.c: Fixes for element line boundry handling
16236 2004-03-01   Harry Eaton * haceaton AT users dot sourceforge dot net *
16238         * src/move.c: Fix for search element bounding box error
16240 2004-03-01   Harry Eaton * haceaton AT users dot sourceforge dot net *
16242         * src/crosshair.c, src/crosshair.h: These were updated too for the
16243         auto-DRC infrastructure
16245 2004-03-01   Harry Eaton * haceaton AT users dot sourceforge dot net *
16247         * src/action.c, src/change.c, src/control.c, src/control.h,
16248         src/find.c, src/find.h, src/global.h, src/misc.c, src/misc.h,
16249         src/move.c, src/output.c, src/search.c, src/set.c: Some intersection
16250         bug fixes and more rtree infrastructure change Also more ground work
16251         for auto drc line mode
16253 2004-02-29   DJ Delorie * dj AT delorie dot com *
16255         * src/Makefile.in: Regenerate.
16257 2004-02-28   Harry Eaton * haceaton AT users dot sourceforge dot net *
16259         * src/action.c, src/buffer.c, src/change.c, src/const.h,
16260         src/create.c, src/draw.c, src/find.c, src/global.h, src/insert.c,
16261         src/menu.c, src/misc.c, src/misc.h, src/move.c, src/remove.c,
16262         src/search.c, src/set.c, src/undo.c: More usage of rtrees for rats,
16263         pins and pads. Some foundation work for a new auto-drc line drawing
16264         mode, and some bug fixes.
16266 2004-02-27   Harry Eaton * haceaton AT users dot sourceforge dot net *
16268         * src/buffer.c, src/create.c, src/find.c, src/global.h, src/menu.c,
16269         src/misc.c, src/move.c, src/mymem.c, src/remove.c, src/rtree.c,
16270         src/rtree.h: Store pins/pads in rtree
16272 2004-02-27   Harry Eaton * haceaton AT users dot sourceforge dot net *
16274         * src/rtree.c: Fixes for some compiler warnings
16276 2004-02-27   Harry Eaton * haceaton AT users dot sourceforge dot net *
16278         * src/clip.c, src/clip.h: Oh Yeah, the drawing clipping won't work
16279         without these files!
16281 2004-02-27   Harry Eaton * haceaton AT users dot sourceforge dot net *
16283         * src/Makefile.am, src/Makefile.in, src/action.c, src/create.c,
16284         src/data.c, src/data.h, src/draw.c, src/global.h, src/insert.c,
16285         src/insert.h, src/line.c, src/line.h, src/macro.h, src/misc.c,
16286         src/output.c, src/parse_y.y, src/polygon.c, src/report.c: Fixes for
16287         clipping the drawing. Simple saturation could change the geometry
16288         when zoomed way in. Also some organizational changes to make the
16289         code easier to maintain.
16291 2004-02-27   Dan McMahill * dan AT mcmahill dot net *
16293         * doc/pcb.texi: clarify the pad creation a little
16295 2004-02-27   Harry Eaton * haceaton AT users dot sourceforge dot net *
16297         * src/misc.c: Fix for text bounding box error
16299 2004-02-25   Harry Eaton * haceaton AT users dot sourceforge dot net *
16301         * src/action.c, src/const.h, src/crosshair.c, src/menu.c: Add a
16302         feature to display design-rule clearance arround prospective
16303         line/arc/via
16305 2004-02-25   Harry Eaton * haceaton AT users dot sourceforge dot net *
16307         * src/find.c, src/search.c: Fix some DRC bugs with square pins
16309 2004-02-20   Dan McMahill * dan AT mcmahill dot net *
16311         * lib/misc.inc: whitespace fix
16313 2004-02-19   Dan McMahill * dan AT mcmahill dot net *
16315         * lib/connector.inc: add a PKG_CONNECTOR_DIL for 2 column headers
16316         with DIL pin numbering.  This fixes the HEADER*_1 entries in the
16317         geda footprint library.
16319 2004-02-17   Harry Eaton * haceaton AT users dot sourceforge dot net *
16321         * src/buffer.c: Fix typo that caused bug in via tree handling.
16323 2004-02-17   Dan McMahill * dan AT mcmahill dot net *
16325         * lib/generic.list: remove extra whitespace in generic208_lqfp
16327 2004-02-17   Harry Eaton * haceaton AT users dot sourceforge dot net *
16329         * src/action.c, src/draw.c, src/find.c, src/polygon.c,
16330         src/polygon.h, src/print.c, src/report.c, src/rtree.c: Bug fixes for
16331         design rule checking
16333 2004-02-17   Harry Eaton * haceaton AT users dot sourceforge dot net *
16335         * src/rtree.c: Make rtree routines reentrant since now they are used
16336         that way when drawing during DRC.
16338 2004-02-15   Harry Eaton * haceaton AT users dot sourceforge dot net *
16340         * src/action.c, src/autoplace.c, src/autoroute.c, src/buffer.c,
16341         src/change.c, src/copy.c, src/create.c, src/dev_ps.c, src/draw.c,
16342         src/file.c, src/find.c, src/find.h, src/global.h, src/insert.c,
16343         src/macro.h, src/main.c, src/mirror.c, src/mirror.h, src/misc.c,
16344         src/misc.h, src/move.c, src/move.h, src/mtspace.c, src/mymem.c,
16345         src/mymem.h, src/parse_y.y, src/pinout.c, src/polygon.c,
16346         src/polygon.h, src/print.c, src/rats.c, src/remove.c, src/report.c,
16347         src/rotate.c, src/rotate.h, src/rtree.c, src/rtree.h,
16348         src/rubberband.c, src/search.c, src/search.h, src/select.c,
16349         src/undo.c: Large number of changes to keep most of the database in
16350         rtrees and avoid linear searches
16352 2004-02-15   Harry Eaton * haceaton AT users dot sourceforge dot net *
16354         * src/change.c: Fix minor bug in pad clearance adjustment
16356 2004-02-15   Dan McMahill * dan AT mcmahill dot net *
16358         * src/Makefile.in: regen after adding compat.c/h
16360 2004-02-15   Dan McMahill * dan AT mcmahill dot net *
16362         * src/Makefile.am, src/compat.c, src/compat.h, src/draw.c,
16363         src/set.c: add a place for putting our own implementation of
16364         missing/broken functions.  For now add a logf and expf to help
16365         solaris.
16367 2004-02-15   Dan McMahill * dan AT mcmahill dot net *
16369         * tools/Makefile.am, tools/Makefile.in: install MergePCBPS and
16370         Merge_dimPBPS
16372 2004-02-15   Dan McMahill * dan AT mcmahill dot net *
16374         * config.h.in, configure: regen after adding logf and expf checks
16376 2004-02-15   Dan McMahill * dan AT mcmahill dot net *
16378         * configure.ac: add checks for logf and expf
16380 2004-02-15   Dan McMahill * dan AT mcmahill dot net *
16382         * src/create.c, src/dev_ps.c, src/dev_rs274x.c, src/draw.c,
16383         src/file.c, src/global.h, src/parse_l.l, src/parse_y.y: add a way to
16384         control the scale factor associated with thermals.  This is a global
16385         value stored in the .pcb file.  The default gives the same behaviour
16386         as previous version.  By increasing the scale factor, the width of
16387         the spokes increases.  Eventually it would be nice to make this be
16388         per pin/via.
16390 2004-02-15   Dan McMahill * dan AT mcmahill dot net *
16392         * src/report.c: correct the drill diameter in the drill report after
16393         the hi-res changes
16395 2004-02-14   Harry Eaton * haceaton AT users dot sourceforge dot net *
16397         * src/polygon.c: Fixed syntax error and potential bug
16399 2004-02-14   Harry Eaton * haceaton AT users dot sourceforge dot net *
16401         * src/draw.c: Elliminate pre-computing of octagons - there are too
16402         many with .01 mil resolution
16404 2004-02-14   Harry Eaton * haceaton AT users dot sourceforge dot net *
16406         * src/find.c, src/polygon.c: More non-clearing polygon fixes
16408 2004-02-14   Harry Eaton * haceaton AT users dot sourceforge dot net *
16410         * src/buffer.c, src/dev_rs274x.c, src/draw.c, src/macro.h,
16411         src/menu.c, src/polygon.c, src/print.c, src/rubberband.c: Fixed some
16412         bugs with non-clearing polygons and made GROUP_LOOP macro
16414 2004-02-14   Harry Eaton * haceaton AT users dot sourceforge dot net *
16416         * src/action.c, src/crosshair.c, src/macro.h: Fix arc creation tool
16417         when crosshair is on-axis with start point
16419 2004-02-14   Harry Eaton * haceaton AT users dot sourceforge dot net *
16421         * src/report.c, src/report.h: Report on points and fix some
16422         formating
16424 2004-02-14   Harry Eaton * haceaton AT users dot sourceforge dot net *
16426         * src/set.c: Fix formatting mismatch
16428 2004-02-14   Harry Eaton * haceaton AT users dot sourceforge dot net *
16430         * src/polygon.c: Fixup includes and trivial bug
16432 2004-02-14   Harry Eaton * haceaton AT users dot sourceforge dot net *
16434         * src/move.c: fix includes for Message()
16436 2004-02-14   Harry Eaton * haceaton AT users dot sourceforge dot net *
16438         * src/menu.c: add left/right buffer mirror menu entry
16440 2004-02-13   Harry Eaton * haceaton AT users dot sourceforge dot net *
16442         * src/Pcb.ad.in, src/action.c, src/find.c, src/global.h,
16443         src/insert.c, src/main.c, src/polygon.c, src/polygon.h,
16444         src/print.c, src/report.c, src/set.c, src/sizedialog.c: More
16445         complete and sensible DRC checking
16447 2004-02-13   Harry Eaton * haceaton AT users dot sourceforge dot net *
16449         * src/move.c, src/search.c: Prevent changing layers of locked
16450         objects, find ratlines before other layer objects
16452 2004-02-13   Harry Eaton * haceaton AT users dot sourceforge dot net *
16454         * src/action.c, src/buffer.c, src/buffer.h, src/menu.c: Added
16455         function to mirror the buffer
16457 2004-02-13   Harry Eaton * haceaton AT users dot sourceforge dot net *
16459         * src/buffer.c: Recalculate arc bounding box when swaping the side
16461 2004-02-13   Harry Eaton * haceaton AT users dot sourceforge dot net *
16463         * src/dialog.c: Updated about dialog
16465 2004-02-13   Harry Eaton * haceaton AT users dot sourceforge dot net *
16467         * src/rats.c: Use warn color on pins/pads even when netname is known
16469 2004-02-13   Harry Eaton * haceaton AT users dot sourceforge dot net *
16471         * src/change.c: Only change masks with size change when they're
16472         non-zero to begin with
16474 2004-02-13   Harry Eaton * haceaton AT users dot sourceforge dot net *
16476         * src/change.c: Allow +0 change to mask size to make it equal the
16477         underlying copper
16479 2004-02-13   Harry Eaton * haceaton AT users dot sourceforge dot net *
16481         * src/action.c, src/change.c, src/select.c: Proper handling of all
16482         text scalings
16484 2004-02-13   Harry Eaton * haceaton AT users dot sourceforge dot net *
16486         * src/action.c, src/select.c: Handle element name size changing
16487         properly
16489 2004-02-12   Harry Eaton * haceaton AT users dot sourceforge dot net *
16491         * src/change.c: Automatically adjust mask size when copper size is
16492         changed
16494 2004-02-10   Harry Eaton * haceaton AT users dot sourceforge dot net *
16496         * src/print.c: Fixed output bug with persistant thermal changes
16498 2004-02-09   Dan McMahill * dan AT mcmahill dot net *
16500         * tools/Makefile.in: regen after adding Merge_dimPCBPS
16502 2004-02-09   Dan McMahill * dan AT mcmahill dot net *
16504         * tools/Makefile.am: add Merge_dimPCBPS
16506 2004-02-09   Dan McMahill * dan AT mcmahill dot net *
16508         * tools/MergePCBPS, tools/Merge_dimPCBPS: #/bin/sh -> #!/bin/sh to
16509         make these execute correctly.  While here, add RCS Id's.
16511 2004-02-07   Harry Eaton * haceaton AT users dot sourceforge dot net *
16513         * src/find.c: Find more errors when skipping through DRCs
16515 2004-02-06   Harry Eaton * haceaton AT users dot sourceforge dot net *
16517         * src/action.c, src/find.c, src/find.h: Added feature to continue
16518         checking drc after first error is found
16520 2004-02-06   Harry Eaton * haceaton AT users dot sourceforge dot net *
16522         * src/change.c: Prevent clearance size adjustment from changing
16523         joined lines to unjoined
16525 2004-02-06   Harry Eaton * haceaton AT users dot sourceforge dot net *
16527         * src/set.c: Fix bug where local reference mark was not erased
16528         properly
16530 2004-02-06   Harry Eaton * haceaton AT users dot sourceforge dot net *
16532         * src/file.c: Fix bug where loading pcb didn't restore saved view
16533         position correctly
16535 2004-02-06   Harry Eaton * haceaton AT users dot sourceforge dot net *
16537         * src/global.h, src/undo.c: Fixed undo change text size bug
16538         introduced with hi-res changes
16540 2004-02-06   Harry Eaton * haceaton AT users dot sourceforge dot net *
16542         * src/draw.c: Special drawing mode to examine planes for break-up
16543         due to tracks routing through them.
16545 2004-02-06   Harry Eaton * haceaton AT users dot sourceforge dot net *
16547         * tools/Merge_dimPCBPS: Add a tool to merge to PCB postscript files
16548         where the first one is printed in a light gray color. This is useful
16549         for making an assembly drawing where the front tracks are shown in
16550         light gray while the silkscreen is solid black.
16552 2004-02-06   Harry Eaton * haceaton AT users dot sourceforge dot net *
16554         * src/draw.c, src/macro.h, src/polygon.c, src/print.c: Make
16555         persistant thermal flags for easier changes to polygons
16557 2004-02-05   Harry Eaton * haceaton AT users dot sourceforge dot net *
16559         * src/action.c, src/const.h, src/menu.c: Add mode for poly viewing
16560         to help spot broken planes
16562 2004-02-05   Harry Eaton * haceaton AT users dot sourceforge dot net *
16564         * src/main.c: Fix text scaling intialization
16566 2004-02-05   Harry Eaton * haceaton AT users dot sourceforge dot net *
16568         * src/dev_rs274x.c: Fix a couple of gerber bugs introduced with
16569         hi-res
16571 2004-02-05   Harry Eaton * haceaton AT users dot sourceforge dot net *
16573         * src/polygon.c: Warn on unplated holes piercing polygons
16575 2004-02-05   Harry Eaton * haceaton AT users dot sourceforge dot net *
16577         * src/print.c: Don't clear pure-holes in polygons
16579 2004-02-05   Harry Eaton * haceaton AT users dot sourceforge dot net *
16581         * src/polygon.c: Fix bug in PIP flags
16583 2004-02-05   Harry Eaton * haceaton AT users dot sourceforge dot net *
16585         * src/dev_rs274x.c, src/find.c, src/find.h, src/print.c: Fixed some
16586         gerber hi-res bugs and some complex ground-plane print issues
16588 2004-02-04   DJ Delorie * dj AT delorie dot com *
16590         * example/libraries/Makefile.in: * Detect re_comp(), regcomp(), and <regex.h> (select.c doesn't use
16591           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
16592           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.
16594 2004-02-04   DJ Delorie * dj AT delorie dot com *
16596         * Makefile.in, README_FILES/Makefile.in, aclocal.m4, config.h.in,
16597         configure, configure.ac, doc/Makefile.am, doc/Makefile.in,
16598         example/Makefile.in, lib/Makefile.in,
16599         newlib/2_pin_thru-hole_packages/Makefile.in, newlib/Makefile.in,
16600         newlib/analog-devices/Makefile.in, newlib/burr-brown/Makefile.in,
16601         newlib/connectors/Makefile.in, newlib/crystal/Makefile.in,
16602         newlib/cypress/Makefile.in, newlib/electro-optics/Makefile.in,
16603         newlib/generic_SMD_packages/Makefile.in,
16604         newlib/headers/Makefile.in, newlib/msp430/Makefile.in,
16605         newlib/not_vetted_ingo/Makefile.in, newlib/sockets/Makefile.in,
16606         newlib/tests/Makefile.in, newlib/toko/Makefile.in, src/Makefile.am,
16607         src/Makefile.in, src/icons/Makefile.in, src/script/Makefile.in,
16608         tools/Makefile.in, tutorial/Makefile.in: * Detect re_comp(), regcomp(), and <regex.h> (select.c doesn't use
16609           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
16610           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.
16612 2004-02-04   DJ Delorie * dj AT delorie dot com *
16614         * src/draw.c: Don't assume that an all-ones pixel is white.
16616 2004-02-03   Harry Eaton * haceaton AT users dot sourceforge dot net *
16618         * src/menu.c: Fixes for hi-res bugs
16620 2004-02-03   Harry Eaton * haceaton AT users dot sourceforge dot net *
16622         * src/print.c: Changes to the fab drawing for improved clarity and
16623         allows for a an outline route by naming a layer "outline" or "route"
16625 2004-02-03   Harry Eaton * haceaton AT users dot sourceforge dot net *
16627         * src/error.c: Added a line count to Message mechanism
16629 2004-02-03   Dan McMahill * dan AT mcmahill dot net *
16631         * NEWS: note harry's hi-res changes.
16633 2004-02-02   Harry Eaton * haceaton AT users dot sourceforge dot net *
16635         * src/autoroute.c, src/heap.c, src/heap.h: More speed-ups for the
16636         router
16638 2004-02-01   Harry Eaton * haceaton AT users dot sourceforge dot net *
16640         * src/print.c: Change gerber drill files to have .cnc suffix and
16641         name the component side output group "front", the solder-side output
16642         "back"
16644 2004-02-01   Harry Eaton * haceaton AT users dot sourceforge dot net *
16646         * src/action.c, src/parse_y.y: A couple of bug fixes for arc
16647         handling in hi-res
16649 2004-01-31   Harry Eaton * haceaton AT users dot sourceforge dot net *
16651         * src/autoroute.c: More speed-up changes. Limit the intial search in
16652         FindIntersecting
16654 2004-01-31   Harry Eaton * haceaton AT users dot sourceforge dot net *
16656         * src/rtree.c: Minor comment changes and some tiny tweaks
16658 2004-01-31   Harry Eaton * haceaton AT users dot sourceforge dot net *
16660         * src/buffer.c: Fix bug in element name mirroring when elements are
16661         created on the solder side
16663 2004-01-30   Harry Eaton * haceaton AT users dot sourceforge dot net *
16665         * src/main.c: Fix initial screen/offscreen zoom
16667 2004-01-30   Harry Eaton * haceaton AT users dot sourceforge dot net *
16669         * src/polygon.c: Some Hi-res fixes plus elliminat too close to
16670         polygon concept
16672 2004-01-30   Harry Eaton * haceaton AT users dot sourceforge dot net *
16674         * src/output.c: Fixed the auto-scroll broken when switched to hi-res
16676 2004-01-30   Harry Eaton * haceaton AT users dot sourceforge dot net *
16678         * src/rats.c: Fix bug introduced changing to hi-res
16680 2004-01-29   Harry Eaton * haceaton AT users dot sourceforge dot net *
16682         * src/autoroute.c, src/box.h: More speed ups to the auto-router
16683         code. This is only code streamlining, there is no algorithm change
16685 2004-01-28   Harry Eaton * haceaton AT users dot sourceforge dot net *
16687         * src/kdtree.c, src/kdtree.h: The kdtree has been replaced with
16688         rtree which is faster given the way it is used
16690 2004-01-28   Harry Eaton * haceaton AT users dot sourceforge dot net *
16692         * src/rtree.c, src/rtree.h: rtree for faster rectangle intersection
16693         searching
16695 2004-01-28   Harry Eaton * haceaton AT users dot sourceforge dot net *
16697         * src/Makefile.am, src/Makefile.in, src/autoplace.c,
16698         src/autoroute.c, src/mtspace.c: replaced kd-tree with r-tree for
16699         faster auto-routing
16701 2004-01-20   Harry Eaton * haceaton AT users dot sourceforge dot net *
16703         * src/action.c: Fix for smashing element in place
16705 2004-01-19   Harry Eaton * haceaton AT users dot sourceforge dot net *
16707         * src/autoroute.c, src/heap.h, src/kdtree.c, src/kdtree.h: Fixes for
16708         auto-router with hi-res and some speed-ups of its operation
16710 2004-01-19   Harry Eaton * haceaton AT users dot sourceforge dot net *
16712         * src/find.c: Speed up polygon/polygon intersection testing. The
16713         special case is *all* points inside polygon, not just some points so
16714         only one point need be tested
16716 2004-01-19   Harry Eaton * haceaton AT users dot sourceforge dot net *
16718         * src/const.h, src/data.c, src/data.h, src/draw.c, src/draw.h,
16719         src/file.c, src/global.h, src/macro.h, src/main.c, src/menu.c,
16720         src/parse_y.y, src/pinout.c, src/set.c, src/set.h: Modifications to
16721         support arbitrary zoom ratios
16723 2004-01-18   Harry Eaton * haceaton AT users dot sourceforge dot net *
16725         * src/menu.c: Fix for intermediate zoom levels
16727 2004-01-18   Harry Eaton * haceaton AT users dot sourceforge dot net *
16729         * globalconst.h, src/Pcb.ad.in, src/data.c, src/draw.c,
16730         src/macro.h, src/output.c, src/parse_y.y, src/set.c: Added some
16731         intermediate zooms, so now it goes by sqrt(2)
16733 2004-01-17   Harry Eaton * haceaton AT users dot sourceforge dot net *
16735         * src/menu.c: Add menu item to auto-route only selected rats
16737 2004-01-17   Harry Eaton * haceaton AT users dot sourceforge dot net *
16739         * src/output.c: Increase the minimum size of the panner control
16741 2004-01-17   Harry Eaton * haceaton AT users dot sourceforge dot net *
16743         * src/main.c: Fix some default sizes for hi-res when no resource
16744         file is available
16746 2004-01-15   Harry Eaton * haceaton AT users dot sourceforge dot net *
16748         * src/action.c, src/action.h, src/menu.c: Added support to smash an
16749         element in place
16751 2004-01-15   Harry Eaton * haceaton AT users dot sourceforge dot net *
16753         * src/action.c, src/const.h, src/menu.c, src/misc.c, src/set.c: 
16754         Added Local reference measurement for line drawing and allow
16755         not-overriding the mark position for moves and line-drawing
16757 2004-01-15   Harry Eaton * haceaton AT users dot sourceforge dot net *
16759         * src/Pcb.ad.in, src/action.c, src/main.c, src/set.c, src/set.h: Fix
16760         to keep mode setting and add a function for moving an object by/to
16761         numerical coordinates
16763 2004-01-14   Harry Eaton * haceaton AT users dot sourceforge dot net *
16765         * src/Pcb.ad.in, src/action.c, src/command.c, src/misc.c: Tweaks for
16766         case-insensitive command arguments, keyboard adjust of grid and
16767         fixed a couple of absolute/relative bugs.
16769 2004-01-14   Harry Eaton * haceaton AT users dot sourceforge dot net *
16771         * src/misc.c: Turned off debugging messages
16773 2004-01-14   Harry Eaton * haceaton AT users dot sourceforge dot net *
16775         * src/macro.h, src/misc.c, src/output.c: Fixes for several
16776         solder-side viewing bugs introduced with hi-res changes
16778 2004-01-13   Harry Eaton * haceaton AT users dot sourceforge dot net *
16780         * src/djopt.c: Fixed for new definition of mils for savings report
16782 2004-01-13   Harry Eaton * haceaton AT users dot sourceforge dot net *
16784         * src/box.h, src/mtspace.c: Fix for mtspace coalesce; hi-res
16785         requires floats for area computation
16787 2004-01-10   Harry Eaton * haceaton AT users dot sourceforge dot net *
16789         * src/action.c, src/draw.c, src/report.c: Fixes for text scaling
16791 2004-01-10   Dan McMahill * dan AT mcmahill dot net *
16793         * src/parse_y.y: One more hi-res buglet.  Correct parsing of 'Arc'.
16794         Thanks to Bill Wilson for catching this one.
16796 2004-01-09   Dan McMahill * dan AT mcmahill dot net *
16798         * lib/smt.inc: partially undo the last change with respect to
16799         quoting.  Only quote $2.  This keeps the reference designator from
16800         being expanded as desired but lets the Description field get
16801         expanded as desired.
16803 2004-01-08   Harry Eaton * haceaton AT users dot sourceforge dot net *
16805         * Makefile.in, aclocal.m4, configure, doc/Makefile.in,
16806         lib/Makefile.in, newlib/2_pin_thru-hole_packages/Makefile.in,
16807         newlib/Makefile.in, newlib/analog-devices/Makefile.in,
16808         newlib/burr-brown/Makefile.in, newlib/connectors/Makefile.in,
16809         newlib/crystal/Makefile.in, newlib/cypress/Makefile.in,
16810         newlib/electro-optics/Makefile.in,
16811         newlib/generic_SMD_packages/Makefile.in,
16812         newlib/headers/Makefile.in, newlib/msp430/Makefile.in,
16813         newlib/not_vetted_ingo/Makefile.in, newlib/sockets/Makefile.in,
16814         newlib/tests/Makefile.in, newlib/toko/Makefile.in, src/Pcb.ad.in,
16815         src/action.c, src/icons/Makefile.in, src/main.c, src/misc.c,
16816         src/script/Makefile.in: Fixes for absolute/relative size change.
16817         Also added repeat last typed command and fixed a few hi-res bugs.
16819 2004-01-06   Harry Eaton * haceaton AT users dot sourceforge dot net *
16821         * src/set.c: Fixed sign display in fractional mil part of crosshair
16823 2004-01-06   Harry Eaton * haceaton AT users dot sourceforge dot net *
16825         * src/action.c: Fix for Display(Save|Restore)
16827 2004-01-05   Dan McMahill * dan AT mcmahill dot net *
16829         * src/print.c: fix generation of fab drawing with the high
16830         resolution changes
16832 2004-01-05   Dan McMahill * dan AT mcmahill dot net *
16834         * src/dev_rs274x.c: fix a couple of other bugs related to the high
16835         res changes.  In particular, correct the aperture for the fab
16836         drawing and for the outline.  Also fix up text output.
16838 2004-01-05   Dan McMahill * dan AT mcmahill dot net *
16840         * lib/johnstech.inc: Convert to a high resolution footprint.  Pads
16841         are a little more accurate now.
16843 2004-01-05   Dan McMahill * dan AT mcmahill dot net *
16845         * src/dev_rs274x.c: correct the aperture definition output lines and
16846         the drill tool definition output lines after the hi-res change.
16847         Gerber output should be ok again.
16849 2004-01-05   Harry Eaton * haceaton AT users dot sourceforge dot net *
16851         * src/Pcb.ad.in: fixed missing continuation in scroll commands
16853 2004-01-05   Harry Eaton * haceaton AT users dot sourceforge dot net *
16855         * configure, configure.ac, globalconst.h, src/Makefile.in,
16856         src/Pcb.ad.in, src/action.c, src/action.h, src/autoplace.c,
16857         src/autoplace.h, src/autoroute.c, src/autoroute.h, src/box.h,
16858         src/buffer.c, src/buffer.h, src/change.c, src/change.h,
16859         src/const.h, src/copy.c, src/copy.h, src/create.c, src/create.h,
16860         src/crosshair.c, src/crosshair.h, src/data.c, src/data.h,
16861         src/dev_ps.c, src/dev_rs274x.c, src/djopt.c, src/djopt.h,
16862         src/draw.c, src/drill.h, src/file.c, src/find.c, src/find.h,
16863         src/global.h, src/gui.c, src/gui.h, src/heap.h, src/insert.c,
16864         src/insert.h, src/intersect.c, src/intersect.h, src/kdtree.c,
16865         src/kdtree.h, src/macro.h, src/main.c, src/menu.c, src/mirror.c,
16866         src/mirror.h, src/misc.c, src/misc.h, src/move.c, src/move.h,
16867         src/mtspace.c, src/mtspace.h, src/netlist.c, src/netlist.h,
16868         src/output.c, src/output.h, src/parse_y.y, src/pinout.c,
16869         src/polygon.c, src/polygon.h, src/print.c, src/print.h, src/rats.c,
16870         src/report.c, src/rotate.c, src/rotate.h, src/rubberband.c,
16871         src/search.c, src/search.h, src/set.c, src/set.h, src/sizedialog.c,
16872         src/undo.c, src/undo.h, src/vector.h: Many changes to add 0.01 mil
16873         resolution
16875 2004-01-02   Harry Eaton * haceaton AT users dot sourceforge dot net *
16877         * src/change.c: Display pin/pad number when prompting for name
16879 2004-01-02   Harry Eaton * haceaton AT users dot sourceforge dot net *
16881         * src/draw.c: Minor correction to not attempt to write vertical null
16882         strings
16884 2004-01-02   Dan McMahill * dan AT mcmahill dot net *
16886         * doc/refcard.tex: add missing RCS Id
16888 2004-01-02   Dan McMahill * dan AT mcmahill dot net *
16890         * src/autoplace.c, src/autoplace.h, src/autoroute.c,
16891         src/autoroute.h, src/box.h, src/djopt.c, src/djopt.h, src/drill.h,
16892         src/gui.c, src/gui.h, src/heap.c, src/heap.h, src/intersect.c,
16893         src/intersect.h, src/kdtree.c, src/kdtree.h, src/mtspace.c,
16894         src/mtspace.h, src/netlist.c, src/netlist.h, src/rats.c,
16895         src/vector.c, src/vector.h: add missing RCS Id
16897 2004-01-01   Dan McMahill * dan AT mcmahill dot net *
16899         * lib/smt.inc: - modify the 2 pad smt base definition to put the origin of the
16900           footprint at the common centroid.  Useful both for driving pick and
16901           place as noted in bug report 716519 and for centering a part on a
16902         grid.  - while here make sure the $1, $2, and $3 arguments to the various   macros are properly quoted.  This helps avoid some obscure bugs   with generated layouts from gEDA.
16904 2004-01-01   Harry Eaton * haceaton AT users dot sourceforge dot net *
16906         * src/draw.c: Font metrics need to be outside TO_DRAW() macros
16908 2004-01-01   Dan McMahill * dan AT mcmahill dot net *
16910         * lib/smt.inc: fix some quoting
16912 2004-01-01   Dan McMahill * dan AT mcmahill dot net *
16914         * lib/amphenol.inc: bump copyright date
16916 2004-01-01   Dan McMahill * dan AT mcmahill dot net *
16918         * lib/amphenol.inc: properly pass down the arguments to the
16919         underlying macro for the PKG_AMPHENOL_ARFX123{0,1,2} packages
16921 2004-01-01   Dan McMahill * dan AT mcmahill dot net *
16923         * doc/wishlist.txt: add element versioning and database of good
16924         elements
16926 2004-01-01   Dan McMahill * dan AT mcmahill dot net *
16928         * doc/wishlist.txt: add a features wish list.  not sure if this is
16929         the best place for such a thing, but for now it'll do.
16931 2003-12-31   Dan McMahill * dan AT mcmahill dot net *
16933         * lib/Makefile.in: regen after adding amp library
16935 2003-12-31   Dan McMahill * dan AT mcmahill dot net *
16937         * lib/Makefile.am, lib/amp.inc, lib/common.m4: add Amp connector
16938         library.  Currently its populated with the 767054 series of Mictor
16939         connectors.
16941 2003-12-31   Harry Eaton * haceaton AT users dot sourceforge dot net *
16943         * src/menu.c: Fixed menu selection of metric grids: The
16944         C-preprocessor won't change string literals of course.
16946 2003-12-31   Harry Eaton * haceaton AT users dot sourceforge dot net *
16948         * src/Pcb.ad.in, src/const.h, src/draw.c, src/misc.c: Added vertical
16949         text support for pinout descriptions
16951 2003-12-31   Dan McMahill * dan AT mcmahill dot net *
16953         * lib/smt.inc: with reverse order numbering in COMMON_SMT_DIL_MIL
16954         and COMMON_SMT_DIL_MM, make sure the pin number matches the pin
16955         name.
16957 2003-12-31   Dan McMahill * dan AT mcmahill dot net *
16959         * lib/panasonic.inc: fix typo in a comment
16961 2003-12-31   Dan McMahill * dan AT mcmahill dot net *
16963         * lib/geda.inc, lib/smt.inc: add SC70_3, SC70_4, SC70_5, and SC70_6
16964         footprints (the 3,4,5, and 6 pin SC70 family).
16966 2003-12-31   Dan McMahill * dan AT mcmahill dot net *
16968         * lib/to.inc: rename the SOT23 and SOT323 footprints here to
16969         SOT23_CEL and SOT323_CEL to avoid a conflict with the ones defined
16970         in the geda library.  The "CEL" part reflects that the pin numbering
16971         is the one used by CEL which is different from what others seem to
16972         use.
16974 2003-12-31   Dan McMahill * dan AT mcmahill dot net *
16976         * lib/Makefile.in: regen after adding panasonic library
16978 2003-12-31   Dan McMahill * dan AT mcmahill dot net *
16980         * lib/Makefile.am, lib/common.m4, lib/panasonic.inc: Add the
16981         panasonic EXB series of chip resistor arrays.
16983 2003-12-31   Dan McMahill * dan AT mcmahill dot net *
16985         * lib/smt.inc: deal with SMT DIL packages with an odd number of pads
16986         per side
16988 2003-12-31   Dan McMahill * dan AT mcmahill dot net *
16990         * lib/smt.inc: add an extra argument to COMMON_SMT_DIL_MIL and
16991         COMMON_SMT_DIL_MM to allow the pins to go in the reverse order to
16992         deal with some non-standard pinouts like the mini-circuits KK81
16993         package.
16995 2003-12-31   Dan McMahill * dan AT mcmahill dot net *
16997         * lib/Makefile.in: regen after adding minicircuits
16999 2003-12-31   Dan McMahill * dan AT mcmahill dot net *
17001         * lib/Makefile.am, lib/common.m4, lib/minicircuits.inc: add several
17002         minicircuits packages
17004 2003-12-30   Dan McMahill * dan AT mcmahill dot net *
17006         * lib/Makefile.in: regen after adding bourns library
17008 2003-12-30   Dan McMahill * dan AT mcmahill dot net *
17010         * lib/geda.inc, lib/smt.inc: - add a handful of 3 pin SMT EMI filter footprints - add US* family of SMT packages.
17012 2003-12-30   Dan McMahill * dan AT mcmahill dot net *
17014         * lib/connector.inc: add through hole test point footprint.
17016 2003-12-30   Dan McMahill * dan AT mcmahill dot net *
17018         * lib/common.m4: include the bourns library
17020 2003-12-30   Dan McMahill * dan AT mcmahill dot net *
17022         * lib/amphenol.inc, lib/amphenol.list, lib/amphenol.m4: add some
17023         more SMA connectors
17025 2003-12-30   Dan McMahill * dan AT mcmahill dot net *
17027         * lib/Makefile.am, lib/bourns.inc: add bourns 3224G, 3224J, 3224W,
17028         and 3224X trim pots
17030 2003-12-30   Dan McMahill * dan AT mcmahill dot net *
17032         * doc/pcb.texi: add note about the dangers of whitespace in .list
17033         files
17035 2003-12-30   Dan McMahill * dan AT mcmahill dot net *
17037         * lib/amphenol.m4: correct capitalization for amphenol_ARFX1229
17039 2003-12-30   Dan McMahill * dan AT mcmahill dot net *
17041         * lib/amphenol.list: remove extra whitespace at end of ARFX1229 line
17043 2003-12-30   Dan McMahill * dan AT mcmahill dot net *
17045         * lib/Makefile.in: regen after adding amphenol library
17047 2003-12-30   Dan McMahill * dan AT mcmahill dot net *
17049         * lib/Makefile.am, lib/amphenol.inc, lib/amphenol.list,
17050         lib/amphenol.m4, lib/common.m4: Add amphenol connectors.  Start out
17051         with the ARFX1229 SMA connector.
17053 2003-12-30   Dan McMahill * dan AT mcmahill dot net *
17055         * lib/connector.inc, lib/geda.inc: add MTA100 connectors
17057 2003-12-30   Harry Eaton * haceaton AT users dot sourceforge dot net *
17059         * src/action.c, src/autoplace.c, src/buffer.c, src/change.c,
17060         src/copy.c, src/create.c, src/crosshair.c, src/dev_ps.c,
17061         src/dev_rs274x.c, src/dialog.c, src/draw.c, src/drill.c,
17062         src/file.c, src/find.c, src/library.c, src/menu.c, src/mirror.c,
17063         src/misc.c, src/move.c, src/mymem.c, src/netlist.c, src/pinout.c,
17064         src/polygon.c, src/print.c, src/rats.c, src/remove.c, src/report.c,
17065         src/rotate.c, src/rubberband.c, src/search.c, src/select.c,
17066         src/set.c, src/undo.c: Ok, this complete the formating changes.
17067         Whew!
17069 2003-12-29   Harry Eaton * haceaton AT users dot sourceforge dot net *
17071         * src/file.c: Fixed another glitch during format change
17073 2003-12-29   Harry Eaton * haceaton AT users dot sourceforge dot net *
17075         * src/find.c: Fixed a polygon/polygon intersection bug where a wrong
17076         point index was used
17078 2003-12-29   Harry Eaton * haceaton AT users dot sourceforge dot net *
17080         * src/file.c: Restored accidentally deleted line during formating
17081         change.
17083 2003-12-29   Harry Eaton * haceaton AT users dot sourceforge dot net *
17085         * src/action.c, src/autoplace.c, src/buffer.c, src/change.c,
17086         src/command.c, src/control.c, src/copy.c, src/create.c,
17087         src/crosshair.c, src/dev_ps.c, src/dev_rs274x.c, src/dialog.c,
17088         src/draw.c, src/drill.c, src/error.c, src/file.c, src/fileselect.c,
17089         src/find.c, src/gui.c, src/insert.c, src/kdtree.c, src/lgdialog.c,
17090         src/library.c, src/log.c, src/main.c, src/menu.c, src/mirror.c,
17091         src/misc.c, src/move.c, src/mtspace.c, src/mymem.c, src/netlist.c,
17092         src/output.c, src/pinout.c, src/polygon.c, src/print.c,
17093         src/printdialog.c, src/printpanner.c, src/rats.c, src/remove.c,
17094         src/report.c, src/rotate.c, src/rubberband.c, src/search.c,
17095         src/select.c, src/set.c, src/sizedialog.c, src/undo.c, src/vector.c: 
17096         Cleaned up coding formating from long-ago indent diaster with _LOOP
17097         macros.  These should be formating changes only.
17099 2003-12-28   Harry Eaton * haceaton AT users dot sourceforge dot net *
17101         * src/insert.c, src/polygon.c, src/remove.c, src/search.c,
17102         src/search.h, src/undo.c: fixed polygon undo bugs; speed-up of undo
17103         operations
17105 2003-12-26   DJ Delorie * dj AT delorie dot com *
17107         * src/djopt.c: Use the layer groups to determine which layers are
17108         solder and component.  Fix bugs in check2 and padcleaner where
17109         deleted lines weren't skipped.
17111 2003-12-26   Harry Eaton * haceaton AT users dot sourceforge dot net *
17113         * src/djopt.c: added undo capability for trace optimizations
17115 2003-12-25   Harry Eaton * haceaton AT users dot sourceforge dot net *
17117         * src/autoroute.c, src/copy.c, src/dev_rs274x.c, src/draw.c,
17118         src/find.c, src/macro.h, src/polygon.c, src/print.c,
17119         src/rubberband.c, src/undo.c: using macro LAYER_PTR(n) to go from
17120         layer number to pointer.  this simplifies the code a little bit
17122 2003-12-25   Harry Eaton * haceaton AT users dot sourceforge dot net *
17124         * src/move.c, src/remove.c: simplified ObjectMove undo serial number
17125         handling
17127 2003-12-24   Harry Eaton * haceaton AT users dot sourceforge dot net *
17129         * src/select.c: fixed bug where null F->Pad could be called (e.g.
17130         change drill size)
17132 2003-12-22   Harry Eaton * haceaton AT users dot sourceforge dot net *
17134         * src/netlist.c: Both ends of an added rat line must have named
17135         elements
17137 2003-12-22   Harry Eaton * haceaton AT users dot sourceforge dot net *
17139         * src/find.c, src/search.c: Fixed various DRC errors with arcs,
17140         square pads and square pins
17142 2003-12-21   Harry Eaton * haceaton AT users dot sourceforge dot net *
17144         * src/netlist.c: Disallow drawing rat-lines to unnamed elements;
17145         fixed a problem with netlist window being doubly disposed.
17147 2003-12-20   Dan McMahill * dan AT mcmahill dot net *
17149         * lib/smt.inc: add -*- m4 -*-
17151 2003-12-17   Dan McMahill * dan AT mcmahill dot net *
17153         * lib/Makefile.am, lib/Makefile.in, lib/common.m4,
17154         lib/gen_list.awk, lib/gen_m4.awk, lib/johnstech.inc: add footprints
17155         for Johnstech Evaluation Socket for QFN packages Johnstech Socket
17156         Part Numbers 724810 through 724839.  Note, the footprint has been
17157         checked by hand but not yet verified through fabrication.
17159 2003-12-01   Dan McMahill * dan AT mcmahill dot net *
17161         * configure: regen after -R fix
17163 2003-12-01   Dan McMahill * dan AT mcmahill dot net *
17165         * configure.ac: When trying out the various -R, --rpath, etc.
17166         compiler flags, actually try them out instead of just claiming to.
17167         Addresses part of bug report 850369 filed by Tom Saunders.
17169 2003-11-29   Harry Eaton * haceaton AT users dot sourceforge dot net *
17171         * src/crosshair.c: Allow snap to line end-points and vias when
17172         off-grid
17174 2003-11-20   Harry Eaton * haceaton AT users dot sourceforge dot net *
17176         * src/dev_rs274x.c: restored bug fixes that got lost, fixed some
17177         bugs and cleaned the code a little
17179 2003-11-20   Harry Eaton * haceaton AT users dot sourceforge dot net *
17181         * src/dev_rs274x.c: removed #include <varargs> that accidentally got
17182         in on the last commit
17184 2003-11-19   Harry Eaton * haceaton AT users dot sourceforge dot net *
17186         * src/dev_rs274x.c, src/print.c: Changed print.c and dev_rs274x.c in
17187         order to provide negative image ground planes for gerber output when
17188         possible. Some fab vendors can't handle or charge extra for
17189         composite ground planes which is the motivation for this.  Negative
17190         image planes are made when (1) There are no lines, arcs, text, or
17191         pads on a layer and (2) There is exactly 1 polygon on the layer and (3) All vias/holes/pins pierce the polygon. The polygon is then
17192         assumed to consume all of the area and only the thermal reliefs and
17193         pin/via clearances are needed. haceaton 11/19/03
17195 2003-11-13   Dan McMahill * dan AT mcmahill dot net *
17197         * doc/Makefile.in: regen
17199 2003-11-13   Dan McMahill * dan AT mcmahill dot net *
17201         * doc/Makefile.am: add rules for creating postscript and png from a
17202         tgif drawing.  Needed for improved docs.
17204 2003-11-13   Dan McMahill * dan AT mcmahill dot net *
17206         * config.h.in: regen after adding Xpm check
17208 2003-11-13   Dan McMahill * dan AT mcmahill dot net *
17210         * src/print.c: Change how the polarity of the soldermask relief
17211         layer is handled.  The polarity is not changed but it now correctly
17212         works for postscript output as well as gerber output.  Previously
17213         the postscript output produced white on a white background or black
17214         on a black background.  This addresses PR 825680 filed by Russ Dill.
17216 2003-11-08   Dan McMahill * dan AT mcmahill dot net *
17218         * configure, configure.ac: use AC_PATH_PROGS to search through a
17219         list of candidates for wish
17221 2003-11-08   Dan McMahill * dan AT mcmahill dot net *
17223         * configure, src/Makefile.in, src/script/Makefile.in: regen after
17224         moving the pcb script to a subdirectory.
17226 2003-11-08   Dan McMahill * dan AT mcmahill dot net *
17228         * configure.ac, src/Makefile.am, src/pcb.in,
17229         src/script/Makefile.am, src/script/pcb.in: move the pcb script to a
17230         subdirectory to avoid name conflicts with the Pcb application
17231         default file on systems such as cygwin that are not case sensitive.
17233 2003-11-08   Dan McMahill * dan AT mcmahill dot net *
17235         * configure, configure.ac: search for libXpm which is needed on
17236         cygwin libXaw
17238 2003-11-08   Dan McMahill * dan AT mcmahill dot net *
17240         * configure, configure.ac: add a few more variants of wish (wish83,
17241         cygwish80, etc) to search for
17243 2003-10-15   Dan McMahill * dan AT mcmahill dot net *
17245         * src/dev_rs274x.c: fix two bugs related to gerber file generation.
17246         The first bug is triggered when the first aperture used in a file is
17247         the same as the last aperture used in the previous file.  In this
17248         case the aperture selection code is missing from the output file.  The second bug is when the first point drawn has its Y coordinate
17249         (in PCB coordinates) equal to zero.  The output will be at gerber Y
17250         coordinate zero which is on the opposite side of the board.  Thanks to Gabriel Paubert (paubert at iram dot es) for noting these
17251         bugs and supplying a patch.
17253 2003-10-13   Dan McMahill * dan AT mcmahill dot net *
17255         * src/report.c: correct the reporting of soldermask relief for pads
17256         and via's.  Patch provided by Gabriel Paubert, paubert at iram dot
17257         es on the geda-dev mailing list.
17259 2003-10-11   Dan McMahill * dan AT mcmahill dot net *
17261         * src/report.c: show pad names in object report.  patch supplied in
17262         bug report 787711 by Olof Tangrot.
17264 2003-10-11   Dan McMahill * dan AT mcmahill dot net *
17266         * src/cmask.grb, src/cpaste.grb, src/csilk.grb, src/pdrill.grb,
17267         src/smask.grb, src/spaste.grb, src/ssilk.grb, src/udrill.grb: remove
17268         some output files which should have never been in CVS.
17270 2003-10-03   Dan McMahill * dan AT mcmahill dot net *
17272         * lib/Makefile.in: regen after qfn.inc additions
17274 2003-10-03   Dan McMahill * dan AT mcmahill dot net *
17276         * lib/Makefile.am, lib/common.m4, lib/geda.inc, lib/qfn.inc: add 60
17277         members of the Quad Flat No-lead (QFN) package family.  Based on
17278         package drawings downloaded from www.maxim-ic.com and Intersil
17279         technical brief TB389.1 "PCB Land Pattern Desugn and Surface Mount
17280         Guidelines for QFN (MLFP) Packages".
17282 2003-10-01   Dan McMahill * dan AT mcmahill dot net *
17284         * doc/Xdefaults.tgif, doc/pad.obj: add a figure to help with
17285         describing the pads.  Also add an Xresources file needed to convert
17286         the tgif drawing to png
17288 2003-09-30   Dan McMahill * dan AT mcmahill dot net *
17290         * doc/pcb.texi: update copyright for last changes
17292 2003-09-30   Dan McMahill * dan AT mcmahill dot net *
17294         * configure, example/Makefile.in, example/libraries/Makefile.in: 
17295         regen after example/libraries addition
17297 2003-09-30   Dan McMahill * dan AT mcmahill dot net *
17299         * configure.ac, example/Makefile.am: add example/libraries/Makefile
17301 2003-09-30   Dan McMahill * dan AT mcmahill dot net *
17303         * doc/pcb.texi, example/libraries/Makefile.am,
17304         example/libraries/example.inc, example/libraries/example.list,
17305         example/libraries/example.m4: Add two new chapters to the manual.
17306         The first attempts to provide some more documentation about library
17307         creation.  It includes a complete example of adding footprints using
17308         M4 style libraries as well as giving instructions on creating newlib
17309         style footprints.  The second added chapter shows how to take a
17310         design from start to finish using gEDA as the schematic capture and
17311         PCB as the layout tool.  This chapter still needs work, but early
17312         feedback is good and its better than no documentation.
17314 2003-09-03   DJ Delorie * dj AT delorie dot com *
17316         * src/dev_ps.c, src/dev_rs274x.c, src/draw.c, src/drill.c,
17317         src/print.c, src/report.c: Add FAB drawing page.  Use thinner traces
17318         for larger fonts.
17320 2003-09-03   Dan McMahill * dan AT mcmahill dot net *
17322         * aclocal.m4, configure: regen
17324 2003-09-03   Dan McMahill * dan AT mcmahill dot net *
17326         * acinclude.m4, configure.ac: don't hardcode -lXaw in the FUNCPROTO
17327         and related tests.
17329 2003-09-03   Dan McMahill * dan AT mcmahill dot net *
17331         * configure: regen
17333 2003-09-03   Dan McMahill * dan AT mcmahill dot net *
17335         * configure.ac: add a --with-xaw= option that lets you select an
17336         alternative to Xaw.  For example, --with-xaw=Xaw3d will search for
17337         the Xaw3d library.
17339 2003-09-03   Dan McMahill * dan AT mcmahill dot net *
17341         * doc/pcb.texi: add brief section about the trace optimizer.
17343 2003-08-31   Dan McMahill * dan AT mcmahill dot net *
17345         * lib/geda.inc: change 'Square' to 'Rectangular' to the comment for
17346         the rectangular QFP section.
17348 2003-08-30   Dan McMahill * dan AT mcmahill dot net *
17350         * lib/gen_geda_list.awk, lib/gen_geda_m4.awk: remove the lines which
17351         tried to copy the source file RCS Id to the generated files.  CVS
17352         broke this feature by expanding keywords on me.
17354 2003-08-30   Dan McMahill * dan AT mcmahill dot net *
17356         * lib/geda.list, lib/geda.m4: these files are autogenerated now
17358 2003-08-30   Dan McMahill * dan AT mcmahill dot net *
17360         * lib/geda.inc, lib/qfpdj.inc: rework the QFP packages fixing
17361         several bugs and greatly expanding the footprint database.  Patches
17362         supplied in bug report 785400 by Wojciech Kazubski.  Many thanks for
17363         the contribution!
17365 2003-08-30   Dan McMahill * dan AT mcmahill dot net *
17367         * lib/common.m4: add qfpdj.inc to the include list
17369 2003-08-30   Dan McMahill * dan AT mcmahill dot net *
17371         * lib/CreateLibraryContents.sh.in: when given a -I flag, look both
17372         there and the current directory for .list files.   Needed for
17373         building outside the source tree directory.
17375 2003-08-30   Dan McMahill * dan AT mcmahill dot net *
17377         * lib/Makefile.am, lib/Makefile.in, lib/gen_geda_list.awk,
17378         lib/gen_geda_m4.awk: add scripts which autogenerate geda.m4 and
17379         geda.list from geda.inc.
17381 2003-08-26   Dan McMahill * dan AT mcmahill dot net *
17383         * lib/geda.inc, lib/geda.list, lib/geda.m4, lib/plcc.inc: Add
17384         20,28,32 pin PLCC footprints, both unsocketed and socketed (through
17385         hole).  Provided in bug report 777539 by Troy Jacobson.
17387 2003-08-23   DJ Delorie * dj AT delorie dot com *
17389         * src/djopt.c: Support however many layers are configured.
17391 2003-08-16   Dan McMahill * dan AT mcmahill dot net *
17393         * doc/pcb.texi: add info-dir entry
17395 2003-08-16   Dan McMahill * dan AT mcmahill dot net *
17397         * newlib/2_pin_thru-hole_packages/Makefile.in: regen
17399 2003-08-16   Dan McMahill * dan AT mcmahill dot net *
17401         * newlib/2_pin_thru-hole_packages/Makefile.am: Makefile.am is not a
17402         library component so do not install it as one
17404 2003-08-15   Dan McMahill * dan AT mcmahill dot net *
17406         * README.snapshots: add a note on creating snapshots
17408 2003-08-15   Dan McMahill * dan AT mcmahill dot net *
17410         * doc/pcb.texi: add DJ and myself
17412 2003-08-14   Dan McMahill * dan AT mcmahill dot net *
17414         * lib/lsi.list, lib/lsi.m4: Remove extra space in one of the pin
17415         names in AT90S2313_dil and add missing AT90S4434_dil AT90S8535_dil
17416         AT90S8535_plcc.  Patch provided in bug report 770829 by Daniel
17417         Mooney (dbmk).
17419 2003-08-06   Dan McMahill * dan AT mcmahill dot net *
17421         * lib/texas_inst_voltage_reg.m4: fix parse error on uA7952C.  Patch
17422         provided in bug report 770829 by Daniel Mooney (dbmk).
17424 2003-08-05   Dan McMahill * dan AT mcmahill dot net *
17426         * lib/texas_inst_amplifier.m4: fix parse errors in TL083 and ua747.
17427         Patch provided in bug report 770829 by Daniel Mooney (dbmk).
17429 2003-08-05   Dan McMahill * dan AT mcmahill dot net *
17431         * lib/jerry.m4: fix parse errors on DS1225 and DS1230.  Patch
17432         provided in bug report 770829 by Daniel Mooney (dbmk).
17434 2003-07-25   DJ Delorie * dj AT delorie dot com *
17436         * : second dummy commit
17438 2003-07-20   Dan McMahill * dan AT mcmahill dot net *
17440         * README.cvs: note that autoconf 2.13 is not new enough and mention
17441         how to get the version
17443 2003-07-20   DJ Delorie * dj AT delorie dot com *
17445         * src/dev_rs274x.c: polygon fills must have a defined aperture also
17447 2003-07-20   DJ Delorie * dj AT delorie dot com *
17449         * src/dev_rs274x.c, src/print.c: Solder mask layers are reliefs and
17450         normally are positive prints.  Support inverted gerber plots.
17452 2003-07-07   DJ Delorie * dj AT delorie dot com *
17454         * src/dev_rs274x.c: Properly scale outline and alignment.  Add
17455         segment to alignment to act as registration.
17457 2003-07-06   DJ Delorie * dj AT delorie dot com *
17459         * src/report.c: Sort drill report by hole size, list total hole
17460         count.
17462 2003-07-02   DJ Delorie * dj AT delorie dot com *
17464         * src/djopt.c: Fix off-by-one bug in handling bloat.  Be more
17465         careful about cleaning up traces within pads.
17467 2003-07-01   DJ Delorie * dj AT delorie dot com *
17469         * src/sizedialog.c: The minimum size of a board should never be more
17470         than the current actual size of the board.
17472 2003-06-25   DJ Delorie * dj AT delorie dot com *
17474         * src/Pcb.ad.in, src/change.c: Automatically set CLEARLINEFLAG if
17475         the user modifies the clearance.  Add keys for changing clearance by
17476         selection instead of pointer.
17478 2003-06-22   DJ Delorie * dj AT delorie dot com *
17480         * src/Makefile.in: Regenerate with djopt.c
17482 2003-06-22   DJ Delorie * dj AT delorie dot com *
17484         * src/action.c, src/const.h, src/crosshair.c, src/menu.c: Add
17485         orthogonal move feature
17487 2003-06-22   DJ Delorie * dj AT delorie dot com *
17489         * src/Pcb.ad.in, src/action.c, src/const.h, src/draw.c, src/menu.c: 
17490         Add Thindraw
17492 2003-06-22   DJ Delorie * dj AT delorie dot com *
17494         * src/Makefile.am, src/Pcb.ad.in, src/djopt.c, src/djopt.h,
17495         src/main.c, src/menu.c: Add trace optimizer.
17497 2003-06-13   Dan McMahill * dan AT mcmahill dot net *
17499         * Makefile.in, aclocal.m4, config.h.in, configure, depcomp: add
17500         automake/conf output to make it easier for users to build
17502 2003-06-13   Dan McMahill * dan AT mcmahill dot net *
17504         * README_FILES/Makefile.in, doc/Makefile.in, example/Makefile.in,
17505         lib/Makefile.in, newlib/2_pin_thru-hole_packages/Makefile.in,
17506         newlib/Makefile.in, newlib/analog-devices/Makefile.in,
17507         newlib/burr-brown/Makefile.in, newlib/connectors/Makefile.in,
17508         newlib/crystal/Makefile.in, newlib/cypress/Makefile.in,
17509         newlib/electro-optics/Makefile.in,
17510         newlib/generic_SMD_packages/Makefile.in,
17511         newlib/headers/Makefile.in, newlib/msp430/Makefile.in,
17512         newlib/not_vetted_ingo/Makefile.in, newlib/sockets/Makefile.in,
17513         newlib/tests/Makefile.in, newlib/toko/Makefile.in, src/Makefile.in,
17514         src/icons/Makefile.in, tools/Makefile.in, tutorial/Makefile.in: add
17515         the automake/conf generated files to make building from CVS sources
17516         easier for people.
17518 2003-06-13   Dan McMahill * dan AT mcmahill dot net *
17520         * src/error.c: only declare sys_nerr if we're using the sys_errlist
17521         interface.  This fixes compilation on NetBSD/alpha using gcc-3.3.
17523 2003-06-13   Dan McMahill * dan AT mcmahill dot net *
17525         * src/dev_rs274x.c: remove unused varargs.h header which breaks
17526         gcc-3.3 compilation
17528 2003-06-05   Dan McMahill * dan AT mcmahill dot net *
17530         * src/action.c, src/menu.c: Allow '=' at the beginning of the zoom
17531         exponent to indicate an absolute number rather than a relative
17532         number.  This lets a value of "=-2" be used to indicate an absolute
17533         -2 while "-2" still indicates a relative -2.  Also correct the
17534         position of the check mark on the zoom menu.  Patch from DJ Delorie.
17536 2003-05-26   Dan McMahill * dan AT mcmahill dot net *
17538         * src/file.c, src/fileselect.c, src/misc.c, src/misc.h: Fix a bug in
17539         the way the current working directory is found.  This caused the
17540         file dialog box to always start in the library tree directory.  In addition add a loop in ParseLibraryTree() to allow multiple
17541         newlib style directory tree's to be specified in the Xresource.
17542         This provides an easy way to have per-user and per-project library
17543         directories.  These directories may either be specified as an
17544         absolute or relative path.  Patches provided by Tony (droghedra at users dot sourceforge dot
17545         net) in bug report 736010 with minor changes by me.
17547 2003-05-22   Dan McMahill * dan AT mcmahill dot net *
17549         * lib/Makefile.am: add missing rules.inc
17551 2003-05-22   Dan McMahill * dan AT mcmahill dot net *
17553         * src/menu.c: add 2 more levels of zooming to the menu.  Inspired by
17554         an email from DJ Delorie on the gEDA mailing list.
17556 2003-05-21   Dan McMahill * dan AT mcmahill dot net *
17558         * src/parse_l.l: change yy_current_buffer to YY_CURRENT_BUFFER.
17559         This addresses the build \ problem reported in bug 734403 and also
17560         agrees with the man page for \ flex-2.5.4.\ \ In addition add a
17561         %option yylineno to address part of bug 736010\ where the line
17562         number associated with a parse error is incorrectly\ displayed as 1.
17563         \
17565 2003-05-20   Dan McMahill * dan AT mcmahill dot net *
17567         * lib/common.m4: add missing bga.inc and resistor_adjust.inc
17568         included.  The latter addresses part of bug report 734403.
17570 2003-03-17   Dan McMahill * dan AT mcmahill dot net *
17572         * : remove spurious file which should not have been imported.  Noted
17573          by Mark Becker.
17575 2003-03-17   Dan McMahill * dan AT mcmahill dot net *
17577         * ...: remove spurious file which should not have been imported.
17578         Noted by Mark Becker.
17580 2003-03-05   Dan McMahill * dan AT mcmahill dot net *
17582         * src/error.c: if strerror() is present on our system then use it
17583         instead of trying to use sys_errlist.  Patch from harry, with the
17584         check for strerror from me.
17586 2003-03-05   Dan McMahill * dan AT mcmahill dot net *
17588         * configure.ac: move the strerror test up in the configure process
17589         so we don't need to link to the X libraries for the test.
17591 2003-03-05   Dan McMahill * dan AT mcmahill dot net *
17593         * configure.ac: add check for strerror()
17595 2003-02-24   Dan McMahill * dan AT mcmahill dot net *
17597         * src/autoroute.c: when checking for a NULL pointer compare to NULL
17598         rather than 0 for enhanced portability.
17600 2003-02-21   Dan McMahill * dan AT mcmahill dot net *
17602         * configure.ac: bump to 1.99o since a 1.99n version was posted to
17603         the geda list.  We should avoid further updates to this version
17604         number until a release.  If users want snapshots, they can get them
17605         from CVS.
17607 2003-02-21   Dan McMahill * dan AT mcmahill dot net *
17609         * src/kdtree.c: change c++ style comments to c style and remove the
17610         use of non-static initializers to allow the SunPRO c compiler to be
17611         able to compile this file.
17613 2003-02-21   Dan McMahill * dan AT mcmahill dot net *
17615         * src/autoroute.c: coding style fixes to allow this to be compiled
17616         with the SunPRO c compiler.  Changes are moving from c++ style
17617         comments to c style comments and getting rid of non-static
17618         initializers.
17620 2003-02-21   Dan McMahill * dan AT mcmahill dot net *
17622         * README.cvs: - add section on checking out via anoncvs and updating via anoncvs.  - point to INSTALL document for what to do afte bootstrapping the
17623           auto* tools
17625 2003-02-20   Dan McMahill * dan AT mcmahill dot net *
17627         * doc/Imakefile, doc/pcb.texi.in, doc/pcb.texi.raw,
17628         doc/refcard.tex.in, doc/refcard.tex.raw: remove obsolete files
17630 2003-02-20   Dan McMahill * dan AT mcmahill dot net *
17632         * : these don't really belong in CVS.  The sources are in the doc/
17633         directory and they do get generated and put into the distfile when a
17634         release is made.
17636 2003-02-20   Dan McMahill * dan AT mcmahill dot net *
17638         * : remove obsolete file (the contents live in pcb/newlib/ now
17640 2003-02-20   Dan McMahill * dan AT mcmahill dot net *
17642         * lib/CreateLibrary.sh.raw, lib/CreateLibraryContents.sh.raw,
17643         lib/Imakefile, lib/QueryLibrary.sh.raw: remove obsolete files
17645 2003-02-20   Dan McMahill * dan AT mcmahill dot net *
17647         * src/CreateSedScript.sh, src/Imakefile: remove obsolete files
17649 2003-02-20   Dan McMahill * dan AT mcmahill dot net *
17651         * src/1.grb, src/2.grb, src/3.grb, src/4.grb, src/5.grb: remove
17652         unneeded output files
17654 2003-02-20   Dan McMahill * dan AT mcmahill dot net *
17656         * Initial revision