Commit graph

547 commits

Author SHA1 Message Date
Eric NGUYEN
5857c4949c Extract IDimensionStyle.ts into a file 2023-07-10 13:29:24 +00:00
Eric Nguyen
dda6232bed Merged PR 436: Update deps
Update deps
2023-03-23 19:07:17 +00:00
Eric NGUYEN
1da851e3e0 Update @types/node 2023-03-01 17:09:48 +01:00
Guillaume Tauzin
5d1373e464 GT packages json 2023-03-01 16:50:36 +01:00
Eric Nguyen
5353bad27b Merged PR 395: Update vitest
Update vitest
2023-03-01 15:22:27 +00:00
Eric NGUYEN
9010b3e902 Remove old saves 2023-03-01 15:06:21 +01:00
Eric NGUYEN
ef0a89c3ea Implement migration fonction 2023-03-01 15:04:10 +01:00
Eric NGUYEN
afd303f8cb Refactor usage of EditorState + Add version to editorState + increment editorState to "v2.0.0" 2023-03-01 11:46:22 +01:00
Eric Nguyen
460669987d Merged PR 392: Events: Fix needing to use setTimeout for callbacks 2023-03-01 09:53:06 +00:00
Guillaume Tauzin
6792d5e105 Fix serialization + bug undefined Dimension 2023-02-27 15:18:29 +01:00
Eric NGUYEN
a9744a8860 Update dts 2023-02-27 13:50:34 +01:00
Eric NGUYEN
0f4c0584e5 Remove unused functions 2023-02-24 14:47:05 +01:00
Eric NGUYEN
4fcf600c88 Remove deprecated EditorEvents 2023-02-24 14:46:24 +01:00
Eric NGUYEN
c725b107a4 Move selectedContainerId and selectedSymbolId to Editor component 2023-02-24 14:41:36 +01:00
Eric NGUYEN
f74405f002 Fix double button in ElementsSidebar 2023-02-24 14:20:22 +01:00
Eric NGUYEN
623003b60c Implement closable treeview 2023-02-24 12:38:42 +01:00
Eric NGUYEN
e1592f56e7 Improve DragDrop visuals 2023-02-24 09:59:39 +01:00
Eric NGUYEN
1aedcf6ef4 Remove neovim from mprocs 2023-02-24 09:34:06 +01:00
Eric NGUYEN
6d4938a487 Fix additional margin not taking into account in the scaling 2023-02-23 18:17:46 +01:00
Eric NGUYEN
63714b3520 Add dedicated space for the symbols dimensions + increase global dimension margin 2023-02-23 18:16:21 +01:00
Eric NGUYEN
0eca80bed8 Remove console.log 2023-02-23 15:23:14 +01:00
Eric NGUYEN
2c5a617b3a ElementsList: Add separators and add parity background color 2023-02-23 15:12:04 +01:00
Carl Fuchs
982a066770 [Update] Amélioration simple du DragNDrop : correction du bg color sur l'item selected et offset de la dragimage pour ne pas gêner 2023-02-23 14:01:10 +01:00
Eric Nguyen
f0b89ea05e Merged PR 329: Run eslint src --fix
#  Wait for all PRs to complete + Vertical Symbol
Run `eslint src --fix`
2023-02-23 12:55:28 +00:00
Eric NGUYEN
4e41fda93a Fix eslint errors 2023-02-23 13:54:38 +01:00
Eric NGUYEN
5b3ab651e6 Add more eslint rules 2023-02-23 13:54:30 +01:00
Eric NGUYEN
f1c97b25d1 Merge branch 'master' into eslint-fixes 2023-02-23 13:04:19 +01:00
Eric NGUYEN
cc36ff3411 Fix tests regression from Vertical and property scale removal from symbol 2023-02-23 13:02:42 +01:00
Eric NGUYEN
2772cc3e24 Fix syntax errors in DimensionLayer + fix possible bug in canvas where scale doesnt work for SelfDimensionMargins 2023-02-23 12:56:33 +01:00
Carl Fuchs
9e9a5f3f52 Merged PR 375: Symbol Y
Implement y axis in symbol

Related work items: #7306
2023-02-23 11:54:36 +00:00
Eric NGUYEN
cf856d367d Disable depth for SymbolDimension + Canvas: Add vertical symbol dimension 2023-02-23 12:52:51 +01:00
Eric NGUYEN
1e89f7803a Symbol: Apply the width/height offset 2023-02-23 12:24:34 +01:00
Eric NGUYEN
79e5f84501 Canvas: Fix RenderSymbol call 2023-02-23 12:21:23 +01:00
Eric NGUYEN
cfbedd3e59 Fix bug with colors and dimensions misapplied 2023-02-23 12:21:05 +01:00
Eric NGUYEN
dcccfec1d2 Canvas: Add vertical symbols 2023-02-23 11:06:48 +01:00
Eric NGUYEN
05eb5d5ef0 Fix wrong margin on symbols 2023-02-23 11:06:31 +01:00
Eric NGUYEN
1c8cebf0f5 Remove usage of scale for symbols + Remove shenanigans with multipliers 2023-02-23 10:57:27 +01:00
Carl Fuchs
672d0017d2 Fix #8252 2023-02-23 08:26:16 +00:00
Carl Fuchs
a476017d99 [Update] Symbol alignement behavior + filtered Symbollist in ContainerForm.tsx 2023-02-22 12:10:01 +01:00
Carl Fuchs
bf4f69a95f [Fix] SymbolBehaviors.ts => symbol.height/2 in place to get correct positionning 2023-02-21 16:26:40 +01:00
Carl Fuchs
4c2cf66667 [Update] Translation and fix 2023-02-21 15:02:53 +01:00
Carl Fuchs
174767f22c [Update] Positions/calcs finitions 2023-02-20 17:17:32 +01:00
Carl Fuchs
387e103501 [WIP] Height 2023-02-20 15:32:06 +01:00
Eric Nguyen
8fbbfc1ad5 Merged PR 368: Fix toolbar zoom
Fix toolbar zoom
2023-02-20 13:53:07 +00:00
Carl Fuchs
869cd2a7c4 [Fix] SymbolDimension (Canvas/Svg) => DEFAULT_DIMENSION_SYMBOL_STYLE in default.ts 2023-02-20 14:46:22 +01:00
Carl Fuchs
6b6175a521 [Merge] Merged changes from master before further implementations 2023-02-20 10:31:52 +01:00
Carl Fuchs
d72c2266f3 Merge branch 'master' into master.7306.symbolY
# Conflicts:
#	src/Components/Canvas/Symbol.ts
#	src/Components/SVG/Elements/DimensionLayer.tsx
#	src/Components/SVG/Elements/SelectorSymbol/SelectorSymbol.tsx
2023-02-20 10:21:54 +01:00
Eric Nguyen
b2644a039e Merged PR 366: Refactor Canvas, SVG and Viewer parameters 2023-02-17 16:20:31 +00:00
Eric NGUYEN
d40f97ad6f Add @types/react-svg-pan-zoom to patched dependencies 2023-02-17 16:24:45 +01:00
Eric NGUYEN
9cf56b308b Canvas: Add symbol selector 2023-02-17 16:09:36 +01:00