Siklos created branch dev.optimize in Siklos/svg-layout-designer-react 2022-08-12 13:24:42 -04:00
Siklos merged pull request Siklos/svg-layout-designer-react#27 2022-08-12 11:47:22 -04:00
Implement anchor and fix bugs with rigid body
Siklos deleted branch dev.anchor from Siklos/svg-layout-designer-react 2022-08-12 11:47:22 -04:00
Siklos pushed to dev at Siklos/svg-layout-designer-react 2022-08-12 11:47:22 -04:00
704dab7307 Implement anchor and fix bugs with rigid body (#27)
Siklos pushed to dev.anchor at Siklos/svg-layout-designer-react 2022-08-12 10:24:54 -04:00
24683a7b58 Fix getAvailableWidthsTwoLines when overlapping on the right
Siklos created pull request Siklos/svg-layout-designer-react#27 2022-08-12 10:11:35 -04:00
Implement anchor and fix bugs with rigid body
Siklos pushed to dev.anchor at Siklos/svg-layout-designer-react 2022-08-12 10:11:05 -04:00
5d3d6240b3 Fix getAvailableWidthsTwoLines when there is no overlap
4f7055000a Improve docs for AnchorBehaviors
Compare 2 commits »
Siklos pushed to dev.anchor at Siklos/svg-layout-designer-react 2022-08-12 09:53:01 -04:00
ab867b6b5c Fix rigid body wrong sorting due to not using the middle and the theorical position of the container
10d13b246d Implement impose position
0b41f7ac2c Implement isAnchor basics properties + fix IsRigidbody
42d6d30763 Fix x, y not a number (partially)
d4abe8966e Change extension of EditorState
Compare 6 commits »
Siklos created branch dev.anchor in Siklos/svg-layout-designer-react 2022-08-12 09:53:01 -04:00
Siklos deleted branch dev.events from Siklos/svg-layout-designer-react 2022-08-12 06:36:17 -04:00
Siklos pushed to dev at Siklos/svg-layout-designer-react 2022-08-12 06:36:17 -04:00
c81a6fe44b Implement events for external use + Rename interfaces with a I prefix + add some documentation (#26)
Siklos merged pull request Siklos/svg-layout-designer-react#26 2022-08-12 06:36:16 -04:00
Implement events for external use + Rename interfaces with a I prefix + add some documentation
Siklos created pull request Siklos/svg-layout-designer-react#26 2022-08-12 06:34:42 -04:00
Implement events for external use
Siklos pushed to dev.events at Siklos/svg-layout-designer-react 2022-08-12 06:32:41 -04:00
f00fd458ac Add *.drawio to git lfs
Siklos pushed to dev.events at Siklos/svg-layout-designer-react 2022-08-12 06:30:21 -04:00
6d7e04868e Create Interfaces.d.ts for public project using older version of typescript
be99fb16ab Rename IAvailableSymbolModel to IAvailableSymbol
Compare 2 commits »
Siklos pushed to dev.events at Siklos/svg-layout-designer-react 2022-08-12 05:29:06 -04:00
781b5af1e8 Implement events
715e2e2b2e Extract IEditorState from Editor.tsx to a new file
4d17249818 Renamed interfaces to IInterface
Compare 3 commits »
Siklos created branch dev.events in Siklos/svg-layout-designer-react 2022-08-12 05:29:06 -04:00
Siklos pushed to dev at Siklos/svg-layout-designer-react 2022-08-11 17:43:17 -04:00
6c601429b9 Import NOTCHES_LENGTH for the default value of the notches
Siklos pushed to dev at Siklos/svg-layout-designer-react 2022-08-11 17:39:21 -04:00
8e41fdad46 App.scss: Move public style to public css file
Siklos pushed to dev at Siklos/svg-layout-designer-react 2022-08-11 17:33:42 -04:00
61b72f6a35 Separate properties operations and rigid body behaviors in different modules + Doc