Aitor
3cbb60620a
🐛 Fix corrupted thumbnail rendering
2023-11-20 10:39:07 +01:00
Eva
617edd0fa8
🐛 Fix small interface errors
2023-11-17 16:17:10 +01:00
Andrey Antukh
52fbc678f3
♻️ Move app.common.pages to app.common.files
2023-11-16 11:07:36 +01:00
Alejandro Alonso
1913395c47
🎉 Support for images as fills
2023-11-14 12:39:53 +01:00
Andrey Antukh
3ceb4cf895
♻️ Make svg to shapes conversion code multiplatform
...
- Move clojure code to common
- Rewrite some native-js code into optimized clojure
2023-11-07 12:48:31 +01:00
Andrey Antukh
93535b7df6
⬆️ Update to jdk21 on devenv docker image
2023-11-07 12:48:31 +01:00
Alonso Torres
ce1bf49606
🐛 Fix problems updating texts ( #3765 )
2023-11-06 14:29:09 +01:00
Andrés Moya
9ff3095568
✨ Hide asterisk for overriden copies, except when debugging
2023-11-02 10:14:58 +01:00
alonso.torres
351f7fd1bb
✨ Create grid from selection
2023-10-25 15:03:09 +02:00
Eva Marco
a421e39b6f
Merge pull request #3720 from penpot/alotor-fix-inspect
...
🐛 Fix problem with inspect
2023-10-23 09:57:23 +02:00
Aitor
8f5d315573
⚡ Add thumbnail/imposter queue
2023-10-20 16:12:26 +02:00
alonso.torres
5a9421a1e2
🐛 Fix problem with inspect
2023-10-20 13:04:33 +02:00
Aitor Moreno
5ed76a474d
Merge pull request #3712 from penpot/eva-new-code-ui
...
💄 Update code section
2023-10-20 11:16:34 +02:00
alonso.torres
01c3678c6d
🐛 Fix problem with size 100% and hidden layers
2023-10-20 09:54:47 +02:00
Eva
dfe1022d7b
💄 Update inspect tab in code area
2023-10-19 20:12:20 +02:00
Aitor
20e590cdf0
🐛 Fix pixelated thumbnails
2023-10-19 11:59:55 +02:00
alonso.torres
59bd9c132e
🐛 Fix fill inside grid layout
2023-10-06 14:56:04 +02:00
alonso.torres
950fd60917
🐛 Fix code generation for areas
2023-10-06 12:18:55 +02:00
alonso.torres
a45bc0177b
🐛 Fix problem with grid
2023-10-06 12:18:55 +02:00
alonso.torres
d420f30835
✨ Grid area attributes for html generation
2023-10-06 12:18:55 +02:00
alonso.torres
7fd02022ac
🐛 Improve html generation
2023-10-02 12:36:41 +02:00
alonso.torres
9d05fdf3df
🐛 Fix some cases for the html preview
2023-09-27 13:27:14 +02:00
alonso.torres
641f8fb250
✨ Dynamic preview html output
2023-09-25 15:26:49 +02:00
alonso.torres
723c14bef2
🐛 Fix problems with code generation
2023-09-25 15:26:49 +02:00
Andrey Antukh
d0c1a9683a
♻️ Refactor workspace thumbails (again)
...
We probably need a counter of number of types this
code was refactored hehe
2023-09-22 14:52:48 +02:00
Andrey Antukh
ae08a330fa
✨ Add internal improvements to debug related namespaces
2023-09-22 09:48:41 +02:00
Andrey Antukh
91224e5274
⚡ Add minor optimizations to data-uri->blob helper
2023-09-21 11:00:33 +02:00
Andrey Antukh
aa8300c085
✨ Move util.svg to common.svg and make it crossplatform
2023-09-21 11:00:33 +02:00
Aitor
0494dc843f
♻️ Refactor thumbnails
2023-09-18 17:00:13 +02:00
Alejandro
aa62b9d248
Merge pull request #3628 from penpot/niwinz-develop-bugfixes-4
...
⚡ Don't render not visible shapes on workspace
2023-09-15 11:11:05 +02:00
Andrey Antukh
956da67f84
💄 Add mostly cosmetic improvements to text-svg-position ns
2023-09-13 16:41:45 +02:00
Andrey Antukh
ac4343dafd
⚡ Don't render not visible shapes on workspace
2023-09-13 16:36:49 +02:00
Andrey Antukh
307cfa287f
🔥 Remove inneficient obj/without helper
2023-09-13 10:53:24 +02:00
Andrey Antukh
385fd9c4e6
♻️ Refactor shape attrs extraction helpers
2023-09-13 10:53:24 +02:00
Andrey Antukh
e6f8022de0
✨ Add obj/array? helper
2023-09-13 10:52:32 +02:00
Andrey Antukh
bf2a546f77
♻️ Refactor custom-stroke render impl
2023-09-12 11:40:41 +02:00
Andrey Antukh
c6e248b52f
✨ Add correct impl for is-direct-child-of-root?
helper
...
And we restore the previously removed helper and incorrectly replaced by
the `is-direct-child-of-root?`.
In penpot exists two concepts: root and root-frame; root is the
artificially created shape that represents the ROOT, and root-frame
means a frame that is shape of frame type which is a direct children
of ROOT.
2023-09-01 12:47:18 +02:00
Andrey Antukh
43210e4b5a
Merge branch 'staging' into develop
2023-08-30 10:48:49 +02:00
Andrey Antukh
52851f4c6f
📎 Add dutch language
2023-08-30 10:35:33 +02:00
Andrey Antukh
629322e505
🐛 Fix snapshot debug utils
2023-08-25 10:02:54 +02:00
Andrey Antukh
31323703a8
Merge remote-tracking branch 'origin/staging' into develop
2023-08-09 13:36:42 +02:00
Alejandro Alonso
937dd5a857
🐛 Fix zip importer for none fills
2023-08-08 13:52:09 +02:00
Andrey Antukh
80bf7cc1e5
Merge remote-tracking branch 'origin/staging' into develop
2023-08-07 12:59:17 +02:00
Andrey Antukh
66e877ed40
🐛 Fix stroke-width parsing on svg upload
...
And refactor a bit the stroke parsing function
2023-08-04 12:58:27 +02:00
Andrey Antukh
a64cb47afb
Merge remote-tracking branch 'origin/staging' into develop
2023-07-31 11:13:40 +02:00
Andrey Antukh
f76f4615cf
Merge remote-tracking branch 'origin/staging' into develop
2023-07-28 11:48:50 +02:00
Aitor
f1d73d5662
🐛 Fix layers scroll breaking new css system
2023-07-28 10:37:17 +02:00
Pablo Alba
577c2b39dc
♻️ Rename helper root-frame? to is-direct-child-of-root?
2023-07-25 13:59:12 +02:00
Eva
9048c01308
🐛 Fix copy color information in several formats
2023-07-25 11:57:41 +02:00
Alejandro Alonso
e9914d5265
Merge remote-tracking branch 'origin/staging' into develop
2023-07-14 15:27:38 +02:00