0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 16:30:37 -05:00
Commit graph

2293 commits

Author SHA1 Message Date
Andrey Antukh
d987e08461 ♻️ Refactor page deletion. 2019-08-26 21:42:12 +02:00
Andrey Antukh
b7c6204b6c 🐛 Fix syntax error on backend fixtures. 2019-08-26 21:41:42 +02:00
Andrey Antukh
263da4cc35 :constructor: Initial work on forms refactor. 2019-08-26 21:41:13 +02:00
Andrey Antukh
d147099e92 🎉 Add missing ui.shapes.canvas ns. 2019-08-24 16:35:53 +02:00
Andrey Antukh
33b8d98812 🐛 Fix confirmation dialog on projects and pages deletion. 2019-08-24 16:35:10 +02:00
Andrey Antukh
9ce650377b Load only one canvas on fixtures. 2019-08-24 16:34:35 +02:00
Andrey Antukh
89d0b632a4 Better handle zoom on drawing. 2019-08-24 16:25:38 +02:00
Andrey Antukh
786aefe7d8 Enable drawing new canvas. 2019-08-24 16:12:35 +02:00
Andrey Antukh
daac4486e5 Allow canvas movement and resize. 2019-08-24 16:01:17 +02:00
Andrey Antukh
902f7c4181 💩 Comment some code that needs to be refactored (undo related). 2019-08-24 15:58:52 +02:00
Andrey Antukh
f99134c70b Make canvas behave like shapes on the data layer. 2019-08-24 15:58:20 +02:00
Andrey Antukh
afae00f660 🔥 Remove unused and commented code. 2019-08-24 12:41:29 +02:00
Andrey Antukh
5af263c70e 🐛 Fix text shape edition mode. 2019-08-24 12:41:11 +02:00
Andrey Antukh
eebd56d738 💄 Cosmetic changes on initial align shape event. 2019-08-24 12:40:45 +02:00
Andrey Antukh
4df8a6b3b7 💄 Cosmetic changes on contributing. 2019-08-24 12:39:53 +02:00
Andrey Antukh
8f7d22921e ⬆️ Update npm (mostly development) dependencies. 2019-08-23 19:12:51 +02:00
Andrey Antukh
844c866642 ♻️ Refactor selection start-resize event. 2019-08-22 23:48:35 +02:00
Andrey Antukh
20364f47b4 Improve & simplify the drawing end event. 2019-08-22 23:48:18 +02:00
Andrey Antukh
363b2db695 Improve initial shape drawing impl. 2019-08-22 23:07:01 +02:00
Andrey Antukh
12637bbfe4 🐛 Fix bug on curve path edition mode. 2019-08-22 20:27:32 +02:00
Andrey Antukh
f0230c346c 🐛 Fix selection handlers reactivity. 2019-08-22 20:18:35 +02:00
Andrey Antukh
5a820b4f9e 📚 Move some deleted docs from CONTRIBUTIN file to README. 2019-08-22 20:07:58 +02:00
Andrey Antukh
6483800e49 Add more incremental improvements to shapes rendering.
That helps for make a good foundation for proper canvas painting and
manipulation.
2019-08-22 20:02:14 +02:00
Andrey Antukh
1fa9faa314 💄 Cosmetic changes on app component. 2019-08-22 20:01:05 +02:00
Andrey Antukh
4954bfdf76 ♻️ Refactor loader component. 2019-08-22 20:00:33 +02:00
Andrey Antukh
d9abe2f475 Improve fixtures initial data structure on fixtures. 2019-08-22 19:59:44 +02:00
Andrey Antukh
807555d478 🚧 Initial work on multicanvas feature. 2019-08-21 21:09:54 +00:00
Andrey Antukh
176ca590e1 Adapt code to rumext changes. 2019-08-21 21:09:22 +00:00
Andrey Antukh
247be4a8a4 📚 Improve contributing guide. 2019-08-21 21:07:02 +00:00
Andrey Antukh
41a3f4483f Improve error reporting. 2019-08-21 21:04:41 +00:00
Andrey Antukh
cf7664d446 ♻️ Refactor main app component. 2019-08-21 21:03:29 +00:00
Andrey Antukh
ccc6eaf4b0 💄 Cosmetic changes on builtin colors ns. 2019-08-21 21:00:46 +00:00
Andrey Antukh
42337dcd55 📚 Update contributing guide. 2019-08-21 20:59:55 +00:00
Andrey Antukh
5b2705e158 ⬆️ Update frontend depedencies. 2019-08-21 20:58:53 +00:00
Andrey Antukh
882102245a Add multicanvas data to sample data. 2019-08-21 20:58:23 +00:00
Andrey Antukh
f45d687d2a 📚 Update documentation. 2019-08-21 16:51:56 +00:00
Andrey Antukh
62856e005f 🐛 Fix typo. 2019-08-13 11:10:40 +02:00
Andrey Antukh
205d09a5cd Adapt to rumext api changes. 2019-08-13 09:02:05 +00:00
Andrey Antukh
9aac5e91ab 🐛 Fix coordinates component. 2019-08-12 16:50:44 +00:00
Andrey Antukh
5d5a7a21d2 🐛 Fix unexpected exception on workspace first initialization. 2019-08-12 18:20:41 +02:00
Andrey Antukh
8d03ff40ab 🎉 Initial work on multicanvas setup.
Preparing the workspace code to be able handle
multiple canvas in a single page.
2019-08-12 18:05:08 +02:00
Andrey Antukh
f8ff79e23c ♻️ Completelly rewrite drawing mechanism. 2019-08-12 13:34:34 +02:00
mathieu.brunot
4cacb9f92c 💄 Adapt when no tool bar
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
2019-08-12 13:01:11 +02:00
mathieu.brunot
93097ac4b7 ✏️ Remove ; at end of functions call
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
2019-08-12 12:56:45 +02:00
mathieu.brunot
1cd9a8e71c 🎨 Just change format in manage usage
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
2019-08-12 12:56:45 +02:00
mathieu.brunot
f134bd196c Allow user to set docker UID
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
2019-08-12 12:56:45 +02:00
mathieu.brunot
2707e557a7 📝 Add link to Taiga project
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
2019-08-12 12:55:28 +02:00
mathieu.brunot
8e81eab729 📝 GitHub issue templates and bots config
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
2019-08-12 12:55:28 +02:00
Andrey Antukh
bebe220aa0 Improve rendering performance. 2019-08-09 15:07:16 +00:00
Andrey Antukh
2c321cbdb8 🐛 Fix edition mode of paths (and many perfomance improvements). 2019-08-09 10:43:02 +00:00