Miguel de Benito Delgado
e22a55334e
💄 Rename some namespace aliases for consistency ( #6485 )
2025-05-15 17:43:02 +02:00
Andrey Antukh
1abaff9c52
✨ Add minor improvements to curve drawing internal impl
2025-05-06 13:39:15 +02:00
Andrey Antukh
1fc0203c38
🎉 Add full integration with path data type feature
2025-05-06 13:39:10 +02:00
Andrey Antukh
85746e7cb2
♻️ Refactor state locality
...
The main purpose of this refactor is reduce
a custom state from different pages and unify
them under common access patterns
2025-01-16 15:31:18 +01:00
alonso.torres
895f649ef1
🐛 Stop drag events when the user focus out the application
2024-03-15 15:34:16 +01:00
Aitor
f5dd199bc6
💄 Change stoper to stopper
2024-02-29 10:20:47 +01:00
alonso.torres
051859969c
🐛 Fix problem when creating frames contining paths
2024-01-31 16:59:35 +01:00
alonso.torres
46b767ab0b
🐛 Fix fast moving drawing and snap interaction
2024-01-26 09:26:32 +01:00
Andrey Antukh
ccf063b8ef
⬆️ Upgrade to beicon2 (part2)
2023-12-26 14:14:20 +01:00
Andrey Antukh
96f5a33f5f
⬆️ Upgrade to beicon2 (part1)
2023-12-26 14:14:20 +01:00
Andrey Antukh
82dc1526d4
⚡ Add performance oriented refactor for mouse streams
2023-11-29 09:15:53 +01:00
Andrey Antukh
52fbc678f3
♻️ Move app.common.pages to app.common.files
2023-11-16 11:07:36 +01:00
Pablo Alba
d938802ecf
🐛 Fix drawing over copy adds the shape to the copy
2023-11-03 13:41:11 +01:00
alonso.torres
17f35cda15
✨ Multiple cells selection and area
2023-09-18 14:07:53 +02:00
Andrey Antukh
c0422f4e13
🐛 Set proper minimal shape size on draw on click operation
2023-08-23 12:43:28 +02:00
Andrey Antukh
d268ff2952
Merge remote-tracking branch 'origin/staging' into develop
2023-07-24 13:26:17 +02:00
alonso.torres
f611584bb3
🐛 Create guard for undo transactions
2023-07-14 15:37:49 +02:00
Andrey Antukh
810abe6728
🐛 Fix bug related to path shape initialization
2023-07-11 17:27:35 +02:00
Andrey Antukh
405aa66357
🎉 Add new shape & rect data structures
...
Also optimizes some functions for faster shape and rect props
access (there is still a lot of work ahead optimizing the rest of
the functions)
Also normalizes shape creation and validation for ensuring
correct setup of all the mandatory properties.
2023-07-11 17:27:35 +02:00
alonso.torres
5925d2520f
✨ Changes to the editor UI
2023-07-10 14:49:24 +02:00
alonso.torres
302bfd3007
🐛 Fix problems with locked frames
2023-07-05 08:44:59 +02:00
alonso.torres
107d607d37
🐛 Fix error with empty curves
2023-03-15 09:28:46 +01:00
alonso.torres
a0cd94cfae
✨ Grid layout infrastructure
2023-03-02 13:51:27 +01:00
alonso.torres
c18d3c66a8
✨ Changes to snap to pixel
2023-01-18 11:04:24 +01:00
alonso.torres
e6d80e34b9
✨ Drawing shapes over flex layout checks its drop index
2023-01-12 13:18:38 +01:00
alonso.torres
98698cf2db
⚡ Improved modifiers lens
2023-01-04 16:12:12 +01:00
alonso.torres
074864a6bf
🐛 Fix problem when drawing boxes won't detect mouse-up
2022-12-28 11:48:38 +01:00
Eva
694d90d485
✨ Add id functionality to undo transactions
2022-11-24 10:00:32 +01:00
Andrés Moya
8a6f1d82e5
🐛 Fix min size when creating shapes
2022-11-22 15:38:04 +01:00
alonso.torres
a2e26210d1
✨ Renamed modifiers functions
2022-11-17 09:29:31 +01:00
alonso.torres
11f347941e
✨ Refactor for new modifiers
2022-11-17 09:29:03 +01:00
alonso.torres
c3ed46d3ab
✨ Move auto-layout children
2022-11-17 09:29:03 +01:00
alonso.torres
c01c46041d
✨ Adds autolayout positions calculations
2022-11-17 09:29:02 +01:00
Andrey Antukh
41134f22e9
📎 Update license header
2022-09-20 23:23:22 +02:00
Andrey Antukh
32b8c17dad
Merge remote-tracking branch 'origin/staging' into develop
2022-09-20 08:48:55 +02:00
alonso.torres
ddf8aaf68f
🐛 Fix problem when moving shapes inside nested frames
2022-09-14 13:12:16 +02:00
Alejandro Alonso
fb8543c4e4
Merge remote-tracking branch 'origin/staging' into develop
2022-09-07 06:32:29 +02:00
Eva
c69cb20be1
🐛 Fix default grow type in texts
2022-09-05 11:17:51 +02:00
Eva
c108974ad2
✨ Add info in modal
2022-07-29 14:00:36 +02:00
Andrés Moya
54e0071c9c
🎉 Scaffolding to write unit tests of common types
2022-07-29 09:29:24 +02:00
Andrés Moya
bdcbe46d0d
♻️ Move component instantiation to new types module
2022-07-29 09:29:24 +02:00
alonso.torres
b38ffdcf30
♻️ Refactor workspace common
2022-06-30 13:09:35 +02:00
alonso.torres
0bb0063be4
✨ Fix comments for nested frames
2022-06-17 12:54:51 +02:00
alonso.torres
8c5cc446b0
✨ Improved hover behavior
2022-06-17 12:51:24 +02:00
alonso.torres
aa584e6d35
♻️ Refactor transform matrix
2022-06-17 12:51:24 +02:00
alonso.torres
a9303c37c4
✨ Allow for nested frames
2022-06-17 12:51:24 +02:00
alonso.torres
1c87195fa6
🐛 Fix error when drawing curves with only one point
2022-04-28 14:43:44 +02:00
alonso.torres
e5206e65e7
✨ Pixel precision on modifiers
2022-03-16 17:46:38 +01:00
alonso.torres
9332d6f36c
✨ Improved resize/rotation handlers for shapes with tiny height/width
2022-03-16 17:46:38 +01:00
alonso.torres
f4be3aa9de
✨ Improvements over selrect generation
2022-03-16 17:46:38 +01:00