Commit graph

10 commits

Author SHA1 Message Date
Guillaume Tauzin
386febce84 Fix PointModel and SymbolModel 2022-10-20 17:29:56 +02:00
Eric NGUYEN
f5a55c0323 Fix Configuration test and remove UserData test 2022-10-19 14:26:14 +02:00
Guillaume Tauzin
cd620e2c1f Change UserData in IKeyValue[] 2022-10-18 14:13:47 +02:00
Eric NGUYEN
7a59c23d20 Fix Configuration.cs requiring APIConfiguration (which do not) + Fix menuActions 2022-10-13 18:36:35 +02:00
Eric NGUYEN
bcca10d0e9 Add APIConfiguration to csharp class models 2022-10-13 17:21:18 +02:00
Guillaume Tauzin
d1881ae8fa Add DataContract on Models in SVGLDLibs 2022-10-12 15:56:00 +02:00
Eric NGUYEN
1cd25eba03 Downgrade target .NET version to .netframework 4.7.2 2022-10-12 13:56:19 +02:00
Guillaume Tauzin
b86f073cc1 Add EditorState + Rename ConfigurationResponseModel, ApplicationStateModel 2022-10-12 12:12:54 +02:00
Eric Nguyen
c256a76e01 Merged PR 212: Optimize FindChildrenById from O(n) to O(1)
Optimize FindChildrenById from O(n) to O(1):
- Deprecate FindContainerByIdDFS
- Container: Replace Children to string[]
- Add HashMap to IHistoryState that contains all containers

To access a container by id now cost O(1) without any additional cost

+ Implement CICD for SVGLibs
2022-10-12 09:39:54 +00:00
Eric Nguyen
f74af69291 Merged PR 211: Add csharp classes to SVGLayoutDesigner and add tests 2022-10-10 09:28:47 +00:00