- Dec 21, 2015
-
-
3dsman authored
- improve selection mode to create only one action for each clic - fix problem on delete of some stiches
-
- Dec 20, 2015
- Dec 03, 2015
- Oct 26, 2015
-
-
3dsman authored
-
- Oct 23, 2015
-
-
3dsman authored
- add a new exemple svg pattern (aplique)
-
- Aug 16, 2015
-
-
3dsman authored
- doxygen refresh - add some exemple patterns
-
- Aug 07, 2015
-
-
3dsman authored
- add function to drive the embroidery hardware - add a background grid into the editor view - add a new motif into linestitch
-
- Aug 03, 2015
-
-
3dsman authored
- add start command - in commanDisplay there is no more bug with the color of the first stitch
-
- Aug 02, 2015
- Jul 24, 2015
-
-
3dsman authored
- replace the array (curves, stitches, threads,...) by list to be more flexible with delete and moves of elements - refresh curves only when needed
-
- Jul 18, 2015
-
-
3dsman authored
declare dependents objects to their reference (to be able to remove the reference without error)
-
- Jul 09, 2015
-
-
3dsman authored
- draw controls only for the selected curves and stitchs
-
- Jul 08, 2015
-
-
3dsman authored
-
3dsman authored
-
3dsman authored
- move the maxlen attribute to OE_stitch class with a stitcchMaxLen funct (every child class can use it) - add a defaultLinkMaxLen for the linkstitch class - remove start and end attribute in linestitch (subcurve class make them obsolete) - add get functions for curves in OE_controller class
-
- Jul 07, 2015
-
-
3dsman authored
add a new subcurve class (parametric subcurve) and a joincurve (concatenate curves)
-
- Jul 06, 2015
-
-
3dsman authored
- fix a bug in birailstitch class (initialisation of len and maxlen variable was not set) - add the display of a point at 0,0
-
- Jul 03, 2015
- Jul 01, 2015
-
-
3dsman authored
a linkstitch is created automaticaly in the controler before every new stitch - add a refreshStitchs function to the controler to refresh all the stitchs of the document
-
- Jun 26, 2015
- Jun 10, 2015
-
-
3dsman authored
- bug fix in curves (the subcurve function return bad path in case of start and end both on the same segment)
-
- Jun 09, 2015
- Jun 05, 2015
- Jun 04, 2015
-
-
3dsman authored
-
- Jun 02, 2015
- Jun 01, 2015
-
-
3dsman authored
add a OE_svgParser class to fill the document first move to a MVC design
-
- May 30, 2015
-
-
3dsman authored
-
- May 22, 2015
-
-
3dsman authored
- for closed curves (now the function loop when the start point is after the end point) - add a rev param to reverse the curve sens
-
- May 21, 2015
-
-
3dsman authored
subcurve only work if start<end for now
-
- May 20, 2015
-
-
3dsman authored
-