0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-25 07:58:49 -05:00
Commit graph

3099 commits

Author SHA1 Message Date
Andrey Antukh
7e643abc15 🔥 Remove obsolete code. 2020-05-01 18:17:49 +02:00
Andrey Antukh
c2f91097bb Improve performance of recents page rendering. 2020-05-01 18:15:40 +02:00
Andrey Antukh
2ac42d15b6 General performance improvements on workspace. 2020-05-01 18:15:40 +02:00
Andrey Antukh
00168d392b Performance improvements on selection handlers. 2020-05-01 18:15:40 +02:00
Andrey Antukh
a5592dfe04 🐛 Show proper profile photo just after login. 2020-05-01 18:15:40 +02:00
Andrey Antukh
8446ad13cb 🐛 Fix minor issues on browser history handling. 2020-05-01 18:15:40 +02:00
Andrey Antukh
7fe7c3da6c ♻️ Refactor html5 history. 2020-05-01 18:15:40 +02:00
Andrey Antukh
d856b9aae3 Make config module worker safe. 2020-05-01 18:11:12 +02:00
Andrey Antukh
e84a462dde 🐛 Refactor shape attrs updating. 2020-04-30 15:27:39 +02:00
Andrey Antukh
6d6e0ecd21 🐛 Fix focus losing on text selection. 2020-04-30 15:27:39 +02:00
Andrey Antukh
6cffaafe24 🐛 Start edition mode on adding text shape. 2020-04-30 15:27:39 +02:00
Andrey Antukh
d3fe0a8abd 🐛 Fix the color palette to work with texts and groups. 2020-04-30 15:27:39 +02:00
Andrey Antukh
d37a2766db 💄 Cosmetic fixes on storage ns. 2020-04-30 12:35:16 +02:00
alonso.torres
fac14be90a 🐛 Fixes broken test 2020-04-30 12:35:16 +02:00
Andrey Antukh
bf4b5eb56a 🐛 Fix unexpected exception on text drawing. 2020-04-30 12:35:16 +02:00
Andrey Antukh
e0453643d8 💄 Sort ns declarations related to data.workspace. 2020-04-30 12:35:16 +02:00
Andrey Antukh
40d6cd50fb ♻️ Reorganize uxbox.main.data.workspace. 2020-04-30 12:35:16 +02:00
Andrey Antukh
5d24e76b62 💄 Minor chages on workspace. 2020-04-30 12:35:16 +02:00
Andrey Antukh
ee0cda67c1 💄 Minor cosmetic changes on workspace. 2020-04-30 12:35:16 +02:00
Andrey Antukh
24f2f3b677 🎉 Add tests build. 2020-04-30 12:35:16 +02:00
Andrey Antukh
c2847bec4d Minor improvements on app initialization. 2020-04-30 12:35:16 +02:00
Andrey Antukh
e9d5eccd16 ♻️ Refactor storage and i18n internals. 2020-04-30 12:35:16 +02:00
Andrey Antukh
51c39d169f ♻️ Refactor texts. 2020-04-30 12:35:16 +02:00
Andrey Antukh
07981487bf 🐛 Fix variants naming and handling of gfonts variants. 2020-04-30 12:35:16 +02:00
Andrey Antukh
b9210d45f3
Merge pull request #190 from uxbox/310/change-coordinate-origin
Change coordinate origin
2020-04-29 11:43:37 +02:00
alonso.torres
6f7f7c4032 Review fixes 2020-04-29 11:38:42 +02:00
alonso.torres
fc1e28a3d8 🐛 Fixed problem with preview frames 2020-04-29 11:03:48 +02:00
alonso.torres
68164102d1 🐛 Fixes problem when moving shapes in group on layers 2020-04-29 10:04:27 +02:00
alonso.torres
71e30a1607 Fixes styles 2020-04-29 10:04:27 +02:00
alonso.torres
7ab3d86bc6 🎉 Changed the user origin for shapes to their corner 2020-04-29 10:04:27 +02:00
Juan de la Cruz
db4e0fc314 Add sidebar styles quick fixes 2020-04-28 22:13:18 +02:00
Hirunatan
cc5d0b8fbf
🐛 Syntax fixes 2020-04-28 11:58:33 +02:00
Andrés Moya
0512a8dc5f 📚 Document visual debug utlities 2020-04-28 11:54:10 +02:00
alonso.torres
85b17442de Changes to selection 2020-04-28 11:02:37 +02:00
Andrey Antukh
511335ba33 🎉 Add loader to workspace. 2020-04-28 10:50:40 +02:00
Andrey Antukh
9b3879b3cf Minor improvements on redis subscription management. 2020-04-28 10:50:40 +02:00
Andrey Antukh
8b6f72a09b 🐛 Peroper handle hot-reload on worker. 2020-04-28 10:50:40 +02:00
Andrey Antukh
0ee25b6f42 Improve color asignation to profile and sessions. 2020-04-28 10:50:40 +02:00
Andrey Antukh
f2e4417d87 Assign profile avatar on profile update. 2020-04-28 10:50:40 +02:00
Andrey Antukh
f4f79008a4 Remove the use of "self" as default team id. 2020-04-28 10:50:40 +02:00
Andrey Antukh
285735e35f ♻️ Refactor presence and realtime cursors handling. 2020-04-28 10:50:40 +02:00
Hirunatan
1c3664921d
Merge pull request #189 from uxbox/312/fix-rotation-handlers
🐛 Fixes problems with rotation handlers
2020-04-28 10:26:53 +02:00
alonso.torres
2e54989357 🐛 Fixes problems with rotation handlers 2020-04-28 09:08:55 +02:00
Andrey Antukh
7a93a06770 🐛 Fix text edition mode. 2020-04-27 16:26:44 +02:00
Andrey Antukh
c8c4bec316
Merge pull request #186 from uxbox/286/stroke-alignment
🎉 Add stroke-alignment option
2020-04-27 14:53:05 +02:00
Andrés Moya
9e21d6ab9d 🎉 Add stroke-alignment option 2020-04-27 14:33:45 +02:00
Andrey Antukh
de826f606d Merge branch '219/text-shape' into develop 2020-04-27 14:31:14 +02:00
Andrey Antukh
0435954f32 Enable edition without edition mode. 2020-04-27 14:29:18 +02:00
Andrey Antukh
3d4cbe28f2 🎉 Add uxbox.util.object ns. 2020-04-27 14:29:18 +02:00
Andrey Antukh
009720696c Update translation strings on text shape options. 2020-04-27 14:29:18 +02:00