Skip to content
  1. May 12, 2016
  2. May 10, 2016
  3. May 08, 2016
    • 3dsman's avatar
      - rename "objects" variable to "dependency" in OE_base (more clear name) · d6698d2a
      3dsman authored
      - add OE_controller::getSelectionBoundingBox function
      - rename "select" function to "picking" in OE_interfaceDisplay (more clear name)
      - change selection mode into an editionState in OE_interfaceDisplay
      - add scale method to curves and stitchs
      - add ScaleSelection state and implement the scale selection actions and UI widget
      - clean and comment OE_interfaceDisplay
      - add BoundingBox::getCenter method
      - add OE_display::screenToDocument method
      d6698d2a
  4. May 03, 2016
    • 3dsman's avatar
      - add scaleSelectedBirailStitchLen · 6ba8c825
      3dsman authored
      - store the len value of the birailStitch
      - add the move function to staticStitch
      - add getStitchStart and getStitchEnd method to OE_linkstitch
      - fix a bug in OE_linkstitch::refresh method (it always put needRefresh to false)
      - add double point motif to OE_linestitch
      - add OE_actionDelStitch
      - fix a bug in refreshDependency of most stitches and curves (does not refresh dependency of their own dependency)
      6ba8c825
  5. May 01, 2016
  6. Apr 26, 2016
  7. Apr 25, 2016
  8. Apr 23, 2016
  9. Apr 21, 2016
  10. Apr 17, 2016
  11. Apr 04, 2016
  12. Jan 10, 2016
  13. Jan 09, 2016
  14. Jan 07, 2016
  15. Jan 06, 2016
  16. Jan 05, 2016
  17. Jan 03, 2016
  18. Jan 01, 2016
    • 3dsman's avatar
      - change x y values in display to vector_2d · dfbfe8a6
      3dsman authored
      - add creations function
      - change functions in joincurve class to insert new curves anywhere and remove them
      - add an action to create and add a subcurve to a joincurve
      dfbfe8a6
  19. Dec 31, 2015
  20. Dec 30, 2015
  21. Dec 29, 2015
  22. Dec 28, 2015
  23. Dec 27, 2015
  24. Dec 26, 2015
  25. Dec 24, 2015
    • 3dsman's avatar
      - first dirty curve point picking and editing · 35884ecd
      3dsman authored
      - add editLastAction function to OE_controller to make possible "live modification"
      - add OE_actionSetPointCurve and OE_actionMovePointCurve to OE_actionCurves
      - add setPoint function to OE_pointcurve and change getPoint to use reference instead of pointer
      35884ecd