Alonso Torres
ce1bf49606
🐛 Fix problems updating texts ( #3765 )
2023-11-06 14:29:09 +01:00
alonso.torres
01c3678c6d
🐛 Fix problem with size 100% and hidden layers
2023-10-20 09:54:47 +02:00
Andrey Antukh
7f91619075
⚡ Add improved text change detection on viewport text renderer
2023-09-01 12:47:18 +02:00
Alejandro Alonso
69f2e7c43f
Merge remote-tracking branch 'origin/staging' into develop
2023-09-01 12:40:17 +02:00
Aitor
bd3ddebcc4
🐛 Fix text shapes rendered with bad proportions
2023-08-31 12:06:31 +02:00
Alejandro Alonso
e9914d5265
Merge remote-tracking branch 'origin/staging' into develop
2023-07-14 15:27:38 +02:00
Alejandro Alonso
0f60f115f5
🐛 Fix focus list for texts
2023-07-14 14:59:06 +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
Alejandro Alonso
01ec22d662
🐛 Fix finalize text editor state when blur
2023-07-05 13:22:50 +02:00
Aitor
95f0f63276
🐛 Fix creation cursors not being displayed
2023-06-16 12:04:16 +02:00
Aitor
216454f66f
⚡ Add CSS cursor classes
2023-06-14 16:27:14 +02:00
alonso.torres
6832b4a304
🐛 Fix problem with text carring over next line when changing to fixed
2023-03-27 17:06:45 +02:00
alonso.torres
eedb83e863
🐛 Fix problem with text out of borders when changing from auto-width to fixed
2023-03-23 12:03:25 +01:00
alonso.torres
2c6513ac85
🐛 Fix problems with touch devices and Wacom tablets
2023-03-15 09:28:46 +01:00
alonso.torres
ce85a1b1d5
🐛 Fix problem with text editor in Safari
2023-03-13 10:22:57 +01:00
Pablo Alba
efe50479de
🎉 Shortcuts for text formatting
2023-01-25 11:32:59 +01:00
alonso.torres
1ab669cc7b
🐛 Fix problems with texts looping
2023-01-16 17:05:34 +01:00
alonso.torres
b5c1199f4d
🐛 Fix problem with texts randomly moving
2023-01-10 11:02:40 +01:00
alonso.torres
84e9f69213
⚡ Improved text rendering performance
2023-01-04 16:12:12 +01:00
alonso.torres
32d39c35e4
🐛 Fix problem with flipped shapes
2023-01-02 11:12:59 +01:00
alonso.torres
aed7f0ad43
🐛 Fix problem when moving texts with keyboard
2022-12-28 11:48:36 +01:00
alonso.torres
4302ab05e4
🐛 Fix problems with Safari texts
2022-12-27 15:22:28 +01:00
alonso.torres
6c2d2e142b
✨ Improve reflow texts
2022-12-07 15:05:38 +01:00
alonso.torres
32350bcf87
✨ Improved performance for auto-width/auto-height texts
2022-12-02 10:21:34 +01:00
alonso.torres
c79d549f53
✨ Change modifiers to records
2022-11-30 10:00:30 +01:00
alonso.torres
69bb4654c9
✨ Improve transforms performance
2022-11-24 10:01:37 +01:00
Andrey Antukh
c656dd146c
Merge pull request #2589 from penpot/alotor-fixes
...
Flex layout fixes
2022-11-22 17:15:40 +01:00
alonso.torres
441e142349
🐛 Fix reflow layout when changes in paths and texts
2022-11-22 17:08:23 +01:00
Andrey Antukh
1b9dea01e2
🔥 Remove unused d/update-vals function
...
Already available as clojure.core/update-vals
2022-11-22 14:06:14 +01:00
alonso.torres
6e35b5c6b6
✨ Fixed problem with new modifiers and text auto-heigh
2022-11-17 09:29:47 +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
8d9ed4f8af
✨ Fill elements in auto-layout
2022-11-17 09:29:03 +01:00
alonso.torres
c01c46041d
✨ Adds autolayout positions calculations
2022-11-17 09:29:02 +01:00
Alejandro Alonso
e6b2c40441
Merge remote-tracking branch 'origin/staging' into develop
2022-10-20 12:12:54 +02:00
Alejandro Alonso
0a529943a2
🐛 Fix text out of borders with "auto width" and center align
2022-10-19 09:29:43 +02:00
luz paz
e30bea0b6f
🔧 Fix typos in source code
...
Found via `codespell -q 3 -S *.po,./frontend/yarn.lock -L childs,clen,fpr,inflight,ody,ot,ro,te,trys,ue`
2022-10-04 10:40:34 +02:00
Andrey Antukh
8bdfd188d8
⬆️ Upgrade shadow-cljs and rumext dependency
2022-09-28 09:45:43 +02:00
Andrey Antukh
41134f22e9
📎 Update license header
2022-09-20 23:23:22 +02:00
alonso.torres
04d6e76c6c
🐛 Fix problem editing rotated texts
2022-09-01 12:56:01 +02:00
alonso.torres
4e6a5ffa69
🐛 Fix problem with multi-user text editing
2022-08-30 15:08:55 +02:00
alonso.torres
282941d284
🐛 Fix problems with texts
2022-08-30 12:12:32 +02:00
Alejandro Alonso
7325322ebf
🐛 Fix text alignment undefined after paste text
2022-08-19 15:15:29 +02:00
alonso.torres
fdbcf977f5
🐛 Fix problem with line-height and texts
2022-07-15 11:11:12 +02:00
alonso.torres
7abbcdf226
✨ Move text position calculation outside foreign object
2022-07-15 11:11:12 +02:00
alonso.torres
6d4e898f79
Merge remote-tracking branch 'origin/staging' into develop
2022-06-21 09:30:54 +02:00
alonso.torres
fb1dbd6f31
🐛 Fix problem with empty text boxes events
2022-06-20 11:29:52 +02:00
alonso.torres
108291337d
✨ Improved frame indices
2022-06-17 12:54:51 +02:00
alonso.torres
aa584e6d35
♻️ Refactor transform matrix
2022-06-17 12:51:24 +02:00
alonso.torres
541168aee4
🐛 Fix problem with some data and text input
2022-06-02 22:35:59 +02:00