0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-10 08:50:57 -05:00
Commit graph

1145 commits

Author SHA1 Message Date
Andrey Antukh
e9c4576015
Remove empty line. 2016-05-06 22:20:19 +03:00
Andrey Antukh
597342d6ad
Add settings related new translation strings. 2016-05-06 22:20:04 +03:00
Andrey Antukh
4567facc8d
Add missing images menu entry translation string. 2016-05-06 22:19:49 +03:00
Andrey Antukh
14d403ca2d
Minor translation strings change. 2016-05-06 22:19:38 +03:00
Andrey Antukh
7f865db89c
Add profile-updated event with proper success notification. 2016-05-06 22:19:20 +03:00
Andrey Antukh
25bcf8f139
Port profile form to new form layout. 2016-05-06 22:00:32 +03:00
Andrey Antukh
de2fe77270
Add support for new profile persistence. 2016-05-06 21:07:02 +03:00
Andrey Antukh
f5d7f0abf4
Add images section to dashboard. 2016-05-06 20:47:21 +03:00
elhombretecla
c7acd82bda fix layer options width bug 2016-05-06 09:54:57 +02:00
elhombretecla
5fe16abd38 change no-user-img avatar image 2016-05-06 08:44:21 +02:00
elhombretecla
1391c9e671 fix dashboard grid visual bug 2016-05-06 08:08:33 +02:00
Jesús Espino
a9d38db076 Group/degroup feature improvements (#15) 2016-04-27 17:43:58 +03:00
Jesús Espino
3fdd0a6bcf Merge pull request #23 from uxbox/more-consistent-sitemap-button
More consistent sitemap button behavior
2016-04-27 10:48:03 +02:00
Jesús Espino
4f55b3995f More consistent sitemap button behavior 2016-04-27 10:45:08 +02:00
Andrey Antukh
dfe5765d50
Improve alignment when zoom is applied. 2016-04-26 21:03:26 +03:00
Andrey Antukh
0969d62a50
Fix strange behavior of opacity range inputs. 2016-04-26 20:10:01 +03:00
Andrey Antukh
468f6a27e1
Redirect to dashboad when logged user enters to login page. 2016-04-26 19:46:38 +03:00
elhombretecla
483043202a add new confirm dialog styles 2016-04-25 19:27:51 +02:00
Jesús Espino
c7801a793c Draw tools shortcuts (#21)
* Add shortcuts for shapes

* Fix problem with draw or select shapes when a shape is selected
2016-04-24 23:04:34 +03:00
Jesús Espino
9e96bbce99 Add duplicated shapes on the top of all shapes (#22) 2016-04-24 23:03:35 +03:00
Andrey Antukh
75905627b6
Fix tests. 2016-04-24 22:53:51 +03:00
Andrey Antukh
ac3d44601a
Fix rng def in nodejs environment. 2016-04-24 22:53:31 +03:00
Andrey Antukh
f0ed85e53f
Replace random-uuid usage with uuid.core/random. 2016-04-24 22:01:43 +03:00
Andrey Antukh
f102be51cb
Remove redundant UUID instance creation on vendor/uuid module. 2016-04-24 21:51:01 +03:00
Andrey Antukh
6e4d243897
Add uuid generation functions that uses high quality RNG. 2016-04-24 21:49:14 +03:00
Andrey Antukh
5f86df81ec
Send page data and options already serialized. 2016-04-24 18:48:04 +03:00
Andrey Antukh
15f6672b0e
Minor bug on drawarea. 2016-04-23 09:04:39 +03:00
Andrey Antukh
5695d07e7e
Update dependencies. 2016-04-22 20:44:52 +03:00
Andrey Antukh
53c657e8a4
Add alignment to drawarea. 2016-04-22 20:41:03 +03:00
Andrey Antukh
a63c9f7d33
Add align to text and circle resize. 2016-04-22 20:05:37 +03:00
Andrey Antukh
f054233a9e
Simplify movement and resize alignment code. 2016-04-22 20:02:03 +03:00
Andrey Antukh
c2e63d5603
Add initial alignment on movement and resize. 2016-04-22 19:51:34 +03:00
Andrey Antukh
9e25f7ab9d
Add alignment to resize. 2016-04-22 18:20:38 +03:00
Andrey Antukh
7d17926060
Add alignment to movement. 2016-04-22 18:20:21 +03:00
Andrey Antukh
8c99683eaf
Comment not used code at this moment. 2016-04-20 20:43:49 +03:00
Andrey Antukh
8db39822ff Merge pull request #19 from uxbox/geom-refactor
Geom Refactor
2016-04-20 20:38:57 +03:00
Andrey Antukh
b931484e49
Add missing impls for text shape under geom ns. 2016-04-20 20:35:41 +03:00
Andrey Antukh
825eb4f8a2
Use inner-rect for calculate icon selection handlers. 2016-04-20 20:35:41 +03:00
Andrey Antukh
9bda376bf4
Fix outer-rect calculation for neested groups and add inner-rect function. 2016-04-20 20:35:41 +03:00
Andrey Antukh
eb82c8dffa
Change movement approach and temporary disable align related stuff. 2016-04-20 20:35:40 +03:00
Andrey Antukh
00679d9c68
Add better shapes selection algorithm. 2016-04-20 20:35:40 +03:00
Andrey Antukh
59e327ae0e
Add missing group matrix transformation. 2016-04-20 20:35:40 +03:00
Andrey Antukh
f400a242d9
Adapt shape type keywrod to new simplified naming.
The redundant and useles `:builtin/` keyword namespace
is stripped out.
2016-04-20 20:35:40 +03:00
Andrey Antukh
18190edcc8
Adapt the code to use new shape geometry primitives. 2016-04-20 20:35:40 +03:00
Andrey Antukh
5597a87c72
Remove old impl from overused uxbox.shapes ns. 2016-04-20 20:35:19 +03:00
Andrey Antukh
8b5b1697b2
Add new geom impl under uxbox.util.geom ns. 2016-04-20 20:35:02 +03:00
Andrey Antukh
1c13b62f25 Merge pull request #20 from uxbox/selecte-on-insert-shape
Select on insert shape
2016-04-17 18:56:05 +03:00
Jesús Espino
33e13362fd Select on insert shape 2016-04-17 13:18:36 +02:00
Andrey Antukh
719ab0c7cf Merge pull request #18 from uxbox/shapes-resize
Fixing shapes resize
2016-04-17 09:46:58 +03:00
Jesús Espino
9e06ef1729 Limiting the resize to correct behavior 2016-04-16 23:15:49 +02:00