Commit graph

6 commits

Author SHA1 Message Date
rillig
575137e256 Added a patch that prevents declarations if the identifier is already a
macro.
2005-12-18 21:08:55 +00:00
dmcmahill
798cb71f5a add missing patch file 2005-08-24 11:30:18 +00:00
dmcmahill
be14d439a9 update to boolean-6.7. List of changes not available but one visible
change is that it compiles with gcc3 now.  Also works with the latest
wxGTK (2.6.1).  This still has some issues reading gdsii files on alpha
but it seems ok on i386.
2005-08-18 23:52:14 +00:00
jmc
a1d616e40a Some fixes so this will build. Needs cmake in a builds depend. Actually delete
the 6 patch files not used anymore
2003-05-22 03:00:57 +00:00
dmcmahill
8265fb6a99 update to boolean-6.4
Changes since last packaged version:

   Version 6.4

   Graphical interface
    1. Filedialog now has filters for Linux also.

   Boolean algorithm (also effects booleanonly)
    1.  Error corrected in correction settings.

   Version 6.3

   Graphical interface
    1. Based on wxWindows 2.3.4
    2. cmake now used to create projects and makefiles

   Boolean algorithm (also effects booleanonly)
    1.  Using the kbool library with the Boolean engine.

   Version 6.21

   Graphical interface
    1. and it did not even save gdsii or key files properly,
       i just wonder why no one did let me know ;-)
2003-05-15 23:02:05 +00:00
dmcmahill
8edae9218a initial import of boolean-6.2.
from DESCR:
The program is a viewer and editor for:
  -GDSII files, KEY files (own made extended GDSII in ascii format) and
   DAVID MANN files (flash format for mask plotting)

Features:
 -It allows to draw primitives on a chosen layer, and to manipulate them.
 -stack oriented tools allows zooming while drawing new primitives and
  editing them. This also makes it possible to draw extremely accurate.
 -primitives on the layers or/can be transparent  colors and fill patterns
  can be set on a layer basis
 -drawing order of layers can be changed
 -a hiearchy of pictures, named structures, can be handled and manipulated
 -saving as a bitmap and other formats.
 -measuring distances
 -adding user defined properties to primitives


 -boolean OR AND EXOR A-B B-A
 -positive and negative process offset
 -circle recognition in polygon and polyline data.
 -move copy delete etc.
 -transformations (scaling , rotation , moving)
 -flatten the hiearchy of the drawing
 -drivers for CNC (laser and milling machinery)
2000-11-18 17:57:27 +00:00