Euclide Changelog

What's new in Euclide 0.6.6

Apr 17, 2012
  • New features:
  • added parralel by point, and buffer by point
  • added PolygonEdge2D construction
  • added DomainToPolygon2D construction
  • GUI:
  • fixed position of mouse tooltip when view is scrolled
  • fixed a bug for adding a sheet to a doc
  • addded possibility to snap polygon edge
  • update display when size of sheet is changed
  • updated main frame icon
  • updated menu and toolbar
  • Code:
  • fixed bug in read/write of constants
  • fixed computation of buffers from boundary curves
  • switched to javaGeom 0.10.2

New in Euclide 0.6.4 (Sep 22, 2011)

  • New features:
  • add hyperlink in "About" Dialog
  • add "Vertical Line" and "Horizontal Line" tools
  • Code:
  • added a new "Version" class for versioning
  • fix dependency bug in manifest

New in Euclide 0.6.3 (Sep 13, 2011)

  • New features:
  • new constructions:
  • union and intersection of polygons
  • complement of a domain
  • rectangle by two corners
  • added support for left-right triangle grids
  • Regressions:
  • temporarily remove management of length units until they are better managed
  • Bug fixes:
  • fix bug in saving layers tag
  • update sheet name when modified
  • cleanup style edition panel
  • cleanup constants and measures management
  • fix construction update order
  • Code:
  • switched to javaGeom-0.9.0

New in Euclide 0.6.2 (May 13, 2010)

  • New features
  • new shapes: regular polygon by center, vertex or apothem, and vertex number
  • new tools to apply recursively a transform to a shape, and to apply several
  • rotations
  • added display of dependence tree of constructions
  • better style support
  • can now specify marker size and line width either as pixel (default) or as
  • user unit
  • can use marker with arbitrary big sizes
  • added list of open files in Files menu, giving possibility to switch between
  • open documents
  • Bug fixes
  • Fix bugs in Ellipse by 2 foci and vertex of polygon by index
  • save and read line visibility style
  • Code
  • lot of code rewriting for DGF files reading/writing
  • rewrote management of styles
  • rewrite management of application colors
  • enhanced marker style
  • switched to javaGeom 0.8.1
  • better support of tags
  • splitted EuclideDoc class into EuclideDoc and DynamicObjectsManager classes

New in Euclide 0.6.1 (Apr 5, 2010)

  • New features
  • added support for unary and binary operators on measures
  • added "visible" flag to line styles (feature request #2867463)
  • it is now possible to specify line join style and end cap style
  • added supporting line and circles of arcs and linear shapes
  • added GeodesicPointsOnCurve2D
  • GUI
  • most dialogs now display in the center of the main frame
  • updated icons, added icons for menus
  • main frame does not display on screen corner anymore
  • it is now possible to snap to a point in a point set
  • Bug fixes
  • fixed intersection of circle arcs (feature request #2867472)
  • fixed snap of polygons (bug #2867457), and PointOnBoundary2D.
  • grid information is now correctly saved and read
  • fixed bug in PolygonVertex2D
  • Code
  • simplified draw style management
  • draw style are now saved only if they differ from doc style
  • move DGF reader and writer to io/dgf package
  • save euclide version in dgf files

New in Euclide 0.6.0 (Jan 26, 2010)

  • New features:
  • added macros management:
  • create simple macro from several shape as input, and a single shape as
  • output
  • run a macro by specifying inputs and macro name
  • added TangentVectorCurvePosition2D, PolygonCentroid, Curve from Curve set
  • added buffer of circulinear shapes
  • added extraction of curve from a set of curve by its index
  • Bug fixes:
  • fixed computation of parallel curves
  • fixed bug in poly smooth curve from N curves
  • GUI:
  • added new icons in menu
  • added support for line styles
  • updated sheet layers panel
  • fixed bug in closing main frame (do not close if there are still open docs)
  • style dialogs are now centered
  • fixed moving of some movable points (bi-points, point dependent on other
  • point...)
  • Code:
  • update saving doc
  • better suport of document events
  • switched to javaGeom 0.8.0

New in Euclide 0.5.2 (Apr 27, 2009)

  • New features:
  • new constructions:
  • added Convex hull of a point set and an array of points
  • added Parallel Curve
  • added conic y 5 points
  • added singular points of a curve
  • foci of a conic
  • length of a curve (approximated)
  • isBounded and isEmpty predicates
  • tangents, curvature and osculating circle can now be constructed on curve sets
  • added StringLabel
  • impleted clear locus action
  • GUI:
  • added support for Tooltip in menu
  • fixed display bugs
  • Code:
  • switched to javaGeom 0.7.1